<!--
if (document.images) {
image1on = new Image();
image1on.src = "../../graphics01/g03/button01.jpg";
image2on = new Image();
image2on.src = "../../graphics01/g03/button02.jpg";
image3on = new Image();
image3on.src = "../../graphics01/g03/button03.jpg";
image4on = new Image();
image4on.src = "../../graphics01/g03/button04.jpg";
image5on = new Image();
image5on.src = "../../graphics01/g03/button05.jpg";
image6on = new Image();
image6on.src = "../../graphics01/g03/button06.jpg";



image1off = new Image();
image1off.src = "../../graphics01/g03/button01a.jpg";
image2off = new Image();
image2off.src = "../../graphics01/g03/button02a.jpg";
image3off = new Image();
image3off.src = "../../graphics01/g03/button03a.jpg";
image4off = new Image();
image4off.src = "../../graphics01/g03/button04a.jpg";
image5off = new Image();
image5off.src = "../../graphics01/g03/button05a.jpg";
image6off = new Image();
image6off.src = "../../graphics01/g03/button06a.jpg";



otherImageDefault = new Image();
otherImageDefault.src = "../../graphics01/g03/dcat00.gif";

otherImage1 = new Image();
otherImage1.src = "../../graphics01/g03/dcat03.gif";
otherImage2 = new Image();
otherImage2.src = "../../graphics01/g03/dcat01.gif";
otherImage3 = new Image();
otherImage3.src = "../../graphics01/g03/dcat04.gif";
otherImage4 = new Image();
otherImage4.src = "../../graphics01/g03/dcat02.gif";
otherImage5 = new Image();
otherImage5.src = "../../graphics01/g03/dcat05.gif";
otherImage6 = new Image();
otherImage6.src = "../../graphics01/g03/dcat06.gif";



}
function changeImages() {
if (document.images) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src =
eval(changeImages.arguments[i+1] + ".src");
}
}
}
// -->

