var fDesc=new Array(); fDesc[0] = "Med Media’s EMStat combines the best features of a desktop and a mobile solution into one product. EMStat follows the progressive workflow of an EMS call and helps the user to complete patient care reporting and required data collection in a fraction of the time compared to traditional methods and other stagnant electronic solutions. EMStat works offline or when connected to the internet."; 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 = ''; } }