function MusicPlayer() {
    var popupURL = "musicplayer.htm";
    window.open(popupURL,"","width=120,height=10,left=0,top=0");
    }
