
fName = [
	"common/sel_p/head_p/sel_head_07_f2.jpg",
	"common/sel_p/head_p/sel_head_08_f2.jpg",
	"common/sel_p/head_p/sel_head_13_f2.jpg",
	"common/sel_p/head_p/sel_head_15_f2.jpg",
	"common/sel_p/head_p/sel_head_17_f2.jpg",
	"common/sel_p/head_p/sel_head_19_f2.jpg",
	"common/sel_p/head_p/sel_head_22_f2.jpg",
	"common/sel_p/head_p/sel_head_25_f2.jpg",
	"common/sel_p/head_p/sel_head_26_f2.jpg",
	"common/sel_p/head_p/sel_head_27_f2.jpg",
	"common/sel_p/head_p/sel_head_28_f2.jpg",
	];

prIMG = new Array();
for (i=0; i<fName.length; i++) {
	prIMG[i] = new Image();
	prIMG[i].src = fName[i];
}