var fDesc=new Array(); fDesc[0] = "ZunTzu is a tool that allows you to play boardgames and wargames live with your friends over the Internet.

The program features the following: built-in voice communication, built-in videoconferencing for webcam owners, intuitive user interface close to the game table experience, iigh quality DirectX graphics and animations, animated 3D dice, intuitive management of counter stacks and card decks, and much more."; 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 = ''; } }