var fDesc=new Array();
fDesc[0] = "Aimersoft 3GP Converter Suite is a set of applications to convert video from your hard drive and DVD movies to 3GP for reproduction on compatible mobile phones.
It includes a ripper to let you extract video or audio from your DVD collection, VOB and IFO files to 3GP, 3G2 video or M4A, WAV, MP3 audio files; and a Video Converter that supports AVI, Divx, XviD, WMV, MPEG, MPG, DAT, RM, RMVB, MOV and ASF as inputs and converts to 3GP, MP3, WAV, etc.";
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 = '';
}
}