<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Times";
linkFontSize="3";
linkBGColor="#660000";
linkOverBGColor="#170088";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="TIMELINE 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]=["Site Menu"] //create header
ssmItems[1]=["Home", "index.html", ""]
ssmItems[2]=["Index", "SiteIndex.htm",""]
ssmItems[3]=["Find any date calendar", "FindAnyDate.htm", ""]


ssmItems[4]=["Timeline Menu", "", ""] //create header
ssmItems[5]=["1800", "Timeline1800_1809.htm", ""]
ssmItems[6]=["1810", "Timeline1810_1819.htm", ""]
ssmItems[7]=["1820", "Timeline1820_1829.htm", ""]
ssmItems[8]=["1830", "Timeline1830_1839.htm", ""]
ssmItems[9]=["1840", "Timeline1840_1849.htm", ""]
ssmItems[10]=["1850", "Timeline1850_1859.htm", ""]
ssmItems[11]=["1860", "Timeline1860_1869.htm", ""]
ssmItems[12]=["1870", "Timeline1870_1879.htm", ""]
ssmItems[13]=["1880", "Timeline1880_1889.htm", ""]
ssmItems[14]=["1890", "Timeline1890_1899.htm", ""]
ssmItems[15]=["1900", "Timeline1900_1909.htm", ""]
ssmItems[16]=["1910", "Timeline1910_1919.htm", ""]


buildMenu();

//-->
