document.write(''); function ChangeStatic(id) { var def=location.hostname; var str456= def; var lmn=str456.search(/.citigold./i); if (lmn != -1) { if(id == "OnlineMobile") { document.getElementById("menuS1").style.color = "#B5995C"; } else if(id == "ApplyProducts") { document.getElementById("menuS2").style.color = "#B5995C"; } else if(id == "SecurityAlert") { document.getElementById("menuS3").style.color = "#B5995C"; } } else { if(id == "OnlineMobile") { document.getElementById("menuS1").style.color = "#000066"; } else if(id == "ApplyProducts") { document.getElementById("menuS2").style.color = "#000066"; } else if(id == "SecurityAlert") { document.getElementById("menuS3").style.color = "#000066"; } } }