<!--

/*
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="FFC0C0";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FFC0C0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFE9E9";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFC0C0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="S T A R T"; // <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]=["Start Up Screens"] //create header
ssmItems[1]=["Hello Kitty", "hellokitty.html", "main"]
ssmItems[2]=["Real Cats", "cats.html", "main"]
ssmItems[3]=["Xena Warrior Princess", "xena.html","main"]
ssmItems[4]=["Buffy The Vampire Slayer", "buffy.html", "main"]
ssmItems[5]=["Star Wars", "starwars.html", "main"]
ssmItems[6]=["Harry Potter", "hpotter.html", "main"]
ssmItems[7]=["Powerpuff Girls", "ppg.html", "main"]
ssmItems[8]=["Miscellaneous", "misc.html", "main"]
ssmItems[9]=["FAQ", "faq.html", "main", 1, "no"] //create two column row
ssmItems[10]=["Email", "contact.html", "main",1]

ssmItems[11]=["External Links", "", ""] //create header
ssmItems[12]=["freethemes.com", "http://www.freethemes.com", ""]
ssmItems[13]=["themeworld.com", "http://www.themeworld.com/", ""]
ssmItems[14]=["katgyrl.com", "http://katgyrl.com", ""]

buildMenu();

//-->
