﻿function VisualizzaVideo(tst) {

var vd = document.getElementById("Video" + tst);
var d = document.getElementById("VideoDiYoutube");
//alert(d.innerHTML)
//document.write(vd.value)
d.innerHTML = vd.value;
    //alert(d.innerHTML)
}