


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=750            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x




with(menuStyle=new mm_style()){
horizontalMenuDelay = true;
onbgcolor="#37547E";
oncolor="#ffffcc";
offbgcolor="#C1D1E1";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffcc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
ondecoration='none';
align="center";

// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}


with(subStyle=new mm_style()){
horizontalMenuDelay = true;
onbgcolor="#37547E";
oncolor="#ffffcc";
offbgcolor="#C1D1E1";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="black";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
ondecoration='underline';
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
itemwidth=134
screenposition="left"
top=150;
left=14;
//menuwidth="100%";
menualign="";
alwaysvisible=1;
followscroll=0;
orientation="center";

aI("image=http://www.doctorallan.com/images/home.jpg;url=http://www.doctorallan.com/index.htm;overimage=http://www.doctorallan.com/images/home2.jpg;");
aI("text=OUR PRACTICE;showmenu=practice;");
aI("text=OFFICE POLICIES;showmenu=policies;");
aI("text=DR. ON TOPIC;url=http://www.doctorallan.com/topic.htm;");
aI("text=FAQ;url=http://www.doctorallan.com/faq.htm;");
aI("text=LECTURES;url=http://www.doctorallan.com/lectures.htm;");
aI("text=LINKS;url=http://www.doctorallan.com/links.htm;");
aI("text=UTERINE FIBROIDS;url=http://www.doctorallan.com/fibroids.htm;");
aI("text=BIO-IDENTICAL HORMONES;url=http://www.doctorallan.com/premarin.htm;");
aI("text=DIRECTIONS;url=http://www.doctorallan.com/directions.htm;");
aI("text=ABOUT PRISCILLA WARSHOWSKY;url=http://www.doctorallan.com/bio2.htm;");
aI("image=http://www.doctorallan.com/images/book2.jpg;url=http://www.amazon.com/Healing-Fibroids-Doctors-Guide-Natural/dp/0743418247/sr=8-1/qid=1161625301/ref=pd_bbs_sr_1/104-5000229-9656718?ie=UTF8;");

}

with(milonic=new menuname("practice")){
style=subStyle;
overflow="scroll";
aI("text=Bio;url=http://www.doctorallan.com/bio.htm;");
aI("text=Credentials;url=http://www.doctorallan.com/credentials.htm;");
aI("text=Conditions We Treat;url=http://www.doctorallan.com/conditions.htm;");
aI("text=Diagnostic Services;url=http://www.doctorallan.com/diagnostic.htm;");
aI("text=Surgical Consultation and Second Opinions;url=http://www.doctorallan.com/consult.htm;");


}

with(milonic=new menuname("policies")){
style=subStyle;
overflow="scroll";
aI("text=Contacting the Doctor;url=http://www.doctorallan.com/contact.htm;");
aI("text=Becoming a Patient;url=http://www.doctorallan.com/patient.htm;");
aI("text=New Patient Form;url=http://www.doctorallan.com/new-patient.pdf;");
aI("text=Payment;url=http://www.doctorallan.com/payment.htm;");
aI("text=Insurance;url=http://www.doctorallan.com/faq.htm#insure;");
aI("text=Cancellation Policy;url=http://www.doctorallan.com/faq.htm#cancel;");

}

drawMenus();

