/***********************************************************************************
*	(c) Ger Versluis 2000 version 7.02 12 March 2002	          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;		// Number of first level items
	var LowBgColor='5bb7e6';		// Background color when mouse is not over
	var HighBgColor='2974c5';		// Background color when mouse is over
	var FontLowColor='white';		// Font color when mouse is not over
	var FontHighColor='white';		// Font color when mouse is over
	var BorderColor='white';			// Border color
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;		// Border between elements 1 or 0
	var FontFamily="tahoma"			// 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='center';			// Menu horizontal position 'left', 'center', 'right' or justify
	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=115;				// 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;		// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=100;		// 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 BottomUp=0;				// enables/ disables Bottom up 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=['/menu/tri.gif',5,11,'/menu/tridown.gif',10,5,'/menu/trileft.gif',5,10,'/menu/triup.gif',10,5];	// Arrow source, width and height
	var MenuUsesFrames=0;		// frames or single page 1 or 0

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor,
//			fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);

Menu1=new Array("Home","/index.html","",0,20,120,"","","","","","",-1,-1,-1,"","");
Menu2=new Array("Company Info","/index.html","",7,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("News","/pro/news.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Bios","/pro/bios.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("About Us","/pro/aboutus.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("Market Presence","/pro/market.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("Testimonials","/pro/testimonials.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_6=new Array("Affiliations","/pro/affiliations.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu2_7=new Array("Careers","/pro/careers.html","",0,20,150,"","","","","","",-1,-1,-1,"","");	
Menu3=new Array("Wireless Services","/wireless/index.html","",1,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Commitment To Service","/wireless/commitment.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("Staffing Services","/staffing/index.html","",4,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Services","/staffing/services.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Capabilities","/staffing/cap.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("What Sets Us Apart","/staffing/wsua.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("IT Trends","/staffing/ittrends.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
Menu5=new Array("Government Solutions","/gov/index.html","",2,20,160,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Capabilities","/gov/cap.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("TXMAS","/txmas/index.html","",0,20,150,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("Contact Us","/contactus.html","",0,20,120,"","","","","","",-1,-1,-1,"","");
