<!--

/*
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="#F7F2F7";
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="comic sans ms";
hdrFontSize="2";
hdrFontColor="#402156";
hdrBGColor="#F7F2F7";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="comic sans ms";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#F7F2F7";
barFontFamily="Comic Sans Ms";
barFontSize="2";
barFontColor="#402156";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Terms of Use", "http://eveylouspspplace.com/tou.html", ""]
ssmItems[2]=["PSP Tutorials", "http://eveylouspspplace.com/tutorials.html",""]
ssmItems[3]=["Resources", "http://eveylouspspplace.com/dlindex.html", ""]
ssmItems[4]=["Update Group", "http://groups.yahoo.com/group/EveyLousPSPPlace/", "_new"]
ssmItems[5]=["GuestBook", "http://pub19.bravenet.com/guestbook/1625512899/", ""]
ssmItems[6]=["Links", "http://www.eveylouspspplace.com/Links.html", ""]

ssmItems[7]=["Email", "mailto:eveylouspspplaceATgooglemail.com", "",1]

ssmItems[8]=["External Links", "", ""] //create header
ssmItems[9]=["My DeviantArt", "http://eveylou.deviantart.com/", ""]
ssmItems[10]=["Renderosity", "http://www.renderosity.com/mod/gallery/browse.php?user_id=311208", ""]
ssmItems[11]=["My Space", "http://www.myspace.com/eveylou", ""]

buildMenu();

//-->
