var fDesc=new Array(); fDesc[0] = "BestAddress HTML Editor lets you visually design and code your websites using a huge selection of professional tools to maximise your website development capabilities. Unlike many other HTML editors, the BestAddress HTML Editor even includes DigitalAccess FTP, so you can upload your files to the Web without needing to buy additional FTP software."; 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 = ''; } }