var fDesc=new Array(); fDesc[0] = "This program is a C/C++ library that provides a single abstract API for interfacing video camera libraries. VideoWrapper is an API adapter. Calls to the VideoWrapper API are converted to calls into the camera’s native API. The key features of this program are: simultanious capture from multiple native camera APIs, add support for new camera types without recompiling and easily extensible to adapt additional camera APIs."; 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 = ''; } }