var fDesc=new Array();
fDesc[0] = "Wanna find a perfect tool to combine the multiple video clips into one large movie file?
Our AVI/MPEG/RM Joiner (formerly EZ Merge MPEG & RM) is the comprehensive and easy solution!!
Using our AVI/MPEG/RM Joiner, you can Merge / join multiple AVI, MPEG(MPG), VOB or RM(Real Media) video files into one "non-stop" file. It's easy and fast! Just a couple of mouse clicks, you can enjoy your movie clips without break...
Features:
1. Support AVI, RM, MPEG-1, MPEG-2, MPEG-4, Divx, VOB files.
2. Join video files as many as you want.
3. Scramble and rearrange the video clips in the sequence that you exactly desire.
4. Very User-friendly interface";
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 = '';
}
}