


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=2              // Sub menu top offset
_subOffsetLeft=2        // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#677FC0";
oncolor="#ffffff";
offbgcolor="#192B82";
offcolor="#ffffff";
bordercolor="#192B82";
borderstyle="solid";
borderwidth="0";
separatorcolor="#000000";
separatorsize="0";
padding="3";
fontsize="65%";
fontstyle="normal";
fontfamily="gill sans, arial, helvetica, verdana";
pagecolor="black";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Alpha(opacity=90)";
}

with(milonic=new menuname("services")){
style=menuStyle;
margin=1;
itemwidth=90;
aI("text=Commercial;url=http://www.goldman.com.au/services/commercial.htm;status=Commercial;");
aI("text=Domestic;url=http://www.goldman.com.au/services/domestic.htm;status=Domestic;");
}

with(milonic=new menuname("employment")){
style=menuStyle;
margin=1;
itemwidth=211;
aI("text=Plumbing Service Technichians;url=http://www.goldman.com.au/employment_opportunities/index.php;status=Plumbing Service Technicians;");
aI("text=Apprenticeships;url=http://www.goldman.com.au/employment_opportunities/apprenticeships.php;status=Urban Renewal;");
}

drawMenus();


