Alertus will be an exhibitor at the 56th Annual International Association for Healthcare Security & Safety Conference! Visit our booth between April 29 - May 1 to discuss how Alertus can enhance your facility’s emergency communication.
/* Script to enforce expanding text sections. MUST be loaded after jquery (see above) */
$(document).ready(function(){
$('.markdown-block .sqs-block-content h2').css('cursor','pointer');
$(".markdown-block .sqs-block-content h2").nextUntil("h2").slideToggle();
$(".markdown-block .sqs-block-content h2").click(function() {$(this).nextUntil("h2").slideToggle();});
});