function showPicture(newSrc) {
	$("first_image").innerHTML = "<img src=\"" + newSrc + "\" border=\"0\" width=\"300\" />";
}