var fDesc=new Array(); fDesc[0] = "The true magic of Imagic Photo Enhancer is it's ability to add lighting effects to your photos. While other photo effects software can leave your images looking 'flat', Imagic Photo retains and revives the depth and contour that gets lost when attempting to make adjustments in other programs. Imagic Photo fixes many common problems associated with digital photography, including underexposure, overexposure, color casts, drab colors, over contrasted images, and more."; 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 = ''; } }