// JavaScript Document
var def=location.hostname;
var str456= def;
var lmn=str456.search(/.citigold./i);
if (lmn != -1)
{
document.write('
Insurance
');
}
else
{
document.write('Insurance
');
}
// 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 == "Apply")
{ document.getElementById("LeftMenuApply").style.color = "#5A5A5A"; }
if(id == "Life")
{ document.getElementById("LeftMenu1").style.color = "#5A5A5A"; }
if(id == "PersonalAccident")
{ document.getElementById("LeftMenu2").style.color = "#5A5A5A"; }
if(id == "Health")
{ document.getElementById("LeftMenu3").style.color = "#5A5A5A"; }
if(id == "HomeContents")
{ document.getElementById("LeftMenu4").style.color = "#5A5A5A"; }
if(id == "PersonalLeisure")
{ document.getElementById("LeftMenu5").style.color = "#5A5A5A"; }
if(id == "Promotions")
{ document.getElementById("LeftMenu6").style.color = "#5A5A5A"; }
}
else
{
if(id == "Apply")
{ document.getElementById("LeftMenuApply").style.color = "#3399cc"; }
if(id == "Life")
{ document.getElementById("LeftMenu1").style.color = "#3399cc"; }
if(id == "PersonalAccident")
{ document.getElementById("LeftMenu2").style.color = "#3399cc"; }
if(id == "Health")
{ document.getElementById("LeftMenu3").style.color = "#3399cc"; }
if(id == "HomeContents")
{ document.getElementById("LeftMenu4").style.color = "#3399cc"; }
if(id == "PersonalLeisure")
{ document.getElementById("LeftMenu5").style.color = "#3399cc"; }
if(id == "Promotions")
{ document.getElementById("LeftMenu6").style.color = "#3399cc"; }
}
}
function Life(get_id)
{
var def=location.hostname;
var str456= def;
var lmn=str456.search(/.citigold./i);
if (lmn != -1)
{
var imgopen = '/english/images/left_arrow_cg1.gif';
var imgclose = '/english/images/left_arrow_cg.gif';
document.getElementById('LB1').style.display = 'block';
document.getElementById('imgLB1').src = imgopen;
document.getElementById('leftLB1').style.color = '#5A5A5A';
document.getElementById(get_id).style.color = '#5A5A5A';
}
else
{
var imgopen = '/english/images/left_arrow1.gif';
var imgclose = '/english/images/left_arrow.gif';
document.getElementById('LB1').style.display = 'block';
document.getElementById('imgLB1').src = imgopen;
document.getElementById('leftLB1').style.color = '#3399CC';
document.getElementById(get_id).style.color = '#3399CC';
}
}
function PersonalAccident(get_id)
{
var def=location.hostname;
var str456= def;
var lmn=str456.search(/.citigold./i);
if (lmn != -1)
{
var imgopen = '/english/images/left_arrow_cg1.gif';
var imgclose = '/english/images/left_arrow_cg.gif';
document.getElementById('LI2').style.display = 'block';
document.getElementById('imgLI2').src = imgopen;
document.getElementById('leftLI2').style.color = '#5A5A5A';
document.getElementById(get_id).style.color = '#5A5A5A';
}
else
{
var imgopen = '/english/images/left_arrow1.gif';
var imgclose = '/english/images/left_arrow.gif';
document.getElementById('LI2').style.display = 'block';
document.getElementById('imgLI2').src = imgopen;
document.getElementById('leftLI2').style.color = '#3399CC';
document.getElementById(get_id).style.color = '#3399CC';
}
}
function Health(get_id)
{
var def=location.hostname;
var str456= def;
var lmn=str456.search(/.citigold./i);
if (lmn != -1)
{
var imgopen = '/english/images/left_arrow_cg1.gif';
var imgclose = '/english/images/left_arrow_cg.gif';
document.getElementById('LI3').style.display = 'block';
document.getElementById('imgLI3').src = imgopen;
document.getElementById('leftLI3').style.color = '#5A5A5A';
document.getElementById(get_id).style.color = '#5A5A5A';
}
else
{
var imgopen = '/english/images/left_arrow1.gif';
var imgclose = '/english/images/left_arrow.gif';
document.getElementById('LI3').style.display = 'block';
document.getElementById('imgLI3').src = imgopen;
document.getElementById('leftLI3').style.color = '#3399CC';
document.getElementById(get_id).style.color = '#3399CC';
}
}
function HomeContents(get_id)
{
var def=location.hostname;
var str456= def;
var lmn=str456.search(/.citigold./i);
if (lmn != -1)
{
var imgopen = '/english/images/left_arrow_cg1.gif';
var imgclose = '/english/images/left_arrow_cg.gif';
document.getElementById('LI4').style.display = 'block';
document.getElementById('imgLI4').src = imgopen;
document.getElementById('leftLI4').style.color = '#5A5A5A';
document.getElementById(get_id).style.color = '#5A5A5A';
}
else
{
var imgopen = '/english/images/left_arrow1.gif';
var imgclose = '/english/images/left_arrow.gif';
document.getElementById('LI4').style.display = 'block';
document.getElementById('imgLI4').src = imgopen;
document.getElementById('leftLI4').style.color = '#3399CC';
document.getElementById(get_id).style.color = '#3399CC';
}
}
function PersonalLeisure(get_id)
{
var def=location.hostname;
var str456= def;
var lmn=str456.search(/.citigold./i);
if (lmn != -1)
{
var imgopen = '/english/images/left_arrow_cg1.gif';
var imgclose = '/english/images/left_arrow_cg.gif';
document.getElementById('LI5').style.display = 'block';
document.getElementById('imgLI5').src = imgopen;
document.getElementById('leftLI5').style.color = '#5A5A5A';
document.getElementById(get_id).style.color = '#5A5A5A';
}
else
{
var imgopen = '/english/images/left_arrow1.gif';
var imgclose = '/english/images/left_arrow.gif';
document.getElementById('LI5').style.display = 'block';
document.getElementById('imgLI5').src = imgopen;
document.getElementById('leftLI5').style.color = '#3399CC';
document.getElementById(get_id).style.color = '#3399CC';
}
}