var fDesc=new Array(); fDesc[0] = "Portrait+ Plug-in for Photoshop is a program that automatically detects and softens full body skin with natural effects. It includes cleanup and makeup styles that let you create optimal portraits precisely and flexibly. The program supports for Photoshop 7.0 32-bit, 64-bit or later and Photoshop Elements."; 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 = ''; } }