var fDesc=new Array(); fDesc[0] = "Snowflake MultiTeach is a software suite of collaborative learning games that can be used by teachers and pupils in primary education and elementary school (K12) classrooms to ensure better engagement and collaboration by students. It makes education more fun, engaging. and memorable. This package comes with more than 30 apps with pre-loaded and customizable content."; 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 = ''; } }