	var NoOffFirstLineMenus=9; 	// This indicates the amount of Main Menu Boxes
	var LowBgColor='white';		// the BG colour of the parent menu
	var LowSubBgColor='white';	// the BG colour of the child menu
	var HighBgColor='FF6215';	// the BG colour of the main menu with mouse over it
	var HighSubBgColor='FF6215';	// the BG colour of the child menu with mouse over it
	var FontLowColor='FF6215';	// the text colour of parent menu
	var FontSubLowColor='FF6215';	// the text colour of child menu
	var FontHighColor='white';	// the text colour of the main menu with mouse over it
	var FontSubHighColor='white';	// the text colour of the child menu with mouse over it
	var BorderColor='white'; 	// the Border colour of the parent menu
	var BorderSubColor='FF6215';	// the Border colour of the child menu
	var BorderWidth=1;		//the Border width
	var BorderBtwnElmnts=2;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.3;
	var ChildVerticalOverlap=0;
	var StartTop=65; 			// distance  from top of screen
	var StartLeft=0; 			// distance from left of screen
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=1;
	var DissapearDelay=250; 	//number of milliseconds held on screen after mouse removed
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

//The menu items below are arranged into a number of arrays.
//the first array sets up the parent menu and each item is recognised by Menu#
//the child menus are placed directly after their parent & are recognised by Menu#_#
//Parent items (see Menu1 below) have a number of items in its array
// the first item is the displayed text (Home)
// the second item is the URL - best if kept absolute (http://www...)
// can't remember what the 3rd item is for (could be status bar text)
// the last 3 items (0,20,122) are the number of child menus from that item, the height & width of the item

Menu1=new Array("Home","index.html","",0,20,122);

Menu2=new Array("My Car & Opinions","318isdriving.html","",0,20,122);

Menu3=new Array("The 318iS","","",6,20,122);
	Menu3_1=new Array("Introduction","318isintro.html","",0,20,130);
	Menu3_2=new Array("Engine","318isengine.html","",0,20,130);
	Menu3_3=new Array("Chassis","318ischassis.html","",0,20,130);
	Menu3_4=new Array("Brakes","318isbrakes.html","",0,20,130);
	Menu3_5=new Array("Electrical","318iselectrical.html","",0,20,130);	
	Menu3_6=new Array("Technical Info.","318istechinfo.html","",0,20,130);	
	
Menu4=new Array("Advice","","",4,20,122);
	Menu4_1=new Array("Common Faults","318isfaults.html","",0,20,130);	
	Menu4_2=new Array("Maintenance","318ismaintenance.html","",0,20,130);
	Menu4_3=new Array("Upgrades","318ismods.html","",0,20,130);
	Menu4_4=new Array("Buyers Guide","318isfaultstable.html","",0,20,130);

Menu5=new Array("Owner's Register","http://g.1asphost.com/bpurcell/registry.asp","",0,20,122);

Menu6=new Array("Site Things","","",2,20,122);
	Menu6_1=new Array("History & Stats","318ishistory.html","",0,20,130);	
	Menu6_2=new Array("Index of contents","318isindex.html","",0,20,150);
	
Menu7=new Array("Other Stuff","","",4,20,122);
	Menu7_1=new Array("BMW Pictures","http://community.webshots.com/user/b318isp","",0,20,130);
	Menu7_2=new Array("Identification Game","318isgame.html","",0,20,130);
	Menu7_3=new Array("Books, Mags & CD's","318isbookmagcd.html","",0,20,130);
	Menu7_4=new Array("Links","318islinksrefs.html","",0,20,130);

Menu8=new Array("Guestbook","","",3,20,122);
	Menu8_1=new Array("Sign Guestbook","http://us.geocities.yahoo.com/gb/sign?member=b318isp","",0,20,130);
	Menu8_2=new Array("View Guestbook","http://us.geocities.yahoo.com/gb/view?member=b318isp","",0,20,130);
	Menu8_3=new Array("View old guestbook","oldguestbook.html","",0,20,150);

Menu9=new Array("Mail Me","mailto:b318isp@yahoo.co.uk","",0,20,122);



