var fDesc=new Array(); fDesc[0] = "The application lets you watch the live stream of Leo Laporte's TWiT network shows as well as participate in the chatroom, follow discussion on Twitter, etc. When you launch TWiT Live Desktop you'll see the default video stream, right-clicking gives you a number of options including changing the video stream between the following providers: Justin.tv (1 Mbps), BitGravity (400 Kbps), BitGravity (1 Mbps), Ustream (600 Kbps) and Audio only (58 Kbps)."; 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 = ''; } }