
<!--
var phtbtOffImg=new Array(40);
var phtbtOverImg=new Array(40);

photoImg[11] = new Image();
photoImg[11].src = "img/pht_js_00.jpg";
photoImg[12] = new Image();
photoImg[12].src = "img/pht_js_02.jpg";
photoImg[13] = new Image();
photoImg[13].src = "img/pht_js_03.jpg";
photoImg[14] = new Image();
photoImg[14].src = "img/pht_js_04.jpg";
photoImg[15] = new Image();
photoImg[15].src = "img/pht_js_05.jpg";

photoImg[21] = new Image();
photoImg[21].src = "img/pht_ws_1_01.jpg";
photoImg[22] = new Image();
photoImg[22].src = "img/pht_ws_1_02.jpg";
photoImg[23] = new Image();
photoImg[23].src = "img/pht_ws_1_03.jpg";
photoImg[24] = new Image();
photoImg[24].src = "img/pht_ws_1_04.jpg";
photoImg[25] = new Image();
photoImg[25].src = "img/pht_ws_1_05.jpg";

photoImg[31] = new Image();
photoImg[31].src = "img/pht_ws_2_01.jpg";
photoImg[32] = new Image();
photoImg[32].src = "img/pht_ws_2_02.jpg";
photoImg[33] = new Image();
photoImg[33].src = "img/pht_ws_2_03.jpg";
photoImg[34] = new Image();
photoImg[34].src = "img/pht_ws_2_04.jpg";
photoImg[35] = new Image();
photoImg[35].src = "img/pht_ws_2_05.jpg";

photoImg[41] = new Image();
photoImg[41].src = "img/pht_ws_3_01.jpg";
photoImg[42] = new Image();
photoImg[42].src = "img/pht_ws_3_02.jpg";
photoImg[43] = new Image();
photoImg[43].src = "img/pht_ws_3_03.jpg";
photoImg[44] = new Image();
photoImg[44].src = "img/pht_ws_3_04.jpg";
photoImg[45] = new Image();
photoImg[45].src = "img/pht_ws_3_05.jpg";

photoImg[51] = new Image();
photoImg[51].src = "img/pht_1_01.jpg";
photoImg[52] = new Image();
photoImg[52].src = "img/pht_1_02.jpg";
photoImg[53] = new Image();
photoImg[53].src = "img/pht_1_03.jpg";
photoImg[54] = new Image();
photoImg[54].src = "img/pht_1_04.jpg";
photoImg[55] = new Image();
photoImg[55].src = "img/pht_1_05.jpg";
photoImg[56] = new Image();
photoImg[56].src = "img/pht_1_06.jpg";

photoImg[61] = new Image();
photoImg[61].src = "img/pht_2_01.jpg";
photoImg[62] = new Image();
photoImg[62].src = "img/pht_2_02.jpg";
photoImg[63] = new Image();
photoImg[63].src = "img/pht_2_03.jpg";
photoImg[64] = new Image();
photoImg[64].src = "img/pht_2_04.jpg";
photoImg[65] = new Image();
photoImg[65].src = "img/pht_2_05.jpg";
photoImg[66] = new Image();
photoImg[66].src = "img/pht_2_06.jpg";

photoImg[71] = new Image();
photoImg[71].src = "img/pht_3_01.jpg";
photoImg[72] = new Image();
photoImg[72].src = "img/pht_3_02.jpg";
photoImg[73] = new Image();
photoImg[73].src = "img/pht_3_03.jpg";
photoImg[74] = new Image();
photoImg[74].src = "img/pht_3_04.jpg";
photoImg[75] = new Image();
photoImg[75].src = "img/pht_3_05.jpg";
photoImg[76] = new Image();
photoImg[76].src = "img/pht_3_06.jpg";

photoImg[77] = new Image();
photoImg[77].src = "img/morooka/moro01L.jpg";
photoImg[78] = new Image();
photoImg[78].src = "img/morooka/moro02L.jpg";
photoImg[79] = new Image();
photoImg[79].src = "img/morooka/moro03L.jpg";
photoImg[80] = new Image();
photoImg[80].src = "img/morooka/moro04L.jpg";
photoImg[81] = new Image();
photoImg[81].src = "img/morooka/moro05L.jpg";
photoImg[82] = new Image();
photoImg[82].src = "img/morooka/moro06L.jpg";



function photoImg(m,t){
document.images[m].src=photoImg[t].src;
}
//-->