﻿function showVideo()
{
    document.getElementById('introVideo').style.display = 'block'; 
    return false;
}