var fDesc=new Array(); fDesc[0] = "PhotoMix 5.3 is an advanced photo editor with lot of features. It allows us to create rich scrapbook album from our digital photos. From the Main Window, we can create our own layout or select one from the composition templates available. It is possible to add images to the scrapbook page. It lets us manage our picture, zoom in and out, drag, scroll, crop, center frame horizontally, center frame vertically, remove image, lock frame, stretch to fit page, and move up and down. We can also add an entry, text, open the image edit tools, open the artistic tools, open the image correction tools, etc. In addition, we can enhance our album by adding frames and borders to our images. Once our album is completed, we are allowed to save it as an image or wallpaper, print it, and send it by e-mail. PhotoMix is delivered on a shareware basis. We can download the free evaluation version, which is available from the developer's website. It is not a fully functional version but we can view and test all its features. It runs under the following operating systems: Microsoft Windows XP, 2000, ME, and 98."; 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 = ''; } }