<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Lydian";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#4D735E";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Lydian";
linkFontSize="2";
linkBGColor="#202020";
linkOverBGColor="#040404";
linkTarget="_top";
linkAlign="Left";
barBGColor="#202020";
barFontFamily="Lydian";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Navigate the RPoC"] //create header
ssmItems[1]=["Main Page", "http://www.major-n.com/index.php", ""]
ssmItems[2]=["Random Stuff", "http://www.major-n.com/list.php?section=stuff",""]
ssmItems[3]=["Random Pictures", "http://www.major-n.com/list.php?section=pics", ""]
ssmItems[4]=["The Randomness Test","http://www.major-n.com/randomtest.shtml"]
ssmItems[5]=["Random Links", "http://www.major-n.com/links.php", ""]
ssmItems[6]=["Random Files", "http://www.major-n.com/files.php", ""]
ssmItems[7]=["Other Sections","", ""]
ssmItems[8]=["IRC","irc/",""]
ssmItems[9]=["NACWC!", "http://www.major-n.com/~nacwc", ""]
ssmItems[10]=["FLAP-NTB","http://www.major-n.com/~flapntb/",""]
ssmItems[11]=["Communication", "", ""] //create header
ssmItems[12]=["Message Board", "http://www.major-n.com/forum", "_new"]
ssmItems[13]=["Guestbook", "http://www.major-n.com/cgi-bin/guestbook/guestbook.cgi", "_new"]
ssmItems[14]=["Email Major N", "mailto:N@major-n.com", ""]
ssmItems[15]=["Sites hosted on major-n.com","",""]
ssmItems[16]=["The Temple Pentalpha","http://www.major-n.com/~sethtoledo","_new"] 



buildMenu();

//-->