var fDesc=new Array(); fDesc[0] = "Turkish Virtual FDR is a free program that enables you to record flight data. The program can only be used with FS9 (FS2004) and FSX simulators. It can check many flight parameters and make transactions accordingly. It also follows the data from the beginning till the moment the flight plan is sent along with the scoring of the flight."; 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 = ''; } }