//pops
function popMe(l,h,nompge) {
hauteur=Math.round((screen.availHeight-h)/2);
largeur=Math.round((screen.availWidth-l)/2);
hdef=Math.round(h);
ldef=Math.round(l);
url=nompge;
window.open(url, "site", "toolbar=0,location=0,directories=0,status=0, scrollbars=auto,resizable=0,menubar=0,top="+hauteur+",left="+largeur+",width="+ldef+",height="+hdef);
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}