_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="#EFEFEF";
onbgcolor="#B3D0E3";
oncolor="Black";
padding="9";
separatorcolor="#5B2825";
separatorsize="1";
subimage="images/on_downboxed.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#B3D0E3";
borderstyle="Double";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#DB615B";
oncolor="White";
padding="4";
subimage="images/on_downboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=.././;");
aI("text=Home Services;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=PC Servicing;target=;url=PC-Servicing.html;");
aI("text=PC / Printer Installs;target=;url=PC-Printer-Installs.html;");
aI("text=Virus & Malware Removal;target=;url=Virus-&-Malware-Removal.html;");
aI("text=PC / Laptop Repairs;target=;url=PC-Laptop-Repairs.html;");
aI("text=System Build / System Recovery;target=;url=System-Build-System-Recovery.html;");
aI("text=Wireless Networking;target=;url=Wireless-Networking.html;");
aI("text=PC Upgrades;target=;url=PC-Upgrades.html;");
aI("text=Student Services;target=;url=Student-Services.html;");
aI("text=Pricing at a glance;target=;url=Pricing-at-a-glance.html;");
}


 drawMenus();
