


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=-15              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style('')){
onbgcolor="silver";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="13px";
fontstyle="bolder";
fontfamily="Arial, Helvetica, Sans-serif";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("Shopping")){
style=menuStyle;
overflow="scroll";
aI("text=Collection;url=http://www.doolaege.com/store/customer/home.php?cat=283;");
aI("text=Rings;url=http://www.doolaege.com/store/customer/home.php?cat=279;");
aI("text=Earrings;url=http://www.doolaege.com/store/customer/home.php?cat=280;");
aI("text=Pendants;url=http://www.doolaege.com/store/customer/home.php?cat=282;");
aI("text=Men's;url=http://www.doolaege.com/store/customer/home.php?cat=281;");
}


with(milonic=new menuname("jewelry_know-how")){
style=menuStyle;

aI("text=About Us;url=http://www.doolaege.com/store/customer/home.php?mode=about;");
aI("text=Hand Selected Gemstones;url=http://www.doolaege.com/store/customer/home.php?mode=gemstone_selection;");
aI("text=Consider the Art;url=http://www.doolaege.com/store/customer/home.php?mode=consider_the_art;");
aI("text=Trade Associations;url=http://www.doolaege.com/store/customer/home.php?mode=associations;");
aI("text=Retail Locations;url=http://www.doolaege.com/store/customer/home.php?mode=retail_locations;");
aI("text=The Complete Package;url=http://www.doolaege.com/store/customer/home.php?mode=packaging;");
}

with(milonic=new menuname("Customer_Service")){
style=menuStyle;
aI("text=Your Account;url=http://www.doolaege.com/store/customer/home.php?mode=your_account;");
aI("text=Recover Password;url=http://www.doolaege.com/store/customer/help.php?section=Password_Recovery;");
aI("text=Contact Us;url=http://www.doolaege.com/store/customer/help.php?section=contactus&mode=update;");
aI("text=Terms and Conditions;url=http://www.doolaege.com/store/customer/help.php?section=conditions;");
aI("text=Shipping;url=http://www.doolaege.com/store/customer/help.php?section=shipping;");
aI("text=Care Instructions;url=http://www.doolaege.com/store/customer/help.php?section=care_instructions;");
aI("text=Sitemap;url=http://www.doolaege.com/store/sitemap.html;");

}
drawMenus();

