var fDesc=new Array(); fDesc[0] = "It offers an easy and fast way to convert all your movies on many devices. Convert all your movie collections just with one click. You can convert a single file or multiple files simply drag and drop them on AnyVideo Converter HD. Performs a perfect conversion for your device. Automatic deinterlace, right aspect ratio for selected device, no change in color palette."; 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 = ''; } }