<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="ffffff";
hdrBGColor="#345341";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="c5b17f";
linkOverBGColor="#c2cb90";
linkTarget="_top";
linkAlign="Left";
barBGColor="#345341";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["OUR BOYS"] //create header
ssmItems[1]=["GUS","http://www.wirefree.net.au/~pawtails/boys.html", ""]
ssmItems[2]=["RICKY", "http://www.wirefree.net.au/~pawtailsboys.html",""]
ssmItems[3]=["BILLY", "http://www.wirefree.net.au/~pawtails/boys.html", ""]
ssmItems[4]=["OUR GIRLS"]//create header
ssmItems[5]=["CRYSTAL", "http://www.wirefree.net.au/~pawtails/girls.html", ""]
ssmItems[6]=["POLLY", "http://www.wirefree.net.au/~pawtails/girls.html", ""] 
ssmItems[7]=["SALLY", "http://www.wirefree.net.au/~pawtails/girls.html", ""]
ssmItems[8]=["PIPPA", "http://www.wirefree.net.au/~pawtails/girls.html", ""]
ssmItems[9]=["LUCY", "http://www.wirefree.net.au/~pawtails/girls.html", ""]
ssmItems[10]=["CHLOE", "http://www.wirefree.net.au/~pawtails/girls.html", "", 1, "no"]//create two column row
ssmItems[11]=["Email", "mailto:pawtails@mindspring.com?subject=Border Collies", "",1]

ssmItems[12]=["OTHER PAGES", "", ""] //create header
ssmItems[13]=["OUR NEWS", "http://www.wirefree.net.au/~pawtails/news.html", ""]
ssmItems[14]=["PUPPIES", "http://www.wirefree.net.au/~pawtails/puppies.html", ""]
ssmItems[15]=["GSD's", "http://www.wirefree.net.au/~pawtails/gsds.html", ""]
ssmItems[16]=["OUR HISTORY", "http://www.wirefree.net.au/~pawtails/history.html", ""]
ssmItems[17]=["DOGS IN OUR PAST", "http://www.wirefree.net.au/~pawtails/pastdogs.html", ""]
ssmItems[18]=["LINKS", "http://www.wirefree.net.au/~pawtails/links.html", ""]
ssmItems[19]=["HOME", "http://www.wirefree.net.au/~pawtails/index.html", ""]


buildMenu();

//-->