/* Image Preloader */

function maploader() 
{
Image1 = new Image(); 
Image1.src = "images/map.jpg";
}