MyBB's Buddy List does that.
I'm sure you could nick the coding for it, and implement it for your radio.
EDIT:
I assume this is what you are looking for. I'm sure it is easy to adapt.
EDIT:
I'm sure you could nick the coding for it, and implement it for your radio.
EDIT:
Code:
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>
I assume this is what you are looking for. I'm sure it is easy to adapt.
EDIT:
Code:
<a href="#" onclick="MyBB.popupWindow('URL OF RADIO', 350, 350);"><img src="RADIO BUTTON URL" /></a>