	var NoOffFirstLineMenus=6;			
	var LowBgColor='#578AB0';			
	var LowSubBgColor='#1C537C';			
	var HighBgColor='#1C537C';			
	var HighSubBgColor='#EBF7FF';			
	var FontLowColor='white';			
	var FontSubLowColor='white';			
	var FontHighColor='white';			
	var FontSubHighColor='#1C537C';			
	var BorderColor='#1C537C';			
	var BorderSubColor='#1C537C';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;			
	var FontFamily="arial"	
	var FontSize=8;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.005;				
	var ChildVerticalOverlap=0.5;			
	var StartTop=79;				
	var StartLeft=0;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=15;				
	var TopPaddng=0;				
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=1;			
	var DissapearDelay=300;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=0;				
	var KeepHilite=1;				
	var Arrws=['sxicona.gif',8,8,'tridown.gif',10,5,'trileft.gif',5,10];	

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("Product Info","overview.html","",3,20,150);
	Menu1_1=new Array("Overview","overview.html","",0,17,150);
	Menu1_2=new Array("Components & Features","comp_features.html","",0);
	Menu1_3=new Array("Technical Specs","tech_specs.html","",0);
		
Menu2=new Array("Customers","customers.html","",2,20,120);
	Menu2_1=new Array("Customer List","customers.html","",0,17,120);
	Menu2_2=new Array("Success Stories","customers_success.html","",0,17,120);	

Menu3=new Array("News","press_releases.html","",2,20,120);
	Menu3_1=new Array("Press Releases","press_releases.html","",0,17,120);
	Menu3_2=new Array("Events","events.html","",0,17,120);	

Menu4=new Array("Downloads","#","_blank",2,20,130);
//	Menu4_1=new Array("Request Access","jsjavadownload.jsp","",0,17,130);
	Menu4_1=new Array("Documentation","documentation.html","",0,17,130);	
	Menu4_2=new Array("Product","downloads/product.html","",0,17,130);	
	
Menu5=new Array("Support","support.html","",0,20,130);
	
Menu6=new Array("Purchase","purchase.html","",0,20,130);

	
	
