var fDesc=new Array(); fDesc[0] = "Chemistry teaching software which simulates the bonding of Ionic compounds on screen. Learn how Ionic compounds are formed by atoms gaining and losing electrons. Includes a reference section to support students learning with basic facts and information. Price includes full site license. Use as a demonstration tool (using a projector), as a teaching tool - get pupils to access the reference sections before attempting the simulation, or as a revision tool prior to tests or exams."; 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 = ''; } }