function newWin(url) {
window.open(url, "win1", "width=550, height=446, left=100, top=80")
}

function BPlay(url) {
window.open(url, "win2", "width=750, height=500, left=100, top=80")
}

function bkRadio(url) {
window.open(url, "win3", "width=300, height=397, left=100, top=80")
}