phot_no=1;
function img_set(no) {
	if(no>12) no=1;
	document.photyume2005.src = "image2005/yume_"+no+".jpg";
	phot_no=no;
}