

if(greenlight == true){
menuhues[0] = new Array(color_num1, color_num2, color_num3, color_num4)
menustatus[0] = 22
createContent("add", "PSSL", 0, "Home", "http://www.psslbaseball.com")
createContent("add", "PSSL", 0, "PSSL Sportsline website", "http://pssl.baseball.sportsline.com/")
createContent("add", "PSSL", 0, "Rules", "PSSLRULZ.html")
createContent("add", "PSSL", 0, "Statistics", "http://baseball12.commissioner.com/mp/home?league=pssl")
createContent("add", "PSSL", 0, "Free Agent Claim Form", "rosterform.html")
createContent("add", "PSSL", 0, "PSSL Hall of Fame", "hof.htm")
createContent("add", "PSSL", 0, "PSSL Historical Standings", "historical.html")
createContent("add", "PSSL", 0, "Transactions", "transactions.htm")
createContent("add", "PSSL", 0, "Debit Pool", "debitpool.htm")
createContent("add", "PSSL", 0, "Guestbook", "http://home.attbi.com/~fjordan21/guestbook.html")
createMenu("PSSL", 0, 2, 0, 160, 200, 22, "PSSL")

menuhues[1] = new Array(color_num1, color_num2, color_num3, color_num4)
menustatus[1] = 22
createContent("add", "Teams", 1, "Auburn Aces", "aces.htm")
createContent("add", "Teams", 1, "Bellevue Black Sox", "blacksox.htm")
createContent("add", "Teams", 1, "Burien Bandits", "bandits.htm")
createContent("add", "Teams", 1, "Camano Island Mari-tho-ners", "marithoners.html")
createContent("add", "Teams", 1, "Des Moines Butchers", "butchers.htm")
createContent("add", "Teams", 1, "Eatonville Lumberkings", "lumberkings.htm")
createContent("add", "Teams", 1, "Federal Way Applestackers", "applestackers.html")
createContent("add", "Teams", 1, "Federal Way Conquest", "conquest.htm")
createContent("add", "Teams", 1, "Ilion Sasquatch", "sasquatch.htm")
createContent("add", "Teams", 1, "Inglewood Emeralds", "emeralds.htm")
createContent("add", "Teams", 1, "Orting Dirtbags", "dirtbags.htm")
createContent("add", "Teams", 1, "Scottsville Supernovas", "supernovas.htm")
createContent("add", "Teams", 1, "Snohomish Spartans", "spartans.html")
createContent("add", "Teams", 1, "Spokane Diamond Kings", "diamondkings.html")
createContent("add", "Teams", 1, "Tacoma Thunder", "thunder.htm")
createContent("add", "Teams", 1, "Tukwila Beets", "beets.htm")
createContent("add", "Teams", 1, "Tukwila Tyrants", "tyrants.htm")
createContent("add", "Teams", 1, "W.C.T. Wave", "wave.htm")
createMenu("Teams", 1, 2, 80, 170, 360, 22, "Teams")

menuhues[2] = new Array(color_num1, color_num2, color_num3, color_num4)
menustatus[2] = 22
createContent("add", "MLB", 2, "News and Scores", "mlb.htm")
createContent("add", "MLB", 2, "Local Newspapers", "newspapers.html")
createMenu("MLB", 2, 2, 160, 150, 265, 22, "MLB")

menuhues[3] = new Array(color_num1, color_num2, color_num3, color_num4)
menustatus[3] = 22
createContent("add", "Multimedia", 3, "Baseball Audio", "audio.html")
createContent("add", "Multimedia", 3, "Baseball Video", "multimedia.html")
createContent("add", "Multimedia", 3, "Baseball Movies", "movies.html")
createMenu("Multimedia", 3, 2, 275, 140, 180, 22, "Multimedia")


menuhues[4] = new Array(color_num1, color_num2, color_num3, color_num4)
menustatus[4] = 22

createContent("add", "Links", 4, "A.L. Injury Report", "http://www.usatoday.com/sports/baseball/sba/sbain.htm")
createContent("add", "Links", 4, "Batting Statistics", "http://www.sportsline.com/u/baseball/mlb/stats/shMLBALLply.htm")
createContent("add", "Links", 4, "Box Scores", "http://sports.espn.go.com/mlb/scoreboard")
createContent("add", "Links", 4, "Minor Leaguers", "http://www.baseballamerica.com")
createContent("add", "Links", 4, "N.L. Injury Report", "http://www.usatoday.com/sports/baseball/sbn/sbnin.htm")
createContent("add", "Links", 4, "Pitching Statistics", "http://www.sportsline.com/u/baseball/mlb/stats/spMLBALLply.htm")
createContent("add", "Links", 4, "Roto Times (AL News)", "http://www.rototimes.com/baseball1/notesO.pl?AL")
createContent("add", "Links", 4, "Roto Times (NL News)", "http://www.rototimes.com/baseball1/notesO.pl?NL")
createContent("add", "Links", 4, "Rotoworld (AL News)", "http://www.rotoworld.com/display1.asp?sport=MLB&page=news&LG=A")
createContent("add", "Links", 4, "Rotoworld (NL News)", "http://www.rotoworld.com/display1.asp?sport=MLB&page=news&LG=N")
createContent("add", "Links", 4, "Transactions", "http://www.sportsline.com/mlb/transactions/")
createMenu("Links", 4, 2, 370, 160, 355, 22, "Links")

menuhues[5] = new Array(color_num1, color_num2, color_num3, color_num4)
menustatus[5] = 22
createContent("add", "Media", 5, "Baseball America", "http://baseballamerica.com")
createContent("add", "Media", 5, "Baseball Weekly", "http://www.usatoday.com/sports/mlb.htm")
createContent("add", "Media", 5, "CBS Sportsline", "http://www.sportsline.com/u/baseball/mlb/index.html")
createContent("add", "Media", 5, "ESPN", "http://baseball.espn.go.com/mlb/index")
createContent("add", "Media", 5, "Fox Sports", "http://foxsports.lycos.com/section/section_front.adp?categoryId=49")
createContent("add", "Media", 5, "Sports Illustrated", "http://sportsillustrated.cnn.com/baseball/")
createMenu("Media", 5, 2, 450, 130, 250, 22, "Media")

}


