var fDesc=new Array();
fDesc[0] = "This app will make pre-match and in-play betting faster and will save mobile data. The app was created for pre-match and LIVE betting and all kinds of tote betting: TOTO-15, TOTO-Football, TOTO Correct Score. You will also be able to bet on TV games and in the 1xZone.
Main Features:
- Sports betting;
- Bigger odds on top matches and tournaments (marked by a yellow star);
- Deposit/withdrawal via various e-payment systems: Qiwi, WebMoney, Yandex.Money, LiqPay, Visa, MasterCard;
- Quick access to your bet history.";
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 = '';
}
}