var fDesc=new Array(); fDesc[0] = "Mirror Reality is a brand-new product line based on Luxand’s latest development in real-time face recognition and morphing. Aging is the first product from the new range. With Mirror Reality: Aging, you will see your face age in real time. You can adjust Mirror Reality: Aging in a variety of ways, making it a perfect match for retailers, the entertainment industry, advertising, and PR agencies."; 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 = ''; } }