var openShadowbox = function(playlistURL, title){
    Shadowbox.open({content: '/flash/video/videoPlayer.swf?playlistURL='+escape(playlistURL), player:'swf', title:title, width:'720', height:'480'});
};
var closeShadowbox = function(){
    Shadowbox.close();
};
window.onLoad = Shadowbox.init({skipSetup:true, language:"nl", players:["swf"]});