var fDesc=new Array(); fDesc[0] = "ExpressAppStudio is the software for all types of records. User can easily create your own record without extensive prior knowledge of IT. In the created application, the user has the ability to insert, update, delete records, also has the ability to print all data from the records, and data backup with a single click."; 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 = ''; } }