/*
	

======================================================================
  Memo
  画像読み込み部の振り分けしてる条件アドレスがテストフォルダなんで
  そこんとこアップ時に消しとく。
　最新情報アイコンを消去

======================================================================
*/


/*------------------------------------
  画像読み込み
-------------------------------------*/
if (navigator.appVersion > "3") {
		img01 = new Image(); img01.src = './main_01/s01a.gif';
	img02 = new Image(); img02.src = './main_01/s01b.gif';
	img03 = new Image(); img03.src = './main_01/s02a.gif';
	img04 = new Image(); img04.src = './main_01/s02b.gif';
	img05 = new Image(); img05.src = './main_01/s03a.gif';
	img06 = new Image(); img06.src = './main_01/s03b.gif';
	img07 = new Image(); img07.src = './main_01/s04a.gif';
	img08 = new Image(); img08.src = './main_01/s04b.gif';
	img09 = new Image(); img09.src = './main_01/s05a.gif';
	img10 = new Image(); img10.src = './main_01/s05b.gif';
	img11 = new Image(); img11.src = './main_01/s06a.gif';
	img12 = new Image(); img12.src = './main_01/s06b.gif';
	
	img21 = new Image(); img21.src = './main_n1/t_logis1.png';
	img22 = new Image(); img22.src = './main_n1/t_logis2.png';
	img23 = new Image(); img23.src = './main_n1/t_tac1.png';
	img24 = new Image(); img24.src = './main_n1/t_tac2.png';
	img25 = new Image(); img25.src = './main_n1/t_trv1.png';
	img26 = new Image(); img26.src = './main_n1/t_trv2.png';

	img27 = new Image(); img27.src = './main_n1/t_hr1.png';
	img28 = new Image(); img28.src = './main_n1/t_hr2.png';
	img29 = new Image(); img29.src = './main_n1/t_mc1.png';
	img30 = new Image(); img30.src = './main_n1/t_mc2.png';

	img41 = new Image(); img41.src = './main_01/mc1a.gif';
	img42 = new Image(); img42.src = './main_01/mc1b.gif';
	img43 = new Image(); img43.src = './main_01/mc2a.gif';
	img44 = new Image(); img44.src = './main_01/mc2b.gif';

	img51 = new Image(); img51.src = './main_01/md1a.gif';
	img52 = new Image(); img52.src = './main_01/md1b.gif';
}


/*------------------------------------
  通常イメージチェンジ
-------------------------------------*/
function imageC(imgName3,imgNum3) {
	if (navigator.appVersion > "3") {
		document.images[imgName3].src = eval(imgNum3 + '.src');
	}
}
