<!--
var loadok=false;

butta = new Array();
butti = new Array();

if (document.images) {

butta[1]= new Image();
butta[2]= new Image();
butta[3]= new Image();
butta[4]= new Image();
butta[1].src = "http://www.biobaeckerei-steck.de/img/b_about_hi.gif";
butta[2].src = "http://www.biobaeckerei-steck.de/img/b_bioland_hi.gif";
butta[3].src = "http://www.biobaeckerei-steck.de/img/b_shop_hi.gif";
butta[4].src = "http://www.biobaeckerei-steck.de/img/b_kontakt_hi.gif";

butti[1]= new Image();
butti[2]= new Image();
butti[3]= new Image();
butti[4]= new Image();
butti[1].src = "http://www.biobaeckerei-steck.de/img/b_about.gif";
butti[2].src = "http://www.biobaeckerei-steck.de/img/b_bioland.gif";
butti[3].src = "http://www.biobaeckerei-steck.de/img/b_shop.gif";
butti[4].src = "http://www.biobaeckerei-steck.de/img/b_kontakt.gif";

loadok = true;
}

function hibutt(m,bobj) {
if (loadok) {window.document.images[bobj].src=butta[m].src;}
}

function lobutt(m,bobj) {
if (loadok) {window.document.images[bobj].src=butti[m].src;}
}
// -->