<!--

function goSearch2() {
  lay=document.getElementById("Layer1");
  if (document.frmPhonic2.txtSearch.value == null || document.frmPhonic2.txtSearch.value == "" || document.frmPhonic2.txtSearch.value=="輸入中文單字") {
    alert(" 請輸入中文單字。 ");
  } else {
    window.searchFrame.document.frmPhonic.txtSearch.value=document.frmPhonic2.txtSearch.value;
    window.searchFrame.document.frmPhonic.submit();
    document.getElementById("Layer1").style.visibility="visible";
  }
  return false;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  			window.open(theURL,winName,features);
}
//-->
