/***********************************************************************************
*	(c) Zane Jacobs version 1.00 29 June 2005 	          *
*	For info write to web@mav.co.za		                  *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=45;			// Number of first level items
	var LowBgColor='#003366';			// Background color when mouse is not over
	var LowSubBgColor='#336699';		// Background color when mouse is not over on subs
	var HighBgColor='#666666';			// Background color when mouse is over
	var HighSubBgColor='#666666';		// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='#003366';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana"			// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=10;					// Menu offset x coordinate
	var StartLeft=.2;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=2;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=0;			// 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=0;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='contents';		// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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=['tri.gif',5,10,'tridown.gif',10,10,'trileft.gif',10,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","info.htm","",0,15,145);
	
	Menu2=new Array("Aircraft 1/24/32","aircraft24_32.htm","",0,15,145);
	
	Menu3=new Array("Aircraft 1/48 Jets","aircraft48_jets.htm","",0,15,145);
	
	Menu4=new Array("Aircraft 1/48 Props","aircraft48_props.htm","",0,15,145);
	
	Menu5=new Array("Aircraft 1/72 Jets","aircraft72_jets.htm","",0,15,145);
	
	Menu6=new Array("Aircraft 1/72 Props","aircraft72_props.htm","",0,15,145);	
	
	Menu7=new Array("Aircraft Various Scales","aircraftvarious.htm","",0,15,145);
	
	Menu8=new Array("Armour 1/72","armor72.htm","",0,15,145);
	
	Menu9=new Array("Armour Hasegawa 1/72","armor72has.htm","",0,15,145);
	
	Menu10=new Array("Armour Italeri 1/72","armor72ita.htm","",0,15,145);
	
	Menu11=new Array("Armour Revell 1/72","armor72rev.htm","",0,15,145);
	
	Menu12=new Array("Armour 1/76","armor76.htm","",0,15,145);
	
	Menu13=new Array("Armour 1/48","armor48.htm","",0,15,145);
	
	Menu14=new Array("Armour 1/35","armor35.htm","",0,15,145);
	
	Menu15=new Array("Armour Tamiya 1/35","armor35tam.htm","",0,15,145);
	
	Menu16=new Array("Armour Trumpeter 1/35","armor35tru.htm","",0,15,145);
	
	Menu17=new Array("Motorcycles","bikes.htm","",0,15,145);
	
	Menu18=new Array("Figures 1/35","figures35.htm","",0,15,145);

	Menu19=new Array("Figures Dragon 1/35","figures35dra.htm","",0,15,145);
	
	Menu20=new Array("Figures 1/16","figures16.htm","",0,15,145);
	
	Menu21=new Array("Figures 1/72","figures72.htm","",0,15,145);
	
	Menu22=new Array("Helicopters","helicopters.htm","",0,15,145);
	
	Menu23=new Array("Ships","ships_vessels.htm","",0,15,145);
	
	Menu24=new Array("Science Fiction","science_fiction.htm","",0,15,145);
	
	Menu25=new Array("Vehicles","vehicles.htm","",0,15,145);
	
	Menu26=new Array("Glue/Finishing Materials","aftermarket01.htm","",0,15,145);
	
	Menu27=new Array("Decals","aftermarket04.htm","",0,15,145);

	Menu28=new Array("Military Accessories","aftermarket05.htm","",0,15,145);
	
	Menu29=new Array("Photo Etched","aftermarket02.htm","",0,15,145);
	
	Menu30=new Array("Multi Media Detail Sets","aftermarket03.htm","",0,15,145);
	
	Menu31=new Array("General Accessories","aftermarket06.htm","",0,15,145);
		
	Menu32=new Array("Craft Tools","craft_tools.htm","",0,15,145);
	
	Menu33=new Array("Books","books.htm","",0,15,145);
	
	Menu34=new Array("Novelties","novelties.htm","",0,15,145);	
	
	Menu35=new Array("Humbrol Gloss/Metallic","humbrol_gm.htm","",0,15,145);
	
	Menu36=new Array("Humbrol Matt","humbrol_matt.htm","",0,15,145);
	
	Menu37=new Array("Humbrol Satin","humbrol_sat.htm","",0,15,145);
	
	Menu38=new Array("Model Master 1","mmaster_01.htm","",0,15,145);
	
	Menu39=new Array("Model Master 2","mmaster_02.htm","",0,15,145);
	
	Menu40=new Array("Model Master 3","mmaster_03.htm","",0,15,145);
	
	Menu41=new Array("Tamiya Spray Cans","tamiya_spray_paint.htm","",0,15,145);
	
	Menu42=new Array("Tamiya","tamiya_paint.htm","",0,15,145);

	Menu43=new Array("Events/Happenings","events.htm","",0,15,145);
	
	Menu44=new Array("Gallery","gallary.htm","",0,15,145);

	Menu45=new Array("Terms & Conditions","contact.htm","",0,15,145);
