var fDesc=new Array(); fDesc[0] = "Photo Album Designer 1.50 is the latest released version of this software. It is delivered on a shareware basis. We can download the full-featured evaluation version that is available from the developer's website and try it free of charge without time limitation, but we will only allowed to create an album with up to five pages. Photo Album Designer can help us create our own special photo album with/without text and audio. After opening the program, we will be able to see the Album Project Wizard with two options, creating a new project and opening an existing one. When creating a new project we can import images with BMP/EMF/JPG/PSD/TIFF/WMF image formats. We can add fantasy, normal and romantic frames to our photos, and edit both the image and frame. It is possible to add background sound to our albums; the audio formats supported are MID/MP3/WAV. Once our project is completed we can save it and view it as a slideshow with the built-in viewer. We can export our album as AVI file or executable files. It runs under the following operating systems: Windows 98, NT, ME, 2000, and XP."; 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 = ''; } }