

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#48065B";
oncolor="#ffffff";
offbgcolor="#C5A7C5";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="90%";
fontstyle="normal";
fontweight ="bold";
fontfamily="arial, Helvetica, sans-serif";
pagecolor="white";
pagebgcolor="#48065B";
headercolor="#000000";
headerbgcolor="#ffffff";
}


with(menuStyle2=new mm_style()){
onbgcolor="#48065B";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#efefef";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontweight ="bold";
fontfamily="arial, Helvetica, sans-serif";
pagecolor="white";
pagebgcolor="#48065B";
headercolor="#000000";
headerbgcolor="#ffffff";
}


with(menuStyle3=new mm_style()){
onbgcolor="#224466";
align ="center";
oncolor="#ffffff";
offbgcolor="#efefef";
offcolor="#999999";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontweight ="bold";
fontfamily="arial, Helvetica, sans-serif";
pagecolor="white";
pagebgcolor="#335577";
headercolor="#000000";
headerbgcolor="#ffffff";
}


with(milonic=new menuname("About")){
style=menuStyle2;
orientation="vertical";
aI("text=About the Center;url=http://www.myeyelids.com/About/aboutCenter.asp;status=About the Center;pagematch=AbouttheCenter/");
aI("text=About the Doctor;url=http://www.myeyelids.com/About/aboutDoctor.asp;status=About the Doctor;pagematch=AbouttheDoctor/");
}
with(milonic=new menuname("Services")){
style=menuStyle2;
orientation="vertical";
aI("text=Our Services;url=http://www.myeyelids.com/Services/services.asp;status=Our Services;pagematch=OurServices/");
aI("text=Blepharoplasty;url=http://www.myeyelids.com/Services/Blepharoplasty/Blepharoplasty.asp;status=Blepharoplasty;pagematch=Blepharoplasty/");
aI("text=Brow &amp; Forehead Lift;url=http://www.myeyelids.com/Services/BrowLift/BrowLift.asp;status=Brow &amp; Forehead Lift;pagematch=Browamp;ForeheadLift/");
aI("text=CO2 Laser Resurfacing;url=http://www.myeyelids.com/Services/LaserResurfacing/LaserResurfacing.asp;status=CO2 Laser Resurfacing;pagematch=LaserSkinResurfacing/");
aI("text=Fraxel Laser Resurfacing;url=http://www.myeyelids.com/Services/FraxelResurfacing/FraxelResurfacing.asp;status=Fraxel Laser Resurfacing;pagematch=FraxelResurfacing/");

aI("text=Thermacool&#8482; by Thermage&#174;;url=http://www.myeyelids.com/Services/Thermacool/Thermacool.asp;status=Thermacool&#8482; by Thermage&#174;;pagematch=Thermacool#8482;byThermage#174;/");
aI("text=Botox;url=http://www.myeyelids.com/Services/Botox/Botox.asp;status=Botox Injections;pagematch=BotoxInjections/");
aI("text=Restylane;url=http://www.myeyelids.com/Services/Restylane/Restylane.asp;status=Restylane;pagematch=Restylane/");
aI("text=IPL Photorejuvenation;url=http://www.myeyelids.com/Services/IPLPhotorejuvenation/IPLPhotoRejuv.asp;status=IPL Photorejuvenation;pagematch=IPLPhotorejuvenation/");
aI("text=Skin Rejuvenation;url=http://www.myeyelids.com/Services/SkinRejuvenation/SkinRejuvenation.asp;status=Skin Rejuvenation;pagematch=SkinRejuvenation/");
aI("text=Medical Services;url=http://www.myeyelids.com/Services/Medical/medical.asp;status=Medical Services;pagematch=medical/");
}
with(milonic=new menuname("New Patients")){
style=menuStyle2;
orientation="vertical";
aI("text=New Patient Information;url=http://www.myeyelids.com/NewPatients/newPatientInfo.asp;status=New Patient Information;pagematch=NewPatientInformation/");
aI("text=Patient Registration Form;url=http://www.myeyelids.com/downloads/PatientRegistration.pdf;status=PatientRegistration Form;pagematch=Patient Registration Form/");
aI("text=Medical History Questionnaire;url=http://www.myeyelids.com/downloads/HealthQuestions.pdf;status=MedicalHistory Questionnaire;pagematch=Medical History Questionnaire/");
aI("text=Consent Form;url=http://www.myeyelids.com/downloads/ConsentForm.pdf;status=Consent Form;pagematch=ConsentForm/");
aI("text=Privacy Notice;url=http://www.myeyelids.com/ContactUs/privacyNotice.asp;status=Privacy Notice;pagematch=PrivacyNotice/");

}
with(milonic=new menuname("Events")){
style=menuStyle2;
orientation="vertical";
aI("text=Events;url=http://www.myeyelids.com/Events/events.asp;status=Events;pagematch=Events/");
}
with(milonic=new menuname("Contact Us")){
style=menuStyle2;
orientation="vertical";
aI("text=Contact Information;url=http://www.myeyelids.com/ContactUs/contactUs.asp;status=Contact Information;pagematch=ContactInformation/");
aI("text=Product Reorder;url=http://www.myeyelids.com/ContactUs/productReorder.asp;status=Product Reorder;pagematch=productReorder/");
aI("text=Gift Certificates;url=http://www.myeyelids.com/ContactUs/giftCerts.asp;status=Gift Certificates;pagematch=giftCerts/");
}


drawMenus();
