var PrStyle;
function ChStyle(obj, NwStyle, NrStyle) {

	PrStyle = obj.className;
	obj.className = NwStyle;
	PrSelection = obj;
	return;
}