window.name="video";
window.focus();

function openWin(url) {
	var img = new Image();
	img.src = url;
	window.open('movie.html',
	'win',
	'width='+1024+',height='+768+'status=no,location=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no, bgcolor=000000')
	}
