//
//open postcode popup
function openPostcode(url){
	theWindow = window.open(url, 'postcodepopup', 'height=550,width=580,scrollbars=yes'); 
	theWindow.focus();
}
