function g_celDel(a, b)
{
	return (a - (a % b)) / b;
}

function htmlStrong(text)
{
	return "<strong>"+text+"</strong>";
}
