var offImgArray = new Array()
offImgArray[1] = new Image(170,40)
offImgArray[2] = new Image(170,40)
offImgArray[3] = new Image(170,40)
offImgArray[4] = new Image(170,40)
offImgArray[5] = new Image(170,40)
offImgArray[6] = new Image(170,40)
offImgArray[7] = new Image(170,40)
offImgArray[8] = new Image(170,40)
offImgArray[9] = new Image(170,40)
offImgArray[10] = new Image(170,40)

offImgArray[1].src = "../images/portal.jpg"
offImgArray[2].src = "../images/filo.jpg"
offImgArray[3].src = "../images/selec.jpg"
offImgArray[4].src = "../images/pirata.jpg"
offImgArray[5].src = "../images/columnas.jpg"
offImgArray[6].src = "../images/teatro.jpg"
offImgArray[7].src = "../images/links.jpg"
offImgArray[8].src = "../images/tablon.jpg"
offImgArray[9].src = "../images/guest.jpg"
offImgArray[10].src = "../images/correo.jpg"

var onImgArray = new Array()
onImgArray[1] = new Image(170,40)
onImgArray[2] = new Image(170,40)
onImgArray[3] = new Image(170,40)
onImgArray[4] = new Image(170,40)
onImgArray[5] = new Image(170,40)
onImgArray[6] = new Image(170,40)
onImgArray[7] = new Image(170,40)
onImgArray[8] = new Image(170,40)
onImgArray[9] = new Image(170,40)
onImgArray[10] = new Image(170,40)

onImgArray[1].src = "../images/portalmo.jpg"
onImgArray[2].src = "../images/filomo.jpg"
onImgArray[3].src = "../images/selecmo.jpg"
onImgArray[4].src = "../images/piratamo.jpg"
onImgArray[5].src = "../images/columnasmo.jpg"
onImgArray[6].src = "../images/teatromo.jpg"
onImgArray[7].src = "../images/linksmo.jpg"
onImgArray[8].src = "../images/tablonmo.jpg"
onImgArray[9].src = "../images/guestmo.jpg"
onImgArray[10].src = "../images/correomo.jpg"

function imageOn(i) {
document.images[i].src = onImgArray[i].src
}

function imageOff(i) {
document.images[i].src = offImgArray[i].src
}

function setMsg(msg) {
window.status = msg
return true
}
