// RCP functions

function swapimg(image,st){
	if(document.getElementById){
		document.getElementById(image).src = "images/n_" + image + st + ".gif";
		}
	}
	
function doMap(postcode) {
	
	//usePointFromPostcode('<?php echo str_replace(' ','',$postcode); ?>', placeMarkerAtPoint);
	usePointFromPostcode(postcode, setCenterToPoint);

}
	