function pop_video(u) {
	Pop_FM = window.open(''+ u ,'','toolbar=0, location=0, status=0, scrollbars=0, resizable=0, menuBar=0');
	Pop_FM.focus();
	}