var fDesc=new Array(); fDesc[0] = "The TEIMSI Script Language Compiler let you create applications or dynamic link libraries for Windows(R) Operating Systems. Learn about professional programming and have a better understanding of the computers language with the TEIMSI compiler, it contains sample projects and a complete documentation to create computer applications and tools. It's also available in Spanish language."; 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 = ''; } }