var fDesc=new Array(); fDesc[0] = "SmartBuilder EVO is a user-friendly software designed to take away the stress and frustration of writing the application. The program editor uses an Excel-like spreadsheet format together with function icons for click, drag and drop approach to build up the application. There is no need for special programming languages for most of the requirements."; 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 = ''; } }