/***********************************************************************************
	OptiSite Inc 
	HV Menu version 5.5 24
	author:	   Ger Versluis
	liscense:   OptiSite Inc
	updated:    july 16, 2005
*	please note - changes to drop down navigation require updating all (4) files:
*	inc/nav_main.js 
*	inc/nav_home.js 
*	inc/nav_sub.js 
*	inc/nav_blog.js 

***********************************************************************************/


	var NoOffFirstLineMenus=7;
	var LowBgColor='';			
	var LowSubBgColor='#6d91a3';			
	var HighBgColor='';			
	var HighSubBgColor='#FFFFFF';			
	var FontLowColor='#FFFFFF';			
	var FontSubLowColor='#FFFFFF';			
	var FontHighColor='#6d91a3';		
	var FontSubHighColor='#6d91a3';			
	var BorderColor='';			
	var BorderSubColor='#FFFFFF';		
	var BorderWidth=1;			
	var BorderBtwnElmnts=1;		
	var FontFamily="verdana, arial"	
	var FontSize=7;			
	var FontBold=1;			
	var FontItalic=0;			
	var MenuTextCentered='left';		
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.1;				
	var ChildVerticalOverlap=.2;			
	var StartTop=100;				
	var StartLeft=260;				
	var VerCorrect=0;				
	var HorCorrect=5;				
	var LeftPaddng=5;				
	var TopPaddng=3;				
	var FirstLineHorizontal=1;		
	var MenuFramesVertical=1;			
	var DissapearDelay=1000;			
	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=['tri.gif',5,10,'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("HOME |","index.php","images/clear.gif",0,20,47);

Menu2=new Array("SERVICES |","services.php","img/clear.gif",2,20,70);
	Menu2_1=new Array("  Capabilities","capabilities.php","",0,20,160);
	Menu2_2=new Array("  FAQs","faq.php","",0,20,63);

Menu3=new Array("PARTNERS |","partners.php","img/clear.gif",0,20,75);

Menu4=new Array("ABOUT |","about.php","img/clear.gif",0,20,55);
	
Menu5=new Array("RACING NEWS |","news.php","images/clear.gif",5,20,97);
	Menu5_1=new Array("  EMS Press Releases","press.php","",0,20,120);
	Menu5_2=new Array("  Nextel Cup","nascar.php","",0,20,90);
	Menu5_3=new Array("  Busch","busch.php","",0,20,90);
	Menu5_4=new Array("  Trucks","trucks.php","",0,20,90);
	Menu5_5=new Array("  Photo Gallery","gallery.php","",0,20,90);

Menu6=new Array("CLIENT LOGIN |","login.php","images/clear.gif",0,20,93);

Menu7=new Array("CONTACT","contact.php","images/clear.gif",0,20,75);
	