// JavaScript Document
var def=location.hostname;
var str456= def;
var lmn=str456.search(/.citigold./i);
if (lmn != -1)
{
document.write('
強積金
');
}
else
{
document.write('強積金
');
}
// script start here
function left_links(id)
{
var def=location.hostname;
var str456= def;
var lmn=str456.search(/.citigold./i);
if (lmn != -1)
{
if(id == "MPF_Emp")
{ document.getElementById("LeftMenu1").style.color = "#5A5A5A"; }
if(id == "MPF_Ind")
{ document.getElementById("LeftMenu2").style.color = "#5A5A5A"; }
if(id == "MPF_VC")
{ document.getElementById("LeftMenu3").style.color = "#5A5A5A"; }
if(id == "MPF_RP")
{ document.getElementById("LeftMenu4").style.color = "#5A5A5A"; }
}
else
{
if(id == "MPF_Emp")
{ document.getElementById("LeftMenu1").style.color = "#3399cc"; }
if(id == "MPF_Ind")
{ document.getElementById("LeftMenu2").style.color = "#3399cc"; }
if(id == "MPF_VC")
{ document.getElementById("LeftMenu3").style.color = "#3399cc"; }
if(id == "MPF_RP")
{ document.getElementById("LeftMenu4").style.color = "#3399cc"; }
}
}