
image1 = new Image();
image1.src = "http://loop-art.eu/loop-art_white.png";
image1on = new Image();
image1on.src = "http://loop-art.eu/loop-art_pool.png";

image2 = new Image();
image2.src = "http://loop-art.eu/benang_white.png";
image2on = new Image();
image2on.src = "http://loop-art.eu/benang_pool.png";

function on3(name) {
document[name].src = eval(name + "on.src");
}
function off3(name) {
document[name].src = eval(name + ".src");
}


NN3 = true;

function on(name)  {
        if (NN3) on3(name);
}
function off(name)  {
        if (NN3) off3(name);
}

function a(txt) {
        self.status = txt
        }
function b() {
        self.status = ""
        }



