_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="Solid";
borderwidth="2";
fontfamily="Trebuchet MS";
fontsize="12pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFAA00";
offcolor="#000000";
onbgcolor="Black";
oncolor="White";
padding="6";
pagebgcolor="#FFAA00";
separatorcolor="#000000";
separatorsize="2";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="156";
}

with(submenuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="2";
fontfamily="Trebuchet MS";
fontsize="10pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#FFAA00";
onbold="bold";
oncolor="DarkRed";
padding="4";
pagebgcolor="#FFAA00";
pagecolor="Black";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=946;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.colewebdesign.com/;");
aI("text=About;target=;url=About.html;");
aI("text=Contact;target=;url=Contact.html;");
aI("text=Services;target=;url=Services.html;");
aI("text=Web Site Help;target=;url=Web-Site-Help.html;");
aI("text=Web Site Samples;target=;url=Web-Site-Samples.html;");
}


 drawMenus();

