<!--
// -- ƒAƒCƒRƒ“
PH01 = new Image(); PH01.src = "img_detail/dtl01_0.jpg";
PH02 = new Image(); PH02.src = "img_detail/dtl01_1.jpg";
PH03 = new Image(); PH03.src = "img_detail/dtl01_2.jpg";
PH04 = new Image(); PH04.src = "img_detail/dtl01_3.jpg";
PH05 = new Image(); PH05.src = "img_detail/dtl01_4.jpg";
PH06 = new Image(); PH06.src = "img_detail/dtl01_5.jpg";

PH07 = new Image(); PH07.src = "img_detail/dtl02_0.jpg";
PH08 = new Image(); PH08.src = "img_detail/dtl02_1.jpg";
PH09 = new Image(); PH09.src = "img_detail/dtl02_2.jpg";
PH10 = new Image(); PH10.src = "img_detail/dtl02_3.jpg";
PH11 = new Image(); PH11.src = "img_detail/dtl02_4.jpg";
PH12 = new Image(); PH12.src = "img_detail/dtl02_5.jpg";

PH13 = new Image(); PH13.src = "img_detail/dtl03_0.jpg";
PH14 = new Image(); PH14.src = "img_detail/dtl03_1.jpg";
PH15 = new Image(); PH15.src = "img_detail/dtl03_2.jpg";
PH16 = new Image(); PH16.src = "img_detail/dtl03_3.jpg";
PH17 = new Image(); PH17.src = "img_detail/dtl03_4.jpg";

PH18 = new Image(); PH18.src = "img_detail/dtl04_0.jpg";
PH19 = new Image(); PH19.src = "img_detail/dtl04_1.jpg";

PH20 = new Image(); PH20.src = "img_detail/dtl05_0.jpg";
PH21 = new Image(); PH21.src = "img_detail/dtl05_1.jpg";
PH22 = new Image(); PH22.src = "img_detail/dtl05_2.jpg";
PH23 = new Image(); PH23.src = "img_detail/dtl05_3.jpg";

PH24 = new Image(); PH24.src = "img_detail/dtl06_0.jpg";
PH25 = new Image(); PH25.src = "img_detail/dtl06_1.jpg";
PH26 = new Image(); PH26.src = "img_detail/dtl06_2.jpg";
PH27 = new Image(); PH27.src = "img_detail/dtl06_3.jpg";
PH28 = new Image(); PH28.src = "img_detail/dtl06_4.jpg";
PH29 = new Image(); PH29.src = "img_detail/dtl06_5.jpg";
PH30 = new Image(); PH30.src = "img_detail/dtl06_6.jpg";
PH31 = new Image(); PH31.src = "img_detail/dtl06_7.jpg";


function ChangeImage(imgname,imgno) {
	document.images[imgname].src = eval(imgno + ".src")
}
//-->