if (document.images) { top_off = new Image();top_off.src = 'img/top_off.gif'; sou_off = new Image();sou_off.src = 'img/sou_off.gif'; ki_off = new Image();ki_off.src = 'img/ki_off.gif'; kou_off = new Image();kou_off.src = 'img/kou_off.gif'; sai_off = new Image();sai_off.src = 'img/sai_off.gif'; f_off = new Image();f_off.src = 'img/f_off.gif'; about_off = new Image();about_off.src = 'img/about_off.gif'; top_on = new Image();top_on.src = 'img/top_on.gif'; sou_on = new Image();sou_on.src = 'img/sou_on.gif'; ki_on = new Image();ki_on.src = 'img/ki_on.gif'; kou_on = new Image();kou_on.src = 'img/kou_on.gif'; sai_on = new Image();sai_on.src = 'img/sai_on.gif'; f_on = new Image();f_on.src = 'img/f_on.gif'; about_on = new Image();about_on.src = 'img/about_on.gif'; } function di(id,name){ if (document.images) {document.images[id].src=eval(name+".src"); } } document.write(""); function CloseWin(){ window.close(); }