function musicplayer(URL) {
window.open(URL, 'musicplayer', 'width=350, height=350, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,left = 30,top = 30');
}