var fDesc=new Array(); fDesc[0] = "The C-Touch black and white touch screen provides a graphical user interface for the monitoring and control of a C-Bus system. The PICED Software is used to configure the following products:Black and White C-Touch, Black and White C-Touch Mark 2, Colour C-Touch, Pascal Automation Controller (PAC), Wiser Home Control. The download also contains documentation, sample projects and images, Latest firmware for C-Touch."; 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 = ''; } }