_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=10;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
offbgcolor="LightSteelBlue";
offcolor="#000000";
oncolor="#ffffff";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/black_round_white.gif";
}

with(menuStyle=new mm_style()){
align="left";
bordercolor="#ffffff";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
image="images/sepsquare_on3.gif";
offbgcolor="Gainsboro";
offcolor="#000C4B";
oncolor="#000000";
padding="2";
separatorcolor="#FFFFFF";
separatorsize="1";
overimage="images/sepsquare15.gif";
imageposition="right";
itemwidth="150";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
itemwidth="120";
orientation="vertical";
itemheight="18";
aI("text=Home;target=;url=.././;");
aI("text=Home Protection;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Driveway/Home Alert;target=;url=voice-alert-intruder-system.htm;");
aI("text=Door Braces and Alarms;target=;url=home-protection-door-brace-motion-detectors-window-door-alarm.htm;");
aI("text=Auto Dialer Security Alarm;target=;url=autodialer.htm;");
aI("text=Telespy Intruder Alert;target=;url=telespy.htm;");
aI("text=Barking Dog Alarm;target=;url=electronicwatchdog.htm;");
aI("text=Pool Alarm;target=;url=poolalarm.htm;");
aI("text=Wireless Home Security System;target=;url=wireless-home-security-system.htm;");
aI("text=UFO Home Alarm;target=;url=ufo-home-alarm.htm;");
}


 drawMenus();

