// JavaScript Document - Author: Guido
// change the cell style

function ChStyle(obj, Style)
{
	obj.className = Style;
	return;
}

