var path=window.location.href;
if(path.match("http://www.click.jp/jsmac/index.html")) document.getElementById("g_home").src = "../common/img/globalnavi_01_o.gif";

if(path.match("outline")) document.getElementById("g_outline").src = "../common/img/globalnavi_02_o.gif";

if(path.match("network")) document.getElementById("g_network").src = "../common/img/globalnavi_03_o.gif";

if(path.match("training")) document.getElementById("g_training").src = "../common/img/globalnavi_05_o.gif";

if(path.match("publishing")) document.getElementById("g_publishing").src = "../common/img/globalnavi_06_o.gif";

if(path.match("disclosure")) document.getElementById("g_disclosure").src = "../common/img/globalnavi_08_o.gif";

if(path.match("report")) document.getElementById("g_report").src = "../common/img/globalnavi_09_o.gif";

if(path.match("links")) document.getElementById("g_links").src = "../common/img/globalnavi_07_o.gif";

if(path.match("sitemap")) document.getElementById("g_sitemap").src = "../common/img/headernavi_01_o.gif";

if(path.match("privacy")) document.getElementById("g_privacy").src = "../common/img/headernavi_02_o.gif";

