// JavaScript Document
<!-- 
	function newWindow(v){
		videoWindow = window.open(v, 'videoWin', 'width=360,height=350')
		videoWindow.focus()
	}
-->
