function swp(who, what)
{
	document.images[who].src = what;
}