// JavaScript Document
pic0= new Image(955,460); 
pic0.src="images/mainimage0.jpg"; 
pic1= new Image(955,460); 
pic1.src="images/mainimage1.jpg"; 
pic2= new Image(955,460); 
pic2.src="images/mainimage2.jpg"; 
pic3= new Image(955,460); 
pic3.src="images/mainimage3.jpg"; 
pic4= new Image(955,460); 
pic4.src="images/mainimage4.jpg"; 
the_range = "fitness &amp; gym";


function swap(imgName, imgTarget, rtext, linktext, maintext, headertext) {
    document.getElementById(imgTarget).style.backgroundImage = "url("+imgName+")";
    document.getElementById("the_range").innerHTML = '<a href="'+linktext+'"  style="text-decoration:none; color:#827d5b;">' + rtext  + '</a>';
   document.getElementById("outh1").innerHTML = headertext;
   document.getElementById("outp").innerHTML = maintext;
  }
  

