function trySubmit(obj,form_n) {
if (!(obj.selectedIndex == 0)) { document.getElementById(form_n).submit(); }
}
