<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="purple";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="fuchsia";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="purple";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAV MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Body & Bath"] //create header
ssmItems[1]=["Apple Bath Set", "apple_bath_set_willow_basket.htm", ""]
ssmItems[2]=["Coconut Lime", "coconut_lime_bath_set_tote_bag.htm",""]
ssmItems[3]=["Early Blossom", "early_blossom_bath_set.htm", ""]
ssmItems[4]=["Elegant Mirror", "elegant_dresser_mirrior.htm", ""]
ssmItems[5]=["Decorative Gift Set", "gift_set_decor_bath_tub.htm", ""]
ssmItems[6]=["Lined Baskets", "lined_nesting_willow_baskets.htm", ""]

ssmItems[7]=["Man's Bath Set", "mans_bath_set_travel_bag.htm", ""] 
ssmItems[8]=["Mint & Sage Set", "mint_sage_bath_set.htm", ""]

ssmItems[9]=["Orange Bath Set", "orange_bath_set_willow_basket.htm", ""] //create header
ssmItems[10]=["Peach Bath Set", "peach_bath_set_wood_bucket.htm", ""]
ssmItems[11]=["Pineapple Bath Set", "pineapple_bath_set_handbag.htm", ""]
ssmItems[12]=["Pralines Honey Bath", "pralines_honey_bath_basket.htm", ""]
ssmItems[13]=["Rose Bath Set", "rose_bath_set_pink_bag.htm", ""]
ssmItems[14]=["Rose Lavender Set", "rose_lavender_body_scrub.htm", ""]
ssmItems[15]=["Rustic Bucket Set", "rustic_bucket_bath_set.htm", ""]
ssmItems[16]=["Spa Bath Set", "spa_bath_set.htm", ""]
ssmItems[17]=["Strawberry Bath Set", "strawberry_bath_malibu_bag.htm", ""]
ssmItems[18]=["Sweet Pea Bath Set", "sweet_pea.htm", ""]
ssmItems[19]=["Tropical Pleasure", "tropical_pleasure_bath_set.htm", ""]
ssmItems[20]=["Vanilla Milk Set", "vanilla_milk_gift_set.htm", ""]
ssmItems[21]=["Back To Index", "body_and_bath.htm", ""]
buildMenu();

//-->