	function DHAChangeMenuStyle(w, t ) {
		w.className=t;
	}
	function DHANavigate( url ) {
		document.location.href = url;
		//window.navigate(url);
	}

  function sub1() {
      document.Form1.submit();
  }
 
  function sub2() {
      document.Form1.form1234.submit();
  }
 
