 		function clearFieldName(){
 			document.getElementById('senderName').value = "";
 		}
 		
  		function clearFieldEmail(){  		
 			document.getElementById('sender').value = "";
 		} 	
 		
  		function clearMessage(){
 			document.getElementById('message').value = "";
 		} 	  	
  		
 
		function showMap(){
			window.open("/mapka.html", "myWindow", "status = 1, height = 380, width = 425, resizable = 0" );
	 
		}

