var fDesc=new Array(); fDesc[0] = "Hair Farm is a complete hair solution for 3ds Max. It is specifically designed for CG professionals who whish to create gorgeous hair quickly and precisely. Hair Farm comes with 40 different tools for hair modeling, animation and rendering. It is fully integrated into 3ds Max and even allows you to use many existing features of 3ds Max with hair objects."; 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 = ''; } }