
function swapCmnImage(obj, path, name)
{
	obj.src = "/" + path + "images/" + name;
}

