﻿
var isPageLoaded;
function initLoad()
{
    isPageLoaded = false;
}

function endLoad()
{
    isPageLoaded = true;
}
    
