var fDesc=new Array(); fDesc[0] = "Blackjack Counter is a drillmaster program designed to help you learn advanced card counting techniques and basic strategy. It is power-packed with expert features, yet it's perfect for novices looking to start counting cards. Use one of the popular built-in count systems, or enter your own favorite. Includes count-down drills, index tests, bet-size checks, true counts, and more! Features:

- Pre-programmed with many popular card counting systems
- Index mode lets you completely specify play indices for strategy deviations based on count
- Configurable Drill mode for testing index values on plays
- Powerful Count mode for count-down tests on run or true count, bet sizes, etc.
- Full support for run count and true count systems
- Support for fractional count and index values"; 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 = ''; } }