Shadowbox.init({
	// let's skip the automatic setup because we don't have any
        // properly configured link elements on the page
        skipSetup: true,
	// include the html player because we want to display some html content
        players: ["iframe"]
    });
		    

function show_player(file, width, height, bn, wid) {
    var obj = {
        content:    'http://isechtlekker.nl/aff/player/player.php?file='+file+'&width='+width+'&height='+height+'&wid='+wid+'&bn='+bn,
        player:     "iframe",
        title:      "<a href='http://click.isechtlekker.nl/ct?id="+wid+"&bn="+bn+"'><font color=\"white\">klik hier voor meer films!</font></a>",
        height:     height,
        width:      width
    };
    Shadowbox.open(obj);
    
}    
