<!--

/*
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]=["Shabby Elegance"] //create header
ssmItems[1]=["Leaf Tray Set", "carved_leaf_tray_set.htm", ""]
ssmItems[2]=["Carved Top Table", "carved_top_accent_table.htm",""]
ssmItems[3]=["Keepsake Shelf", "crowned_keepsake_shelf.htm", ""]
ssmItems[4]=["Elegant Tray Set", "elegant_tray_stand.htm", ""]
ssmItems[5]=["White Wall Mirror", "elegant_white_wall_mirror.htm", ""]
ssmItems[6]=["Half Moon Table", "half_moon_hall_table.htm", ""]

ssmItems[7]=["Intricate Table", "intricately_carved_top_table.htm", ""] 
ssmItems[8]=["Oval Wall Frames", "oval_victorian_wall_frame.htm", ""]

ssmItems[9]=["White Fancy Lantern", "white_fancy_lantern.htm", ""] //create header
ssmItems[10]=["White Iron Candle Holder", "white_iron_candleholder_stand.htm", ""]
ssmItems[11]=["White Plant Stand", "white_plant_stand.htm", ""]
ssmItems[12]=["Corner Cabinet", "grapevine_corner_cabinet.htm", ""]
ssmItems[13]=["Back To Index", "shabby_index.htm", ""]
buildMenu();

//-->