_menuCloseDelay=15;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=-209;             // Sub menu top offset
_subOffsetLeft=-7;            // Sub menu left offset

/// Style Definitions ///

with(mainStyleVert=new mm_style()){
onbgcolor="#9EE3A9";
oncolor="#1D3B23";
offbgcolor="#61A76D";
offcolor="#F7F9F7";
bordercolor="#367E45";
borderstyle="solid";
borderwidth=1;
separatorcolor="#61A76D";
separatorsize=2;
padding=9;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="http://www.steamboilers.co.uk/js/submenu_arrow_right-off.gif";
onsubimage="http://www.steamboilers.co.uk/js/submenu_arrow_right-on.gif";
}

// Main

with(milonic=new menuname("mainMenuVert")){
style=mainStyleVert;
top=225;
left=10;
itemwidth=185;
alwaysvisible=1;
aI("text=Home;url=http://www.steamboilers.co.uk/main.html;target=body;");
aI("text=Products;showmenu=products;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Recent Projects;url=http://www.steamboilers.co.uk/recent.html;target=body;");
aI("text=The Press;url=http://www.steamboilers.co.uk/thepress.html;target=body;");
aI("text=Contact Us;url=http://www.steamboilers.co.uk/contact.html;target=body;");
aI("text=Links;url=http://www.steamboilers.co.uk/links.html;target=body;");
}

drawMenus();

