var fDesc=new Array(); fDesc[0] = "Fences Pro allows you to keep your desktop organized and clean. Fences Pro includes features as sorting, automatic organization, more visual tweaks, and automatic snapshot taking to ensure nothing ever happens to your desktop's layout.
Fences Pro includes the ability to sort icons within fences, by any of the usual categories such as name, type and date modified. Additional options unique to Fences, it can also sort your icons by the date added to the fence, or the number of times used, keeping your most accessed items in front."; 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 = ''; } }