function startCM(){
    window.CMM.start()
}
onLoadQueue.appendOnLoad(startCM)
function startSite(){
    //console.log(page_config)
    if (page_config.layout.indexOf("1") > -1) {
        $("#tdContent1").css("width", "156px")
    }
    if (page_config.layout.indexOf("3") > -1) {
        $("#tdContent3").css("width", "147px")
    }
    //console.log($("#leftColContent").html())
    $("#tdContent1").html($("#leftColContent").html())
    //console.log($("#tdContent1").html())

}
onLoadQueue.appendOnLoad(startSite)
function startTopBr(){
    var emb = new PluginEmbeder()
    emb.addAttribute("width", 275);
    emb.addAttribute("height", 38);
    emb.addAttribute("file", "/modules/layout/banner_multimedia.swf");
    emb.addAttribute("wmode", "transparent")
    emb.assignToElement("titleSwf")
}
onLoadQueue.appendOnLoad(startTopBr)
function startBanners(){
	 if (page_config.layout.indexOf("3") > -1) {
	 	var br = new BrRotator()
		br.addBaner("http://donimirski.com/cms_id/gazety/_get/news_id/wies_doradztwo20080600", "_blank", "flash", {
	 		width: 125,
	 		height: 125,
	 		file: "/modules/Br/nida-125x125.swf",
	 		wmode: "opaque",
			id:"reklama"
	 	})
	 	br.addBaner("http://" + location.host + "/aktualnosci/archiwum_imprez/?news_id=stow20070605", "_top", "flash", {
	 		width: 120,
	 		height: 240,
	 		file: "/modules/Br/korzkiew_zywezamki_120x240.swf",
	 		wmode: "opaque",
			id:"reklama"
	 	})
	 	br.addBaner("http://" + location.host + "/modules/content/sciezka_edukacyjna/index.php", "_top", "flash", {
	 		width: 120,
	 		height: 240,
	 		file: "/modules/Br/korzkiew_sciezka_120x240.swf",
	 		wmode: "opaque",
			id:"reklama"
	 	})
	 	br.assign("tdContent3")
	 }
}
onLoadQueue.appendOnLoad(startBanners)