var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[3] = "and cd burning wizards. Make playlists of your favourite tracks and save to your hard disk or a portable device. Convert MP3 ,MP3 pro and WAV files to MP3,MP3 vbr,WAV,MP3pro and MP3 pro vbr with adjustable bit rate.";
fDesc[4] = "it, then AVS Video Editor is one of the best options you could choose. This easy to use and powerful video editing tool will let you to import your home videos, sounds, images, create movies, apply many transitions and video effects, and even save your projects as professional DVD videos.";
fDesc[5] = ", 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[6] = "video professional or a new video enthusiast, we are confident that MVW-DVD will meet all of your MPEG editing needs and non commercial DVD authoring.";
fDesc[7] = "converting other video formats like MPEG, MPG, WMV, VCD, DAT and ASF format to AVI format. This program can also be useful for various other purposes like video splitting, editing and playing if the MKV codec is installed along with it.";
fDesc[8] = "simple to use digital video editing programs! Designed for beginner to intermediate level users, honestech Video Editor makes the revision easy";
fDesc[9] = "to speed up the editing process. Standard support for large files: this version was developed under WindowsXP, and can edit unlimited size MPEG files. Separate functions to remultiplex VCD and SVCD files: new menu options are available to create \"burnable\" VCD and SVCD files from \"raw\" files created by the WinTV-PVR. A button has been added to play the file which has just been edited. This is a \"cuts only\" editor for use with WinTV-PVR. You can remove commercials, rearrange video sequences or trim the ends of your video files. The WinTV MPEG Editor preserves the quality of the original recording by not requiring a re-encoding after editing, so you get \"first generation\" quality video. It does this by cutting only on the MPEG I frames. The WinTV-PVR Editor works with the MPEG formats (MPEG-1 and MPEG-2) created with the PVR. If you are editing MPEG-1 (or VCD) files, the output created...";
fDesc[10] = ", evob, flv, gif, tp, ts, mv, mov, qt, m4v, mp4, mpg, ogm, pva, rm, dat, wmv, xvid, nuv, vro formats to avi, divx, dv, mkv, ogg, wmv files. Its features include batch conversion, and the ability to crop and trim your clips.";
fDesc[11] = "unwanted scenes with the frame-accurate cut editor. This incredible program enables you to create your own high definition home videos to archive or share with friends and family.";
fDesc[12] = ", splitter and even as an editor too. These features are very useful for all types of users. One can change certain technical aspects of a file - namely frame size, frame rate, video and audio compression mode.";
fDesc[13] = "in seconds. The converter supports batch conversion also. It means you can add multiple files and folders to the conversion list to get the same output format and quality for all files.";
fDesc[14] = "splitting videos, Allows merging videos, Extract audio from video files, Snapshots, Adds audio to video files, Cut and merge video files, and Complete Media Player.";
fDesc[15] = "you to edit AVI, WMV, DivX, XviD and MPEG files with a lot of different options. The program also allow you to merge different segments of your video files regardless of their formats. The merged files can be saved as AVI and MPEG.";
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 = '...';
}
}