
/* default popup size for Met Police site */
function popup(url) {
	
	var hwnd=window.open(url,'metpopup','width=600,height=450,toolbars=0');
	hwnd.focus();
	return(false);

}

function popupVideo(url) {
	
	var hwnd=window.open(url,'metpopup','width=600,height=530,toolbars=0');
	hwnd.focus();
	return(false);

}

