function get_blnOnlineStatus() {
	return true;
}

function get_strPhysicalPath(p_blnSecure) {
	if (get_blnOnlineStatus()) {
		if (p_blnSecure) {
			return "https://www.reservation-system.net/"
		}else {
			return "http://www.reservation-system.net/"
		}	
	} else {
		return "http://hotex-server/hotex/"	
		//return "http://202.47.64.44:1810/"	
		//return "http://192.100.30.201/"
	}
}