function imgLoad(){
var imgList = new Array();
for(i=1; i<8; i++){
	imgList[i] = new Image();
	imgList[i].src="../img/map" + i + ".gif";
}
}

function imgChange(url){
	document.getElementById('change_map').src=url;
}
