var fDesc=new Array(); fDesc[0] = "This tool is a powerful and professional DVD converting solution which can convert DVD disc / DVD Folder / ISO File on your PC to various formats like AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, RM, MOV, XviD, 3GP, and audio MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG and enjoy movie on your PSP, PS3, iPod, iPhone, iPhone 5, Apple TV, Xbox, Google phones, iPad, iPad2 and other digital multimedia devices with ease."; 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 = ''; } }