<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // 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="gray";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=185; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#C0C0C0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#C0C0C0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MAIN 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]=["Introduction", "home/page01.htm", ""]
ssmItems[2]=["Registration", "contents/01/01-01/page01.htm",""]
ssmItems[3]=["Artist Info", "contents/01/01-02/page01.htm", ""]
ssmItems[4]=["Committee Members", "contents/01/01-01/page02.htm", ""]
ssmItems[5]=["Luncheon Menu", "contents/01/01-04/page01.htm", ""]
ssmItems[6]=["Shangri-la Emporium", "contents/01/01-01/page03.htm", ""]
ssmItems[7]=["2009 Photos", "contents/01/01-09/page01.htm", ""]
ssmItems[8]=["Bastrop Hotels", "contents/01/01-01/bastrop.htm", ""]
ssmItems[9]=["La Grange Hotels", "contents/01/01-01/lagrange.htm", ""]
ssmItems[10]=["Smithville B & B", "contents/01/01-01/smithville.htm", ""]
// ssmItems[11]=["Lodging", "contents/08/intro08/page01.htm", ""]

ssmItems[11]=["Home", "index.htm", "", 1, "no"] //create two column row
ssmItems[12]=["Email", "mailto:texaspaperdollparty@gmail.com", "",1]

ssmItems[13]=["External Links", "", ""] //create header
ssmItems[14]=["Smithville Shops", "http://www.smithvilleshops.com", "_new"]
ssmItems[15]=["Tom Tierney Paper Dolls", "http://www.tomtierney.com", "_new"]
ssmItems[16]=["MapQuest", "http://www.mapquest.com/maps?city=Smithville&state=TX&zipcode=78957", "_new"]
ssmItems[17]=["Handbook of Texas", "http://www.tshaonline.org/handbook/online/articles/SS/hgs9.html", "_new"]
ssmItems[18]=["Smithville CC", "http://www.smithvilletx.org", "_new"]
ssmItems[19]=["Buescher State Park", "http://www.tpwd.state.tx.us/spdest/findadest/parks/buescher", "_new"]


buildMenu();

//-->