	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#fafafa';			// Background color when mouse is not over
	var LowSubBgColor='#eee';			// Background color when mouse is not over on subs
	var HighBgColor='#f5f5f5';			// Background color when mouse is over
	var HighSubBgColor='#fafafa';			// Background color when mouse is over on subs
	var FontLowColor='#a00';			// Font color when mouse is not over
	var FontSubLowColor='#a00';			// Font color subs when mouse is not over
	var FontHighColor='#a00';			// Font color when mouse is over
	var FontSubHighColor='#000';			// Font color subs when mouse is over
	var BorderColor='#dedfdf';			// Border color
	var BorderSubColor='#dedfdf';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana,Arial,sans-serif"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// 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=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=0;			// 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='jsmenu';				// 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=['http://www.nthellworld.co.uk/images/tri.gif',5,10,'http://www.nthellworld.co.uk/images/tridown.gif',10,5,'http://www.nthellworld.co.uk/images/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://www.nthellworld.co.uk/","",0,20,60);
Menu2=new Array("Our Websites","http://www.nthellworld.co.uk/home.php?nav=websites","",2, 20, 150);
	Menu2_1=new Array("NTHellworld","http://www.nthellworld.co.uk/","",0,20,200);
	Menu2_2=new Array("Cable Forum","http://www.cableforum.co.uk/","",5);
		Menu2_2_1=new Array("Cable Forum Board","http://www.cableforum.co.uk/board/","",5,20,200);
			Menu2_2_1_1=new Array("Register!","http://www.cableforum.co.uk/board/register.php","",0,20,200);
			Menu2_2_1_2=new Array("User CP","http://www.cableforum.co.uk/board/usercp.php","",0,20,200);
			Menu2_2_1_3=new Array("Search","http://www.cableforum.co.uk/board/search.php","",0,20,200);
			Menu2_2_1_4=new Array("View today's posts","http://www.cableforum.co.uk/board/search.php?do=getdaily","",0,20,200);
			Menu2_2_1_5=new Array("Member list","http://www.cableforum.co.uk/board/memberlist.php","",0,20,200);
		Menu2_2_2=new Array("Cable Forum News","http://www.cableforum.co.uk/article/","",0,20,200);
		Menu2_2_3=new Array("Cable Forum Articles","http://www.cableforum.co.uk/board/forumdisplay.php?f=58","",0,20,200);
		Menu2_2_4=new Array("Cable Forum Arcade","http://www.cableforum.co.uk/board/arcade.php","",0,20,200);
		Menu2_2_5=new Array("Cable Forum SpeedTest","http://www.cableforum.co.uk/board/speed.php","",0,20,200);
Menu3=new Array("Tools","http://www.nthellworld.co.uk/home.php?nav=tools","",3,20,100);
	Menu3_1=new Array("What's my proxy?","http://www.nthellworld.co.uk/home.php?nav=tools&exec=proxy","",0,20,200);
	Menu3_2=new Array("Can you get broadband?","http://allyours.virginmedia.com/websales/availability/get-address.do","",0);
	Menu3_3=new Array("Webmail login","http://webmail.ntlworld.com/","",0);
Menu4=new Array("Contact Us","http://www.cableforum.co.uk/about/8/contact-cable-forum","",0,20,100);
Menu5=new Array("Register!","http://www.cableforum.co.uk/board/register.php","",0,20,100);
