var fDesc=new Array(); fDesc[0] = "LoadScout is a smart program designed to help you browse the web and FTP sites. It allows you to get information from any remote media or archive file without downloading it. The basic idea is to download only a small part of the file and extract the required data. The program works under MS Windows 9x/NT/2000/Me/XP and integrates with Internet Explorer to help you get the information and preview files on the fly right from the browser window."; 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 = ''; } }