<!--

/*
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=240; // 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="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="FARC SLIDE OUT MENU"; // <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]=["FARC Webpages Menu"] //create header
ssmItems[1]=["FARC Home Page", "http://www.welcome.to/farc", ""]
ssmItems[2]=["Our Repeaters", "http://www.qsl.net/farc/Repeater.html", ""]
ssmItems[3]=["Club Photo Album", "http://www.qsl.net/farc/farc.photo.index.html",""]
ssmItems[4]=["2003 Club Membership", " http://www.qsl.net/farc/members.html", ""]
ssmItems[5]=["Club Membership E-mail", " http://www.qsl.net/farc/members.html", ""]
ssmItems[6]=["Membership Application", " http://www.qsl.net/farc/farc.txt", ""]
ssmItems[7]=["FARC Treasury Report", "http://www.qsl.net/farc/Password.htm", ""]
ssmItems[8]=["Amateur Radio Classes", "http://www.qsl.net/farc/Radio_class.html", ""]
ssmItems[9]=["FAQ", "http://www.qsl.net/farc/FAQ.html", "", 1, "no"] //create two column row
ssmItems[10]=["Officers", "http://www.qsl.net/farc/Officers.html", "", 1]
ssmItems[11]=["Maps", "http://www.qsl.net/farc/Maps.html", "", 1, "no"] //create two column row
ssmItems[12]=["Downloads", "http://www.qsl.net/farc/Default.html", "", 1]
ssmItems[13]=["External Links", "", ""] //create header
ssmItems[14]=["FREE FARC domain E-mail Account", "http://www.farc.zzn.com", ""]
ssmItems[15]=["Subscribe to FARC News", "http://groups.yahoo.com/group/FARC/join", ""]
ssmItems[16]=["FARC Web Links of Interest", "http://www.qsl.net/farc/Links.html", ""]



buildMenu();

//-->

