








/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  *******
*/

_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
_menuZIndex=2000



with(menuStyle=new mm_style()){
/*
offbgcolor="#122C5F";
onbgcolor="#2861D2";
*/
offbgcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#122C5F";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=4;
fontsize="11pt";
fontstyle="normal";
fontweight="normal";
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
bgimage="/images/tab_off_small.gif";
overbgimage="/images/tab_on_small.gif";
}

with(subMenuStyle=new mm_style()){

/*onbgcolor="#D45508"; */ /*orange*/
onbgcolor="#2861D2";
oncolor="#FFFFFF";
offbgcolor="#122C5F";
offcolor="#FFFFFF"; 

bordercolor="#122C5F";
borderstyle="solid";
borderwidth=1;

separatorcolor="#FFFFFF";
separatorsize=1;
padding=4;
margin=4;
fontsize="11pt";
fontstyle="normal";
fontweight="normal";
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
/*overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";*/
/* outfilter="randomdissolve(duration=0.3)"; */
}

with(subNavMenuStyle=new mm_style()){
/*align="center";*/

onbgcolor="#D45508"; /*orange*/
/*onbgcolor="#B4070B";*/ /*red*/
oncolor="#FFFFFF";
offbgcolor="#F2F2F2";
offcolor="#122C5F"; 

bordercolor="#122C5F";
borderstyle="solid";
borderwidth=0;

separatorcolor="#122C5F";
separatorsize=0;
padding=4;
margin=4;
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
/*overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";*/
/* outfilter="randomdissolve(duration=0.3)"; */
}


with(milonic=new menuname("Shopping")){
style=subMenuStyle;
orientation="vertical";
align="left";
aI("text=Home;url=home.do;");
aI("text=Retailers;url=retailers.do;");
aI("text=Special Offers;url=specialOffers.do;");
aI("text=Member Stores;url=ebayStores.do;");
aI("text=Product Search;url=productSearch.do;");
aI("text=My Faves;url=myMall.do;");
aI("text=My Shopping Lists;url=myShoppingLists.do;");
aI("target=_blank;text=BigCrumbs Shop;url=http://www.cafepress.com/bigcrumbs;");
}

with(milonic=new menuname("Referrals")){
style=subMenuStyle;
orientation="horizontal";
align="left";
aI("text=Referral Center Home;url=referralCenter.do;");
aI("text=Referral Guide;url=referralGuide.do;");
aI("text=Referral Emails;url=referralEmails.do;");
aI("text=Referral Links;url=referralLinks.do;");
aI("text=CrumbBoosters;url=crumbBoosters.do;");
aI("text=My BizCard;url=bizCardWizard.do;");
}

with(milonic=new menuname("Community")){
style=subMenuStyle;
orientation="horizontal";
align="left";
aI("text=Community Home;url=community.do;");
aI("text=Forums;url=viewForums.do;");
aI("text=Browse Members;url=browseMembers.do;");
aI("text=Browse my Network;url=browseMyNetwork.do;");

aI("text=My Profile;url=viewMyProfile.do;");
aI("text=Edit Profile;url=editProfile.do;");
aI("text=My Pictures;url=editPhotos.do;");
aI("text=Message Center;url=messageCenter.do;");
aI("text=Chat;url=javascript:openChatControlPanel();");
}


with(milonic=new menuname("HowItWorks")){
style=subMenuStyle;
orientation="vertical";
align="left";
aI("text=Overview;url=howItWorks.do;");
aI("text=What's The Catch?;url=howItWorks.do?section=catch;");
aI("text=Earn Money;url=howItWorks.do?section=earn;");
aI("text=CrumbCalculator;url=howItWorks.do?section=calculator;");
aI("text=Are You a Saver or Earner?;url=howItWorks.do?section=saveorearn;");
aI("text=eBay Sellers;url=howItWorks.do?section=ebaysellers;");
aI("text=Testimonials;url=howItWorks.do?section=community;");
}

with(milonic=new menuname("Corporate")){
style=subMenuStyle;
orientation="vertical";
align="left";
aI("text=Overview;url=corporate.do;");
aI("text=Who We Are;url=corporate.do?section=who;");
}

