var fDesc=new Array(); fDesc[0] = "Away Builder is a visual editing tool that makes it easy to design assets in Away3D. The program allows the import and optimization / augmentation of 3D assets such as OBJ, 3DS, MD2, MD5 and Collada, as well as JPG and PNG image formats for use in textures."; 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 = ''; } }