


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#333366";
oncolor="#ffcc66";
offbgcolor="#ffcc66";
offcolor="#333366";
bordercolor="#333366";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333366";
separatorsize="1";
padding=2;
//fontsize="70%";
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial, Helvetica";
pagecolor="#ffcc66";
pagebgcolor="#ffcc66";
headercolor="#ffcc66";
headerbgcolor="#ffcc66";
subimage="/new/frames/scripts/menu_top/arrow_sub.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";

}

menuMainStyle=new copyOf(menuStyle)
menuMainStyle.align = "left";
menuMainStyle.overallwidth = "640";
menuMainStyle.subimage = "/new/frames/scripts/menu_top/arrow_main.gif";


menuSubStyle=new copyOf(menuStyle)
menuSubStyle.align = "left";
menuSubStyle.subimage = "/new/frames/scripts/menu_top/arrow_main.gif";
onbgcolor="#ffcc66";
oncolor="#336699";
offbgcolor="#336699";
offcolor="#ffcc66";
bordercolor="#ffcc66";


with(milonic=new menuname("search")){
style=menuSubStyle;
aI("text=<form action='/indexer/framedSearchNew.htm?cont=1' method='get' target='main'><b>Product Search</b><br><table border='0' cellpadding='0' cellspacing='0'><tr><td align='center'><input name='searchTerms' type='text' size='20' value=''></td><td><input name='Search' type='image' src='/new/frames/images/searchGO.gif' width='27' height='18' border='0' hspace='1' vspace='0' alt='Search'></td></tr></table><input type='hidden' name='cont' value='1'></form></center>;type=form;align=left;onbgcolor=;onborder=;");
aI("text=Search Help;url=javascript:targetAFrame('main','/categories/framed_search_help.htm?cont=1')");

}

with(milonic=new menuname("about")){
style=menuSubStyle;
aI("text=The Back Be Nimble Story;url=javascript:targetAFrame('main','/categories/framed_about_back_be_nimble.htm?cont=1')");
aI("text=Contact US;url=javascript:targetAFrame('main','/categories/framed_contact_us.htm?cont=1')");
aI("text=Satisfaction Policy;url=javascript:targetAFrame('main','/categories/framed_customer_satisfaction_policy.htm?cont=1')");
aI("text=Privacy Policy;url=javascript:targetAFrame('main','/categories/framed_privacy_policy.htm?cont=1')");
}


with(milonic=new menuname("newsletter")){
style=menuSubStyle;
aI("text=Newsletter & Articles Archive;url=javascript:targetAFrame('main','/indexer/framedArticlesTOC.htm?cont=1')");
aI("text=Subscribe / Unsubscribe;url=javascript:targetAFrame('main','/new/pages/mailer/subscribe.htm?cont=1')");
}

/*
with(milonic=new menuname("affiliates")){
style=menuSubStyle;
aI("text=Become a Back Be Nimble Affiliate;url=javascript:targetAFrame('','https://www.connectcommerce.com/secure/partner_app.html?ccmid=K509');");
}
*/

with(milonic=new menuname("catalogue")){
style=menuSubStyle;
aI("text=List All Products Alphabetically;url=javascript:targetAFrame('main','/jspTests/framed_a2z_jsp2001.htm?cont=1')");
aI("text=Search by Product Function or Body Area;url=javascript:targetAFrame('main','/categories/framed_category_selection.htm?cont=1')");
aI("text=Special Deals;url=javascript:targetAFrame('main','/categories/framed_specials.htm?cont=1')");
aI("text=Newly Added and Updated Products;url=javascript:targetAFrame('main','/categories/framed_whats_new.htm?cont=1')");
}

with(milonic=new menuname("help")){
style=menuSubStyle;
aI("text=General / Contact Info;url=javascript:targetAFrame('main','/categories/framed_cart_faq.htm?cont=1')");
aI("text=Shopping Help;url=javascript:targetAFrame('main','/categories/framed_cart_help.htm?cont=1')");
aI("text=Satisfaction Policy;url=javascript:targetAFrame('main','/categories/framed_customer_satisfaction_policy.htm?cont=1')");
aI("text=Privacy Policy;url=javascript:targetAFrame('main','/categories/framed_privacy_policy.htm?cont=1')");
}

function targetAFrame(frameName, URL) {
	if (frameName == '') {
		window.open (URL, '_blank', '');
	} else {
		parent.parent[frameName].location = URL;
	}
}

drawMenus();

