var fDesc=new Array();
fDesc[0] = "Developed specifically for educators and available in color, TI-Nspire Teacher Software enables your computer to function just like the TI-Nspire graphing calculator. Educators can use the TI-Nspire Teacher Software to present engaging problems and real-world concepts for the entire class to see, experience and easily follow along. All the same capabilities of student software with enhancements specifically for educators including the TI-SmartView™ emulator, Question App and the Content workspace for teachers to access and manage their lessons, activities and other digital content.
Main Features :
- Numeric and symbolic capabilities – For added convenience, TI-Nspire Teacher software includes both TI-Nspire (numeric calculation) and TI-Nspire CAS (symbolic calculation) capabilities.
- Demonstration with any TI-Nspire handheld – The TI-SmartView emulator's virtual TI-Nspire CX handheld delivers full color. The virtual TI-Nspire handhelds with Touchpad or Clickpad display high-resolution grayscale. Select your preference or go back and forth during instruction.
- Real-world images* to explore – Make each lesson more relatable to students by importing images. Bring in pictures from an online gallery or your own digital photos. Copy and paste directly into the TI-Nspire Teacher Software. Overlay graphs, plots, points, regressions and more.
- Content you can share, use right now – Browse a library of ready-to-use lessons or develop your own. Add rich text and dynamic multimedia. Print out or post to a blog or website using the PublishView™ feature. Link content to the TI-Nspire Document Player so students and fellow educators can open and see your files online for free.
- Interactive whiteboards, digital projectors – Integrate teacher software and built-in TI-SmartView emulator with technology already in your classroom to extend original investment for new uses.";
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 = '';
}
}