var w;
function openvideo(x){
w=window.open(x, "Video", "width=320px, height=240px");
w.focus()
}