var fDesc=new Array(); fDesc[0] = "The CYBERQII is one of the most advanced BBQ controls on the planet. It is called the CYBERQII
because it can be used to control two pits simultaneously. You can access it using this Control Interface through cyber space from any remote location, or use it locally with your PC. The CYBERQII’s USB interface is like that of a digital camera, in that it requires a PC to send and
receive data."; 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 = ''; } }