var fDesc=new Array(); fDesc[0] = "Real Script IDE makes it easier for UDK users to develop and debug UDK scripts. It's developed in C# with using Visual Studio Shell. UDK is Unreal Engine 3 - a complete professional development framework. UDK contains all the tools you need to create games, advanced visualizations and detailed 3D simulations on the PC."; 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 = ''; } }