var fDesc=new Array(); fDesc[0] = "Want to create your own unique model for RealFlight? How about adding that latest aerobat that you've seen at the hobby shop? If the response is a resounding "YES", you'll want to experiment with Knife Edge's custom Content Creation Toolkit, KEmax. KEmax allows you to expand the capabilities of RealFlight with new content and new creations. It also allows you to test your 3D modeling skills."; 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 = ''; } }