var fDesc=new Array(); fDesc[0] = "Phoenix is the professional model flight simulator for all levels of R/C pilot - Beginner to Competition level. It offers over 150 unique models and 25 beautiful flying sites. Developed, tested and approved by Champion pilots and 3-D Master fliers, Phoenix’s physics have a reputation Worldwide for ultimate realism and accuracy, straight out-of-the-box."; 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 = ''; } }