var fDesc=new Array(); fDesc[0] = "WHIST Card Game From Sepcial K.
This program plays the popular card game of WHIST and Knock-Out WHIST with the benefits of playing through WINDOWS. You can choose your style of play, as well as customising for different rules. It comes complete with a comprehensive help file which describes the rules and playing logic. So, it is ideal for expert and beginner alike.

AI (Artificial Intelligence) is used to enhance play and bidding.

This version has various playing fixes and enhancements."; 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 = ''; } }