var fDesc=new Array(); fDesc[0] = "Engine Company Fireground Operations Study Helper helps you to study firefighting. It is a very good tool to help you prepare for the certification and promotional exams like NFPA. Version 3.0 has an improved interface. There is a small animated agent that can read the questions out loud to you. It is like the MS Agent seen in older versions of MS Office."; 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 = ''; } }