// JavaScript Document

function popup (obj) {
	window.open(obj,'video','width=520,height=555,left=50,top=100');
}
