var fDesc=new Array(); fDesc[0] = "CSScripter is an application that let you create Counter Strike Source scripts files in a simple and friendly way.

Main features:

- Visual key binding:
- Buy weapons and equipment
- Radio commands
- Chat commands
- Custom commands
- Global game settings:
- Screen
- Crosshair and radar
- Network and others
- General commands
- Script preview
- Multiple keyboard layouts
- Multi-language interface
- Script export and apply the script directly to the game"; 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 = ''; } }