function HideAll(mine) {

agr = new Image(); 
agr.src = "/themes/bt2/images/home-agri.jpg";
com = new Image(); 
com.src = "/themes/bt2/images/home-commercial.jpg";
ind = new Image(); 
ind.src = "/themes/bt2/images/home-industrial.jpg";
rea = new Image(); 
rea.src = "/themes/bt2/images/home-realestate.jpg";
sol = new Image(); 
sol.src = "/themes/bt2/images/home-solidwaste.jpg";
sta = new Image(); 
sta.src = "/themes/bt2/images/home-statelocal.jpg";
sus = new Image(); 
sus.src = "/themes/bt2/images/home-sustainability.jpg";

revert = new Image(); 
revert.src = "/content/assets/feature.jpg";
			
document.images.homeheaderimg.src =eval(mine + ".src");
 }
