var fDesc=new Array(); fDesc[0] = "Having problem with watching DVD movies or videos on your mobile phone because of compatibility issues? Please try iovSoft DVD to 3GP Converter. It is a professional DVD to 3GP converter to convert DVD movies or videos to 3GP formats that are supported by most mobile phone brands like Nokia, Motorola, iPhone, Blackberry, Sony Ericsson and Samsun, etc. With advanced encoder/decoder built in, it converts DVD to 3GP with perfect quality and fast speed."; 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 = ''; } }