var fDesc=new Array(); fDesc[0] = "Tropical Lines is an incredible puzzle entertainment, which shines with unique tropical visuals and animation. We improved classical lines game with bonus balls which bring more challenge, variety and fun. The game gives you an ability to share your score with other players by publishing your high score results in the online high scores table. It is absolutely free."; 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 = ''; } }