comment = "Borrowers and Lenders";
a1 = new Image(150,58);
a1.src = "http://bandl.english.uga.edu/borrowers/current_issue_off.jpg";
a2 = new Image(150,58);
a2.src = "http://bandl.english.uga.edu/borrowers/current_issue_on.jpg";

b1 = new Image(150,54);
b1.src = "http://bandl.english.uga.edu/borrowers/previous_issue_off.jpg";
b2 = new Image(150,54);
b2.src = "http://bandl.english.uga.edu/borrowers/previous_issue_on.jpg";

c1 = new Image(150,36);
c1.src = "http://bandl.english.uga.edu/borrowers/archive-off.jpg";
c2 = new Image(150,36);
c2.src = "http://bandl.english.uga.edu/borrowers/archive-on.jpg";

d1 = new Image(150,36);
d1.src = "http://bandl.english.uga.edu/borrowers/b4-off-book-d2.jpg";
d2 = new Image(150,36);
d2.src = "http://bandl.english.uga.edu/borrowers/b4-on-book-d2.jpg";

e1 = new Image(150,36);
e1.src = "http://bandl.english.uga.edu/borrowers/b5-off-book-d2.jpg";
e2 = new Image(150,36);
e2.src = "http://bandl.english.uga.edu/borrowers/b5-on-book-d2.jpg";

f1 = new Image(150,36);
f1.src = "http://bandl.english.uga.edu/borrowers/b6-off-book-d2.jpg";
f2 = new Image(150,36);
f2.src = "http://bandl.english.uga.edu/borrowers/b6-on-book-d2.jpg";

//image swapping function:
function imageSwap(imgDocID, imgObjName, comment) {
document.images[imgDocID].src = eval(imgObjName + ".src");
window.status = comment; return true;
}

