﻿function clearLastBorderBottom(divId) {
    $('#' + divId + ' li').last().attr('style', 'border-bottom: 0 !important;');
}

function clearLastPaddingRight(divId) {
    $('#' + divId + ' li a').last().attr('style', 'padding-right: 0 !important;');
}

function startPortalJS() {

}

pageLoad = startPortalJS;
