<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="red";
linkOverBGColor="#FFDD00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000055";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ADENDUMS"; // <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]=["Menu"] //create header
ssmItems[1]=["Present distribution", "christmas99.html", "_new"]
ssmItems[2]=["Meeting Oct 31 2000", "anov2000.html","_new"]
ssmItems[3]=["Francisco orphanage", "saofran.html", "_new"]
ssmItems[4]=["Xmas food handout", "xmas2000.html", "_new"]
ssmItems[5]=["Big Mac Attack", "bigmac.html", "_new"]
ssmItems[6]=["Add your business", "http://pub14.bravenet.com/freelink/show.php?usernum=1184250344&cpv=1", "_new"]

ssmItems[7]=["?", "http://www.bluker.com/netfaze", "_new", 1, "no"] //create two column row
ssmItems[8]=["Email", "mail.html", "_new",1]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["RT International", "http://www.roundtableintl.org/index.shtml", "_new"]
ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
ssmItems[12]=["Dynamic Drive", "http://www.dynamicdrive.com/", "_new"]

buildMenu();

//-->
