var fDesc=new Array(); fDesc[0] = "Play blackjack with two computer generated characters or by yourself.
Additional (free) play rooms can be downloaded separately.

Develop your own playing strategy with our chart builder, assign that chart to a computer player to determine if your strategy works.

Assign a betting srategy to computer players along with a chart strategy to test your ideas.
Play solo if desired with or without custom chart strategy.

Change the number of card decks in use, game speed, and many other game options as the game plays.

This program has been modified for windows Vista.

Requirements:

- Operating System: Windows 9x, ME, 2000, XP or Vista
- Memory: 64MB
- Hard Disk Space: 20MB
- Processer (Minimum): Pentium III
- Video Card: Capable of 1024 x 768 pixels at 16 bit color.

Simon Says Blackjack - a unique and captivating game that will keeps you hours in front of your PC."; 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 = ''; } }