var fDesc=new Array(); fDesc[0] = "Basler is a leading global manufacturer of high quality digital cameras for industrial, medical, traffic and video surveillance applications. Pylon viewer is part of the Pylon Camera Software Suite, which is a collection of drivers and tools for operating ANY Basler camera from a Windows or Linux PC. Pylon Viewer is a versatile application for testing and evaluating Basler cameras. It's importance in the Pylon suite is owing to its ability to test/ evaluate any of the Basler series of cameras connected to any of the applicable Win PC environments (i.e. the OS+hardware/software configuration, particularly the NIC)."; 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 = ''; } }