var NN3 = false;
image1alt = new Image();
image1alt.src = "img/fliphole_b1.jpg";
image1alton = new Image();
image1alton.src = "img/fliphole_b1.jpg";

image2alt = new Image();
image2alt.src = "img/fliphole_b1.jpg";
image2alton = new Image();
image2alton.src = "img/fliphole_b2.jpg";

image3alt = new Image();
image3alt.src = "img/fliphole_b1.jpg";
image3alton = new Image();
image3alton.src = "img/fliphole_b3.jpg";

image4alt = new Image();
image4alt.src = "img/fliphole_b1.jpg";
image4alton = new Image();
image4alton.src = "img/fliphole_b4.jpg";

image5alt = new Image();
image5alt.src = "img/fliphole_b1.jpg";
image5alton = new Image();
image5alton.src = "img/fliphole_b5.jpg";

function on4(name)   {
        document["altimg"].src = eval(name + "alton.src");
}
function off4(name)  {
        document["altimg"].src = eval(name + "alt.src");
}
NN3 = true;

function on(name)  {
        if (NN3) on4(name);
}
function off(name)  {
        if (NN3) off4(name);
}