var fDesc=new Array(); fDesc[0] = "The Eduplay Educational Suite is a bundled product consisting of 20 individual educational software products. The bundle is jam-packed with math, reading, comprehension tests, spelling, short-term memory, concentration, logical reasoning and cognitive thinking exercises in a structured game-like learning environment. It is the most comprehensive educational software product in South Africa and caters for pre-schoolers up to learners in grade 12."; 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 = ''; } }