function changphoto(image) { 
	if (document.images) {
		document.holder.src = image;
	}
}