var fDesc=new Array(); fDesc[0] = "Tired of searching for photos or just finding time to sort the good from the best? Corel QuickSort helps you rapidly sort your photos on your Mac® or PC, and makes sharing to Facebook® just as quick and easy.
Main Features:

- Customizable keyboard shortcuts let you work the way you want
- Detailed instructions show you how to use QuickSort
- Automatic updates make sure you always have the latest tools at your fingertips
- Tracks your total photos to be sorted and what you’ve already organized

System Requirements: Windows® 7, Windows Vista®, Windows® XP or Mac OS® X"; 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 = ''; } }