/***********************************************************************************
*	(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=12;			// Number of first level items
	var LowBgColor='#500215';			// Background color when mouse is not over
	var LowSubBgColor='#500215';			// Background color when mouse is not over on subs
	var HighBgColor='#6d001a';			// Background color when mouse is over
	var HighSubBgColor='#6d001a';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='74b9e2';			// Font color when mouse is over
	var FontSubHighColor='74b9e2';			// Font color subs when mouse is over
	var BorderColor='#6f3501';			// Border color
	var BorderSubColor='#6f3501';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,verdana"	// Font family menu items
	var FontSize=8;				// 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='left';			// 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=147;				// Menu offset x coordinate
	var StartLeft=3;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['trip.gif',5,10,'tridownp.gif',10,5,'trileftp.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","index.php","",0,20,63);

Menu2=new Array("News","","",3,20,64);
	Menu2_1=new Array("Top Story","news.php","",0,18,120);			
	Menu2_2=new Array("Transfer Rumours","gossip_archive.php","",0);	
	Menu2_3=new Array("News Archive","news_archive.php","",0);

Menu3=new Array("Forum","","",20,20,64);
	Menu3_1=new Array("Forum Home","forum/index.php","",0,18,120);
	Menu3_2=new Array("PREMIUM MEMBERS","forum/viewforum.php?f=17","",0);
	Menu3_3=new Array("General Discussion","forum/viewforum.php?f=2","",0);
	Menu3_4=new Array("The Snug","forum/viewforum.php?f=16","",0);
	Menu3_5=new Array("Tradesman's Entrance","forum/viewforum.php?f=24","",0);
	Menu3_6=new Array("Helpdesk","forum/viewforum.php?f=21","",0);
	Menu3_7=new Array("Match Threads","forum/viewforum.php?f=19","",0);
	Menu3_8=new Array("Hall of Fame","forum/viewforum.php?f=8","",0);
	Menu3_9=new Array("FAQ","forum/viewforum.php?f=6","",0);
	Menu3_10=new Array("Supporters Worldwide","forum/viewforum.php?f=20","",0);
	Menu3_11=new Array("Tickets","forum/viewforum.php?f=4","",0);
	Menu3_12=new Array("Memorabilia","forum/viewforum.php?f=5","",0);
	Menu3_13=new Array("Match Day Travel","forum/viewforum.php?f=7","",0);
	Menu3_14=new Array("Music, Film & TV","forum/viewforum.php?f=15","",0);
	Menu3_15=new Array("Public Gallery","forum/viewforum.php?f=18","",0);
	Menu3_16=new Array("On the Road","forum/viewforum.php?f=23","",0);
	Menu3_17=new Array("Gaming (PC/Console)","forum/viewforum.php?f=13","",0);
	Menu3_18=new Array("Football Manager","forum/viewforum.php?f=10","",0);
	Menu3_19=new Array("WHUiFC","forum/viewforum.php?f=9","",0);
	Menu3_20=new Array("Forum T&C","forum/viewtopic.php?t=7477","",0);

Menu4=new Array("Articles","","",2,20,64);
	Menu4_1=new Array("Latest Article","articles.php","",0,18,120);
	Menu4_2=new Array("Article Archive","articles_archive.php","",0);

Menu5=new Array("Reports","","",2,20,64);
	Menu5_1=new Array("Latest Report","reports.php","",0,18,120);
	Menu5_2=new Array("Report Archive","reports_archive.php","",0);
	
Menu6=new Array("WHUFC","","",4,20,63);
	Menu6_1=new Array("Club Information","club.php","",0,18,120);
	Menu6_2=new Array("Tour","tour.php","",0);
	Menu6_3=new Array("Kits","shirts.php","",0);
	Menu6_4=new Array("Global Hammers","global.php","",0);

Menu7=new Array("Squad","squad_home.php","",0,20,60);

Menu8=new Array("Downloads","multimedia.php","",0,20,68);

Menu9=new Array("Reviews","reviews.php","",0,20,64);

Menu10=new Array("KUMB","","",4,20,60);
	Menu10_1=new Array("Awards","awards.php","",0,18,120);
	Menu10_2=new Array("Premium Membership","premium.php","",0);
	Menu10_3=new Array("KUMB Q&A","qas.php","",0);
	Menu10_4=new Array("Live Chat","chat.php","",0);
	// Menu10_5=new Array("Mailing List","","",0);

Menu11=new Array("Shop (New!)","http://astore.amazon.co.uk/kumb-21","",6,20,75);
	Menu11_1=new Array("Books","http://astore.amazon.co.uk/kumb-21?%5Fencoding=UTF8&node=1","",0,18,120);
	Menu11_2=new Array("DVDs","http://astore.amazon.co.uk/kumb-21?%5Fencoding=UTF8&node=2","",0);
	Menu11_3=new Array("Photos/Household","http://astore.amazon.co.uk/kumb-21?%5Fencoding=UTF8&node=7","",0);
	Menu11_4=new Array("Videos","http://astore.amazon.co.uk/kumb-21?%5Fencoding=UTF8&node=4","",0);
	Menu11_5=new Array("Computer Games","http://astore.amazon.co.uk/kumb-21?%5Fencoding=UTF8&node=6","",0);
	Menu11_6=new Array("Music/Audio","http://astore.amazon.co.uk/kumb-21?%5Fencoding=UTF8&node=9","",0);
// Menu11=new Array("Shop","http://www.cafepress.com/kumb","",0,20,63);

Menu12=new Array("FAQ","faq.php","",0,20,52);
