<!--

/*
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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#F7E7D0";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana Bold";
linkFontSize="3";
linkBGColor="#dba984";
linkOverBGColor="#F7e7d0";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Trebuchet MS";
barFontSize="4";
barFontColor="#cc9966";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=['<img src="welcome.gif">'] //create header
ssmItems[1]=["HOME PAGE", "index.htm", ""]
ssmItems[2]=["ABOUT US", "aboutus.htm",""]
ssmItems[3]=["BRED HEIFERS", "heifers.htm", ""]
ssmItems[4]=["BRED COWS", "cows.htm", ""]
ssmItems[5]=["BULLS FOR LEASE", "bulls.htm", ""]
ssmItems[6]=["QUARTER HORSES", "horses.htm", ""]
ssmItems[7]=["E-MAIL US", "mailto:triciaschaffer@hotmail.com", ""] 

buildMenu();

//-->