﻿function onUpdating(x,y){var updateProgressDiv = $get('updateProgressDiv');updateProgressDiv.style.display = '';var updateProgressDivBounds = Sys.UI.DomElement.getBounds(updateProgressDiv);Sys.UI.DomElement.setLocation (updateProgressDiv, x, y);}
function onUpdated(){var updateProgressDiv = $get('updateProgressDiv');updateProgressDiv.style.display = 'none';}
function CalcKeyCode(aChar){var character = aChar.substring(0,1);var code = aChar.charCodeAt(0);return code;}
function checkNumber(val){var strPass = val.value;var strLength = strPass.length;var lchar = val.value.charAt((strLength) - 1);var cCode = CalcKeyCode(lchar);if (cCode < 48 || cCode > 57 ) {var myNumber = val.value.substring(0, (strLength) - 1);val.value = myNumber;}return false;}
function Openpane(paneIndex,eventElement) { var behavior = $get("ctl00_ac1").AccordionBehavior; behavior.set_SelectedIndex(paneIndex); }
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
        document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
        try {
            var pageTracker = _gat._getTracker("UA-6314073-1");
            pageTracker._trackPageview();
        } catch (err) { } 