var fDesc=new Array(); fDesc[0] = "UUDWin is a hassle free Windows 16/32/64bit compatible program designed to make it easy to quickly extract binary files encoded in a variety of formats commonly used to send data through Email and the Internet. UUDWin supports UUENCODE, XXENCODE, BINHEX4, MIME BASE64, MIME Quoted-Printable, MIME Text/Plain and the new yEncode encoding formats. It's the easiest to use, most forgiving message decoder available for the Windows platform! No sorting, formatting or other processing of messages is required. UUDWin does it all for you. It supports drag & drop and the clipboard. Best of all it's available FREE!"; 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 = ''; } }