if (document.images) {



var img1on = new Image();

img1on.src = "http://www.daiwa-health.com/img/01komenuka02.jpg";

var img1off = new Image();

img1off.src = "http://www.daiwa-health.com/img/01komenuka.jpg";



var img2on = new Image();

img2on.src = "http://www.daiwa-health.com/img/01crk02.jpg";

var img2off = new Image();

img2off.src = "http://www.daiwa-health.com/img/01crk.jpg";



var img3on = new Image();

img3on.src = "http://www.daiwa-health.com/img/01nkcp02.jpg";

var img3off = new Image();

img3off.src = "http://www.daiwa-health.com/img/01nkcp.jpg";



var img4on = new Image();

img4on.src = "http://www.daiwa-health.com/img/02home02.jpg";

var img4off = new Image();

img4off.src = "http://www.daiwa-health.com/img/02home.jpg";



var img5on = new Image();

img5on.src = "http://www.daiwa-health.com/img/02kenko02.jpg";

var img5off = new Image();

img5off.src = "http://www.daiwa-health.com/img/02kenko.jpg";



var img6on = new Image();

img6on.src = "http://www.daiwa-health.com/img/02toriatsukai02.jpg";

var img6off = new Image();

img6off.src = "http://www.daiwa-health.com/img/02toriatsukai.jpg";



var img7on = new Image();

img7on.src = "http://www.daiwa-health.com/img/02kanren02.jpg";

var img7off = new Image();

img7off.src = "http://www.daiwa-health.com/img/02kanren.jpg";



var img8on = new Image();

img8on.src = "http://www.daiwa-health.com/img/02toiawase02.jpg";

var img8off = new Image();

img8off.src = "http://www.daiwa-health.com/img/02toiawase.jpg";



var img9on = new Image();

img9on.src = "http://www.daiwa-health.com/img/iconhome2.jpg";

var img9off = new Image();

img9off.src = "http://www.daiwa-health.com/img/iconhome1.jpg";



}



function On(name) {



if (document.images) {

document.images[name].src = eval(name + 'on.src');

}



}



function Off(name) {



if (document.images) {

document.images[name].src = eval(name + 'off.src');

}



}