with(milonic=new menuname("main menu")){
alwaysvisible=1;
left=10;
overflow="scroll";
style=menuStyle;
top=120;

var languages=LireCookie("AquaNyonL");	
position="absolute";
	if(languages=="fr"){
		aI("image=./menu/images/home.gif;status=Back to home Page;text=Home;url=index.php;target=_self");
		aI("image=./menu/images/help.gif;text=Informations;showmenu=mnuInfo;");		
		aI("image=./menu/images/inscriptions.gif;showmenu=mnuInscriptions;text=Inscriptions;");
//	  aI("image=./menu/images/inscriptionsfermees.gif;text=Inscriptions;");
//		aI("image=./menu/images/blank.gif;text=Liste de départ;url=ListeDepart.htm;target=_self");
    aI("image=./menu/images/dossard.gif;showmenu=mnuListe;text=Liste de départ;");		
		aI("image=./menu/images/chrono.gif;url=resultats.php;target=_self;text=Résultats;");
		aI("image=./menu/images/nikon1.gif;showmenu=mnuPhotos;text=Photos;");
		aI("image=./menu/images/blank.gif;text=Sponsors;url=sponsors.htm;target=_self");
		aI("image=./menu/images/liens.gif;text=Liens;url=Liens.htm;target=_self");
	}
	else if(languages=="de"){
		aI("image=./menu/images/home.gif;status=Back to home Page;text=Home;url=index.php;target=_self");
    aI("image=./menu/images/help.gif;text=Informationen;showmenu=mnuInfo;");		
		aI("image=./menu/images/inscriptions.gif;showmenu=mnuAnmeldung;text=Anmeldung;");
//		aI("image=./menu/images/inscriptionsfermees.gif;text=Anmeldung;");
//		aI("image=./menu/images/blank.gif;text=Startliste;url=ListeDepart.htm;target=_self");
    aI("image=./menu/images/dossard.gif;showmenu=mnuListe;text=Startliste;");		
		aI("image=./menu/images/chrono.gif;url=resultats.php;target=_self;text=Resultate;");
		aI("image=./menu/images/nikon1.gif;showmenu=mnuPhotos;text=Fotos;");
		aI("image=./menu/images/blank.gif;text=Sponsoren;url=sponsors.htm;target=_self");
		aI("image=./menu/images/liens.gif;text=Verbindungen;url=Liens.htm;target=_self");
	}
	else if(languages=="it"){
		aI("image=./menu/images/home.gif;status=Back to home Page;text=Home;url=index.php;target=_self");
    aI("image=./menu/images/help.gif;text=Informazioni;showmenu=mnuInfo;");				
		aI("image=./menu/images/inscriptions.gif;showmenu=mnuIscrizioni;text=Iscrizioni;");		
//		aI("image=./menu/images/inscriptionsfermees.gif;text=Iscrizioni;");
//		aI("image=./menu/images/blank.gif;text=Lista di partenza;url=ListeDepart.htm;target=_self");
    aI("image=./menu/images/dossard.gif;showmenu=mnuListe;text=Lista di partenza;");				
		aI("image=./menu/images/chrono.gif;url=resultats.php;target=_self;text=Risultati;");
		aI("image=./menu/images/nikon1.gif;showmenu=mnuPhotos;text=Foto;");
		aI("image=./menu/images/blank.gif;text=Sponsor;url=sponsors.htm;target=_self");
		aI("image=./menu/images/liens.gif;text=Links;url=Liens.htm;target=_self");
	}

  aI("image=./menu/images/blank.gif;status=Forum;text=Forum;url=forum.htm;target=_self");
	aI("image=./menu/images/blank.gif;showmenu=mnuLangues;text=fr / de / it");	
}

drawMenus();