<!--

/*
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]=["Charity Stuff", "http://homepage.eircom.net/~seanryan/Pages/charity.htm",""]
ssmItems[3]=["Creative Stuff", "http://homepage.eircom.net/~seanryan/Pages/art.htm", ""]
ssmItems[4]=["Family Stuff", "http://homepage.eircom.net/~seanryan/Pages/log.htm", ""]
ssmItems[5]=["Forums", "http://seansshack.19.forumer.com/", ""]
ssmItems[6]=["Game Stuff", "http://homepage.eircom.net/~seanryan/Pages/games.htm", ""]
ssmItems[7]=["Links", "http://homepage.eircom.net/~seanryan/Pages/links.htm", "",  ""] //create two column row
ssmItems[8]=["Movie Stuff", "http://homepage.eircom.net/~seanryan/Pages/movies.htm", ""]
ssmItems[09]=["News Stuff", "http://homepage.eircom.net/~seanryan/Pages/news.htm", ""]
ssmItems[10]=["P.O.P.A.", "http://homepage.eircom.net/~seanryan/Pages/popa.htm", ""]
ssmItems[11]=["Stuff", "http://homepage.eircom.net/~seanryan/Pages/stuff.html", ""]
ssmItems[12]=["Tech Stuff", "http://homepage.eircom.net/~seanryan/Pages/techstuff.htm", ""]
ssmItems[13]=["Help", "http://homepage.eircom.net/~seanryan/Pages/help.htm", ""]
ssmItems[14]=["About", "http://homepage.eircom.net/~seanryan/Pages/about_me.htm", ""]
ssmItems[15]=["     (c) 2007 Seansshack", "", ""] //create header


buildMenu();

//-->