// JavaScript Document

//preloading banner images	
	if (document.images)
    {
        image1 = new Image(100, 100);
        image1.src = "images/top-navbar-inverted.png";
    }