/* Copyright (C) 2011 Microsoft Corporation */registerNamespace("$UI");$UI.NotificationBar={notify:function(a,c,b){a.className=a.className.replace(/Error(High|Med|Low)/,"")+" Error"+c;if(typeof b=="string")a.innerHTML=b},render:function(a,b){a.className+=" UI_NotificationBar";if(b=="1")a.style.borderLeftWidth=a.style.borderRightWidth=0}}
