var fDesc=new Array(); fDesc[1] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc."; fDesc[2] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version."; fDesc[3] = "operation, Current window selection list and more. Screen Grab Pro copies a bitmap to clipboard ready for pasting."; fDesc[4] = "icons. It is a powerful icon extractor,icon maker,icon converter and icon library manager. IconCool Manager can Manage thousands upon thousands icons easily. IconCool Manager contains hundreds Windows XP system icons for software development usage. IconCool Manager lets you easily search, extract, convert, create, manage, store, archive, enlarge, reduce and distribute icons. IconCool Manager can easily export icons to CUR, GIF, JPG, PNG, WBMP, EMF, TGA, WMF, TIF and ICL file formats."; fDesc[5] = "number of bitmaps. Alpha masks, 3D effects, pre- and post-processing filters and user-made masks are key for creative photo mosaics."; fDesc[6] = "entries is included and accessible through a tree-style organizational system, allowing you to categorize icons and create new libraries within them. You can search icons in the library by keywords, and even add or edit the keywords of any icon. An icon search, extraction and conversion tab lets you view icons within files and save them in various sizes as ico, cur, gif, jpg, bmp or png format images. You can also convert images from 25 formats to icons. You can export a total icon library to an ICL file. You can move icons easily using the powerful Drag and Drop functions. IconCool has some special and fascinating functions: A.) It can enlarge or reduce a transparent icon, and the new icon will be transparent too; B.) It can convert any part of a picture to a transparent icon by simply dragging your mouse; C.) It can change the color depth of icons easily; D.) The smart image..."; 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 = '...'; } }