<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=6 // 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=210; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#000066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#00BFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000066";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=28; // 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]=["mouseandbear - The Travel Pages"] //create header
ssmItems[1]=["HOME                                               ", "index.html", ""]
ssmItems[2]=["Travelogues and Picture Guides:"]//create header
ssmItems[3]=["Malta (Oct/Nov 2005)                       ", "malta-pictures-2005.htm",""]
ssmItems[4]=["Cote dAzur, France (Oct 2005)                       ", "nice-pictures-2005.htm",""]
ssmItems[5]=["Cesky Krumlov / Prague (Aug. 2005)                     ", "krumlov-praha-2005.htm",""]
ssmItems[6]=["Rome, Italy (June 2005)                                ", "rome-2005.htm",""]
ssmItems[7]=["Las Vegas (May/June 2005)               ", "lasvegas2005.htm",""]
ssmItems[8]=["Northern California (May 2005)               ", "california2005.htm",""]
ssmItems[9]=["Heviz, Hungary (Oct 2004)                                ", "heviz-2004.htm",""]
ssmItems[10]=["Bratislava, Slovakia (2004)                                     ", "bratislava-2004.htm",""]
ssmItems[11]=["Las Vegas (Jun 2004)                           ", "lasvegas2004.htm",""]
ssmItems[12]=["Death Valley / Sequoia NP (Jun 2004)     ", "pictures/deathvalley.htm",""]
ssmItems[13]=["Bryce Canyon (Jun 2004)                                ", "brycecanyon-2004.htm",""]
ssmItems[14]=["East Texas (Dec 2003)                           ", "texas2003.htm",""]
ssmItems[15]=["Yosemite, Bodie, Mono Lake (Sep 2003)", "pictures/yosemite.htm",""]
ssmItems[16]=["San Francisco (Sep 2003)                       ", "sfo2003.htm",""]
ssmItems[17]=["Las Vegas (Sep 2003)                           ", "lasvegas2003.htm",""]
ssmItems[18]=["Northern Italy / Tuscany (May 2003)     ", "tuscany2003.htm",""]
ssmItems[19]=["Las Vegas (Dec 2002)                           ", "lasvegasdecember.htm",""]
ssmItems[20]=["Budapest (Jul 2002)                             ", "budapest2002.htm",""]
ssmItems[21]=["Texas (May 2002)                                ", "texas2002.htm",""]
ssmItems[22]=["Bar Harbor (Sep/Oct 2001)                   ", "bar-harbor-autumn2001.htm",""]
ssmItems[23]=["Peggy's Cove (Sep/Oct 2001)               ", "peggys-cove.htm",""]
ssmItems[24]=["Las Vegas (May/Jun 2001)                   ", "lasvegas.htm",""]
ssmItems[25]=["Bryce Canyon (May/Jun 2001)             ", "bryce.htm",""]
ssmItems[26]=["Vermont-Boston-NYC (Dec 2000)         ", "vermont-boston-nyc-2000-2001.htm",""]
ssmItems[27]=["Arizona (May/Jun 2000)                       ", "Arizona-2000.htm",""]
ssmItems[28]=["Ireland and Scotland (May/Jun 1995)   ", "irland-scotland.htm",""]
ssmItems[29]=["                       "]//create header


buildMenu();

//-->