var fDesc=new Array(); fDesc[0] = "GST-Builder is an enhanced integrated development environment for 3DGamestudio from Conitec.With right mouseclick you can jump to the definition in script or you can show the asset with the built-in AssetViewer (bmp,gif,pcx,tga,wav,mpg,avi,wdl) without any dialog box. You can load unlimited scripts, normally you open your start script"; 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 = ''; } }