var fDesc=new Array(); fDesc[0] = "TSW WebCoder 2013 is a modern, flexible and extremely customizable web editor. It comes with more than 10 different visual themes, from the Windows Classic and XP look and right up to the modern, Windows 8 Metro look. You can edit and view multiple files at the same time, by creating multiple tab rows and/or columns, giving you side-by-side editing capabilities."; 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 = ''; } }