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