var nieuw = null;
function webplayer() {
    nieuw = window.open('', 'webplayer', 'width=485,height=250,resizable=0');
    if (nieuw != null) {
    if (nieuw.opener == null) {
        nieuw.opener = self;
        }
    nieuw.location.href = 'webplayer.php';
    }

}
