var fDesc=new Array();
fDesc[0] = "At Live To Win, you get the inside track on the latest online sports betting opportunities, casino games, and poker. If you see an offer that appeals to you, simply click on it and you will be directed to the company featuring the promotion.
To help you build that bankroll, the site features the best gaming sites and promotions around. No need to open a browser or go to the site, just hover over the LiveToWin icon in your desktop system tray to see what's hot and increase your odds of winning.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}