var fDesc=new Array(); fDesc[0] = "Oregan Media Browser provides a web standards-based, fast-track media player solution for manufacturers of IP-connected TVs and Set Top Boxes wishing to deploy user-generated and rights-managed Internet video services across a variety of form factors. The software runs an advanced user interface and video applications in a limited memory footprint, allowing for optimal implementation on low cost iDTV and STB media decoder chipsets."; 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 = ''; } }