function winStatus( msg ) {
	window.parent.status = msg;
	return true;
}