<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=300; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=40 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
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="#202765";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkFontColor="white";
linkBGColor="white";
linkOverBGColor="#C5DBE5";
linkTarget="_top";
linkAlign="Left";
barBGColor="#00042D";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SANTA 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]=["Menu"] //create header
ssmItems[1]=["Entrance Page", "index.php", ""]
ssmItems[2]=["Santa's Home Page", "index2.php", ""]
ssmItems[3]=["Santa's Gallery", "slideshow.php",""]
ssmItems[4]=["About Santa Claus", "about_santa.php", ""]
ssmItems[5]=["Contact Santa Claus", "contact_santa.php", ""]
ssmItems[6]=["Santa's Inquiry Form", "santa_inquiry_form.php", ""]
ssmItems[7]=["Santa's Calendar", "santa_calendar.php", ""]

ssmItems[8]=["External Links", "", ""] //create header
ssmItems[9]=["Santa's Other Site", "http://www.good-santa.com", ""]
ssmItems[10]=["Santa's Other Job", "http://www.webtechz.com", ""]

buildMenu();

//-->