	var path = "/the_sunshine/home/images/";
	var img = new Array(13);
	img['normal']		= new Image();img['normal'].src = path+"img_facilities_map.gif" ;
	img['miyagi']		= new Image();img['miyagi'].src = path+"img_facilities_map_01.gif" ;
	img['fukushima']		= new Image();img['fukushima'].src = path+"img_facilities_map_02.gif" ;
	img['ibaragi']		= new Image();img['ibaragi'].src = path+"img_facilities_map_03.gif" ;
	img['saitama']		= new Image();img['saitama'].src = path+"img_facilities_map_04.gif" ;
	img['tokyo']		= new Image();img['tokyo'].src = path+"img_facilities_map_05.gif" ;
	img['kanagawa']		= new Image();img['kanagawa'].src = path+"img_facilities_map_06.gif" ;
	img['niigata']		= new Image();img['niigata'].src = path+"img_facilities_map_07.gif" ;
	img['nagano']		= new Image();img['nagano'].src = path+"img_facilities_map_08.gif" ;
	img['aichi']		= new Image();img['aichi'].src = path+"img_facilities_map_09.gif" ;
	img['osaka']		= new Image();img['osaka'].src = path+"img_facilities_map_10.gif" ;
	img['okayama']		= new Image();img['okayama'].src = path+"img_facilities_map_11.gif" ;
	img['ehime']		= new Image();img['ehime'].src = path+"img_facilities_map_12.gif" ;
	img['shizuoka']		= new Image();img['shizuoka'].src = path+"img_facilities_map_13.gif" ;
	


function override(area,position){
		document.images[position].src = img[area].src;
}

