﻿function remove_thickbox(redirectUrl) {
	if (redirectUrl != '') {
		window.parent.document.location.href = redirectUrl;
	}
	closeWorkarea();
}