// JavaScript Document
function openWin(){
window.open('video.html','mywindow','menubar=0,resizable=1,width=320,height=285');
}