	var NoOffFirstLineMenus=7;
	var LowBgColor='#eee';
	var LowSubBgColor='#eee';
	var HighBgColor='#ccc';
	var HighSubBgColor='#ccc';
	var FontLowColor='black';
	var FontSubLowColor='black';
	var FontHighColor='black';
	var FontSubHighColor='black';
	var BorderColor='#8A9CAA';
	var BorderSubColor='#999';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana, arial, helvetica, sans-serif"	
	var FontSize=8;		
	var FontBold=0;	
	var FontItalic=0;		
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent 
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=110;		
	var StartLeft=143;	
	var VerCorrect=0;		
	var HorCorrect=0;		
	var LeftPaddng=19;		
	var TopPaddng=4;		
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;	
	var DissapearDelay=600;			// delay before menu folds in
	var TakeOverBgColor=1;	
	var FirstLineFrame='navig';	
	var SecLineFrame='space';		
	var DocTargetFrame='space';	
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;	
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;		
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;		
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['/images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/trileft.gif',5,10];	// 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(" Home","/index.htm","",0,22,71);
Menu2=new Array("Product",'/case-management-product/index.htm',"",4,22,85);
	Menu2_1=new Array("Overview","/case-management-product/rehabilitation-software-overview.htm","",0,23,150);	
	Menu2_2=new Array("Software Features","/case-management-product/software-features.htm","",0);
	Menu2_3=new Array("Management Benefits","/case-management-product/management-benefits.htm","",0);	
	Menu2_4=new Array("Screenshots","/case-management-product/screenshots.htm","",0);
Menu3=new Array("Downloads","/software-downloads/index.htm","",3,22,100);
	Menu3_1=new Array("Trial Version","/software-downloads/trialversion.asp","",0,23,140);	
	Menu3_2=new Array("Upgrades","/software-downloads/upgrades.htm","",0);
	Menu3_3=new Array("Case Manager Docs","/software-downloads/case-manager-documents.htm","",0);
Menu4=new Array("Purchase","/purchase/index.htm","",4,22,93);
	Menu4_1=new Array("Pricing","/purchase/pricing.htm","",0,23,140);
	Menu4_2=new Array("Pricing Quote","/purchase/quote.asp","",0);
	Menu4_3=new Array("Unlimited Support","/purchase/support.htm","",0);	
	Menu4_4=new Array("Purchase Now!","/purchase/purchasenow.htm","",0);	
Menu5=new Array("Support","/support/index.htm","",5,22,87);
	Menu5_1=new Array("Support Package","/purchase/support.htm","",0,23,130);	
	Menu5_2=new Array("Help Desk","/support/helpdesk.htm","",0);	
	Menu5_3=new Array("FAQ","/support/faq.htm","",0);
	Menu5_4=new Array("Training","/support/training.htm","",0);
	Menu5_5=new Array("Remote Support","/support/remote.htm","",0);
Menu6=new Array("About Us","/aboutus/index.htm","",0,22,86);
Menu7=new Array("Contact","/contact/index.htm","",0,22,82);