var fDesc=new Array(); fDesc[0] = "HLToolz is a program that allows you to create custom config files for HL/CS and all their mods. The custom config contains a lot of tweaks for things such as, internet connection, video, audio, and textures. there are 4 easy preset tweaks, high, medium, low, and default quality settings for quick and effective tweaking."; 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 = ''; } }