questo e' il controllo che hai fatto
Codice PHP:
else if ( (document.modulo_add_struttura.tipo_sistem_2.value != "") && ( (document.modulo_add_struttura.pz_min2.value == "") && (document.modulo_add_struttura.pz_max2.value == "") && (document.modulo_add_struttura.pz_min2_set.value == "") && (document.modulo_add_struttura.pz_max2_set.value == "") )) { 
..... 
se si verifica ovviamente esegue quello che c'e' al suo interno (e si ferma per return false)