var fDesc=new Array(); fDesc[0] = "ATMdesk is a standalone diagnostic solution for NCR 56xx, Personas (58xx) and SelfServ (66xx) ATMs. You can simply boot your NCR ATM from a floppy, flash or CD and have access to all devices with a familiar diagnostic interface. ATMdesk provides you with all M-Data and M-Status Bits in Clear Text to easily identify the nonworking parts of an ATM, to repair/replace only what is definitely defective."; 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 = ''; } }