var fDesc=new Array(); fDesc[0] = "PhotoDesiree Deluxe is software designed specifically for Hi-Ti SL Series Photoprinters. It has a very intuitive interface with many options for enhancing your photos before printing them. Once you have chosen the photo you want to print, you can edit or enhance it. You can adjust the width and height of the photo, and rotate or modify its size to fit the print page. The Mirabella feature shows you the image selected with nine different brightness, color and contrast settings so you can choose the most adequate according to your needs. If none of the options is completely satisfactory for you, you can manually edit the image with the Image Processing Tool, which allows you to adjust the brightness and contrast, color balance and add special effects like lens distortion and different color tones. Once you have edited your photo, you can use the Add Tool to further enhance the image. With this tool, you can add frames, text or garnishes for creating fully customized images, ideal for gifts or souvenirs."; 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 = ''; } }