<!--

/*
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="olive";
barFontFamily="lucida sans unicode";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SEE IT NOW"; // <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]=["NEWS"] //create header
ssmItems[1]=["<b>Public Health Insurance</b>", "publichealthinsurance.html",""]
ssmItems[2]=["Comedy Central", "comedycentral.html", ""]
ssmItems[3]=["FEATURES"] //create header
ssmItems[5]=["The Power of Nightmares", "power_of_nightmares.html",""]
ssmItems[4]=["Iraq for Sale", "iraq_for_sale.html",""]
ssmItems[6]=["<b>Sicko</b>","http://progressiveobserver.com/seeitnow/sicko.html",""]
ssmItems[7]=["Loose Change", "http://www.progressiveobserver.com/seeitnow/loosechange-finalcut.html", ""]
ssmItems[8]=["FYI"] //create header
ssmItems[9]=["Main Menu", "http://www.progressiveobserver.com/mainmenu", ""]
ssmItems[10]=["News", "http://www.progressiveobserver.com/news", ""]
ssmItems[11]=[""] //create header


buildMenu();

//-->
