<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // no quotes!!
XOffset=0;
staticYOffset=150; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=600; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Tahoma";
hdrFontSize="2";
hdrFontColor="#C0C0C0";//Set
hdrBGColor="#000000";//Set
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="#C0C0C0";//Set
linkOverBGColor="#FFCC66";//Set
linkTarget="_top";//Set
linkAlign="Left";
barBGColor="#000000";//Set
barFontFamily="Tahoma";
barFontSize="4"; //Set
barFontColor="#C0C0C0"; //Set
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["Menu"] //create header
ssmItems[1]=["Home", "http://www.east-tnhog.com", "_self"]
ssmItems[2]=["Members Login", "http://www.east-tnhog.com/mem_only/login_mo.php","_self"]
ssmItems[3]=["Chapter Brochure", "http://www.east-tnhog.com/updatable_pages/public/HOG 3 fold brochure for 2009.htm", "_blank"]
ssmItems[4]=["Membership Application Form", "http://www.east-tnhog.com/updatable_pages/public/HOG Membership Application 2010.htm", "_blank"]
ssmItems[5]=["Photos", "http://www.east-tnhog.com/photos.php", "_self"]
ssmItems[6]=["Calendar", "http://www.east-tnhog.com/cal.php", "_self"]
ssmItems[7]=["Links", "http://www.east-tnhog.com/links.php", "_self"]
ssmItems[8]=["Adult Event Release Form", "http://www.east-tnhog.com/updatable_pages/public/Adult Event Release Form.htm", "_blank"]
ssmItems[9]=["Minor Risk Acknowledge Form", "http://www.east-tnhog.com/updatable_pages/public/Minor Risk Acknowledge Form.htm", "_blank"]

// ssmItems[6]=[]

// original code ----- ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//original code ----- ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

// original code ----- ssmItems[9]=["External Links", "", ""] //create header

// ssmItems[7]=["Monthly News Letter", "http://www.east-tnhog.com/mem_only/mtlynwsltr_mo.htm", "_self"]
// ssmItems[8]=["Monthly News Letter", "http://www.east-tnhog.com/mem_only/mtlynwsltr_mo.htm", "_self"]
// ssmItems[9]=["Monthly News Letter", "http://www.east-tnhog.com/mem_only/mtlynwsltr_mo.htm", "_self"]
// ssmItems[10]=[]
// ssmItems[11]=[]
// ssmItems[5]=["Contact Us", "http://www.east-tnhog.com/contactus.htm", "_self"]


buildMenu();

//-->
