var fDesc=new Array(); fDesc[0] = "xplorer² ultimate is a desktop file manager combining the efficiency of the legendary norton commander and the ease of use of windows file explorer. You can keep your xplorer² ultimate in a USB stick and save the settings in a portable file, without touching the windows registry. The ultimate version has the edge on xplorer² pro, especially for large scale file operations and it also offers a fast desktop search engine."; 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 = ''; } }