if(document.images){
	var gallery01 = new Image();
	gallery01.src = "images/gallery/Blower-Enclosure 2.jpg";
	var gallery02 = new Image();
	gallery02.src = "images/gallery/Blower-Enclosure 3.jpg";
	var gallery03 = new Image();
	gallery03.src = "images/gallery/Elevated-GDPackage.jpg";
	var gallery04 = new Image();
	gallery04.src = "images/gallery/Enclosure-Sutorbilt.jpg";
	var gallery05 = new Image();
	gallery05.src = "images/gallery/Enclosure-SutorDoors.jpg";
	var gallery06 = new Image();
	gallery06.src = "images/gallery/MVC-002F.jpg";
	var gallery07 = new Image();
	gallery07.src = "images/gallery/MVC-003F.jpg";
	var gallery08 = new Image();
	gallery08.src = "images/gallery/MVC-004F.jpg";
	var gallery09 = new Image();
	gallery09.src = "images/gallery/MVC-009F.jpg";
	var gallery10 = new Image();
	gallery10.src = "images/gallery/Sutor-IF.jpg";
	var gallery11 = new Image();
	gallery11.src = "images/gallery/Sutor-IFIS.jpg";
	var gallery12 = new Image();
	gallery12.src = "images/gallery/Sutor-IFS.jpg";
	var gallery13 = new Image();
	gallery13.src = "images/gallery/Sutorbilt-Elevated.jpg";
	var gallery14 = new Image();
	gallery14.src = "images/gallery/Sutorbilt-Package.jpg";
	var gallery15 = new Image();
	gallery15.src = "images/gallery/Sutorbilt-Partial.jpg";
}
function swapImageOn(source) {
	if(document.images){
		document.display.src = eval(source + ".src");
	}
}