﻿
function ShowVideo() {
    $('.divShadowBox').css('height', $(document).height());
    $('.divShadowBox').fadeIn('fast');
}

function CloseVideoPopout() {
    $('.divShadowBox').fadeOut('fast');
}


