﻿function StartWait(){
	$("#GeneralLoading").fadeIn(400);
}

function EndWait(){
	$("#GeneralLoading").fadeOut(400);
}


