var anylinkmenuh1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuh1.items=[
	["Common Questions", "Dot_page.asp?Dotid=63"],
	["History & Mission", "Dot_page.asp?Dotid=276"],
	["By The Numbers", "Dot_page.asp?Dotid=64"],
	["Policies", "Dot_page.asp?Dotid=65"],
	["Board", "Dot_page.asp?Dotid=66"],
	["Watch Video", "Dot_page.asp?Dotid=284"],
	["Advisory Council", "Dot_page.asp?Dotid=67"],
	["Staff", "Dot_page.asp?Dotid=68"],
	["Membership", "Dot_page.asp?Dotid=283"] //no comma following last entry!
]

var anylinkmenuh2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuh2.items=[
	["Projects/Initiatives", "Dot_page.asp?Dotid=263"],
	["Grants/Scholarships", "Dot_page.asp?Dotid=70"],
	["What We Offer", "Dot_page.asp?Dotid=69"]
]

var anylinkmenuh3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuh3.items=[
	["Reasons to Give", "Dot_page.asp?Dotid=271"],
	["Ways To Give", "Dot_page.asp?Dotid=272"],
	["Endowment Grant Request", "Dot_page.asp?Dotid=277"],
	["Establishing a Fund", "Dot_page.asp?Dotid=269"],
	["Fund List - Donate Now", "Dot_page.asp?Dotid=275"],
	["Planned Giving", "Dot_page.asp?Dotid=270"],
	["Donor Stories", "Dot_page.asp?Dotid=268"] //no comma following last entry!
]

var anylinkmenuh4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuh4.items=[
	["Application", "Dot_page.asp?Dotid=71"],
	["Policy & Guidelines", "Dot_page.asp?Dotid=72"],
	["Deadlines", "Dot_page.asp?Dotid=73"],
	["Reporting", "Dot_page.asp?Dotid=74"],
	["History", "Dot_page.asp?Dotid=75"],
	["Committee Members", "Dot_page.asp?Dotid=265"] //no comma following last entry!
]

var anylinkmenuh5={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuh5.items=[
	["Founders", "Dot_page.asp?Dotid=103"],
	["Building Our Future", "Dot_page.asp?Dotid=104"],
	["Charitable Endowment", "Dot_page.asp?Dotid=105"],
	["Policies", "Dot_page.asp?Dotid=106"],
	["Applications", "Dot_page.asp?Dotid=280"],
	["Committee Members", "Dot_page.asp?Dotid=266"] //no comma following last entry!
]

var anylinkmenuh6={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuh6.items=[
	["Resources", "Dot_page.asp?Dotid=273"],
	["Community Links", "Dot_page.asp?Dotid=107"],
	["Charity Wish List", "Dot_page.asp?Dotid=267"] //no comma following last entry!
]

var anylinkmenuh7={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuh7.items=[
	["Community Calendar", "Dot_Events.asp"],
	["News Coverage", "Dot_page.asp?Dotid=108"] //no comma following last entry!
]

var anylinkmenuh8={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuh8.items=[
	["E-Newsletter", "Dot_page.asp?Dotid=258"],
	["Annual Report", "Dot_page.asp?Dotid=259"] //no comma following last entry!
]

////////// Some other navigation types /////////////////////////


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!
]
