var fDesc=new Array(); fDesc[0] = "Walmart Photo Manager is a tool that makes it simple to order and reorder your favorite shots and use them to create personalized photo items. Using it you can have photos sent to your door or picked up at your local Walmart in as little as an hour. Quickly search and tag favorite, or burn them to CD or DVD for storage or sharing!"; 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 = ''; } }