
_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";
}
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)";
}
with(milonic=new menuname("mainMenu")){
itemwidth=140;
top = 220;
left = 0;
borderwidth = 1;
style = mainStyle;
alwaysvisible = 1;
orientation="vertical";aI("text=About Us ;showmenu=About Us ;onsubimage=/images/icons/on_right_arrow.gif;url=/haematology/;target=_top");aI("text=South Island Bone Marrow Transplant Unit;showmenu=South Island Bone Marrow Transplant Unit;onsubimage=/images/icons/on_right_arrow.gif;url=/haematology/south-island-bone-marrow-transplant-unit/;target=_top");aI("text=The Haem Team;showmenu=The Haem Team;onsubimage=/images/icons/on_right_arrow.gif;url=/haematology/staff-profiles/;target=_top");aI("text=Patient Information;url=/haematology/patient-information/;target=_top");aI("text=Clinical Trials Programme;showmenu=Clinical Trials Programme;onsubimage=/images/icons/on_right_arrow.gif;url=/haematology/clinical-trials/;target=_top");aI("text=Donations;url=/haematology/donations/;target=_top");aI("text=Contact Us;url=/haematology/contact-us/;target=_top");aI("text=Links/Support Groups;url=/haematology/links/;target=_top");}with(milonic=new menuname("About Us ")){ itemwidth=198;borderwidth = 1;style = subStyle;aI("text=Haematology Outpatients;url=/haematology/departments/haematology-outpatients.htm;target=_top");aI("text=Haemostasis Service;url=/haematology/departments/haemostasis.htm;target=_top");aI("text=Haematology Day Ward;url=/haematology/departments/haematology-day-ward.htm;target=_top");}with(milonic=new menuname("South Island Bone Marrow Transplant Unit")){ itemwidth=192;borderwidth = 1;style = subStyle;aI("text=Visitor Information;url=/haematology/south-island-bone-marrow-transplant-unit/visitor-information.htm;target=_top");aI("text=The Transplant Process;url=/haematology/south-island-bone-marrow-transplant-unit/transplant-process.htm;target=_top");}with(milonic=new menuname("The Haem Team")){ itemwidth=162;borderwidth = 1;style = subStyle;aI("text=Consulting Staff;url=/haematology/staff-profiles/consultants.htm;target=_top");aI("text=Nursing Staff;url=/haematology/staff-profiles/nursing-staff.htm;target=_top");aI("text=Haemostasis Staff;url=/haematology/staff-profiles/haemostasis.htm;target=_top");}with(milonic=new menuname("Clinical Trials Programme")){ itemwidth=168;borderwidth = 1;style = subStyle;aI("text=Haematology Trials;url=/haematology/clinical-trials/clinical-trials.htm;target=_top");aI("text=Closed Trials;url=/haematology/clinical-trials/closed-trials.htm;target=_top");}drawMenus();