var fDesc=new Array(); fDesc[0] = "ScholarCards ™ is educational software designed as a self-educating motivator for children learning various subjects. Students are presented topics to study for a brief period. Students are required to type their answers and thus facilitate greater learning. Artificial intelligence analyzes how close and pertinent student answers are to the facts. Not just a quiz - it is a unique game that focuses on levels of knowledge. Uses the principles of constructivist theory to teach subject material. Voice feedback reads facts to students."; 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 = ''; } }