/*
	$Id: product.js,v1 $

	DEGGER Co.,Ltd. 'sWEB
	Copyright (c) 2006. DEGGER Co.,Ltd.
	Create and Design by Seiki Nishijima

======================================================================
  Memo

  サービス紹介ページ用、追加画像読み込み

======================================================================
*/


/*------------------------------------
  画像読み込み
------------------------------------*/
if (navigator.appVersion > "3") {
	img21 = new Image(); img21.src = '../switch/101_hankansys_a.gif';
	img22 = new Image(); img22.src = '../switch/101_hankansys_b.gif';
	img23 = new Image(); img23.src = '../switch/102_kansys_a.gif';
	img24 = new Image(); img24.src = '../switch/102_kansys_b.gif';
	img25 = new Image(); img25.src = '../switch/103_mobile_a.gif';
	img26 = new Image(); img26.src = '../switch/103_mobile_b.gif';
	img27 = new Image(); img27.src = '../switch/104_desi_a.gif';
	img28 = new Image(); img28.src = '../switch/104_desi_b.gif';
	img29 = new Image(); img29.src = '../switch/105_priv_a.gif';
	img30 = new Image(); img30.src = '../switch/105_priv_b.gif';
	img31 = new Image(); img31.src = '../switch/106_seisys_a.gif';
	img32 = new Image(); img32.src = '../switch/106_seisys_b.gif';
	img33 = new Image(); img33.src = '../switch/107_sagsys_a.gif';
	img34 = new Image(); img34.src = '../switch/107_sagsys_b.gif';
	img35 = new Image(); img35.src = '../switch/108_webC_a.gif';
	img36 = new Image(); img36.src = '../switch/108_webC_b.gif';
	img37 = new Image(); img37.src = '../switch/109_saba_a.gif';
	img38 = new Image(); img38.src = '../switch/109_saba_b.gif';
	img39 = new Image(); img39.src = '../switch/110_data_a.gif';
	img40 = new Image(); img40.src = '../switch/110_data_b.gif';
	img41 = new Image(); img41.src = '../switch/111_itH_a.gif';
	img42 = new Image(); img42.src = '../switch/111_itH_b.gif';
	img43 = new Image(); img43.src = '../switch/112_ASP_a.gif';
	img44 = new Image(); img44.src = '../switch/112_ASP_b.gif';

	img101 = new Image(); img101.src = '../switch/10a_BC_a.gif';
	img102 = new Image(); img102.src = '../switch/10a_BC_b.gif';
	img103 = new Image(); img103.src = '../switch/10b_web_a.gif';
	img104 = new Image(); img104.src = '../switch/10b_web_b.gif';
	img105 = new Image(); img105.src = '../switch/10c_CPCKP_a.gif';
	img106 = new Image(); img106.src = '../switch/10c_CPCKP_b.gif';

	img121 = new Image(); img121.src = '../switch/108_b_webC_a.gif';
	img122 = new Image(); img122.src = '../switch/108_b_webC_b.gif';
	img123 = new Image(); img123.src = '../switch/10b_m_web_a.gif';
	img124 = new Image(); img124.src = '../switch/10b_m_web_b.gif';

}

