var fDesc=new Array(); fDesc[0] = "MAGIX Movie Edit Pro 2015 Premium is an advanced movie maker featuring various video effects. This Premium version offers advanced users complete functionality, new features, and a unique package consisting of three exclusive programs from Red Giant. It features lighting effects with Chromatic Glow, light reflections with Knoll Light Factory or retro film looks with Retrograde and more."; 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 = ''; } }