


_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=0             // 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(menuStyle2=new mm_style()){
onbgcolor="#fafafa";
oncolor="#000000";
offbgcolor="#840113";
offcolor="#ffffff";
bordercolor="#DE3236";
borderstyle="solid";
borderwidth="0";
separatorcolor="#000000";
separatorsize="0";
padding="5";
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana,  Arial, Helvetica, sans-serif";
pagecolor="black";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Alpha(opacity=90)";
}



with(milonic=new menuname("home")){
style=menuStyle2;
top=110;
left=11;
margin=1;
itemwidth=67;
aI("text=Home;url=#;status=Home;ondecoration=underline;");
}

with(milonic=new menuname("services")){
style=menuStyle2;
top=100;
/*left=490;*/
margin=1;
itemwidth=120;
aI("text=Abrasion Systems;url=http://www.decotec.com.au/services/index.php;status=Abrasion System;ondecoration=none;");
aI("text=Impact Systems;url=http://www.decotec.com.au/services/impact_systems.php;status=Board & Staff;ondecoration=none;");
aI("text=Pressure Systems;url=http://www.decotec.com.au/services/pressure_systems.php;status=Governance;ondecoration=none;");
}

with(milonic=new menuname("projects")){
style=menuStyle2;
top=100;
/*left=590; */
margin=1;
itemwidth=120;
aI("text=Case Studies;url=http://www.decotec.com.au/projects/index.php;status=Case Studies;ondecoration=none;");
}

with(milonic=new menuname("news")){
style=menuStyle2;
top=100;
/* left=712; */
margin=1;
itemwidth=120;
aI("text=Breaking News;url=http://www.decotec.com.au/news/index.php;status=Breaking News;ondecoration=none;");
aI("text=Media;url=http://www.decotec.com.au/news/media.php;status=Media;ondecoration=none;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle2;
top=100;
/* left=712; */
margin=1;
itemwidth=120;
aI("text=About Us;url=http://www.decotec.com.au/aboutus/index.php;status=About Us;ondecoration=none;");
aI("text=Documents Download;url=http://www.decotec.com.au/documents/index.php;status=Documents Download;ondecoration=none;");
aI("text=Registration;url=http://www.decotec.com.au/registration.php;status=Registration;ondecoration=none;");
}

with(milonic=new menuname("contact")){
style=menuStyle2;
top=100;
/* left=845; */
margin=1;
itemwidth=120;
aI("text=Contact Us;url=http://www.decotec.com.au/contact/index.php;status=Contact Us;ondecoration=none;");
}


with(milonic=new menuname("member")){
style=menuStyle2;
top=100;
/* left=925; */
margin=1;
itemwidth=120;
aI("text=Login;url=http://www.decotec.com.au/members/index.php;status=Login;ondecoration=none;");
}


drawMenus(); 


