_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
image="images/orangedots.gif";
offbgcolor="Transparent";
offcolor="Black";
onbgcolor="#C2D5D4";
oncolor="#ffffff";
padding="9";
separatorcolor="Silver";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="200";
}

with(submenuStyle=new mm_style()){
bordercolor="Maroon";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="WhiteSmoke";
offcolor="Black";
onbgcolor="#701717";
oncolor="White";
padding="4";
separatorcolor="#FFFFFF";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.picaust.com/;");
aI("showmenu=ProductsCable TestersLEFT_MENU;text=Products;target=;url=Products.html;");
aI("showmenu=SpecialsFused Test LeadsLEFT_MENU;text=Specials;target=;url=Specials.html;");
aI("text=Commendations;target=;url=Commendations.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("ProductsCable TestersLEFT_MENU")){
style=submenuStyle;
aI("text=Cable Testers;target=;url=Cable-Testers.html;");
aI("text=Power Monitors - Data Loggers;target=;url=Power-Monitors-Data-Loggers.html;");
aI("text=Irrigation Tools & Aids;target=;url=Irrigation-Tools-&-Aids.html;");
aI("text=Power & Lightning Protection;target=;url=Power-and-Lightning-Protection.html;");
aI("text=Pipe & Cable Locators;target=;url=Pipe-Cable-Locators.html;");
}

with(milonic=new menuname("SpecialsFused Test LeadsLEFT_MENU")){
style=submenuStyle;
aI("text=Fused Test Leads;target=;url=Fused-Test-Leads.html;");
}


 drawMenus();
