// JavaScript Document
				/*This is for about us sections*/
				if(window.location.href.indexOf("about-us.aspx")!= -1)
				{	
					document.getElementById("aboutus").className = "current";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("team").className = "normal";
				}				
				if(window.location.href.indexOf("deepdifference.aspx")!= -1)
				{
					document.getElementById("aboutus").className = "current";
					document.getElementById("deepdifference").style.fontWeight = "bold";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("team").className = "normal";
				}
				if(window.location.href.indexOf("location.aspx")!= -1)
				{
					
					document.getElementById("location").className = "current-now";
					//document.getElementById("company").style.fontWeight = "bold";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("team").className = "normal";
					document.getElementById("aboutus").className = "normal";
				}
				if(window.location.href.indexOf("environmentandsustainability.aspx")!= -1)
				{
					document.getElementById("ourcommit").className = "current";
					document.getElementById("environment").style.fontWeight = "bold";
					document.getElementById("mission").className = "normal";
					document.getElementById("team").className = "normal";
				}
				if(window.location.href.indexOf("security.aspx")!= -1)
				{
					document.getElementById("aboutus").className = "current";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("security").style.fontWeight = "bold";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("team").className = "normal";
				}
				if(window.location.href.indexOf("technology.aspx")!= -1)
				{
					document.getElementById("aboutus").className = "current";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("technology").style.fontWeight = "bold";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("team").className = "normal";
				}
				if(window.location.href.indexOf("Quality.aspx")!= -1)
				{
					document.getElementById("aboutus").className = "current";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("Quality").style.fontWeight = "bold";
					document.getElementById("technology").className = "normal";
					document.getElementById("team").className = "normal";
					document.getElementById("OurClients").className = "normal";
				}
				if(window.location.href.indexOf("Sustainability.aspx")!= -1)
				{
					document.getElementById("aboutus").className = "current";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("Sustainability").style.fontWeight = "bold";
					document.getElementById("technology").className = "normal";
					document.getElementById("team").className = "normal";
					document.getElementById("OurClients").className = "normal";
				}
				if(window.location.href.indexOf("ourmissionandvalues.aspx")!= -1)
				{
					document.getElementById("ourcommit").className = "normal";
					document.getElementById("mission").className = "current";
					document.getElementById("team").className = "normal";
				}
				
				if(window.location.href.indexOf("team.aspx")!= -1)
				{					
					document.getElementById("team").className = "current-now";
					document.getElementById("aboutus").className = "normal";
					document.getElementById("OurClients").className = "normal";
				
				}
				if(window.location.href.indexOf("seniorteam.aspx")!= -1)
				{					
					
					document.getElementById("senior").style.fontWeight = "bold";					
				}
				
				/*if(window.location.href.indexOf("bios.aspx")!= -1)
				{					
					document.getElementById("team").className = "current-now";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("bios").style.fontWeight = "bold";					
				}*/
				
				
				if(window.location.href.indexOf("ownership.aspx")!= -1)
				{					
					document.getElementById("ourcommit").className = "normal";
					document.getElementById("mission").className = "normal";
					document.getElementById("owner").className = "current-now";
					document.getElementById("team").className = "normal";
				}
				
				
				
				if(window.location.href.indexOf("steve-holmes.aspx")!= -1)
				{					
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("senior").style.fontWeight = "bold";	
					document.getElementById("team").className = "current";
				}
				if(window.location.href.indexOf("lisa-lynch.aspx")!= -1)
				{				
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("senior").style.fontWeight = "bold";
					document.getElementById("team").className = "current";
				}
				if(window.location.href.indexOf("graeme-mcdonald.aspx")!= -1)
				{			
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("senior").style.fontWeight = "bold";
					document.getElementById("team").className = "current";
				}
				if(window.location.href.indexOf("phil-johnson.aspx")!= -1)
				{			
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("senior").style.fontWeight = "bold";
					document.getElementById("team").className = "current";
				}
				if(window.location.href.indexOf("james-noblett.aspx")!= -1)
				{					
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "normal";
					document.getElementById("senior").style.fontWeight = "bold";
					document.getElementById("team").className = "current";
				}
				if(window.location.href.indexOf("ourclients.aspx")!= -1)
				{					
					document.getElementById("aboutus").className = "normal";
					document.getElementById("OurClients").className = "current";
					document.getElementById("team").className = "normal";
				
				}
				if(window.location.href.indexOf("national-archive.aspx")!= -1)
				{					
					document.getElementById("aboutus").className = "normal";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "current";
					document.getElementById("team").className = "normal";
					document.getElementById("archives").style.fontWeight = "bold";
				}
				if(window.location.href.indexOf("amec-pic.aspx")!= -1)
				{					
					document.getElementById("aboutus").className = "normal";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "current";
					document.getElementById("team").className = "normal";
					document.getElementById("amec").style.fontWeight = "bold";
				}
				if(window.location.href.indexOf("surrey-county.aspx")!= -1)
				{					
					document.getElementById("aboutus").className = "normal";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "current";
					document.getElementById("team").className = "normal";
					document.getElementById("surrey").style.fontWeight = "bold";
				}
				if(window.location.href.indexOf("resolute.aspx")!= -1)
				{					
					document.getElementById("aboutus").className = "normal";
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "current";
					document.getElementById("team").className = "normal";
					document.getElementById("resolute").style.fontWeight = "bold";
				}
				
				
				
				if(window.location.href.indexOf("operationsteam.aspx")!= -1)
				{					
					document.getElementById("operation").style.fontWeight = "bold";					
				}
				if(window.location.href.indexOf("salesteam.aspx")!= -1)
				{					
					document.getElementById("sale").style.fontWeight = "bold";					
				}
				if(window.location.href.indexOf("customerteam.aspx")!= -1)
				{					
					document.getElementById("customer").style.fontWeight = "bold";					
				}
				/*End About Us*/

				/*This is sections for the products and servicse*/
				if(window.location.href.indexOf("products-and-services.aspx")!= -1)
				{					
					document.getElementById("productsservices").className = "current";
					//document.getElementById("otherservices").className = "normal";
					//document.getElementById("clients").className = "normal";
					/*document.getElementById("deepstoreglance").className = "normal";This is commented bcoz of nav*/
				}
				
				if(window.location.href.indexOf("deepstore-glance.aspx")!= -1)
				{					
					document.getElementById("deepstoreglance").className = "current";
				}
				
				if(window.location.href.indexOf("our-clients.aspx")!= -1)
				{					
					document.getElementById("productsservices").className = "normal";
					document.getElementById("otherservices").className = "normal";		
					document.getElementById("clients").className = "current";					
				}
				
				if(window.location.href.indexOf("customer-satisfaction.aspx")!= -1)
				{					
					document.getElementById("productsservices").className = "normal";
					document.getElementById("otherservices").className = "normal";	
					document.getElementById("clients").className = "current";
				}
				
				if(window.location.href.indexOf("2-tier-storage.aspx")!= -1)
				{					
					document.getElementById("productsservices").className = "current";
					
					document.getElementById("twotier").style.fontWeight = "bold";
					document.getElementById("bespoke").style.fontWeight = "normal";
					//document.getElementById("otherservices").className = "normal";
					//document.getElementById("clients").className = "normal";
				}
				if(window.location.href.indexOf("bespoke-solutions.aspx")!= -1)
				{					
					document.getElementById("productsservices").className = "current";
					document.getElementById("bespoke").style.fontWeight = "bold";
					//document.getElementById("otherservices").className = "normal";
//					document.getElementById("clients").className = "normal";
				}
				
				if(window.location.href.indexOf("bs-5454-storage.aspx")!= -1)
				{	
					document.getElementById("productsservices").className = "current";
					document.getElementById("otherservices").className = "normal";
					document.getElementById("bs5454").style.fontWeight = "bold";	
					document.getElementById("clients").className = "normal";
					document.getElementById("bespoke").style.fontWeight = "normal";
				}
				
				if(window.location.href.indexOf("media-storage.aspx")!= -1)
				{	
					document.getElementById("productsservices").className = "current";
					document.getElementById("media").style.fontWeight = "bold";	
					
				}	
						
				if(window.location.href.indexOf("other-services.aspx")!= -1)
				{			
					document.getElementById("productsservices").className = "normal";
					document.getElementById("otherservices").className = "current";		
					document.getElementById("clients").className = "normal";
				}
				
				if(window.location.href.indexOf("transport.aspx")!= -1)
				{					
					document.getElementById("transport").className = "current-now";
					document.getElementById("productsservices").className = "normal";	
										
				}
				
				if(window.location.href.indexOf("asset-handling.aspx")!= -1)
				{		
					document.getElementById("productsservices").className = "normal";
					document.getElementById("assethandling").className = "current-now";	
					
				}
					if(window.location.href.indexOf("destruction.aspx")!= -1)
				{		
					document.getElementById("Destruction").className = "current-now";
					document.getElementById("productsservices").className = "normal";
					document.getElementById("assethandling").className = "normal";	
				
					
				}
				
				if(window.location.href.indexOf("confidential-destruction-services.aspx")!= -1)
				{	
					document.getElementById("confidential").className = "current-now";
					document.getElementById("productsservices").className = "normal";
					//document.getElementById("Destruction").className = "normal";
				}
				
				if(window.location.href.indexOf("additional-services.aspx")!= -1)
				{					
					document.getElementById("productsservices").className = "normal";
					document.getElementById("additionalservices").style.fontWeight = "bold";
					
				}
				
				if(window.location.href.indexOf("materials-and-supplies.aspx")!= -1)
				{				
					document.getElementById("productsservices").className = "normal";
					document.getElementById("materialssupplies").className = "current-now";	
					
				}
				if(window.location.href.indexOf("storage.aspx")!= -1)
				{
					document.getElementById("productsservices").className = "current";
					document.getElementById("storage").style.fontWeight = "bold";
					//document.getElementById("otherservices").className = "normal";	
					//document.getElementById("clients").className = "normal";
				}
					if(window.location.href.indexOf("artefact.aspx")!= -1)
				{
					document.getElementById("productsservices").className = "current";
					document.getElementById("Artefact").style.fontWeight = "bold";
					
				}
				
				if(window.location.href.indexOf("case-studies.aspx")!= -1)
				{
					document.getElementById("productsservices").className = "normal";
					document.getElementById("case-studies").style.fontWeight = "bold";
					document.getElementById("otherservices").className = "normal";	
					document.getElementById("clients").className = "current";
				}
				if(window.location.href.indexOf("customer-satisfactory.aspx")!= -1)
				{
					document.getElementById("productsservices").className = "normal";
					document.getElementById("customersatisfactory").style.fontWeight = "bold";
					document.getElementById("otherservices").className = "normal";	
					document.getElementById("clients").className = "current";
				}
				/*End*/
				
				/*This is for the news sections*/
				if(window.location.href.indexOf("news.aspx")!= -1)
				{				
					document.getElementById("news").className = "current-now";
								
				}
				
				if(window.location.href.indexOf("press.aspx")!= -1)
				{				
					document.getElementById("press").className = "current-now";
								
				}
				/*End*/
				
				/*This is for the careers sections*/			
				if(window.location.href.indexOf("careers.aspx")!= -1)
				{				
					document.getElementById("careers").className = "current-now";
								
				}
				/*End*/
				
				/*Ths is for the contact sections*/
				/*if(window.location.href.indexOf("contact-us.aspx")!= -1 || window.location.href.indexOf("contact-thankyou.aspx")!= -1)
				{				
					document.getElementById("contact").className = "current-now";
				}*/
			
				if(window.location.href.indexOf("contact.aspx")!= -1)
				{				
					document.getElementById("contactemails").className = "current-now";
				}
				
				if(window.location.href.indexOf("brochure.aspx")!= -1)
				{				
					document.getElementById("brochure").className = "current-now";
				}
				/*End*/
				
				/*This is for the search sections*/
				if(window.location.href.indexOf("search.aspx")!= -1)
				{				
					document.getElementById("search").className = "current-now";
				}
				/*End*/
				/* Site Map*/
				if(window.location.href.indexOf("site-map.aspx")!= -1)
				{
					document.getElementById("sitemap").className = "current-now";
					
				}
				if(window.location.href.indexOf("privacy-policy.aspx")!= -1)
				{
					document.getElementById("privacy").className = "current-now";
					
				}
				/*if(window.location.href.indexOf("amec-pic.aspx")!= -1)
				{
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "current-now";
					document.getElementById("team").className = "normal";
					document.getElementById("casestudies").style.fontWeight = "bold";
					
				}
				if(window.location.href.indexOf("surrey-county.aspx")!= -1)
				{
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "current-now";
					document.getElementById("team").className = "normal";
					document.getElementById("casestudies").style.fontWeight = "bold";
					
				}
				if(window.location.href.indexOf("national-archive.aspx")!= -1)
				{
					document.getElementById("deepdifference").className = "normal";
					document.getElementById("OurClients").className = "current-now";
					document.getElementById("team").className = "normal";
					document.getElementById("casestudies").style.fontWeight = "bold";
					
				}*/
