
/*
Milonic .aspL Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic .aspL Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#003366";
oncolor="#cccccc";
offbgcolor="#cccccc";
offcolor="#003366";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=6;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#F8F3E3";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2);Alpha(opacity=90);";
}


with(milonic=new menuname("doctors")){
style=menuStyle;
aI("text=Michael DePaolis, OD, FAAO;url=doctors_depaolis.htm;");
aI("text=Robert Ryan, OD, FAAO;url=doctors_ryan.htm;");
aI("text=Stephanie Su, OD ;url=doctors_su.htm;");
aI("text=Jason R. Hochreiter, OD ;url=doctors_hochreiter.htm;");
aI("text=Jane Beeman, COA, FCLSA, NCLE-Adv.;url=doctors_beeman.htm;");
aI("text=Our Team;url=doctors_brighton.htm;");

}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Eye Examinations;url=services_exam.htm;");
aI("text=Latest in Diagnostic Equipment;url=optos.htm;");
aI("text=Contact Lenses;url=services_contacts.htm;");
aI("text=Vision Shaping Treatment;url=services_VST.htm;");
aI("text=Optical Dispensing;url=services_dispensing.htm;");
aI("text=Eye Diseases, Cataracts, Glaucoma, Diabetes;url=services_diseases.htm;");
aI("text=Eye Infections, Eye Injuries, Urgent Care;url=services_infection.htm;");
aI("text=Dry Eyes;url=services_dry.htm;");
aI("text=Surgery Co-Management;url=services_surgery.htm;");
aI("text=Laser Vision Correction;url=services_laser.htm;");

}

with(milonic=new menuname("appointment")){
style=menuStyle;
aI("text=Make an Appointment;url=appointment.htm;");
aI("text=Download Forms;url=forms.htm;");

}

with(milonic=new menuname("hours")){
style=menuStyle;
aI("text=Hours;url=hours.htm;");
aI("text=Get Driving Directions;url=directions.htm;");

}


drawMenus();


