function swapclass(what, newclass) {
	what.className = newclass;
}