SMI_02_on = new Image();
SMI_03_on = new Image();
SMI_04_on = new Image();
SMI_05_on = new Image();
SMI_06_on = new Image();
SMI_07_on = new Image();
SMI_08_on = new Image();

SMI_02_off = new Image();
SMI_03_off = new Image();
SMI_04_off = new Image();
SMI_05_off = new Image();
SMI_06_off = new Image();
SMI_07_off = new Image();
SMI_08_off = new Image();

SMI_02_on.src = "images/SMI_02_on.gif";
SMI_03_on.src = "images/SMI_03_on.gif";
SMI_04_on.src = "images/SMI_04_on.gif";
SMI_05_on.src = "images/SMI_05_on.gif";
SMI_06_on.src = "images/SMI_06_on.gif";
SMI_07_on.src = "images/SMI_07_on.gif";
SMI_08_on.src = "images/SMI_08_on.gif";

SMI_02_off.src = "images/SMI_02.gif";
SMI_03_off.src = "images/SMI_03.gif";
SMI_04_off.src = "images/SMI_04.gif";
SMI_05_off.src = "images/SMI_05.gif";
SMI_06_off.src = "images/SMI_06.gif";
SMI_07_off.src = "images/SMI_07.gif";
SMI_08_off.src = "images/SMI_08.gif";

function swapImg(N, S) {document.images[N].src = eval(S+".src");}
