var fDesc=new Array(); fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox."; fDesc[2] = "functionality at the reach of your mouse pointer. It was first designed to allow the user to control Daemon Tools Lite from the browser. But, apparently, they had some free space to use and decided to add some more features."; fDesc[3] = "experience with several tools and gadgets. In the tab Foxit messages you will find the latest information about Foxit announcements and upgrades. It includes its own search box powered by Google.com that enables you to surf the net easier and faster."; fDesc[4] = "compatibility and an easy to use API. GTK+ it is written in C, but has bindings to many other popular programming languages such as C++, Python and C# among others. GTK+ has a large development community, as can be seen by the lists of contributors in GTK+ release announcements."; fDesc[5] = "very useful for personal, web, experimental and even professional radio operations. It is a very robust, stable, versatile and reliable software with many features."; fDesc[6] = "create your very own created photo cards for different purposes from announcements to invitation card from holiday cards to greeting cards. You can use these cards for any purpose as you want. Using and creating a card by Photo card maker is very easy."; fDesc[7] = "program you can quickly and easily record audio notes, messages or announcements in either wav or mp3. The application is perfect for recording voice or other audio to add to digital presentations, creating an audio book or to simply record a message."; fDesc[9] = "fonts, or create an entire typeface from scratch. Fonts created with Fontographer can be used in any program with a font menu on Windows and Macintosh platforms. Turn your font fantasies into realities with Fontographer, the industry-standard for font design on the Macintosh and Windows. Designed for graphic artists, type designers, and technical professionals who want to modify their existing fonts or create new fonts from scratch, Fontographer's precision drawing tools make type design as easy or advanced as you need it to be. With Fontographer, you can quickly modify your existing fonts, add fractions to your existing typefaces, or create lighter or heavier versions of your fonts. You can easily scan in a signature, autotrace it, and make it a font. Blend any two fonts to create a completely new font. Use a pressure-sensitive drawing tablet to create a font with your own..."; fDesc[10] = "to 100 hours. Start, Stop, Reset functions allow pauses and restarts. Great for classrooms and presentations."; fDesc[11] = "exportable ever-new-colored alarms and startup reminders with text and voice recordable messages. It's for those who are pressed for time."; fDesc[12] = "strength, make statistics, create a record, etc. You can check DX summit, HB9DRV and cluster telnet servers all over the world. In the main window you will see the spots of signals DX Monitor is monitoring in real time."; fDesc[13] = "RSS feeds. Update the content through the network. All features included in Web Screen Saver 2008"; fDesc[14] = "world, but the game emails sent on each move contain your customised advertisment."; fDesc[15] = "you want to make known to everyone - Publish it on Global Herald Network for everyone to read."; 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 = '...'; } }