$(document).ready(function() {
	//jwplayer("mediaplayer").setup({ flashplayer: "./jwplayer/player.swf", file: "georgefrank-Gesamt-Lang.ogg", width:800, height:640 });
});

function showVideo() {
	$.colorbox({inline:true, href:"#video", maxWidth:'100%', maxHeight:'100%'});
}
function showVideoSWF() {
	window.top.showVideo();
}


function embedShop() {
	//$('#flashcontent').html('<div id="innerFlash"></div>');
	var flashvars = {
		promotion:"portofreiaktion-de"
	};
	var params = {
		scale: "noscale",
		salign: "lt",
		allowFullScreen: "false",
		wmode: "transparent"
	};
	var attributes = {
		id: "webshop",
		name: "webshop"
 	};

	swfobject.embedSWF("preloader-noHeader.swf", "innerFlash", "780", "645", "6", "", flashvars, params, attributes, callbackFn);
	//$('#flashcontent').append('<div id="innerFlash"></div>');
	swfobject.addLoadEvent(removeLoader);
}

function removeLoader() {
	$('#flashcontent').css('backgroundImage', 'none');
}

function callbackFn(e) {
}
