function setstatus(text)
	{
	window.top.status = text;
	return "true";
	}
