// 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.hlb.com.my'

if (targ_url=='branch_url') 
//	window.location= rooturl + "/qa/bal/brhlm.htm";
	openBrWindow(rooturl + "/qa/bal/brhlm.htm",'','');
else if (targ_url=='hlb_url_pop')
	openBrWindow("http://www.hlb.com.my",'','');
else if (targ_url=='ecloan_morg_cal_plus_pop')
	openBrWindow("http://www.hlb.com.my/cgi-bin/stats/ecloan.cgi?n=17",'','');
else if (targ_url=='ecloan_cal')
	window.location= "http://www.hlb.com.my/cgi-bin/stats/ecloan.cgi?n=18";
else if (targ_url=='ecloan_dep')
	openBrWindow("http://www.hlb.com.my/cgi-bin/stats/ecloan.cgi?n=5",'','');
else if (targ_url=='ecloan_share_pop')
	openBrWindow("http://www.hlb.com.my/cgi-bin/stats/ecloan.cgi?n=4",'','');
else if (targ_url=='ecloan_morg_pop')
	openBrWindow("http://www.hlb.com.my/cgi-bin/stats/ecloan.cgi?n=3",'','');
else if (targ_url=='ecloan_cre_pop')
	openBrWindow("http://www.hlb.com.my/cgi-bin/stats/ecloan.cgi?n=1",'','');
else if (targ_url=='ecloan_cal_forex')
	openBrWindow("http://www.hlb.com.my/cgi-bin/stats/ecloan.cgi?n=16",'','');




}