var boostMaps = {
	targetId: 'index_contents_commonColumn_left_boostMaps',
	imageList: [
		'/img/map/index_contents_boost_map.jpg',
		'/img/map/index_contents_boost_map_hokkaido.jpg',
		'/img/map/index_contents_boost_map_tohoku.jpg',
		'/img/map/index_contents_boost_map_hokushinetus.jpg',
		'/img/map/index_contents_boost_map_kanto.jpg',
		'/img/map/index_contents_boost_map_tokai.jpg',
		'/img/map/index_contents_boost_map_kinki.jpg',
		'/img/map/index_contents_boost_map_chugoku.jpg',
		'/img/map/index_contents_boost_map_shikoku.jpg',
		'/img/map/index_contents_boost_map_kyushuokinawa.jpg'
	],

	change: function(n) {
		document.getElementById(this.targetId).src = this.imageList[n];
	}
}
