var fDesc=new Array(); fDesc[0] = "Common Vision Blox is the perfect software platform for quick and reliable vision application development. This fast, powerful and modular programming library supports all common acquisition technologies. Based on a set of highly optimized algorithms, users can even integrate custom code for total flexibility. Common Vision Blox offers you the performance, functionality and reliability you expect from a truly industrial product. Imaging at its best!"; 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 = ''; } }