<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="000E0";
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="#FFFFFF";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="F0F0F0";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#000000";
barVAlign="center";
barWidth=15; // 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]=["PC Repair", "http://morsepcsupport.com/repair.html", ""]
ssmItems[2]=["Recover Data", "http://morsepcsupport.com/recovery.html",""]
ssmItems[3]=["System Upgrade", "http://morsepcsupport.com/upgrade.html", ""]
ssmItems[4]=["System Tune Up", "http://morsepcsupport.com/tune.html", ""]
ssmItems[5]=["System Performance", "http://morsepcsupport.com/speed.html", ""]
ssmItems[6]=["Backup", "http://morsepcsupport.com/backup.html", ""]
ssmItems[7]=["Security Issues", "http://morsepcsupport.com/security.html", ""]
ssmItems[8]=["Web Design", "http://morsepcsupport.com/web.html", ""]
ssmItems[9]=["Hardware", "http://morsepcsupport.com/hardware.html", ""]
ssmItems[10]=["Software", "http://morsepcsupport.com/software.html", "_new"]
ssmItems[11]=["Ask A Question", "http://morsepcsupport.com/question.php", ""]
ssmItems[12]=["Contact Us", "http://morsepcsupport.com/contact.html", ""]
ssmItems[13]=["Home", "http://morsepcsupport.com", ""]
ssmItems[14]=["", "", ""]
ssmItems[15]=["", "", ""]

buildMenu();

//-->