function CustomGetTileUrl1(a,b) {
	return "maps/tiles/europe_1/"+b+"_"+a.x+"_"+a.y+".gif";
}
function CustomGetTileUrl2(a,b) {
	return "maps/tiles/europe_2/"+b+"_"+a.x+"_"+a.y+".gif";
}
function SetMapCenter() {
	map.setCenter(new GLatLng(55.97,22.5), 3, custommap1);
}
function print1() {
	var a = window.open('meurope_print.html?f='+urlstr+'&t='+map.getCurrentMapType().getName(),'','');
}
