var fDesc=new Array(); fDesc[0] = "SuperMesher is a 3DSMax plugin that allows you to cache animated geometry regardless of its topology and number of objects including pFlow particles. The cache is baked out to a separate file which can be loaded into any version of MAX 2009 or higher. No reference is held to the original objects so they can be deleted or modified without consequence. Because the result is one single mesh, SuperMesher automatically generates appropriate material IDs and Multi-Sub materials."; 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 = ''; } }