﻿var selectedSection;
var selectedSubSection;
var selectedSecondSubSection;
var langNo;


function MM_swapImgRestore() { //v3.0
	var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
	var d=document;
	if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function over(imgname, filname){
	if (document.images)
		{imgname.src = filname;}
}

function out(imgname, filname){
	if (document.images)
		{imgname.src = filname;}
}

function showTopBanner(){
	var tempLink;
	if (selectedSection!='0'&&selectedSection!='1'&&selectedSection!='2'&&selectedSection!='3'&&selectedSection!='4'&&selectedSection!='5'&&selectedSection!='6') {
		tempLink = 'index.htm';
	} else{
		if (selectedThirdSubSection!=""){
			tempLink = ThirdSubSection[langNo][selectedSection][selectedSubSection][selectedSecondSubSection][selectedThirdSubSection];
		} else if (selectedSecondSubSection!=""){
			tempLink = SecondSubSection[langNo][selectedSection][selectedSubSection][selectedSecondSubSection];
		} else if (selectedSubSection!=""){
			tempLink = SubSection[langNo][selectedSection][selectedSubSection];
		} else {
			tempLink = MainSection[langNo][selectedSection];
		}
	}
	document.writeln('<tr>');
	document.writeln('	<td>');
	document.writeln('		<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('			<tr>');
//	alert (selectedSection);
	if (selectedSection!='0'&&selectedSection!='1'&&selectedSection!='2'&&selectedSection!='3'&&selectedSection!='4'&&selectedSection!='5'&&selectedSection!='6') {
		document.writeln('				<td rowspan="2"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/welcome.gif" WIDTH=338 HEIGHT=76 ALT="" border="0"></td>');
	} else {
		document.writeln('				<td rowspan="2"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/spacer.gif" WIDTH=338 HEIGHT=76 ALT="" border="0"></td>');
	}
	document.writeln('				<td align="right"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/logo_bea_index.gif"  ALT="" border="0"></td>');
	document.writeln('			</tr>');
	document.writeln('			<tr> ');
	document.writeln('				<td align="right"><a href="/hk/index_tc.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'home\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_home_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_home.gif" ALT="" name="home" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="/hk/sitemap/index_tc.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'sitemap\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap.gif"  ALT="" name="sitemap" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="/hk/contact_us/index_tc.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact_us\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us.gif" ALT="" name="contact_us" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT=""><a href="../tc/'+tempLink+'" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'tc\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_tc_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_tc.gif" ALT="" name="tc" border="0"></a><img src="/FileManager/TC/UTIL_UTEMPLATE/images/spacer.gif" width="11" height="11"></td>');
   document.writeln('    		</tr>');
	document.writeln('		</table>');
	document.writeln('	</td>');
	document.writeln('</tr>');
}


function showWelcomeTopBanner(){
	document.writeln('<tr>');
	document.writeln('	<td>');
	document.writeln('		<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('			<tr>');
	document.writeln('				<td rowspan="2"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/welcome.gif" WIDTH=338 HEIGHT=76 ALT="" border="0"></td>');

	document.writeln('				<td align="right"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/logo_bea_index.gif"  ALT="" border="0"></td>');
	document.writeln('			</tr>');
	document.writeln('			<tr> ');
var url = document.location.toString();
if (url.indexOf('.htm') != -1)
	document.writeln('				<td align="right"><a href="/hk/index_tc.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'home\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_home_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_home.gif" ALT="" name="home" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="/hk/sitemap/index_tc.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'sitemap\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap.gif"  ALT="" name="sitemap" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="/hk/contact_us/index_tc.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact_us\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us.gif" ALT="" name="contact_us" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT=""><a href="#" onclick=\'document.location=replaceString("index_tc.htm","index.htm",location.href.toString().toLowerCase().replace(/#$/,""));\' onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'en\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_eng_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_eng.gif" ALT="" name="en" border="0"></a><img src="/FileManager/TC/UTIL_UTEMPLATE/images/spacer.gif" width="11" height="11"></td>');
else
	document.writeln('				<td align="right"><a href="index.aspx?nodeID=2352&langNo=2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'home\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_home_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_home.gif" ALT="" name="home" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="index.aspx?nodeID=2433&langNo=2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'sitemap\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap.gif"  ALT="" name="sitemap" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="index.aspx?nodeID=2434&langNo=2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact_us\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us.gif" ALT="" name="contact_us" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT=""><a href="#" onclick=document.location=replaceString("langno=2","langno=1",location.href.toString().toLowerCase().replace(/#$/,"")); onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'en\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_eng_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_eng.gif" ALT="" name="en" border="0"></a><img src="/FileManager/TC/UTIL_UTEMPLATE/images/spacer.gif" width="11" height="11"></td>');
    document.writeln('    		</tr>');
	document.writeln('		</table>');
	document.writeln('	</td>');
	document.writeln('</tr>');
}

function showContentTopBanner(){
	document.writeln('<tr>');
	document.writeln('	<td>');
	document.writeln('		<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('			<tr>');
	document.writeln('				<td rowspan="2"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/spacer.gif" WIDTH=338 HEIGHT=76 ALT="" border="0"></td>');
	document.writeln('				<td align="right"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/logo_bea_index.gif"  ALT="" border="0"></td>');
	document.writeln('			</tr>');
	document.writeln('			<tr> ');
var url = document.location.toString();
if (url.indexOf('.htm') != -1)
	document.writeln('				<td align="right"><a href="/hk/index_tc.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'home\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_home_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_home.gif" ALT="" name="home" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="/hk/sitemap/index_tc.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'sitemap\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap.gif"  ALT="" name="sitemap" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="/hk/contact_us/index_tc.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact_us\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us.gif" ALT="" name="contact_us" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT=""><a href="#" onclick=\'document.location=replaceString("index_tc.htm","index.htm",location.href.toString().toLowerCase().replace(/#$/,""));\' onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'en\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_eng_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_eng.gif" ALT="" name="en" border="0"></a><img src="/FileManager/TC/UTIL_UTEMPLATE/images/spacer.gif" width="11" height="11"></td>');
else
	document.writeln('				<td align="right"><a href="index.aspx?nodeID=2352&langNo=2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'home\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_home_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_home.gif" ALT="" name="home" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="index.aspx?nodeID=2433&langNo=2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'sitemap\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_sitemap.gif"  ALT="" name="sitemap" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT="" border="0"><a href="index.aspx?nodeID=2434&langNo=2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact_us\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_contact_us.gif" ALT="" name="contact_us" border="0"></a><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_dot.gif" ALT=""><a href="#" onclick=document.location=replaceString("langno=2","langno=1",location.href.toString().toLowerCase().replace(/#$/,"")); onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'en\',\'\',\'/FileManager/TC/UTIL_UTEMPLATE/images/btn_eng_over.gif\',1)"><IMG SRC="/FileManager/TC/UTIL_UTEMPLATE/images/btn_eng.gif" ALT="" name="en" border="0"></a><img src="/FileManager/TC/UTIL_UTEMPLATE/images/spacer.gif" width="11" height="11"></td>');
    document.writeln('    		</tr>');
	document.writeln('		</table>');
	document.writeln('	</td>');
	document.writeln('</tr>');
}

function replaceString(oldS,newS,fullS) {
	// Replaces oldS with newS in the string fullS
	for (var i=0; i<fullS.length; i++) {
	      if (fullS.substring(i,i+oldS.length) == oldS) {
		       fullS = fullS.substring(0,i)+newS+fullS.substring(i+oldS.length,fullS.length)
	      }
	}
	return fullS
}



function showfooter(){
document.writeln('<!-- Footer Start  --><TR><TD>');
document.writeln('<TABLE cellSpacing=0 cellPadding=0 width=755 border=0><LINK href="../common/common_tc.css" type=text/css rel=STYLESHEET>');
document.writeln('<TBODY>');
document.writeln('<TR>');
document.writeln('<TD background="/FileManager/TC/UTIL_UTEMPLATE/images/footer01.gif"><IMG height=12 alt="" src="/FileManager/TC/UTIL_UTEMPLATE/images/spacer.gif" width=775></TD></TR>');
document.writeln('<TR>');
var url = document.location.toString();
if (url.indexOf('.htm') != -1)
	document.writeln('<TD class=footer align=middle bgColor=#e0e0e0 height=20><A href="/hk/os/index_tc.htm">其他服務</A> | <A href="/hk/ci/investor_comm/index_tc.htm">投資者通訊</A> | <A href="/hk/ci/career/index_tc.htm">就業機會</A> | <A href="https://www.hkbea.com/whp_appform/whp_c_formindex.html">申請表格</A> | <A href="/hk/send_us_your_opinion/index_tc.htm">表達意見方法</A> </TD></TR>');
else
	document.writeln('<TD class=footer align=middle bgColor=#e0e0e0 height=20><A href="/hk/os/index_tc.htm">其他服務</A> | <A href="/hk/ci/investor_comm/index_tc.htm">投資者通訊</A> | <A href="/hk/ci/career/index_tc.htm">就業機會</A> | <A href="https://www.hkbea.com/whp_appform/whp_c_formindex.html">申請表格</A> | <A href="/hk/send_us_your_opinion/index_tc.htm">表達意見方法</A> </TD></TR>');
document.writeln('<TR>');
document.writeln('<TD><IMG alt="" src="/FileManager/TC/UTIL_UTEMPLATE/images/footer02.gif" width=775></TD></TR>');
document.writeln('<TR>');
document.writeln('<TD>');
document.writeln('<TABLE cellSpacing=0 cellPadding=4 width=100% border=0><LINK href="../common/common_tc.css" type=text/css rel=STYLESHEET>');
document.writeln('<TBODY>');
document.writeln('<TR>');
if (url.indexOf('.htm') != -1)
	document.writeln('<TD class=footer_link><A href="/hk/disclaimer/index_tc.htm">免責聲明</A> | <A href="/hk/privacy_stmt/index_tc.htm">私隱聲明</A> </TD>');
else
	document.writeln('<TD class=footer_link><A href="/hk/disclaimer/index_tc.htm">免責聲明</A> | <A href="/hk/privacy_stmt/index_tc.htm">私隱聲明</A> </TD>');
document.writeln('<TD class=footer_company align=right>Copyright © 2006 版權由東亞銀行有限公司擁有。 </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR><!-- Footer End --><!-- Footer End -->');
}

function showPopupfooter(){

document.writeln('<TABLE cellSpacing=0 cellPadding=0 width=799 border=0><LINK href="../common/common_tc.css" type=text/css rel=STYLESHEET>');
document.writeln('<TBODY>');
document.writeln('<!--<TR>');
document.writeln('<TD class=footer align=middle bgColor=#e0e0e0 height=20><A href="/hk/os/index_tc.htm">其他服務</A> | <A href="/hk/ci/investor_comm/index_tc.htm">投資者通訊</A> | <A href="/hk/ci/career/index_tc.htm">就業機會</A> | <A href="https://www.hkbea.com/whp_appform/whp_c_formindex.html">申請表格</A> | <A href="/hk/send_us_your_opinion/index_tc.htm">表達意見方法</A> </TD></TR>-->');
document.writeln('<TR>');
document.writeln('<TD><IMG alt="" src="/FileManager/TC/UTIL_UTEMPLATE/images/footer02.gif" width=799></TD></TR>');
document.writeln('<TR>');
document.writeln('<TD>');
document.writeln('<TABLE cellSpacing=0 cellPadding=4 width=799 border=0><LINK href="../common/common_tc.css" type=text/css rel=STYLESHEET>');
document.writeln('<TBODY>');
document.writeln('<TR>');
var url = document.location.toString();
if (url.indexOf('.htm') != -1)
	document.writeln('<TD class=footer_link><A href="/hk/disclaimer/index_tc.htm">免責聲明</A> | <A href="/hk/privacy_stmt/index_tc.htm">私隱聲明</A> </TD>');
else
	document.writeln('<TD class=footer_link><A href="/hk/disclaimer/index_tc.htm">免責聲明</A> | <A href="/hk/privacy_stmt/index_tc.htm">私隱聲明</A> </TD>');
document.writeln('<TD class=footer_company align=right>Copyright © 2006 版權由東亞銀行有限公司擁有。 </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>');
}

function loginmenu(){

document.writeln('<SCRIPT language="JavaScript" src="/templates/js/PageVar.js"></SCRIPT>');
document.writeln('<script language="JavaScript" src="/templates/js/TTemplateMenuDynamicFunc.js"></script>');
document.writeln('<script language="JavaScript" src="/common/link.js"></script>');
document.writeln('<script language="JavaScript" src="/common/domain2.js"></script>');

document.writeln('<SCRIPT>');
document.writeln('var domain="www.hkbea-cyberbanking.com";');
document.writeln('var domain1="www.hkbea.com";');
document.writeln('var domain2="ww2.hkbea-cyberbanking.com";');
document.writeln('var domain3="ww2.hkbea-cyberbanking.com";');
document.writeln('var domain4="www.easecurities.com.hk";');
document.writeln('var domain5="www.hkbea-cyberbanking.com";');
document.writeln('var domain6="www.hkbea.com";');
document.writeln('var big5Main= "https://"+domain5+"/servlet/FR01Show?Lang=Big5&Channel=";');
document.writeln('var cyb_login = "https://www.hkbea-cyberbanking.com/ChkJrun_Big5.htm";');
document.writeln('var chinacyb = "https://www.hkbea-cyberbanking.com.cn/servlet/shbea.servCIBS.servCIBSUserLoginDisp?Lang=chn&type=login";');
document.writeln('var chinacyb_login = "https://cn.hkbea-cyberbanking.com/servlet/FR01Show";');
document.writeln('var macaucyb = "https://mo.hkbea-cyberbanking.com/QCB_Big5.htm";');
document.writeln('var macaucyb_login = "https://mo.hkbea-cyberbanking.com/QCB_Big5.htm";');
document.writeln('var canadacyb = "http://www.hkbea-cyberbanking.ca";');
document.writeln('var canadacyb_login = "http://www.hkbea-cyberbanking.ca";');
document.writeln('var usacyb = "http://www.hkbea-us.com";');
document.writeln('var usacyb_login = "http://www.hkbea-us.com";');
//document.writeln('var CCBMain = "https://biz.hkbea-cyberbanking.com/servlet/FR01Show?Lang=Big5&Channel=INTERNET";');
//document.writeln('var ccb_login = "https://biz.hkbea-cyberbanking.com/servlet/FR01Show?Lang=Big5&Channel=INTERNET";');
document.writeln('var CCBMain = "https://biz.hkbea-cyberbanking.com/CCB_big5.html";');
document.writeln('var ccb_login = "https://biz.hkbea-cyberbanking.com/CCB_big5.html";');

document.writeln('var chinacbc_login = "https://cnbiz.hkbea-cyberbanking.com/CBC_gb.html";');
document.writeln('var easecurities="https://"+domain4+"/servlet/ServletNavigator/jsp/login.jsp?LANG=traditional_chinese&amp;NAVIGATOR=NS&amp;CHANNEL=INET";');
document.writeln('var eas_login = "https://www.easecurities.com.hk/servlet/ServletNavigator/jsp/login.jsp?LANG=traditional_chinese&NAVIGATOR=IE&CHANNEL=INET";');

document.writeln('tempImg = new Image();');
document.writeln('oThisNode = new NodeInfo(17, 2, "Our Advisory Board", tempImg.src);');
document.writeln('oPageVar = new PageVar( oThisNode, 1, false );');
document.writeln('oPageVar.NodeFullLink_EN = "/index.aspx?nodeid=17&langno=1";');
document.writeln('oPageVar.NodeFullLink_TC = "/index.aspx?nodeid=17&langno=2";');

document.writeln('oPageVar.NodeFullLink_EN_T = "/index.aspx?nodeid=17&langno=1&istextonly=1";');
document.writeln('oPageVar.NodeFullLink_TC_T = "/index.aspx?nodeid=17&langno=2&istextonly=1";');

document.writeln('tempImg = new Image();');
document.writeln('tempImg.src = "index.aspx?nodeid=4&langno=1";');
document.writeln('oPageVar.AddParent(new NodeInfo(4, 1, "About Us", tempImg.src));');

document.writeln('</SCRIPT>');
document.writeln('<style type="text/css">');
document.writeln('.TopSubMenu { border: 0px solid; border-width: 1px 1px 1px 1px; border-color: #CCCCCC #CCCCCC #CCCCCC}');
document.writeln('</style>');
document.writeln('<script>');
document.writeln('var oMenu_4 = new DynamicMenu("oMenu_4", oPageVar);');
document.writeln('</script>');

document.writeln('<script>');

document.writeln('	oMenu_4.NewMenuItemID(');
document.writeln('		oMenu_4.MenuItemArr, ');
document.writeln('		2441, ');
document.writeln('				"電子網絡銀行服務", ');
document.writeln('				"#", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2441_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2441.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2441_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('		<script>');

document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr[1], ');
document.writeln('				2445, ');
document.writeln('				"香港", ');
document.writeln('				"javascript:cybwin(big5Main);", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2445_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2445.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2445_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('		<script>');

document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr[1], ');
document.writeln('				2446, ');
document.writeln('				"中國", ');
document.writeln('				"javascript:chinacybwin(chinacyb);", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2446_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2446.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2446_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('		<script>');

document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr[1], ');
document.writeln('				3073, ');
document.writeln('				"澳門", ');
document.writeln('				"javascript:macaucybwin(macaucyb);", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_3073_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_3073.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_3073_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('		<script>');

document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr[1], ');
document.writeln('				2447, ');
document.writeln('				"加拿大", ');
document.writeln('				"javascript:canadacybwin(canadacyb);", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2447_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2447.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2447_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('		<script>');

document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr[1], ');
document.writeln('				2447, ');
document.writeln('				"美國", ');
document.writeln('				"javascript:usacybwin(usacyb);", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2447_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2447.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2447_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('		<script>');

document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr, ');
document.writeln('				2442, ');
document.writeln('				"企業電子網絡銀行服務", ');
document.writeln('				"#", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2442_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2442.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2442_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('		<script>');
document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr[2], ');
document.writeln('				2448,');
document.writeln('				"香港", ');
document.writeln('				"javascript:ccbwin(CCBMain);", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2448_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2448.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2448_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('		);');

document.writeln('		</script>');
document.writeln('		<script>');
document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr[2], ');
document.writeln('				2449, ');
document.writeln('				"中國", ');
document.writeln('				"javascript:chinacbcwin(chinacbc_login);", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2449_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2449.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2449_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('		<script>');

document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr, ');
document.writeln('				2443, ');
document.writeln('				"電子網絡買賣服務", ');
document.writeln('				"#", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2443_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2443.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2443_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('		<script>');

document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr[3], ');
document.writeln('				2450, ');
document.writeln('				"股票買賣", ');
document.writeln('				"javascript:easwin(easecurities);", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2450_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2450.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2450_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');
document.writeln('		</script>');


document.writeln('		<script>');
document.writeln('			oMenu_4.NewMenuItemID(');
document.writeln('				oMenu_4.MenuItemArr[3], ');
document.writeln('				2451, ');
document.writeln('				"期貨買賣", ');
document.writeln('				"javascript:openLogin(\'cht\');", ');
document.writeln('				"0",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2451_over.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2451.gif",');
document.writeln('				"/FileManager/TC/UTIL_UTEMPLATE/images/left_btn_cyber_2451_over.gif",');
document.writeln('				"layer_on",');
document.writeln('				"layer",');
document.writeln('				"layer_on",');
document.writeln('				"layer"');
document.writeln('				);');

document.writeln('		</script>');
document.writeln('<script>');
document.writeln('oMenu_4.GetMainMenuIDV("/templates/TC/images");');
document.writeln('</script>');
document.writeln('<script>');
document.writeln('oMenu_4.GetSubMenuTD("/templates/EN/images", 150);');
document.writeln('</script>');
}