var fDesc=new Array(); fDesc[0] = "MAGIX Website Maker is a powerful yet easy to use application that allows you to create your personal Internet portal in a few steps to manage and share photos and videos online. This incredible program enables you to upload photos easily, select design templates, add text and music. Moreover, the program features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. What is more, the program includes individually customizable and editable website templates with impressive designs animations, amazing effects, type fonts, decorative elements and much more. In addition to this, you also can conveniently upload media from the MAGIX Online Album and add it to your own website. With its export function, you can add individual components of your website (e.g. video player, slideshow, online music player) or even the entire website to external sites. All in all, if you are looking for a great application that allows you to create your personal Internet portal to upload whatever you want and share it with your friends and family, MAGIX Website Maker 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 = ''; } }