<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // no quotes!! default 150
XOffset=1; //default 0
staticYOffset=119; // no quotes!! default 30
slideSpeed=20; // no quotes!! default 20
waitTime=200; // no quotes!! the time the menu stays out after mouse off  default 100

menuBGColor="#4682B4";  // menu border
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;

hdrFontFamily="arial, sans serif";
hdrFontSize="1";
hdrFontColor="navy";
hdrBGColor="#f7f7ff";   // GhostWhite=#f7f7ff
hdrAlign="center";
hdrVAlign="top";
hdrHeight=" ";

linkFontFamily="Verdana, arial, sans serif";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#98afc7";
linkTarget="_top";
linkAlign="Left";

barBGColor="#f7f7f7";  // GhostWhite=#f7f7ff
barFontFamily="arial, sans serif";
barFontSize="1";
barFontColor="000000";
barVAlign="center";
barWidth=40; // no quotes!!
barText='<IMG SRC="images/ani_bttrflyicon.gif">\<br>menu';

// ........................
// barText=": menu :"; 				// horizontal text
// vbarText=": menu :"; 				// vertical text
// barText='<IMG SRC="your.gif">\<br>additional text';    // with <IMG> tag support
//..........................
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

ssmItems[0]=["\<i>Welcome!\<\i>", "", ""]
ssmItems[1]=["\&nbsp;.: Home", "index.html", "_self"]
ssmItems[2]=["\&nbsp;.: Product Description", "product.html", "_self"]
ssmItems[3]=["\&nbsp;\&nbsp;\&nbsp; : Demo", "demo.html", "_self"]
ssmItems[4]=["\&nbsp;.: Fund Raising", "fundraiser.html", "_self"]
ssmItems[5]=["\&nbsp;.: News", "cmnews.html", "_self"]
ssmItems[6]=["\&nbsp;.: Save the Karner Butterfly!", "aboutourlogo.html", "_self"]
ssmItems[7]=["\&nbsp;.: Privacy Statement", "privacy.html","_self"]
ssmItems[8]=["\&nbsp;.: Copyright©", "copyright.html", "_self"]
ssmItems[9]=["\&nbsp;.: Contact", "contact.html", "_self"]
ssmItems[10]=["Related Sites", "", ""]
ssmItems[11]=["\&nbsp;: EAMES Consulting", "http://consulting.barryeames.com", "_new"]
ssmItems[12]=["\&nbsp;: BarryEames.com", "http://www.barryeames.com", "_new"]

// ssmItems[4]=["\&nbsp;.: Forum", "forum.html", "_self"]
// ssmItems[6]=["", "", ""]
// ssmItems[7]=["FAQ", "http://", "", 1, "no"] //create two column row
// ssmItems[8]=["Email", "http://", "",1]
// ssmItems[9]=["Header2", "", ""] //create header
// ssmItems[10]=["seven", "http://", ""]
// ssmItems[11]=["eight", "http://", ""]
// ssmItems[12]=["nine", "http://", ""]

buildMenu();
//-->