var fDesc=new Array(); fDesc[0] = "MULTIFlight is a platform for practicing the art of model flying. It feels like playing a game, but actually represents a simple method of getting a taste for model flying. The 3D landscape provides the background scenery of a typical model flying site. You can test the models thoroughly in a realistic flying environment."; 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 = ''; } }