var fDesc=new Array(); fDesc[0] = "AVCWare DVD to 3GP Converter is a perfect tool to decode DVD in multiple audio and video formats like Xvid,WMA,RA,RM,DivX or MP3, so you have flexible ways to watch your DVD movies. Allows you to rip any chapter or segment from a DVD movie, rip with any angle,subtitle,soundtrack of your choice and customize the file zise of the output file or adjust the conversion parameters and create your own custom DVD conversion profiles."; 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 = ''; } }