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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#1c2f0d";
hdrAlign="center";
hdrVAlign="middle";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Arial";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NYT ART NEWS"; // <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]=["New York Times Art News"] //create header
ssmItems[1]=["<iframe src=\"nytartnews.htm\" width=\"175\" height=\"150\" frameborder=\"0\" scrolling=\"no\"></iframe><layer visibility\"=hide\"><div style=\"padding-top: 2px; height:20px; border-top: 1px solid #ffffff;\"><a href=\"#\" style=\"text-decoration:none;\" onMouseover=\"scrollspeed=-1\" onMouseout=\"scrollspeed=0\">Up ↑</a> | <a href=\"#\" style=\"text-decoration:none;\" onMouseover=\"scrollspeed=1\" onMouseout=\"scrollspeed=0\">Down ↓</a></div></layer>"]

buildMenu();

//-->
