<!--

/*
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="darkbrown";
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="verdana";
hdrFontSize="2";
hdrFontColor="lightyellow";
hdrBGColor="#482d1a";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#c98e52";
linkTarget="_top";
linkAlign="Left";
barBGColor="#482d1a";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="lightyellow";
barVAlign="center";
barWidth=25; // no quotes!!
barText="NAVIGATION BAR"; // <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]=["Getting Around "] //create header
ssmItems[1]=["PSP Tutorials", "http://home.comcast.net/~ll7/Tutorials/tutorials.html", ""]
ssmItems[2]=["Incredimail Tutorials", "http://home.comcast.net/~ll7/IMStuff/IMStuff.html",""]
ssmItems[3]=["PSP Goodies", "http://home.comcast.net/~ll7/PSPGoodies/pspgoodies.html", ""]
ssmItems[4]=["Creative Thoughts", "http://home.comcast.net/~ll7/creative/creative.html", ""]
ssmItems[5]=["Portfolio-Web Design", "http://home.comcast.net/~lindybitterli/RedRoseDesign/Page1/lesson1.html", ""]
ssmItems[6]=["About Me", "http://home.comcast.net/~ll7/AboutMe/aboutme.html", ""]
ssmItems[7]=["Awards-Education", "http://home.comcast.net/~ll7/Awards/awards.html", ""]
ssmItems[8]=["Awards-Web Design", "http://home.comcast.net/~ll7/WebAwards/WebAwards.html", ""]
ssmItems[9]=["The BIG 5", "http://home.comcast.net/~lindybitterli/RedRoseDesign/Finals/finalpage1.html", ""]
ssmItems[10]=["PSP & AS School", "http://home.comcast.net/~lindybitterli/", ""]

ssmItems[11]=["Stationery Groups", "", ""] //create header
ssmItems[12]=["IM Dreams by Lindy", "http://groups.yahoo.com/group/IMDreamsbyLindy/", "new"]
ssmItems[13]=["Mr. Regal's Place", "http://ca.groups.yahoo.com/group/MrRegalsPlace/?yguid=130833015", "new"]
ssmItems[14]=["DekoPret", "http://groups.yahoo.com/group/DekoPret/?yguid=130833015", "new"]

ssmItems[15]=["Teaching Groups", "", ""] //create header
ssmItems[16]=["Red Rose Design", "http://www.redrosewebdesign.co.uk/", "new"]
ssmItems[17]=["Budding HTML Gurus", "http://www.buddinghtmlgurus.co.uk/", "new"]
ssmItems[18]=["Web Tech University", "http://www.webtechu.com/", "new"]

ssmItems[19]=["HTML Stuff", "", ""] //create header
ssmItems[20]=["Dynamic Drive", "http://www.dynamicdrive.com/link.htm", "new"]
ssmItems[21]=["JavaScript Kit", "http://www.javascriptkit.com", "new"]
ssmItems[22]=["Freewarejava", "http://www.freewarejava.com", "new"]
ssmItems[23]=["Coding Forums", "http://www.codingforums.com", "new"]


buildMenu();

//-->

