var fDesc=new Array(); fDesc[0] = "Test and fly your favorite planes for up to 7 days for FREE. Download exciting planes like these: Harrier, KC135-R, Cessna 310, F-16, Chipmunk, Piper Cub and many more. You can download the Collection product from our site. In just a few short minutes, you'll be using these new add-ons on your own computer system."; 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 = ''; } }