var fDesc=new Array(); fDesc[0] = "Fire Office Handbook Of Tactics Study Helper Code is a helpful tool that provides a number of useful questions and answers concerning fire related tactics. The basic strategies of modern day firefighting have not changed. They encompass the basics of protecting life, confining the fire, and extinguishing it. This software helps you explore all these tactics."; 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 = ''; } }