var fDesc=new Array(); fDesc[0] = "WHIST Card Game From Special 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. This has proved very popular for all levels of play, from new beginner, through occassional player, to seasoned expert. It has animation, and supports all screen resolutions and sound cards. So, it is ideal for expert and beginner alike. 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 = ''; } }