<!--

if(document.images) {
    pics = new Array();
    pics[01] = new Image();
    pics[01].src = "images/nxc03.gif"; // clear
    pics[02] = new Image();
    pics[02].src = "images/nxc06_on.gif";
    pics[03] = new Image();
    pics[03].src = "images/nxc06.gif";
    pics[04] = new Image();
    pics[04].src = "images/nxc031.gif";
    pics[05] = new Image();
    pics[05].src = "images/nxc08_on.gif";
    pics[06] = new Image();
    pics[06].src = "images/nxc08.gif";
    pics[07] = new Image();
    pics[07].src = "images/nxc032.gif";
    pics[08] = new Image();
    pics[08].src = "images/nxc09_on.gif";
    pics[09] = new Image();
    pics[09].src = "images/nxc09.gif";
    pics[10] = new Image();
    pics[10].src = "images/nxc033.gif";
    pics[11] = new Image();
    pics[11].src = "images/nxc10_on.gif";
    pics[12] = new Image();
    pics[12].src = "images/nxc10.gif";
    pics[13] = new Image();
    pics[13].src = "images/nxc034.gif";
    pics[14] = new Image();
    pics[14].src = "images/nxc11_on.gif";
    pics[15] = new Image();
    pics[15].src = "images/nxc11.gif";
    pics[16] = new Image();
    pics[16].src = "images/nxc035.gif";
  }
    function changer2(from,to,from1,to1) {
    if(document.images) {
    document.images[from].src = pics[to].src;
    document.images[from1].src = pics[to1].src;
    }
  }
  //-->
