var fDesc=new Array(); fDesc[0] = "FaceGen Modeller has unique statistics-based technology through which users can create highly realistic or caricatured faces at random from any race, gender and adult age group,easily create a face from one or more photographs,edit faces by just clicking and dragging & with over 150 powerful parametric controls,from race morphing the whole face to tweaking the nose shape, Choose between different mesh structures and UV layouts and more. Instantly apply animation morphs and accessory models.Export texture maps to JPEG, BMP, TGA or TIFF,choose a default scale, rotation and translation for all exports."; 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 = ''; } }