function afo_check ( target_page ) {
	window.open ( "check.php?target="+target_page, "check_window", "width=400,height=300" );
	return false;
}

function afo_confirm ( target_page, do_it ) {
	if ( do_it ) {
		window.opener.location = target_page;
		window.close ();
	}
}
