function webbradio() {
window.open( "webbradio.php", "myWindow", 
"status = 1, location = 0, height =250 ,  width = 540, resizable = 0" )
}


function openit() {
newWindow = window.open('webbradio.php', 'myWindow', 'width=252,height=410');
}
