﻿window.onload = function() 
{
    //debugger;
    try 
    {
        masterLoad();
        DisplayCartBookCount('M');
    }
    catch (err) 
    {
        alert(err);
    }
}

