<!--

/*
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="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
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]=["Home", "http://thetoolman.net/", "_new"]
ssmItems[2]=["JV Giveaways", "http://thetoolman.net/free-giveaways.html", "_new"]
ssmItems[3]=["Solo Sender", "http://safelisttoolbox.info/","_new"]
ssmItems[4]=["Club U.S.A.", "http://clubusa.safelisttoolbox.info/", "_new"]
ssmItems[5]=["Forum Submitter", "http://safelisttoolbox.com/forumsubmitter/", "_new"]
ssmItems[6]=["Web2Submitter", "http://thetoolman.net/Likes/FastSubmitter/", "_new"]
ssmItems[7]=["Instant Submitter Biz", "http://thetoolman.net/submitterpac/oto.html", "_new"]

ssmItems[8]=["Disclaimer", "http://thetoolman.net/disclaimer/", "_new", 1, "no"] //create two column row
ssmItems[9]=["Support", "http://thetoolman.net/supportdesk/", "",1]

ssmItems[10]=["External Links", "", ""] //create header
ssmItems[11]=["Guaranteed Visitors", "http://guaranteedvisitors.adsafelist.com/", "_new"]
ssmItems[12]=["Profit Brander", "http://thetoolman.net/software/store/instantprofitbrander/", "_new"]
ssmItems[13]=["Software Store", "http://thetoolman.net/software/store/", "_new"]
ssmItems[14]=["FireBall Adsense Club", "http://thetoolman.net/Recommends/GoogleClub/", "_new"]
ssmItems[15]=["Article Site Builder", "http://thetoolman.net/softwareclub/articlesite/", "_new"]
ssmItems[16]=["Blog Theme Gen.", "http://thetoolman.net/softwareclub/blogcreator/cb/", "_new"]
ssmItems[17]=["Image Creator", "http://thetoolman.net/softwareclub/imagecreator/cb/", "_new"]
ssmItems[18]=["Triple Your List Free", "http://thetoolman.net/Likes/TripleYourList/", "_new"]
ssmItems[19]=["Free Marketing Tips", "http://topofinternetbiz.com/", "_new"]
ssmItems[20]=["Free Software", "http://thetoolman.net/softwareclub/", "_new"]
ssmItems[21]=["FREE Money", "http://thetoolman.net/freemoney/", "_new"]
ssmItems[22]=["List Building Video", "http://thetoolman.net/video-training/listbuilding/", "_new"]

buildMenu();

//-->