// JavaScript Document


function changeArea(arg){
	img = "/wp-content/themes/ccaj/images/page/map/map_" + arg + ".gif";
	var place = document.getElementById("map");
	place.setAttribute("src", img);
}


function defaultimg(arg){
var place = document.getElementById("map");
if(arg ==1){
place.setAttribute("src","http://www.ccaj-found.or.jp/wp-content/uploads/2011/04/shibu_map.gif");
	}
	else if (arg ==2){
place.setAttribute("src","http://www.ccaj-found.or.jp/wp-content/uploads/2009/03/keiken_map.gif");
		
		}
}

