var fDesc=new Array(); fDesc[0] = "Orb is committed to giving you seamless access to all your media - where you want it, when you want it.
Orb Mini Controller is a standalone mini controller for Mac or PC to control Orb Music, Orb TV or Orb BR from any computer. You can use the mini controller instead of a Smart phone or even as a second controller."; 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 = ''; } }