 if(navigator.appName == "WebTV")
{
	var StartTop=200;				// Menu offset x coordinate
	var StartLeft=-10;				// Menu offset y coordinate
}
 if(navigator.appName == "Netscape")
{
	var StartTop=142;				// Menu offset x coordinate
	var StartLeft=-13;				// Menu offset y coordinate
}
 if(navigator.appName == "Microsoft Internet Explorer")
{
	var StartTop=142;				// Menu offset x coordinate
	var StartLeft=-13;				// Menu offset y coordinate
}
 if(navigator.appName == "Opera")
{
	var StartTop=252;				// Menu offset x coordinate
	var StartLeft=-315;				// Menu offset y coordinate
}


	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#56c0d8';			// Background color when mouse is not over
	var LowSubBgColor='#05A1C7';			// Background color when mouse is not over on subs
	var HighBgColor='#05A1C7';			// Background color when mouse is over
	var HighSubBgColor='#05A1C7';			// 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='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#56C0D8';			// Border color
	var BorderSubColor='#FDFFFE';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=2;				// Border between elements 1 or 0
	var FontFamily="verdana,arial"			// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=5;				// 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=150;				// 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 highligthed
	var Arrws=['tri.gif',5,12,'tridown.gif',12,5,'trileft.gif',5,12];	// 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 Us","about.html","", 2,22,80);
     Menu1_1=new Array("Contact Us","contactus.html","", 0,22,130);
     Menu1_2=new Array("Mission Statement","mission-statement.html","", 0,22,150);

Menu2=new Array("Company Profile","profile.html","", 4,22,120);
   Menu2_1=new Array("Capabilities","capabilities.html","", 0,22,170);
   Menu2_2=new Array("The Streamline Acquisitions Advantage","acquisitions-advantage.html","", 0,35,170);
   Menu2_3=new Array("GSA Schedule 70 MAS","gsa-schedule.html","", 0,22,170);  
   Menu2_4=new Array("NAICS Classification & Service Codes","service-codes.html","", 0,35,170);

Menu3=new Array("IT Services & Solutions","itservice.html","", 5,22,170);
     Menu3_1=new Array("Information Assurance","assurance.html","", 0,22,220);
     Menu3_2=new Array("IT and Systems Engineering","systems-engineering.html","", 0,22,235);
     Menu3_3=new Array("Portfolio/Project Management","portfolio.html","", 0,22,230);
     Menu3_4=new Array("Independent Verification and Validation","validation.html","", 0,40,250);
     Menu3_5=new Array("Other Professional Services","professional-services.html","", 0,26,280);

Menu4=new Array("Partnerships","partnerships.html","", 2,22,110);
      Menu4_1=new Array("Our Service Partners","service-partners.html","", 0,22,160);
      Menu4_2=new Array("Our Product Partners","product-partners.html","", 0,22,140);
           

Menu5=new Array("Past Performances","performance.html","", 2,22,140);
     Menu5_1=new Array("Success Stories","success-stories.html","", 0,22,180);
     Menu5_2=new Array("Other Satisfied Customers","satisfied-customers.html","", 0,22,140);

Menu6=new Array("Careers","career.php","", 2,22,80);
   Menu6_1=new Array("Submit Resumes","resumes.html","", 0,22,140);
   Menu6_2=new Array("Company Time and Attendance","time-attendance.html","", 0,35,105);
         
