var fDesc=new Array(); fDesc[0] = "Briscola Mano a Mano is based on an old-world, card game; rendered in C#. The latest version consists of two game play environments. They are designated as Solitaire and the Inter-Connected User Console or the ICU Console. Although Briscola Mano a Mano's Solitaire was designed to be an offline gaming simulator, its evolution has produced the ICU Console. As its name implies, the ICU Console allows you to play Briscola online with anyone on Briscola Mano a Mano's Gaming Network. Regardless of the environment used, both include non-volatile operation, high-level interactivity and animated game play and are packaged in customizable environments."; 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 = ''; } }