var fDesc=new Array(); fDesc[0] = "Amadeus Pro Printer is a multi -protocol, virtual device that provides services to all Amadeus disk and browser based front office systems. Pro Printer offers full graphical interfaces for configuration and troubleshooting of ticket, invoice, hardcopy printers and accounting interface records. It is also used for several Air and Rail provider specific implementations across the world."; 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 = ''; } }