
/*
Milonic DHTML 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 DHTML 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=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#7a0000";
offcolor="#ffffff";
// bordercolor="#000000";
// borderstyle="solid";
// borderwidth=0;
separatorcolor="#7a0000";
separatorsize="2";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="ffffff";
pagebgcolor="#7a0000";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="images/arrow.gif";
// subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="Fade(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#7a0000";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=2;
separatorcolor="#000000";
separatorsize="2";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="ffffff";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="images/arrow.gif";
// subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="Fade(duration=0.3)";
}



with(milonic=new menuname("Procedures")){
style=menuStyle2;
overflow="scroll";
aI("text=Breast Disease;url=breast_disease.asp;");
aI("text=Colon;url=colon.asp;");
aI("text=Gallbladder;url=gallbladder.asp;");
aI("text=Hernias;url=hernias.asp;");
aI("text=Morbid Obesity;url=obesity.asp;");
aI("text=Gastroesophageal Reflux Disease;url=gastro_reflux.asp;");
aI("text=Hepatobiliary Surgery;url=hepa_surgery.asp;");
aI("text=Trauma Surgery;url=trauma_surgery.asp;");
}

with(milonic=new menuname("Physicians")){
style=menuStyle2;
aI("text=Dr. Mark Edwards;url=dr_edwards.asp;");
aI("text=Dr. Douglas J. Kaderabek;url=dr_kaderabek.asp;");
aI("text=Dr. Thomas Tigges;url=dr_tigges.asp;");
aI("text=Dr. Timothy Glass;url=dr_glass.asp;");
aI("text=Dr. J. Andrew Isch;url=dr_isch.asp;");
aI("text=Dr. Lewis Jacobson;url=dr_jacobson.asp;");
}

with(milonic=new menuname("Forms")){
style=menuStyle2;
aI("text=Patient Registration;url=https://secure.webize.com/nrsg/patient_registration_1.asp;");
// aI("text=Medical History;url=https://secure.webize.com/nrsg/medical_history_1.asp;");
aI("text=Financial Policy and Patient Liability;url=https://secure.webize.com/nrsg/financial_policy.asp;");
aI("text=Acknowledgement of Receipt;url=https://secure.webize.com/nrsg/summary_notice.asp;");
}

with(milonic=new menuname("Affiliations")){
style=menuStyle2;
aI("text=Hospitals and Surgery Centers;url=affiliations.asp#hospitals;");
aI("text=Accepted Insurance;url=affiliations.asp#insurance;");
}

with(milonic=new menuname("Office")){
style=menuStyle2;
aI("text=Map and Driving Directions;url=office_information.asp#map;");
aI("text=Phone and Fax Numbers;url=office_information.asp#phone;");
aI("text=Contact Form;url=office_information.asp#form;");
}

with(milonic=new menuname("About")){
style=menuStyle2;
aI("text=History of Naab Road Surgical Group;url=about.asp#history;");
aI("text=Mission Statement;url=about.asp#mission;");
}

with(milonic=new menuname("FAQ")){
style=menuStyle2;
aI("text=Breast Disease;url=faq.asp#breast_disease;");
aI("text=Colon;url=faq.asp#colon;");
aI("text=Gallbladder;url=faq.asp#gallbladder;");
aI("text=Hernia;url=faq.asp#hernia;");
aI("text=Weight Loss;url=faq.asp#weight_loss;");
aI("text=Gastroesophageal Reflux Disease;url=faq.asp#gerd;");
}

with(milonic=new menuname("Contact")){
style=menuStyle2;
aI("text=Phone and Fax Numbers;url=contact.asp;");
aI("text=Online Contact Form;url=contact.asp#form;");
}

drawMenus();
