var fDesc=new Array(); fDesc[0] = "The FlashCheck is a free add-on program for FlashGet. It allows you to easily send URLs to be downloaded with FlashGet on your computer from any other computer by just sending an email. You can browse and find files to download on the home computer, and when you find something you want, send a simple mail message so the work computer will download the file. When you next go to the work computer, you can easily bring the completed file home on a ZIP disk!"; 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 = ''; } }