var about={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
about.items=[
	[" &raquo; About Us", "/index.php?page=about"],
	[" &raquo; Clan Rules", "/index.php?page=rules"],
	[" &raquo; Games Played", "/index.php?page=games"] //no comma following last entry!
]

var servers={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
servers.items=[
	[" &raquo; Server List", "/index.php?page=servers"],
	[" &raquo; Ban List", "javascript:void(0);"] //no comma following last entry!
]

var other={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
other.items=[
	[" &raquo; Arcade", "/forums/arcade.php"],
	[" &raquo; Downloads", "javascript:void(0);"],
	[" &raquo; Images", "javascript:void(0);"],
	[" &raquo; Videos", "javascript:void(0);"],
	[" &raquo; Help", "javascript:void(0);"] //no comma following last entry!
]

var more={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
more.items=[
	[" <img src=\"/images/icons/twitter.png\" width=\"16\" height=\"16\" alt=\"Twitter\" /> Follow Us!", "http://twitter.extreme-soldiers.com/"],
	[" <img src=\"/images/icons/gametracker.png\" width=\"16\" height=\"16\" alt=\"GameTracker\" /> GT Clan", "http://gametracker.extreme-soldiers.com/"],
	[" <img src=\"/images/icons/steam.gif\" width=\"16\" height=\"16\" alt=\"Steam\" /> Steam Group", "http://steam.extreme-soldiers.com/"],
	[" <img src=\"/images/icons/teamwarfare.png\" width=\"16\" height=\"16\" alt=\"TeamWarfare\" /> TWL Team", "http://twl.extreme-soldiers.com/"],
	[" <img src=\"/images/icons/xfire.png\" width=\"16\" height=\"16\" alt=\"Xfire\" /> Xfire Clan", "http://xfire.extreme-soldiers.com/"],
	[" <img src=\"/images/icons/youtube.png\" width=\"16\" height=\"16\" alt=\"YouTube\" /> YouTube", "http://youtube.extreme-soldiers.com/"] //no comma following last entry!
]