
function showAllowedPostcodes(url) {
	newwindow=window.open(url,'AllowedPostcodes','scrollbars=1,resizable=1,height=350,width=200');
	newwindow.focus();
}