

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=15              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset





with(submenuStyle=new mm_style()){
onbgcolor="#ff6600";
oncolor="#ffffff";
offbgcolor="#2450a7";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#001778";
pageborder='0px solid #001778';
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="navig/arrow.gif";
subimagepadding="2";
itemwidth=120;
itemheight=16;
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(subsubmenuStyle=new mm_style()){
onbgcolor="#ff6600";
oncolor="#ffffff";
offbgcolor="#2450a7";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#001778";
pageborder='0px solid #001778';
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="navig/arrow.gif";
subimagepadding="2";
itemheight=16;
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("products")){
style=submenuStyle;
overflow="scroll";
aI("text=Sparkle Dome;url=prod_sparkle.htm;status=Sparkle Dome;");
aI("text=Sparklette Dome;url=prod_sparkletdome.htm;status=Sparklette Dome;");
aI("text=Individual Products;showmenu=curproducts;url=products.htm;status=Individual products;");
aI("text=In Development;showmenu=indevelopment;url=prod_indevelop.htm;status=Products in development;");
aI("text=Special Projects;showmenu=specialprojects;url=prod_special.htm;status=Special products;");
}

with(milonic=new menuname("curproducts")){
style=subsubmenuStyle;
aI("text=Overview Dome Housing;url=prod_dome.htm;status=Overview Products: Overview Dome Housing;");
aI("text=Sparkle Interface;url=prod_sparklemenu.htm;status=Overview Products: Sparkle interface;");
aI("text=Sparklette Interface;url=prod_sparkletdmenu.htm;status=Overview Products: Sparkle interface;");
aI("text=Sparkle Interface Drive Board;url=prod_mech_sboard.htm;status=Overview Products: Sparkle interface drive board;");
aI("text=Sparkle Alarm Card;url=prod_anser.htm;status=Overview Products: Anser Alarm Card;");
aI("text=Sparkle Mechanism;url=prod_mech_falcon.htm;status=Overview Products: Sparkle Mechanism;");
aI("text=Sparkle Ceiling Mounting;url=prod_mount_ceiling.htm;status=Overview Products: Sparkle Ceiling Mounting;");
aI("text=Communications Protocol;url=prod_protocol.htm;status=Overview Products: Communications Protocol;");
}

with(milonic=new menuname("indevelopment")){
style=subsubmenuStyle;
aI("text=Organon;url=prod_organon.htm;status=Overview Products: Organon;");
aI("text=Aristotle Interface;url=prod_aristotle.htm;status=Overview Products: Aristotle Interface;");
aI("text=Aristotle Interface Drive Board;url=prod_mech_aboard.htm;status=Overview Products: Aristotle interface drive board;");
aI("text=Dvieo Video Server;url=prod_indevelop_dvieo.htm;status=Overview Products: Dvieo Video Server;");
}

with(milonic=new menuname("specialprojects")){
style=submenuStyle;
overflow="scroll";
aI("text=Oculus Robust Dome;url=prod_special_oculus.htm;status=Oculus Dome designed exclusively for Silent Sentinel;");
}

with(milonic=new menuname("contact")){
style=submenuStyle;
overflow="scroll";
aI("text=Opportunities;url=jobs.htm;status=Opportunities at Overview Limited;");
}



drawMenus();

