	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='000066';			// Background color when mouse is not over
	var LowSubBgColor='000066';			// Background color when mouse is not over on subs
	var HighBgColor='FFFFFF';			// Background color when mouse is over
	var HighSubBgColor='FFFFFF';			// Background color when mouse is over on subs
	var FontLowColor='FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='ffffff';		// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='006600';			// Border color
	var BorderSubColor='006BB6';			// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"				// Font family menu items
	var FontSize=10;					// 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=0;			// vertical overlap child/ parent
	var StartTop=0;						// 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=8;					// Left padding
	var TopPaddng=4;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='';				// Frame where first level appears
	var SecLineFrame='';				// Frame where sub levels appear
	var DocTargetFrame='';				// Frame where target documents appear
	var TargetLoc='MenuPos';			// div 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",0,0,"tridown.gif",0,0,"trileft.gif",0,0];
										// 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("About Hitechbase","default.htm","",6,24,115);
	Menu1_1=new Array("Our View","view.htm","",0,24,145);
	Menu1_2=new Array("Our Vision","vision.htm","",0,24,145);
	Menu1_3=new Array("Our Approach","approach.htm","",0,24,145);
	Menu1_4=new Array("Experienced Team","team.htm","",0,24,155);
	Menu1_5=new Array("Driving Directions","direction.htm","",0,24,145);
	Menu1_6=new Array("Contact Us","contact.htm","",0,24,145);
	
Menu2=new Array("Solutions","solutions.htm","",6,24,90);
	Menu2_1=new Array("Enterprise Resource Management","erp.htm","",0,24,225);
	Menu2_2=new Array("Data Warehousing","dw.htm","",0,24,150);
	Menu2_3=new Array("Business Intelligence","bi.htm","",0,24,150);
	Menu2_4=new Array("eBusiness","ebus.htm","",0,24,150);
	Menu2_5=new Array("Strategic Consulting","strategy.htm","",0,24,150);
	Menu2_6=new Array("Supply Chain Management","scm.htm","",0,24,200);
			
Menu3=new Array("Our Approach","approach_main.htm","",4,24,120);
	Menu3_1=new Array("Discover","approach.htm#discover","",0,24,125);
	Menu3_2=new Array("Desigin","approach.htm#Design","",0,24,125);
	Menu3_3=new Array("Deploy","approach.htm#deploy","",0,24,125);
	Menu3_4=new Array("Drive","approach.htm#drive","",0,24,125);
	
Menu4=new Array("Clients","","",0,24,90);
	Menu4_1=new Array("Client Successes","client_successes.htm","",0,24,125);

Menu5=new Array("Services","services.htm","",6,24,90);
	Menu5_1=new Array("Consulting","services.htm#con","",0,24,215);
	Menu5_2=new Array("Rapid Application Development","services.htm#rad","",0,24,225);
	Menu5_3=new Array("Staffing","services.htm#staff","",0,24,160);
	Menu5_4=new Array("Networking","services.htm#net","",0,24,160);
	Menu5_5=new Array("Application Support","services.htm#as","",0,24,160);
	Menu5_6=new Array("Education","services.htm#edu","",0,24,160);			

Menu6=new Array("News and Events","news_events.htm","",3,24,140);
	Menu6_1=new Array("Articles","articles.htm","",0,24,160);
	Menu6_2=new Array("White Papers","whitepaper_requests.htm","",0,24,160);
	Menu6_3=new Array("Event Announcements","news_events.htm#events","",0,24,160);
	
	
Menu7=new Array("Staffing","staffing.htm","",1,24,75);
	Menu7_1=new Array("Recruiting services","recruit.htm","",0,24,150);

Menu8=new Array("Useful Links","implinks.htm","",0,24,100);
	
Menu9=new Array("Careers","career.htm","",2,24,95);
	Menu9_1=new Array("Current Opportunities","curropps.htm","",0,24,155);
	Menu9_2=new Array("Submit Resume","sub_res.htm","",0,24,140);