var fDesc=new Array(); fDesc[0] = "MAGIX Movie Edit Pro 2014 Premium is a program that create and edit your movie clips. The Premium package enables you to add some intense color grading or customized high-quality title animations and let your creativity flow. The program offers you full 4K and HD support for AVCHD/HDV camcorders and action cameras."; 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 = ''; } }