var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!"; fDesc[3] = "Transform your two monitors into one big desktop and tidy all your staff. It’s very easy to use and yet a very complete and tool to help you save money and complex tasks."; fDesc[4] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[5] = "browser, to read documents and emails offline. At the begining Gears only implemented Google Reader, but now Gmail is in progress and it is expected that in the near future it will be extended to other applications such as Google Docs or Google Calendar."; fDesc[6] = "prepossess by its small size, functionality and various features. Besides, there are a lot of instruments in the program, such as good navigation, searching, highlight, bookmarks, personal library, arbitrary drawing, notes, contents, links to the chapters."; fDesc[7] = "and keep your work or actions safe from snoopers with Speeditup. The program is free and very easy to use. With only one click it automatically makes your computer run faster than ever."; fDesc[8] = "format, that you will be able to download and read in your computer, at a fraction of the cost of the paper issues. In order to be able to read any magazine, you should create an account and buy the magazines you want to read at www.zinio.com."; fDesc[9] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi)."; fDesc[10] = ", removable drives (ZIP/JAZZ), flash devices, and RAID arrays. The program measures the physical performance of the devices."; fDesc[11] = "developed for iPhone and iPod Touch, this tool allows you to read most type of documents in your computer, including ePub, TXT, DOC, RTF, HTML, LIT, and LRF. Its conversion capabilities will then allow you to upload them to your iPhone, iPod Touch, or Kindle."; fDesc[12] = "CBR an CBZ files that are available in Internet. This files are scanned comic books, saved in this format that can be read in any OS."; fDesc[13] = "PDF files in full-screen mode, but one of the best features is the ability to make that all your PDF files be read as a normal book, magazine or newspaper."; fDesc[14] = "Internet Explorer sometimes carry out this task inconsistently. Easy Read 1.5 is a very small utility for Internet Explorer for changing size of displayed web pages."; fDesc[15] = "the web: web text extractor, RSS feed reader, raw text reader, and web browser. Also you can record the text you read aloud in a WAV file, when minimized it reads aloud the selecting text from any source and clicking \"Copy\" from the window you are working on."; 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 = '...'; } }