// JavaScript Document
function Identify_water() { 
	 	if(window.screen){   
  			var   w=screen.width;   
  				if(w==1680){   
						document.body.style.backgroundImage="url(../template/images/water_bg1680.jpg)";
  							 
  						}  
				else if(w==1280){
						document.body.style.backgroundImage="url(../template/images/water_bg1280.jpg)";
  							 
  						}
				else if(w==1920){
						document.body.style.backgroundImage="url(../template/images/water_bg1920.jpg)";
  							  
  						}  
				else {
						document.body.style.backgroundImage="url(../template/images/water_bg1280.jpg)";

  						}  
  }
  }
  
  function Identify_health() { 
	 	if(window.screen){   
  			var   w=screen.width;   
  				if(w==1680){   
						document.body.style.backgroundImage="url(../template/images/health_bg1680.jpg)";
  							 
  						}  
				else if(w==1280){
						document.body.style.backgroundImage="url(../template/images/health_bg1280.jpg)";
  							 
  						}
				else if(w==1920){
						document.body.style.backgroundImage="url(../template/images/health_bg1920.jpg)";
  							  
  						}  
				else {
						document.body.style.backgroundImage="url(../template/images/health_bg1280.jpg)";

  						}  
  }
  }
  
  function Identify_education() { 
	 	if(window.screen){   
  			var   w=screen.width;   
  				if(w==1680){   
						document.body.style.backgroundImage="url(../template/images/education_bg1680.jpg)";
  							 
  						}  
				else if(w==1280){
						document.body.style.backgroundImage="url(../template/images/education_bg1280.jpg)";
  							 
  						}
				else if(w==1920){
						document.body.style.backgroundImage="url(../template/images/education_bg1920.jpg)";
  							  
  						}  
				else {
						document.body.style.backgroundImage="url(../template/images/education_bg1280.jpg)";

  						}  
  }
  }
  
  function Identify_alt() { 
	 	if(window.screen){   
  			var   w=screen.width;   
  				if(w==1680){   
						document.body.style.backgroundImage="url(../template/images/alt_bg1680.jpg)";
  							 
  						}  
				else if(w==1280){
						document.body.style.backgroundImage="url(../template/images/alt_bg1280.jpg)";
  							 
  						}
				else if(w==1920){
						document.body.style.backgroundImage="url(../template/images/alt_bg1920.jpg)";
  							  
  						}  
				else {
						document.body.style.backgroundImage="url(../template/images/alt_bg1280.jpg)";

  						}  
  }
  }
