
	var NoOffFirstLineMenus=7;			// Number of first level items
	
	var LowBgColor='#282828';			// Background color when mouse is not over
	var LowSubBgColor='#282828';			// Background color when mouse is not over on subs
	
	var HighBgColor='#282828';			// Background color when mouse is over
	var HighSubBgColor='#C1D82F';			// Background color when mouse is over on subs
	
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	
	var FontHighColor='#C1D82F';			// Font color when mouse is over
	var FontSubHighColor='#282828';			// Font color subs when mouse is over
	
	var BorderColor='#282828';			// Border color
	var BorderSubColor='#282828';			// Border color for subs
	
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Trebuchet MS, Helvetica, Arial, Verdana, sans-serif"	// Font family menu items
	var FontSize=8.5;				// 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=6;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate DOT - ORIGINALLY 1
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=3;				// 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='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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://www.cic-insurance.co.uk/index.html"," ",0,18,77);

Menu2=new Array("Personal insurance","http://www.cic-insurance.co.uk/personal_insurance.html"," ",2,18,142);
	Menu2_1=new Array("Motor insurance","http://www.cic-insurance.co.uk/motor_insurance.html","",0,20,150);
	Menu2_2=new Array("Home insurance","http://www.lfcinsurance.co.uk/home_insurance.html"," ",0,20,150);
	
Menu3=new Array("Commercial insurance","http://www.lfcinsurance.co.uk/commercial.html "," ",0,18,162);

Menu4=new Array("Special schemes","#"," ",5,18,134);
	Menu4_1=new Array("Driving school insurance scheme","http://www.cic-insurance.co.uk/driving_school_insurance.html","",0,20,250);
	Menu4_2=new Array("Provisional license driver insurance scheme","http://www.cic-insurance.co.uk/provisional_license_driver_insurance.html","",0,20,250);
	Menu4_3=new Array("Showman/Fairground/Arcades","http://www.cic-insurance.co.uk/fairground_insurance.html","",0,20,250);
	Menu4_4=new Array("Model railways","http://www.cic-insurance.co.uk/model_railway_insurance.html","",0,20,210);
	Menu4_5=new Array("Railway exhibitions","http://www.cic-insurance.co.uk/railway_exhibition_insurance.html","",0,20,250);
	
Menu5=new Array("Latest news","#"," ",3,18,113);
	Menu5_1=new Array("Driving instructor news","http://www.cic-insurance.co.uk/driving_instructor_news.html","",0,20,170);
	Menu5_2=new Array("Showman/Fairground news","http://www.cic-insurance.co.uk/showman_fairground_news.html","",0,20,170);
	Menu5_3=new Array("Railway enthusiast news","http://www.cic-insurance.co.uk/railway_enthusiast_news.html","",0,20,170);
	Menu5_3=new Array("General news","http://www.lfcinsurance.co.uk/news.html","",0,20,170);

Menu6=new Array("FAQs","#"," ",3,18,79);
	Menu6_1=new Array("Driving instructor FAQs","http://www.cic-insurance.co.uk/driving_instructor_faqs.html","",0,20,170);
	Menu6_2=new Array("Showman/Fairground FAQs","http://www.cic-insurance.co.uk/showman_fairground_faqs.html","",0,20,170);
	Menu6_3=new Array("Railway enthusiast FAQs","http://www.cic-insurance.co.uk/railway_enthusiast_faqs.html","",0,20,170);
	
Menu7=new Array("Contact us","http://www.cic-insurance.co.uk/contact/index.php"," ",0,18,60);

