var fDesc=new Array(); fDesc[0] = "In 2000, we launched a range of simulators: Crocodile Physics, Crocodile Chemistry, Crocodile Technology and Crocodile ICT. Since then, they've been used by many schools around the world.

Since 2006, we've been converting them to a new software platform, called Yenka. Yenka has brought many new features, including 3D simulation, free home use and an online library of lessons and activities."; 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 = ''; } }