var fDesc=new Array(); fDesc[0] = "Tic Tac Dooh! is our version of the popular TV game show, Hollywood Squares. Tic Tac Dooh! represents many hours of programming and testing, along with use in classrooms worldwide. Although this is the first major release of the software, it is built on a successful platform that we have been developing for years.

Like all of our programs, Tic Tac Dooh! allows the instructor complete control in preparing and playing the game. It is ideal for any type of setting, whether it would be for classrooms, business purposes, or for family fun! Tic Tac Dooh is for Windows-based computers."; 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 = ''; } }