<!--

/*
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=100; // 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=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Book Antiqua";
hdrFontSize="3";
hdrFontColor="F8E6CB";
hdrBGColor="maroon";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Book Antiqua";
linkFontSize="2";
linkBGColor="F8E6CB";
linkOverBGColor="#FFCC99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#800000";
barFontFamily="arial black";
barFontSize="2";
barFontColor="F8E6CB";
barVAlign="center";
barWidth=25; // no quotes!!
barText="Purchase Info"; // <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  use _new for new window in last two ""
ssmItems[0]=["Credit Card or Mail-In Form"] //create header
ssmItems[1]=["CLICK HERE to purchase your copy of Retrievers ... From The Inside, Out signed by Butch Goodwin. CD for $59.95 or printed book/DVD for $79.95 using a major credit card through PayPal. ", "#purchase", ""]
ssmItems[2]=["Click here for a printable mail-in form for sending checks and money orders.", "adpage/mailform.htm", "_new"]
ssmItems[3]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About The Author", "#author"]
ssmItems[4]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From The Publisher", "#publisher"]
ssmItems[5]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jake Smith's Review", "#review"]
ssmItems[6]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reader Comments", "#comments"]
ssmItems[7]=["Thank You", "", 1]

buildMenu();

//-->

















