var fDesc=new Array(); fDesc[0] = "Happytime Video Process Directshow Filter is a powerful transform filter. This program can rotate video in 90, 180, and 270 degrees and keep aspect ratio when rotated video in 90 and 270 degrees. It can flip video horizontally or vertically and supports Vertical or horizontal offset and video scaling etc."; 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 = ''; } }