var fDesc=new Array(); fDesc[0] = "MAGIX Xtreme Photo Designer is a powerful yet easy to use application that allows you to edit your photos quickly and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality. Moreover, the program features an intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. It includes an intelligent Task Wizard which explains simple and complex editing steps, resulting in successful image editing. What is more, Xtreme Photo Designer enables you to retouch blemishes, scratches or tears on old photos, and use the cloning tool, magix wand, and other pro tools to create impressive collages. In addition to this, you also can select background and objects in a picture by simply right-clicking on them and add impressive perspective effects. With Xtreme Photo Designer cropping and creating screenshots is incredibly easy. All in all, if you are looking for a great application to edit your photos easily and fast, MAGIX Xtreme Photo Designer is perfect for you."; 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 = ''; } }