Earth0 = new Image(100,35)
Earth0.src = "butt/earth0.gif"
Earth1 = new Image(100,35)
Earth1.src = "butt/earth1.gif"
Air0 = new Image(100,35)
Air0.src = "butt/air0.gif"
Air1 = new Image(100,35)
Air1.src = "butt/air1.gif"
Fire0 = new Image(100,35)
Fire0.src = "butt/fire0.gif"
Fire1 = new Image(100,35)
Fire1.src = "butt/fire1.gif"
Water0 = new Image(100,35)
Water0.src = "butt/water0.gif"
Water1 = new Image(100,35)
Water1.src = "butt/water1.gif"

function EarthGlo() {
document.Earth.src = Earth1.src; return true;
}
function EarthBak() {
document.Earth.src = Earth0.src; return true;
}
function AirGlo() {
document.Air.src = Air1.src; return true;
}
function AirBak() {
document.Air.src = Air0.src; return true;
}
function FireGlo() {
document.Fire.src = Fire1.src; return true;
}
function FireBak() {
document.Fire.src = Fire0.src; return true;
}
function WaterGlo() {
document.Water.src = Water1.src; return true;
}
function WaterBak() {
document.Water.src = Water0.src; return true;
}
function State(words) {
window.status = words
return true
}