/********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001			* 
*	(updated Jan 31st, 2003 by Dynamic Drive for Opera7)			*
*	For info write to menus@burmees.nl					*
*	You may remove all comments for faster loading				*		
********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#C3D1FF';		// Background color when mouse is not over
	var LowSubBgColor='B7C3D0';		// Background color when mouse is not over on subs
	var HighBgColor='#30BFDD';		// Background color when mouse is over
	var HighSubBgColor='#30BFDD';		// Background color when mouse is over on subs
	var FontLowColor='black';		// Font color when mouse is not over
	var FontSubLowColor='black';		// Font color subs when mouse is not over
	var FontHighColor='black';		// Font color when mouse is over
	var FontSubHighColor='black';		// Font color subs when mouse is over
	var BorderColor='gray';				// Border color
	var BorderSubColor='gray';			// Border color for subs
	var BorderWidth=0;			// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=0;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0

	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static

	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding

	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in (was 1000)
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='/t/o/p';		// Frame where first level appears
	var SecLineFrame='/t/o/p';		// Frame where sub levels appear
	var DocTargetFrame='/t/o/p';		// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;			// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];
							// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","http://northmelbournekangaroos.com","",2,20,97);
	Menu1_1=new Array("About NMFC","http://www.users.on.net/~ilan/club.htm","",0,20,130);
	Menu1_2=new Array("Wikipedia: NMFC","javascript:window.open('http://en.wikipedia.org/wiki/North_Melbourne_Football_Club','page2')","");

Menu2=new Array("News","","",6);
		Menu2_1=new Array("Herald Sun","javascript:window.open('http://www.news.com.au/heraldsun/sport/afl/club/0,26579,19768,00.html','page2')","",0,20,130);
		Menu2_2=new Array("The Age","javascript:window.open('http://www.realfooty.com.au/clubs/kangaroos/','page2')","",0);
		Menu2_3=new Array("Google News","javascript:window.open('http://news.google.com.au/news?hl=en&um=1&tab=wn&scoring=n&q=north-melbourne+%7C+kangaroos+%2Bafl&btnG=Search+News','page2')","",0);
		Menu2_4=new Array("Official Site","javascript:window.open('http://kangaroos.com.au','page2')","",0);
		Menu2_5=new Array("North Melb Photos","javascript:window.open('http://www.gspimages.com.au/photography/results/?q=north+melbourne+kangaroos&sub_code=15084000&submit=Search','page2')","",0);
		Menu2_6=new Array("AFL News & Links","http://www.users.on.net/~ilan/links.htm","",0,20,130);

Menu3=new Array("2010","","",3);
	Menu3_1=new Array("North Melb AFL Fixture","http://www.users.on.net/~ilan/draw10.htm","",0,20,150);
	Menu3_2=new Array("North Melb Player List","http://www.users.on.net/~ilan/players.htm","",0);
	Menu3_3=new Array("Current AFL Ladder","http://www.users.on.net/~ilan/ladd.htm","",0);	

Menu4=new Array("Results","","",10);
	Menu4_1=new Array("1920s","http://www.users.on.net/~ilan/games20s.htm","",0,20,130);
	Menu4_2=new Array("1930s","http://www.users.on.net/~ilan/games30s.htm","",0);
	Menu4_3=new Array("1940s","http://www.users.on.net/~ilan/games40s.htm","",0);
	Menu4_4=new Array("1950s","http://www.users.on.net/~ilan/games50s.htm","",0);
	Menu4_5=new Array("1960s","http://www.users.on.net/~ilan/games60s.htm","",0);
	Menu4_6=new Array("1970s","http://www.users.on.net/~ilan/games70s.htm","",0);
	Menu4_7=new Array("1980s","http://www.users.on.net/~ilan/games80s.htm","",0);
	Menu4_8=new Array("1990s","http://www.users.on.net/~ilan/games90s.htm","",0);
	Menu4_9=new Array("2000s","http://www.users.on.net/~ilan/games00s.htm","",0);
	Menu4_10=new Array("2010s","http://www.users.on.net/~ilan/games10s.htm","",0);

Menu5=new Array("History","","",6);
	Menu5_1=new Array("Grand Finals","http://www.users.on.net/~ilan/grand.htm","",0,20,130);
	Menu5_2=new Array("Timeline","http://www.users.on.net/~ilan/history.htm","",0);
	Menu5_3=new Array("Honour Roll","http://www.users.on.net/~ilan/year.htm","",0);
	Menu5_4=new Array("Team of the Century","http://www.users.on.net/~ilan/nmtoc.htm","",0);
	Menu5_5=new Array("Hall of Fame","http://www.users.on.net/~ilan/hall.htm","",0);
	Menu5_6=new Array("Shinboners","http://www.users.on.net/~ilan/shinbone.htm","",0);

Menu6=new Array("Statistics","","",4);
	Menu6_1=new Array("AFL Tables","javascript:window.open('http://stats.rleague.com/afl/teams/kangaroos_idx.html','page2')","",0,20,130);
	Menu6_2=new Array("All the Stats","javascript:window.open('http://afl.allthestats.com/teams/teams.php?t1=10','page2')","",0);
	Menu6_3=new Array("FinalSiren.com","javascript:window.open('http://finalsiren.com/Fixture.asp?TeamID=6','page2')","",0);
      Menu6_4=new Array("FoooyWire","javascript:window.open('http://www.footywire.com/afl/footy/th-kangaroos','page2')","",0);

Menu7=new Array("Fans","","",4);
	Menu7_1=new Array("BigFooty Forum","javascript:window.open('http://www.bigfooty.com/forum/forumdisplay.php?f=13','page2')","",0,20,200);
	Menu7_2=new Array("North Melbourne on Facebook","javascript:window.open('http://www.facebook.com/pages/North-Melbourne-Kangaroos/33221186760','page2')","",0);
      Menu7_3=new Array("North Melbourne on Twitter","javascript:window.open('http://twitter.com/northkangaroos','page2')","",0);
	Menu7_4=new Array("Northerners","javascript:window.open('http://www.northerners.com.au/','page2')","",0);

Menu8=new Array("Club Song","","",3);
	Menu8_1=new Array("Join in the Chorus","http://www.users.on.net/~ilan/north.mp3","",0,20,200);
	Menu8_2=new Array("The players' rendition after a win","http://www.users.on.net/~ilan/nm.mp3","",0);
	Menu8_3=new Array("Lyrics","http://www.users.on.net/~ilan/song.htm","",0);
