// JavaScript Document

function openwin() {
	window.open("./video.html", "", "width=320,height=256");
}
