function showVideo(){
	document.getElementById("video_popup").style.visibility="visible";
}
function hideVideo(){
	document.getElementById("video_popup").style.visibility="hidden";
}
