var fDesc=new Array();
fDesc[0] = "reduced systems for soccer betting games for lotofoot, lotosportif, totto, totobola, quiniela , 1x2 games (soccer betting games on 10,11,12, 13, 14 , 15 soccer matchs). It can print direcly on the many tickets ( lotofoot , quiniela , totocalcio , loteca , progol , 13er-wette , 11er-wette .. and others) .
Permits to download the name of the teams of several games ( lotofoot7&15 France, Totobola Portugal , Totocalcio Italy, Quiniela Spain , Toto 13er Germany , Toto 10 and Toto 13 Croatia ., Brasil loteca , Mexico Progol., Morroco Totofoot.
ENGLISH , FRENCH PORTUGUESE ITALIAN CROATIAN SPANISH , DANISH , GERMAN";
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 = '';
}
}