var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "you want the downloads from multiple sites at the same time. It is really easy to use and to this version they added Internet Explorer 8 support."; fDesc[3] = "Opera easily. The program provides one click solutions to cut, copy, move or grab URLs. Just use the import utility of the tool to import all the favorites and bookmarks from all your web browsers and copy or move them as you like."; fDesc[5] = "Video, MySpace, Daily Motion, Yahoo! Video, Metacafe, etc. offer the possibility of playing videos in Flash Video (FLV) format, as well as the corresponding video URLs to save and later use."; fDesc[6] = "pictures, rich text, and URLs. This allows you to paste the items saved into any application. The program works in two modes: History mode has a limit of 200 saved items by category, when the 201th item is stored, the oldest item will be removed. Boilerplate mode is a permanent storage area."; fDesc[7] = "visited sites, typed URLs, AutoComplete, Index.dat files, Recent documents list, Recycle bins etc. It also supports you to configure the provided options."; fDesc[8] = "use. There are many applications like this and most are even inbuilt with Windows. However, this one has some nice features that I would like to share with you. As many others, ZScreen allows you to take screen captures of your whole screen or a region of it."; fDesc[9] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!"; fDesc[10] = "replacer for Internet Explorer Favorites.It will greatly simplifies the collection and management of your web sites!"; fDesc[11] = "your affiliate links and create new neat-looking links. There is no limit on the use of a new shortened URL, it will work forever."; fDesc[12] = "or GIF image format. It is an excellent tool that supports batch converting of web pages. It provides you with a range of features like load URLs from file, load html/mht/text files, load URLs from the Internet Explorer and configure output quality."; fDesc[13] = "files on your computer or from html web pages. This incredible program has the ability to extract Email addresses or URLs as you surf pages using Internet Explorer and you can export results directly to Microsoft Excel."; fDesc[14] = "application has the ability to extract all valid URLs in any HTML file, eliminate all duplicates and generate an output file with the formatted Urls."; fDesc[15] = "if we need to 100 files from website and the URLs are in the order http://www.site.com/ga llery/img000.jpg http://www.site.com/ga llery/img001.jpg ........... can be generated by http://www.site.com/ga llery/img[1].jpg with \"1\" varying."; 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 = '...'; } }