Shadowbox.loadSkin('classic', 'http://www.sage.de/js/shadowbox/skin');

window.onload = function(){
    Shadowbox.init();
};

var openShadowbox = function(content, player, title, width, height){
    Shadowbox.open({
        content:    content,
        player:     player,
        title:      title,
		width:      width,
		height:     height
    });
};
