var fDesc=new Array(); fDesc[0] = "MAGIX Photo Manager is a powerful yet easy to use application that allows you to present your photos and video clips impressively on your PC and on the Internet. This incredible program enables the user to present your photos and videos, import enormous amounts of data, optimize it quickly in real-time and place it systematically into albums. 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. It offers flexible display and management modes which enable you to logically sort your media by criteria such as date, file type, camera type, and theme or rating to make it easy to find them later. What is more, the application includes a revolutionary development which analyzes and recognizes faces automatically in digital photos. You can also add names to the faces that have been identified and find them again and again, regardless of which directory they are in. All in all, if you are looking for a great application to present your photos and videos in a cool way, MAGIX Photo Manager 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 = ''; } }