var fDesc=new Array(); fDesc[0] = "Scan the internet for computers with shared files! Browse/download files from remote computers all over the world! Can handle any file type: MP3, MPG, AVI, DIVX, JPG, Etc!
Scan through thousands of IP Addresses per hour looking for open shares!
Use the IP Address search engine to find IP Addresses by keyword or region! Browse/download files from remote computers all over the world! Can handle any file type: MP3, MPG, AVI, DIVX, JPG, Etc!
Scan through thousands of IP Addresses per hour looking for open shares!
Use the IP Address search engine to find IP Addresses by keyword or region!"; 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 = ''; } }