<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // 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="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#5ea69b";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="#F2EDE7";
linkOverBGColor="#Ffffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#5ea69b";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=40; // no quotes!!
barText='<IMG SRC="images/general/bartext.jpg" WIDTH="30" HEIGHT="182" BORDER="0">'; // <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]=["Navigate", ""] //create header
ssmItems[1]=["Main Page", "index.html"]
ssmItems[2]=["Site Map", "sitemap.html"]
ssmItems[3]=["Services", ""] //create header
ssmItems[4]=["Apparel", "apparel.html", ""] 
ssmItems[5]=["Awards", "awards.html", ""]
ssmItems[6]=["Printing", "printing.html",""]
ssmItems[7]=["Promotional Products", "promo.html"]
ssmItems[8]=["About Us", ""] //create header
ssmItems[9]=["Who We Are", "about.html"]
ssmItems[10]=["Contact Info", "contact.html"]
ssmItems[11]=["Email", "mailto:pimaawards@pimaawards.com", ""]

buildMenu();

//-->
