var fDesc=new Array(); fDesc[0] = "Upfront is an expandable teaching resource consisting of high-quality, teacher-created educational questions. Upfront has been specifically designed for group teaching and learning situations, for use alongside modern presentation technology such as interactive whiteboards, touch screens, digital projectors and laser pointers.

When a question list has been created or loaded, it is displayed in a window called the Upfront Player. From the Upfront Player, you can save your question list using the file toolbar, play through your question list using the play toolbar, change the way the question list plays with play settings, create student worksheets with the Worksheets Wizard, and add notes to your question list."; 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 = ''; } }