var fDesc=new Array(); fDesc[0] = "Lemonade Tycoon 2 is an excellent business simulation game, in which you have to create a lemonade empire in New York. The game features cool graphics with a nice music, and includes plenty of options and upgrades to spread your lemonade business all over New York or even have a monopoly of this branch in the city."; 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 = ''; } }