var fDesc=new Array(); fDesc[0] = "1View is a web-based application which allows you to view all manufacturer-authorized flight and maintenance information for all Textron Aviation brands: Beechcraft, Cessna, and Hawker. You can add notes to text or drawing as a comment or explanation, install libraries for viewing in the offline application, get descriptive information about an item when you hoover the cursor over it, and more."; 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 = ''; } }