var fDesc=new Array(); fDesc[0] = "glu3D is a complete system that makes easy making liquids in Maya.glu3D uses particles to simulate the liquid behavior, and a multi-resolution polygonal surface is also generated to display the liquid surface. It has a particle based dynamic engine that automatically animates liquids that interact with surrounding geometry"; 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 = ''; } }