<!--

/*
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="transparent";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Century Gothic, Verdana";
hdrFontSize="2";
hdrFontColor="#104179";
hdrBGColor="#7CB6D2";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Century Gothic, Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#CFE7CF";
linkTarget="_top";
linkAlign="Left";
barBGColor="transparent";
barFontFamily="Century Gothic, Verdana";
barFontSize="2";
barFontColor="#104179";
barVAlign="center";
barWidth=30; // no quotes!!
barText='<IMG src="http://www.maryhatchhomes.com/menu/quicklinksbar.gif">'; // <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]=["Local Information"] //create header
ssmItems[1]=["County Info", "index.php?action=page_display&PageID=6", "_parent"]
ssmItems[2]=["City Info", "index.php?action=page_display&PageID=6","_parent"]
ssmItems[3]=["School Info", "index.php?action=page_display&PageID=6", "_parent"]

ssmItems[4]=["Up-To-Date Info", "", ""] //create header
ssmItems[5]=["Traffic", "http://www.wsdot.wa.gov/traffic/seattle/", "_new"]
ssmItems[6]=["Weather", "http://www.wunderground.com/US/WA/Seattle.html", "_new"]
ssmItems[7]=["Ferry Schedule", "http://www.wsdot.wa.gov/ferries/", "_new"]
ssmItems[8]=["Seattle Times", "http://seattletimes.nwsource.com/html/realestate/", "_new"]

ssmItems[9]=["Local Sports", "", ""] //create header
ssmItems[10]=["Mariners", "http://seattle.mariners.mlb.com/index.jsp?c_id=sea", "_new"]
ssmItems[11]=["Seahawks", "http://www.seahawks.com/Home.aspx", "_new"]
ssmItems[12]=["Sounders FC", "http://www.soundersfc.com/", "_new"]

ssmItems[13]=["Home Improvement", "", ""] //create header
ssmItems[14]=["Home Depot", "http://www.homedepot.com/prel80/HDUS/EN_US/pg_index.jsp?CNTTYPE=NAVIGATION&CNTKEY=pg_index.jsp&m=1132776721358&cm_mmc=hd_goog-_-Search-_-D-Brand-_-bid20168939-home-depot", "_new"]
ssmItems[15]=["Garden.com", "http://garden.com/index.html", "_new"]
ssmItems[16]=["John L. Scott", "http://www.johnlscott.com", "_new"]

buildMenu();

//-->