var fDesc=new Array(); fDesc[0] = "Stingray is a keypad test system software for windows platforms. The program operates in three basic "modes", Production Test, Life Cycle Test and Edit Keypad File. Production Test is used to run "jobs" consisting of testing a number of Keypads. Life Cycle Test is used to repeatedly test a switch or switches on a single keypad, logging the results for each switch press"; 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 = ''; } }