var fDesc=new Array(); fDesc[0] = "INFINITYHD Software is a program that generates a video stream directly to a monitor at 60 frames per second with 1080 lines of resolution. It includes an option that allows you to set the camera output to be rotated by 180 degrees. It also provides the ability to turn the power on/off, perform a white balance operation or to capture an image."; 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 = ''; } }