Shadowbox.init({
    // skip the automatic setup again, we do this later manually
    skipSetup: true
});

window.onload = function() {

    // set up all anchor elements with a "movie" class to work with Shadowbox
    Shadowbox.setup("a#visning360", {
    	player:	    "iframe",
        title:      "360Visning",
        height:     679,
        width:      910,
        handleOversize: "none"
	
    });

};

