function runGmaps(){
	var attr={}
	attr.id="mapka"
	attr.wmode="transparent"
	attr.allowFullScreen="true"
	var vars={}
	vars.isHTML="true"
	for (var p in cms2.google.fm){
		vars[p]=cms2.google.fm[p]
	}
	OverPageBrowser.instance.createSwfPlayer("/modules/Google/FlashGMaps"+((location+'').indexOf('debug')>-1?'Test':'')+".swf",[cms2.google.fm.width_1,cms2.google.fm.height_1],vars,null,attr)
}