function rollOver(idIma,url)
{
	var image;
	image = document.getElementById(idIma);
	image.src = url;
}
