	var caption = new Array();
	caption[1]='<h2>Furnace with ducts</h2>';
	caption[4]='<h2>Two 40lb propane tanks mounted on front of trailer</h2>';
	caption[11]='<h2>18 gauge stainless steel tub with drains</h2>';
	caption[12]='<h2>Premium Aluminum Wheels 225/75/15 </h2>';
	caption[13]='<h2>Dual use vacuum, use as shop vac, or clipper vacuum with inculded varaible speed controller</h2>';
	caption[14]='<h2>New Ambers Bath Spa</h2>';
	caption[15]='<h2>Outside front</h2>';
	caption[16]='<h2>Outside lockable vented compartment for dryer</h2>';
	caption[18]='<h2>Lower aluminum cabinet</h2>';
	caption[19]='<h2>Upper cabients with air hinges</h2>';
	caption[20]='<h2>Side view</h2>';
	caption[21]='<h2>Outside lockable vented compartment for dryer</h2>';
	caption[22]='<h2>Fuel fill 24 gal fuel tank</h2>';
	caption[23]='<h2>Electrial circut breaker, fuses,30 amp shore power out side lockable compartment</h2>';
	caption[24]='<h2>Outside looking in from rear</h2>';
	caption[25]='<h2>Generator compartment, Dryer compartment</h2>';
	caption[26]='<h2>Adjustable shelf in one lower cabinet</h2>';
	caption[27]='<h2>C-tech aluminum cabinet locking tool box</h2>';
	caption[28]='<h2>Enclosed dryer with varaible speed controller</h2>';
	caption[29]='<h2>Fuel guage, water heater switch, generator hour meter w/ switch</h2>';
	caption[30]='<h2>5 x 10 trailer</h2>';
	caption[31]='<h2>5 x 10 trailer</h2>';
	caption[32]='<h2>5 x 10 trailer</h2>';
	caption[33]='<h2>5 x 10 trailer</h2>';
	caption[34]='<h2>5 x 10 trailer</h2>';
	caption[35]='<h2>5 x 10 trailer</h2>';
	caption[36]='<h2>5 x 10 trailer</h2>';
	caption[37]='<h2>5 x 10 trailer</h2>';
	var imageObj=new Image();
	var images=new Array();
function preloader(){    
	for(var i=0;i<13;i++){
		images[i]="gallery/"+i+".jpg";}
	for(var c=0;c<(images.length);c++){
		imageObj.src=images[c];}}
function s(num){
	var refTheImage=document.getElementById('theImg').src="gallery/"+num+".jpg";
	var refGt=document.getElementById('gt').innerHTML=caption[num];}
preloader();