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='majinfos.php';",1000);
 document.y="0";
 }
if(document.y.length>10)document.y="";
}

function remplaceAccents(chaine){
  chaine =chaine.replace(/[àáâãä]/g,"a");
  chaine =chaine.replace(/[ç]/g,"c");
  chaine =chaine.replace(/[èéêë]/g,"e");
  chaine =chaine.replace(/[ìíîï]/g,"i");
  chaine =chaine.replace(/[ñ]/g,"n");
  chaine =chaine.replace(/[òóôõö]/g,"o");
  chaine =chaine.replace(/[ùúûü]/g,"u");
  chaine =chaine.replace(/[ýÿ]/g,"y");
  chaine =chaine.replace(/[ÀÁÂÃÄ]/g,"A");
  chaine =chaine.replace(/[Ç]/g,"C");
  chaine =chaine.replace(/[ÈÉÊË]/g,"E");
  chaine =chaine.replace(/[ÌÍÎÏ]/g,"I");
  chaine =chaine.replace(/[Ñ]/g,"N");
  chaine =chaine.replace(/[ÒÓÔÕÖ]/g,"O");
  chaine =chaine.replace(/[ÙÚÛÜ]/g,"U");
  chaine =chaine.replace(/[Ý]/g,"Y");
  return chaine;
}
function RLTrim(texte){
 return texte.replace(/(^\s*)|(\s*$)/g,"");
}

function hi(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='majmono.php?pre="+remplaceAccents(document.getElementById('prenom').innerHTML.toLowerCase())+"';",1000);
 
 document.y="0";
 }
if(document.y.length>10)document.y="";
}

function mm(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='majdivers.php'",1000);
 document.y="0";
 }
if(document.y.length>10)document.y="";
}

  var fenetre_Abonne=null;

function abonne(){
  if (fenetre_Abonne==null || fenetre_Abonne.closed){
     fenetre_Abonne=window.open("../services/abonnements.php","abonne","toolbar=no,directories=no,menubar=no,width=550,height=500,resizable=yes");
	 fenetre_Abonne.focus();
  }
  else fenetre_Abonne.focus();
}
