function startMieszkania() {
	var mEmb = new PluginEmbeder()
	if (mieszkaniaRole == "ROLE_GARAZE") {
		mEmb.detectVersion = [ 9, 0, 28 ];
		mEmb.showQuestionLink = true
		mEmb.useExpressInstall = true;
		mEmb.addAttribute("width", 980);
		mEmb.addAttribute("height", 429);
		mEmb.addAttribute("file", "/modules/Mieszkania/MieszkaniaFiltered_" + lang
				+ ".swf")
		mEmb.addAttribute("wmode", "transparent");
		mEmb.addAttribute("id", "MieszkaniaSwf");
		mEmb.addVariable("isHTML", "true");
		mEmb.addVariable("role", mieszkaniaRole);
		mEmb.addVariable("nazwaOsiedla", lang == "pl" ? "Osiedle" : "Estate")
		mEmb.addVariable("useZoomnig", "true");
mEmb.addVariable("mediaPath", "/modules/content/");
		//mEmb.addVariable("styleFile", "garaze.swf");
		mEmb.addVariable("column_garaze_strefa", lang == "pl" ? "Numer budynku"
				: "Building number")
	}else if (mieszkaniaRole == "ROLE_MIESZKANIA") {
cms2.siteSwf={}
		cms2.siteSwf.getRef=function(){
			return document.getElementById('MieszkaniaSwf')
		}
		document.getElementById("divMieszkania").style.height='510px'
		document.getElementById("tdPageContent").style.padding='0px'	
		mEmb.detectVersion = [ 9, 0, 28 ];
		mEmb.showQuestionLink = true
		mEmb.useExpressInstall = true;
		mEmb.addAttribute("width", 980);
		mEmb.addAttribute("height",'100%')
		if(String(location).indexOf('debugMieszkania')>-1){
			mEmb.addAttribute("file", "/build/Mieszkania/MieszkaniaFiltered.swf")
		}else{
			mEmb.addAttribute("file", "/modules/Mieszkania/MieszkaniaFiltered_" + lang
					+ ".swf")
		}
		mEmb.addAttribute("wmode", "transparent");
		mEmb.addAttribute("id", "MieszkaniaSwf");
		mEmb.addVariable("isHTML", "true");
		mEmb.addVariable("role", mieszkaniaRole);
		mEmb.addVariable("nazwaOsiedla", lang == "pl" ? "Osiedle" : "Estate")
		mEmb.addVariable("pokazLinkSign", true);
mEmb.addVariable("showBottomText","true")
mEmb.addVariable("mediaPath", "/modules/content/");
	}
	mEmb.assignToElement("divMieszkania");
}
onLoadQueue.appendOnLoad(startMieszkania);
if (mieszkaniaRole == "ROLE_MIESZKANIA"){
cms2.mieszkaniaResize=function(){
	var h=Math.max($(document).height()-300-85,510)
	$('#divMieszkania').height(h)
}
onLoadQueue.appendOnLoad(cms2.mieszkaniaResize)
}
