 
{
box0 = new Image();
box0.src = "images/wit.gif";

box1 = new Image();
box1.src = "images/3.gif";

box2 = new Image();
box2.src = "images/5.gif";

box3 = new Image();
box3.src = "images/1.gif";

box4 = new Image();
box4.src = "images/6.gif";

box5 = new Image();
box5.src = "images/5.gif";

box6 = new Image();
box6.src = "images/4.gif";

box7 = new Image();
box7.src = "images/8.gif";

box8 = new Image();
box8.src = "images/2.gif";

box9 = new Image();
box9.src = "images/7.gif";


graphic1= new Image();
graphic1.src = "images/steen1.jpg";
graphic1on = new Image();
graphic1on.src = "images/steen01.jpg";

graphic2= new Image();
graphic2.src = "images/steen2.jpg";
graphic2on = new Image();
graphic2on.src = "images/steen02.jpg";

graphic3= new Image();
graphic3.src = "images/steen3.jpg";
graphic3on = new Image();
graphic3on.src = "images/steen03.jpg";

graphic4= new Image();
graphic4.src = "images/steen4.jpg";
graphic4on = new Image();
graphic4on.src = "images/steen04.jpg";

graphic5= new Image();
graphic5.src = "images/steen5.jpg";
graphic5on = new Image();
graphic5on.src = "images/steen05.jpg";

graphic6= new Image();
graphic6.src = "images/steen6.jpg";
graphic6on = new Image();
graphic6on.src = "images/steen06.jpg";

graphic7= new Image();
graphic7.src = "images/steen7.jpg";
graphic7on = new Image();
graphic7on.src = "images/steen07.jpg";

graphic8= new Image();
graphic8.src = "images/steen8.jpg";
graphic8on = new Image();
graphic8on.src = "images/steen08.jpg";

graphic9= new Image();
graphic9.src = "images/steen9.jpg";
graphic9on = new Image();
graphic9on.src = "images/steen09.jpg";
}
function imageFlip(imageID,imageName,imageID2,imageName2) {


{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}

