var fDesc=new Array(); fDesc[0] = "FlyCast is the mobile broadcast network that gives you what you really want – choice. Choose what you want from the best music in all genres, talk radio, sports, and even hundreds the best terrestrial radio stations from around the country, delivered to the smartphone that's already in your pocket.
FlyCast works with the top smartphones – iPhone and iPod Touch, Android phones like the Droid and G1, BlackBerry Bold, Storm, Curve, Tour, even works with the iPad!. You can also enjoy FlyCast on your desktop PC or Mac at home or work, so your favorite stations can be with you whether you are on the go or at home.
Best of all, FlyCast's basic service is completely free - no monthly charges eating up your credit card."; 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 = ''; } }