// JavaScript Document
function video(){
	videoWindow = window.open("show.html", "show", "width=450,height=600");
	videoWindow.focus();
}