// Preload the production photos rollover image so there is no delay// in displaying it when the user hovers over the image.if (document.images) {	img = new Image();	img.src = "photo-link-picture-film-sm-on.jpg";}