var fDesc=new Array(); fDesc[0] = "TI-Program Editor for Voyage™ 200 is a TI tool you can use to create program and program-related files for your Voyage™ 200 Personal Learning Tool (PLT). With this tool, you can create and edit any of the following:

Device programs
Functions
Text files
String variables

When you create program or program-related files, you can save them on your computer and send them to TI handheld devices whenever necessary."; 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 = ''; } }