<!--

/*
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=2; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=150; 
menuBGColor="black";
menuIsStatic="yes"; 
menuWidth=80; 
menuCols=2;
hdrFontFamily="Times New Roman";
hdrFontSize="3";
hdrFontColor="#0000FF";
hdrBGColor="#000000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="28";
linkFontFamily="Times New Roman";
linkFontSize="2";
linkBGColor="black";
linkOverBGColor="#78CDFD";
linkTarget="_main";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Times New Roman";
barFontSize="2";
barFontColor="#0000FF";
barVAlign="left";
barWidth=10; // 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]=["Hosted"]
ssmItems[1]=["Fear Heiple", "http://www.deadflesh.org/fear","_new"]
ssmItems[2]=["Cenobite"]
ssmItems[3]=["Bio", "http://www.deadflesh.org/fem/Sins3.html", "main"]
ssmItems[4]=["Vanity", "http://www.deadflesh.org/fem/Sins4.html", "main"]
ssmItems[5]=["Awards", "http://www.deadflesh.org/fem/Sins9.html", "main"]
ssmItems[6]=["Journal", "http://www.livejournal.com/users/cenopussy", "_new"] 
ssmItems[7]=["Links"] 
ssmItems[8]=["Society", "http://www.deadflesh.org/friends.html", "main"]
ssmItems[9]=["Vomit", "http://www.deadflesh.org/fem/vomit.html", "main"]
ssmItems[10]=["Horror", "http://www.deadflesh.org/fem/horror.html", "main"]
ssmItems[11]=["Bettie", "http://www.deadflesh.org/fem/Bettie.html", "main"]
ssmItems[12]=["Clive"]
ssmItems[13]=["Collection", "http://www.deadflesh.org/fem/Sins6.html", "main"]
ssmItems[14]=["Guests"]
ssmItems[15]=["Sign", "http://neptune.guestworld.com/wgb/wgbsign.dbm?owner=TheLamentDiary", "main"]
ssmItems[16]=["View", "http://neptune.guestworld.com/wgb/wgbview.dbm?owner=TheLamentDiary", "main"]
buildMenu();

//-->