// JavaScript Document var def=location.hostname; var str456= def; var lmn=str456.search(/.citigold./i); if (lmn != -1) { document.write('

Ways to Bank

'); } else { document.write('

Ways to Bank

'); } // 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 == "MobileBanking") { document.getElementById("LeftMenu1").style.color = "#5A5A5A"; } if(id == "MobileApp") { document.getElementById("LeftMenu2").style.color = "#5A5A5A"; } if(id == "OnlineMobile") { document.getElementById("LeftMenu3").style.color = "#5A5A5A"; } if(id == "BranchNetwork") { document.getElementById("LeftMenu4").style.color = "#5A5A5A"; } if(id == "ATMNetwork") { document.getElementById("LeftMenu5").style.color = "#5A5A5A"; } if(id == "CitiPhoneBanking") { document.getElementById("LeftMenu6").style.color = "#5A5A5A"; } if(id == "Promotions") { document.getElementById("LeftMenu7").style.color = "#5A5A5A"; } if(id == "iPadBanking") { document.getElementById("LeftMenu8").style.color = "#5A5A5A"; } if(id == "3CitiWallet") { document.getElementById("LeftMenu9").style.color = "#5A5A5A"; } } else { if(id == "MobileBanking") { document.getElementById("LeftMenu1").style.color = "#3399cc"; } if(id == "MobileApp") { document.getElementById("LeftMenu2").style.color = "#3399cc"; } if(id == "OnlineMobile") { document.getElementById("LeftMenu3").style.color = "#3399cc"; } if(id == "BranchNetwork") { document.getElementById("LeftMenu4").style.color = "#3399cc"; } if(id == "ATMNetwork") { document.getElementById("LeftMenu5").style.color = "#3399cc"; } if(id == "CitiPhoneBanking") { document.getElementById("LeftMenu6").style.color = "#3399cc"; } if(id == "Promotions") { document.getElementById("LeftMenu7").style.color = "#3399cc"; } if(id == "iPadBanking") { document.getElementById("LeftMenu8").style.color = "#3399cc"; } if(id == "3CitiWallet") { document.getElementById("LeftMenu9").style.color = "#3399cc"; } } } function OnlineMobile(get_id) { var def=location.hostname; var str456= def; var lmn=str456.search(/.citigold./i); if (lmn != -1) { var imgopen = '../images/left_arrow_cg1.gif'; var imgclose = '../images/left_arrow_cg.gif'; document.getElementById('LB3').style.display = 'block'; document.getElementById('imgLI3').src = imgopen; document.getElementById('leftLB3').style.color = '#5A5A5A'; document.getElementById(get_id).style.color = '#5A5A5A'; } else { var imgopen = '../images/left_arrow1.gif'; var imgclose = '../images/left_arrow.gif'; document.getElementById('LB3').style.display = 'block'; document.getElementById('imgLI3').src = imgopen; document.getElementById('leftLB3').style.color = '#3399CC'; document.getElementById(get_id).style.color = '#3399CC'; } }