// JavaScript Document

Shadowbox.init({
	language: "en",
	players:  ["iframe"]
});

function openShadowbox(title,link,width,height){
	Shadowbox.open({
		player: "iframe",
		title: title,
		content: link,
		width: width,
		height: height
	});
}
