var bm = new Array("About","Animation/Comic books/Graphic Novels","Art","Comics","Consoles",
			"Handhelds","Links","Misc","Music","PC","Pokémon",
			"Starsiege Tribes","Trading Card Games","Writing")
var bma = new Array()
var menu = new Array()
bma["About"] = "sWelcome to LogicPlace.com!<BR>I am Wa, creator of this website."
bma["About"] += "<BR>This website is about nearly everything I do.<BR>"
bma["About"] += "Select your area of interest, and maybe even save it as<BR>"
bma["About"] += "your personal LogicPlace homepage.<BR>Mail me at: admin"
bma["About"] += "@"
bma["About"] += "logicplace.com"
bma["Animation/Comic books/Graphic Novels"] = "ganimation"
bma["Art"] = "gart.php"
bma["Comics"] = "fhttp://comics.logicplace.com"
bma["Consoles"] = "mCns"
menu["Cns"] = new Array("mcns","Atari series","Open-1")
bma["Handhelds"] = "mHhs"
menu["Hhs"] = new Array("mhhs","Advanced PET",
			"NeoGeo Pocket/Color","OneStation",
			"Pokemon Mini","VG Pocket series","Other")
bma["Links"] = "glinks.php"
bma["Misc"] = "mMisc"
menu["Misc"] = new Array("mMisc","Ueber Alles","Words That Should Be Used More Often")
bma["Music"] = "s<font color=red size=5>Under construction</font>"
bma["PC"] = "mPC"
menu["PC"] = new Array("mPC","Programming","Security/Hacking","General")
bma["Pokémon"] = "s<font color=red size=5>Under construction</font>"
bma["Starsiege Tribes"] = "gtribes"
bma["Trading Card Games"] = "mTCG"
menu["TCG"] = new Array("mTCG","Pokemon")
bma["Writing"] = "gwrite"

var menu2 = new Array()
menu2["mcns"] = new Array()
menu2["mcns"]["Atari series"] = "gconsoles/atari"
menu2["mcns"]["Open-1"] = "gconsoles/open1"
menu2["mhhs"] = new Array()
menu2["mhhs"]["Advanced PET"] = "ghandhelds/pet"
menu2["mhhs"]["NeoGeo Pocket/Color"] = "ghandhelds/ngpc"
menu2["mhhs"]["OneStation"] = "ghandhelds/onestation"
menu2["mhhs"]["Pokemon Mini"] = "ghandhelds/pm"
menu2["mhhs"]["VG Pocket series"] = "ghandhelds/vgpocket"
menu2["mhhs"]["Other"] = "ghandhelds/others"
menu2["mMisc"] = new Array()
menu2["mMisc"]["Ueber Alles"] = "gueberalles.php"
menu2["mMisc"]["Words That Should Be Used More Often"] = "gwords.php"
menu2["mPC"] = new Array()
menu2["mPC"]["Programming"] = "gpc/programming.php"
menu2["mPC"]["Security/Hacking"] = "s<font color=red size=5>Under construction</font>"
menu2["mPC"]["General"] = "gpc/general.php"
menu2["mTCG"] = new Array()
menu2["mTCG"]["Pokemon"] = "gtcg/pkmn.php"