 ajmenu1 = new mainMenu('vertical', 1, '#ff0000', 'black');
 ajmenu1.addItems("About The Issues", "issues.html", "Public Opinion", "opinions.html", "News", "news.html", "Meetings", "meetings.html", "Links", "links.html", "Home" , "index.html");

 ajmenu1 = new subMenu('1','#3D67BC', '#7E9BD4');
 ajmenu1.addItems("The Issues", "issues.html", "Background", "background.html",  "Sprawl", "sprawl.html", "4 Documents Support Y Downtown", "4docs.html", "Alternatives", "alternatives.html");

 ajmenu1 = new subMenu('2','#3D67BC', '#7E9BD4');
 ajmenu1.addItems("Letters to the Editor","opinions.html");

 ajmenu1 = new subMenu('3','#3D67BC', '#7E9BD4');
 ajmenu1.addItems("Articles and other information", "news.html");



 ajmenu1 = new subMenu('4','#3D67BC', '#7E9BD4');
 ajmenu1.addItems("Meeting and Hearings", "meetings.html");
 

 
 ajmenu1 = new subMenu('5','#3D67BC', '#7E9BD4');
 ajmenu1.addItems("Links to information & like minded sites", "links.html");


