
_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;url=/nuclear-medicine/default.htm;target=_top");aI("text=Services;showmenu=Services;onsubimage=/images/icons/on_right_arrow.gif;url=/nuclear-medicine/services/main.htm;target=_top");aI("text=Brochures;showmenu=Brochures;onsubimage=/images/icons/on_right_arrow.gif;url=/nuclear-medicine/brochures/main.htm;target=_top");aI("text=FAQs by Patients;url=/nuclear-medicine/faqs.htm;target=_top");aI("text=Information for Medical Practitioners & Nursing Staff;url=/nuclear-medicine/info.htm;target=_top");aI("text=Referrals;showmenu=Referrals;onsubimage=/images/icons/on_right_arrow.gif;url=/nuclear-medicine/referrals.htm;target=_top");aI("text=Contact Us;url=/nuclear-medicine/contact.htm;target=_top");aI("text=Images;url=/nuclear-medicine/images.htm;target=_top");}with(milonic=new menuname("Services")){ itemwidth=276;borderwidth = 1;style = subStyle;aI("text=Radionuclide Scans;url=/nuclear-medicine/services/radio.htm;target=_top");aI("text=PET Scans;url=/nuclear-medicine/services/pet.htm;target=_top");aI("text=Radiopharmacy & Invivo/Invitro Tests;url=/nuclear-medicine/services/invivo.htm;target=_top");aI("text=Radionuclide Therapies;url=/nuclear-medicine/services/therapies.htm;target=_top");aI("text=Thyroid Outpatients;url=/nuclear-medicine/services/thyroid.htm;target=_top");}with(milonic=new menuname("Brochures")){ itemwidth=330;borderwidth = 1;style = subStyle;aI("text=Information for Patients (pdf doc);url=/nuclear-medicine/documents/Your-Visit.pdf;target=_top");aI("text=Information for Parents & Guardians (pdf doc);url=/nuclear-medicine/documents/Your-Childs-Visit.pdf;target=_top");}with(milonic=new menuname("Referrals")){ itemwidth=270;borderwidth = 1;style = subStyle;aI("text=Hospital Referrals;url=/nuclear-medicine/referrals.htm#hospitalreferrals;target=_top");aI("text=GP & Specialist Referrals;url=/nuclear-medicine/referrals.htm#gp;target=_top");aI("text=Availability of Imaging Procedures;url=/nuclear-medicine/referrals.htm#imaging;target=_top");aI("text=Guidelines for Outpatient Referrals;url=/nuclear-medicine/referrals.htm#guidelines;target=_top");}drawMenus();
