function shw(){
	for ( var i=0; i < arguments.length; i++ ) {
		$(arguments[i]).style.display='block';
	}
}
function hid(){
for ( var i=0; i < arguments.length; i++ ) {
		$(arguments[i]).style.display='none';
	}
}
//pops
function popMe(l,h,nompge) {
hauteur=Math.round((screen.availHeight-h)/2);
largeur=Math.round((screen.availWidth-l)/2);
url="http://www.evadeo.fr/image/pops/"+nompge;
window.open(url, "site", "toolbar=0,location=0,directories=0,status=0, scrollbars=0,resizable=0,menubar=0,top="+hauteur+",left="+largeur+",width="+l+",height="+h);
}
function popMe0(l,h,nompge) {
hauteur=Math.round((screen.availHeight-h)/2);
largeur=Math.round((screen.availWidth-l)/2);
url="http://www.evadeo.fr/image/pops/"+nompge;
window.open(url, "site", "toolbar=1,location=0,directories=0,status=1, scrollbars=1,resizable=0,menubar=1,top="+hauteur+",left="+largeur+",width="+l+",height="+h);
}
//pop2
function popMe2(l,h,nompge) {
hauteur=Math.round((screen.availHeight-h)/2);
largeur=Math.round((screen.availWidth-l)/2);
url="http://www.evadeo.fr/"+nompge;
window.open(url, "site", "toolbar=0,location=0,directories=0,status=0, scrollbars=1,resizable=0,menubar=0,top="+hauteur+",left="+largeur+",width="+l+",height="+h);
}
//MMs
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}