var fDesc=new Array(); fDesc[0] = "SIMS is a platform with a host of options to handle everything from remote access, report generation, paperless storage and more which will exceed your expectations.

SIMS I introduction in the mid-1980's launched the beginning of affordable central station automation software. Still in use by hundreds of central stations around the world, it is a rock solid program with a proven track record. Lightning fast throughput, ease of use and sophisticated capabilities for it's time are just a few of the reasons for it's continued success. These advantages provide central stations with a viable alternative at an affordable price."; 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 = ''; } }