var fDesc=new Array(); fDesc[0] = "The Abacast Plug-in is used for experiencing the growing number of online television stations, radio stations, and webcams streaming Abacast enabled streams. Please use the link to install a copy of the Abacast Plug-in for yourself and start enjoying the effciency and quality that Abacast Live or Abacast On-Demand has to offer. If you need any assistance please contact our support. The Abacast Plug-in does not contain adware or spyware, it is designed to give the user the best possible streaming experience available. Please read more about our integrity."; 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 = ''; } }