<!--

/*
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[0]=["Americana"] //create header
ssmItems[1]=["Eagle Plate Set", "bald_eagle_plate_set.htm",""]
ssmItems[2]=["Eagle Bookends", "american_eagle_bookends.htm", ""]
ssmItems[3]=["Eagle with Flag", "flag_flying_eagle.htm", ""]
ssmItems[4]=["Patriotic Eagle", "patriotic_eagle.htm", ""]
ssmItems[5]=["Door Wreath", "god_bless_america_wreath.htm", ""]
ssmItems[6]=["Eagle Clock & Calendar", "eagle_clock_and_calendar.htm", ""]
ssmItems[7]=["John Deere Nostaligic Mug", "nostalgic_john_deere_mug.htm", ""]
ssmItems[8]=["John Deere Mug", "john_deere_logo_mug.htm", ""]
ssmItems[9]=["John Deere Stepping Stone", "john_deere_stepping_stone.htm", ""] //create two column row
ssmItems[10]=["John Deere Coasters", "John_deere_tin_coaster_set.htm", ""]
ssmItems[11]=["John Deere Rain Guage", "john_deere_wx_rain_gauge.htm", ""]
ssmItems[12]=["John Deere Stein", "john_deere_stein.htm", ""]
ssmItems[13]=["Back To Index", "americana.htm", ""]

buildMenu();

//-->