Limg34 = new Image;Limg34.src = "logo/puce77x.gif";
Limg35 = new Image;Limg35.src = "logo/puce77vio.gif";
Limg39 = new Image;Limg39.src = "logo/puce77brun.gif";
Limg40 = new Image;Limg40.src = "logo/cc3xx.jpg";
LimgLH = new Image;LimgLH.src = "logo/ccilogo2.gif";
LimgLH2= new Image;LimgLH2.src= "logo/ccilogo.gif";
LretI1 = new Image;LretI1.src = "logo/ccibout.gif";
LretI2 = new Image;LretI2.src = "logo/ccibout2.gif";
LretI3 = new Image;LretI3.src = "logo/ccibous.gif";
LretI4 = new Image;LretI4.src = "logo/ccibous2.gif";

Lhpnon = new Image;Lhpnon.src = "logo/hpnon.gif";
Lhpoui = new Image;Lhpoui.src = "logo/hpoui.gif";

var f,cx,cy,axjp,qui,provi,resul,nx,ny,zx,zy,zw,zz;

resul="";
qui=4;
provi=4;
// safari de mac = Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312
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; // Safari
 qui=provi;

if (qui==195) {
axjp="<STYLE>";
axjp=axjp+"body { SCROLLBAR-FACE-COLOR: #2040BF; SCROLLBAR-SHADOW-COLOR: #aaaaaa;";
axjp=axjp+" SCROLLBAR-DARKSHADOW-COLOR: #505050;  SCROLLBAR-HIGHLIGHT-COLOR: #666666;";  
axjp=axjp+" SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff;";
axjp=axjp+" SCROLLBAR-TRACK-COLOR: #9C9CDA;}";
document.write(" "+axjp+" ");
}

function AffichePhoto(CheminPhoto,ii)
{
if (qui==1)
 {
 document.open();
 document.write('<HTML><HEAD>');
 document.write('<LINK REL="STYLESHEET" HREF="0cc.css" type="text/css">');
 document.write('</HEAD>');
 document.write('<BODY>');
 document.write('<BR><CENTER>'+Lphot[ii]+' ');
 document.write('<BR><A href="'+revient+'"  class="LesA12" > ');
 document.write('<IMG  id=xd  class="LesA16" alt="Retour cliquez" src="' + CheminPhoto + '" border=0 /></A>');
 document.write('<SCRIPT language=JavaScript>');
 document.write('var nx,ny,LeX;');
 document.write('nx=document.body.offsetWidth;');
 document.write('ny=document.body.offsetHeight;');
 document.write('window.onload = resize;');
 document.write('window.onresize = resize;');
 document.write('function resize(){');
 document.write('LeX=xd.width;');
 document.write('if (LeX>nx) xd.style.width=nx-40;}');
 document.write('</SCRIPT>');
 document.write('</CENTER></BODY></HTML>');
 document.close();
 }
if (qui==2 || qui==3)  AffichePhoto2(CheminPhoto,Lphot[ii],revient)
}

function AffichePhoto2(CheminPhoto2,Lphot2,revient2)
{
 document.open();
 document.write('<HTML><HEAD>');
 document.write('<LINK REL="STYLESHEET" HREF="0cc.css" type="text/css">');
 document.write('</HEAD>');
 document.write('<BODY>');
 document.write('<BR><p align=center>'+Lphot2+' ');
 document.write('<BR><A href="'+revient2+'" class="LesA12"> ');
 document.write('<IMG id=xd  alt="Retour cliquez" src="' + CheminPhoto2 + '" border=0 /></A>');
 document.write('</p></BODY>');
 document.write('</HTML>');
 document.close();
}

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;
  }
}
