/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#004D91';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='#FFD21F';			// 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='red';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// 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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=205;				// Menu offset x coordinate
	var StartLeft=198;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=8;				// 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=['images/single_gif_trans.gif',5,5,'images/single_gif_trans.gif',8,3,'images/single_gif_trans.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("rollover:images/button_home.gif:images/button_home.gif","index.php","",0,40,60);
	
Menu2=new Array("rollover:images/button_tariff.gif:images/button_tariff.gif","tariff.php","",8,40,45);
	Menu2_1=new Array("Classic Rates","tariff.php#classic","",0,20,105);
	Menu2_2=new Array("Prestige Rates","tariff.php#pristige","",0,20,105);	
	Menu2_3=new Array("Payment methods","tariff.php#payment","",0,20);
	Menu2_4=new Array("Insurance","tariff.php#insurance","",0,20,105);
	Menu2_5=new Array("Extras","tariff.php#extras","",0,20,95);
	Menu2_6=new Array("Free Parking","tariff.php#free_parking","",0,20,95);
	Menu2_7=new Array("European Travel","tariff.php#european_travel","",0,20,95);
	Menu2_8=new Array("Conditions of hire","tariff.php#conditions","",0,20,105);

Menu3=new Array("rollover:images/button_models.gif:images/button_models.gif","model.php","",2,40,65);
	Menu3_1=new Array("Classic Range","#","",3,20,95);	
		Menu3_1_1=new Array("C-Class 4 Berth","model_class_4_berth.php","",0,20,95);
		Menu3_1_2=new Array("T-Class 2-4 Berth","model_class_2_berth.php","",0,20,95);
		Menu3_1_3=new Array("C-Class 4-6 Berth","model_class_6_berth.php","",0,20,95);			
	Menu3_2=new Array("Prestige Range","#","",2,20);
		Menu3_2_1=new Array("C-Class C644","model_prestige_C644.php","",0,20,95);
		Menu3_2_2=new Array("A-Class B544","model_prestige_B544.php","",0,20,95);
		
Menu4=new Array("rollover:images/button_firsttime.gif:images/button_firsttime.gif","firsttime.php","",12,40,70);
	Menu4_1=new Array("Driving licence","firsttime.php#driving_licence","",0,20,105);	
	Menu4_2=new Array("Easy to drive?","firsttime.php#easy_to_drive","",0,20);
	Menu4_3=new Array("Traffic Rules","firsttime.php#traffic_rules","",0,20,95);
	Menu4_4=new Array("Roads","firsttime.php#roads","",0,20,155);
	Menu4_5=new Array("Fuel","firsttime.php#fuel","",0,20,95);
	Menu4_6=new Array("Parking","firsttime.php#parking","",0,20,95);
	Menu4_7=new Array("Choosing Pitches","firsttime.php#choosing_pitches","",0,20,95);
	Menu4_8=new Array("Collection","firsttime.php#collection","",0,20,95);
	Menu4_9=new Array("Safety","firsttime.php#safety","",0,20,95);
	Menu4_10=new Array("Planning","firsttime.php#planning","",0,20,95);
	Menu4_11=new Array("Water","firsttime.php#water","",0,20,95);
	Menu4_12=new Array("Fridge","firsttime.php#fridge","",0,20,95);

Menu5=new Array("rollover:images/button_destinations.gif:images/button_destinations.gif","destination.php","",8,45,80);
	Menu5_1=new Array("Scotland","destination_scotland.php","",0,20,105);	
	Menu5_2=new Array("Lake District","destination_lake.php","",0,20);
	Menu5_3=new Array("Peak District","destination_peak.php","",0,20,95);
	Menu5_4=new Array("East Anglia","destination_east.php","",0,20,95);
	Menu5_5=new Array("Wales","destination_wales.php","",0,20);
	Menu5_6=new Array("The South & West","destination_south.php","",0,20);
	Menu5_7=new Array("Heart of England","destination_heart.php","",0,20);
	Menu5_8=new Array("France","destination_france.php","",0,20);
	
Menu6=new Array("rollover:images/button_activities.gif:images/button_activities.gif","activities.php","",6,40,70);
	Menu6_1=new Array("Personal Ambitions","activities.php#personal","",0,20,105);	
	Menu6_2=new Array("Corporate","activities.php#corporate","",0,20);
	Menu6_3=new Array("Charity Challanges","activities.php#charity","",0,20,105);	
	Menu6_4=new Array("Music Festivals","activities.php#music","",0,20);
	Menu6_5=new Array("Motorsport","activities.php#motorsport","",0,20,105);	
	Menu6_6=new Array("Equestrian","activities.php#equestrian","",0,20);

	
	
Menu7=new Array("rollover:images/button_links.gif:images/button_links.gif","links.php","",0,40,50);

Menu8=new Array("irollover:images/button_quote.gif:images/button_quote.gif","quote.php","",0,40,50);

Menu9=new Array("rollover:images/button_contact.gif:images/button_contact.gif","contact.php","",0,40,50);