var fDesc=new Array(); fDesc[0] = "FILMQA™ is an elegant, easy-to-use IMRT QA software package. FILMQA™ simplifies and streamlines the entire IMRT QA process by seamlessly interfacing with all major treatment planning systems. Uniquely performs simultaneous automated analysis of multiple beams (individual as well as composite fields). Generates one-click browser-readable customized reports for inclusion in the patient chart."; 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 = ''; } }