// This preloads the images for the tour buttons on "Why Choose Us"

var tourLeftOff = new Image();
var tourLeftOn = new Image();
var tourRightOff = new Image();
var tourRightOn = new Image();

tourLeftOff.src = '/imgs/whychooseus/arrow-left-off.gif';
tourLeftOn.src = '/imgs/whychooseus/arrow-left-on.gif';
tourRightOff.src = '/imgs/whychooseus/arrow-right-off.gif';
tourRightOn.src = '/imgs/whychooseus/arrow-right-on.gif';