<!--

/*
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=0 // no quotes!!
waitTime=200; // 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 even when they scroll down the page
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2; // the sidebar is place on this column

hdrFontFamily="verdana";
hdrFontSize="2"; // the header font size
hdrFontColor="#cc0000"; // the header font color
hdrBGColor="#000000"; // the header color
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";

linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#ffffff"; // the menu background color
linkOverBGColor="#cc0000"; // the rollover highlight color
linkTarget="_top";
linkAlign="Left";

barBGColor="#000000"; // the sidebar color
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#cc0000"; // the sidebar font color
barVAlign="center";
barWidth=22; // no quotes!!
barText="<IMG src=./menus/zap.gif>"; // <IMG> tag supported (without the quotes in it). Put exact html for an image to show.  
											     // Or just type the text you want displayed between the quotes if you want text instead of an image.


///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
// every other link needs to have the "no" taken out so it will wrap around to the next line in the menu if you have 2 columns
// the "no" means don't wrap to the next line yet
// if you add or remove any lines, you MUST renumber the entire menu to match the number sequence



ssmItems[0]=["Personal"] // header

ssmItems[1]=["FreelanceAdmin.net", "http://www.freelanceadmin.net", "", 1, "no"]
ssmItems[2]=["Chord Generator", "javascript:void window.open('./chords.html','newWindow','width=420,height=325')", "", 1]
ssmItems[3]=["KrisSpringer.net", "http://www.krisspringer.net", "",1, "no"]
ssmItems[4]=["Salvation", "./salvation.html", "",1]



ssmItems[5]=["Music"] // header

ssmItems[6]=["Metallica", "http://kris.usurf.com/kris/mp3/Metallica/", "", 1, "no"]
ssmItems[7]=["Country", "http://kris.usurf.com/kris/mp3/Country/", "", 1]
ssmItems[8]=["Rock", "http://kris.usurf.com/kris/mp3/Rock/", "",1, "no"]
ssmItems[9]=["Pop", "http://kris.usurf.com/kris/mp3/Pop/", "", 1]
ssmItems[10]=["Christian", "http://kris.usurf.com/kris/mp3/Christian/", "", 1, "no"]
ssmItems[11]=["Christmas", "http://kris.usurf.com/kris/mp3/Christmas/", "",1]
ssmItems[12]=["Sermons", "http://kris.usurf.com/kris/mp3/Sermons/", "", 1, "no"]
ssmItems[13]=["Bible", "http://kris.usurf.com/kris/mp3/Bible/", "", 1]
ssmItems[14]=["Other", "http://kris.usurf.com/kris/mp3/Other/", "",1, "no"]
ssmItems[15]=["", ".", "",1]


ssmItems[16]=["Files"] // header

ssmItems[17]=["Pictures", "http://kris.usurf.com/kris/files/Pictures/", "", 1, "no"]
ssmItems[18]=["F X", "http://kris.usurf.com/kris/files/F%20X/", "", 1]
ssmItems[19]=["Documents", "http://kris.usurf.com/kris/files/Documents/", "",1, "no"]
ssmItems[20]=["Favorites", "http://kris.usurf.com/kris/files/My%20Favorites/", "", 1]
ssmItems[21]=["Website Backups", "http://kris.usurf.com/kris/files/Website%20Backups/", "", 1, "no"] 
ssmItems[22]=["", ".", "",1]


ssmItems[23]=["Programs"] // header

ssmItems[24]=["Windows", "http://kris.usurf.com/kris/programs/Windows/", "", 1, "no"]
ssmItems[25]=["Linux", "http://kris.usurf.com/kris/programs/Linux/", "", 1]


buildMenu();

//-->
