var fDesc=new Array(); fDesc[0] = "Aceconvert DVD To HD Film is all-in-one HD Film video conversion solution, that includes excellent HD Film converter software: File/DVD to HD Film Video Converter. HD Film Video Converter lets you easily and quickly convert all popular video formats like AVI, MPG, MPEG, DAT, MOV, ASF,FLV to HD Film video (MKV format). Aceconvert DVD To HD Film Video Converter supports one-step conversion. You can also adjust the output files parameters with few clicks."; 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 = ''; } }