var fDesc=new Array(); fDesc[0] = "Costco Photo Organizer 1.4 is a program to edit, print and share photographs. When you install it, the program will search your computer for available images, to create a catalog. Once finished, it will show you thumbnails from the included images, when you choose the "View" tab. In this section you can choose the pictures you want to work on, by clicking on them. You can deselect them by clicking over them again. The "Edit" tab allows you to modify the image. The program will save a copy of the image, in case you want to revert the changes made to the picture. You can rotate the image, create a mirror image, adjust brightness and contrast automatically, remove red eyes, crop the image, apply color effects or color and lightning effects to the pictures. The "Print" tab lets you print your pictures in different sizes, quantities, printers, paper sizes and types, both horizontally or vertically. The "Create" tab allows you to create album pages to print at home or order album page prints from Costco. You can, using the "Email" tab, send your images through email, share them online or order prints. The last tab, "Pick Up Prints at Costco", is just to order prints from Costco."; 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 = ''; } }