// FUNCION STATUS //

function setStatus(strText){
	window.status = (strText) ? strText : "";
	return true;
}

