_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="left";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="normal";
headercolor="#000000";
offcolor="#FF9C00";
oncolor="#747A75";
padding="5";
subimage="images/arrow.gif";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location3.gif";
offcolor="#FF9C00";
oncolor="#000000";
overimage="images/location_on3.gif";
imageposition="right";
itemwidth="150";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.newconceptspublishing.com/;");
aI("text=Customer Service;target=;url=Customer-Service.html;");
aI("showmenu=What's NewRecent ReleasesLEFT_MENU;text=What's New;target=;url=Whats-New.html;");
aI("showmenu=BooksBy AuthorLEFT_MENU;text=Books;target=;url=Books.html;");
aI("text=Public Notice;target=;url=Public-Notice.html;");
aI("text=Submissions;target=;url=Submissions.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("What's NewRecent ReleasesLEFT_MENU")){
style=submenuStyle;
aI("text=Recent Releases;target=;url=Recent-Releases.html;");
aI("text=Upcoming Books;target=;url=Upcoming-Books.html;");
}

with(milonic=new menuname("BooksBy AuthorLEFT_MENU")){
style=submenuStyle;
aI("text=By Author;target=;url=authors.html;");
aI("text=By Title;target=;url=titles.html;");
aI("text=In Print;target=;url=In-Print.html;");
aI("text=Last Chance;target=;url=Last-Chance.html;");
aI("text=Overstock;target=;url=Overstock.html;");
}


 drawMenus();
