var fDesc=new Array(); fDesc[0] = "WBTExpress is a tool to create advanced eLearning courses. Using this tool will allow you to easily and intuitive create courses even without the IT knowledge.

The set of over 120 components and the prepared page-templates allows you to quickly and simply create multimedia on-line courses."; 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 = ''; } }