var fDesc=new Array(); fDesc[1] = "supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment."; fDesc[2] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom."; fDesc[3] = "meet your exact needs. This has been done by taking care of the basic needs of every media player user - a player with custom hotkey settings, with numerous video and audio setting, with a flexible playlist and a simple user interface. Were they successful??? Find out yourself."; fDesc[4] = "developed, inserts pictures, tables, hyperlinks, anchors, forms, PHP code, comments, etc. for making web pages in a very quick manner, editing them in What You See Is What You Get (WYSIWYG) mode, so anything is done is immediatly seen."; fDesc[5] = "files using more than 10 audio filters. Like Silence, Reverse, Echo, Fade In, Fade Out, Audio-cleanup. The audio graph helps the user to know the current playback and exact position for using a filter or editing of sound."; fDesc[6] = "stars, galaxies, nebulae and planets. Its really cool to zoom through the sky, if you are interested in astronomy. This will be a great application for schools, especially when you consider that it is a freeware."; fDesc[7] = ", cameras or clipboard. You can then work on the images using Pixia and then save the result in lots of different formats."; fDesc[8] = "sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your dino with a treat after each trick, buy clothes and dress up your dinos, zoom in, zoom out, tilt and rotate in real 3D."; fDesc[10] = "previewed in Silverlight 2. The new Deep Zoom technology in Silverlight allows users to see images on the Web like they never have before. The smooth in-place zooming and panning that Deep Zoom allows is a true advancement and raises the bar on what image viewing should be. High resolution images need to be prepared for use with Deep Zoom and this tool allows the user to create Deep Zoom composition files that control the zooming experience and then export all the necessary files for deployment with Silverlight 2."; fDesc[11] = "clearly than ever. Using ZoomText 9.1 xFont you see a clear and high quality text that the user can easily recognize. Neo Speech is an additional feature that reads the cursor in all the documents and application on the screen."; fDesc[12] = "advanced features, such as S/PDIF output ,Multi-Speakers, Digital Zoom, etc. It also offers some copy-protection free features like: Region Free , RCE Free , Macrovision Free."; fDesc[13] = "and can be adequate for any kind of presentation, from travel presentations to professional presentations. The installation process is very easy to perform and no additional libraries are needed. MapCreator works on Windows Vista/XP/2000 platforms."; fDesc[14] = "incorporates an application that creates prior indexes for the website, allowing convenient configuration and customization during its usage."; fDesc[15] = "to make annotations on image files: you can insert lines, arrows, rectangles, text pieces, callout boxes, and insert vertical crop marks. You can zoom in and zoom out. For PDF conversion you need Acrobat Distiller."; 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 = '...'; } }