function CustomGetTileUrl1(a,b) {
	return "maps/tiles/baltic_1/"+b+"_"+a.x+"_"+a.y+".gif";
}
function CustomGetTileUrl2(a,b) {
	return "maps/tiles/baltic_2/"+b+"_"+a.x+"_"+a.y+".gif";
}
function SetMapCenter() {
	map.setCenter(new GLatLng(63.47,23.29), 4, custommap1);
}
function print1() {
	var a = window.open('mbaltic_print.html?f='+urlstr+'&t='+map.getCurrentMapType().getName(),'','');
}
