var fDesc=new Array(); fDesc[0] = "MAGIX Movie Edit Pro 2014 is a program that enables you to create incredible movies from your video clips. The program has automatic wizards for video editing, audio dubbing, and image optimization, full 4K and HD support for AVCHD/HDV camcorders and action cameras and over 1000 templates for effects and interactive menus."; 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 = ''; } }