// JavaScript Document
// href="javascript:;" onClick="redirecturl('ecloan_cal')"
//<SCRIPT LANGUAGE="JavaScript" SRC="../js/const.js"></SCRIPT>

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

function redirecturl(targ_url)
{ 

rooturl ='http://www.hlib.com.my'

if (targ_url=='branch_url') 
//	window.location= rooturl + "/qa/bal/brhlm.htm";
	openBrWindow(rooturl + "/qa/bal/brhlim.htm",'','');
//else if (targ_url=='hlb_url_pop')
//	openBrWindow("http://www.hlb.com.my",'','');
//else if (targ_url=='ecloan_morg_cal_plus_pop')
//	openBrWindow("https://www.ecloan.com.my/mortgage/calculator/mortgageplus.asp",'','');
//else if (targ_url=='ecloan_cal')
//	window.location= "https://www.ecloan.com.my/calculator/calculator.asp#calculators";
//else if (targ_url=='ecloan_dep')
//	openBrWindow("https://www.ecloan.com.my/DepositApp/fdep_form1.asp",'','');
//else if (targ_url=='ecloan_share_pop')
//	openBrWindow("https://www.ecloan.com.my/sharemargin/fgetloan.asp",'','');
//else if (targ_url=='ecloan_morg_pop')
//	openBrWindow("https://www.ecloan.com.my/MortgageApp/fgetloan.asp",'','');
//else if (targ_url=='ecloan_cre_pop')
//	openBrWindow("https://www.ecloan.com.my/creditcard/cc_form1.asp",'','');
else if (targ_url=='ecloan_cal_forex')
	openBrWindow("https://www.ecloan.com.my/calculator/Forexrate.asp?source=dp",'','');




}