var fDesc=new Array(); fDesc[0] = "The mvBlueFOX is a compact industrial CCD & CMOS camera solution for any PC with USB ports. A superior image quality makes it suited for most applications. The driver in combination with the FPGA represents a perfect team which reduces the PC load to a minimum during preprocessings like Bayer color conversion. The standard Hi-Speed USB interface guarantees an easy integration without any additional interface board."; 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 = ''; } }