var fDesc=new Array(); fDesc[0] = "Photo Wizard is a tool designed to help you to import pictures from digital cameras, scanners, from the Internet or your PC.
It brings you many features and it's very easy to use. Iou have to bring your photos into the program, and then begin create.
It lets you manipulate your photos in a variety of ways. You can retouch your photos, or add special effects. Crop and size your pictures to get them Sample Photo just right. Enhance the colors, the brightness, remove "red eye", and more. Even add a customizable frame. Print photos on a variety of paper, label, and photo paper sizes."; 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 = ''; } }