function ShowDivAndDivShim(a,d){var c=document.getElementById(a);var b=document.getElementById(d);if(c!=null&&c!="undefined"){c.style.display="block"}if(b!=null&&b!="undefined"){b.style.display="block";b.style.width=c.offsetWidth;b.style.height=c.offsetHeight;b.style.top=c.style.top;b.style.left=c.style.left;b.style.zIndex=c.style.zIndex-1}}function HideDivAndDivShim(a,d){var c=document.getElementById(a);var b=document.getElementById(d);if(c!=null&&c!="undefined"){c.style.display="none"}if(b!=null&&b!="undefined"){b.style.display="none"}}if(typeof(Sys)!="undefined"&&typeof(Sys.Application)!="undefined"){Sys.Application.notifyScriptLoaded()};
