<!--

/*
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=40; // 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="#170688";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#445544";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="TOTALLY JUNKED OUT"; // <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]=["FOR FANS ONLY!!"] //create header
ssmItems[1]=["a blog", "http://familycontactpresents.blogspot.com/", ""]
ssmItems[2]=["What's facebook", "http://www.facebook.com/home.php#!/pages/Living-With-Friends/102703673129807",""]
ssmItems[3]=["What's Hot", "http://twitter.com/livingwfriends", ""]
ssmItems[4]=["Message Forum", "http://twitter.com/familycontact", ""]
ssmItems[5]=["Submit tumblr", "http://livingwithfriends.tumblr.com/", ""]
ssmItems[6]=["Link to Us", "http://www.myspace.com/familycontactpresents", ""]

ssmItems[7]=["FAQ/SUBS", "http://www.youtube.com/user/FamilyContact", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "http://familycontact.ca/fc_contactus.php", "",1]

ssmItems[9]=["External Links", "http://vampirefreaks.com/profile.php?user=necro_coffin_cock69", ""] //create header
ssmItems[10]=["JavaScript Kit", "http://www.youtube.com/view_play_list?p=374A69B01431B2DE", ""]
ssmItems[11]=["Freewarejava", "http://www.deathsperate.net", ""]
ssmItems[12]=["Coding Forums", "http://www.efehan.ca", ""]

buildMenu();

//-->
