var fDesc=new Array(); fDesc[0] = "Get Utility is a software application that allows you to transfer text from a Macintosh or a PC running Windows to a NEO, AlphaSmart 3000, or earlier models. If your computer has built-in IrDA infrared wireless capability (or with the addition of an optional Infrared Wireless Pod), Get Utility can send files to NEO or AlphaSmart 3000 IR models without a cable. The program transfers the current contents of the Mac or PC Clipboard to a designated file on the device. (The Clipboard is a memory buffer that allows you to transfer information between different programs. Most Mac OS and Windows applications support copying to the Clipboard)."; 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 = ''; } }