<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=60; // no quotes!!
staticYOffset=40; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=10 // 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=210; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#809BAE";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor= "#809BAE";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="black";
barVAlign="center";
barWidth=30; // no quotes!!
barText='FROKWON\'S LAIR' // <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("");
addItem("Cabin (Home)", "/");
addHdr("");
addItem("About Me", "/introduction.asp");
addItem("The Bahai Faith", "/bahai.asp");
addItem("My Creations", "/creations.asp");
addItem("Zimbabwean Slang Dictionary", "/slang.asp");
addItem("Photos", "/photos.asp");
// addItem("Great Soccer Videos","http://www.frokwon.net/videos.html");
// addItem("Personal Detailed CV", "http://www.frokwon.net/cv.html");
addHdr("");
addItem("Links", "/links.asp");
addHdr("");
addItem("View Guestbook", "/guestbook.asp");
addItem("Sign Guestbook", "/ad" + "d2gb" + ".asp");
// addItem("Send Me an SMS", "http://www.frokwon.net/sms.html");
addItem("Send Me an E-mail", "mailto:frokwon@yahoo.com");
addHdr("");

buildMenu();

//-->