function checkrequirerec(which){
var pass=true


// wojewodz
// miasto


/*

if (document.addcat.name.value =="0"){
document.addcat.name.style.backgroundColor="yellow"

return false
}else{
document.addrec.name.style.backgroundColor="white"
}
*/


if (document.addrec.name.value.length ==""){
document.addrec.name.style.backgroundColor="yellow"
document.addrec.name.focus();
return false
}else{
document.addrec.name.style.backgroundColor="white"
}


if (document.addrec.ad_plec.value =="0"){
document.addrec.ad_plec.style.backgroundColor="yellow"
document.addrec.ad_plec.focus();
return false
}else{
document.addrec.ad_plec.style.backgroundColor="white"
}



if (document.addrec.ad_wiek.value.length ==""){
document.addrec.ad_wiek.style.backgroundColor="yellow"

document.addrec.ad_wiek.focus();
return false
}else{
document.addrec.ad_wiek.style.backgroundColor="white"

}






if(document.addrec.ad_cat.selectedIndex == "0"){
document.addrec.ad_cat.style.backgroundColor="yellow";
document.addrec.ad_cat.focus();
return false
}else{
document.addrec.ad_cat.style.backgroundColor="white"
}






/* chip, paszport, tatuaz */
/*

if (document.addrec.opisk.value.length ==""){
document.addrec.opisk.style.backgroundColor="yellow"

document.addrec.opisk.focus();
return false
}else{
document.addrec.opisk.style.backgroundColor="white"

}




if (document.addrec.kontakt.value.length ==""){
document.addrec.kontakt.style.backgroundColor="yellow"

document.addrec.kontakt.focus();
return false
}else{
document.addrec.kontakt.style.backgroundColor="white"

}

*/

return true
}

