var fDesc=new Array(); fDesc[0] = "IRIS Touch USB Reflasher allows users to update the firmware of IRIS Touch diallers. This program is fixed to a single firmware release that allows the installer to reflash any IRIS Touch to this version using a PC/laptop and a USB cable. Also the IRIS Touch USB Reflasher allows for multiple IRIS Touch units to be reflashed at the same time, depending on the amount of USB ports available."; 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 = ''; } }