var fDesc=new Array();
fDesc[0] = "McFunSoft® Video Convert Master allow you to convert and split: AVI, MPEG, MPEG1, MPEG2, MPEG4, VCD, DVD, SVCD, RMVB, RM, WMV and any most used video formats. And you can play converted files on iPod, iPhone, Apple TV, Mobile MP4, PS3, PSP, Sony WalkMan, HD Video and other digital multimedia devices. Besides, it supports DVD burning. It is a home video software to realize requirements of watching at home theater or storing in PC.
Preview window is added for users who want to view video directly after finishing converting. It's worth to have a try. Still split video function is updated now, users can split videos and watch the videos at the same time.
Features:
-Burn videos in DVDand create DVD menu;
-Convert AVI, DVD, VCD, SVCD, MPEG, MPEG 1, MPEG 2, MPEG 4, RM, RMVB, WMV and other video format;
-Convert your movies in batch mode
-Preview window help users view video directly.
-Split AVI, VCD, DVD or other videos into several ones
-Split and play videos at the same time.
-Customizable video screen size, audio/video bit rate, frame rate";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}