var fDesc=new Array(); fDesc[0] = "Super Explorer is an application that is developed to offer an alternative to the standard Windows Explorer. It is a great file manager with an easy-to-use interface and wide functionality. Besides functions that are typical for such type of software it includes a lot of very useful features that will make your work much more effective and convenient. This application allows you to print files right from the preview window, encrypt and decrypt files, view graphic thumbnails and others. It has a command line, so you can easily run any Windows or DOS command. Using Super Explorer you can totally remove any data from your drive without any chance for recovery. But use this function very wisely if you don’t want to lose important data. You can instantly use Windows standard tools, like calculator, clipboard viewer and others right from this application. The program includes a great detailed help file that contains information about all its features. It doesn’t need a lot of system resources for stable work, so it won’t slow your computer's performance down."; 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 = ''; } }