<!--

/*
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="#25223d";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Georgia";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#5555AA";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="16";
linkFontFamily="Georgia, Times New Roman, Times, serif<b>";
linkFontSize="2";
linkBGColor="#9999CC";
linkOverBGColor="#5555AA";
linkTarget="_self";
linkAlign="center";
barBGColor="#25223d";
barFontFamily="Georgia, Times New Roman, Times, serif<b>";
barFontSize="3";
barFontColor="#9B8A5E";
barVAlign="center";
barWidth=15; // no quotes!!
barText="* LATENT * MENU * "; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' main to make a header
ssmItems[0]=["MENU:"] //create header
ssmItems[1]=["Home", "about.htm", ""]
ssmItems[2]=["Our Producers", "cattery.htm",""]
ssmItems[3]=["Available", "kittens.htm", ""]
ssmItems[4]=["Kittens Gallery", "gallery.htm", ""]
ssmItems[5]=["My Banners", "banners.htm", ""]
ssmItems[6]=["Links page", "links.htm", ""]
ssmItems[7]=["CONTACT:", "", ""] //create header
ssmItems[8]=["Please email me", "mailto:nestfalcons@mail.ru", ""]
ssmItems[9]=["View my guestbook", "http://pub1.bravenet.com/guestbook/show.php?usernum=20690712", ""]
ssmItems[10]=["Sign my guestbook", "http://pub1.bravenet.com/guestbook/show.php?usernum=20690712&cpv=1", ""]
ssmItems[11]=["THANKS!", "", ""] //create header
buildMenu();