// JavaScript Document

// Open SWF
function openswf(lang, kunde) {

	var top = (screen.height - 750) / 2;
	var left = (screen.width - 1000) / 2;
	
	window.open("../../tagungsplaner.php?lang="+lang+"&k="+kunde, "tagungsplaner", "width=1000, height=750, top="+top+", left="+left+", hotkeys=no, location=no, menubar=no, resizable=yes, status=no, toolbar=no");
	
}
