/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='#FDAB01';			// Background color when mouse is not over on subs
	var HighBgColor='#FDAB01';			// Background color when mouse is over
	var HighSubBgColor='#1844AD';			// Background color when mouse is over on subs
	var FontLowColor='#FDAB01';			// 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='white';			// Font color subs when mouse is over
	var BorderColor='gray';			// Border color
	var BorderSubColor='gray';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=17;				// Menu offset x coordinate
	var StartLeft=-80;				// 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=0;				// 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=250;			// 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=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","/","",0,17,40,"","","","","");

Menu2=new Array("TV Show","/tv-show","",1,17,55,"","","","","");
	Menu2_1=new Array("Latest News",		"/tv-latest-news/"			,"",0,16,110,"","","","","");

Menu3=new Array("Competition","/competition","",5,20,73,"","","","","");
	Menu3_1=new Array("Entry Rules",					"/entry-rules/"			,"",0,16,128,"","","","","");
	Menu3_2=new Array("Prizes",							"/prizes/"			,"",0,16,150,"","","","","");
	Menu3_3=new Array("Entry Form",					"/entry-form/"			,"",0,16,150,"","","","","");
	Menu3_4=new Array("Methods of Payments",	"/payments/"			,"",0,16,150,"","","","","");
	Menu3_5=new Array("Regions",						"/regions/"			,"",0,16,150,"","","","","");
	Menu3_6=new Array("Competitors",					"/competitors/"			,"",2,16,150,"","","","","");
		Menu3_6_1=new Array("Profiles",					"/profiles/"			,"",0,16,100,"","","","","");
		Menu3_6_2=new Array("Progress",					"/progress/"			,"",0,16,100,"","","","","");

Menu4=new Array("Organizers","/organizers/","",3,20,65,"","","","","");
	Menu4_1=new Array("RallyStar co",		"/rallystarco/"			,"",0,16,150,"","","","","");
	Menu4_2=new Array("Officials",			"/officials/"				,"",0,16,120,"","","","","");
	Menu4_3=new Array("IT Department",		"/it-department/"	,"",0,16,120,"","","","","");
	
Menu5=new Array("Sponsors","/sponsors/","",4,20,60,"","","","","");
	Menu5_1=new Array("Profiles",				"/sponsor-profiles/"			,"",0,16,150,"","","","","");
	Menu5_2=new Array("Products",				"/sponsor-products/"			,"",0,16,150,"","","","","");
	Menu5_3=new Array("Special Offers",		"/sponsor-special-offers/"			,"",0,16,150,"","","","","");
	Menu5_4=new Array("Competitions",		"/sponsor-competitions/"			,"",0,16,150,"","","","","");
	
Menu6=new Array("Motorsport","/motorsport/","",5,20,65,"","","","","");
	Menu6_1=new Array("News",	"/motorsport-news","",8,16,140,"","","","","");
		Menu6_1_1=new Array("Rally",			"/rally-news/","",0,16,110,"","","","","");
		Menu6_1_2=new Array("Off Road",		"/offroad-news/","",0,16,110,"","","","","");
		Menu6_1_3=new Array("Formula 1",		"/f1-news/","",0,16,110,"","","","","");
		Menu6_1_4=new Array("Racing",		"/article/archive/196/","",0,16,110,"","","","","");
		Menu6_1_5=new Array("GTI",		"/article/archive/197/","",0,16,110,"","","","","");
		Menu6_1_6=new Array("Oval Track",		"/article/archive/198/","",0,16,110,"","","","","");
		Menu6_1_7=new Array("Karting",		"/article/archive/199/","",0,16,110,"","","","","");
		Menu6_1_8=new Array("Motocross",		"/article/archive/200/","",0,16,110,"","","","","");
	Menu6_2=new Array("Rally Results",	"/rally-results","",3,16,110,"","","","","");
		Menu6_2_1=new Array("WRC",		"/wrc-results/","",0,16,110,"","","","","");
		Menu6_2_2=new Array("National",		"/national-results/","",0,16,110,"","","","","");
		Menu6_2_3=new Array("Regional",		"/regional-results/","",0,16,110,"","","","","");
	Menu6_3=new Array("Hey what happened?....",				"/hey-what-happened/","",0,16,120,"","","","","");
	Menu6_4=new Array("Competitor's Profile",			"/competitors-corner/","",0,16,120,"","","","","");
	Menu6_5=new Array("Clubs",			"/clubs/","",0,16,120,"","","","","");
	
Menu7=new Array("Motoring News","/motoring-news/","",5,20,90,"","","","","");
	Menu7_1=new Array("In General",				"/motoring-news-in-general/","",0,16,110,"","","","","");
	Menu7_2=new Array("Road Tests",				"/motoring-news-road-tests/","",0,16,110,"","","","","");
	Menu7_3=new Array("New Cars",			"/motoring-news-new-products/","",0,16,110,"","","","","");	
	Menu7_4=new Array("Car Prices",				"/motoring-news-car-prices/","",0,16,110,"","","","","");	
	Menu7_5=new Array("Legal Matters",		"/law/","",0,16,120,"","","","","");	
	
Menu8=new Array("Members","/members/","",5,20,58,"","","","","");
	Menu8_1=new Array("Motorsport Calendar",						"/rallycalendar/eventlist/","",0,16,120,"","","","","");	
	Menu8_2=new Array("My Classifieds",			"/my-classifieds/","",0,16,120,"","","","","");	
	Menu8_3=new Array("My Forums",					"/my-forums/","",0,16,120,"","","","","");	
	Menu8_4=new Array("My Email",						"/my-email/","",0,16,120,"","","","","");	
	Menu8_5=new Array("My Articles",					"/my-articles/","",0,16,120,"","","","","");
	
Menu9=new Array("Shopping","/trading/","",3,20,60,"","","","","");
	Menu9_1=new Array("Classifieds",						"/classifieds/","",0,16,120,"","","","","");
	Menu9_2=new Array("Place an Ad",						"/place-classifieds/","",0,16,120,"","","","","");	
	Menu9_3=new Array("Shopping Sites",				"/shopping-sites/","",0,16,120,"","","","","");	

Menu10=new Array("Help","/help/","",5,20,33,"","","","","");
	Menu10_1=new Array("Site Map",						"/site-map/","",0,16,120,"","","","","");	
	Menu10_2=new Array("FAQ",								"/faq/","",0,16,120,"","","","","");
	Menu10_3=new Array("Contact/Email Us",			"/contact-details/","",0,16,120,"","","","","");	
	Menu10_4=new Array("Copyright Info",			"/copyright-info/","",0,16,120,"","","","","");	
	Menu10_5=new Array("Terms & Conditions",		"/terms-and-conditions/","",0,16,120,"","","","","");	
	