// 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=540, 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=610, 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=610, height=600, left=200, top=10");
}

//popup produits////////////////////////////////////////////////////////////////////////
          

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=330, 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();
 }
