var fDesc=new Array(); fDesc[0] = "BenVista PhotoMagic 1.2.8 is a program to enhance your digital photos.

The program offers professional technologies to enhance the quality of your images, also allowing you to instantly design, paint, enlarge, repair & print your photos.

Benvista PhotoMagic can be installed in 21 different languages.

It includes five different utilities, that you can choose to install or not, one by one. These utilities are PhotoZoom, PhotoClean Express, PhotoArtist Express, PhotoEffect Express and PhotoPrint. Each utility has its own version number, and you can upgrade or purchase them individually.

Benvista PhotoMagic has a main menu, where you can choose which one of the five utilities you want to launch.

PhotoZoom is the utility devoted to enlarge photos. You can choose how much you want to enlarge a given photo, and the method to achieve this.

PhotoClean Express is for repairing photos, removing scratches, red eyes and artifacts, and enhancing the color.

PhotoArtist! Express adds artistic filters to your photos.

PhotoEffect Express lets you add creative filters to your digital images.

PhotoPrint lets you print your digital photos using different layouts."; 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 = ''; } }