var fDesc=new Array(); fDesc[0] = "uniSWF is a an easy to use Adobe Flash to Unity UI Solution. Simply publish assets from Flash and they seamlessly appear in the Unity editor. A familiar and powerful API modelled on the Flash runtime makes creating anything from menus to full featured games easy."; 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 = ''; } }