function setStatus(message)
{
	window.status=message;
};

function clearStatus()
{
	window.status="";
};
