function view(s){
	window.status = s;
	return true;
}
