﻿
function divFileHide() {
var divLoading = document.getElementById('loadingFileDiv');
divLoading.style.display = 'block';
}

function divFileShow() {
var divLoading = document.getElementById('loadingFileDiv');
divLoading.style.display = 'none';
}

function upload(){
divFileHide();
}

function onComplete( result ) {
divFileShow();
}


function aceptado(src, arg) {
    return arg.IsValid=document.getElementById(control).checked;
}
