// JavaScript Documentfunction popup1(){window.open("popup/plan_acces.html", "plan", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=500, height=590, left=200, top=10");}function popup2(){window.open("popup/certificat.html", "certificat", "toolbar=no, location=no, directories=yes, status=no, scrollbars=yes, resizable=no, copyhistory=no, width=600, height=600, left=200, top=10");}function popup2a(){window.open("popup/certificat2.html", "certificat2", "toolbar=no, location=no, directories=yes, status=no, scrollbars=yes, resizable=no, copyhistory=no, width=600, height=600, left=200, top=10");}function popup2b(){window.open("popup/certificat3.html", "certificat2", "toolbar=no, location=no, directories=yes, status=no, scrollbars=yes, resizable=no, copyhistory=no, width=600, height=600, left=200, top=10");}function popupIMC(){window.open("popup/imc.html", "calculimc", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=420, height=420, left=200, top=10");}function popupstage(){window.open("popup/inscription.html", "stage", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=420, height=420, left=200, top=10");} //popup produits////////////////////////////////////////////////////////////////////////          function popupSiliband(){window.open("popup/siliband.html", "ref_siliband", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=220, height=160, left=300, top=10");} function popupBS(){window.open("popup/bibliographie_siliband.html", "Siliband", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=320, height=500, left=300, top=10");}function popupByPB(){window.open("popup/bibliographie_bypassband.html", "ByPass-Band", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=320, height=300, left=300, top=10");} function popupProringband(){window.open("popup/proringband.html", "ref_siliband", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=220, height=170, left=300, top=10");} function popupPBS(){window.open("popup/bibliographie_proringband.html", "Siliband", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=320, height=550, left=300, top=10");} function popupSGBP(){window.open("popup/bibliographie_softgastric.html", "Soft Gastric Band Premium", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=320, height=250, left=300, top=10");}  function popupSoftgastric(){window.open("popup/softgastric.html", "Soft Gastric Band Premium", "toolbar=no, location=no, directories=yes, status=no, scrollbars=no, resizable=no, copyhistory=no, width=280, height=200, left=300, top=10");}function popupREF(img) {    bf=window.open('','reference','width=535,height=320,toolbar=no,scrollbars=yes,resizable=no,left=200, top=10');  bf.document.write("<html>\n<head>\n<title>SURGICAL-IOC >> reference</title>\n");   bf.document.write("<link href=\"medias/boite.css\" rel=\"stylesheet\" type=\"text/css\" />\n</head>\n");  bf.document.write("<body >\n");   bf.document.write("<div id=\"boite_1\">\n");  bf.document.write("<img src=\"images/"+img+".gif\" alt=\""+img+"\"  />\n");  bf.document.write("</div>\n");   bf.document.write("<div id=\"boite_2\">\n");   bf.document.write("<img src=\"popup/images/tableau_"+img+"_02.gif\" alt=\"reference_"+img+"\" />\n");  bf.document.write("</div>\n"); bf.document.write("<div id=\"boite_3\">\n");  bf.document.write("Toute commande pass&eacute;e avant 16h30 est exp&eacute;di&eacute;e le jour m&ecirc;me par service express<br>Tel: +33 (0)4 77 91 42 00 | Fax: +33 (0)4 77 91 42 01");  bf.document.write("</div>\n");  bf.document.write("</body></html>");   bf.document.close(); }