function show_image(img_url)
{
	var image_id = "image_container";
	document.getElementById(image_id).src = img_url;
}