<!--

/*
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=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="#C0C0C0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#F79303";
linkTarget="_top";
linkAlign="left";
barBGColor="#F79303";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText='NAVIGATION' // <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("WPS");
addItem("Latest Entry", "http://ratboy77.diaryland.com/index.html", "");
addItem("Older Entries", "http://ratboy77.diaryland.com/older.html", "");
addItem("Profile", "http://members.diaryland.com/edit/profile.phtml?user=ratboy77", "");
addItem("Cast", "http://ratboy77.diaryland.com/older5.html", "");
addItem("Biography", "http://ratboy77.diaryland.com/bio.html", "");
addItem("Wish List", "http://www.amazon.com/exec/obidos/wishlist/3VT6G66TJ9RMR/ref%3Dwl%5Fs%5F3/107-7168614-2366904", "");
addItem("Density", "http://fat-ratboy.diaryland.com", "");
addItem("Regular Reads", "http://www.nibelung.org/cgi-bin/nibelung?name=ratboy77&task=list", "");
addHdr("Communicate");
addItem("E-Mail", "mailto:rat1977@hotmail.com", "");
addItem("Guestbook", "http://ratboy77.signmyguestbook.com", "");
addItem("Get Notified", "http://ratboy77.notifylist.com", "");
addHdr("Links");
addItem("Ring-O-Rama", "http://ratboy77.diaryland.com/rings.html", "");
addItem("BNL", "http://www.barenaked.net", "");
addItem("3WA", "http://www.threewayaction.com", "");
addItem("Buy Stuff, Feed Poor Kids", "http://bluesphere.diaryland.com", "");
addItem("JournalCon", "http://www.journalcon.com/2002", "");
addHdr("Show Me Love");
addItem("Clix", "http://www.diarist.net/clix/rankem.pl?id=ratboy77", "");
addItem("Top Sites", "http://www.topsitelists.com/topsites.cgi?ID=173&user=zan&area=bestsites", "");

buildMenu();

//-->
