<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=110; // 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="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="1.2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="1.4";
barFontColor="white";
barVAlign="center";
barWidth=10; // no quotes!!
barText="SUPPORTED SITES"; // <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]=["Supported Sites"]
ssmItems[1]=["Share-Online Support","http://www.the-lounge.org/viewforum.php?f=422",""]
ssmItems[2]=["Remixshare Support","http://www.the-lounge.org/viewforum.php?f=454",""]
ssmItems[3]=["Linksave Support","http://www.the-lounge.org/viewforum.php?f=364",""]
ssmItems[4]=["Linkcrypt Support","http://www.the-lounge.org/viewforum.php?f=441",""]
ssmItems[5]=["Sealed Support","http://www.the-lounge.org/viewforum.php?f=449",""]
ssmItems[6]=["Knoffl Support","http://www.the-lounge.org/viewforum.php?f=461",""]
ssmItems[7]=["1st-linkz Support","http://www.the-lounge.org/viewforum.php?f=467",""]
ssmItems[8]=["Alpha-link Support","http://www.the-lounge.org/viewforum.php?f=473",""]
ssmItems[9]=["MyGeek Support","http://www.the-lounge.org/viewforum.php?f=492",""]
ssmItems[10]=["wCrypt Support","http://www.the-lounge.org/viewforum.php?f=508",""]
ssmItems[11]=["Spreadlink Support","http://www.the-lounge.org/viewforum.php?f=514",""]
ssmItems[12]=["Cryptr Support","http://www.the-lounge.org/viewforum.php?f=518",""]
ssmItems[13]=["CryptUp Support","http://www.the-lounge.org/viewforum.php?f=326",""]
ssmItems[14]=["IntelligeN Support","http://www.the-lounge.org/viewforum.php?f=504",""]
ssmItems[15]=["RSD/MSD Support","http://www.the-lounge.org/viewforum.php?f=341",""]

 
buildMenu();

//-->