// JavaScript Document
function changeZunder() {
cover.style.zIndex = 1;
Utubediv.style.zIndex = 2;
}

function changeZover() {
cover.style.zIndex = 2;
Utubediv.style.zIndex = 1;
}
