var fDesc=new Array(); fDesc[1] = "Mozilla. Sunbird enables you to add reminders, set alarms, notes or tasks according to your routine in a wonderful and easy way. You can create calendars on your computer or create them online. You can view and manage reminders and tasks by months, weeks or daily."; fDesc[2] = "This reliable utility gives the user the capability of updating and maintaining web sites through FTP (File Transfer Protocol). It is possible as well to upload and download files via SSL, TLS and SFTP, to and from FTP servers."; fDesc[3] = "twenty of the best known file formats and it allows you to add many more using different plugins and freely-available codecs. Play the music you like wherever it is - on your computer, in FTP folders or on the web. Create dynamic playlists and burn them to CD with the Ashampoo BurnIt! Add-On."; fDesc[5] = "Energy portable players. This optimization involves image size, frames per second, and data speed. All these parameters are modified to make a lighter video file so you can carry more files on your device, keeping the quality in an appropriate level."; fDesc[6] = "documents, text and web files with ease. The wizard tool starts with a welcome screen followed by configuration and other options to make it easier to view and manage all your common images, documents, sound and video files in all the common formats."; fDesc[7] = "compare text files and folders, as well as zip files and jar archives. You can compare two or three text files at the same time and folder can be compared on a local network too."; fDesc[8] = "digital photos to MP3 music files, or web files to Word files, ExplorerPlus lets you tackle even the most demanding file management tasks like a pro!"; fDesc[9] = "your system tray and allows you to command everything from there. It features a simple and user-friendly interface, although it looks rather old and could definitely be improved."; fDesc[10] = "There is a feature to discover links inside a .htm or .html web page and add them to the list."; fDesc[12] = "(such as Zend framework) and applications. Many significant changes are made, making it much easier to compile legacy PHP code and use standard PHP tricks. ZZEE PHPExe compiles PHP, HTML, Javascript and other web files into Windows GUI programs. You can rapidly develop Windows GUI applications by employing the familiar PHP web paradigm. You can use the same code for online and Windows applications with little or no modification. Examples of compiled applications include ZZEE PHPExe itself and ZZEE Text Utility, available as both online and Windows application. Benefits Applications compiled with ZZEE PHPExe look and behave like standard Windows GUI applications You can distribute your compiled applications royalty free Users don't see the contents of your web files or your web file tree, they can not change your scripts Integrated PHP encoder - no need to use third-party products for..."; fDesc[13] = "and/or follow-up category. Allknowledge records can be linked to web-pages and/orlocal files.Junior is a fully searchable knowledge ba..."; fDesc[14] = "to you to organize and retrieve your favorite media files. But that's not all! It will also be your daily companion to view, play and print your images, movies and sounds... With it's built-in thumbnail explorer (with image and movie previews), browsing your computer folders for media files will be a child's play! You can even create slideshows that mix several media types. It includes so many features! For example you can print a folder contents as thumbnail or print an image and create a large poster. It is compatible with more than 50 file formats: Video files (AVI, ASF, MPEG, MOV, RAM...), Image Files (BMP, JPEG, PNG, GIF, TIFF, PSD, QTI...), Sound and Music Files (MP3, WAV, MID, MOD, S3M, WMA...), Animations (FLI, FLC, Animated GIF, Shockwave Flash SWF...), Web Files (HTM, DHTML, ASP...), Icons and Cursors (ICO, CUR, ANI, ICL...) and more..."; fDesc[15] = "bandwidth costs dramatically. HTTP compression shrinks the size of common Web files safely and automatically provides browser compatibility."; 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 = '...'; } }