//** <a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu1">Default Example</a>
//** <a href="http://www.dynamicdrive.com" class="menuanchorclass someotherclass" rel="anylinkmenu2[click]" rev="lr">Right dropping menu</a> (click to reveal)
//** <a href="http://www.dynamicdrive.com" class="menuanchorclass myownclass" rel="anylinkmenu3">Menu with multiple columns</a>

/*
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: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!
]
*/

// The Realm
var anylinkmenu0={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
anylinkmenu0.items=[
	["Enter the Realm", '#" onClick="openWindow(\'http://game.shadowglen.com\',\'sgwebconnect\',\'height=560,width=700\')'],
	["Current Adventurers", "/?q=who"],
	["My Account", "/?q=myacct"],
	["Register", "/?q=createacct"]
]

// Information Booth
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:200px;', linktarget:''}
anylinkmenu1.items=[
	//["Help / FAQ", "/?q=help"],
	["Player Handbook / Help", '#" onClick="openWindow(\'handbook.php\',\'handbook\',\'height=435,width=630\')'],
	["News / Events", "/?q=news"],
	["Credits", "/?q=credits"],
	["EULA", "/?q=eula"],
	["Rules of Conduct", "/?q=rules"],
	["Vote", "/?q=vote"],
	["Sponsors Help", "/?q=sponsors"],
	["SDK", "/?q=sdk"]
]

// Towne Square
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:175px;', linktarget:''}
anylinkmenu2.items=[
	//["Towne Shoppe", "/?q=shoppe"],
	["Wishing Well", "/?q=donate"],
	["Contests &amp; Prizes", "/?q=contests"],
	["Game Extras & Tokens", "/?q=tokens"]
	//["Marketplace", "/?q=marketplace"]
]

// Ye Olde Post Office
var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
anylinkmenu3.items=[
	//["Chat Room", '#" onClick="openWindow(\'chat.php\',\'sgchatroom\',\'height=430,width=620\')'],
	["Forums", "/?q=forums"],
	["Contact", "/?q=contact"],
	["Join Our Team", "/?q=applications"],
	["Bug Report", "/?q=bugreport"],
	["Realm Mail", "/?q=realmmail"],
	["Game Quotes", "/?q=quotes"]
]

// The Archives
var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
anylinkmenu4.items=[
	["Backgrounds", "/?q=downloads&amp;cat=backgrounds"],
	//["MUD Clients", "/?q=downloads&amp;cat=mudclients"],
	["Realm Maps", "/?q=downloads&amp;cat=maps"],
	["Other", "/?q=downloads&amp;cat=other"]
]
