
	Shadowbox.init({
		language:   "pl",
		players:    ['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'],
		resizeDuration: "0.6"
	});

	function sbOpenPrintWindow(url) {
		Shadowbox.open({
			content: url,
			player: "iframe",
			title: "Drukowanie zawartości strony - Stefasoftu.net",
			width: 650,
			height: 450
		});
	}

	function sbOpenDownloadWindow(url) {
		Shadowbox.open({
			content: url,
			player: "iframe",
			title: "Pobieranie pliku - Stefasoftu.net",
			width: 750,
			height: 350
		});
	}

