<!--

/*
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=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#2e31c9";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#D8CBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#2e31c9";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="centre";
barWidth=20; // no quotes!!
barText="  M  E  N  U"; // <IMG> tag supported. Put exact html for an image to show. <IMG src=../images/2005/logosmall.jpg align=left>

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["<IMG src=logonew.jpg align=centre width=126 height=135>"] //create header
ssmItems[1]=["Home", "http://homepage.eircom.net/~seanryan/Pages/home.htm", ""]
ssmItems[2]=["Screenplays", "http://homepage.eircom.net/~seanryan/Pages/screenplays.htm", ""]
ssmItems[3]=["Writing Résumé", "http://homepage.eircom.net/~seanryan/Pages/resume.htm", ""]
ssmItems[4]=["Charity Stuff", "http://homepage.eircom.net/~seanryan/Pages/charity.htm",""]
ssmItems[5]=["Creative Stuff", "http://homepage.eircom.net/~seanryan/Pages/art.htm", ""]
ssmItems[6]=["Family Stuff", "http://homepage.eircom.net/~seanryan/Pages/log.htm", ""]
ssmItems[7]=["Movie Stuff", "http://homepage.eircom.net/~seanryan/Pages/movies.htm", ""]
ssmItems[8]=["     (c) 2010 Seansshack", "", ""] //create header


buildMenu();

//-->
