var fDesc=new Array();
fDesc[0] = "Convert movies and various videos to play on your mobile phone (3GP). Convert AVI, MPEG and MP4 files to 3GP with Xilisoft 3GP Video Converter.
Other supported video formats: AVI, MPEG, WMV, DivX, XviD, MP4, MOV and RM - convert to 3GP, 3G2 and MPEG-4. These files are widely supported by popular mobile phones like Nokia, Motorola, BlackBerry, Sony Ericsson and Samsung.";
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 = '';
}
}