1) if (document.form[0].nomecampo.type == 'checkbox') ...

2) facile, document.getElementById('campo1').selectedIndex = x
nella forma document.nome_form.nome_campo funziona di sicuro, con il getElementById non so