<!--

/*
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="#0000CC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MINI SITE CREATOR"; // <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://safelisttoolbox.net/", "_new"]
ssmItems[2]=["Mini Site Creation #1", "http://thetoolman.net/video-training/sitecreation/minisite1.html", "_new"]
ssmItems[3]=["Mini Site Lesson #2", "http://thetoolman.net/video-training/sitecreation/minisite2.html","_new"]
ssmItems[4]=["Mini Site Creation #3", "http://thetoolman.net/video-training/sitecreation/minisite3.html", "_new"]
ssmItems[5]=["Mini Site Lesson #4", "http://thetoolman.net/video-training/sitecreation/minisite4.html", "_new"]
ssmItems[6]=["Mini Site Creation #5", "http://thetoolman.net/video-training/sitecreation/minisite5.html", "_new"]
ssmItems[7]=["Mini Site Lesson #6", "http://thetoolman.net/video-training/sitecreation/minisite6.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]=["Mini Site Creation #7", "http://thetoolman.net/video-training/sitecreation/minisite7.html", "_new"]
ssmItems[12]=["Mini Site Lesson #8", "http://thetoolman.net/video-training/sitecreation/minisite8.html", "_new"]
ssmItems[13]=["Mini Site Creation #9", "http://thetoolman.net/video-training/sitecreation/minisite9.html", "_new"]
ssmItems[14]=["Mini Site Lesson #10", "http://thetoolman.net/video-training/sitecreation/minisite11.html", "_new"]
ssmItems[15]=["Mini Site #11", "http://thetoolman.net/video-training/sitecreation/minisite12.html", "_new"]
ssmItems[16]=["Mini Site #12", "http://thetoolman.net/video-training/sitecreation/minisite13.html", "_new"]
ssmItems[17]=["Mini Site #13", "http://thetoolman.net/video-training/sitecreation/minisite14.html", "_new"]
ssmItems[18]=["SEO Lesson", "http://thetoolman.net/video-training/", "_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();

//-->