var fDesc=new Array(); fDesc[0] = "Hellcore Mailer is a polish e-mail and usenet client designed with ease of use, high performance, low resource usage, and complete yet not exhaustive functionality on mind. Application was written for both computer newbies and geeks - because of intuitive user interface and comprehensive on-screen help, everyone with a minimal Windows experience may be able to appreciate the power of application from first moments of using."; 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 = ''; } }