var fDesc=new Array(); fDesc[0] = "Jasperactive is an interactive application that provides users with the ability to self assess their knowledge regarding the products from the Microsoft Office bundle. Besides the learning phase, you can also take a number of tests based on the previous practice. The Benchmark module asks you questions in order to create a pre-defined database with already known answers to various questions from tests."; 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 = ''; } }