var fDesc=new Array(); fDesc[0] = "Q-Pulse is a quality management, compliance safety, and operational risk management software solution for thousands of organizations across the world.

The popular electronic quality management software, Q-Pulse eliminates bureaucracy and automates and streamlines your business processes for standards and regulatory compliance, safety management, and risk management.

For over two decades Q-Pulse has helped organizations and industries become more mature and accountable. Today it helps manufacturers, airlines, and healthcare organizations to comply with standards and regulations, control safety and risk and achieve unprecedented levels of quality and efficiency."; 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 = ''; } }