/***********************************************************************************
*	(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=5;			// Number of first level items
	var LowBgColor='#003300';			// Background color when mouse is not over
	var LowSubBgColor='#E8E8E8';			// Background color when mouse is not over on subs
	var HighBgColor='#006600';			// Background color when mouse is over
	var HighSubBgColor='#FFFFFF';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFE6';			// Font color when mouse is not over
	var FontSubLowColor='#003300';			// Font color subs when mouse is not over
	var FontHighColor='#FFFF33';			// Font color when mouse is over
	var FontSubHighColor='#990033';			// Font color subs when mouse is over
	var BorderColor='#E8E8E8';			// Border color
	var BorderSubColor='#7f0330';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana"			// Font family menu items
	var FontSize=7;					// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=65;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=1;				// 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=750;				// 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=1;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['hvmenu/tri2.gif',8,8,'hvmenu/tridown1.gif',8,8,'hvmenu/trileft2.gif',8,8];	// 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("Patient Information","","",7,14,135);
	Menu1_1=new Array("Appointments","appointments.htm","",0,14,140);
	Menu1_2=new Array("Payments/Billing","payments-billing.htm","",0,14,140);
	Menu1_3=new Array("Insurance/Billing","insurance-billing.htm","",3,14,140);
		Menu1_3_1=new Array("Personal Health Insurance","insurance-billing.htm#personalhealth","",0,14,180);
		Menu1_3_2=new Array("Worker's Comp Insurance","insurance-billing.htm#workerscomp","",0,14,180);
		Menu1_3_3=new Array("Disability Request & Forms","insurance-billing.htm#disability","",0,14,180);
	Menu1_4=new Array("Referral","","",0,14,140);
	Menu1_5=new Array("Medical Records","medical-records.htm","",1,14,140);
		Menu1_5_1=new Array("Medical Records Request Form","pdf/MedicalRecordsRequestForm.pdf","",0,14,180);
	Menu1_6=new Array("Prescription/Messages","prescription-messages.htm","",0,14,140);
	Menu1_7=new Array("Participating Insurance","participating-insurance.htm","",0,14,140);

Menu2=new Array("Patient Forms","","",5,14,105);
	Menu2_1=new Array("Required Patient Information Forms","information.htm","",0,14,220);
	Menu2_2=new Array("New Patient Forms","","",3,14,220);
		Menu2_2_1=new Array("Patient Medical History Form","pdf/PatientMedicalHistoryForm.pdf","",0,14,180);
		Menu2_2_2=new Array("Dr. Ketz' Patient Questionnaire","pdf/DrKetzForm.pdf","",0,14,180);
		Menu2_2_3=new Array("Dr. Zijerdi's New Patient Form","pdf/DrZijerdiForm.pdf","",0,14,180);
	Menu2_3=new Array("HIPAA Forms","hipaa.htm","",3,14,220);
		Menu2_3_1=new Array("Notice of Information Practices","pdf/notice-infopractice.pdf","",0,14,180);
		Menu2_3_2=new Array("Consent Form For PHI Disclosure","pdf/ConsentForm.pdf","",0,14,180);
		Menu2_3_3=new Array("PHI Disclosure Authorization","pdf/PHI-DisclosureForm.pdf","",0,14,180);
	Menu2_4=new Array("Physical Therapy Intake Forms","pdf/PhysicalTherapyIntakeForm.pdf","",0,14,220);
	Menu2_5=new Array("Medical Records Request Form","pdf/MedicalRecordsRequestForm.pdf","",0,14,220);

Menu3=new Array("Specialties","specialties.htm","",0,14,80);

Menu4=new Array("Contact Info","contact-info.htm","",0,14,90);

Menu5=new Array("Helpful Links","helpful-links.htm","",0,14,90);