var fDesc=new Array(); fDesc[0] = "Computair is at the forefront of software design and remains the leading developer of standard, customised and bespoke technical software for the HVAC&R industry. The Coldstore Specifier System for manufacturers offers a simple, revolutionary way for the walk-in coldstore manufacturer to communicate quotations, designs and specification with Coldstore dealer all with greater speed, accuracy and efficiency. This is a bespoke software package aimed at manufacturers of walk-in coolers and freezers, coldrooms, refrigerated warehouses, environmental walk-in rooms and related products in the food service and scientific refrigeration industries."; 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 = ''; } }