var fDesc=new Array(); fDesc[0] = "A program for getting the most out of eMail. With it, you can send pictures, drawings and tables with simple plain text. It is also the worlds premier ASCII art creator. It enables instant conversion of pictures and tables to text and includes clip art, with pointers on where to find more. One click puts your design in a new message in any MAPI-compliant eMail client. It opens and saves regular text files. Full help files are included, as well as context-sensitive ActiveHelp."; 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 = ''; } }