var fDesc=new Array(); fDesc[0] = "Connect with Big Brother Live! Get the Big Brother Tool Bar! Watch Big Brother Live with these great features included:
- See everything They Can't Show You on CBS... Big Brother live 24 hour live feeds of from the Big Brother 13 house.
- Complete live access... with Big Brother online Live Feed you can watch Big Brother online with 4 cameras at the same time and swtich easily from room to room. Watch simultaneously or enlarge the Big Brother Live Feed on one room.
- Big Brother Chat... Meet other Big Brother fans in with Big Brother Live Chat while you watch the Live Feed.
- The Big Brother Live Stream gives you live feed access to everything going on within the Big Brother House."; 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 = ''; } }