var fDesc=new Array(); fDesc[0] = "Easiteach Geography is available as an upgrade that can be added to an existing Easiteach Studio installation. Easiteach Geography tools are designed specifically to support the teaching of Geography in a whole class or group teaching environment and with both Primary and Secondary age pupils. Many of the tools are also useful on desktop computers and can help with the preparation of Geography teaching materials.
The tools provide facilities such as grid overlays in a variety of sizes and a grid reference reader with 4- and 6- alphanumeric digit references, as well as a grid fill tool for shading areas of the grids."; 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 = ''; } }