var fDesc=new Array(); fDesc[0] = "VIRTUAL MOTOR SKILLS is a software program designed to give the user with limited motor skills the virtual experience of performing tasks by picking up, putting down, and moving objects around using 1 or 2 switches, a mouse click, or the computer keyboard. In many of the activities, the user controls a life-like hand to complete tasks such as picking up colored pegs and placing them in their matching colored slots."; 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 = ''; } }