var fDesc=new Array(); fDesc[0] = "CyberMotion 3D-Designer is an integrated 3D-graphics program for modeling, animating and rendering photorealistic 3D-scenes, terrains and characters. It features a vast number of 3D modeling tools, a landscape designer including complex atmospheres, TrueType-3D-fonts, subdivision surfaces and boolean operations, hierarchical animation, inverse kinematics, skeletal deformation (skin and bones), global illumination rendering via photon mapping, ambient occlusion and HDRI-Rendering, and a host of special effects, such as lens flares, caustics, volumetric fire, object halo, motion blur, depth-sharpeness, animated atmospheres with clouds, fog, rain and snow, starfields, particle systems 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 = ''; } }