	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#E0DFE3';			// Background color when mouse is not over
	var LowSubBgColor='#E8E8E5';			// Background color when mouse is not over on subs
	var HighBgColor='#848282';			// Background color when mouse is over
	var HighSubBgColor='#CF1326';			// Background color when mouse is over on subs
	var FontLowColor='#333333';			// Font color when mouse is not over
	var FontSubLowColor='#333333';			// 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='#000000';			// Border color
	var BorderSubColor='#959595';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=73;				// Menu offset x coordinate
	var StartLeft=-1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=4;				// 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=500;			// 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=['',3,6,'tridown.gif',6,3,'trileft.gif',3,6];	// 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("","store.htm","Images/menu/order.gif",0,24,133);
	
Menu2=new Array("","","Images/menu/spacer.gif",0,24,28);

Menu3=new Array("rollover:Images/menu/equip1.gif:Images/menu/equip2.gif","","",8,24,98);
	Menu3_1=new Array("Photocopiers","copiers.htm","",0,20,150);
	Menu3_2=new Array("Facsimile & Multifunction Solutions","fax.htm","",0,30,98);
	Menu3_3=new Array("Mail Processing Solutions","postage.htm","",0,20,98);
	Menu3_4=new Array("Coin & Note Counting / Wrapping Systems","currency.htm","",0,30,98);
	Menu3_5=new Array("Cost Recovery Systems","costrecovery.htm","",0,20,98);
	Menu3_6=new Array("Dictation & Voice Recording Solutions","dictation.htm","",0,30,98);
	Menu3_7=new Array("Document Shredders","shredders.htm","",0,20,98);
	Menu3_8=new Array("Document Scanners","scanners.htm","",0,20,98);
				
					
Menu4=new Array("rollover:Images/menu/comp1.gif:Images/menu/comp2.gif","","",3,24,101);
	Menu4_1=new Array("Computers        >>","","images/tri.gif",2,20,101);
		Menu4_1_1=new Array("Home/Home Office","homecomp.htm","",0,20,110);
		Menu4_1_2=new Array("Corporate","http://www.kirkiss.ky","",0,20,101);
	Menu4_2=new Array("Printers             >>","","",2,20,101);
		Menu4_2_1=new Array("Laser","laser.htm","",0,20,110);
		Menu4_2_2=new Array("Inkjet","inkjet.htm","",0,20,101);
	Menu4_3=new Array("Accessories","accessories.htm","",0,20,101);

Menu5=new Array("rollover:Images/menu/furn1.gif:Images/menu/furn2.gif","furniture.htm","",0,24,101);

Menu6=new Array("rollover:Images/menu/supp1.gif:Images/menu/supp2.gif","","",3,24,167);
	Menu6_1=new Array("Office Supplies & Stationery","officesupplies.htm","",0,20,167);
	Menu6_2=new Array("School Supplies","schoolsupplies.htm","",0,20,98);
	Menu6_3=new Array("Catalog Request","catalog.htm","",0,20,98);
	
Menu7=new Array("","","Images/menu/spacer2.gif",0,24,79);
	








