var Lfleche_1 = new Image;Lfleche_1.src = "zzz/fleche_gauche.gif";
var Lfleche_2 = new Image;Lfleche_2.src = "zzz/fleche_gauche_a.gif";
var Lfleche_3 = new Image;Lfleche_3.src = "zzz/fleche_droite.gif";
var Lfleche_4 = new Image;Lfleche_4.src = "zzz/fleche_droite_a.gif";
var LimgLHOR2 = new Image;LimgLHOR2.src = "zzz/liv_or.gif";
var LimgLHOR = new Image;LimgLHOR.src = "zzz/liv_ora.gif";
var Lhpnon = new Image;Lhpnon.src = "zzz/hpnon.gif";
var Lhpoui = new Image;Lhpoui.src = "zzz/hpoui.gif";
var L_fontM = new Image;L_fontM.src = "zzz/chgfont.gif";
var L_fontMa = new Image;L_fontMa.src = "zzz/chgfont2.gif";
var Limg30 = new Image;Limg30.src = "zzz/puce_bleu.gif";
var Limg31 = new Image;Limg31.src = "zzz/puce_bleu_bord.gif";
var Limg32 = new Image;Limg32.src = "zzz/puce_violet.gif";
var Limg33 = new Image;Limg33.src = "zzz/puce_cian.gif";
var Limg34 = new Image;Limg34.src = "zzz/puce_violet.gif";
var Limg35 = new Image;Limg35.src = "zzz/puce_brun.gif";
var Limg36= new Image;Limg36.src = "zzz/puce_bord_brun.gif";
var Limg37= new Image;Limg37.src = "zzz/puce_jaune.gif";
var Limg38= new Image;Limg38.src = "zzz/puce_vert.gif";
var Limg39= new Image;Limg39.src = "zzz/puce_vide.gif";
var Limg40= new Image;Limg40.src = "zzz/puce_vide_large.gif";
var photo= new Image;photo.src = "zzz/photo.gif";
var photoa= new Image;photoa.src = "zzz/photoa.gif";
var f,cx,cy;
var qui,cas,provi;
var resul="";
var nx,ny,zx,zy,cx,cy;
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; 
 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.height=Wy;
  document.getElementById(which).style.width=Wx;
  }
}

