if (document.images) {
  image0 = new Image;
  image1 = new Image;
  image2 = new Image;
   image3 = new Image;
    image4 = new Image;
	 image5 = new Image;
	 //image6 = new Image;
	  image7 = new Image;
	   image8 = new Image;
	    image9 = new Image;
		 image10 = new Image;
		  image11 = new Image;
		    image12 = new Image;
	 
 image0.src = 'templates\/staffup_homepage\/images\/office_up.jpg';
 image1.src = 'templates\/staffup_homepage\/images\/teknikk_up.jpg';
 image2.src = 'templates\/staffup_homepage\/images\/sales_up.jpg';
 image3.src = 'templates\/staffup_homepage\/images\/builder_up.jpg';
 image4.src = 'templates\/staffup_homepage\/images\/production_up.jpg';
 image5.src = 'templates\/staffup_homepage\/images\/health_up.jpg';
  //image6.src = 'images\/over_transparent.png';
   image7.src = 'templates\/staffup_homepage\/images\/further_office_up.jpg';
 image8.src = 'templates\/staffup_homepage\/images\/further_teknikk_up.jpg';
 image9.src = 'templates\/staffup_homepage\/images\/further_sales_up.jpg';
 image10.src = 'templates\/staffup_homepage\/images\/further_builder_up.jpg';
 image11.src = 'templates\/staffup_homepage\/images\/further_production_up.jpg';
  image12.src = 'templates\/staffup_homepage\/images\/further_health_up.jpg';

} else {
  image0 = '';
 image1 = '';
  image2 = '';
    image3 = '';
	  image4 = '';
	    image5 = '';
		  //image6 = '';
		    image7 = '';
			  image8 = '';
			    image9 = '';
				  image10 = '';  image11 = '';
  document.rollimg = '';
}
//var cap = ['Picture One',
           //'Second Picture',
          // 'Three'];

function rollover(n) {
document.rollimg.src = window['image'+n].src;
//document.getElementById('caption').innerHTML = cap[n];
}
