<!--
function changePhoto(image) { 
	if (document.images) {
		document.holder.src = 'graphics/00000001/' + image;
	}
}
// -->