<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=155; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=30 // 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="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="";
linkFontSize="";
linkBGColor="936ee8";
linkOverBGColor="936ee8";
linkTarget="";
linkAlign="";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["MEDIA"] //create header
ssmItems[1]=["Articles", "http://www.heatherdeenlocklear.net/articles.html", ""]
ssmItems[2]=["Audio", "http://www.heatherdeenlocklear.net/audio.html",""]
ssmItems[3]=["Clippings", "http://www.heatherdeenlocklear.net/magazineclippings.html", ""]
ssmItems[4]=["Magazines", "http://www.heatherdeenlocklear.net/magazines.html", ""]
ssmItems[5]=["Pictures", "http://www.heatherdeenlocklear.net/pictures.html", ""]
ssmItems[6]=["Video", "http://www.heatherdeenlocklear.net/video.html", ""]
ssmItems[7]=["NEWS", "", ""] //create header
ssmItems[8]=["Latest News", "http://www.heatherdeenlocklear.net/latest.html", ""]
ssmItems[9]=["Site Updates", "http://www.heatherdeenlocklear.net/wnew.html", ""]
ssmItems[10]=["FUN", "", ""] //create header
ssmItems[11]=["Forum", "http://www.heatherdeenlocklear.net/forum/login.php", ""]
ssmItems[12]=["Games", "http://www.heatherdeenlocklear.net/interactive.html", ""]
ssmItems[13]=["Quotes", "http://www.heatherdeenlocklear.net/quotes.html", ""]
ssmItems[14]=["MISCELLANEOUS", "", ""] //create header

ssmItems[15]=["Contact Us", "http://www.heatherdeenlocklear.net/contact.html", ""]
ssmItems[16]=["Contributions", "http://www.heatherdeenlocklear.net/contribution.html", ""]
ssmItems[17]=["Links", "http://www.heatherdeenlocklear.net/links.html", ""]
buildMenu();

//-->