function goGoogleMaps() {
	//window.location = " http://maps.google.co.uk/maps/ms?ie=UTF8&oe=UTF-8&q=&hl=en&om=1&msa=0&msid=117538270277116991211.00000112f6bd3705d6409";

window.open('http://maps.google.co.uk/maps/ms?ie=UTF8&oe=UTF-8&q=&hl=en&om=1&msa=0&msid=117538270277116991211.00000112f6bd3705d6409', 'mywindow', 'toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes, copyhistory=yes, resizable=yes');
}

/* Reveal Currency converter once page has loaded */
function showCConverter() {
	document.getElementById('basediv').style.visibility='visible';
}