Limg18 = new Image;Limg18.src = "logo/phototheqn.gif";
Limg19 = new Image;Limg19.src = "logo/phototheqb.gif";
Limg20 = new Image;Limg20.src = "logo/phototheqx.gif";

Limg33 = new Image;Limg33.src = "logo/puce77r.gif";
Limg34 = new Image;Limg34.src = "logo/puce77x.gif";
Limg35 = new Image;Limg35.src = "logo/puce77vio.gif";
Limg36 = new Image;Limg36.src = "logo/puce77cian.gif";
Limg37 = new Image;Limg37.src = "logo/puce77v.gif";
Limg38 = new Image;Limg38.src = "logo/puce77bl.gif";
Limg39 = new Image;Limg39.src = "logo/puce77brun.gif";
Limg44 = new Image;Limg44.src = "logo/pucex.gif";
Limg49 = new Image;Limg49.src = "logo/pucexbrun.gif";


LimgEV = new Image;LimgEV.src = "logo/espev2.gif";
LimgEVR = new Image;LimgEVR.src = "logo/espev2r.gif";

LimgLH = new Image;LimgLH.src = "logo/leabi2.gif";
LimgLH2 = new Image;LimgLH2.src = "logo/leabi.gif";


LretI1 = new Image;LretI1.src = "logo/boutr.gif";
LretI2 = new Image;LretI2.src = "logo/boutr2.gif";

LretI3 = new Image;LretI3.src = "logo/bouts.gif";
LretI4 = new Image;LretI4.src = "logo/bouts2.gif";

Llo600 = new Image;Llo600.src = "logo/lplogo600.gif";
Llo400 = new Image;Llo400.src = "logo/lplogo400.gif";

Limg74 = new Image;Limg74.src = "logo/lvide12.gif";


Limg33 = new Image;Limg33.src = "zzz/puce77r.gif";
Limg34 = new Image;Limg34.src = "zzz/puce77x.gif";
Limg35 = new Image;Limg35.src = "zzz/puce77vio.gif";
Limg36 = new Image;Limg36.src = "zzz/puce77cian.gif";
Limg37 = new Image;Limg37.src = "zzz/puce77v.gif";
Limg38 = new Image;Limg38.src = "zzz/puce77bl.gif";
Limg39 = new Image;Limg39.src = "zzz/puce77brun.gif";
Limg44 = new Image;Limg44.src = "zzz/pucexbrun.gif";
Limg49 = new Image;Limg49.src = "zzz/pucex.gif";


var f,cx,cy;
var qui,cas,provi,Ltxtx;
var resul="";
var nx,ny,zx,zy;
var lapho;
var Lnom,langage,langagelui;
langagelui=1;
montaille=1024;
lapho=0;
qui=4;
cas=4;
provi=4;
if (navigator.userAgent.indexOf("Mozilla/5") != -1) qui=16; 
if (navigator.userAgent.indexOf("Opera") != -1)  qui=15;
if (navigator.userAgent.indexOf('Safari') != -1)  qui=20;
if (qui!=15 && qui!=20 && qui!=16)
 {
 if ((navigator.appName.indexOf("Netscape") !=-1) && (parseInt(navigator.appVersion)<4))  qui=11;
 if ((navigator.appName.indexOf("Netscape") !=-1) && (parseInt(navigator.appVersion)>3) ) qui=12;
 if ((navigator.appName.indexOf("MSIE") !=-1) && (parseInt(navigator.appVersion)<4))  qui=1;
 if ((navigator.userAgent.indexOf("MSIE 6") !=-1) )  qui=6;
 if ((navigator.userAgent.indexOf("MSIE 7") !=-1) )  qui=7;
 if(qui!=11 && qui!=1)
  {
  if ((navigator.appName.indexOf("MSIE") !=-1) && (parseInt(navigator.appVersion)>3)) {  qui=2; }
  for(var i in navigator){ resul += i + " " + navigator[i] + " ";}
  f=resul.indexOf("IE 5");
  if(f>0) qui=3;
  f=resul.indexOf("IE 5.5");
  if(f>0) qui=4;
  f=resul.indexOf("SP2");
  if(f>0 && qui==4) qui=5;
  f=resul.indexOf("MSIE 6");
  if(f>0) qui=6;
  f=resul.indexOf("MSIE 7");
  if(f>0) qui=7;
  f=resul.indexOf("Netscape6");
  if (f>0) qui=13;
  f=resul.indexOf("Netscape/7");
  if (f>0) qui=14;
  if (qui==13) f=parseFloat(navigator.appVersion);
  if(f>6 && qui==13) qui=14;
  }
 }
 if (qui !=15 && navigator.userAgent.indexOf("Firefox") != -1) qui=16; 
 if (qui==1)    provi=4; 
 if (qui==2)    provi=4; 
 if (qui==3)    provi=1; 
 if (qui==4)    provi=1; 
 if (qui==5)    provi=1; 
 if (qui==6)    provi=1; 
 if (qui==7)    provi=1; 
 if (qui==11)   provi=4; 
 if (qui==12)   provi=2; 
 if (qui==13)   provi=3; 
 if (qui==14)   provi=3; 
 if (qui==15)   provi=3; 
 if (qui==16)   provi=3;
 if (qui==20)   provi=3; 
 Ltxtx="<BR> Version compatible MOZILLA= ";
 if(qui==15) Ltxtx="<BR> Version compatible OPERA= ";
 qui=provi;

function Place(which,LLeft,LTop)
{
if (qui==1){
 document.all(which).style.left=LLeft;
 document.all(which).style.top=LTop;
 }
if (qui==2){
 eval('document.layers["' + which +'"].left = LLeft');
 eval('document.layers["' + which +'"].top = LTop');
 }
if (qui==3){
 document.getElementById(which).style.left=LLeft;
 document.getElementById(which).style.top=LTop;
 }
}

function Taille(which,Wx,Wy)
{
 if (qui==1)
  {
  document.all(which).style.width=Wx;
  document.all(which).style.height=Wy;
  }
 if (qui==3)
  {
  document.getElementById(which).style.width=Wx;
  document.getElementById(which).style.height=Wy;
  }
}

