// Onload

prIMG01 = new Image();
prIMG01.src = "http://www.lucifer10th.com/_img/menu-01_button-top-hover.png";

prIMG02 = new Image();
prIMG02.src = "http://www.lucifer10th.com/_img/menu-01_button-live-hover.png";

prIMG03 = new Image();
prIMG03.src = "http://www.lucifer10th.com/_img/menu-01_button-profile-hover.png";

prIMG04 = new Image();
prIMG04.src = "http://www.lucifer10th.com/_img/menu-01_button-discography-hover.png";

prIMG05 = new Image();
prIMG05.src = "http://www.lucifer10th.com/_img/menu-01_button-goods-hover.png";

prIMG06 = new Image();
prIMG06.src = "http://www.lucifer10th.com/_img/menu-01_button-contact-hover.png";

prIMG07 = new Image();
prIMG07.src = "http://www.lucifer10th.com/_img/menu-02_button-top-hover.png";

prIMG08 = new Image();
prIMG08.src = "http://www.lucifer10th.com/_img/menu-02_button-live-hover.png";

prIMG09 = new Image();
prIMG09.src = "http://www.lucifer10th.com/_img/menu-02_button-profile-hover.png";

prIMG10 = new Image();
prIMG10.src = "http://www.lucifer10th.com/_img/menu-02_button-discography-hover.png";

prIMG11 = new Image();
prIMG11.src = "http://www.lucifer10th.com/_img/menu-02_button-goods-hover.png";

prIMG12 = new Image();
prIMG12.src = "http://www.lucifer10th.com/_img/menu-02_button-contact-hover.png";



function setImgSrc(imgURL) {
	document.myIMG.src = imgURL;
}

