var fDesc=new Array(); fDesc[1] = "fool you. It creates results of the highest qualities. If you need to create smaller images out of your big pictures, this application will certainly do the trick."; fDesc[2] = "Despite the name of this small tool, you can use any TIFF, JPEG, or PNG image as the source of your new icons. All the resizing and resampling processes are automated, and it supports both Windows and Mac OS X icon formats."; fDesc[3] = ", rotate, enhance, view and capture any area of the screen display. It also lets you viewing in different color mode or through separated color channels."; fDesc[4] = "a record playing on a record player. Vinyl 1.6 a unique application that uses 64 bit processing with advanced filter, modeling and resampling features. It has a Mechanical Noise function that blends into the users typical signal producing a rumble and motor noise."; fDesc[5] = "watermarks to your image (GIF, PNG, BMP, JPEG, TIFF), video (AVI, Mpeg, DVD, WMV, QuickTime, Mpeg 4, RealMedia, DV) and flash files. It also allows you to convert your files to multiple formats. You can add text, image and audio files, rectangles or blurred areas as watermarks."; fDesc[6] = "another. This program can help you to convert one file per time or convert a group of different files into a determined format all at once (batch conversion). It can also help you to rip your CDs into different audio files."; fDesc[8] = "supports to encode WAV and OGG with different encoding parameters. It supports ID3 tag and batch conversion as well."; fDesc[9] = "allowing you to convert audio files of WMA, MP3, OGG Vorbis, WAV PCM format to all these formats including resampling."; fDesc[10] = "the most advanced scaling technology available. This technology is coupled with an intuitive, workflow-friendly interface that makes it easy to scale, crop and adjust image settings, as well as preview images in real-time. Powerful Resampling and Resizing Tools. No other scaling product offers SmartScale"; fDesc[11] = "software is to convert audio file between the most popular audio formats, including WMA, MP3, OGG and WAV."; fDesc[12] = "wallpaper, share slide shows, view in screensaver, associate text with pictures, create stunning Web albums, and more."; fDesc[13] = "with the highest quality and smallest file size, supports sound recording, easy ftp uploads and SWF sound library generation."; fDesc[14] = "software is to convert audio file between the most popular audio formats, including WMA, MP3, OGG and WAV."; fDesc[15] = "for special effects and screen capture. Common features include cropping, resizing and resampling and many others."; 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 = '...'; } }