// Preloaded images


if (document.images) {

// Header On
materials_on = new Image();
materials_on.src = "/images/utility/header-but-materials-on.gif";

bookstore_on = new Image();
bookstore_on.src = "/images/utility/header-but-bookstore-on.gif";

// Footer On
home_on = new Image();
home_on.src = "/images/utility/footer-but-home-on.gif";

educators_on = new Image();
educators_on.src = "/images/utility/footer-but-educators-on.gif";

sfs_on = new Image();
sfs_on.src = "/images/utility/footer-but-sfs-on.gif";

parents_on = new Image();
parents_on.src = "/images/utility/footer-but-parents-on.gif";

kids_on = new Image();
kids_on.src = "/images/utility/footer-but-kids-on.gif";

print_on = new Image();
print_on.src = "/images/utility/footer-but-print-on.gif";

email_on = new Image();
email_on.src = "/images/utility/footer-but-email-on.gif";

// Go On
go_on = new Image();
go_on.src = "/images/utility/header-but-go-on.gif";

// Catalog On
cathome_on = new Image();
cathome_on.src = "/images/catalog/nav-but-home-on.gif";

preschool_on = new Image();
preschool_on.src = "/images/catalog/nav-but-preschool-on.gif";

elementary_on = new Image();
elementary_on.src = "/images/catalog/nav-but-elementary-on.gif";

junior_on = new Image();
junior_on.src = "/images/catalog/nav-but-junior-on.gif";

catparents_on = new Image();
catparents_on.src = "/images/catalog/nav-but-parents-on.gif";

catsfs_on = new Image();
catsfs_on.src = "/images/catalog/nav-but-sfs-on.gif";

order_on = new Image();
order_on.src = "/images/catalog/nav-but-order-on.gif";

index_on = new Image();
index_on.src = "/images/catalog/nav-but-index-on.gif";

// Bookshelf On
featkids_on = new Image();
featkids_on.src = "/images/bookshelf/nav-but-kids-on.gif";

featparents_on = new Image();
featparents_on.src = "/images/bookshelf/nav-but-parents-on.gif";

// Header Off
materials_off = new Image();
materials_off.src = "/images/utility/header-but-materials-off.gif";

bookstore_off = new Image();
bookstore_off.src = "/images/utility/header-but-bookstore-off.gif";

// Footer Off
home_off = new Image();
home_off.src = "/images/utility/footer-but-home-off.gif";

educators_off = new Image();
educators_off.src = "/images/utility/footer-but-educators-off.gif";

sfs_off = new Image();
sfs_off.src = "/images/utility/footer-but-sfs-off.gif";

parents_off = new Image();
parents_off.src = "/images/utility/footer-but-parents-off.gif";

kids_off = new Image();
kids_off.src = "/images/utility/footer-but-kids-off.gif";

print_off = new Image();
print_off.src = "/images/utility/footer-but-print-off.gif";

email_off = new Image();
email_off.src = "/images/utility/footer-but-email-off.gif";

// Go Off
go_off = new Image();
go_off.src = "/images/utility/header-but-go-off.gif";

// Catalog Off
cathome_off = new Image();
cathome_off.src = "/images/catalog/nav-but-home-off.gif";

preschool_off = new Image();
preschool_off.src = "/images/catalog/nav-but-preschool-off.gif";

elementary_off = new Image();
elementary_off.src = "/images/catalog/nav-but-elementary-off.gif";

junior_off = new Image();
junior_off.src = "/images/catalog/nav-but-junior-off.gif";

catparents_off = new Image();
catparents_off.src = "/images/catalog/nav-but-parents-off.gif";

catsfs_off = new Image();
catsfs_off.src = "/images/catalog/nav-but-sfs-off.gif";

order_off = new Image();
order_off.src = "/images/catalog/nav-but-order-off.gif";

index_off = new Image();
index_off.src = "/images/catalog/nav-but-index-off.gif";

// Bookshelf Off
featkids_off = new Image();
featkids_off.src = "/images/bookshelf/nav-but-kids-off.gif";

featparents_off = new Image();
featparents_off.src = "/images/bookshelf/nav-but-parents-off.gif";

// Go Down
go_dn = new Image();
go_dn.src = "/images/utility/header-but-go-dn.gif";

}

