var fDesc=new Array(); fDesc[0] = "Forté Agent is a program that can download contents from Usenet. Agent enables you to download and preview a small sample of a RAR archive to ensure you are downloading the content you expect. After previewing the video, you can download the remaining files with a single click. Agent samples each media file to determine if a password is necessary to extract the content. If a media file requires a password then Agent prompts you to decide how to proceed."; 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 = ''; } }