var fDesc=new Array(); fDesc[0] = "PeoplePutty allows the user to put their own face onto a character using simple 2D photographs and sculpt a character (as if it were putty) into realistic human, animal, or other fantastic forms. You can tune a characters Automated Personality into a wide range of 'personality types'. In PeoplePutty, you can add flowing hair, hats, beards, glasses, and other accessories to the virtual character. You can record your voice into an Automated Personality, with highly accurate lip-syncing. With PeoplePutty you can build your own 3D, interactive character web site, or create characters for integration into existing applications. PeoplePutty gives you the tools to make a Virtual Spokesperson for your organization."; 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 = ''; } }