 
if (navigator.appVersion > "3") {
img1 = new Image(); img1.src = "image/top-menu1.gif";
img2 = new Image(); img2.src = "image/top-menu2.gif";
img3 = new Image(); img3.src = "image/top-menu3.gif";
img4 = new Image(); img4.src = "image/top-menu4.gif";
img5 = new Image(); img5.src = "image/top-menu5.gif";
img6 = new Image(); img6.src = "image/top-menu6.gif";
img7 = new Image(); img7.src = "image/top-menu7.gif";
img8 = new Image(); img8.src = "image/top-menu1-2.gif";
img9 = new Image(); img9.src = "image/top-menu2-2.gif";
img10 = new Image(); img10.src = "image/top-menu3-2.gif";
img11 = new Image(); img11.src = "image/top-menu4-2.gif";
img12 = new Image(); img12.src = "image/top-menu5-2.gif";
img13 = new Image(); img13.src = "image/top-menu6-2.gif";
img14 = new Image(); img14.src = "image/top-menu7-2.gif";
}
function imgChange(imgName,imgNum) {
if (navigator.appVersion > "3") {
document.images[imgName].src = eval(imgNum + ".src");
}}
//