/**
 * This script preloads the default page images to counter the annoying blinking
 * of the page on each request and refresh.
 */

wallpaperImg = new Image(20, 2100);
wallpaperImg.src = "/images/page/wallpaper.gif";

logoImg = new Image(235, 141);
logoImg.src = "/images/page/logo.jpg";

headerImg = new Image(345, 141);
headerImg.src = "/images/page/header.jpg";

mainBackgroundImg = new Image(800, 1);
mainBackgroundImg.src = "/images/page/mainBackground.gif";

infoBackgroundImg = new Image(208, 142);
infoBackgroundImg.src = "/images/page/infoBackground.gif";

barBackgroundImg = new Image(800, 33);
barBackgroundImg.src = "/images/page/barBackground.gif";

menuItemBackgroundImg = new Image(219, 24);
menuItemBackgroundImg.src = "/images/page/menuItemBackground.gif";