var fDesc=new Array(); fDesc[0] = "Wal-Mart Digital Photo Manager is a consumer-friendly photo organizer and Photo CD viewer with free photo moviemaking features and faster uploading to Wal-Mart.com for online printing and photo sharing. With the Wal-Mart Digital Photo Manager, customers can create Web photo galleries and use basic editing functions. Customers can order prints for Wal-Mart retail pickup or other photo merchandise items like mouse-pads, greeting cards, and apparel. It is free, full-featured desktop organizer that allows customers to order online and pick up at their local Wal-Mart store in as little as one hour.
Wal-Mart turns any home or business PC into a photo kiosk. Customers can also create and share Web albums, preview and order photo products, and print at home. Smart organization tools let users compile all photos in one place, add comments for easy searching and quickly transfer to CD/DVD. Customers also can make changes on the photos, such as edit the size, remove red eye, adjust lighting, crop, tint, rotate, enhance, and home print photos."; 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 = ''; } }