<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // 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="#9ab3bf";
menuIsStatic="yes";
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#9ab3bf";
hdrBGColor="#32425a";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#FFFFFF";
linkOverBGColor="#B8B8E1";
linkTarget="_top";
linkAlign="left";
barBGColor="#32425a";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#9ab3bf";
barVAlign="center";
barWidth=20; // no quotes!!
barText='SIDEMENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("MENU");
addItem("Home", "http://www.naru.20m.com/index.html", "");
addItem("About Us", "http://www.naru.20m.com/aboutus.html", "");
addItem("Cats", "http://www.naru.20m.com/cats.html", "");
addItem("Kittens", "http://www.naru.20m.com/kittens.html", "");
addItem("Retired Cats", "http://www.naru.20m.com/retired.html", "");
addItem("Shows", "http://www.naru.20m.com/shows.html", "");
addItem("Links", "http://www.naru.20m.com/links.html", "");
addHdr("Email Us");
addItem("Email NARU", "mailto:g.milne@quicknet.nl", "");

buildMenu();

//-->
