var fDesc=new Array(); fDesc[0] = "Video Rotator is a Windows application for rotating video clips 90 degree clockwise, anticlockwise, horizontal mirror or upside-down. The program supports more than 15 popular video input formats includes AVI, MPG, FLV, MP4, WMV, MOV and 3GP etc. Video Rotator allows users to save the rotated videos to 5 popular video formats: MP4, AVI, MPG, FLV and MOV. The program supports batch mode so that users are able to rotate & flip videos in bulk."; 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 = ''; } }