{
ichiran0= new Image();
ichiran0.src = "img/michiran.jpg";
ichiran1 = new Image();
ichiran1.src = "img/michirana.jpg";
kodawari0= new Image();
kodawari0.src = "img/mkodawari.jpg";
kodawari1 = new Image();
kodawari1.src = "img/mkodawaria.jpg";
info0= new Image();
info0.src = "img/minfo.jpg";
info1 = new Image();
info1.src = "img/minfoa.jpg";
recipe0= new Image();
recipe0.src = "img/mrecipe.jpg";
recipe1 = new Image();
recipe1.src = "img/mrecipea.jpg";
blog0= new Image();
blog0.src = "img/mblog.jpg";
blog1 = new Image();
blog1.src = "img/mbloga.jpg";

}
function imgOn(img){
turnOn = eval(img + "1.src");
document[img].src = turnOn;
}
function imgOff(img){
turnOff = eval(img + "0.src");
document[img].src = turnOff;
}

