function showStatus(msg){
	if(msg == '')
		window.status = 'Huml Family Website';
	else
		window.status = msg;
	return true;
}