<!--
function check () {
	if (document.miasto.ss.value == '') {
		window.alert ('Prosimy podac co najmniej 3 znaki w polu Miasto');
		document.miasto.ss.focus();
		return false;
	}
	
	return true;
}
-->
