﻿
function showDemo() {
    $(document).showMask();
    $('#divLD_LAiDemo').show().formcenter();
}

function hideLAiDemo() {
    $('#divLD_LAiDemo').hide();
    $(document).hideMask();
}

function openDemo() {
    window.open("/pages/Landing/LAI-Demo/viewFleetManagerGuide.htm", "laiDemo", "resizable=yes, width=800, height=750" );
}

$(document).ready(function() {
    $("#btnLD_Cancel").attr("href", "javascript:hideLAiDemo()");
});
