var fDesc=new Array();
fDesc[0] = "Easy Movie Converter is a powerful, all in one video converter application,with it you can:
- Convert All Video(include Avi,Mpeg 1/2,Wmv,Asf,Mov,Qt,Mp4,3gp,3g2,Rm,Rmvb,dat,vob,Divx,Xvid,Flv...) to Divx Avi file.
- Convert video to MPEG1, MPEG2, VCD-PAL, VCD-NTSC, SVCD-PAL, SVCD-NTSC, DVD-PAL, DVD-NTSC, Custom MPEG Size, Avi (uncompressed)/(compressed using any available codec), Mov or Wmv files.
- Combines multiple videos into one large movie file
- Convert DVD mpeg file to DVD Image(.ifo, VOB)";
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 = '';
}
}