function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;

function preloadImages2() {
	if (document.images) {
		photo01 = newImage("01.jpg");
		photo02 = newImage("02.jpg");
		photo03 = newImage("03.jpg");
		photo04 = newImage("04.jpg");
		photo05 = newImage("05.jpg");
		photo06 = newImage("06.jpg");
		photo07 = newImage("07.jpg");
		photo08 = newImage("08.jpg");
		photo09 = newImage("09.jpg");
		photo10 = newImage("10.jpg");
		bar_01_o = newImage("../../common/img/red/photo/bar_01_o.gif");
		bar_02_o = newImage("../../common/img/red/photo/bar_02_o.gif");
		bar_03_o = newImage("../../common/img/red/photo/bar_03_o.gif");
		bar_04_o = newImage("../../common/img/red/photo/bar_04_o.gif");
		bar_05_o = newImage("../../common/img/red/photo/bar_05_o.gif");
		bar_06_o = newImage("../../common/img/red/photo/bar_06_o.gif");
		bar_07_o = newImage("../../common/img/red/photo/bar_07_o.gif");
		bar_08_o = newImage("../../common/img/red/photo/bar_08_o.gif");
		bar_09_o = newImage("../../common/img/red/photo/bar_09_o.gif");
		bar_10_o = newImage("../../common/img/red/photo/bar_10_o.gif");
		bar_11_o = newImage("../../common/img/red/photo/bar_11_o.gif");
		bar_12_o = newImage("../../common/img/red/photo/bar_12_o.gif");
		bar_13_o = newImage("../../common/img/red/photo/bar_13_o.gif");
		bar_14_o = newImage("../../common/img/red/photo/bar_14_o.gif");
		bar_15_o = newImage("../../common/img/red/photo/bar_15_o.gif");
		preloadFlag = true;
	}
}



/*new window*/

function disp(url){ 
window.open(url, "pmark_window", "width=600,height=600,scrollbars=no,resizable=no,menubar=no,toolbar=no,location=no,directories=no,status=no");
} 
function disp2(url){ 
window.open(url, "input_window", "width=520,height=700,scrollbars=no,resizable=no,menubar=no,toolbar=no,location=no,directories=no,status=no");
} 
function disp3(url){ 
window.open(url, "photo_window", "width=600,height=330,scrollbars=no,resizable=no,menubar=no,toolbar=no,location=no,directories=no,status=no");
} 
function disp4(url){ 
window.open(url, "photo_window", "width=550,height=402,scrollbars=no,resizable=no,menubar=no,toolbar=no,location=no,directories=no,status=no");
}

/*chenge photo*/

function myChgPic(myPicURL){
   document.images["photo"].src = myPicURL;
}
