var fDesc=new Array(); fDesc[0] = "Brightworks HTML Editor is an easy to use HTML editing tool that will help you create Template for your HTML's and set it as your default template.
You can change the font if the text is too small or big and you can also choose to open or start new HTML'S.
Brightworks HTML Editor is a freeware."; 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 = ''; } }