var fDesc=new Array(); fDesc[0] = "MovieMator Video Editor is a full-featured video editing software for creating professional quality videos in minutes on Mac and Windows PC. It provides the basic editing features like trimming, cropping, splitting, rotating and more. Additionally, MovieMator Video Editor brings advanced editing functionalities to the table, such as video overlay (PIP), stabilization, etc. With 40+ built-in filter animation effects supported by keyframes techniques, it is possible to create videos with a variety of eye-catching animation effects by MovieMator Video Editor for Mac & PC."; 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 = ''; } }