if (document.images) 


aboutOff = new Image
aboutOff.src = "img/about.gif"

aboutOn = new Image
aboutOn.src = "img/about3.gif"


careOff = new Image
careOff.src = "img/care.gif"

careOn = new Image
careOn.src = "img/care3.gif"


coverOff = new Image
coverOff.src = "img/cover.gif"

coverOn = new Image
coverOn.src = "img/cover3.gif"


dragonOff = new Image
dragonOff.src = "img/dragon.gif"

dragonOn = new Image
dragonOn.src = "img/dragon3.gif"

knowledgeOff = new Image
knowledgeOff.src = "img/knowledge.gif"

knowledgeOn = new Image
knowledgeOn.src = "img/knowledge3.gif"

makeOff = new Image
makeOff.src = "img/make.gif"

makeOn = new Image
makeOn.src = "img/make3.gif"


questionOff = new Image
questionOff.src = "img/question.gif"

questionOn = new Image
questionOn.src = "img/question2.gif"


function chgImg(imgField,newImg) {
         if (document.images) {
                document[imgField].src= eval(newImg + ".src")
                }
         }  



function imageup01() {
window.open("wa-room.html","window1","width=550,height=250");
}

function imageup02() {
window.open("you-room.html","window1","width=550,height=250");
}

function imageup03() {
window.open("wayou-room.html","window1","width=550,height=250");
}


function imageup1() {
window.open("map.html","window1","width=430,height=650");
}