function playVideo() { 
	newwindow=window.open('video.html','name','height=230,width=320');
	if (window.focus) {newwindow.focus()}

}