var newwindow;
function pop_video(url)
{
	newwindow=window.open(url,'name','height=315,width=390,left=100,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,status=yes');
	if (window.focus) {newwindow.focus()}
}