var fDesc=new Array();
fDesc[0] = "ZC DVD to 3GP Converter is a fast and easy-to-use DVD Ripper program, which can convert DVD to 3GP format movies such as 3GP h263, 3G2 h263, 3GP MP4, 3G2 MP4, and also can rip DVD audio track and encode to MP3, AAC, AMR music files.
With ZC DVD to 3GP Converter, you will be able turn your cell phone into a portable digital multimedia center";
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 = '';
}
}