
function PopVideo() {
	HomeWindow = window.open("video.html", "preview", "width=770px,height=460px,resizable,scrollbars");
	HomeWindow.focus();
}
