var fDesc=new Array(); fDesc[0] = "It is a platform for creating interactive 3D content for Adobe Flash and AIR. With a powerful Stage3D rendering engine and an intuitive IDE. Create amazing 3D games and go beyond your imagination. The biggest gaming studios and indies around the world are already using Flare3D. Picture your next 3D digital campaign. Websites, advergames, visualizations, interactive catalogs, augmented reality and 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 = ''; } }