
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=0                // Follow scrolling speed
_followRate=0                // Follow scrolling Rate
_subOffsetTop=4              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(mainStyle=new mm_style()){
onbgcolor="#D21313";
oncolor="#ffffff";
offbgcolor="#F7F7F7";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#F7F7F7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images//icons/right_arrow.gif";
subimagepadding="2";
//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()){
onbgcolor="#D21313";
oncolor="#FFFFFF";
offbgcolor="#F7F7F7";
offcolor="#000000";
onbold=true;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
pagecolor="Black";
pagebgcolor="#F7F7F7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images//icons/right_arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2)";//Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("mainMenu")){
itemwidth=140;
top = 220;
left = 0;
//itemwidth=60
//menuwidth="99%";
borderwidth = 1;
//screenposition = "center;middle";
//alignment="center";
style = mainStyle;
alwaysvisible = 1;
orientation="vertical"
//filter = null;
//followscroll = null;
//keepalive = 1;
//overallwidth = null;
//righttoleft = null;
//itemheight=200;
//openonclick = null;
//bgimage="winxp_back.gif";
//position="relative"
//separatorcolor="green"aI("text=About Us;url=/ash/;target=_top");aI("text=Hospital;showmenu=Hospital;onsubimage=/images/icons/on_right_arrow.gif;url=/ash/hospital.htm;target=_top");aI("text=Jobs;url=/ash/jobs.htm;target=_top");aI("text=Information;url=/ash/patient.htm;target=_top");aI("text=People;url=/ash/people.htm;target=_top");aI("text=Services;showmenu=Services;onsubimage=/images/icons/on_right_arrow.gif;url=/ash/services.htm;target=_top");aI("text=Maps;url=/ash/ashmap.htm;target=_top");aI("text=Links;url=/ash/links.htm;target=_top");aI("text=Contact us;url=/ash/contact.htm;target=_top");}with(milonic=new menuname("Hospital")){ itemwidth=168;borderwidth = 1;style = subStyle;aI("text=Akaroa Hospital;url=/ash/hospital.htm#akaroa_hospital;target=_top");aI("text=Ashburton Hospital;url=/ash/hospital.htm#ashburton_hospital;target=_top");aI("text=Darfield Hospital;url=/ash/hospital.htm#darfield_hospital;target=_top");aI("text=Ellesmere Hospital;url=/ash/hospital.htm#ellesmere_hospital;target=_top");aI("text=Kaikoura Hospital;url=/ash/hospital.htm#Kaikoura_hospital;target=_top");aI("text=Oxford Hospital;url=/ash/hospital.htm#oxford_hospital;target=_top");aI("text=Tuarangi Home;url=/ash/hospital.htm#Tuarangi_Home;target=_top");aI("text=Waikari Hospital;url=/ash/hospital.htm#waikari_hospital;target=_top");}with(milonic=new menuname("Services")){ itemwidth=192;borderwidth = 1;style = subStyle;aI("text=Diagnostic Services;url=/ash/services.htm#diagnostic_services;target=_top");aI("text=District Nursing;url=/ash/services.htm#district_nursing;target=_top");aI("text=Elderly Care;url=/ash/services.htm#elderly_care;target=_top");aI("text=General Medicine;url=/ash/services.htm#general_medicine;target=_top");aI("text=General Surgery;url=/ash/services.htm#general_surgery;target=_top");aI("text=Home Support;url=/ash/services.htm#home_support;target=_top");aI("text=Maternity;url=/ash/services.htm#maternity_services;target=_top");aI("text=Meals on Wheels;url=/ash/services.htm#meals_on_wheels;target=_top");aI("text=Nurse Specialists;url=/ash/services.htm#nurse_specialists;target=_top");aI("text=Outpatient Clinics;url=/ash/services.htm#outpatient_clinics;target=_top");aI("text=Park Street Day Centre;url=/ash/services.htm#parkstreet;target=_top");aI("text=Rehabilitation Care;url=/ash/services.htm#rehabilitation_care;target=_top");}drawMenus();