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 anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:180px; background:#E9E9E9', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[	
	["Donations", "payment_transactions.php"],
	["Gear", "item_list_gear.php"],
	["Gifts", "gifts.php"],
	["Movies", "movie_list.php"],
	["Marketplace", "job_list.php"],
	["News", "news_list.php"],
	["Pasture Buddies", "pasture_buddies.php"],
	["Polls", "polls.php"],
	["PBTV", "pbtv.php"],
	["Quiz Results", "quiz_results.php"],
	["Ranking", "rank.php"],
	["Rodeo", "rodeo_main.php"],
	["Royalty Free Graphics", "royalty_free_graphics_list.php"],
	["Stats: Event Wins", "stats_members.php?type_id=3"],
	["Stats: Match Wins", "stats_members.php?type_id=2"],
	["Stats: Ponybucks", "stats_members.php?type_id=1"], //no comma following last entry!
	["Transactions", "transactions.php"] //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=[
	["Get Ponybucks", "#"],	
	["My Buddies", "pasture_buddies.php"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //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!
]