var fDesc=new Array(); fDesc[0] = "FS Instant Approach is an add-on for Microsoft FSX and FS2004 that allows you to setup an approach at any airport. You can travel the world in seconds as you let the program select random airports for you to approach and save maps of all your flights and view them against maps or satellite terrain on Google Maps."; 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 = ''; } }