var fDesc=new Array(); fDesc[0] = "GUI StudioMDL 2.x is the follow up of the original GUI StudioMDL for Half-Life re-written to work with the new Source SDK. It provides access to all the same functions and parameters as the command line based Source StudioMDL compiler, but through a simple Windows based graphical user interface."; 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 = ''; } }