<!--

/*
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="#000000";
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="#0099CC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0099CC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Spam FREE Marketing Tools"; // <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]=["Auto Submitter", "http://safelisttoolbox.net/", "_new"]
ssmItems[2]=["<b>Partnership", "http://safelisttoolbox.com/Recommends/Partnership/", "_new"]
ssmItems[3]=["<b>Solo Sender", "http://safelisttoolbox.info/","_new"]
ssmItems[4]=["<b>Club U.S.A</b>.", "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://safelisttoolbox.com/disclaimer/", "", 1, "no"] //create two column row
ssmItems[9]=["Support", "http://safelisttoolbox.com/supportdesk/", "",1]

ssmItems[10]=["External Links", "", ""] //create header
ssmItems[11]=["Guaranteed Visitors", "http://guaranteedvisitors.adsafelist.com/", "_new"]
ssmItems[12]=["<b>Profit Brander</b>", "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]=["<b>Free Software</b>", "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();

//-->