<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=110; // no quotes!!
XOffset=1;
staticYOffset=20; // 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="transparent";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=50; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="transparent";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="red";
linkOverBGColor="transparent";
linkTarget="_top";
linkAlign="Left";
barBGColor="transparent";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="Orange";
barVAlign="center";
barWidth=70; // no quotes!!
barText="Click here for 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]=["Home", "index.htm", ""] 
ssmItems[1]=["Action Steps", "action.htm", ""]
ssmItems[2]=["After Divine Strake", "divinestrake.htm", ""]
ssmItems[3]=["The Peace Clock", "atomicclock.htm", ""]
ssmItems[4]=["RECA", "reca.htm", ""]
ssmItems[5]=["Email", "mailto:info@idealist.ws", ""]
ssmItems[6]=["Donate", "donate.htm", ""]
ssmItems[7]=["Intro", "intro.htm", ""]
buildMenu();

//-->