var fDesc=new Array(); fDesc[0] = "URL Snooper is a program designed to help users locate the URLs of audio and video files so that they can be recorded. Many links to streaming audio and video that you come across on the web are hidden behind javascript or activex scripts. The program allows you to find the URLs for all streams by watching network traffic and identifying potential URLs, especially streaming media URLs."; 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 = ''; } }