if (document.image) {
img1 = new Image(); img1.src = "../img/1about.gif";
img2 = new Image(); img2.src = "../img/1cat.gif";
img3 = new Image(); img3.src = "../img/1material.gif";
img4 = new Image(); img4.src = "../img/1other.gif";
img5 = new Image(); img5.src = "../img/1ring.gif";
img6 = new Image(); img6.src = "../img/1link.gif";
img7 = new Image(); img7.src = "../img/1bbs.gif";
img8 = new Image(); img8.src = "../img/1mail.gif";
img9 = new Image(); img9.src = "../img/1home.gif";
}
function setImage(img, image) {
if (img) {
img.src = image;
}
}
