var fDesc=new Array(); fDesc[0] = "Watch your favourite television channels and tune in to the amazing radio stations from around the world with your Smarty Ibox.
Smarty Ibox allows users to watch all the most popular television channels and listen to the most popular radio stations all needed is just an internet connection and nothing else.
So people enjoy whenever, wherever you are, just an internet connection and one click thats all you will be watching your favourite channels live!!"; 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 = ''; } }