var fDesc=new Array(); fDesc[0] = "System5 is an wireless temperature monitoring system that allows you to:

- Reduce your energy costs through plant optimisation
- Improved product quality with comprehensive process monitoring
- Reduce wastage with 24hour local and remote alarms
- Alleviate audit stress with easy to produce reports on current and historical data
- Reduce time spent taking manual readings
- Reduce errors resulting from manual checks"; 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 = ''; } }