var fDesc=new Array(); fDesc[0] = "AC3D allows you to create 3D models for various applications such as games, virtual reality and flight simulation, scientific, medical, and general data visualization. Its built-in OpenGL 3D renderer with adjustable field-of-view provides instant results of your actions in 3D. AC3D provides a huge variety of output and input 3D formats for transferring data to and from programs such as Google Earth, Inventor, Quake, Unreal Tournament, 3D Studio, Collada, and others."; 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 = ''; } }