<!--

/*
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="3";
hdrFontColor="white";
hdrBGColor="#000066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="#D2E1FF";
linkOverBGColor="#7697CC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ecd7a2";
barFontFamily="Verdana";
barFontSize="3";
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]=["INSTRUCTIONS", "INSTRUCTIONS.htm", ""]
ssmItems[2]=["designer dogs policy", "designerdogs.htm", ""]
ssmItems[3]=["Search for a dog", "editquery.asp", ""]
ssmItems[4]=["Enter a new dog", "newadddog.asp",""]
ssmItems[5]=["CHANGE CASE", "changecaseinstructions.htm",""]
ssmItems[6]=["Login", "xxdefault.asp", ""]
ssmItems[7]=["Logoff Account", "xxdefault.asp", ""]
ssmItems[8]=["Register Account", "newregister.asp", ""]
ssmItems[9]=["Message Forum", "http://pets.groups.yahoo.com/group/poodlepedigree/join", ""]
ssmItems[10]=["Poodle Pedigrees", "http://www.poodlepedigree.com", ""]
ssmItems[11]=["Breeder Links", "links.htm", ""]
ssmItems[12]=["BLOG", "http://poodlepedigree1.blogspot.com", ""]
ssmItems[13]=["History", "HISTORY.htm", ""]
ssmItems[14]=["Donate", "Donate.htm", ""]
ssmItems[15]=["FAQ", "FAQ.html", "", 1, "no"] //create two column row
ssmItems[16]=["Email", "mailto:karenmills@poodlepedigree.com", "",1]


buildMenu();

//-->
