<!-- Hide from old browsers
image0= new Image();
image0.src = "../../graphics/ward03_0.gif";
image0on = new Image();
image0on.src = "../../graphics/ward03_1.gif";

image1= new Image();
image1.src = "../../graphics/ward01_0.gif";
image1on = new Image();
image1on.src = "../../graphics/ward01_1.gif";

image2= new Image();
image2.src = "../../graphics/ward04_0.gif";
image2on = new Image();
image2on.src = "../../graphics/ward04_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 -->

