function preloadImages() {	var d=document; if(d.images){ if(!d.p) d.p=new Array();	var i,j=d.p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)	if (a[i].indexOf("#")!=0){ d.p[j]=new Image; d.p[j++].src=a[i];}}}function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {	document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);function ShowRubrique(aFile,args){// fonction appelée depuis le flash pour afficher une rubrique	document.location = aFile+"?rubrique="+args;}//-------------------------------------------------------------------------------------//					menu flash//-------------------------------------------------------------------------------------var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;// Gérer tous les messages FSCommand d'une animation Flash.function menuhaut_DoFSCommand(command, args) {	var menuhautObj = isInternetExplorer ? document.all.menuhaut : document.menuhaut;	ShowRubrique(command,args);}// Hook pour Internet Explorerif (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {	document.write('<script language=\"VBScript\"\>\n');	document.write('On Error Resume Next\n');	document.write('Sub menuhaut_FSCommand(ByVal command, ByVal args)\n');	document.write('	Call menuhaut_DoFSCommand(command, args)\n');	document.write('End Sub\n');	document.write('</script\>\n');}