var fDesc=new Array(); fDesc[0] = "Facial Studio allows you to create 3D models of human heads using photos that you have captured. The PhotoMatching technology makes 2D to 3D conversion easy. This program features more than 500 controls covering the entire 3D head creation process; you can deform anything from eyes, nose and mouth to head shape, including teeth and tongue."; 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 = ''; } }