//Fonction rollover by Douby

function rollOver(imageId, path)
{
	window.document.getElementById(imageId).src = path;
}

