﻿function ShowVideo(url) {
    document.getElementById("MoviePanel").style.display = "Block";
    document.getElementById("Movie").src = url;
}
