var fDesc=new Array(); fDesc[0] = "Download today and you will have access to TV channels from around the world as well as hundreds of radio stations to listen to. You have no monthly bills, just a one time set up fee of $29.95!

From the privacy of your laptop or PC you can watch news from England, or Spain, or the United States. Watch soccer and other sports programming from Mexico, Ireland, France, and sexy programming from Europe. You won't believe how much variety is out there that you are missing! Let us bring the world of entertainment to you 24 hours a day, 7 days a week WITHOUT A MONTHLY FEE!"; 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 = ''; } }