var fDesc=new Array(); fDesc[0] = "Lotto is a very popular gambling game. Its popularity stems from the chance it gives for a man to change its life completely without risking much. All the man needs is to predict the numbers that will be drawn in the next round.

Have you ever find yourself looking at previous draws and trying to figure out any logic in drawn numbers sequence to help you predict the numbers that might be drawn this week? If you think that there is any logic, then you should try Lotto Combinations, it will do the work for you."; 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 = ''; } }