document.write(""); var intHaut2; var intDroite2; var strDirection2; intHaut2 = 0; intDroite2 = 0; strDirection2 = "horizontal"; function modalwin_popup(url, nom, mwidth, mheight, configuration) { if (document.all&&window.print) //if ie5 window.showModalDialog(url,nom,"help:no;resizable:no;edge:raised;status:no;dialogWidth:"+mwidth+"px;dialogHeight:"+mheight+"px"); else window.open(url,nom,configuration); };