//openMap
function openMap()
{
	window.open('http://www.ezemvelo.co.za/map.php','','resizable=no,scrollbars=no,width=550,height=500');	
}
