// JavaScript Document

function setimage( id ){
	var img = document.getElementById( 'photo' );
	img.src = '/admin/image.php?image_id='+id;
}
