var fDesc=new Array(); fDesc[0] = "Currently there are not enough effective tools to test or to examine Base24 applications. Sim consists mainly of two modules, the Simulator and the Audit Explorer. Sim is a great tool to test the Base24 application. With its GUI interface the user can see exactly what is being sent and received using the simulator application."; 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 = ''; } }