var fDesc=new Array(); fDesc[0] = "VisioForge Video Capture SDK allows Delphi programmers to easily integrate video capturing and processing capabilities into their software applications. This SDK can play and capture video and audio streams from TV tuners, USB capture devices, DV camcorders, PCI capture cards and IP cameras."; 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 = ''; } }