var fDesc=new Array(); fDesc[0] = "The purpose of the EClass toolkit is to enable content authors to spend more time on content development, and less time on managing the technical aspects of creating electronic multimedia documentation.

EClass.Builder is a great and easy-to-use tool that allows you to edit your content right from within EClass.Builder itself, offers HTML “Clean Up” functionality needed by some export modes, and adds ePub export so that now most eBook readers can view EClasses."; 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 = ''; } }