function CustomGetTileUrl1(a,b) {
	return "maps/tiles/finish_1/"+b+"_"+a.x+"_"+a.y+".gif";
}
function CustomGetTileUrl2(a,b) {
	return "maps/tiles/finish_2/"+b+"_"+a.x+"_"+a.y+".gif";
}
function SetMapCenter() {
	map.setCenter(new GLatLng(59.53,27.42), 6, custommap1);
}
function print1() {
	var a = window.open('mfinish_print.html?f='+urlstr+'&t='+map.getCurrentMapType().getName(),'','');
}
