_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Navy";
borderstyle="Solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/whitedots.gif";
offbgcolor="White";
offcolor="Navy";
onbgcolor="Navy";
oncolor="White";
padding="3";
separatorcolor="Navy";
separatorsize="2";
subimage="images/db_red.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="0";
itemwidth="130";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="Double";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="Navy";
offcolor="#ffffff";
onbgcolor="White";
oncolor="Navy";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/db_red.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=http://www.winghigh.co.uk/;");
aI("text=Payroll Bureau;target=;url=Payroll-Bureau.html;");
aI("text=Datafile;target=;url=Datafile.html;");
aI("text=Superpay;target=;url=Superpay.html;");
aI("text=News;target=;url=News.html;");
aI("text=About us;target=;url=About-us.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}


 drawMenus();
