/*******************************************************************************

	サイトマップ データ (20090110)

	powered  by  http://www.ishinotec.com 
	scripted by KKK

*******************************************************************************/

var Root = new Object();

Root . index    = "HOME";
Root . company  = "会社概要";
Root . products = "事業内容";
Root . result   = "納入実績";
Root . access   = "アクセス";
Root . hybrid   = "ハイブリッド";
Root . policy   = "プライバシーポリシー";
Root . panorama = "事務所紹介";
Root . legal    = "利用規約";

Root . lecture  = new Object();
Root . lecture . index =  "油圧空気圧講座";

Root . lecture . html  = new Object();

Root . lecture . html . index       = "講座TOP";
Root . lecture . html . structure   = "油圧空気圧の構造";
Root . lecture . html . circuit     = "回路設計";
Root . lecture . html . selection   = "機器選定";
Root . lecture . html . calculation = "計算式";
Root . lecture . html . download    = "ダウンロード";

