function checkrequirecity(which){
var pass=true

if (document.formcity.miasto.value.length ==""){
document.formcity.miasto.style.backgroundColor="yellow"

return false
}else{
document.formcity.miasto.style.backgroundColor="white"
}

/*
if (document.formcity.gmina.value =="0"){

document.formcity.gmina.style.backgroundColor="yellow"

return false
}else{
document.formcity.gmina.style.backgroundColor="white"

}
*/

if (document.formcity.powiat.value =="0"){

document.formcity.powiat.style.backgroundColor="yellow"

return false
}else{
document.formcity.powiat.style.backgroundColor="white"

}






return true
}


// jesli status jest zaadoptowany to pokaz pole uwagi