
_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=/aboutus/default.htm;target=_top");aI("text=CDHB Corporate Quality & Risk;url=/quality/default.htm;target=_top");aI("text=CDHB Management;url=/aboutus/management.htm;target=_top");aI("text=CDHB Overview;url=/aboutus/overview.htm;target=_top");aI("text=CDHB Structure;url=/aboutus/structure-corp.htm;target=_top");aI("text=Consumer Council;url=/planning/consumercouncil/consumer_participation.htm;target=_top");aI("text=Corporate Services Structure;url=/aboutus/structure-corp-services.htm;target=_top");aI("text=Health Services Planning;url=/health-services-planning/default.htm;target=_top");aI("text=Hospital & Specialist Service;url=/aboutus/structure-hospitalspecial.htm;target=_top");aI("text=Community & Public Health;url=/aboutus/cph.htm;target=_top");aI("text=Meetings & Minutes;url=/corpbrd/default.htm;target=_top");aI("text=Planning & Funding;url=/planning/;target=_top");aI("text=Public Meetings;url=/corpbrd/default.htm;target=_top");aI("text=Supplier Info;url=/aboutus/suppliers.htm;target=_top");aI("text=Who's Who;url=/whos-who/default.htm;target=_top");}drawMenus();