coverPageon = new Image();
coverPageon.src = "http://www.aemma.org/images/button_coverPageY.gif";
coverPageoff = new Image();
coverPageoff.src = "http://www.aemma.org/images/button_coverPage.gif";
lefton = new Image();
lefton.src = "http://www.aemma.org/images/button_leftY.gif";
leftoff = new Image();
leftoff.src = "http://www.aemma.org/images/button_left.gif";
leftFaston = new Image();
leftFaston.src = "http://www.aemma.org/images/button_leftFastY.gif";
leftFastoff = new Image();
leftFastoff.src = "http://www.aemma.org/images/button_leftFast.gif";
righton = new Image();
righton.src = "http://www.aemma.org/images/button_rightY.gif";
rightoff = new Image();
rightoff.src = "http://www.aemma.org/images/button_right.gif";
rightFaston = new Image();
rightFaston.src = "http://www.aemma.org/images/button_rightFastY.gif";
rightFastoff = new Image();
rightFastoff.src = "http://www.aemma.org/images/button_rightFast.gif";
left2on = new Image();
left2on.src = "http://www.aemma.org/images/button_leftY.gif";
left2off = new Image();
left2off.src = "http://www.aemma.org/images/button_left.gif";
right2on = new Image();
right2on.src = "http://www.aemma.org/images/button_rightY.gif";
right2off = new Image();
right2off.src = "http://www.aemma.org/images/button_right.gif";
endon = new Image();
endon.src = "http://www.aemma.org/images/button_endY.gif";
endoff = new Image();
endoff.src = "http://www.aemma.org/images/button_end.gif";
starton = new Image();
starton.src = "http://www.aemma.org/images/button_startY.gif";
startoff = new Image();
startoff.src = "http://www.aemma.org/images/button_start.gif";
button_tocon = new Image();
button_tocon.src = "http://www.aemma.org/images/button_tocY.gif";
button_tocoff = new Image();
button_tocoff.src = "http://www.aemma.org/images/button_toc.gif";
button_toc1on = new Image();
button_toc1on.src = "http://www.aemma.org/images/button_TOCfirstY.gif";
button_toc1off = new Image();
button_toc1off.src = "http://www.aemma.org/images/button_TOCfirst.gif";
button_toc2on = new Image();
button_toc2on.src = "http://www.aemma.org/images/button_TOCsecondY.gif";
button_toc2off = new Image();
button_toc2off.src = "http://www.aemma.org/images/button_TOCsecond.gif";
button_tocB1on = new Image();
button_tocB1on.src = "http://www.aemma.org/images/button_TOCfirstBookY.gif";
button_tocB1off = new Image();
button_tocB1off.src = "http://www.aemma.org/images/button_TOCfirstBook.gif";
button_tocB2on = new Image();
button_tocB2on.src = "http://www.aemma.org/images/button_TOCsecBookY.gif";
button_tocB2off = new Image();
button_tocB2off.src = "http://www.aemma.org/images/button_TOCsecBook.gif";
button_tocBXon = new Image();
button_tocBXon.src = "http://www.aemma.org/images/button_TOCbriefParadoxY.gif";
button_tocBXoff = new Image();
button_tocBXoff.src = "http://www.aemma.org/images/button_TOCbriefParadox.gif";
button_tocXon = new Image();
button_tocXon.src = "http://www.aemma.org/images/button_TOCparadoxY.gif";
button_tocXoff = new Image();
button_tocXoff.src = "http://www.aemma.org/images/button_TOCparadox.gif";
function m1(gifName) {
        imgOn = eval(gifName + "on.src");
        document [gifName].src = imgOn;
}
function m0(gifName) {
        imgOff = eval(gifName + "off.src");
        document [gifName].src = imgOff;
}
