<!--

/*
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="#B79A88";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#3D5268";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#A78667";
linkTarget="_top";
linkAlign="Left";
barBGColor="#3D5268";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=40; // no quotes!!
barText="SIDE 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]=["Professional Links"] //create header
  
ssmItems[1]=["About My Daycare", "../../AboutTNT/aboutTNT.html", ""]
ssmItems[2]=["Curriculum Programs", "../../Curriculum/curricprograms.html", ""]
ssmItems[3]=["Kidzone", "../../Kidzone/Kidzone.html", ""]
ssmItems[4]=["Forms", "../../forms/forms.html", ""]
ssmItems[5]=["Meals", "../../Meals/meals.html", ""]
ssmItems[6]=["Provider Resources", "../../Resources/providerresource.html", ""]
ssmItems[7]=["Email", "mailto: luvtoteachkids@gmail.com", "", 1, "no"]  //create two column row]
ssmItems[8]=["Home", "../../index.html", "", 1]


ssmItems[9]=["Personal Links"] //create header
ssmItems[10]=["Meet My Family", "../../Family/photogallery.html", ""]
ssmItems[11]=["Webdesign", "../../Webdesign/index.html", ""]
ssmItems[12]=["Sign My Guestbook", "http://pub3.bravenet.com/guestbook/add.php?usernum=188291588", "", 1, "no"] //create two column row]
ssmItems[13]=["View My Guestbook", "http://pub3.bravenet.com/guestbook/188291588/", 1, "no"]
ssmItems[14]=["", "", ""]
buildMenu();

//-->
