﻿// JavaScript Document
<!--
document.write('<ul>');
var str = document.title; // Get webage title
if (str.indexOf('渣打公積金計劃 - 渣打銀行')>=0) { // if title equal to value
	document.write(' <li><a href="/personal-banking/retirement/provident-plan/zh/" class="selected">渣打公積金計劃</a>'); // Highlight option
} else {
	document.write(' <li><a href="/personal-banking/retirement/provident-plan/zh/">渣打公積金計劃</a>'); // Normal option
}

document.write('<ul>');
if (str.indexOf('渣打公積金計劃 - 基金表現')>=0) { // if title equal to value
	document.write('<li class="line3"><a href="/personal-banking/retirement/provident-plan/fund-performance/zh/" class="selected">基金表現</a></li>'); // Highlight option
} else {
	document.write('<li class="line3"><a href="/personal-banking/retirement/provident-plan/fund-performance/zh/">基金表現</a></li>'); // Normal option
}
if (str.indexOf('解釋說明書')>=0) { // if title equal to value
	document.write('<li class="line"><a href="/personal-banking/retirement/provident-plan/explanatory-memorandum/pdf/explan_mem.pdf" class="selected">解釋說明書</a></li>'); // Highlight option
} else {
	document.write('<li class="line"><a href="/personal-banking/retirement/provident-plan/explanatory-memorandum/pdf/explan_mem.pdf">解釋說明書</a></li>'); // Normal option
}
if (str.indexOf('渣打公積金計劃 - 網上退休金服務中心')>=0) { // if title equal to value
	document.write('<li class="line2"><a href="/personal-banking/retirement/provident-plan/online-pension-service/zh/" class="selected">網上退休金服務中心</a></li>'); // Highlight option
} else {
	document.write('<li class="line2"><a href="/personal-banking/retirement/provident-plan/online-pension-service/zh/">網上退休金服務中心</a></li>'); // Normal option
}

document.write('</ul>');
document.write('</li>');


if (str.indexOf('渣打強積金計劃 - 渣打銀行')>=0) { // if title equal to value
	document.write(' <li><a href="/personal-banking/retirement/mpf-plan/zh/" class="selected">渣打強積金計劃</a>'); // Highlight option
} else {
	document.write(' <li><a href="/personal-banking/retirement/mpf-plan/zh/">渣打強積金計劃</a>'); // Normal option
}

document.write('<ul>');
if (str.indexOf('本行方針')>=0) { // if title equal to value
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/our-approach/zh/" class="selected">本行方針</a></li>'); // Highlight option
} else {
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/our-approach/zh/">本行方針</a></li>'); // Normal option
}
if (str.indexOf('受託人')>=0) { // if title equal to value
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/trustee/zh/" class="selected">受託人</a></li>'); // Highlight option
} else {
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/trustee/zh/">受託人</a></li>'); // Normal option
}
if (str.indexOf('行政管理人')>=0) { // if title equal to value
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/administrator/zh/" class="selected">行政管理人</a></li>'); // Highlight option
} else {
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/administrator/zh/">行政管理人</a></li>'); // Normal option
}
if (str.indexOf('渣打強積金計劃 - 基金表現')>=0) { // if title equal to value
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/fund-performance/zh/" class="selected">基金表現</a></li>'); // Highlight option
} else {
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/fund-performance/zh/">基金表現</a></li>'); // Normal option
}
if (str.indexOf('費用')>=0) { // if title equal to value
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/fees-and-charges/zh/" class="selected">費用</a></li>'); // Highlight option
} else {
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/fees-and-charges/zh/">費用</a></li>'); // Normal option
}
if (str.indexOf('宣傳單張')>=0) { // if title equal to value
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/market-leaflet/pdf/zh/take_one_page.html" class="selected" target="_blank">宣傳單張</a></li>'); // Highlight option
} else {
	document.write('<li class="line3"><a href="/personal-banking/retirement/mpf-plan/market-leaflet/pdf/zh/take_one_page.html" target="_blank">宣傳單張</a></li>'); // Normal option
}
if (str.indexOf('綜合解釋說明書')>=0) { // if title equal to value
	document.write('<li class="line4"><a href="/personal-banking/retirement/mpf-plan/consolidated-explanatory-memorandum/pdf/memo.html" class="selected" target="_blank">綜合解釋說明書</a></li>'); // Highlight option
} else {
	document.write('<li class="line4"><a href="/personal-banking/retirement/mpf-plan/consolidated-explanatory-memorandum/pdf/memo.html" target="_blank">綜合解釋說明書</a></li>'); // Normal option
}
if (str.indexOf('渣打強積金計劃 - 網上退休金服務中心')>=0) { // if title equal to value
	document.write('<li class="line2"><a href="/personal-banking/retirement/mpf-plan/online-pension-service/zh/" class="selected">網上退休金服務中心</a></li>'); // Highlight option
} else {
	document.write('<li class="line2"><a href="/personal-banking/retirement/mpf-plan/online-pension-service/zh/">網上退休金服務中心</a></li>'); // Normal option
}

document.write('</ul>');
document.write('</li>');

document.write('</ul>');
-->
