var fDesc=new Array(); fDesc[0] = "Top 10 reasons to use Extensions for Windows

1. Convert documents, capture and email screenshots and animations, analyze your disk space, maintain keyboard shortcuts, manage FTP/SFTP locations, create secure virtual disks, search & replace text in files, resize & convert images, create PDF documents, and more!
2. Save money on various tools that cost between $20-$100 each. Extensions already includes many commercial features, with more yet to come.
3. Save time by not searching for and assembling dozens of utilities when you need something quickly done.
4. Choose only those features that you need, when you need them.
5. Make Windows more powerful and easier to use.
6. Discuss, shape and influence the future of Windows features without waiting and hoping to see them in an official Windows upgrade.
7. Resolve Windows problems and annoyances, such as Windows Explorer forgetting your folder view settings, or Windows forgetting opened folders after rebooting.
8. Find reasons for certain system issues, such as why a file is locked or why your hard-drive is active.
9. Bring back the popular Norton Commander® file manager of the past, with a new modern interface seamlessly integrated into Microsoft Windows®.
10. Recommend Extensions to non-technical friends and family who may have trouble opening or converting some documents, creating PDFs, capturing and emailing screenshots, or resizing images."; 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 = ''; } }