var fDesc=new Array(); fDesc[0] = "Create amazing 3D scenes in less time with Nimbus software. This full featured modeling, animation, and rendering application will integrate your DirectX, XNA, or any DirectX based Game Engine 3D Content production pipeline, without any extra effort. Those looking to quickly and efficiently generate convincing characters, seamless HLSL effects, or jaw-dropping games will want to explore our software. Nimbus is the first release of a versatile tool for game content creation."; 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 = ''; } }