
function b()
{
	window.status=" "
}

//This functions writes the parameter to the status bar
function sb(words){
	window.status=words;
}