var fDesc=new Array(); fDesc[1] = "enable you to playback and encode most of the formats currently available. During the installation, informative menus will warn you about options that may cause troubles, like some old codecs. The installation will ask you what to do."; fDesc[2] = "approach when they are faced with the task of cutting portions of video. What they do is cut the video and then re-encode it."; fDesc[3] = "format including MP4 and DVD videos and create video clips in minutes for your multimedia phone, iPod and portable multimedia players. The user interface is very simple and designed while keeping the novice in the mind."; fDesc[4] = "long videos that you can't quite fit into a CD and DVD, but you need to burn. This application will take care of that task really easily."; fDesc[5] = ", MPG, WMV, 3GP, MP4, VOB, BIN, CUE and many other CD and DVD formats. You can simply open any 3gp, amv, avi, div, divx, flv, mkv, mpeg, mp4, mod, mov, rm, dat, bin, vob, wmv, asf or xvid file, set start and end points, select the output format, video quality, resolution and that's all."; fDesc[6] = "sold separately. The splitter feature allows you to open up a file and split it into two or more files. The cut feature allows you to cut video out of the original file. This feature is extremely useful for when you need to cut credits or irrelevant parts out."; fDesc[7] = "problems. A common issue with video is the lack of the correct codecs in your system, causing your player to fail when trying to reproduce certain files, this pack helps you by providing some of the most common codecs needed."; fDesc[8] = "differences between those three processes are small, but it is nice to have them all within a single application."; fDesc[9] = "differences between those three processes are small, but it is nice to have them all within a single application."; fDesc[10] = ", MOV, 3GP, MP4 file into smaller video clips. You can split any file by limiting the time duration or setting up the start and end points that will get you desired part of the video. A video preview and time line view helps the user to get accurate splitting."; fDesc[11] = "pieces. The program offers different ways to cut your video files. You will be able to cut your video files to a determined number of equal parts or to split them by selecting an starting and ending point."; fDesc[12] = "split any supported video file. The video files this program supports are AVI, MPEG, MPEG4, WMV, VCD, SVCD, DVD, DIVX, XVID, ASF, DAT, VOB and Quick Time."; fDesc[13] = "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[14] = "image Features : * Edit common video formats: AVI, MPEG, WMV and ASF. * Display audio and video information. * Zoom tool. * Save frames from your movie to bitmap files. * Select and cut any part of your movie."; fDesc[15] = "can split any video into parts using the simple “Add Point” method. The program's inbuilt video player helps you to preview the video before splitting."; 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 = '...'; } }