<!--
 window.onload = function(){initMenu('menu_h','mh');};
 document.body.oncontextmenu = function(){return false;};
 document.body.ondragstart = function(){return false;}
 document.body.onselectstart = function(){return false;}

 function bk(lien)
 {
  window.open(lien);
  return false;
 }

 function lb(lien)
 {
  window.open(lien,'new');
  return false;
 }

 function lba(lien)
 {
  var_w = window.screen.availWidth - 60;
  var_h = window.screen.availHeight - 60;
  //window.open(lien,'_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width='+var_w+', height='+var_h+', top=30, left=30');
  newWnd = window.open(lien,"_blank",'location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=580,top=0,left=0');
  newWnd.focus();
  return false;
 }

 function lp(par1)
 {
  newWnd = window.open('/nr/d.asp?q='+par1,"_blank",'location=no,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=780,height=580,top=0,left=0');
  //newWnd = window.open('/nr/f.asp?n_v='+par1,"_f",'location=no,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=780,height=580,top=0,left=0');
  newWnd.focus();
  return false;
 }

 function lpf(par1)
 {
  //newWnd = window.open(par1,"_f",'location=no,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,width=780,height=580,top=0,left=0');
  try {
   newWnd = window.open(par1+'&pop=1',"_blank",'location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=580,top=0,left=0');
   newWnd.focus();
   return false;
  }
  catch(e) {}
 }

 function lpfa(par1)
 {
  //newWnd = window.open(par1,"_f",'location=no,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,width=780,height=580,top=0,left=0');
  try {
   newWnd = window.open(par1+'&pop=1',"_blank",'location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width='+(screen.width-100)+',height='+(screen.height-150)+',top=20,left=20');
   newWnd.focus();
   return false;
  }
  catch(e) {}
 }

 function lpfa2(par1)
 {
  //newWnd = window.open(par1,"_f",'location=no,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,width=780,height=580,top=0,left=0');
  try {
   if (document.body) {
    var larg = (document.body.clientWidth);
    var haut = (document.body.clientHeight);
    var off_w = (document.documentElement.scrollLeft);
    var off_h = (document.documentElement.scrollTop);

   }
   else {
    var larg = (window.innerWidth);
    var haut = (window.innerHeight);
    var off_w = (window.pageXOffset);
    var off_h = (window.pageYOffset);
   }
   //alert(larg + 'x' + haut + 'ou' + screen.availWidth + 'x' + screen.availHeight + 'ou' + off_w + 'x' + off_h);
   newWnd = window.open(par1+'&pop=1',"_blank",'location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=580,top=10,left=10');
   newWnd.focus();
   return false;
  }
  catch(e) {}
 }

 function wof(par1)
 {
  try {
   //newWnd = window.open(par1+'&pop=1','_blank','location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=580,top=10,left=10');
   newWnd = window.open(par1+'&pop=1','_blank','scrollbars=yes,menubar=no,toolbar=no,location=no,width=800,height=600,resizable=yes');
   newWnd.focus();
   return false;
  }
  catch(e) {}
 }

 function woft(par1)
 {
  try {
   //newWnd = window.open(par1+'&pop=1','_blank','location=no,toolbar=yes,menubar=no,scrollbars=yes,resizable=yes,width=1280,height=1024,top=0,left=0');
   newWnd = window.open(par1+'&pop=1','_blank','scrollbars=yes,menubar=no,toolbar=yes,location=no,width=800,height=600,resizable=yes');
   newWnd.focus();
   return false;
  }
  catch(e) {}
 }

 function sp()
 {
  newWnd = window.open('','_c','toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=1,copyhistory=1,menubar=0,width=780,height=580');
  newWnd.focus();
  return true;
 }
//-->