function mouseover(id, bild)
{
	if (document.getElementById(id))
	{
		document.getElementById(id).src = bild;
	}
}
