

/*
Izw_20071029
IZW_MenuList.js
<script language="JavaScript" src="../JavaScript/IZW_MenuList.js"></script>
*/


function set_Link_Item_by_Id(theId){
   var presentUrl = location.href, linkItem ="";
   switch (theId) {
      case 1:  linkItem= "TopPage.html"; break;
      case 10: linkItem= "Greeting_1000.html"; break;
      case 11: linkItem= "AboutUs_1100.html"; break;
      case 12: linkItem= "Building_1200.html"; break;
      case 13: linkItem= "Facilities_1300.html"; break;
      case 14: linkItem= "RouteMap_1400.html"; break;
      case 15: linkItem= "Sprout_1500.html"; break;
      case 16: linkItem= "Product_1600.html"; break;
      case 17: linkItem= "Sprout_1700.html"; break;
      case 18: linkItem= "Sprout_1800.html"; break;
      case 19: linkItem= "Sprout_1900.html"; break;
      case 20: linkItem= "Sprout_2000.html"; break;
      case 21: linkItem= "Garbanzo_2100.html"; break;
      case 22: linkItem= "baby6_2200.html"; break;
      case 23: linkItem= "Sprout_2300.html"; break;
   }
   if (linkItem != "" && presentUrl.indexOf("Contents") == -1) linkItem = "Contents/" + linkItem;
            return linkItem;
}

/*
      case : linkItem = ""; break;
*/

/*
					TopPage.html	トップページ
Greeting_0100.html	Greeting_1000.html	ご挨拶
AboutUs_0100.html	AboutUs_1100.html	会社案内
Building_0100.html	Building_1200.html	社屋紹介
Facilities_0200.html	Facilities_1300.html	社内設備
RouteMap_0100.html	RouteMap_1400.html	周辺地図
Sprout_1000.html	Sprout_1500.html	もやしの豆知識
Product_0100.html	Product_1600.html	製品紹介
Sprout_1200.html	Sprout_1700.html	根切りもやし
Sprout_1210.html	Sprout_1800.html	小大豆もや
Sprout_1220.html	Sprout_1900.html	そば菜
Sprout_1230.html	Sprout_2000.html	ブロッコリースプラウト
					Garbanzo_2100.html	ひよこ豆の発芽
					baby6_2200.html	ベビーシックス
					Sprout_2300.html	青じそスプラウト
*/
