<!--

/*
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="black";
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="white";
hdrBGColor="#c0c0c0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#95b6dd";
linkTarget="_top";
linkAlign="Left";
barBGColor="#c0c0c0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
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]=["eBook Store", "http://www.ebookstoyou.co.uk/eb1.html", "new"]
ssmItems[2]=["MENTORSHIP", "http://www.ebookstoyou.co.uk/recommends/PlanetSMSDigitalMentorshipMonthly.html","new"]
ssmItems[3]=["eBook Newsletter", "http://www.ebookstoyou.co.uk/newsletter/", "new"]
ssmItems[4]=["Articles", "http://www.ebookstoyou.co.uk/articles", "new"]
ssmItems[5]=["Top Reviews", "http://neilspruce.com/blog/?page_id=8", "new"]
ssmItems[6]=["Check our FEEDBACK!", "http://myworld.ebay.com/sprucie1913", "new"]
ssmItems[7]=["HOME", "http://www.ebookstoyou.co.uk",""]
ssmItems[8]=["FAQ", "http://www.ebookstoyou.co.uk/FAQ.html", "new", 1, "no"] //create two column row
ssmItems[9]=["Contact", "http://www.ebookstoyou.co.uk/support", "new",1]

ssmItems[10]=["Further Links", "", ""] //create header
ssmItems[11]=["Self Improvement", "http://www.neilspruce.com", "new"]
ssmItems[12]=["Graphic/Web Design", "http://www.re-design.info", "new"]
ssmItems[13]=["Ebay Store", "http://stores.ebay.com/A1qualityebooks", "new"]
ssmItems[14]=["Blog", "http://www.neilspruce.com/blog", "new"]
buildMenu();

//-->