function statusIn(sTitle)
{
	self.status = sTitle;

}

function statusOut()
{
	self.status = "";
}