<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Puplished For VB By Developer
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#C0C0C0";
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="#C0C0C0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#606060";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // 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]=["MarketRealm Guide"] //create header
ssmItems[1]=["Home...", "http://www.marketrealm.com/private/?"]
ssmItems[2]=["Forum...", "http://www.marketrealm.com/private/forums.php"]
ssmItems[3]=["Arcade...", "http://www.marketrealm.com/private/arcade.php"]
ssmItems[4]=["Dvd Rips...", "http://www.marketrealm.com/private/forumdisplay.php?f=129"]
ssmItems[5]=["Warez...", "http://www.marketrealm.com/private/forumdisplay.php?f=121"]
ssmItems[6]=["New Posts..", "http://www.marketrealm.com/private/search.php?do=getnew"]
ssmItems[7]=["Mark Forums Read", "http://www.marketrealm.com/private/forumdisplay.php?do=markread"]
ssmItems[8]=["User Control Panel...", "http://www.marketrealm.com/private/usercp.php?"]
ssmItems[9]=["Private Messages", "http://www.marketrealm.com/private/private.php?"]
ssmItems[10]=["Site Supporter"] //create header
ssmItems[11]=["ELite Free To Air", "http://www.efta.us/", "_blank"]
ssmItems[12]=["HyperMegaSat","http://www.hypermegasat.com/","_blank"]




buildMenu();

//-->
