<!--

/*
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="blue";
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="#8a2be2";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="azure";
linkOverBGColor="#e6e6fa";
linkTarget="_top";
linkAlign="center";
barBGColor="#ba55d3";
barFontFamily="Verdana";
barFontSize="2";
barFontStyle="italic";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" * * Touch Menu * * "; 



///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Eric's Family & Friends"] //create header
ssmItems[1]=["Dad (David)", "dad.shtml", ""]
ssmItems[2]=["Mom (Nicole)", "mom.shtml", ""]
ssmItems[3]=["Brother (Josh)", "josh.shtml", ""]
ssmItems[4]=["Mom-Mom (Joyce Hall)", "joyce.shtml",""]
ssmItems[5]=["Granddad (Mike Hall)", "mike.shtml", ""]
ssmItems[6]=["Nana (Yolonda Sanchez)", "yss.shtml", ""]
ssmItems[7]=["Grammie (Maureen)", "maureen.shtml", ""]
ssmItems[8]=["Grandma (Jeannie)", "jeannie.shtml", ""]
ssmItems[9]=["Granddad2 (Allen)", "allen.shtml", ""]
ssmItems[10]=["Home", "default.html", ""]


ssmItems[11]=["Top", "#Arriba", "", 1, "no"] //create two column row
ssmItems[12]=["Bottom", "#Fondo", "",1]

buildMenu();

//-->
