
document.write('<script language="javascript" type="text/javascript" src="fileadmin/templates/main/js/swfobject.js"></script>');

function embedFlash() {
	var flashvars = {
		loadCoverFlowUrl : "http://www.karg-und-petersen.de/index.php?id=43"
		};
	var params = {
		menu:false
		};
	var attributes = {};
	
	swfobject.embedSWF("fileadmin/templates/main/flash/kup_coverflow.swf", "flash_object", "820", "200", "9.0.0", "", flashvars, params, attributes);
	document.getElementById("flash_object").style.display = 'block';
	document.getElementById("flash_object").focus();
}

function init() {
	embedFlash();
}

window.onload = init;
