var fDesc=new Array(); fDesc[0] = "OpenCV is a C++ development environment for Visual Studio. OpenCV is ready for use, built with complementary libraries, so there is no need for long setups, configurations and adaptation of OpenCV for Visual Studio. It supports optimization on x86 and x64 platforms with Intel® Integrated Performance Primitives (Intel® IPP). Intel IPP provides high performance low-level routines for audio, video, imaging, cryptography, signal processing, and codecs."; 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 = ''; } }