	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='8f8f8f';				// Background color when mouse is not over
	var HighBgColor='#e27500';			// Background color when mouse is over
	var LowSubBgColor='8f8f8f';			// Background color when mouse is not over on subs
	var HighSubBgColor='#e27500';		// 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='gray';			// 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=9;						// Font size menu items
	var FontBold=0;						// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='center';		// 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=-.01;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	//JAC for 9 levels var StartTop=-99;					// Menu offset x coordinate
	//JAC for 8 levels var StartTop=-110;					// Menu offset x coordinate
	var StartTop=94;					// 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=3;					// 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=750;				// 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=1;						// 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=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['/images/clear.gif',5,10,'/images/clear.gif',10,5,'/images/clear.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(Title, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Title" to:  "rollover:Image1.jpg:Image2.jpg"
setheight=20;
setwidth=168;
Menu1=new Array("Product Selections","http://www.cochranfiresecurity.com/productsCFS.html","",2,setheight,setwidth);
	Menu1_1=new Array("Thermal Imagers","http://www.cochranfiresecurity.com/productsCFS.html","",6,20,150);
	Menu1_2=new Array("Accessories","http://www.cochranfiresecurity.com/productsCFS.html","",0);
		
		Menu1_1_1=new Array("GEN IV Stealth","http://www.cochranfiresecurity.com/stealth_CFS.html","",0,20,205);
		Menu1_1_2=new Array("GEN IV Fire","http://www.cochranfiresecurity.com/fire_CFS.html","",0,20,150);
		Menu1_1_3=new Array("GEN IV Search and Rescue","http://www.cochranfiresecurity.com/sar_CFS.html","",0,20,150);
		Menu1_1_4=new Array("GEN IV Tatical / Swat","http://www.cochranfiresecurity.com/Swat.html","",0,20,150);
		Menu1_1_5=new Array("Software","http://www.cochranfiresecurity.com/software/index.html","",0,20,150);
		Menu1_1_6=new Array("Accessories","http://www.cochranfiresecurity.com/productsCFS.html","",0,20,150);

		
Menu2=new Array("Sales Professionals","http://www.cochranfiresecurity.com/dealers_us.html","",2,setheight,setwidth);
	Menu2_1=new Array("United States","http://www.cochranfiresecurity.com/dealers_us.html","",0,20,150);
	Menu2_2=new Array("International","http://www.cochranfiresecurity.com/dealers_int.html","",0);
	
Menu3=new Array("FAQ's (Questions)","http://www.cochranfiresecurity.com/cfsfaqs/","",3,setheight,setwidth);
		Menu3_1=new Array("GEN IV Imager","http://www.cochranfiresecurity.com/cfsfaqs/imager.aspx","",0,20,150);
		Menu3_2=new Array("GEN IV Battery","http://www.cochranfiresecurity.com/cfsfaqs/battery.aspx","",0,20,150);
		Menu3_3=new Array("Imager Analyst","http://www.cochranfiresecurity.com/cfsfaqs/imager_analyst.aspx","",0,20,150);

Menu4=new Array("Product Literature","http://www.cochranfiresecurity.com/downloads.html","",0,setheight,setwidth);

Menu5=new Array("Contact Us","http://www.cochranfiresecurity.com/contactus.html","",0,setheight,setwidth);

Menu6=new Array("News & Articles","http://www.cochranfiresecurity.com/news.html","",0,setheight,setwidth);

