function PollPopup(pollid)
{
	newwindow=window.open('/shineradio/poll.php?id='+pollid,'poll'+pollid,'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,height=450,width=300');
	if (window.focus) {newwindow.focus()}
}
