_menuCloseDelay=500;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=-0;

with(menuStyle=new mm_style()){
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2)";
}

with(menuStyle2=new mm_style()){
bordercolor="#B3A788";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize=12;
fontstyle="normal";
fontweight="bold";
ondecoration="underline";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#576368";
onbgcolor="#ffffff";
oncolor="#008B98";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#82B6D7";
pagecolor="black";
//separatorcolor="#999999";
//separatorsize=1;
subimage="images/bullet_sidenav.gif";
onsubimage="images/bullet_sidenav_gray.gif";
//subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
aI("showmenu=About;align=left;image=images/nav_about_gamma.gif;overimage=images/nav_about_gamma_on.gif;url=about/index.cfm");
aI("showmenu=Patient;align=left;image=images/nav_patient.gif;overimage=images/nav_patient_on.gif;url=resources/index.cfm");
aI("showmenu=Treatment;align=left;image=images/nav_treatment.gif;overimage=images/nav_treatment_on.gif;url=treatment/index.cfm");
aI("showmenu=Research;align=left;image=images/nav_research.gif;overimage=images/nav_research_on.gif;url=/research/generalinfo.cfm");
aI("showmenu=;align=left;image=images/nav_faqs.gif;overimage=images/nav_faqs_on.gif;url=faqs/index.cfm");
}


with(milonic=new menuname("About")){
style=menuStyle2;
aI("text=What is the Gamma Knife Used For?;url=about/usedfor.cfm");
aI("text=How Does the Gamma Knife Work?;url=about/work.cfm");
aI("text=Who Can Benefit From Gamma Knife Treatment?;url=about/benefit.cfm");
aI("text=What Are the Benefits of Gamma Knife Treatment?;url=about/whatare.cfm");
// aI("text=Leksell Gamma Knife Overview Video;url=about/leskell.cfm");
// aI("text=Patient Testimonials;url=about/testimonials.cfm");
}

with(milonic=new menuname("Patient")){
style=menuStyle2;
aI("text=Patient Resources;url=resources/index.cfm");
aI("text=Directions;url=resources/directons.cfm");
aI("text=Contact Name and Number;url=resources/contact.cfm");
aI("text=Gamma Knife Brochure;url=resources/brochure.cfm");
//aI("text=Patient Registration Forms;url=resources/registration.cfm");
aI("text=South Nassau Support Groups;url=resources/support.cfm");
aI("text=Preparing for Radiosurgery;url=resources/preparing.cfm");
aI("text=The Day of Gamma Knife Surgery;url=resources/theday.cfm");
aI("text=Preparation;url=resources/preparation.cfm");
aI("text=Imaging Before the Treatment;url=resources/imaging.cfm");
aI("text=The Gamma Knife Procedure;url=resources/procedure.cfm");
aI("text=After Your Treatment;url=resources/after.cfm");
aI("text=Side Effects;url=resources/sideeffects.cfm");
aI("text=Discharge Instructions;url=resources/discharge.cfm");
}

with(milonic=new menuname("Treatment")){
style=menuStyle2;
//aI("text=Treatment Options;url=treatment/index.cfm");
aI("showmenu=Intracranial;text=Intracranial Arteriovenous Malformalitions;");
aI("showmenu=Metastatic;text=Metastatic Brain Tumors;");
aI("showmenu=Trigeminal;text=Trigeminal Neuralgia;");
}

with(milonic=new menuname("Intracranial")){
style=menuStyle2;
aI("text=Endovascular Embolization;url=treatment/endovascular.cfm");
aI("text=Surgery;url=treatment/surgery.cfm");
aI("text=Stereotactic Radiosurgery;url=treatment/stereotactic.cfm");
}

with(milonic=new menuname("Metastatic")){
style=menuStyle2;
aI("text=Craniotomy;url=treatment/craniotomy.cfm");
aI("text=Whole Brain Radiation Therapy;url=treatment/wholebrain.cfm");
aI("text=Linear Accelerator Radiosurgery or Radiotherapy;url=treatment/accelerator.cfm");
aI("text=Gamma Knife Neurosurgical Radiosurgery;url=treatment/radiosurgery.cfm");
}

with(milonic=new menuname("Trigeminal")){
style=menuStyle2;
aI("text=Microvascular Decompression (MVD);url=treatment/microvascular.cfm");
//aI("text=Whole Brain Radiation Therapy;url=treatment/wholebrain.cfm");
//aI("text=Linear Accelerator Technology;url=treatment/linear.cfm");
aI("text=Gamma Knife Neurosurgical Radiosurgery;url=treatment/radiosurgery.cfm");
}

with(milonic=new menuname("Research")){
style=menuStyle2;
aI("text=General Information for Physicians;url=research/generalinfo.cfm");
//aI("text=Database Systems;url=research/database.cfm");
//aI("text=Protocols;url=research/protocols.cfm");
//aI("text=Other Research Studies;url=research/studies.cfm");
//aI("text=Technical Assistance;url=research/technical.cfm");
}

drawMenus();

