// 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("About the Atlas","","",7,20,233);
	Menu1_1=new Array("Home Page","index.jsp?lang=en","",0,20,233);
	Menu1_2=new Array("First Atlas (1981-1985)","firstatlas.jsp?lang=en","",0);
	Menu1_3=new Array("Second Atlas (2001-2005)","secondatlas.jsp?lang=en","",0);
	Menu1_4=new Array("Ordering Information","orderbook.jsp?lang=en","",0);
	Menu1_5=new Array("Atlas Partners","partners.jsp?lang=en","",0);
	Menu1_6=new Array("Acknowledgments","acknowledgments.jsp?lang=en","",0);
	Menu1_7=new Array("Book Reviews","bookreviews.jsp?lang=en","",0);

Menu2=new Array("Data and Maps","","",4,20,233);
	Menu2_1=new Array("Bird Maps","maps.jsp?lang=en","",0,20,233);
	Menu2_2=new Array("Data Summaries","datasummaries.jsp?lang=en","",0);
	Menu2_3=new Array("About the Atlas Database","aboutdata.jsp?lang=en","",0);
	Menu2_4=new Array("Access Raw Data","downloaddata.jsp?lang=en","",0);

Menu3=new Array("Resources for Atlassers","","",6,20,233);
	Menu3_1=new Array("<font color='#808080'>Atlas Newsletters</font>","","",0,20,233);
	Menu3_2=new Array("Atlasser material","pdfkit.jsp?lang=en","",0);
	Menu3_3=new Array("Coding Sheets","codes.jsp?lang=en","",0);
	Menu3_4=new Array("Printable Topo Maps","pdfdownload.jsp?lang=en","",0);
	Menu3_5=new Array("Square Summary Sheets","squareinfo.jsp?lang=en","",0);
	Menu3_6=new Array("Geographic Conversions","atlastools.jsp?lang=en","",0);

Menu4=new Array("Français","javascript:switchlang('fr');","",0,20,95);

