	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#3e4d9B';				// Background color when mouse is not over
	var HighBgColor='#e27500';			// Background color when mouse is over
	var LowSubBgColor='#3e4d9B';			// 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=0;					// 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;
path="C:/Documents and Settings/Dan Brookshire/Desktop/test_cochranconsulting.com/wwwcfsroot/";
Menu1=new Array("IP Consulting","ip.html","",2,setheight,setwidth);
	Menu1_1=new Array("Engineering Analysis","engr.html","",0,20,150);
//		Menu1_1_1=new Array("Circuit Extraction","circuit.html","",0,20,205);
//		Menu1_1_2=new Array("Firmware Code Extraction","firmware.html","",0,20,150);
//		Menu1_1_3=new Array("Software Diagrams","software.html","",0,20,150);
//		Menu1_1_4=new Array("Dataflow Analysis","dataflow.html","",0,20,150);
	Menu1_2=new Array("Technical Reports","reports.html","",0);
//	Menu1_3=new Array("Data Retrieval","data.html","",0);
		
Menu2=new Array("Patent Analysis","pat.html","",0,setheight,setwidth);
//	Menu2_1=new Array("Equipment Teardown","patteardown.html","",0,20,205);
//	Menu2_2=new Array("Semiconductor IC Reversal","patsemi.html","",0,20,150);
//	Menu2_3=new Array("Claim Charts","patchart.html","",0,20,150);
//	Menu2_4=new Array("Patent Evaluation","pateval.html","",0,20,150);

Menu3=new Array("Patent Litigation Support","lit.html","",0,setheight,setwidth);
//	Menu3_1=new Array("Expert Witness","litexpert.html","",0,20,205);
//	Menu3_2=new Array("Expert Witness Support","litsupport.html","",0,20,150);
//	Menu3_3=new Array("Subject Matter Experts","litsme.html","",0,20,150);

Menu4=new Array("Professionals","staff.html","",0,setheight,setwidth);

//Menu5=new Array("Clients","clients.html","",0,setheight,setwidth);

//Menu6=new Array("Library Facility","lib.html","",0,setheight,setwidth);

Menu5=new Array("FAQ's (Questions)","faq.html","",0,setheight,setwidth);
Menu6=new Array("Download Brochure","images/CCI-Brochure.V2.pdf","",0,setheight,setwidth);


