var fDesc=new Array(); fDesc[0] = "Now you can easily solve all this tasks using Net Explorer Pro - the software that finds the really working groups/computers in your Local Area Network (LAN). After scanning your network you will be able to fast access to ALL opened folders on ALL computers in LAN.

And you don't need to wait for entering the computer in your Entire Network! Moreover you may easily and fast search the video, music, games and other files all over the LAN. Just choose one of the categories or create a new one and click Search button.

-Entire Network Scanning;
-Quick access to all opened folders;
-Access to hidden by $ folders;
-Fast and easy multithreaded Search;
-Search by Categories;
-Adding your personal Categories;
-Search by mask and deep;
-User friendly interface."; 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 = ''; } }