﻿
function BeginProcess()
{
	$('#wait-progress').show();
}

function EndProcess()
{
	$('#wait-progress').hide();
}