var fDesc=new Array(); fDesc[0] = "PixeLINK® Software Development (SDK) Kit is the software package of choice for developers and system integrators who are integrating PixeLINK® cameras into their applications. With the PixeLINK® SDK, developers can integrate PixeLINK® cameras into their custom applications with ease. The PixeLINK® SDK includes PixeLINK® Capture OEM, an application that controls all the camera functions and demonstrates camera performance. Best of all, the PixeLINK® SDK provides an API that is consistent across all PixeLINK® camera models – allowing for simple integration and less development time."; 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 = ''; } }