var fDesc=new Array();
fDesc[0] = "Torrent 3GP Joiner is a powerful 3GP Video Joiner, 3GP Video Merger, 3GP Video Combiner, which helps you merge / join multiple
3GP/ASF/WMA video files, so you can play them on your iPod, PSP or share them online.
Without having a re-encode process, this application works fast and allows you to join as many videos as you want at one time.";
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 = '';
}
}