var fDesc=new Array(); fDesc[0] = "MP3Finder finds all MP3s in your LAN If your PC is in the LAN containing 10 computers - MP3Finder can be useful to you, if your LAN contains about 50 PCs - you may need MP3Finder, if more - MP3Finder is absolutely necessary to you. The first thing that you possibly will want to find is MP3-files in your LAN, second one - video-files, third one - some installations (to avoid downloading ones that already have been downloaded). MP3finder is a handy tool to scan your LAN for files. Main Features: Fast - MP3Finder uses multithreaded search engine; Configurations - for most frequent searches; Flexible search - limiting PCs, Shares, Files by supplying include/exclude masks; Save/Load to/from XML; Export to XML/HTML/Text; Flexible display of search results; Playback of MP3-files (Winamp, Sonique, RealPlayer, MediaPlayer); Find text in search results; Hidden shares - on NT/2000/XP MP3Finder can search hidden shares; Search statistics."; 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 = ''; } }