
function newWindow(video){
	picWindow  = window.open(video,'viewWindow','resizable="no", toolbar=0, location=0, scrollbar=0, menubar=0, width=320, height=240, left=292px, top=350px')
	picWindow.focus()
}