// JavaScript Document

		// initialise plugins
		jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});

var SwImg; SwImg = new Array;


ImgPreload('btn_01', 'img/company/menu_btn_01.gif', 'img/company/menu_btn_01_on.gif');
ImgPreload('btn_02', 'img/company/menu_btn_02.gif', 'img/company/menu_btn_02_on.gif');
ImgPreload('btn_03', 'img/company/menu_btn_03.gif', 'img/company/menu_btn_03_on.gif');
ImgPreload('btn_04', 'img/company/menu_btn_04.gif', 'img/company/menu_btn_04_on.gif');
ImgPreload('btn_05', 'img/company/menu_btn_05.gif', 'img/company/menu_btn_05_on.gif');
ImgPreload('btn_06', 'img/company/menu_btn_06.gif', 'img/company/menu_btn_06_on.gif');

ImgPreload('btn_s_01', 'img/company/menu_btn_s_01.gif', 'img/company/menu_btn_s_01_on.gif');
ImgPreload('btn_s_02', 'img/company/menu_btn_s_02.gif', 'img/company/menu_btn_s_02_on.gif');
ImgPreload('btn_s_03', 'img/company/menu_btn_s_03.gif', 'img/company/menu_btn_s_03_on.gif');


<!-- ////////////////////////////////////////////////////// head_navigation js ここから↓↓ ///////// -->

<!-- //企業情報// -->
ImgPreload('head_btn_01', 'img/head_navi/head_menu_btn_01.gif', 'img/head_navi/head_menu_btn_01_on.gif');

ImgPreload('head_btn_01_01', 'img/head_navi/compny/01_goaisatsu.gif', 'img/head_navi/compny/01_goaisatsu_on.gif');
ImgPreload('head_btn_01_02', 'img/head_navi/compny/01_profile.gif', 'img/head_navi/compny/01_profile_on.gif');
ImgPreload('head_btn_01_03', 'img/head_navi/compny/01_philosophy.gif', 'img/head_navi/compny/01_philosophy_on.gif');
ImgPreload('head_btn_01_04', 'img/head_navi/compny/01_works.gif', 'img/head_navi/compny/01_works_on.gif');
ImgPreload('head_btn_01_05', 'img/head_navi/compny/01_recruit.gif', 'img/head_navi/compny/01_recruit_on.gif');
ImgPreload('head_btn_01_06', 'img/head_navi/compny/01_access.gif', 'img/head_navi/compny/01_access_on.gif');


<!-- //製品情報// -->
ImgPreload('head_btn_02', 'img/head_navi/head_menu_btn_02.gif', 'img/head_navi/head_menu_btn_02_on.gif');

ImgPreload('head_btn_02_01', 'img/head_navi/products/02_ganmitsu01.gif', 'img/head_navi/products/02_ganmitsu01_on.gif');
ImgPreload('head_btn_02_02', 'img/head_navi/products/02_seisei01.gif', 'img/head_navi/products/02_seisei01_on.gif');
ImgPreload('head_btn_02_03', 'img/head_navi/products/02_ganmitsu02.gif', 'img/head_navi/products/02_ganmitsu02_on.gif');
ImgPreload('head_btn_02_04', 'img/head_navi/products/02_seisei02.gif', 'img/head_navi/products/02_seisei02_on.gif');
ImgPreload('head_btn_02_05', 'img/head_navi/products/02_information.gif', 'img/head_navi/products/02_information_on.gif');


<!-- //マメ知識// -->
ImgPreload('head_btn_03', 'img/head_navi/head_menu_btn_03.gif', 'img/head_navi/head_menu_btn_03_on.gif');

ImgPreload('head_btn_03_01', 'img/head_navi/fun/03_knowledge.gif', 'img/head_navi/fun/03_knowledge_on.gif');
ImgPreload('head_btn_03_02', 'img/head_navi/fun/03_knowledge_02.gif', 'img/head_navi/fun/03_knowledge_02_on.gif');
ImgPreload('head_btn_03_03', 'img/head_navi/fun/03_knowledge_03.gif', 'img/head_navi/fun/03_knowledge_03_on.gif');
ImgPreload('head_btn_03_04', 'img/head_navi/fun/03_knowledge_04.gif', 'img/head_navi/fun/03_knowledge_04_on.gif');
ImgPreload('head_btn_03_05', 'img/head_navi/fun/03_knowledge_05.gif', 'img/head_navi/fun/03_knowledge_05_on.gif');
ImgPreload('head_btn_03_06', 'img/head_navi/fun/03_recipe.gif', 'img/head_navi/fun/03_recipe_on.gif');
ImgPreload('head_btn_03_07', 'img/head_navi/fun/03_knowledge_06.gif', 'img/head_navi/fun/03_knowledge_06_on.gif');


<!-- //オンラインショップ// -->
ImgPreload('head_btn_04', 'img/head_navi/head_menu_btn_04.gif', 'img/head_navi/head_menu_btn_04_on.gif');


ImgPreload('map_btn_01', 'img/company/access/btn_01.gif', 'img/company/access/btn_01_on.gif');
ImgPreload('map_btn_02', 'img/company/access/btn_02.gif', 'img/company/access/btn_02_on.gif');

ImgPreload('home', 'img/top/home_btn.gif', 'img/top/home_btn_on.gif');


<!-- ////////////////////////////////////////////////////// head_navigation js ここまで↑↑ ///////// -->


function ImgPreload() {
	var N = ImgPreload.arguments[0];
	SwImg[N] = new Image();
	SwImg[N][0] = new Image();
	SwImg[N][0].src = ImgPreload.arguments[1];
	SwImg[N][1] = new Image();
	SwImg[N][1].src = ImgPreload.arguments[2];
}

function ImgChenge() {
	var ID = ImgChenge.arguments[0];
	var N  = ImgChenge.arguments[1];
	document.images[ID].src = SwImg[ID][N].src;
}


