<!-- Hide from old browsers
image0= new Image();
image0.src = "../graphics/ward02_0.gif";
image0on = new Image();
image0on.src = "../graphics/ward02_1.gif";

image1= new Image();
image1.src = "../graphics/ward05_0.gif";
image1on = new Image();
image1on.src = "../graphics/ward05_1.gif";

image2= new Image();
image2.src = "../graphics/ward06_0.gif";
image2on = new Image();
image2on.src = "../graphics/ward06_1.gif";

image3= new Image();
image3.src = "../graphics/ward07_0.gif";
image3on = new Image();
image3on.src = "../graphics/ward07_1.gif";

image4= new Image();
image4.src = "../graphics/ward08_0.gif";
image4on = new Image();
image4on.src = "../graphics/ward08_1.gif";

image5= new Image();
image5.src = "../graphics/ward09_0.gif";
image5on = new Image();
image5on.src = "../graphics/ward09_1.gif";

image6= new Image();
image6.src = "../graphics/ward10_0.gif";
image6on = new Image();
image6on.src = "../graphics/ward10_1.gif";

image7= new Image();
image7.src = "../graphics/ward11_0.gif";
image7on = new Image();
image7on.src = "../graphics/ward11_1.gif";

image8= new Image();
image8.src = "../graphics/ward12_0.gif";
image8on = new Image();
image8on.src = "../graphics/ward12_1.gif";

image9= new Image();
image9.src = "../graphics/ward13_0.gif";
image9on = new Image();
image9on.src = "../graphics/ward13_1.gif";

image10= new Image();
image10.src = "../graphics/ward14_0.gif";
image10on = new Image();
image10on.src = "../graphics/ward14_1.gif";

function on(name)   
{
        document[name].src = eval(name + "on.src");
}

function off(name)  
{
        document[name].src = eval(name + ".src");
}
// Stop hiding from old browsers -->

