var fDesc=new Array(); fDesc[0] = "Create high-resolution videos with individual cuts, transitions and effects! With support for 4K resolutions, Dolby 5.1 and lightning-fast conversion, Ashampoo Movie Studio Pro 3 is the tool of choice for high-end video creation. Enhance the visual quality of your clips, add background audio, use transition or other video effects and add opening/closing credits with ease to give your videos a professional look. Cut out annoying ads and convert your videos into hundreds of formats and resolutions optimized for a huge range of devices from iOS to Android and others. Use smart cutting technology and bring your recordings to life with sounds and animations."; 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 = ''; } }