var fDesc=new Array(); fDesc[0] = "ABCFree Templates and Tools is a comprehensive package of tools, templates and functions for the Clarion software. It helps you enhance and get the best out of Clarion. Many different versions of the 5th, 6th and 7th editions of Clarion are supported."; 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 = ''; } }