var fDesc=new Array();
fDesc[0] = "Lazy Trader - SUPER bot for auro trading on betfair horse racing.
A large number of parameters and settings allows you to realize more than 10,000 trading algorithm.
Main Features:
- Select any markets in many parameters
- Exhibit rates of any offset (steps Trade)
- Close to the Greening up (Adjustment of profit and loss accounts)
- Implement Martingale strategies
- To trade on multiple markets simultaneously
- Exhibit rates and closing amount is less than $ 4 (although we strongly recommend not to do the initial rate is less than $ 4 because of violation of the rules and the ability to block the exchange account)";
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 = '';
}
}