var fDesc=new Array();
fDesc[0] = "OddzBreaker Launcher is an optimized interface replacement for the leading Betting Exchange, Betfair.Increase your profit and improve your performance by placing bets or trading without any additional loading time.
One click fast lightning betting and 'green up', side balance profits, ladders system always visible on the screen, and multiple selections (so called dutch betting and fixed odd placing).";
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 = '';
}
}