/* *******************************************
*  Customize to your specific menu,
*  one group per main menu item
*
*  menu[#] = new menuGroup(# submenu links);
*  menu[#].item[#] = new menuItem(link text, URL, optional title);
*
********************************************** */

/*  LAST UPDATED 10/05/2009 BY LFC */

function setMenuVars() {
	mCount = 10;   // set to the number of main menu items
	menu   = new makeArray(mCount);

	
	// First menu
	menu[1] = new menuGroup(2); // About Us
	menu[1].item[1] = new menuItem("Mission Statement","http://vermont-archives.org/about/mission/mission.htm","");
	menu[1].item[2] = new menuItem("Contact Information","http://vermont-archives.org/about/contact/contact.htm","");
		
	//Second menu
	menu[2] = new menuGroup(4); // Vital Certificates
	menu[2].item[1] = new menuItem("Online Processing Center","https://secure.vermont.gov/VSARA/vitalrecords/","Order Certified Copies Online");
	menu[2].item[2] = new menuItem("Authentication Services","http://vermont-archives.org/notary/guide/Notary5.htm","Apostilles/Document Authentication");
	menu[2].item[3] = new menuItem("Genealogy Research"," http://vermont-archives.org/research/genealogy/","Genealogy Research  ");
	menu[2].item[4] = new menuItem("Informational Copies","http://vermont-archives.org/certifications/pdf/VSARA13_PDF_FillableForm.pdf",
				"Informational Copy Request Form");
	//Third Menu
	menu[3] = new menuGroup(6); // Reference/Research
	menu[3].item[1] = new menuItem("Research Assistance","http://vermont-archives.org/research/staff/assist.htm", "");
	menu[3].item[2] = new menuItem("Databases","http://vermont-archives.org/research/database/index.htm","");
	menu[3].item[3] = new menuItem("Genealogy","http://vermont-archives.org/research/genealogy/","");
	menu[3].item[4] = new menuItem("Photograph Collections","http://vermont-archives.org/research/photos/photohome.html","");
	menu[3].item[5] = new menuItem("Fee schedule","http://vermont-archives.org/research/fees/fees.htm","");
	menu[3].item[6] = new menuItem("Spotlight on Records","http://vermont-archives.org/research/spotlight/records.htm","");
		
	// Fourth menu
	menu[4] = new menuGroup(8); // Government History
	menu[4].item[1] = new menuItem("Continuing Issues","http://vermont-archives.org/govhistory/governance/index.htm","");
	menu[4].item[2] = new menuItem("Vermont's Constitutions","http://vermont-archives.org/govhistory/constitut/constitutions.htm","");
	menu[4].item[3] = new menuItem("Legislative Leadership","http://vermont-archives.org/govhistory/leg/legoff.htm","");
	menu[4].item[4] = new menuItem("State Officers List","http://vermont-archives.org/govhistory/officers/officers.htm","");
	menu[4].item[5] = new menuItem("US Congressmen List","http://vermont-archives.org/govhistory/congress/congress.htm","");
	menu[4].item[6] = new menuItem("Vermont Elections","http://vermont-archives.org/govhistory/elect/index.htm","");
	menu[4].item[7] = new menuItem("Governor's Inaugurals & Farewells","http://vermont-archives.org/govhistory/gov/govinaug/index.htm","");
	menu[4].item[8] = new menuItem("Campaign Finance database","http://www.sec.state.vt.us/seek/fin_seek.htm","");
		
	// Fifth menu
	menu[5] = new menuGroup(10); // Managing Records
	menu[5].item[1] = new menuItem("State Records Center","http://vermont-archives.org/records/services/storage/","");
	menu[5].item[2] = new menuItem("Handbook","http://vermont-archives.org/records/handbook/index.htm","");
	menu[5].item[3] = new menuItem("Local Records","http://vermont-archives.org/records/local/index.htm","");
	menu[5].item[4] = new menuItem("Targeted Assistance Program","http://vermont-archives.org/records/tap/index.htm","");
	menu[5].item[5] = new menuItem("Right to Know","http://vermont-archives.org/records/access/index.htm","");
	menu[5].item[6] = new menuItem("Record Schedules","http://vermont-archives.org/records/schedules/index.htm","");
	menu[5].item[7] = new menuItem("Legal Requirements","http://vermont-archives.org/records/laws/index.htm",""); 
	menu[5].item[8] = new menuItem("Standards & Best Practices","http://vermont-archives.org/records/standards/index.htm","");
	menu[5].item[9] = new menuItem("VCLAS & Records Thesaurus","http://vermont-archives.org/records/vclas/index.htm","");  
	menu[5].item[10] = new menuItem("iSTART Collaboration","http://vermont-archives.org/records/iSTART/index.htm",""); 
	
	// Sixth menu
	menu[6] = new menuGroup(6); // Publications
	menu[6].item[1] = new menuItem("State Papers of Vermont","http://vermont-archives.org/publications/publicat/index.htm","");
	menu[6].item[2] = new menuItem("Annual Reports","http://vermont-archives.org/publications/annual/index.htm","");
	menu[6].item[3] = new menuItem("Reports to the Legislature","http://vermont-archives.org/publications/legislative/index.htm","");
	menu[6].item[4] = new menuItem("Presentations","http://vermont-archives.org/publications/talks/index.htm","");
	menu[6].item[5] = new menuItem("Notary Guide","http://vermont-archives.org/notary/guide/pdf/NOTARY%20GUIDE%202006.pdf#","");
	menu[6].item[6] = new menuItem("Voice from the Vault","http://vermont-archives.org/publications/voice/index.htm","");
	
	
	// Seventh menu
	menu[7] = new menuGroup(7); // APA/Rules
	menu[7].item[1] = new menuItem("Overview","http://vermont-archives.org/aparules/index.htm","");
	menu[7].item[2] = new menuItem("Notices of Rulemaking","http://vermont-archives.org/aparules/ovnotices.htm","");
	menu[7].item[3] = new menuItem("Newspapers of Record","http://vermont-archives.org/aparules/newspapers.htm","");
	menu[7].item[4] = new menuItem("Filing Process","http://vermont-archives.org/aparules/ovfiling.htm","");
	menu[7].item[5] = new menuItem("Tools","http://vermont-archives.org/aparules/tools.htm","");
	menu[7].item[6] = new menuItem("Forms","http://vermont-archives.org/aparules/forms.htm","");
	menu[7].item[7] = new menuItem("Proposed Rule on Rulemaking","http://vermont-archives.org/aparules/Proposed_RuleOnRulemaking.pdf","");
	
	// Eighth menu
	menu[8] = new menuGroup(4); // Notary
	menu[8].item[1] = new menuItem("Authentication","http://vermont-archives.org/notary/guide/Notary5.htm","Apostilles/Document Authentication");
	menu[8].item[2] = new menuItem("Notary Public Guide","http://vermont-archives.org/notary/guide/NotaryHistory.htm","");
	menu[8].item[3] = new menuItem("Notary Public database","http://vermont-archives.org/notary/notary.asp","");
	menu[8].item[4] = new menuItem("FAQ's","http://vermont-archives.org/notary/faq/notaryfaq.html");	
}
