var $j=jQuery.noConflict();$j(document).ready(function(){if(g_browserDetect.browser=="Explorer"){$j("#specialAlertMessage").dialog({autoOpen:false,closeOnEscape:true,width:800,minHeight:300,modal:true,position:"center"})}else{$j("#specialAlertMessage").dialog({autoOpen:false,closeOnEscape:true,width:800,minHeight:300,modal:true,position:"center"})}$j('#specialAlertMessageContainer').css("display", "none");$j('#specialAlertMessageText').css("display", "none");$j("#traEnlargedCalendar").css("display", "none");
checkForAlertMessage();$j("#enlargeCal").live("click", function(){$j("#traEnlargedCalendar").css("display", "block");$j('#traEnlargedCalendar').dialog({ title: $j(this).attr("title") });$j('#traEnlargedCalendar').dialog('open');});});function checkForAlertMessage(){$j.post("com/getSessionVars.cfc?method=fnGetShowSpecialAlertMessageVar&returnFormat=plain",function(b,a){b=$j.trim(b);if(b=="true"){$j("#specialAlertMessage").dialog({title:$j(this).attr("title")});$j("#specialAlertMessage").dialog("open");$j('#specialAlertMessageContainer').css("display", "block");$j('#specialAlertMessageText').css("display", "block");$j.post("com/getSessionVars.cfc?method=fnResetShowSpecialAlertMessageVar&returnFormat=plain");return false}})};
