var homepage={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#95A037', linktarget:''} //Second menu variable. Same precaution.
homepage.items=[
	["Home", "index.php"],
	["News", "news.php"],
	["Developer's Log", "log.php"],
	["Bug List", "OZBug.php"],
	["Search", "search.php"]
]
var files={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#95A037', linktarget:''} //Second menu variable. Same precaution.
files.items=[
	["Official Programs", "file.php?official=true"],
	["Quests", "file.php?type=1"],
	["Graphics", "file.php?type=2"],
	["Sound and Music", "file.php?type=5"],
	["Entities", "file.php?type=3"],
	["Miscellaneous", "file.php?type=4"],
	["Archive", "file.php?type=6"],
	["All Files", "file.php?type=0"]
]
var community={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#95A037', linktarget:''} //Second menu variable. Same precaution.
community.items=[
	["Wiki", "wiki/index.php5"],
	["Tutorials", "http://openzelda.thegaminguniverse.com/wiki/index.php5?title=Tutorials"],
	["FAQs", "wiki/index.php5?title=FAQs"],
	["Forum", "http://www.thegaminguniverse.com/forum/index.php?board=92.0"],
	["Videos","youtube.php"],
	["Chat", "chat.php"],
	["Zelda Miner", "zeldaminer.php"]
]
var account={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#95A037', linktarget:''} //Second menu variable. Same precaution.
var contact={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#95A037', linktarget:''} //Second menu variable. Same precaution.
contact.items=[
	["Affiliation Request", "affiliate.php"],
	["Email Us", "contact.php"]
]
