function quickSelect(formulaire) {
	location.href = formulaire.listepages.options[formulaire.listepages.selectedIndex].value;
}
function change_fond(cel) {	
	cel.bgColor=(cel.bgColor=='#FFF')?'#ffffff':'#CCC';
}
function popup(url,l,h,scrollbar) {
	hauteur=Math.round((screen.availHeight-h)/2);
	largeur=Math.round((screen.availWidth-l)/2);
	window.open(url, "site", "toolbar=0,location=0,directories=0,status=0, scrollbars="+scrollbar+",resizable=no,menubar=0,top="+hauteur+",left="+largeur+",width="+l+",height="+h);
}
	
