// JavaScript Document

function bannerOver(id, path)
{
	document.getElementById(id).src = path;
}