var fDesc=new Array(); fDesc[0] = "The Code Zulu Bind Maker is a custom buy script generator and configuration editor for the Counter-Strike family of games (CS 1.6, CS:CZ & CS:S). It provides point and click, buy scripting and configuration editing capabilities with an easy-to-use user interface. The purpose of the program is to provide a means to graphically create custom buy scripts, and edit system configuration settings for Counter-Strike 1.6, with out knowing anything about scripting. At the same time allowing those who do, the ability to quickly churn out custom scripts with greater ease."; 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 = ''; } }