<!--

/*
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="#cc00cc";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#cc00cc";
hdrBGColor="#ffccff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="12";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#ffccff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffccff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="cc00cc";
barVAlign="top";
barWidth=12; // no quotes!!
barText="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]=["ABOUT..."] //create header
ssmItems[1]=["... me", "me.htm", ""]
ssmItems[2]=["... family & friends", "family.htm",""]
ssmItems[3]=["... the things i love & hate", "love.htm", ""]

ssmItems[4]=["MY WORK..."]
ssmItems[5]=["... in theatre", "theatre.htm", "",1, "no"] //create two column row
ssmItems[6]=["... on tv", "tv.htm", "", 1]

ssmItems[7]=["... in films", "films.htm", "",1, "no"] //create two column row
ssmItems[8]=["filmography", "filmography.htm", "", 1]

ssmItems[9]=["EXTRA", "", ""] //create header
ssmItems[10]=["latest news", "latest.htm", ""] //create two column row
ssmItems[11]=["contact me", "contact.htm", "",1, "no"] //create two column row
ssmItems[12]=["on my forum", "forum.htm", "", 1]


ssmItems[13]=["DOWNLOADS"]
ssmItems[14]=["photos", "photos.htm", "", 1, "no"] //create two column row
ssmItems[15]=["wallpapers", "wallpapers.htm", "",1]



buildMenu();

//-->