var fDesc=new Array(); fDesc[1] = "together. The program features user-controlled points of connection, color shadows, graphics import and export, curves."; fDesc[2] = "beginner to advanced, can extend your fun and improve your skills!"; fDesc[3] = "quickly. Features include file mover, command line support, search music album online and right-click Windows shell extension."; fDesc[4] = "4 conversion modes: Whole Title/Chapter, Chapter Splitting, Chapter Merging and Time Range. 30-day money-back guarantee!"; fDesc[5] = "scrolling Internet pages. Not just a capture utility, CaptureEze Pro is also a powerful image acquisition tool with support for high-resolution digital cameras and scanners. Loaded with automatic options for versatile automation of the print process. Automatic start options allow predefined settings, screen to printer color reassignment, time-stamps, user defined text, delayed captures, and programmable 1 key operation. And, CaptureEze Pro even allows automatic incrementing of filename saves, overwrite filename, or direct copy to the clipboard. Includes superior image editing and enhancement tools only otherwise available in high priced, professional software. With two view modes you can create and preview effects from 6.25% to 1600%, and CaptureEze Pro's WYSIWYG print editor lets you see exactly how the final print will look. Included are image masks and cool edge effects, as well as..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }