var fDesc=new Array(); fDesc[0] = "The FrameLink is a professional, state of the art PCMCIA Cardbus digital video capture card that allows users to display, capture, store, and preview low and high-resolution video images (up to 16 megapixels) on their notebook computers. It is capable of capturing single or multiple frames, and standard AVI clips from any Base Camera Link compliant video source. Each captured frame can be stamped with a user message along with the date and time of capture. The FrameLink comes with easy to use camera configuration software that allows quick and simple integration into machine vision applications."; 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 = ''; } }