var fDesc=new Array(); fDesc[0] = "iSpring Ultra is an innovative product to create e-learning Flash content from your PowerPoint which can be published to any Learning Management System (LMS) conforming to SCORM 1.2 or SCORM 2004 standards. iSpring Ultra also provides ActionScript API for seamless integration of PowerPoint content into Flash or HTML based systems with total presentation playback control."; 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 = ''; } }