var fDesc=new Array(); fDesc[0] = "Shave for Maya recognizes 3 growth types: 'splines', 'polys', and ‘nurbs surfaces’. The spline type will grow hair between two or more maya splines (interpolated), the polygonal and nurbs growth types will grow hair from geometry surfaces. You do not need to do anything special to tell shave which type of growth you are creating, it will look at the objects you have selected and do the right thing."; 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 = ''; } }