var community={divclass:'anylinkmenu', inlinestyle:'width:126px; background:#84cdee', linktarget:'content'} //Second menu variable. Same precaution.
community.items=[  
["Weekly Shows", "pages/weeklyshows.html"],
	["Donations", "pages/donations.html"]
       
	 //no comma following last entry!
]



var radio={divclass:'anylinkmenu', inlinestyle:'width:126px; background:#ea6995', linktarget:'content'} //Second menu variable. Same precaution.
radio.items=[
	["Playlist", "pages/playlist.html"],
["Song Reviews", "pages/archive.html"],
    	["Staff", "pages/staff.php"],
	["Song History", "pages/history.php"],
["Timetable", "/dj/timetable.php"]
]

var links={divclass:'anylinkmenu', inlinestyle:'width:128px; background:#239bd2', linktarget:'_new'} //Second menu variable. Same precaution.
links.items=[
	["Habbox.com", "http://www.habbox.com/"],
	["HabboxForum.com", "http://www.habboxforum.com/"]
]