﻿// CNG javascript library 100
//
//

// --------------------------------------
// Redirect from header-facility button
// --------------------------------------
function btnFacility_Stat_Click() {
	window.location.href = 'Info_Facility_Stat.aspx'; 
		}

// --------------------------------------
// Redirect from header-facility button
// --------------------------------------
		function btnSite_Map_Click() {
			window.location.href = 'Info_SiteMap.aspx'; 
		}

// --------------------------------------
// Redirect from header-facility button
// --------------------------------------
		function btnContact_Us_Click() {
			window.location.href = 'Info_ContactUs.aspx'; 
		}

// --------------------------------------
// Redirect from header-facility button
// --------------------------------------
		function btnAbout_Us_Click() {
			window.location.href = 'Info_AboutUs.aspx'; 
		}

// --------------------------------------
// Redirect from header-facility button
// --------------------------------------
		function btnCustomerLogin_Click() {
			window.location.href = 'LG_Login.aspx'; 
		}
				
				