// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("À propos de l'Atlas","","",7,20,233);
	Menu1_1=new Array("Accueil","index.jsp?lang=fr","",0,20,233);
	Menu1_2=new Array("Premier Atlas (1981-1985)","firstatlas.jsp?lang=fr","",0);
	Menu1_3=new Array("Deuxième Atlas (2001-2005)","secondatlas.jsp?lang=fr","",0);
	Menu1_4=new Array("Comment commander","orderbook.jsp?lang=fr","",0);
	Menu1_5=new Array("Partenaires","partners.jsp?lang=fr","",0);
	Menu1_6=new Array("Remerciements","acknowledgments.jsp?lang=fr","",0);
	Menu1_7=new Array("Revues de l'Atlas","bookreviews.jsp?lang=fr","",0);

Menu2=new Array("Données et cartes","","",4,20,233);
	Menu2_1=new Array("Cartes de répartition","maps.jsp?lang=fr","",0,20,233);
	Menu2_2=new Array("Résumé de données","datasummaries.jsp?lang=fr","",0);
	Menu2_3=new Array("À propos de la base de données","aboutdata.jsp?lang=fr","",0);
	Menu2_4=new Array("Accéder aux données brutes","downloaddata.jsp?lang=fr","",0);

Menu3=new Array("Ressources","","",6,20,233);
	Menu3_1=new Array("<font color='#808080'>Bulletins de l'Atlas</font>","","",0,20,233);
	Menu3_2=new Array("Matériel pour participants","pdfkit.jsp?lang=fr","",0);
	Menu3_3=new Array("Liste de codes","codes.jsp?lang=fr","",0);
	Menu3_4=new Array("Cartes topographiques","pdfdownload.jsp?lang=fr","",0);
	Menu3_5=new Array("Résumé d'un carré","squareinfo.jsp?lang=fr","",0);
	Menu3_6=new Array("Outil de conversion","atlastools.jsp?lang=fr","",0);

Menu4=new Array("English","javascript:switchlang('en');","",0,20,95);

