b1on = new Image();
b1on.src = "Gospel-Buttons/Home_r.gif";
b2on = new Image();
b2on.src = "Gospel-Buttons/Biography_r.gif";
b3on = new Image();
b3on.src = "Gospel-Buttons/Galerie_r.gif";
b4on = new Image();
b4on.src = "Gospel-Buttons/The-Inspirators_r.gif";
b5on = new Image();
b5on.src = "Gospel-Buttons/Pierluigi-Alessandrini_r.gif";
b6on = new Image();
b6on.src = "Gospel-Buttons/The-Inspirators-in-Italien_r.gif";
b7on = new Image();
b7on.src = "Gospel-Buttons/Gospel-Workshops_r.gif";


b9on = new Image();
b9on.src = "Gospel-Buttons/Gospel-meets-Classic_r.gif";



b11on = new Image();
b11on.src = "Gospel-Buttons/Links_r.gif";
b12on = new Image();
b12on.src = "Gospel-Buttons/The-Revelation-Gospel-Singers_r.gif";
b13on = new Image();
b13on.src = "Gospel-Buttons/Gospel-bei-Hochzeiten_r.gif";
b14on = new Image();
b14on.src = "Gospel-Buttons/Gospel-Lyrics_r.gif";
b15on = new Image();
b15on.src = "Gospel-Buttons/News_r.gif";
b16on = new Image();
b16on.src = "Gospel-Buttons/Gospel-Download_r.gif";
b17on = new Image();
b17on.src = "Gospel-Buttons/eMail_r.gif";
b18on = new Image();
b18on.src = "Gospel-Buttons/Login_r.gif";
b19on = new Image();
b19on.src = "Gospel-Buttons/Gospel-Geschichte_r.gif";
b20on = new Image();
b20on.src = "Gospel-Buttons/King-James-Bible_r.gif";
b21on = new Image();
b21on.src = "Gospel-Buttons/Links_r.gif";
b22on = new Image();
b22on.src = "Gospel-Buttons/Gospel-Veranstaltungen_r.gif";
b23on = new Image();
b23on.src = "Gospel-Buttons/Gospel-Webkatalog_r.gif";

b1off = new Image();
b1off.src = "Gospel-Buttons/Home.gif";
b2off = new Image();
b2off.src = "Gospel-Buttons/Biography.gif";
b3off = new Image();
b3off.src = "Gospel-Buttons/Galerie.gif";
b4off = new Image();
b4off.src = "Gospel-Buttons/The-Inspirators.gif";
b5off = new Image();
b5off.src = "Gospel-Buttons/Pierluigi-Alessandrini.gif";
b6off = new Image();
b6off.src = "Gospel-Buttons/The-Inspirators-in-Italien.gif";
b7off = new Image();
b7off.src = "Gospel-Buttons/Gospel-Workshops.gif";


b9off = new Image();
b9off.src = "Gospel-Buttons/Gospel-meets-Classic.gif";


b11off = new Image();
b11off.src = "Gospel-Buttons/Links.gif";
b12off = new Image();
b12off.src = "Gospel-Buttons/The-Revelation-Gospel-Singers.gif";
b13off = new Image();
b13off.src = "Gospel-Buttons/Gospel-bei-Hochzeiten.gif";
b14off = new Image();
b14off.src = "Gospel-Buttons/Gospel-Lyrics.gif";
b15off = new Image();
b15off.src = "Gospel-Buttons/News.gif";
b16off = new Image();
b16off.src = "Gospel-Buttons/Gospel-Download.gif";
b17off = new Image();
b17off.src = "Gospel-Buttons/eMail.gif";
b18off = new Image();
b18off.src = "Gospel-Buttons/Login.gif";
b19off = new Image();
b19off.src = "Gospel-Buttons/Gospel-Geschichte.gif";
b20off = new Image();
b20off.src = "Gospel-Buttons/King-James-Bible.gif";
b21off = new Image();
b21off.src = "Gospel-Buttons/Links.gif";
b22off = new Image();
b22off.src = "Gospel-Buttons/Gospel-Veranstaltungen.gif";
b23off = new Image();
b23off.src = "Gospel-Buttons/Gospel-Webkatalog.gif";


function button_on(which)
{
imgOn = eval(which + "on.src");
document [which].src = imgOn;
}
function button_off(which)
{
imgOff = eval(which + "off.src");
document [which].src = imgOff;
}