function startPlacesMap(){
	var emb=new PluginEmbeder()
	emb.addAttribute("id","mapka")
	emb.addAttribute("width",cms2.google.fm.width_1)
	emb.addAttribute("height",cms2.google.fm.height_1)
	emb.addAttribute("file","/modules/Google/FlashGMaps"+((location+'').indexOf('debug')>-1?'Test':'')+".swf")
	emb.addAttribute("wmode","transparent")
	emb.addAttribute("allowFullScreen","true")
	emb.addVariable("isHTML","true")
	for (var p in cms2.google.fm){
		emb.addVariable(p,cms2.google.fm[p])
	}
	emb.assignToElement("FlashGMapsDiv")
	emb.startProxy()
	var eiListener=function(param){
		if(param.type=='image'){
			OverPageBrowser.instance.showImage(param.image,param.title)
		}
	};
	addExternalInterfaceListener(eiListener)
}
onLoadQueue.appendOnLoad(startPlacesMap)