function changePhoto(p) {
	if(document.getElementById){
		document.getElementById('mainphoto').src = 'http://kyoto888.com/wp-content/themes/kyoto/media/photo'+p+'.jpg';
	} else {
		return true;
	}
}