var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.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/"] //no comma following last entry!
]



var rrragcmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //Second menu variable. Same precaution.
rrragcmenu.items=[
	["Home", "http://www.royalriverrodandgunclub.org/"],
	["History", "http://www.royalriverrodandgunclub.org/history.php"],
	["Facilities", "http://www.royalriverrodandgunclub.org/facilities.php"],
	["Archery", "http://www.royalriverrodandgunclub.org/archery.php"],
	["Shooting", "http://www.royalriverrodandgunclub.org/shooting.php"],
	["Fishing", "http://www.royalriverrodandgunclub.org/fishing.php"] //no comma following last entry!
]

var calendarmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //Second menu variable. Same precaution.
calendarmenu.items=[
        ["Calendar 2011", "http://www.royalriverrodandgunclub.org/calendar_year.php?year=2011"],
        ["Calendar 2012", "http://www.royalriverrodandgunclub.org/calendar_year.php?year=2012"],
	["Meetings 2011", "http://www.royalriverrodandgunclub.org/meetings_2011.php"],
	["Meetings 2012", "http://www.royalriverrodandgunclub.org/meetings_2012.php"],
	["Events", "http://www.royalriverrodandgunclub.org/events.php"] //no comma following last entry!
]

var membersmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //Second menu variable. Same precaution.
membersmenu.items=[
	["Login", "http://www.royalriverrodandgunclub.org/members/index.php"],
	["Elected Officials", "http://www.royalriverrodandgunclub.org/elected_officials.php"],
	["Junior Members", "http://www.royalriverrodandgunclub.org/junior_members.php"],
	["Applications", "http://www.royalriverrodandgunclub.org/applications.php"],
	["Photo Album", "http://www.royalriverrodandgunclub.org/albums/index.php"] //no comma following last entry!
]

var linksmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //Second menu variable. Same precaution.
linksmenu.items=[
	["Local", "http://www.royalriverrodandgunclub.org/local_links.php"],
	["State", "http://www.royalriverrodandgunclub.org/state_links.php"],
	["National", "http://www.royalriverrodandgunclub.org/national_links.php"],
	["International", "http://www.royalriverrodandgunclub.org/international_links.php"],
	["Other", "http://www.royalriverrodandgunclub.org/other_links.php"] //no comma following last entry!
]

var contactsmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //Second menu variable. Same precaution.
contactsmenu.items=[
	["Mail and Map of RRRAGC", "http://www.royalriverrodandgunclub.org/contact.php"] //no comma following last entry!
]

var members_loginmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //Second menu variable. Same precaution.
members_loginmenu.items=[
	["Logout", "http://logout:fakelogout@royalriverrodandgunclub.org/logout/"],
	["Elected Officials", ".http://www.royalriverrodandgunclub.org/elected_officials.php"],
	["Junior Members", ".http://www.royalriverrodandgunclub.org/junior_members.php"],
	["Applications", ".http://www.royalriverrodandgunclub.org/applications.php"],
	["Photo Album", ".http://www.royalriverrodandgunclub.org/albums/index.php"] //no comma following last entry!
]



var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu4.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!
]

