
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='5a8250';			// Background color when mouse is not over
	var LowSubBgColor='5a8250';			// Background color when mouse is not over on subs
	var HighBgColor='225a32';			// Background color when mouse is over
	var HighSubBgColor='225a32';			// 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='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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='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=.3;			// vertical overlap child/ parent
	var StartTop=64;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=11;				// 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=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

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","/","",0,25,55);

Menu2=new Array("Contact","contact-us.tpl","",0,25,72);

Menu3=new Array("Products","products.tpl","",15,25,80);
	Menu3_1=new Array("All Products","products.tpl","",0,20,125);
	Menu3_2=new Array("Two-Way","2wayradio.tpl","",0);
	Menu3_3=new Array("Flashlight","municipal.tpl","",0);
	Menu3_4=new Array("Thermal Imaging","municipal.tpl","",0);
	Menu3_5=new Array("Pager","municipal.tpl","",0);
	Menu3_6=new Array("Sealed Lead Acid ","leadacid.tpl","",0);
	Menu3_7=new Array("Medical","medical.tpl","",0);
	Menu3_8=new Array("Notebook","laptop.tpl","",0);
	Menu3_9=new Array("Cellular","cellphone-pda.tpl","",0);
	Menu3_10=new Array("PDA/Palm Pilots","cellphone-pda.tpl","",0);
	Menu3_11=new Array("Digital Camera","photo-video.tpl","",0);
	Menu3_12=new Array("Video Camera","photo-video.tpl","",0);
	Menu3_13=new Array("Single Cell","singlecell.tpl","",0);
	Menu3_14=new Array("Hand Scanner","scanner.tpl","",0);
	Menu3_15=new Array("Power Tools","tools.tpl","",0);

Menu4=new Array("Specials","new.tpl","",2,25,72);
	Menu4_1=new Array("New Products","new.tpl","",0,20,115);
	Menu4_2=new Array("Clearance","clearance.tpl","",0,20,115);

Menu5=new Array("InfoCenter","InfoCenter.tpl","",0,25,88);

// Menu5=new Array("InfoCenter","","",2,25,88);
// 	Menu5_1=new Array("Company Info >","","",7,20,115);
// 		Menu5_1_1=new Array("Company Profile","info/company","",0,20,120);
// 		Menu5_1_2=new Array("Shipping Info","info/shipping","",0,20,120);
// 		Menu5_1_3=new Array("Warranty Info","info/warranty","",0,20,120);
// 		Menu5_1_4=new Array("Return Policy","info/returns","",0,20,120);
// 		Menu5_1_5=new Array("Privacy Policy","info/privacy","",0,20,120);
// 		Menu5_1_6=new Array("Recycling Info","info/recycling","",0,20,120);
// 		Menu5_1_7=new Array("FAQ","info/FAQ","",0,20,120);
// 	Menu5_2=new Array("Battery Info >","","",4,20,115);
// 		Menu5_2_1=new Array("Battery Types","info/batTypes","",0,20,120);
// 		Menu5_2_2=new Array("Battery Terms","info/batTerms","",0,20,120);
// 		Menu5_2_3=new Array("Battery Care","info/BatteryCare","",0,20,120);
// 		Menu5_2_4=new Array("Safety Bulletins","info/SafetyBulletins","",0,20,120);

Menu6=new Array("MyAccount","ShoppingCart.tpl","",0,25,90);
	
Menu7=new Array("View Cart","ShoppingCart.tpl","",0,25,85);