function swapClass(obj, style) {
	obj.className=style;
}
