/* AUTHOR: INFO Service */ /* CREATION DATE: 20/12/02 */ //Manipulation de la hauteur var isNav4 = false; var isIE = false; var isAdv = false; var isOpe = false; if (document.layers) {isNav4 = true} else if ((document.getElementById)&&(navigator.appName.indexOf("Explorer") < 0)){isAdv = true} else {isIE = true} if (navigator.userAgent.indexOf("Opera")!=-1){isOpe = true} function backwide () { if(isIE) {document.getElementById('LayerT').style.width='579px';} } if (self != top){ if (document.layers) { var max=500; var inithaut = '*,1,424,1,*'; } else{ var inithaut=parent.document.body.rows; var max=parent.document.body.clientHeight; } } function modify(x){ var set = '*,1,'+x+',1,*'; if (!document.layers){ parent.document.body.rows=set;} } function towide(y) { if (self != top){ if (inithaut == '*,1,440,1,*') { var wd = y; var wf = max-20; var step; if (wd < wf+15) {step=25;} else {step=2;} wd = wd+step; if (wd <= wf) {modify(wd); next = setTimeout('towide('+wd+')',5);}} }} //fin if (self != top){ parent.menu.document.getElementById('prog').style.visibility='visible'; } function impr() { var link = self.document.URL; var inscription = window.open(link,'inscription',"scrollbars=1,menubar=1,resizable=1,width=350,height=250") } if (self == top){ window.print(); }