	// Centered Pop
	
	 function soopaPop(url, width, height){
	   var centered = window.open(url, "centered", "location=no,menubar=no,resizable=no,scrollbars=no," + centerWindow(width,height));
	   centered.focus();
	 
	 }

	// Center A Pop Function
	
	 function centerWindow(width,height) {
	 	var str = "height=" + height + ",innerHeight=" + (height+30);
	 	str += ",width=" + width + ",innerWidth=" + width;
	 	if (window.screen) {
			var ah = screen.availHeight - 30;
	 		var aw = screen.availWidth - 10;
	 
	 		var xc = (aw - width) / 2;
	 		var yc = (ah - height) / 2;
	 
	    	str += ",left=" + xc + ",screenX=" + xc;
	    	str += ",top=" + yc + ",screenY=" + yc;
	    }
	    return str;
	 }
	 	
	// RollOver Buttons
	
<!--
	
	if (document.images) {            // Active Images
	
				
				//Primary Nav
				
	            img1on = new Image();      
	            img1on.src = "images/nav_home_02.jpg";
	
	            img1off = new Image(); 
	            img1off.src = "images/nav_home_01.jpg";  
	            
  

				
				img2on = new Image();      
	            img2on.src = "images/nav_aboutUs_02.jpg";
	
	            img2off = new Image(); 
	            img2off.src = "images/nav_aboutUs_01.jpg";
				
				//---
				
				img3on = new Image();      
	            img3on.src = "images/nav_ourCompanies_02.jpg";
	
	            img3off = new Image(); 
	            img3off.src = "images/nav_ourCompanies_01.jpg"; 
				
				//---
				Img555on = new Image();      
	            Img555on.src = "images/nav_vendors_02.jpg";
	
	            Img555off = new Image(); 
	            Img555off.src = "images/nav_vendors_01.jpg"; 
				//---
				
				Img3on = new Image();      
	            Img3on.src = "images/nav_ourProducts_01.jpg";
	
	            Img3off = new Image(); 
	            Img3off.src = "images/nav_ourProducts_02.jpg"; 
				
				//---
				Img4on = new Image();      
	            Img4on.src = "images/automotive_02.jpg";
	
	            Img4off = new Image(); 
	            Img4off.src = "images/automotive_01.jpg"; 
				
				//---
				Img5on = new Image();      
	            Img5on.src = "images/construction_02.jpg";
	
	            Img5off = new Image(); 
	            Img5off.src = "images/construction_01.jpg"; 
				
				//---
				Img6on = new Image();      
	            Img6on.src = "images/infrastructure_02.jpg";
	
	            Img6off = new Image(); 
	            Img6off.src = "images/infrastructure_01.jpg"; 
				
				//---
				Img7on = new Image();      
	            Img7on.src = "images/manufacturing_02.jpg";
	
	            Img7off = new Image(); 
	            Img7off.src = "images/manufacturing_01.jpg"; 
				
				//---
				Img8on = new Image();      
	            Img8on.src = "images/pipeandtube_02.jpg";
	
	            Img8off = new Image(); 
	            Img8off.src = "images/pipeandtube_01.jpg"; 
				
				//---
				
				img4on = new Image();      
	            img4on.src = "images/nav_investorCentre_02.jpg";
	
	            img4off = new Image(); 
	            img4off.src = "images/nav_investorCentre_01.jpg";
				
				// About Us Sub-Nav
				
				//---
				
				img5on = new Image();      
	            img5on.src = "images/nav_newsCentre_02.jpg";
	
	            img5off = new Image(); 
	            img5off.src = "images/nav_newsCentre_01.jpg";
				
				//---
				
				img6on = new Image();      
	            img6on.src = "images/nav_governance_02.jpg";
	
	            img6off = new Image(); 
	            img6off.src = "images/nav_governance_01.jpg";
				
				//---
				
				img7on = new Image();      
	            img7on.src = "images/nav_HSE_02.jpg";
	
	            img7off = new Image(); 
	            img7off.src = "images/nav_HSE_01.jpg";
				
				//---
				
				img8on = new Image();      
	            img8on.src = "images/nav_careers_02.jpg";
	
	            img8off = new Image(); 
	            img8off.src = "images/nav_careers_01.jpg";

				
				//---
				
				img9on = new Image();      
	            img9on.src = "images/nav_community_02.jpg";
	
	            img9off = new Image(); 
	            img9off.src = "images/nav_community_01.jpg";
				
				// About Us SubNav
				
				img10on = new Image();      
	            img10on.src = "images/nav_aboutUs_strategy_02.jpg";
	
	            img10off = new Image(); 
	            img10off.src = "images/nav_aboutUs_strategy_01.jpg";
				
				//---
				
				img11on = new Image();      
	            img11on.src = "images/nav_aboutUs_management_02.jpg";

	            img11off = new Image(); 
	            img11off.src = "images/nav_aboutUs_management_01.jpg";
				
				//---
				
				img12on = new Image();      
	            img12on.src = "images/nav_aboutUs_board_02.jpg";
	
	            img12off = new Image(); 
	            img12off.src = "images/nav_aboutUs_board_01.jpg";
				
				// Our Companies SubNav
				
				img13on = new Image();      
	            img13on.src = "images/nav_ourCompanies_HS_02.jpg";
	
	            img13off = new Image(); 
	            img13off.src = "images/nav_ourCompanies_HS_01.jpg";
				
				//---
				
				img14on = new Image();      
	            img14on.src = "images/nav_ourCompanies_LES_02.jpg";
	
	            img14off = new Image(); 
	            img14off.src = "images/nav_ourCompanies_LES_01.jpg";
				
				//---
				
				img15on = new Image();      
	            img15on.src = "images/nav_ourCompanies_HE_02.jpg";
	
	            img15off = new Image(); 
	            img15off.src = "images/nav_ourCompanies_HE_01.jpg";
				
				//---
				
				img16on = new Image();      
	            img16on.src = "images/nav_ourCompanies_LEE_02.jpg";
	
	            img16off = new Image(); 
	            img16off.src = "images/nav_ourCompanies_LEE_01.jpg";
				
				//---
				
				img17on = new Image();      
	            img17on.src = "images/nav_ourCompanies_HC_02.jpg";
	
	            img17off = new Image(); 
	            img17off.src = "images/nav_ourCompanies_HC_01.jpg";
				
				//---
				
				img18on = new Image();      
	            img18on.src = "images/nav_ourCompanies_LEC_02.jpg";
	
	            img18off = new Image(); 
	            img18off.src = "images/nav_ourCompanies_LEC_01.jpg";
				
				//---
				
				img19on = new Image();      
	            img19on.src = "images/nav_ourCompanies_HLE_02.jpg";
	
	            img19off = new Image(); 
	            img19off.src = "images/nav_ourCompanies_HLE_01.jpg";
				
				//---
				
				img20on = new Image();      
	            img20on.src = "images/nav_ourCompanies_HL_02.jpg";
	
	            img20off = new Image(); 
	            img20off.src = "images/nav_ourCompanies_HL_01.jpg";
				
				//---
				
				img21on = new Image();      
	            img21on.src = "images/nav_ourCompanies_LEL_02.jpg";
	
	            img21off = new Image(); 
	            img21off.src = "images/nav_ourCompanies_LEL_01.jpg";
				
				// Investor Centre SubNav
				
				img22on = new Image();      
	            img22on.src = "images/nav_investorCentre_news_02.jpg";
	
	            img22off = new Image(); 
	            img22off.src = "images/nav_investorCentre_news_01.jpg";
				
				//---
				
				img23on = new Image();      
	            img23on.src = "images/nav_investorCentre_stock_02.jpg";
	
	            img23off = new Image(); 
	            img23off.src = "images/nav_investorCentre_stock_01.jpg";
				
				//---
				
				img24on = new Image();      
	            img24on.src = "images/nav_investorCentre_mngmt_02.jpg";
	
	            img24off = new Image(); 
	            img24off.src = "images/nav_investorCentre_mngmt_01.jpg";
				
				//---
				
				img25on = new Image();      
	            img25on.src = "images/nav_investorCentre_board_02.jpg";
	
	            img25off = new Image(); 
	            img25off.src = "images/nav_investorCentre_board_01.jpg";
				
				//---
				
				img26on = new Image();      
	            img26on.src = "images/nav_investorCentre_gov_02.jpg";
	
	            img26off = new Image(); 
	            img26off.src = "images/nav_investorCentre_gov_01.jpg";
				
				//---
				
				img27on = new Image();      
	            img27on.src = "images/nav_investorCentre_AC_02.jpg";
	
	            img27off = new Image(); 
	            img27off.src = "images/nav_investorCentre_AC_01.jpg";
				
				//---
				
				img28on = new Image();      
	            img28on.src = "images/nav_investorCentre_web_02.jpg";
	
	            img28off = new Image(); 
	            img28off.src = "images/nav_investorCentre_web_01.jpg";
				
				//---
				
				img29on = new Image();      
	            img29on.src = "images/nav_investorCentre_FR_02.jpg";
	
	            img29off = new Image(); 
	            img29off.src = "images/nav_investorCentre_FR_01.jpg";
				
				//---
				
				img30on = new Image();      
	            img30on.src = "images/nav_investorCentre_faq_02.jpg";
	
	            img30off = new Image(); 
	            img30off.src = "images/nav_investorCentre_faq_01.jpg";
				
				//---
				
				img31on = new Image();      
	            img31on.src = "images/nav_investorCentre_SI_02.jpg";
	
	            img31off = new Image(); 
	            img31off.src = "images/nav_investorCentre_SI_01.jpg";
				
				//---
				
				img32on = new Image();      
	            img32on.src = "images/nav_investorCentre_eSub_02.jpg";
	
	            img32off = new Image(); 
	            img32off.src = "images/nav_investorCentre_eSub_01.jpg";
				
						
				// News SubNav
				
				img33on = new Image();      
	            img33on.src = "images/nav_news_newsReleases_02.jpg";
	
	            img33off = new Image(); 
	            img33off.src = "images/nav_news_newsReleases_01.jpg";
				
				//---
				
				img34on = new Image();      
	            img34on.src = "images/nav_news_stelcoNews_02.jpg";
	
	            img34off = new Image(); 
	            img34off.src = "images/nav_news_stelcoNews_01.jpg";
				
				//---
				
				img35on = new Image();      
	            img35on.src = "images/nav_news_profile_02.jpg";
	
	            img35off = new Image(); 
	            img35off.src = "images/nav_news_profile_01.jpg";
				
				//---
				
				img36on = new Image();      
	            img36on.src = "images/nav_news_management_02.jpg";
	
	            img36off = new Image(); 
	            img36off.src = "images/nav_news_management_01.jpg";
				
				//---
				
				img37on = new Image();      
	            img37on.src = "images/nav_news_speeches_02.jpg";
	
	            img37off = new Image(); 
	            img37off.src = "images/nav_news_speeches_01.jpg";
				
				//---
				
				img38on = new Image();      
	            img38on.src = "images/nav_news_mediaKit_02.jpg";
	
	            img38off = new Image(); 
	            img38off.src = "images/nav_news_mediaKit_01.jpg";
				
				//---
				
				img39on = new Image();      
	            img39on.src = "images/nav_news_events_02.jpg";
	
	            img39off = new Image(); 
	            img39off.src = "images/nav_news_events_01.jpg";
				
				//---
				
				img40on = new Image();      
	            img40on.src = "images/nav_news_contact_02.jpg";
	
	            img40off = new Image(); 
	            img40off.src = "images/nav_news_contact_01.jpg";
				
				//Governance SubNav
				
				img41on = new Image();      
	            img41on.src = "images/nav_governance_board_02.jpg";
	
	            img41off = new Image(); 
	            img41off.src = "images/nav_governance_board_01.jpg";
				
				//---
				
				img42on = new Image();      
	            img42on.src = "images/nav_governance_code_02.jpg";
	
	            img42off = new Image(); 
	            img42off.src = "images/nav_governance_code_01.jpg";
				
				//---
				
				img43on = new Image();      
	            img43on.src = "images/nav_governance_BC_02.jpg";
	
	            img43off = new Image(); 
	            img43off.src = "images/nav_governance_BC_01.jpg";
				
				//---
				
				img44on = new Image();      
	            img44on.src = "images/nav_governance_DP_02.jpg";
	
	            img44off = new Image(); 
	            img44off.src = "images/nav_governance_DP_01.jpg";
				
				//---
				
				img45on = new Image();      
	            img45on.src = "images/nav_governance_charters_02.jpg";
	
	            img45off = new Image(); 
	            img45off.src = "images/nav_governance_charters_01.jpg";
				
				// HSE SubNav
				
				img46on = new Image();      
	            img46on.src = "images/nav_HSE_policies_02.jpg";
	
	            img46off = new Image(); 
	            img46off.src = "images/nav_HSE_policies_01.jpg";
				
				// Careers SubNav
				
				img47on = new Image();      
	            img47on.src = "images/nav_careers_ourPeople_02.jpg";
	
	            img47off = new Image(); 
	            img47off.src = "images/nav_careers_ourPeople_01.jpg";
				
				//---
				
				img48on = new Image();      
	            img48on.src = "images/nav_careers_jobPostings_02.jpg";
	
	            img48off = new Image(); 
	            img48off.src = "images/nav_careers_jobPostings_01.jpg";
				
				//---
				
				img49on = new Image();      
	            img49on.src = "images/nav_careers_calendar_02.jpg";
	
	            img49off = new Image(); 
	            img49off.src = "images/nav_careers_calendar_01.jpg";
				
				//---
				
				img50on = new Image();      
	            img50on.src = "images/nav_careers_contacts_02.jpg";
	
	            img50off = new Image(); 
	            img50off.src = "images/nav_careers_contacts_01.jpg";
				
				//---
				
				img51on = new Image();      
	            img51on.src = "images/nav_careers_faqs_02.jpg";
	
	            img51off = new Image(); 
	            img51off.src = "images/nav_careers_faqs_01.jpg";
				
				//Investor Centre Tack-Ons
				
				img52on = new Image();      
	            img52on.src = "images/nav_investorCentre_IP_02.jpg";
	
	            img52off = new Image(); 
	            img52off.src = "images/nav_investorCentre_IP_01.jpg";
				
				//---
				
				img53on = new Image();      
	            img53on.src = "images/nav_investorCentre_FR_02.jpg";
	
	            img53off = new Image(); 
	            img53off.src = "images/nav_investorCentre_FR_01.jpg";
				
				//---
				
				img54on = new Image();      
	            img54on.src = "images/nav_testReports02.jpg";
	
	            img54off = new Image(); 
	            img54off.src = "images/nav_testReports01.jpg";
				
			    img58on = new Image();
	            img58on.src = "images/nav_customerCentre01.jpg";

	            img58off = new Image();
	            img58off.src = "images/nav_customerCentre02.jpg";	             
				
				//---
				     }
	
	// Function to 'activate' images.
	function imgOn(imgName) {
	        if (document.images) {
	            document[imgName].src = eval(imgName + "on.src");
	        }
	}
	
	// Function to 'deactivate' images.
	function imgOff(imgName) {
	        if (document.images) {
	            document[imgName].src = eval(imgName + "off.src");
	        }
	}
	
	// -->
	

