// Filename: servicesPreload.js
// Project : BBC&M.com
//
// Description:
// Preload images used on in the Services Section of the web site

var servicesGeoTechnical = ROLLOVER_Preload( "./images/serviceGeoTechnical.jpg" );
var servicesGeoTechnicalOn = ROLLOVER_Preload( "./images/serviceGeotechnicalOn.jpg" );
var servicesEnvironmental = ROLLOVER_Preload( "./images/serviceEnvironmental.jpg" );
var servicesEnvironmentalOn = ROLLOVER_Preload( "./images/serviceEnvironmentalOn.jpg" );
var servicesConstruction = ROLLOVER_Preload( "./images/serviceConstruction.jpg" );
var servicesConstructionOn = ROLLOVER_Preload( "./images/serviceConstructionOn.jpg" );
var servicesGeoDesign = ROLLOVER_Preload( "./images/serviceGeoDesign.jpg" );
var servicesGeoDesignOn = ROLLOVER_Preload( "./images/serviceGeoDesignOn.jpg" );
var servicesSpecialty = ROLLOVER_Preload( "./images/serviceSpecialty.jpg" );
var servicesSpecialtyOn = ROLLOVER_Preload( "./images/serviceSpecialtyOn.jpg" );
