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 settings={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#000000', linktarget:'_self'} //Second menu variable. Same precaution.
settings.items=[
	["Arcade Settings", "Arcade.php?action=settings&p=display"],
    ["Change Avatar", "Arcade.php?action=settings&p=avatar"],
    ["Hidden Avatar List", "Arcade.php?action=settings&p=hidavslist"],
	["Change Skin", "Arcade.php?action=settings&p=skin"],
	["Profile Settings", "Arcade.php?action=settings&p=updateprofile"],
    ["Image Upload", "Arcade.php?action=settings&p=imageupload"],
    ["Referrals", "Arcade.php?action=settings&p=referrals"] //no comma following last entry!
]

var funstuff={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#000000', linktarget:'_self'} //Second menu variable. Same precaution.
funstuff.items=[
    ["Haphazard", "Arcade.php?action=haphazard"],
    ["Competitions", "Arcade.php?action=competitions"],
    ["Tournaments", "Arcade.php?action=tournaments"] //no comma following last entry!
]


var shopping={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#000000', linktarget:'_self'} //Second menu variable. Same precaution.
shopping.items=[
    ["Inventory", "Arcade.php?action=inventory"],
    ["Gallery", "Arcade.php?action=gallery"],
    ["SA Boutique", "Arcade.php?action=boutique"],
    ["Usershop", "Arcade.php?action=usershop"] //no comma following last entry!
]


var pets={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#000000', linktarget:'_self'} //Second menu variable. Same precaution.
pets.items=[
    ["Create A Pet", "Arcade.php?action=createpet"],
    ["Hotel", "Arcade.php?action=hotel"],
    ["Stadium", "Arcade.php?action=stadium"],
    ["Training Academy", "Arcade.php?action=training"] //no comma following last entry!
]

var categories={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#000000', linktarget:'_self'} //Second menu variable. Same precaution.
categories.items=[
    ["Action", "Arcade.php?action=games&cat=19"],
    ["Adventure", "Arcade.php?action=games&cat=18"],
    ["Cards & Luck", "Arcade.php?action=games&cat=15"],
    ["Classic", "Arcade.php?action=games&cat=17"],
    ["Driving", "Arcade.php?action=games&cat=16"],
    ["Holiday", "Arcade.php?action=games&cat=20"],
    ["Miscellaneous", "Arcade.php?action=games&cat=14"],
    ["Sports", "Arcade.php?action=games&cat=21"],
    ["Thinking", "Arcade.php?action=games&cat=13"],
    ["Word", "Arcade.php?action=games&cat=12"],
    ["All Games", "Arcade.php?action=gamesaz"],
    ["Favorite Games", "Arcade.php?action=favorites"],
    ["Leaderboards", "Arcade.php?action=leaderboards"]
]

var sebbyworld={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#000000', linktarget:'_self'} //Second menu variable. Same precaution.
sebbyworld.items=[
    ["Desert Island", "Arcade.php?action=explore&world=desertisland"],
	["Pet Island", "Arcade.php?action=explore&world=petisland"],
    ["Sebby Pole", "Arcade.php?action=explore&world=sebbypole"],
    ["Sebby Island", "Arcade.php?action=explore&world=island"],
    ["Wicked Island", "Arcade.php?action=explore&world=wickedisland"]
]


var staffadmin={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#000000', linktarget:'_new'} //Second menu variable. Same precaution.
staffadmin.items=[
	["Admin CP", "Arcade.php?cparea=idx"],
	["Moderator CP", "Arcade.php?modcparea=idx"],
	["Live Support", "http://www.sebbyarcade.com/livehelp"],
	["Support CP", "http://www.sebbyarcade.com/help/admin.php"] //no comma following last entry!
]

var staffmoderator={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#000000', linktarget:'_new'} //Second menu variable. Same precaution.
staffmoderator.items=[
	["Admin CP", "Arcade.php?cparea=idx"],
	["Live Support", "http://www.sebbyarcade.com/livehelp"] //no comma following last entry!
]





var anylinkmenu10={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu10.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu10.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!
]

var anylinkmenu11={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu11.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!
]