var fDesc=new Array(); fDesc[1] = "startup, true flexibility and powerful features allow you to create and edit JavaScript."; fDesc[2] = "set several degrees of warnings and you can also share your experiences by uploading your results to our database."; fDesc[3] = "objects, small particles, running text, wave, shake, appearance, explosion, changing brightness among others. You can state all the effects as regards parameters and sequences so as to obtain an animated image in a very easy way."; fDesc[4] = "simply the perfect companion to any webmaster seeking for a professional style sheet editor for quick and professional results. This version introduces many enhancements, which makes Style Studio even far superior from its competitors!"; fDesc[5] = "as Video Cleaner Pro, Video Perspective, Video Slice, Cam 3D, and others output to Animated GIF and FLC files. It also works as a stand alone video to animated GIF converter."; fDesc[6] = "them to websites through an enhanced built-in FTP uploader. The program lets webmasters control feed properties and manually add/edit/remove news from their RSS feeds. The program also has a preview option."; fDesc[7] = "Cleaner Pro, Video Perspective, etc. output video to 3GP files compatible with most mobile phones. It also presents a stand alone video converter with support for batch processing, and the possibility to configure advanced settings."; fDesc[8] = "application, you will be able to optimize one file per time or to optimize a group of files all at once. When you optimize your GIF files you will be able to speed up web pages loading."; fDesc[9] = "of the shapes that allows you to create unique buttons that you can export as GIF, PNG, JPG and BMP files. The Shape Editor helps you to create your own and originals shapes. You can export your new buttons to different formats."; fDesc[10] = ", multi-threaded, with a link-following web spider that reports on all tested links. Checks favorites, Internet shortcuts, lists, etc."; fDesc[11] = "replace within multiple or bulk HTML documents. It makes the work of the webmasters, web designers and website administrators easy in searching and replacing a particular string within web pages which are in .htm and .html format This tool comes with built-in preview and HTML editor features."; fDesc[12] = "a simple interface. It allows you to control all the hosting functions without having to login to the web page. The program also features WHOIS, translation, hostscripts and free online contents links."; fDesc[13] = "RSS feeds. Update the content through the network. All features included in Web Screen Saver 2008"; fDesc[14] = "anonymous proxy servers which can be defined by you."; fDesc[15] = "Thanks to Chameleon you can automaticaly change the names of selected files which are placed in different folders o..."; fDesc[16] = "hundred of phrases and sentences that include your keyword. Then create meta tags with a single button click."; fDesc[17] = "screensaver and greeting images in batch mode. Integrates a full-featured EXIF/IPTC editor, a photo editor and various enhancement presets - frame, shadow, mask, watermark and text to give another dimension to your photos. Replicate and batch process group of raw photos with editing and correctional tasks performed on a candidate photo and have web-ready documents in a single click, thereby increasing turnaround time and productivity. Image metadata such as EXIF and IPTC can be edited, or created entirely new. EXIF and IPTC metadata can be exported to a .XIFF file and .FFO file and the same can be imported to any image. In batch mode, use the option to import saved EXIF/IPTC metadata to all the resulting images. Use diverse renaming techniques to output files using information from metadata (EXIF/IPTC) or from the physical properties of the resulting/source image, or simply from the..."; fDesc[18] = "its unique easy HTML tag editing, Agile supports all the main HTML standards and includes comprehensive references on HTML."; fDesc[19] = "and gives the user greater control over the running of the check and the reports produced."; 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 = '...'; } }