function zoom(width,height,ref) { height=height+25; window.open("http://www.cassoulet.com/boutique/zoomphoto.php?r="+ref,"Zoom","directories=no,width="+width+",height="+height+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no"); } function setPays(objSelect) { if (objSelect.selectedIndex<=0) return false; var objOpt = objSelect.options[objSelect.selectedIndex]; window.location.href="http://www.cassoulet.com/boutique/panier.php?pl="+objOpt.value; }