function openProduct(prod){


open("product.php?prod="+prod,"_blank","width=515,height=515,resizable=yes")



}
function openJeans(prod){


open("jeans.php?prod="+prod,"_blank","width=515,height=515,resizable=yes")



}

function openSkirts(prod){


open("skirts.php?prod="+prod,"_blank","width=515,height=515,resizable=yes")



}
if(!document.all) {document.body.style.backgroundImage="";}