<!--

<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=100; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=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="black";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#663333";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#CCCC99";
linkOverBGColor="White";
linkTarget="_top";
linkAlign="left";
barBGColor="#990000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=' NAVIGATION ' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'              ' // <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("SIDE MENU", "no");
addItem("About Us", "http://kokopellikennels.com/about.html", "");
addItem("Guarantee", "http://kokopellikennels.com/guarantee.html", "");
addItem("Links", "http://kokopellikennels.com/cgi-bin/links/rlinks.cgi", "");
addItem("Contact us / Application", "http://kokopellikennels.com/contact.html", "");
addItem("Directions", "http://kokopellikennels.com/directions.html", "");
addItem("Puppy Album", "http://kokopellikennels.com/puppy-album.html", "");
addItem("Puppy Care", "http://kokopellikennels.com/puppy-care.html", "");
addHdr("Siberian Huskies", "no");
addItem("Our Siberians", "http://kokopellikennels.com/huskies/index.html", "");
addItem("Siberian Litters", "http://kokopellikennels.com/huskies/litters.html", "");
addHdr("Alaskan Malamutes", "no");
addItem("Our Malamutes", "http://kokopellikennels.com/malamutes/index.html", "");
addItem("Malamute Litters", "http://kokopellikennels.com/malamutes/litters.html", "");
buildMenu();

//-->

//-->
