<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="#993333";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="4";
hdrFontColor="white";
hdrBGColor="#993333";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="3";
linkBGColor="#ffccff";
linkOverBGColor="#ffcc99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#993333";
barFontFamily="arial";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SHARE WEB 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]=["SHARE"] //create header
ssmItems[1]=["About Share", "http://www.sharefoodprogram.org/about_spa.htm", ""]
ssmItems[2]=["Share Articles", "http://www.sharefoodprogram.org/articles.htm", ""]
ssmItems[3]=["SHARE for You", "", ""] //create header
ssmItems[4]=["Symposium", "http://www.gpfb.org/NHAD/symposium.htm", ""]
ssmItems[5]=["Dates", "http://www.sharefoodprogram.org/dates.htm", ""]
ssmItems[6]=["Local Store", "http://www.sharefoodprogram.org/store.htm", ""]
ssmItems[7]=["Host Organizations", "http://www.sharefoodprogram.org/hosts.htm",""]
ssmItems[8]=["Monthly Menu", "http://www.sharefoodprogram.org/menu.pdf", ""]
ssmItems[9]=["Order Forms", "http://www.sharefoodprogram.org/orderform.htm", ""]
ssmItems[10]=["Other Programs", "http://www.sharefoodprogram.org/statefood.htm", ""]
ssmItems[11]=["News Letters", "http://www.sharefoodprogram.org/newsletters.htm", ""]
ssmItems[12]=["Helpful Links", "http://www.sharefoodprogram.org/links.htm", ""]

ssmItems[13]=["How to reach us", "", ""] //create header

ssmItems[14]=["Contact", "http://www.sharefoodprogram.org/contact.htm", ""]
ssmItems[15]=["Directions", "http://www.sharefoodprogram.org/directions.htm", ""]
ssmItems[16]=[">>MAIN PAGE<<", "http://www.sharefoodprogram.org/", ""]



buildMenu();

//-->
