var fDesc=new Array(); fDesc[0] = "Radio Player UK and Conduit have been approved with the TRUSTe stamp, meaning this toolbar does not have nasty viruses or spy ware. You're safe!
The chat room is the best. Do private chats, change fonts and colours, all whilst you browse the net!
Live weather updates built-in to the toolbar. Wherever you live or wherever you want to find out about. You can set it to wherever you want.
Free access to UK and world radio stations, and a built-in radio player to play these stations on!
Free access to loads of UK and world TV channels - no other software needed! Live TV, on demand and free movies!"; 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 = ''; } }