var fDesc=new Array(); fDesc[0] = "JRollon Planes CRJ-200 is a program that features custom simulated systems to mimic the real world aircraft. It also provides simulated ice, rain and condensation, a fully interactive 3D cockpit, exterior model and cabin interior, custom displays drawn by vectors and with real world simulated pages."; 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 = ''; } }