var fDesc=new Array(); fDesc[0] = "Digimation Suite for 3ds Max 8 allows any 3ds Max particle system to use any object as a particle object. It has texture placement based on the location of a gizmo, instead of an objects sub-material ID, a collection of procedural, low-resolution mannequins that can be quickly inserted into your 3D scenes to help create crowds and much more"; 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 = ''; } }