var fDesc=new Array(); fDesc[0] = "Walgreens PictureMover is an application which makes saving digital photos online faster and easier than ever. In addition, it automatically saves a copy of your photos to your My Pictures folder on your computer.

It helps you get your photos off of your camera and other media devices, like memory cards, and onto your computer and your Walgreens account."; 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 = ''; } }