videoChange = function(thisVid) {
//videoCont.css({"display":"block", "display":"none"});

document.getElementById(thisVid).style.display="block";

}