var fDesc=new Array();
fDesc[0] = "bear DVD to 3GP Converter is a great software which you can convert any kinds of DVD to 3gp,3g2,divx, and mp4 video format. You can watch your DVDs on your mobile as a portable DVD Player. Support DVD to mp3, ogg,ac3 and wav audio conversion.
Supported Operating Systems:
-Windows 7
-Windows XP";
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 = '';
}
}