<!--

/*
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="#FFFFE0";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
bgcolor="#FFFFE0";
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#D2B48C";
hdrBGColor="wheat";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#D2B48C";
linkOverBGColor="#FFFFE0";
linkTarget="_top";
linkAlign="Left";
barBGColor="wheat";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#D2B48C";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SLIDE < MENU "; // 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", "Front Page"]
ssmItems[2]=["What's New", "new.htm",""]
ssmItems[3]=["Inquiries", "inquiry.htm", ""]
ssmItems[4]=["Famous Higgins", "famous.htm", ""]
ssmItems[5]=["Census", "census.htm", ""]
ssmItems[6]=["Civil War", "civil-war.htm", ""]

ssmItems[7]=["My Family", "lineage.htm", ""]
ssmItems[8]=["Email", "mailto:higginsworldwide@yahoo.com", ""]

ssmItems[9]=["External Links", ""] //create header
ssmItems[10]=["Wingrove World Wide", "http://freepages.genealogy.rootsweb.com/~wingrove/10-10-index.htm", ""]
ssmItems[11]=["Wingrove Connection", "http://freepages.genealogy.rootsweb.com/~wingrove/s-m-higgins.htm", ""]
ssmItems[12]=["More Wingrove Links", "http://freepages.genealogy.rootsweb.com/~wingrove/s-johns-jane.htm", ""]

buildMenu();

//-->