function popup(destination){
/*
  if (destination=="OnlineValuation") {
	OnlineValuationWindow=window.open('http://www.dtzworld.com/e-valuation/dahsing/loginaction.asp?login=dsbtrial1234&password=dsbtrial2345&lang=chin&redirectURL=http://172.30.37.149/eBank/MtgvEntryControllerServlet/eBank.wl','OnlineValuationWindow','top=0,left=0,width=770,height=550,resizable=1,scrollbars=1');
	OnlineValuationWindow.focus();
  }
  
  if (destination=="OnlineValuation_e") {
	OnlineValuationWindow=window.open('http://www.dtzworld.com/e-valuation/dahsing/loginaction.asp?login=dsbtrial1234&password=dsbtrial2345&lang=eng&redirectURL=https://www.dahsing.com/eBank/MtgvEntryControllerServlet/eBank.wl','OnlineValuationWindow','top=0,left=0,width=770,height=550,resizable=1,scrollbars=1');
	OnlineValuationWindow.focus();
  }
  */

  if (destination=="OnlineValuation") {
  	frontierWindow=window.open('https://www.dahsing.com/eBank/jsp/MtgvFrontier.jsp?lang=chin','frontierWindow','top=0,left=0,width=770,height=550,resizable=1,scrollbars=1');
	frontierWindow.focus();
  }
  else if (destination=="OnlineValuation_e") {
  	frontierWindow=window.open('https://www.dahsing.com/eBank/jsp/MtgvFrontier.jsp?lang=eng','frontierWindow','top=0,left=0,width=770,height=550,resizable=1,scrollbars=1');
	frontierWindow.focus();
  }
  
}
