var fDesc=new Array(); fDesc[1] = "video conversion. Easy to use. Supports batch and merge conversion modes. Converts all or only a segment of the input file. It has options to preview the converted video and to automatically shutdown your computer once the conversion has been completed."; fDesc[2] = ", MPEG, MP4, DivX, ASF, 3GP,PSP, Microsoft Windows WMV, iPod and Zune, as well as converting Flash Video FLV to MP3, Microsoft Windows WMA and WAV audio formats, for Cell Phones, iPod, Zune or MP4 player."; fDesc[3] = "a professional way? Avidemux is a versatile video utility designed to simplify the tasks of cutting, filtering, converting and codifying videos. It supports many video and audio formats, and you will be able to design video projects with high quality results."; fDesc[4] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more."; fDesc[5] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers."; fDesc[6] = "simple and fast for user. It allows cutting a large video files in so many small parts without any quality loss. It accepts all common video file format like AVI, MPEG, VOB, WMV and audio file like MP1, MP2, MP3 and MPA."; fDesc[7] = "video media. It employs simple click interface to achieve much of its functionality. It supports batch processing of files and the conversion can be configured with user options in bit rate, size of the frame and number of audio channels."; fDesc[8] = "errors. Errors can be frame or CRC errors. MP3Test can process files one by one or in batch mode. When batch mode is used files are separated in two groups \"damaged songs\" and \"error free songs\", depending on the result of the test in each file."; fDesc[9] = "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[10] = "Swf2Avi,Flash2Avi,Swf2 Video,Swf2Mpeg,Swf2DVD ,Swf2VCD,convert swf to avi,convert swf to mpeg, convert swf to DVD,covnert swf to VCD,convert swf to video,Swf2Gif,Flash2Gi f,Converter,Flash2Imag e,Convert swf to gif, Swf2Video, Swf2Avi"; fDesc[11] = "templates available. The various Photo editors available need excellent skills for using and are quite complicated to use. The key feature of the ace photo frame is therefore its user-friendliness and ease in use."; fDesc[12] = ", convert,resize and rename a great number of your photos in ease."; fDesc[13] = "interface is backed by sophisticated algorithms and techniques. nEO iMAGING covers functions more than everyday needs."; fDesc[14] = "contains over 400 cool frames."; 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 = '...'; } }