function getVKS(region) {
	$('#vkstellen').load('fileadmin/libs/sft/verkaufsstellen.php?region=' + region, "", sIFRit);

}

function startVKMask() {

	// Ausrichtung der Elemente
	
	$("#spaceholder_cell").width(0);
	
	$("#vkmap").css("position", "relative").css("bottom","170px");
	$("#vklegend").css("position", "relative").css({ width: "150px", bottom: "450px", left: "400px" });
	
	$("#vkstellen").css("position", "relative").css("bottom","350px");
	$("#reg_title").css("position", "relative").css("bottom","350px");	
	
	
	// sIFR verhindern
	$("html").removeClass("sIFR-hasFlash");

	
}

function sIFRit() {
	if(typeof sIFR == "function"){
	   sIFR.replaceElement(
	      named(
	         {
	         sSelector:"h1.xheader", 
	         sFlashSrc:"fileadmin/assets_sft/libs/sifr/din.swf", 
	         sColor: sifr_color[0], 
	         sLinkColor: sifr_color[1], 
	         sBgColor: sifr_color[2], 
	         sHoverColor: sifr_color[3], 
	         nPaddingBottom: 3,
	         nPaddingTop: 3,
	         nPaddingLeft: 30,
	         sFlashVars:"textalign=center&offsetLeft=30"
	         }
	      )
	   );
	};	
	
	$('img[@src$=.png]').ifixpng(); 
}
