﻿// Global error handlig
function handleErrors(errStr, url, lineNum) {
    //alert(errStr);
    return true;
}

window.onerror = handleErrors;

//-- Notify script laoded to the script manager
if (typeof (Sys) !== "undefined") Sys.Application.notifyScriptLoaded();

