<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

YOffset=210; // 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="#990000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#003300";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#666666";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#990000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFFFF";
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]=["Menu"] //create header
ssmItems[1]=["About Us", "http://padipaddycattery.com/aboutus.htm", "_self"]
ssmItems[2]=["Males", "http://padipaddycattery.com/males.htm","_self"]
ssmItems[3]=["Females", "http://padipaddycattery.com/females.htm", "_self"]
ssmItems[4]=["For Sale", "http://padipaddycattery.com/forsale.htm", "_self"]
ssmItems[5]=["Nursery", "http://padipaddycattery.com/nursery.htm", "_self"]
ssmItems[6]=["Past Kittens", "http://padipaddycattery.com/kittens.htm", "_self"]

ssmItems[7]=["Showing", "http://padipaddycattery.com/showing.htm", "_self"] //create two column row
ssmItems[8]=["New Owner", "http://padipaddycattery.com/owner.htm", "_self"]
ssmItems[9]=["News", "http://padipaddycattery.com/news.htm", "_self"]
ssmItems[10]=["Contract", "http://padipaddycattery.com/contract1.htm", "_self"] //create header
ssmItems[11]=["Cattery", "http://padipaddycattery.com/cattery.htm", "_self"]
ssmItems[12]=["Links", "http://padipaddycattery.com/links.htm", "_self"]
ssmItems[13]=["Contacts", "http://padipaddycattery.com/contact.htm", "_self"]
buildMenu();

//-->