var fDesc=new Array(); fDesc[0] = "Notiloo Internet Radio is developed by Tekcods.

Notiloo Internet Radio is a free application that allows you to connect to radio stations all over the world. You can connect to radios from a large variety of countries like Albania,Andorra,Armenia,Austria,Belarus,Belgium,Brazil,Bulgaria,Canada,Russia,Italy and so much more countries.

You can chose from a large variety of genders like Country,Dance,Electronic,HipHop,Hits,Jazz,Pop and alot more , you can also listen to information,news and even catholic radio stations"; 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 = ''; } }