var fDesc=new Array(); fDesc[0] = "HIPAA Training Program is a cost effective alternative to train your employees concerning the Privacy and or Security Rule requirements under HIPAA. This inexpensive program lets you create your own training program by entering only data and review questions that only applies to your organization. No need to have your employees spend extra hours reviewing data that does not apply. Just enter data you want them to review, develop questions to test their knowledge, then have them print out training acknowledgment forms to go in there personnel records, its that easy."; 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 = ''; } }