var fDesc=new Array(); fDesc[0] = "Signal 18 - EMT Study Helper Code III is a comprehensive study tool for EMTs.
This software brings you 2106 questions spanning 43 chapters based on Brady’s Emergency Care. You can load all unanswered questions, questions from elephant memory and questions based on scenarios. If a question requires an explanation or more information a “T” button will appear on screen just about the navigation area of the window."; 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 = ''; } }