
function on(text)	{ self.status=text; return true }

function off()		{ self.status=""; return true }
