var fDesc=new Array(); fDesc[0] = "It is a powerful Windows Explorer replacement designed to replace the rather restricted features of the standard Windows Explorer file management program. It is fully featured and offers many advantages to Windows Explorer.

With Universal Explorer, you can manage your files (move/copy/paste/delete) quickly and effectively. Plus, you can also VIEW and EDIT almost any file directly in UE without launching the files native application!"; 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 = ''; } }