<!--

/*
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="black"
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";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="transparent";
hdrAlign="left";
hdrVAlign="top";
hdrHeight="0";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FAE5BA";
linkTarget="_top";
linkAlign="Left";
linkHeight="25";
barBGColor="#DC2F29";
barFontFamily="arial";
barFontSize="2";
barFontColor="FAE5BA";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SCROLL OVER HERE"; // <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]=["<img src='US20Flag_sm.jpg'>"] //create header
ssmItems[1]=["Home", "http://alliedproducers.com", ""]
ssmItems[2]=["About Us", "http://alliedproducers.com/about_us.html",""]
ssmItems[3]=["Certified Production", "http://alliedproducers.com/cert_production.html", ""]
ssmItems[4]=["Triumph Foods", "http://alliedproducers.com/triumph_foods.html", ""]
ssmItems[5]=["Triumph Genetics", "http://alliedproducers.com/triumph_genetics.html", ""]
ssmItems[6]=["Press Room", "http://alliedproducers.com/press_room.html", ""]
ssmItems[7]=["Membership", "http://alliedproducers.com/membership.html", ""]
ssmItems[8]=["Member Log In", "http://alliedproducers.com/member_login.php", ""]
ssmItems[9]=["Contact Us", "http://alliedproducers.com/contact_us.html", ""]

buildMenu();

//-->