function replace(f, id)
{
	if (document.getElementById(id))
	{
		document.getElementById(id).src = f;
	}
}