_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/Angle1.png";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="WhiteSmoke";
oncolor="#dddddd";
separatorcolor="transparent";
separatorsize="5";
rawcss="padding-left:5px;padding-right:5px";
overbgimage="images/Angle_hover1.png";
itemheight="33";
itemwidth="98";
}

with(submenuStyle=new mm_style()){
bordercolor="#dddddd";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#232323";
offcolor="#cccccc";
onbgcolor="#333333";
oncolor="#dddddd";
padding="4";
separatorsize="1";
subimage="images/white_4x7.gif";
subimagepadding="8";
itemwidth="125";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=510;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
itemheight="33";
aI("text=Home;target=;url=http://www.crowcanyon.com/;align=center;");
aI("text=Purchase;target=;url=Purchase.html;align=center;");
aI("text=Support;target=;url=Support.html;align=center;");
aI("showmenu=About Us/Contact UsINFO_BAR_MENU;text=About Us;target=;url=About-Us.html;align=center;");
aI("text=Partners;target=;url=Partners.html;align=center;");
}

with(milonic=new menuname("About Us/Contact UsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=News;target=;url=News.html;");
}


 drawMenus();

