<!--

/*
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="#333333";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=190; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="lucida sans unicode";
hdrFontSize="2";
hdrFontColor="olive";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial unicode ms";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="olive";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="lucida sans unicode";
barFontSize="3";
barFontColor="olive";
barVAlign="center";
barWidth=20; // no quotes!!
barText="INSIDE"; // <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]=["FEATURES"] //create header
ssmItems[1]=["SEE IT NOW", "http://progressiveobserver.com/seeitnow/", ""]
ssmItems[2]=["NEWS", "http://www.progressiveobserver.com/news", ""]
ssmItems[3]=["ARTS", "http://progressiveobserver.com/arts/verses",""]
ssmItems[4]=["BIG PICTURE", "http://www.progressiveobserver.com/underconstruction.html",""]
ssmItems[5]=["OUR HOUSE", "http://www.progressiveobserver.com/underconstruction.html", ""]
ssmItems[6]=["PARTY ANIMALS", "http://www.progressiveobserver.com/underconstruction.html", ""]
ssmItems[7]=["WORLD VIEW", "http://www.progressiveobserver.com/underconstruction.html", "_new"]
ssmItems[8]=["FYI"] //create header
ssmItems[9]=["MAIN MENU", "http://www.progressiveobserver.com/mainmenu", ""]
ssmItems[10]=["OBSERVATIONS", "http://my.barackobama.com/page/community/blog/progressiveobserver", ""]

buildMenu();

//-->