var fDesc=new Array(); fDesc[0] = "Russian Loto is a great program for the whole family. It's exciting game with easy rules and easy play. It looks like BINGO-game, but Russian Loto has its own special rules. You can also control the speed of the calling and decide whether you want the numbers to be spoken (sound card required). And you can set number of computers (from 1 to 4)."; 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 = ''; } }