var fDesc=new Array(); fDesc[0] = "Sorenson SqueezeHD XCEL hardware accelerates all the MPEG-2 encoding options found in Sorenson Squeeze, including resolutions (SD & HD) up to 1920 x 1080, and works effectively alongside video capture cards from multiple vendors to provide effective capture and encoding in a single system. Sorenson SqueezeHD XCEL is fully software programmable, and contains a built-in roadmap to other HD formats as they become available. For example, planned future Sorenson SqueezeHD XCEL codecs include H.264/AVC, JPEG-2000 and Windows Media/VC1"; 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 = ''; } }