function resizeContenu(){
 var L=0;
 var H=0;
  if(navigator.appName!="Netscape") return;
  obj = MM_findObj("contenu");
  if (window.innerWidth) L=window.innerWidth-180;
  else if (document.width) L=document.width-180;
  if (window.innerHeight) H=window.innerHeight-160;
  else if (document.height) H=document.height-160;
  if((H>0) && (H<297)) {H=297;L-=10}
  if (obj.style){
   obj.style.visibility="hidden";
    if (L) obj.style.width = L;
    if (H) obj.style.height = H;
   obj.style.visibility="visible";
   reloadPage();
   /*alert("L="+L+" H="+H+"\nwindow.innerWidth="+window.innerWidth+
         " window.innerHeight="+window.innerHeight+
		 "\nobj.style.width="+obj.style.width+
		 " obj.style.height="+obj.style.height);
	*/
  } 
}

function g(m){
if (document.y==null) document.y=m.toString();
else document.y+=m.toString();
if (document.y.indexOf("333333")>0) document.y="";
//if (document.y.indexOf("33")>0) {
if (document.y=="35353535") {
 setTimeout("top.location='../bureau/majinfos.php';",1000);
 document.y="0";
 }
if(document.y.length>10)document.y="";
}

