var fDesc=new Array(); fDesc[0] = "The Tailor is based on some complex algorithms that allow the transformation of the shape of a mesh through the copy of the shape of another mesh. This permits to extract the shape of a morph in a model and create an analogous morph in a dress.
The procedure is fully automated. You must only load a model and the dress, check the morphs you want to transfer to the dress and the program will do the rest."; 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 = ''; } }