var fDesc=new Array(); fDesc[1] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations."; fDesc[2] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information."; fDesc[3] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom."; fDesc[4] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware."; fDesc[5] = "Wheter if it's a fill-in form or not, you will be able to entering data in the form in contrast with the Adobe Reader. To get this feature in Adobe Software you're gonna have to spend around 500 bucks! Here, less than 20."; fDesc[6] = "search everything in the directly from the toolbar including images,videos, blog&feeds, maps&directions, stock, among many other things. You can also check your email from there and highlight the terms of your search to find them more easily and fast"; fDesc[7] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2."; fDesc[8] = "can be an excellent good replacement for Notepad and it also offers many powerful features for programming languages such as HTML, C/C++, Perl and Java."; fDesc[9] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[10] = "quickly locate the program you wish to remove. Next, highlight the program title and select \"Uninstall\". It runs the uninstall utility and ensures that the program is removed from the list. In this manner all users can easily and completely get rid of all unnecessary programs."; fDesc[11] = "these days most applications for IRC are mIRC add-ons. This is not the case with HydraIRC, which apparently built its application from the ground up. The IRC client has a lot of features that make of this a great contender."; fDesc[12] = "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[13] = "and type directly on your computer screen. The drawing tool cursors are: pen, rectangle, ellipse, text, notation, cut, erase all, change line thickness, and color. Also you can hide desktop icons, hide transparency, and take snapshots."; fDesc[14] = "Unlimited undo/redo Full screen mode Highlight playable cards. Highlight cards of any rank. Single or double click auto-move Sticky click option. Autoplay to foundations. Autoflip face down cards. Peek at hidden cards."; fDesc[15] = "Source CSS, HTML, XML highlight code editor; Clean up HTML document via CSS;"; 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 = '...'; } }