var fDesc=new Array(); fDesc[0] = "Island Flight Simulator enables you to fly the friendly skies and prove yourself as a freight pilot on twelve exotic islands. On each of those twelve islands new missions will be waiting for you. Up and coming freight pilots such as yourself can choose from many different jobs including both lucrative and risky missions. Each island comes with its own airstrip for players to start from and land on."; 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 = ''; } }