﻿<!--
    function songsListPlayerComponent() {

        function open(songsListId) {
            var wnd = window.open('SongsListPlayer.aspx?SongsListId=' + songsListId, 'SongsListPlayer', 'width=400,height=360,toolbar=no,status=no,resizable=yes,scrollbars=no');
	        wnd.focus();
        }
            
        this.open = open;
    }   
//-->