var fDesc=new Array(); fDesc[0] = "The KnowledgePulse® makes repeating and retaining learning content easy and effective. Find out how to increase your training success and how you can prepare your clients for tests and certification exams more effectively! The KnowledgePulse® supports the effective and simple repetition and consolidation of your examination contents. It is a good tool to prepare for examination and certifications, and it's as easy as effective."; 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 = ''; } }