/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='31436B';			// Background color when mouse is not over
	var LowSubBgColor='31436B';			// Background color when mouse is not over on subs
	var HighBgColor='31436B';			// Background color when mouse is over
	var HighSubBgColor='31436B';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='ffff33';			// Font color when mouse is over
	var FontSubHighColor='ffff33';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=200;				// Menu offset x coordinate
	var StartLeft=125;				// 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;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height
	// 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","","",8,20,90);
	Menu1_1=new Array("Mission and Vision","about.html","",0,22,150)
	Menu1_2=new Array("Leadership","leadership.html","",0,22,150);
	Menu1_3=new Array("Accomplishments","accomplishments.html","",0,22,150);
	Menu1_4=new Array("Clients and Testimonials","clients_testimonials.html","",0,22,150);
	Menu1_5=new Array("Presentation","presentation.html","",0,22,150);
	Menu1_6=new Array("Affiliates","affiliates.html","",0,22,150);
	Menu1_7=new Array("News","news.html","",0,22,150);
	Menu1_8=new Array("Careers & Employment Screening","careers.html","",0,35,150);		

Menu2=new Array("Services","","",4,18,90);
	Menu2_1=new Array("Healthcare Consulting","healthconsulting.html","",0,22,180)
	Menu2_2=new Array("Revenue Management Tools","revenue_management_tools.html","",0,22,180);
	Menu2_3=new Array("Practice Management Service Organization","#","",11,35,180);
		Menu2_3_1=new Array("The Revenue Process","revenueProcess.html","",0,22,180);
		Menu2_3_2=new Array("Real Time Eligibility","real_time_eligibility.html","",0,22,180);
		Menu2_3_3=new Array("Patient Obligation Calculator","patient_obligation_calculator.html","",0,22,180);
		Menu2_3_4=new Array("Patient Financing Options","patient_financing_options.html","",0,22,180);
		Menu2_3_5=new Array("Read RULES ENGINE","claims_error_checking.html","",0,22,180);
		Menu2_3_6=new Array("Coding Resources","coding_resources.html","",0,22,180);
		Menu2_3_7=new Array("Patient Statement Management","patient_statement_management.html","",0,22,180);
		Menu2_3_8=new Array("Data Reporting Capabilities","data_reporting_capabilities.html","",0,22,180);
		Menu2_3_9=new Array("Web-based Data Management","webbased_data_management.html","",0,22,180);
		Menu2_3_10=new Array("Business Continuation Plan","business_continuation_plan.html","",0,22,180);
		Menu2_3_11=new Array("Compliance and Quality Assurance Plan","compliance_and_quality.html","",0,35,180);
		
	Menu2_4=new Array("Benefits Administration","","",2,22,180);
		Menu2_4_1=new Array("Employee Benefits","employeebenefits.html","",0,22,180);
		Menu2_4_2=new Array("Corporate Wellness","corporateWellness.html","",0,22,180);
	
	
Menu3=new Array("Healthcare Resources","","",4,18,180);
	Menu3_1=new Array("Links","links.html","",0,22,180)
	Menu3_2=new Array("Publications and Articles","publications_and_articles.html","",0,22,180);
	Menu3_3=new Array("Newsletter Archive","newsletter_archive.asp","",0,22,180);
	Menu3_4=new Array("Practice Management Forms","#","",0,22,180);
/*	Menu3_5=new Array("Month-to-Date Batch Log Online","batch_log.html","",0,22,180);
	

Menu2=new Array("Healthcare Management","","",2,18,160);
	Menu2_1=new Array("Healthcare Consulting","healthconsulting.html","",0,22,160);
	Menu2_2=new Array("The Revenue Process","revenueProcess.html","",0);
	
Menu3=new Array("Benefits Administration","","",2,18,160);
	Menu3_1=new Array("Employee Benefits","employeebenefits.html","",0,22,160);	
	Menu3_2=new Array("Corporate Wellness","corporateWellness.html","",0);
*/	

Menu4=new Array("Contact Us","","",2,18,125);
	Menu4_1=new Array("Directions","directions.html","",0,22,125);
	Menu4_2=new Array("Contact Form","contact.html","",0,22,125);
