var fDesc=new Array(); fDesc[0] = "aerofly is a simulation game that lets you fly radio controlled (R/C) models. This application comes with highly detailed aircraft with state of the art physics simulation. You get to choose from over 30 models and 5 sceneries; you can also set wind and time of day for challenging training conditions."; 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 = ''; } }