function hover(id,url)
{
	document.getElementById(id).src = url;
}