var fDesc=new Array(); fDesc[1] = "is available for direct downloading and is available in several languages. It is a program to make photo printing very easy and quick. It supports TIFF,JPEG,PIC,BMP and RAW images."; fDesc[2] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more)."; fDesc[3] = ", FLASH and PIC's using user friendly tools and multiple programmer types. Ponyprog supports AVR, SPI eeprom, AVR micro, 12C bus 8bit eeprom, PIC 16 micro, PIC 12 micro, AT89S micro and SDE2506 eeprom family chips."; fDesc[4] = "already several famous programs that you can use for this, like PaintShop Pro, PhotoShop and Picture Publisher. Because 2 Pic is much easier to use.Programs like PaintShop Pro have a lot of functions, but you will need a lot of time to find out what exactly are all those functions. Sometimes, you get lost in the big number of functions. That won't be the case with 2 Pic. 2 Pic is designed for ease of use and it has a unique design with the functions clearly arranged on tabs. That's the big advantage of 2 Pic: with less time and less experience, you can do very nice things."; fDesc[5] = "These functions are available in a user friendly graphical interface. The program helps the user to view the internal microcontroller architecture. It has features such as FLASH program memory editor, variable simulation rate and a powerful PIC basic compiler."; fDesc[6] = "plenty of image files, including JPG, TIF, GIF, BMP, PNG, WMF, PDF, EMF, PCX, PIC and PSD. This software also enables you to compose electronic books which can be published in the Internet. The program supports watermark, viewer and bookmark settings."; fDesc[7] = "finder and picture downloader are used to search and download images on the web. Keywords are used to execute a search. The images are searched based on size and resolution."; fDesc[8] = "pictur formats Tile picutes Combine pictures Size pictues/extend Batchconversation/Sizi ng Icon extraction from DLL- and EXE-files Save selection to file File properties EXIF/IPTC information is not lost while saving a picture Red eye reduction Scale colors Rotate colors Drawing arrows Available in polish and slovak language Size display correction for saving JPEGs compressed Rectangle selection enhanced Multipage TIFFs Now also in danish and italian language Compare pictures"; fDesc[9] = "detailed model of the ERJ 145LR airplane exterior and a virtual cabin to add to their liveries. The FeelThere PIC ERJ-145LR aircraft in the program features four models; 2D panel only, or with wing view, 2D with VC and 2D with VC and virtual cabin."; fDesc[10] = "cube. Features include: thumbnail preview, password protection, and much more..."; fDesc[12] = "does, is basically connect to websites such as National Geographic, Earth Science, Astronomy, or Wikipedia, to bring to our computer the most beautiful images available."; fDesc[13] = "intuitive user interface, very colorful and customizable, although with not very great graphics. The game offers four themes (flowers, animals, trees and geometric shapes) and three difficulty levels (easy, medium and hard)."; fDesc[14] = "interface I/O or Windows API; Serial port for communication and the type of data; addresses and the program code for the device; select different devices; read, erase verify, and send program code. The view can be assembler or hexadecimal (assembler view is only supported for 14/12 bit PIC)."; fDesc[15] = "enables the user to create bitmap images from the text input. It‘s interface is very neat and intuitive to work on. Anybody can accomplish the task by performing few steps within seconds."; 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 = '...'; } }