var fDesc=new Array(); fDesc[0] = "Photo Retrieval Pro is powerful digital picture recovery software for computer users that can retrieve lost, deleted or formatted photos, pictures, images, audio, and video files from various digital cameras, memory card, computer drives and other storage media devices. Photo Retrieval Pro is an amazing tool for professional photographers and home users for all your digital photographs, image files, videos and graphics recovery needs."; 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 = ''; } }