function loadImg(image)
{
	document.getElementById("f_image").src=image;
}