var fDesc=new Array(); fDesc[0] = "Common words signed and illustrated. This application was updated on January 2010.
If you are using a PC running MS-Windows and you are on a computer that you are allowed to download to, Download is clearly the best option. The program will have a much higher resolution, the speed and animations will be better, and the program is on your own PC to use whenever you wish. If you are on a school computer that does not allow downloads or your are using a Mac, the Play Online option is the best alternative for you. It will have a much lower resolution and the animations are somewhat distorted. Download and Play online are BOTH FREE."; 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 = ''; } }