function tb_close( tb_login )
{
	if( tb_login == "true" )
	{
		parent.document.location.reload();
	}
	tb_remove();
}