var MSIE=(navigator.userAgent.lastIndexOf('MSIE')!=-1); var NSNAV=!(MSIE)&&(navigator.userAgent.lastIndexOf('NAV')!=-1); var SAFARI=!(MSIE||NSNAV)&&(navigator.userAgent.lastIndexOf('Safari')!=-1); var GECKO=!(MSIE||NSNAV||SAFARI)&&(navigator.userAgent.lastIndexOf('Gecko')!=-1); var UnknownBrower=!(MSIE||NSNAV||SAFARI||GECKO); var myWindow; var myImg; var myTop = parseInt((screen.height-400)/2); var myLeft = parseInt((screen.width-400)/2); var myL = 0; var myH = 0; var myWL = 0; var myWH = 0; var myHREF; var myName; var myTitle; var myZoom; function ouvrefen(theHREF,theName,theTitle,theZoom) { // v4.01 --- ce script doit TOUJOURS se trouver ˆ la racine du site if (isNaN(theZoom)) theZoom = 1; if (theZoom == 0) theZoom = 1; if (theName == '') theName = theHREF; if (theTitle == '') theTitle = theName; myZoom = theZoom; myName = theName; myTitle = theTitle; myHREF = theHREF; myL = 0; myH = 0; myWindow = window.open('',theName+'Tmp','top='+myTop+',left='+myLeft+',width=400,height=400,status=0,toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,copyhistory=0'); myWindow.document.write('loading...

'); myWindow.document.write(''); myWindow.document.write('

'); myLimit = 0; } // --------------- function dispimg(theHREF,theTitle,theZoom) { myImg = document.images[0]; myL = parseInt(myImg.width*theZoom); myH = parseInt(myImg.height*theZoom); myWL = myL+((MSIE)?20:15); myWH = myH+((MSIE)?35:15); myWindow = window.open('',myName,'width='+myWL+',height='+myWH+',top=0,left=0,status=0,toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0'); myWindow.document.close(); myWindow.document.open(); myWindow.document.write(''+theTitle+' ('+myL+'x'+myH+')'); myWindow.document.write('

'); myWindow.document.write('
'); myWindow.focus(); window.close(); }