
preload_image1 = new Image(); 
preload_image1.src="/images/spotlight-sport-wear-left-gallery-normal.png";
preload_image2 = new Image(); 
preload_image2.src="/images/spotlight-sport-wear-left-gallery-mouseover.png";
preload_image3 = new Image(); 
preload_image3.src="/images/spotlight-sport-wear-left-gallery-onclick.png";
preload_image4 = new Image(); 
preload_image4.src="/images/spotlight-sport-wear-right-gallery-normal.png";
preload_image5 = new Image(); 
preload_image5.src="/images/spotlight-sport-wear-right-gallery-mouseover.png";
preload_image6 = new Image(); 
preload_image6.src="/images/spotlight-sport-wear-right-gallery-onclick.png";
preload_image7 = new Image(); 
preload_image7.src="/images/spotlight-sport-wear-onclick-side-nav.png";
preload_image8 = new Image(); 
preload_image8.src="/images/spotlight-sport-wear-faqs-onclick.png";
preload_image8 = new Image(); 
preload_image8.src="/images/spotlight-sport-wear-product-image-background-hover.png";
preload_image9 = new Image(); 
preload_image9.src="/images/spotlight-sport-wear-primary-background.jpg";

preload_image11 = new Image(); 
preload_image11.src="/images/spotlight-sport-wear-services-computerized-embroidery-hover.png";
preload_image12 = new Image(); 
preload_image12.src="/images/spotlight-sport-wear-services-digital-printing-hover.png";
preload_image13 = new Image(); 
preload_image13.src="/images/spotlight-sport-wear-services-digital-heat-applied-vinyl-hover.png";
preload_image14 = new Image(); 
preload_image14.src="/images/spotlight-sport-wear-services-promotional-products-hover.png";
preload_image15 = new Image(); 
preload_image15.src="/images/spotlight-sport-wear-services-sublimation-printing-hover.png";
preload_image16 = new Image(); 
preload_image16.src="/images/spotlight-sport-wear-services-computerized-embroidery-click.png";
preload_image17 = new Image(); 
preload_image17.src="/images/spotlight-sport-wear-services-digital-printing-click.png";
preload_image18 = new Image(); 
preload_image17.src="/images/spotlight-sport-wear-services-digital-heat-applied-vinyl-click.png";
preload_image19 = new Image(); 
preload_image19.src="/images/spotlight-sport-wear-services-promotional-products-click.png";
preload_image20 = new Image(); 
preload_image20.src="/images/spotlight-sport-wear-services-sublimation-printing-click.png";


function galleryCall(pageID){

	if(pageID == 3){
		getVendGalByCatID(19)
	}
	if(pageID == 5){
		getGalleryArray(129,3,1);
	}
	if(pageID == 6){
		getGalleryArray(130,3,1);
	}
	if(pageID == 31){
		getGalleryArray(47,3,1);
	}
	if(pageID == 36){
		getGalleryArray(119,3,1);
	}
	if(pageID == 37){
		getGalleryArray(118,3,1);
	}
	
	if(pageID == 32){
		getGalleryArray(120,3,1);
	}
	if(pageID == 33){
		getGalleryArray(121,3,1);
	}
	
	if(pageID == 34){
		getGalleryArray(122,3,1);
	}
	if(pageID == 35){
		getGalleryArray(123,3,1);
	}
	
}

function backgroundChange(pageID){
	if(pageID==3){
		 document.body.style.backgroundImage = "url(/images/spotlight-sport-wear-product-background.jpg)";
	}
	else{
		document.body.style.backgroundImage = "url(/images/spotlight-sport-wear-primary-background.jpg)";
	}
}