/*
	$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") {
	img301 = new Image(); img301.src = '../../images/net_img01b2.gif';
	img302 = new Image(); img302.src = '../../images/net_img01d2.gif';
	img303 = new Image(); img303.src = '../../images/net_img01b3.gif';
	img304 = new Image(); img304.src = '../../images/net_img01d3.gif';
	img305 = new Image(); img305.src = '../../images/net_img01b4.gif';
	img306 = new Image(); img306.src = '../../images/net_img01d4.gif';
	img307 = new Image(); img307.src = '../../images/net_img01b5.gif';
	img308 = new Image(); img308.src = '../../images/net_img01d5.gif';
	img309 = new Image(); img309.src = '../../images/net_img01b6.gif';
	img310 = new Image(); img310.src = '../../images/net_img01d6.gif';
	img321 = new Image(); img321.src = '../../switch/321_pro_a.gif';
	img322 = new Image(); img322.src = '../../switch/321_pro_b.gif';
	img323 = new Image(); img323.src = '../../switch/322_mob_a.gif';
	img324 = new Image(); img324.src = '../../switch/322_mob_b.gif';
	img325 = new Image(); img325.src = '../../switch/323_desi_a.gif';
	img326 = new Image(); img326.src = '../../switch/323_desi_b.gif';
	img327 = new Image(); img327.src = '../../switch/324_con_a.gif';
	img328 = new Image(); img328.src = '../../switch/324_con_b.gif';
	img329 = new Image(); img329.src = '../../switch/330_web_a.gif';
	img330 = new Image(); img330.src = '../../switch/330_web_b.gif';
}

