function s(t)
{
	return ss(t.innerHTML);
}

function ss(t)
{
	window.status=t
	return true;
}

function sc()
{
	return ss('');
}
