
var path=window.location.href;
var body_id = document.body.id;

/* ----------
globalNavi用
----------*/
/* globalNaviの画像をonにし、クラスにnavi_aを追加します。
navi_aは、roll_over_v2.jsにてアクティブページのmouseout動作を制御する際に使用します。
*/

/* topページの場合、pathとbodyのidで判断します。 */
if(path.match("index") && body_id.match("top")){ document.getElementById("g_01").src = "common/img/globalNavi_01_on.gif";document.getElementById("g_01").className = "imgoverNavi navi_a";}

if(path.match("about")){ document.getElementById("g_02").src = "../common/img/globalNavi_02_on.gif";document.getElementById("g_02").className = "imgoverNavi navi_a";}

if(path.match("products")) {document.getElementById("g_03").src = "../common/img/globalNavi_03_on.gif";document.getElementById("g_03").className = "imgoverNavi navi_a";}

if(path.match("news")) {document.getElementById("g_04").src = "../common/img/globalNavi_04_on.gif";document.getElementById("g_04").className = "imgoverNavi navi_a";}

if(path.match("movie")) {document.getElementById("g_05").src = "../common/img/globalNavi_05_on.gif";document.getElementById("g_05").className = "imgoverNavi navi_a";}

if(path.match("download")) {document.getElementById("g_06").src = "../common/img/globalNavi_06_on.gif";document.getElementById("g_06").className = "imgoverNavi navi_a";}

if(path.match("contact")) {document.getElementById("g_07").src = "../common/img/globalNavi_07_on.gif";document.getElementById("g_07").className = "imgoverNavi navi_a";}

/* ----------
製品情報のcontentsNavi用
----------*/
/* 製品情報のcontentsNaviの画像をonにし、クラスにnavi_aを追加します。
navi_aは、roll_over_v2.jsにてアクティブページのmouseout動作を制御する際に使用します。
*/
if(path.match("products/deburring")) {document.getElementById("p_navi_01").src = "img/contentsNavi_01_on.gif";document.getElementById("p_navi_01").className = "imgoverPNavi navi_a";}
if(path.match("products/holding")) {document.getElementById("p_navi_02").src = "img/contentsNavi_02_on.gif";document.getElementById("p_navi_02").className = "imgoverPNavi navi_a";}
if(path.match("products/screwdriving")) {document.getElementById("p_navi_03").src = "img/contentsNavi_03_on.gif";document.getElementById("p_navi_03").className = "imgoverPNavi navi_a";}
if(path.match("products/threading")) {document.getElementById("p_navi_04").src = "img/contentsNavi_04_on.gif";document.getElementById("p_navi_04").className = "imgoverPNavi navi_a";}

