var fDesc=new Array(); fDesc[1] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge."; fDesc[2] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc."; fDesc[3] = "Manager, Download Manager, and more. You can search direct by drag text in browser. The other way, you also can add special search button to search bar."; fDesc[4] = "Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms."; fDesc[5] = "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[7] = "pictures, but also for scrapbooking, since you can also add text and even hypertext links. There are two ways of starting a project. You can create a new book, which will give you a sort of 3D representation of a book."; fDesc[8] = "directly onto your desktop. Unlike other newsreaders, MediaTicker gives you a visual perspective on your RSS feeds by displaying content in both text and thumbnail image format. Features include: Watch photo memories and RSS feeds fade in and out or subtly scroll across your screen. Click any thumbnail image or headline to view the full-size picture or website. Send photos via email, set them as your desktop background, print in multiple sizes. Add to your ticker the latest news, sports, headlines, cartoons, photos and more from sites like Flickr, Yahoo and MSNBC using RSS. Save images from RSS feeds to your hard drive by pressing the \"Save\" button in the full-size photo display.* The unique docking “sidebar mode” keeps the photos on your desktop without interfering with other application windows."; fDesc[9] = "You can add text annotation, arrows and other shapes on images to create professional screenshots and save them to various files types."; fDesc[10] = "version of the book (both the text and the reader) that can then be opened on mobile phones and other portable devices as long as they are Java ME-enabled. The supported input formats range from MS Office to OpenOffice files, and include PDF, HTML, and XML."; fDesc[11] = "them on your screen. Each note may be entirely personalized : Image (each note have a text side and an image side) Background and text colour Transparency Character fonts Title bar Scroll bar Position and size Displayed over other windows, or not Possibility to open or save in an external file (.txt)"; fDesc[12] = "enjoys the low price. Timing Features: Delayed capture Timed auto-capture Scheduled auto-capture Recurring capture"; fDesc[13] = "anywhere on the desktop. The text appears in a so-called \"appbar\" which is similar the the Windows Taskbar. All settings are saved between sessions."; fDesc[14] = "scroll bar, you can activate MouseImp and scroll by moving the mouse up or down anywhere in the window."; fDesc[15] = "products. Full 3D supports ensure the fastest scrolling mechanism including all of possible OpenGL features such as the textures of materials."; 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 = '...'; } }