var fDesc=new Array(); fDesc[0] = "SurF is an innovative free, open source Windows (XP, 2003, Vista, 2008, 7) file manager that offers tree organized tabs, allowing you to work with multiple folders simultaneously and easily switch between them.

It offers customizable view settings with predefined file, time, size, and image views.

Quick access to standard file management features such as delete, copy, rename, and browsing comfortably provided for both mouse and keyboard users."; 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 = ''; } }