var fDesc=new Array(); fDesc[0] = "KX-TVA voice processor working in a typical business or home environment, providing both automated attendant and voicemail service, with a Panasonic KX-TD, KX-TA, KX-TAW or KX-TDA series phone system. It should take about an hour."Maintenance Console" is just a fancy stupid name for the software used to program you voice processor. It is provided free, on the CD-ROM packaged with your voice processor."; 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 = ''; } }