// JavaScript Document
function ChangeBrandImg(id, name)
{
	document.getElementById(id).src = "/images/brands/" + name;
}