/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=21;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#ebe1ee';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#563b61';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#8a5f9b';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#8a5f9b';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='centered';			// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=0;			// 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='MenuPos';				// 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=['/menu/tri.gif',5,10,'/menu/tridown.gif',10,5,'/menu/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","/","",0, 25, 160);

Menu2=new Array("Physician Profiles","","",3, 25, 160);
	Menu2_1=new Array("Ophthalmologist","/physician/index.cfm?type_flg=1","",0,20,250);
	Menu2_2=new Array("Optometrists","/physician/index.cfm?type_flg=2","",0,20,250);
	Menu2_3=new Array("The Importance of Physician Qualifications","/physician/qualifications.cfm","",0,40,250);

Menu3=new Array("LASIK/Refractive","","",6, 25, 160);
	Menu3_1=new Array("Overview","/lasik/overview.html","",0,20,250);
	Menu3_2=new Array("LASIK","/lasik/lasik.html","",0,20,250);
	Menu3_3=new Array("CustomVue LASIK","/lasik/customvue.html","",0,20,250);
	Menu3_4=new Array("ASA (Advanced Surface Ablation)","/lasik/asa.html","",0,20,250);
	Menu3_5=new Array("CK","/lasik/ck.html","",0,20,250);
	Menu3_6=new Array("Lifestyle Lens Implants (IOLS)","","",5,20,250);
	Menu3_6_1=new Array("Clear Lens Replacement","/lasik/clear_lens_replacement.html","",0,20,250);
	Menu3_6_2=new Array("Visian ICL","/lasik/visian.html","",0,20,250);
	Menu3_6_3=new Array("ReStor","/lasik/restor.html","",0,20,250);
	Menu3_6_4=new Array("ReZoom","/lasik/rezoom.html","",0,20,250);
	Menu3_6_5=new Array("Toric IOLs","/lasik/toric.html","",0,20,250);

Menu4=new Array("Eye Care Services","","",16, 25, 160);
	Menu4_1=new Array("General Ophthalmology","/services/opthalmology.html","",0,20,250);
	Menu4_2=new Array("General Optometry","/services/optometry.html","",0,20,250);
	Menu4_3=new Array("Cataracts","/services/cataracts.html","",0,20,250);
	Menu4_4=new Array("Children's Eye Care","/services/children_eyecare.html","",0,20,250);
	Menu4_5=new Array("Corneal & External Conditions","/services/corneal.html","",0,20,250);
	Menu4_6=new Array("Contact Lens","/services/lens_fitting.html","",0,20,250);
	Menu4_7=new Array("CRT","/services/crt.html","",0,20,250);
	Menu4_8=new Array("Glaucoma","/services/glaucoma.html","",0,20,250);
	Menu4_9=new Array("LASIK and Refractive Surgery","/lasik/lasik.html","",0,20,250);
	Menu4_10=new Array("Low Vision","/services/lowvision.html","",0,20,250);
	Menu4_11=new Array("Optical Department","/services/optical_dept.html","",0,20,250);
	Menu4_12=new Array("Lifestyle Lens Implants (IOLs)","/services/lens_implants.html","",0,20,250);
	Menu4_13=new Array("Plastic Surgery (Oculoplastics)","/services/oculoplastics.html","",0,20,250);
	Menu4_14=new Array("Retina","/services/retina.html","",0,20,250);
	Menu4_15=new Array("Testing","/services/testing.html","",0,20,250);
	Menu4_16=new Array("Gift Certificates","/services/giftcertificates.html","",0,20,250);
	
Menu5=new Array("Cosmetic Services","","",3, 25, 160);
	Menu5_1=new Array("LATISSE","/cosmetics/latisse.html","",0,20,300);
	Menu5_2=new Array("Cosmetics - Cosmetic Botox and Juvederm","/cosmetics/botox.html","",0,20,300);
	Menu5_3=new Array("Fractional Resurfacing","/cosmetics/fractional_resur.html","",0,20,300);
	
	
Menu6=new Array("Hearing Solutions","","",4, 25, 160);
	Menu6_1=new Array("Overview","/hearing_services/overview.html","",0,20,250);
	Menu6_2=new Array("Meet Our Hearing Aid Specialist","/hearing_services/specialist.html","",0,20,250);
	Menu6_3=new Array("Recognize the Onset of Hearing Loss","/hearing_services/signs.html","",0,20,250);
	Menu6_4=new Array("FAQs","/faqs/index.cfm?cat_id=20","",0,20,250);

Menu7=new Array("Locations","/directions/locations.html","",0, 25, 160);

Menu8=new Array("About Our Practice","","",3, 25, 160);
	Menu8_1=new Array("History","/aboutus/history.html","",0,20,250);
	Menu8_2=new Array("Core Values","/aboutus/corevalues.html","",0,20,250);
	Menu8_3=new Array("Upcoming Events","/aboutus/seminars.html","",0,20,250);

Menu9=new Array("Patient/Visit Information","","",4, 40, 160);
	Menu9_1=new Array("Requesting an Appointment","/appointment/appt_request2.cfm","",0,20,250);
	Menu9_2=new Array("New Patient Information","/visit/new_patient.html","",0,20,250);
	Menu9_3=new Array("Insurance Information","/visit/insurance.html","",0,20,250);
	Menu9_4=new Array("Requesting Contact Lenses","/contact/contact_lens_request.cfm","",0,20,250);

Menu10=new Array("FAQs","","",14, 25, 160);
	Menu10_1=new Array("General","/faqs/index.cfm?cat_id=15","",0,20,250);
	Menu10_2=new Array("Our Doctors/Locations","/faqs/index.cfm?cat_id=6","",0,20,250);
	Menu10_3=new Array("Cataracts","/faqs/index.cfm?cat_id=1","",0,20,250);
	Menu10_4=new Array("CK","/faqs/index.cfm?cat_id=2","",0,20,250);
	Menu10_5=new Array("Contact Lenses","/faqs/index.cfm?cat_id=11","",0,20,250);
	Menu10_6=new Array("CRT","/faqs/index.cfm?cat_id=4","",0,20,250);
	Menu10_7=new Array("Glaucoma","/faqs/index.cfm?cat_id=12","",0,20,250);
	Menu10_8=new Array("Hearing Services","/faqs/index.cfm?cat_id=20","",0,20,250);
	Menu10_9=new Array("Kingston Surgery Center","/faqs/index.cfm?cat_id=5","",0,20,250);
	Menu10_10=new Array("LASIK","/faqs/index.cfm?cat_id=19","",0,20,250);
	Menu10_11=new Array("LATISSE","/faqs/index.cfm?cat_id=21","",0,20,250);
	Menu10_12=new Array("Macular Degeneration","/faqs/index.cfm?cat_id=3","",0,20,250);
	Menu10_13=new Array("Optical","/faqs/index.cfm?cat_id=10","",0,20,250);
	Menu10_14=new Array("Premium Lens Implants","/faqs/index.cfm?cat_id=13","",0,20,250);
	

Menu11=new Array("What\'s New","/news/index.cfm","",0, 25, 160);

Menu12=new Array("Contact Us","","",6, 25, 160);
	Menu12_1=new Array("Address/Phone Number/Website","/contact/","",0,20,250);
	Menu12_2=new Array("Make an Appointment","/appointment/appt_request2.cfm","",0,20,250);
	Menu12_3=new Array("Schedule a Free LASIK Consultation","/appointment/appt_request2.cfm?form_flg=L","",0,20,250);
	Menu12_4=new Array("Patient Satisfaction Survey","/survey/","",0,20,250);
	Menu12_5=new Array("Change of Address/Phone","/contact/","",0,20,250);
	Menu12_6=new Array("Employment Opportunities","/employ/","",0,40,250);

Menu13=new Array("Kingston Surgery Center","","",6, 40, 160);
	Menu13_1=new Array("About Us","/ksc/aboutus.html","",0,20,250);
	Menu13_2=new Array("Patient Bill of Rights","/ksc/billofrights.html","",0,20,250);
	Menu13_3=new Array("Service","/ksc/services.html","",0,20,250);
	Menu13_4=new Array("Patient Info","/visit/new_patient.html","",0,20,250);
	Menu13_5=new Array("Location","/directions/location.cfm?location_id=8","",0,20,250);
	Menu13_6=new Array("Financial Information","/ksc/financial.html","",0,20,250);

Menu14=new Array("Testimonials","","",3, 25, 160);
	Menu14_1=new Array("LASIK","/testimonials/index.cfm?cat_id=1","",0,20,250);
	Menu14_2=new Array("ASA (Advanced Surface Ablation)","/testimonials/index.cfm?cat_id=2","",0,20,250);
	Menu14_3=new Array("Premium Lens Implants","/testimonials/index.cfm?cat_id=3","",0,20,250);

Menu15=new Array("Financing","/finance/","",0, 25, 160);


Menu16=new Array("Employment Opportunities","/employ/","",0, 40, 160);

Menu17=new Array("Important Links","","",7, 25, 160);
	Menu17_1=new Array("General Eye Care","/links/index.cfm?cat_id=2","",0,20,250);
	Menu17_2=new Array("Macular Degeneration","/links/index.cfm?cat_id=3","",0,20,250);
	Menu17_3=new Array("Low Vision Services and Programs","/links/index.cfm?cat_id=4","",0,20,250);
	Menu17_4=new Array("Glaucoma","/links/index.cfm?cat_id=5","",0,20,250);
	Menu17_5=new Array("LASIK","/links/index.cfm?cat_id=6","",0,20,250);
	Menu17_6=new Array("Lens Implants","/links/index.cfm?cat_id=6","",0,20,250);
	Menu17_7=new Array("Optical","/links/index.cfm?cat_id=7","",0,20,250);

Menu18=new Array("Corporate Programs","/corp_programs.html","",0, 25, 160);

Menu19=new Array("Clinical Investigations","/clinical_investigation/","",0, 25, 160);

Menu20=new Array("Upcoming Events","/aboutus/seminars.html","",0, 25, 160);

Menu21=new Array("Consulting Physicians","/members/","",0, 40, 160);
