<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=10; // 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=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#336699";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#336699";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="FOCUS 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]=["FOCUS Info"] //create header
  ssmItems[1]=["    About FOCUS", "http://heritagelakefocus.org/Group inner page/index_inner.html", ""]
  ssmItems[2]=["    What is FOCUS", "http://heritagelakefocus.org/who_and_what_is_the_focus_group.htm", ""]
  ssmItems[3]=["    Contact FOCUS", "http://heritagelakefocus.org/contact.html", ""] 
  ssmItems[4]=["    Join FOCUS", "http://heritagelakefocus.org/JoinFocus.htm", ""]
  ssmItems[5]=["    Join a FOCUS Team", "http://heritagelakefocus.org/join_a_focus_committee.htm", ""]
ssmItems[6]=["Events"] //create header
  ssmItems[7]=["    HL Calendar", "http://heritagelakefocus.startlogic.com/calendar1/choice page.htm", ""]
  //ssmItems[8]=["    Month's Events", "http://heritagelakefocus.org/Calendar/May 2008.pdf", ""]//
  ssmItems[8]=["    Upcoming Events", "http://heritagelakefocus.org/upcoming_events1.htm", ""]
ssmItems[9]=["Communication"] //create header
  ssmItems[10]=["    Critical Issues", "http://heritagelakefocus.org/Critical Issues.html", ""]
  ssmItems[11]=["    Objectives", "http://heritagelakefocus.org/latest issues.htm", ""]
  ssmItems[12]=["    Latest News", "http://heritagelakefocus.org/latest news.htm", ""]
  ssmItems[13]=["    Email Your Board", "http://heritagelakefocus.org/board emails.htm", ""]
    //ssmItems[16]=["    Chat", "http://heritagelakefocus.org/X7Chat1/index.php", ""]
    //ssmItems[17]=["    Discussion Forum", "http://heritagelakefocus.org/phpBB/Instructions/phpbb choice page.htm", ""]
    //ssmItems[18]=["Election"] //create header
    //ssmItems[19]=["    2008 results", "http://heritagelakefocus.org/election/election results.htm", ""]
ssmItems[14]=["Community"] //create header
  ssmItems[15]=["    Our Community", "http://heritagelakefocus.org/Community/inner community.htm", ""]
  ssmItems[16]=["    Hot Links", "http://heritagelakefocus.org/Links page.htm", ""]
  ssmItems[17]=["    Search & News", "http://heritagelakefocus.org/Search and News links.htm", ""]
  ssmItems[18]=["    HL Highlights", "http://heritagelakepoa.com/Highlights/newsletter.htm", ""]
  ssmItems[19]=["    Roads", "http://heritagelakefocus.org/roads.htm", ""]
    //ssmItems[23]=["    Picture Gallery", "http://heritagelakefocus.org/picture gallery.htm", ""]

    //ssmItems[24]=["    Check Mail", "http://www.startlogic.com/mail/index.bml?m=1", ""]
    //ssmItems[25]=["    Putnam County", "http://co.putnam.in.us/", ""]
    //ssmItems[26]=["Entertainment"] //create header
    //ssmItems[27]=["    Dining & Drink", "http://heritagelakefocus.org/spirits_food.htm", ""]
    //ssmItems[28]=["    Home Cookin'", "http://heritagelakefocus.org/recipe.htm", ""]

buildMenu();

//-->