if (document.images) {       //if image object is available     

// MouseOver Images
// Soapbox
archiveon = new Image();
archiveon.src = BUTTONROOT + "archive_h.gif";
other_soapboxeson = new Image();
other_soapboxeson.src = BUTTONROOT + "other_soapboxes_h.gif";


// MouseOut Images
// Soapbox
archiveoff = new Image();
archiveoff.src = BUTTONROOT + "archive_n.gif";
other_soapboxesoff = new Image();
other_soapboxesoff.src = BUTTONROOT + "other_soapboxes_n.gif";
}
