function commentShowError(text)
{
    alert(text);
}
function hideRegisterWindow() {
	$.unblockUI();
}
