function imageFunction(path)
{
	document.getElementById("image").src =  path;
}