var fDesc=new Array(); fDesc[0] = "Lenovo Photo Master is a photo management application that allows you to browse, manage, edit and share your digital photos. It has the Smart Event Sort feature that automatically organizes photos into collections by time, location, holiday or occasion. Social media sharing from within the application saves time and makes it easier to show off photo creations. Just Visiting automatically reminds users of upcoming personal special occasions through past photo collections."; 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 = ''; } }