function newWindowVG(video) {
	videoWindow = window.open (video, "videoWindow", "width=450,height=375,left=200,top=100")
	videoWindow.focus()
}

