/* Preload CSS background images for links */

var nav = new Image();
var navhover = new Image();
var servicerequest = new Image();
var servicerequesthover = new Image();
var testimonials = new Image();
var testimonialshover = new Image();
var virtualshowroom = new Image();
var virtualshowroomhover = new Image();

nav.src = "images/nav.jpg";
navhover.src = "images/navhover.jpg";
servicerequest.src = "images/service-request.jpg";
servicerequesthover.src = "images/service-request-hover.jpg";
testimonials.src = "images/testimonials.jpg";
testimonialshover.src = "images/testimonials-hover.jpg";
virtualshowroom.src = "images/virtual-showroom.jpg";
virtualshowroomhover.src = "images/virtual-showroom-hover.jpg";

