<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#8da79e";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Bardley Hand ITC";
hdrFontSize="2";
hdrFontColor="#416d5d";
hdrBGColor="#8da79e";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Bradley Hand ITC";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#bbddd1";
linkTarget="_top";
linkAlign="Left";
barBGColor="#8da79e";
barFontFamily="Bradley Hand ITC";
barFontSize="2";
barFontColor="416d5d";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Menu", "SIDEMENU")
addItem("stationery", "http://katks.com/stationery.htm", "kk's stationery");
addItem("cards", "http://katksdesigns.com.htm", "cards");
addItem("stationery help", "http://katks.com/stationery_help.htm", "stationery help");
addItem("flowers", "http://katks.com/flowers.htm", "flowers");
addItem("friends", "http://katks.com/friends.htm", "friends");
addItem("fuzzy & furry", "http://katks.com/fuzzy & furry.htm", "fuzzy & furry");
addItem("fantasy", "http://katks.com/fantasy.htm", "fantasy");
addItem("scenic", "http://katks.com/scenic.htm", "scenic");
addItem("children", "http://katks.com/children.htm", "children");
addItem("holidays", "http://katks.com/holidays.htm", "holidays");
endMenu()

//-->

//-->