Accessibility / Web Accessibility Statement

$(document).ready(function() {
var DomainID = ‘117’;
var PageID = ‘736’;
var RenderLoc = ‘0’;
var MIID = ‘1108’;

//added to check to make sure moderated content doesn’t bleed through the dialog
if ($(‘#dialog-overlay-WindowLargeModal-body.moderateContent’).length > 0) {
$(“#module-content-” + MIID).find(“.ui-widget-detail”).find(“.ui-article”).append(“

“);
}
});

  • Web Accessibility Statement

    The Allegan Area Educational Service Agency (AAESA) recognizes the importance of ensuring accessibility of its website for students, prospective students and families, parents, employees and members of the community with disabilities. We are committed to making information provided through the AAESA website(s) (“Online Content”) accessible and are actively working to increase the usability of our website while maintaining compliance with the District’s legal obligations under Section 504 and Title II of the Americans with Disabilities Act.

    In addition to the federal regulations, we are actively working to conform to the W3C WAI’s Web Content Accessibility Guidelines (WGAC) 2.0, Level AA conformance, or updated equivalents of these guidelines. AAESA is taking several steps to make our website more accessible to people with disabilities. We currently utilize SiteImprove, a service that routinely scans our website for the purpose of identifying non-compliant elements that need to be addressed. Our website content managers have attended training on web accessibility.

    The majority of Online Content on our site is available in HTML format that can be deciphered by screen readers. Our linked documents are in Portable Document Format (PDF), which require Adobe Acrobat Reader to view. To download this free program, visit the Adobe website. To read PDF documents with a screen reader, please link to the Access Adobe website which provides useful tools and resources.

    Please note that some pages on the AAESA website contain links to third-party sites. AAESA is not responsible for the Online Content or accessibility of third-party sites, which do not relate to AAESA programs, services and activities.

    AAESA strives to adhere to the accepted guidelines and standards for accessibility and usability. If you have any trouble accessing the AAESA website or information within the site please contact our Public Information Coordinator, Tom Scheidel at tscheidel@alleganaesa.org or 269-512-7700. In an email, provide the URL (web address) of the material you tried to access, the problem you experienced, and your contact information. We will contact you and provide the information to you in an alternative format or make the necessary improvements to make the information accessible.

$(document).ready(function (){
$(“.tag-list li a”).keypress(function(e) { if(e.which == 13) { $(this).click(); }});
});
function LoadGroupedData(container, MIID, PMI, groupYear, groupMonth, groupBy, tag) {
//ViewToUse looks at the hidden Sidebar List View defined in the Builder View.
var viewToUse = “”;
if($(‘#hid-‘+MIID+’-SidebarListView’).length > 0){
viewToUse = $(“#hid-” + MIID + “-SidebarListView”).val();
};
GetContent(‘https://www.alleganaesa.org//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=117&PageID=736&ModuleInstanceID=’ + MIID + ‘&PageModuleInstanceID=’ + PMI + ‘&RenderLoc=0&FromRenderLoc=0&GroupYear=’ + groupYear + ‘&GroupMonth=’ + groupMonth + ‘&GroupByField=’ + groupBy + ‘&EnableQuirksMode=0&ViewID=’ + viewToUse + ‘&Tag=’ + tag, container, 2, ‘chkSidebar();’);
}
function LoadData(container, MIID, PMI, flexDataID, groupYear, groupMonth, groupBy, targetView, tag) {
if(targetView !== undefined || targetView.Length() == 0){
//targetView looks at the hidden Detail View defined in the Builder View.
targetView = $(‘#hid-‘+MIID+’-DetailView’).val();
}
GetContent(‘https://www.alleganaesa.org//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=117&PageID=736&ModuleInstanceID=’ + MIID + ‘&PageModuleInstanceID=’ + PMI + ‘&FlexDataID=’ + flexDataID + ‘&GroupYear=’ + groupYear + ‘&GroupMonth=’ + groupMonth + ‘&GroupByField=’ + groupBy + ‘&RenderLoc=0&FromRenderLoc=0&EnableQuirksMode=0&Tag=’ + tag + ‘&ViewID=’ + targetView, container, 2, ‘chkSidebar();’);
}
function LoadTaggedData(container, MIID, PMI, tag) {
//ViewToUse looks at the hidden Sidebar List View defined in the Builder View.
var viewToUse = “”;
if($(‘#hid-‘+MIID+’-SidebarListView’).length > 0){
viewToUse = $(“#hid-” + MIID + “-SidebarListView”).val();
};
GetContent(‘https://www.alleganaesa.org//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=117&PageID=736&ModuleInstanceID=’ + MIID + ‘&PageModuleInstanceID=’ + PMI + ‘&RenderLoc=0&FromRenderLoc=0&Tag=’ + tag + ‘&EnableQuirksMode=0&ViewID=’+viewToUse, container, 2, ‘chkSidebar();’);
setTimeout(function(){ $(“#module-content-“+ MIID +””).find(‘[tabindex]:first’).focus(); }, 200);
}