/***********************************************************************************/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#105692';			// Background color when mouse is not over
	var LowSubBgColor='#105692';			// Background color when mouse is not over on subs
	var HighBgColor='#407BAE';			// Background color when mouse is over
	var HighSubBgColor='#407BAE';			// 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='#0C3258';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=100;				// 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=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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['images/triright.gif',0,0,'images/tri.gif',0,0,'images/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("Company","aboutus.asp","",3,18,80);
	Menu1_1=new Array("About Us","aboutus.asp","",0,18,125);
	//Menu1_2=new Array("Our Team","ourteam.asp","",0);
	Menu1_2=new Array("Contact Us","make_contactus.asp","",0);
	Menu1_3=new Array("Privacy","privacy.asp","",0);
Menu2=new Array("Products","general_product_information.asp","",5);
	Menu2_1=new Array("General Information","general_product_information.asp","",0,18,125);
	Menu2_2=new Array("Recruiter Edition","recruiter_edition.asp","",0);	
	Menu2_3=new Array("Staffing Edition","staffing_edition.asp","",0);
	Menu2_4=new Array("Corporate Edition","corporate_edition.asp","",0);
	Menu2_5=new Array("Enterprise Edition","enterprise_edition.asp","",0);
Menu3=new Array("Features","general_features.asp","",0);
	//Menu3_1=new Array("General Features","general_features.asp","",0,18,125);
	//Menu3_2=new Array("Recruiter Edition","recruiter_edition_features.asp","",0);	
	//Menu3_3=new Array("Staffing Edition","staffing_edition_features.asp","",0);
	//Menu3_4=new Array("Corporate Edition","corporate_edition_features.asp","",0);
	//Menu3_5=new Array("Enterprise Edition","enterprise_edition_features.asp","",0);
Menu4=new Array("Pricing","pricing.asp","",0);
Menu5=new Array("Support","support.asp","",3);
	Menu5_1=new Array("Support","support.asp","",0,18,125);
	Menu5_2=new Array("Infrastructure","infrastructure.asp","",0);
	Menu5_3=new Array("Hosting","hosting.asp","",0);
	//Menu5_4=new Array("Security","security.asp","",0,18,82);
Menu6=new Array("Take a Tour","Javascript:PopUpWindow('overview.asp?NewPageNum=0&Direction=1',702,342,'tour')","",0);
Menu7=new Array("Contact Us","make_contactus.asp","",0);
	//Menu6_1=new Array("Request Demo","make_requestdemo.asp","",0,18,125);
//Menu7=new Array("FAQ","faq.asp","",0);
//Menu8=new Array("Jobs","jobs.asp","",0);