var fDesc=new Array(); fDesc[0] = "ChessSchoolmaster Demo School Edition is free of charge. It has a limited number of examples, excercises, games, puzzles and tests from the full version.
ChessSchoolmaster School Edition makes possible to perform teaching chess in schools and chess clubs. The use of computer technology facilitate learning, enables critical thinking and a desire to learn. The teacher needs to consider the students' background knowledge, environment and learning goals. He will find ChessSchoolmaster as a useful assistant. By learning with worksheets students also have a different way of absorbing information and of demonstrating their knowledge."; 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 = ''; } }