def ChangeLabel (id: String, s: String, groupnumber: Int) = { dom.document.getElementById(id).asInstanceOf[domhtml.Select].getElementsByTagName("optgroup")(groupnumber).asInstanceOf[domhtml.OptGroup].label = s }