bu01_on = new Image();
bu01_on.src = "IMAGE/MENU/bu01_on.gif";
bu01_off= new Image();
bu01_off.src= "IMAGE/MENU/bu01_off.gif";

bu03_on = new Image();
bu03_on.src = "IMAGE/MENU/bu03_on.gif";
bu03_off= new Image();
bu03_off.src= "IMAGE/MENU/bu03_off.gif";

bu04_on = new Image();
bu04_on.src = "IMAGE/MENU/bu04_on.gif";
bu04_off= new Image();
bu04_off.src= "IMAGE/MENU/bu04_off.gif";

buicon01_on = new Image();
buicon01_on.src = "IMAGE/MENU/buicon01_on.gif";
buicon01_off= new Image();
buicon01_off.src= "IMAGE/MENU/buicon01_off.gif";

buicon02_on = new Image();
buicon02_on.src = "IMAGE/MENU/buicon02_on.gif";
buicon02_off= new Image();
buicon02_off.src= "IMAGE/MENU/buicon02_off.gif";

buicon03_on = new Image();
buicon03_on.src = "IMAGE/MENU/buicon03_on.gif";
buicon03_off= new Image();
buicon03_off.src= "IMAGE/MENU/buicon03_off.gif";

buicon04_on = new Image();
buicon04_on.src = "IMAGE/MENU/buicon04_on.gif";
buicon04_off= new Image();
buicon04_off.src= "IMAGE/MENU/buicon04_off.gif";

buicon05_on = new Image();
buicon05_on.src = "IMAGE/MENU/buicon05_on.gif";
buicon05_off= new Image();
buicon05_off.src= "IMAGE/MENU/buicon05_off.gif";


subbu01_on = new Image();
subbu01_on.src = "IMAGE/MENU/subbu01_on.gif";
subbu01_off= new Image();
subbu01_off.src= "IMAGE/MENU/subbu01_off.gif";

subbu02_on = new Image();
subbu02_on.src = "IMAGE/MENU/subbu02_on.gif";
subbu02_off= new Image();
subbu02_off.src= "IMAGE/MENU/subbu02_off.gif";

subbu03_on = new Image();
subbu03_on.src = "IMAGE/MENU/subbu03_on.gif";
subbu03_off= new Image();
subbu03_off.src= "IMAGE/MENU/subbu03_off.gif";

subbu04_on = new Image();
subbu04_on.src = "IMAGE/MENU/subbu04_on.gif";
subbu04_off= new Image();
subbu04_off.src= "IMAGE/MENU/subbu04_off.gif";

subbu05_on = new Image();
subbu05_on.src = "IMAGE/MENU/subbu05_on.gif";
subbu05_off= new Image();
subbu05_off.src= "IMAGE/MENU/subbu05_off.gif";

subbu06_on = new Image();
subbu06_on.src = "IMAGE/MENU/subbu06_on.gif";
subbu06_off= new Image();
subbu06_off.src= "IMAGE/MENU/subbu06_off.gif";


image01_01 = new Image();
image01_01.src = "IMAGE/TOP/top_image01-01.jpg";
image01_02 = new Image();
image01_02.src = "IMAGE/TOP/top_image01-02.jpg";
image01_03 = new Image();
image01_03.src = "IMAGE/TOP/top_image01-03.jpg";

image02_01 = new Image();
image02_01.src = "IMAGE/TOP/top_image02-01.jpg";
image02_02 = new Image();
image02_02.src = "IMAGE/TOP/top_image02-02.jpg";
image02_03 = new Image();
image02_03.src = "IMAGE/TOP/top_image02-03.jpg";

image03_01 = new Image();
image03_01.src = "IMAGE/TOP/top_image03-01.jpg";
image03_02 = new Image();
image03_02.src = "IMAGE/TOP/top_image03-02.jpg";
image03_03 = new Image();
image03_03.src = "IMAGE/TOP/top_image03-03.jpg";

image04_01 = new Image();
image04_01.src = "IMAGE/TOP/top_image04-01.jpg";
image04_02 = new Image();
image04_02.src = "IMAGE/TOP/top_image04-02.jpg";
image04_03 = new Image();
image04_03.src = "IMAGE/TOP/top_image04-03.jpg";

image05_01 = new Image();
image05_01.src = "IMAGE/TOP/top_image05-01.jpg";
image05_02 = new Image();
image05_02.src = "IMAGE/TOP/top_image05-02.jpg";
image05_03 = new Image();
image05_03.src = "IMAGE/TOP/top_image05-03.jpg";

image06_01 = new Image();
image06_01.src = "IMAGE/TOP/top_image06-01.jpg";
image06_02 = new Image();
image06_02.src = "IMAGE/TOP/top_image06-02.jpg";
image06_03 = new Image();
image06_03.src = "IMAGE/TOP/top_image06-03.jpg";


function imgRoll(imgDocID, mouseMov) {
	if ( mouseMov == "in" ) {
		document.images[imgDocID].src = eval(imgDocID + "_on.src");
	}
	if ( mouseMov == "out" ) {
		document.images[imgDocID].src = eval(imgDocID + "_off.src");
	}
}


function photoRoll(photoDocID, mouseMovs, imgID) {
	if ( mouseMovs == "in" ) {
		document.image01.src = eval(imgID + "_01.src");
		document.image02.src = eval(imgID + "_02.src");
		document.image03.src = eval(imgID + "_03.src");
		document.images[photoDocID].src = eval(photoDocID + "_on.src");
	}
	if ( mouseMovs == "out" ) {
		document.images[photoDocID].src = eval(photoDocID + "_off.src");
	}
}
