var fDesc=new Array(); fDesc[0] = "The Orb MyCast plugin for Winamp works with the Orb for Windows XP. The Orb software turns an always connected PC into a Personal Broadcasting System, streaming all her content to her in the right media format, bitrate, and screen resolution for whatever mobile phone, PDA, or PC she's using to access her content. No special mobile software is required."; 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 = ''; } }