function LoadNotificationstyle(n){$("#Imgmsg").removeClass("img");$("#Imgmsg").removeClass("red");$("#Imgmsg").removeClass("green");$("#Imgmsg").addClass(n)}function showNotificationDialog(){$("div#target").show();$(".popup_cover").fadeIn(500);setTimeout(function(){$("div#target").fadeOut();$(".popup_cover").fadeOut()},5e3)}function showLongNotificationDialog(){$("div#target").show();$(".popup_cover").fadeIn(500);setTimeout(function(){$("div#target").fadeOut();$(".popup_cover").fadeOut()},7e3)}function HideNotificationDialog(){$("div#target").hide();$(".popup_cover").hide()}function DisplayAlertMessage(n,t){LoadNotificationstyle(n);$("#spanUserMessage").text(t);showNotificationDialog()}