function updateDetails() {
	var iframe = document.getElementById('details');
	iframe.contentWindow.location = 'store_locator_details.php';
}