function check(){
	if(confirm("送信して宜しいですか？")){ return true; }else{ return false; }
}

function changePhoto(image){
	document.getElementById("MainPhoto").src = image;
}
