<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
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="#6555A6";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial,helvetica";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#694EDF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial,helvetica";
linkFontSize="2";
linkBGColor="#cccccc";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333333";
barFontFamily="arial,helvetica";
barFontSize="2";
barFontColor="#cccccc";
barVAlign="top";
barWidth=10; // no quotes!!
barText="<IMG SRC=\"gfx/menu.gif\">"; // <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]=["Technical Support", "help.php", ""]
ssmItems[1]=["Search the Archive", "search.php", ""]
ssmItems[2]=["Call for Submissions", "call.php", ""]
ssmItems[3]=["Contact Us", "contact.php", ""]
ssmItems[4]=["About the Journal", "about.php", ""]
ssmItems[5]=["Credits", "credits.php", ""]
ssmItems[6]=["Home Page", "index.php", ""]

buildMenu();

//-->