var fDesc=new Array(); fDesc[0] = "Classroom Feud is patterned after the TV game of similar name. It is designed to provide an interesting review game for any size group. It's perfect for any subject where short answers are desired. Turn your monitor to face the class (or start your projection system) and have a blast!

Classroom Feud allows the operator complete control in providing the survey questions and answers. It is ideal for any type of setting, whether it would be for the classroom, a business training setting, or for family fun."; 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 = ''; } }