var fDesc=new Array(); fDesc[0] = "The eCortec is a dynamic configuration tool that is used to define the model number and order details for the Bitronics, iSTAT and METRiK product ranges. The user can create a full specification of the product and so reduce the order process time. Also included are summary descriptions of the products and also links to the specific product page on the Alstom web site so that manuals and brochures can be downloaded. Additionally the eCortec can decode many existing model numbers and can advise on the alternatives for many obsolete products."; 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 = ''; } }