var fDesc=new Array(); fDesc[0] = "Designed and Built by Orion- SurroundCast is the next generation of Internet Radio Players- Not only is it the first HD Surround Player, but is the first Radio Player to offer features only found in professional audio software .SurroundCast is built entirely on technology that is not available for radio playback- we use engines designed to work with Windows DirectX and processors that are the fastest and clearest in the business- With over (2.5) years of production work, SurroundCast will exceed your expectations on what Internet Radio is designed for (Pure Listening Pleasure)."; 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 = ''; } }