<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=190; // 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=190; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#D2E1FF";
linkOverBGColor="#7697CC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ecd7a2";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="darkblue";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CONTENTS"; // <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]=["Click to Find"] //create header
ssmItems[1]=["CH Colby", "CHColby.html", ""]
ssmItems[2]=["CH Arnold", "CHArnold.html",""]
ssmItems[3]=["CH Bob", "CHBob.html", ""]
ssmItems[4]=["CH Bingo", "CHBingo.html", ""]
ssmItems[5]=["Message Forum", "http://pets.groups.yahoo.com/group/realdogtraining/join", ""]
ssmItems[6]=["Poodle Pedigrees", "http://www.poodlepedigree.com", ""]
ssmItems[7]=["Important Links", "links.html", ""]
ssmItems[8]=["Site Map", "site_map.html", ""]
ssmItems[9]=["FAQ", "FAQ.html", "", 1, "no"] //create two column row
ssmItems[10]=["Email", "mailto:karenmills@getoverit.org", "",1]


buildMenu();

//-->
