ࡱ>   R^Hbjbj/cgi-bin/admin/admin.cgi?action=< Action Name >[&] Action List: Action TypeAction NameINFRSDescriptionNETWORKget.network.generalVGet network general parameters.set.network.generalVSet network general parameters.get.network.advancedVGet network advanced parameters.set.network.advancedVSet network advanced parameters.get.network.ddnsVGet network DDNS parameters.set.network.ddnsSet network DDNS parameters.get.network.ipchangeVGet network ipchange parameters.set.network.ipchangeSet network ipchange parameters.get.network.wirelessVGet network wireless parameters.set.network.wirelessSet network wireless parameters.search.network.wirelessSearch wireless access points.SYSTEMget.system.informationVGet system information parameters.set.system.informationSet system information parameters.get.system.datetimeVGet system date time parameters.set.system.datetimeSe system date time parameters.get.system.maintenanceVGet system maintenance parameters.reboot.system.maintenanceVReboot the system.loaddefault.system.maintenanceVLoad default setting.backupfile.system.maintenanceBack system settings.USERget.system.userVGet system user parameters.set.system.user.anonymousSet system to anonymous.set.system.userSet a user parameter.add.system.userAdd a user.del.system.userDelete a user. Note : INF : INF format output is supported. RS : System will be restarted after setting. 1.1 NETWORK get.network.general To get the general network parameters, such as basic Ethernet adapter, dns and PPPOE settings. ParameterValuesDescriptionmodel_hardware_wirelessBooleanWireless supported or not 0 : No 1 : Yesnetwork_interface_eth0_ipv4_dhcpBooleanEnable DHCP 0 : No 1 : Yesnetwork_interface_eth0_ipv4_manual_addressIP addressIP address for wired ethernetnetwork_interface_eth0_ipv4_manual_netmaskIP addressNet mask for wired ethernetnetwork_interface_eth0_ipv4_manual_gatewayIP addressGateway for wired ethernetnetwork_dnsinformation_dnsmanual_0IP addressThe 1st DNSnetwork_dnsinformation_dnsmanual_1IP addressThe 2nd DNSnetwork_pppoe_enabledBooleanEnable PPPOE 0 : No 1 : Yesnetwork_pppoe_usernameString, max 32 PPPOE usernamenetwork_pppoe_passwordString, max 32 PPPOE password Example : http://192.168.0.200/cgi-bin/admin/admin.cgi?action=get.network.general Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Mon, 03 Jan 2000 04:32:18 GMT Server: Apache 1.3.29 var model_hardware_wireless = '0'; var network_interface_ipv4_manual_address = '192.168.0.200'; var network_interface_ipv4_manual_netmask = '255.255.0.0'; var network_interface_ipv4_dhcp = '0'; var network_interface_ipv4_manual_gateway = '192.168.1.254';var network_dnsinformation_dnsmanual_0 = '168.95.1.1'; var network_dnsinformation_dnsmanual_1 = '';var ipchange_enabled = '0';var network_pppoe_enabled = '0'; var network_pppoe_username = 'Username'; var network_pppoe_password = 'Password'; 1.1.2 set.network.general To set general network parameters. Example: Set streams parameter http://192.168.0.200/cgi-bin/admin/admin.cgi?action=set.network.general&network_interface_ipv4_dhcp=0&network_pppoe_enabled=0&network_pppoe_username=Username&network_pppoe_password=Password&network_interface_ipv4_manual_address=192.168.0.200&network_interface_ipv4_manual_netmask=255.255.0.0&network_interface_ipv4_manual_gateway=192.168.1.254&network_interface_ipv4_manual_prefixlength=16&network_dnsinformation_dnsmanual_0=168.95.1.1&network_dnsinformation_dnsmanual_1=192.168.1.2 get.network.advanced To get advanced network settings parameters, such as NTP, hostname and network protocol ports. ParameterValuesDescriptionnetwork_ntpinformation_fromdhcpBooleanWireless supported or not 0 : No 1 : Yesnetwork_ntpinformation_ntpmanualString, max 80NTP server address.network_hostnameinformation_fromdhcpBooleanHostname from DHCP 0 : No 1 : Yesnetwork_hostnameinformation_nameString, max 80network_protocol_http_enabled1Read only. HTTP server is always enabled.network_protocol_http_portNetwork PortHTTP port number.network_protocol_https_enabledBooleanEnable HTTPS. ( Not support now ) 0 : No, 1 : Yesnetwork_protocol_https_portNetwork PortHTTPS port number.network_protocol_arp_enabledBooleanEnable ARP. 0 : No, 1 : Yesnetwork_protocol_ftp_enabledBooleanEnable FTP. 0 : No, 1 : Yesnetwork_protocol_ftp_portNetwork PortFTP port number.network_protocol_rtsp_enabled1Read only. RTSP server is always enabled.network_protocol_rtsp_portNetwork PortRTSP port number.network_protocol_upnp_enabledBooleanEnable UPNP.network_protocol_bonjour_enabledBooleanEnable Bonjour.network_protocol_rtspOverHttp_portNetwork PortRTSP over HTTP port number. Example : http://192.168.0.200/cgi-bin/admin/admin.cgi?action=get.network.advanced Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 00:32:59 GMT Server: Apache 1.3.29 var model_hardware_wireless = '0'; var network_ntpinformation_ntp_fromdhcp = '0'; var network_ntpinformation_ntpmanual = 'ntp.org';var network_hostnameinformation_host_fromdhcp = '0'; var network_hostnameinformation_host_name = 'localhost';network_protocol_enabled[0] = '1'; network_protocol_name[0] = 'http'; network_protocol_port[0] = '80';network_protocol_enabled[1] = '0'; network_protocol_name[1] = 'https'; network_protocol_port[1] = '443';network_protocol_enabled[2] = '1'; network_protocol_name[2] = 'arp'; network_protocol_port[2] = '0';network_protocol_enabled[3] = '1'; network_protocol_name[3] = 'ftp'; network_protocol_port[3] = '21';network_protocol_enabled[4] = '1'; network_protocol_name[4] = 'rtsp'; network_protocol_port[4] = '554';network_protocol_enabled[5] = '1'; network_protocol_name[5] = 'upnp'; network_protocol_port[5] = '0';network_protocol_enabled[6] = '0'; network_protocol_name[6] = 'bonjour'; network_protocol_port[6] = '0';network_protocol_enabled[7] = '1'; network_protocol_name[7] = 'rtspOverHttp'; network_protocol_port[7] = '8080';system_misc_haveyoics = '1'; 1.1.4 set.network.advanced To set advanced network parameters. Example: /cgi-bin/admin/admin.cgi?action=set.network.advanced&network_ntpinformation_fromdhcp=0&network_ntpinformation_ntpmanual=ntp.org&network_hostnameinformation_fromdhcp=0&network_hostnameinformation_name=localhost&network_protocol_http_port=80&network_protocol_ftp_enabled=1&network_protocol_ftp_port=21&network_protocol_rtsp_port=554&network_protocol_upnp_enabled=1&network_protocol_https_enabled=0&network_protocol_https_port=443&network_protocol_arp_enabled=1&network_protocol_bonjour_enabled=0&network_protocol_rtspOverHttp_port=8080 1.1.5 get.network.ddns To get Dynamic DNS parameters. ParameterValuesDescriptionnetwork_ddns_enabledBooleanEnable DDNS. 0 : No 1 : Yesnetwork_ddns_hostnameString, max 80 DDNS hostnamenetwork_ddns_usernameString, max 32 DDNS usernamenetwork_ddns_passwordString, max 32 DDNS password Example: http://192.168.0.200/cgi-bin/admin/admin.cgi?action=get.network.ddns Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Mon, 03 Jan 2000 21:59:24 GMT Server: Apache 1.3.29 var model_hardware_wireless = '0'; var network_ddns_enabled = '0'; var network_ddns_hostname = 'your.host.name'; var network_ddns_username = 'username'; var network_ddns_password = 'password'; 1.1.6 set.network.ddns To set Dynamic DNS parameters. Example : http://192.168.0.200/cgi-bin/admin/admin.cgi?action=set.network.ddns&network_ddns_enabled=1&network_ddns_hostname=your.host.name&network_ddns_username=username&network_ddns_password=password 1.1.7 get.network.ipchange To get IP-changed notification parameters. ParameterValuesDescriptionIpchange_enabledBooleanEnable IP-change Notification. 0 : No 1 : Yesevent_rule_actionemail_smtp_idAn unsigned integerSMTP server ID. Its related Event-Server configuration.event_rule_actionemail_smtp_emailString, max 80The notification target email address. Example : http://192.168.0.200/cgi-bin/admin/admin.cgi?action=get.network.ipchange Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Mon, 03 Jan 2000 22:04:59 GMT Server: Apache 1.3.29 var model_hardware_wireless = '0'; var ipchange_enabled = '0'; var event_rule_actionemail_smtp_id = '0'; var event_rule_actionemail_smtp_email = ''; 1.1.8 set.network.ipchange To set IP-changed notification parameters. Example : http://192.168.0.200/cgi-bin/admin/admin.cgi?action=set.network.ipchange&ipchange_enabled=1&event_rule_actionemail_smtp_id=0&event_rule_actionemail_smtp_email=test%40gmail.com 1.1.9 get.network.wireless To get Wireless setting parameters and Wireless-AP information. ParameterValuesDescriptionwireless_setting_enabledBooleanEnable Wireless 0 : No 1 : Yeswireless_setting_op_modeBooleanWireless network type 0 infrastructure, 1 Ad-Hocwireless_setting_ssidString, max 32AP SSID ( url encode )wireless_setting_securityAn unsigned integer 0 ~ 4Security mode 0 : None 1 : WEP 2 : WPA 3 : WPA2 4 : WPS-PINwireless_setting_web_authenticationBooleanWEP authentication 0 Open,1 Shared keywireless_setting_web_key_lengthBooleanWEP key length 0 64bits, 1 128bitswireless_setting_web_key_modeBooleanWEP key type 0 Hex, 1 ASCIIwireless_setting_web_key_idAn unsigned integer 0 ~ 4WEP key IDwireless_setting_web_key0_64mString, max 10WEP 64bits Hex keywireless_setting_web_key1_64mString, max 10wireless_setting_web_key2_64mString, max 10wireless_setting_web_key3_64mString, max 10wireless_setting_web_key0_64aString, max 5WEP 64bits ASCII keywireless_setting_web_key1_64aString, max 5wireless_setting_web_key2_64aString, max 5wireless_setting_web_key3_64aString, max 5wireless_setting_web_key0_128mString, max 26WEP 128bits Hex keywireless_setting_web_key1_128mString, max 26wireless_setting_web_key2_128mString, max 26wireless_setting_web_key3_128mString, max 26wireless_setting_web_key0_128aString, max 13WEP 128bits ASCII keywireless_setting_web_key1_128aString, max 13wireless_setting_web_key2_128aString, max 13wireless_setting_web_key3_128aString, max 13wireless_setting_wpa_encryptionBooleanWPA encryption mode 0 : TKIP 1 : AESwireless_setting_wpa_presharekeyString, max 63WPA keywireless_setting_wpa2_encryptionBooleanWPA2 encryption mode 0 : TKIP 1 : AESwireless_setting_wpa2_presharekeyString, max 63WPA2 keywireless_setting_wps_pinString, max 128WPS pin code Example : http://192.168.0.200/cgi-bin/admin/admin.cgi?action=get.network.wireless Return: Without WIFI AP information. HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Thu, 16 Jun 2011 10:21:07 GMT Server: Apache 1.3.29 var ipchange_enabled = '0';var wireless_setting_enabled = '0'; var wireless_setting_op_mode = '0'; var wireless_setting_ssid = 'SSID'; var wireless_setting_security = '0'; var wireless_setting_wep_authentication = '0'; var wireless_setting_wep_key_length = '1'; var wireless_setting_wep_key_mode = '0'; var wireless_setting_wep_key_id = '0'; var wireless_setting_wps_pin = '28664246'; var wireless_setting_wep_key0_64m = ''; var wireless_setting_wep_key1_64m = ''; var wireless_setting_wep_key2_64m = ''; var wireless_setting_wep_key3_64m = '';var wireless_setting_wep_key0_64a = ''; var wireless_setting_wep_key1_64a = ''; var wireless_setting_wep_key2_64a = ''; var wireless_setting_wep_key3_64a = '';var wireless_setting_wep_key0_128m = ''; var wireless_setting_wep_key1_128m = ''; var wireless_setting_wep_key2_128m = ''; var wireless_setting_wep_key3_128m = ''; var wireless_setting_wep_key0_128a = ''; var wireless_setting_wep_key1_128a = ''; var wireless_setting_wep_key2_128a = ''; var wireless_setting_wep_key3_128a = '';var wireless_setting_wpa_encryption = '0'; var wireless_setting_wpa_presharekey = ''; var wireless_setting_wpa2_encryption= '0'; var wireless_setting_wpa2_presharekey = '';var system_deviceinformation_NetInf = '17'; Return: With WIFI AP information HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Thu, 16 Jun 2011 10:21:38 GMT Server: Apache 1.3.29 wireless_accesspoint_ssid[0] = 'AP001'; wireless_accesspoint_mode[0] = 'infrastructure'; wireless_accesspoint_enc[0] = 'TKIP'; wireless_accesspoint_auth[0] = 'WPA-PSK'; wireless_accesspoint_signals[0] = '63'; Wpsreless_accesspoint_wps[0] = 'NO';wireless_accesspoint_ssid[1] = 'ncqa'; wireless_accesspoint_mode[1] = 'infrastructure'; wireless_accesspoint_enc[1] = 'NONE'; wireless_accesspoint_auth[1] = 'OPEN'; wireless_accesspoint_signals[1] = '83'; Wpsreless_accesspoint_wps[1] = 'NO';wireless_accesspoint_ssid[2] = 'KSIP4'; wireless_accesspoint_mode[2] = 'infrastructure'; wireless_accesspoint_enc[2] = 'AES'; wireless_accesspoint_auth[2] = 'WPA2-PSK'; wireless_accesspoint_signals[2] = '100'; Wpsreless_accesspoint_wps[2] = 'NO';wireless_accesspoint_ssid[3] = ''AP002''; wireless_accesspoint_mode[3] = 'infrastructure'; wireless_accesspoint_enc[3] = 'TKIP'; wireless_accesspoint_auth[3] = 'WPA-PSK'; wireless_accesspoint_signals[3] = '83'; Wpsreless_accesspoint_wps[3] = 'YES';wireless_accesspoint_ssid[4] = 'Guest'; wireless_accesspoint_mode[4] = 'infrastructure'; wireless_accesspoint_enc[4] = 'NONE'; wireless_accesspoint_auth[4] = 'OPEN'; wireless_accesspoint_signals[4] = '78'; Wpsreless_accesspoint_wps[4] = 'NO';wireless_accesspoint_ssid[5] = 'nc%5Flinksys'; wireless_accesspoint_mode[5] = 'infrastructure'; wireless_accesspoint_enc[5] = 'AES'; wireless_accesspoint_auth[5] = 'WPA2-PSK'; wireless_accesspoint_signals[5] = '68'; Wpsreless_accesspoint_wps[5] = 'NO';wireless_accesspoint_ssid[6] = '%27XXX%27%2D1'; wireless_accesspoint_mode[6] = 'infrastructure'; wireless_accesspoint_enc[6] = 'TKIP + AES'; wireless_accesspoint_auth[6] = 'WPA(2)-PSK'; wireless_accesspoint_signals[6] = '100'; Wpsreless_accesspoint_wps[6] = 'YES';wireless_accesspoint_ssid[7] = 'default'; wireless_accesspoint_mode[7] = 'infrastructure'; wireless_accesspoint_enc[7] = 'NONE'; wireless_accesspoint_auth[7] = 'OPEN'; wireless_accesspoint_signals[7] = '47'; Wpsreless_accesspoint_wps[7] = 'NO';var ipchange_enabled = '0';var wireless_setting_enabled = '0'; var wireless_setting_op_mode = '0'; var wireless_setting_ssid = 'SSID'; var wireless_setting_security = '0'; var wireless_setting_wep_authentication = '0'; var wireless_setting_wep_key_length = '1'; var wireless_setting_wep_key_mode = '0'; var wireless_setting_wep_key_id = '0'; var wireless_setting_wps_pin = '28664246'; var wireless_setting_wep_key0_64m = ''; var wireless_setting_wep_key1_64m = ''; var wireless_setting_wep_key2_64m = ''; var wireless_setting_wep_key3_64m = '';var wireless_setting_wep_key0_64a = ''; var wireless_setting_wep_key1_64a = ''; var wireless_setting_wep_key2_64a = ''; var wireless_setting_wep_key3_64a = '';var wireless_setting_wep_key0_128m = ''; var wireless_setting_wep_key1_128m = ''; var wireless_setting_wep_key2_128m = ''; var wireless_setting_wep_key3_128m = ''; var wireless_setting_wep_key0_128a = ''; var wireless_setting_wep_key1_128a = ''; var wireless_setting_wep_key2_128a = ''; var wireless_setting_wep_key3_128a = '';var wireless_setting_wpa_encryption = '0'; var wireless_setting_wpa_presharekey = ''; var wireless_setting_wpa2_encryption= '0'; var wireless_setting_wpa2_presharekey = '';var system_deviceinformation_NetInf = '17'; 1.1.10 set.network.wireless To set Wireless parameters. Example : http://192.168.0.200/cgi-bin/admin/admin.cgi?action=set.network.wireless&wireless_setting_enabled=0&wireless_setting_op_mode=0&wireless_setting_ssid=nc_linksys&wireless_setting_security=3&wireless_setting_web_authentication=0&wireless_setting_web_key_length=1&wireless_setting_web_key_mode=0&wireless_setting_web_key_id=0&wireless_setting_web_key0_64m=&wireless_setting_web_key1_64m=&wireless_setting_web_key2_64m=&wireless_setting_web_key3_64m=&wireless_setting_web_key0_64a=&wireless_setting_web_key1_64a=&wireless_setting_web_key2_64a=&wireless_setting_web_key3_64a=&wireless_setting_web_key0_128m=&wireless_setting_web_key1_128m=&wireless_setting_web_key2_128m=&wireless_setting_web_key3_128m=&wireless_setting_web_key0_128a=&wireless_setting_web_key1_128a=&wireless_setting_web_key2_128a=&wireless_setting_web_key3_128a=&wireless_setting_wpa_encryption=0&wireless_setting_wpa_presharekey=&wireless_setting_wpa2_encryption=1&wireless_setting_wpa2_presharekey=111&wireless_setting_wps_pin=28664246 1.1.11 search.network.wireless To search or refresh Wireless AP information. Example : http://192.168.0.200/cgi-bin/admin/admin.cgi?action=search.network.wireless 1.2 SYSTEM 1.2.1 get.system.information To get system information. ParameterValuesDescriptionsystem_misc_devicenameString, max 60Device namesystem_misc_devicelocationString, max 60Device location Example: http://192.168.0.200/cgi-bin/admin/admin.cgi?action=get.system.information Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Thu, 16 Jun 2011 11:35:07 GMT Server: Apache 1.3.29 var MODEL = 'AM1203-W'; var system_deviceinformation_firmwareversion = '1.0.3.4527'; var system_deviceinformation_systemboottime = '06/15/11 12:52:11'; var system_deviceinformation_wireless = '1'; system_deviceinformation_netinf = '17'; network_interface_info_hwaddress[0] = '00:0e:c9:03:b1:22'; network_interface_ipv4_dhcp[0] = '0'; network_interface_ipv4_current_address[0] = '192.168.21.46'; network_interface_ipv4_current_netmask[0] = '255.255.0.0'; network_interface_ipv4_current_gateway[0] = '192.168.1.22';network_interface_info_hwaddress[1] = ''; network_interface_ipv4_dhcp[1] = '0'; network_interface_ipv4_current_address[1] = ''; network_interface_ipv4_current_netmask[1] = ''; network_interface_ipv4_current_gateway[1] = '';network_interface_info_hwaddress[2] = ''; network_interface_ipv4_dhcp[2] = '0'; network_interface_ipv4_current_address[2] = ''; network_interface_ipv4_current_netmask[2] = ''; network_interface_ipv4_current_gateway[2] = '';var network_pppoe_pppoe_enabled = '0';var network_dnsinformation_dnsmanual_0 = '192.168.1.2'; var network_dnsinformation_dnsmanual_1 = '';var network_ddns_enabled = '0'; var network_ddns_hostname = 'your.host.name'; var network_ddns_status = '0';var wireless_setting_enabled = '0';var system_misc_devicename = 'Device Name'; var system_misc_devicelocation = 'Device Location';var system_deviceinformation_vender = 'nobrand'; 1.2.2 set.system.information To set system device name and location. Example: http://192.168.0.200/cgi-bin/admin/admin.cgi?action=set.system.information&system_misc_devicename=Device%20Name&system_misc_devicelocation=Device%20Location 1.2.3 get.system.datetime To get system date and time. ParameterValuesDescriptionsystem_datetime_datetimetypeAn unsigned integer 0~2Set date/time mode 0 : Manual ( sync with PC ) 1 : NTP 2 : Manualsystem_datetime_timezone_tzString, max 8 -12:00 -11:00 . 0:00 . +12:00 +13:00Time zonesystem_datetime_localdatetime_time_hourAn unsigned integer 0~23Time hoursystem_datetime_localdatetime_time_minuteAn unsigned integer 0~59Time minutesystem_datetime_localdatetime_time_secondAn unsigned integer 0~59Time secondsystem_datetime_localdatetime_date_yearIntegerDate yearsystem_datetime_localdatetime_date_monthAn unsigned integer 1~12Date monthsystem_datetime_localdatetime_date_dayAn unsigned integer 1~31Date day Example : http://192.168.0.200/cgi-bin/admin/admin.cgi?action=get.system.datetime Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Thu, 16 Jun 2011 11:41:03 GMT Server: Apache 1.3.29 var system_datetime_localdatetime_date_year = '2011'; var system_datetime_localdatetime_date_month = '6'; var system_datetime_localdatetime_date_day = '16'; var system_datetime_localdatetime_time_hour = '11'; var system_datetime_localdatetime_time_minute = '41'; var system_datetime_localdatetime_time_second = '2';var system_datetime_timezone_tz = '0:00'; var system_datetime_datetimetype = '0'; var system_datetime_id = '29'; 1.2.4 set.system.datetime To set system date and time. Example: http://192.168.0.200/cgi-bin/admin/admin.cgi?action=set.system.datetime&system_datetime_datetimetype=0&system_datetime_timezone_tz=0%3A00&system_datetime_localdatetime_time_hour=11&system_datetime_localdatetime_time_minute=41&system_datetime_localdatetime_time_second=8&system_datetime_localdatetime_date_year=2011&system_datetime_localdatetime_date_month=6&system_datetime_localdatetime_date_day=16&system_datetime_id=29 1.2.5 get.system.maintenance To get system maintenance information. http://192.168.0.200/cgi-bin/admin/admin.cgi?action=get.system.maintenance ParameterValuesDescriptionMODELStringRead only. Model name.system_deviceinformation_firmwareversionStringRead only. Firmware version.network_interface_info_hwaddressStringRead only. MAC address. Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Thu, 16 Jun 2011 13:23:07 GMT Server: Apache 1.3.29 var MODEL = 'AM1203-W'; var system_deviceinformation_firmwareversion = '1.0.3.4527';var network_interface_info_hwaddress = '00:0e:c9:03:b1:22'; 1.2.6 reboot.system.maintenance Request to reboot system. http://192.168.0.200/cgi-bin/admin/admin.cgi?action=reboot.system.maintenance 1.2.7 loaddefault.system.maintenance Request to load default settings and reboot the system. http://192.168.0.200/cgi-bin/admin/admin.cgi?action=loaddefault.system.maintenance 1.2.8 backupfile.system.maintenance Backup system setting, /backup.zip will be create when this action has been requested. Step 1 : Request this action. Step 2 : Down load backup file. ( http://192.168.0.200/backup.zip ) http://192.168.0.200/cgi-bin/admin/admin.cgi?action=backupfile.system.maintenance 1.3 USER 1.3.1 get.system.user To get system user list ParameterValuesDescriptionsecurity_user_passwordString, max 32User passwordsecurity_user_userlevelAn unsigned integer 0~2New user level 0 : Administrator 1 : Operator 2 : Viewersecurity_user_usernameString, max 14User name http://192.168.0.200/cgi-bin/admin/admin.cgi?action=get.system.user Return: Only one user HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Thu, 16 Jun 2011 13:40:25 GMT Server: Apache 1.3.29 var system_misc_anonymous = '0';security_user_username[0] = 'admin'; security_user_userlevel[0] = '0'; Return: Two user HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 01:00:36 GMT Server: Apache 1.3.29 var system_misc_anonymous = '0';security_user_username[0] = 'admin'; security_user_userlevel[0] = '0';security_user_username[1] = 'aaaa'; security_user_userlevel[1] = '0'; 1.3.2 set.system.user.anonymous To set anonymous for HTTP service. ParameterValuesDescriptionsystem_misc_anonymousBooleanEnable anonymous 0 : No 1 : Yes Example: http://192.168.0.200/cgi-bin/admin/admin.cgi?action=set.system.user.anonymous&system_misc_anonymous=1 1.3.3 set.system.user To update a user account parameter. ParameterValuesDescriptionsecurity_user_passwordString, max 32New user passwordsecurity_user_userlevelAn unsigned integer 0~2New user level 0 Admin, 1 Operator, 2 Viewersecurity_user_usernameString, max 14Username (already exist in the user list) Example: http://192.168.0.200/cgi-bin/admin/admin.cgi?action=set.system.user&security_user_username=aaaa&security_user_password=aaaa&security_user_userlevel=0 1.3.4 add.system.user To create a new user account. Example: http://192.168.0.200/cgi-bin/admin/admin.cgi?action=add.system.user&security_user_username=aaaa&security_user_password=aaaa&security_user_userlevel=0 1.3.5 del.system.user To delete a user account. ParameterValuesDescriptionsecurity_user_usernameString, max 14Username (already exist in the user list) Example: http://192.168.0.200/cgi-bin/admin/admin.cgi?action=del.system.user&security_user_username=aaaa 2. operator.cgi Permissions: Admin, Operator Usage: http:///cgi-bin/operator/operator.cgi?action=value>[&] Action List: Action TypeAction NameINFRSDescriptionVIDEO GENERALget.video.generalVGet streams parameterset.video.general VSet streams parameterVIDEO ADVANCEDget.video.advancedVGet video advanced parameters. Such as DPTZ / Audio / OSDset.video.advanced Set video advanced parameters.CAMERA SETTINGSget.camera.settingVGet camera parameters. AE / WB / Mirror etc. set.camera.setting Set camera parameters.set.camera.loaddefault Load default setting.set.camera.settings.bwmode Set B/W mode.set.camera.settings.maxgain Set max gain.CAMERA PTZget.camera.ptzVGet PTZ parameter.set.camera.ptz Set PTZ parameter.STORAGE DISK INFORMATIONget.recordfile.formatVGet redording parameter.set.recordfile.formatSet redording parameterset.storage.format Format SD cardrecord.startStart recordingrecord.stopStop recordingrecord.continueStop current record file and start new record fileEVENT CONFIGURATIONget.event.configurationVGet event configuration information.update.event.configurationUpdate an event rule.add.event.configurationCreate an event rule.del.event.configurationDelete an event rule.EVENT MOTION DETECTIONget.event.motion.detectionVGet motion detection parameters.set.motion.osdSet motion OSD.update.event.motion.detectionUpdate a motion window.add.event.motion.detectionCreate a motion window.del.event.motion.detectionDelete a motion window.EVENT SERVERget.event.serverVGet event server informationi.update.event.ftp.serverUpdate FTP server parameters.add.event.ftp.serverCreate a new FTP server.del.event.ftp.serverDelete a FTP server.update.event.http.serverUpdate HTTP server parameters.add.event.http.serverCreate a new HTTP server.del.event.http.serverDelete a HTTP server.update.event.tcp.serverUpdate TCP server parameters.add.event.tcp.serverCreate a new TCP server.del.event.tcp.serverDelete a TCP server.update.event.smtp.serverUpdate SMTP server parameters.add.event.smtp.serverCreate a SMTP server.del.event.smtp.serverDelete a SMTP server.check.smtp.emailCheck SMTP email function.EVENT SERVER I/Oget.event.ioVGet event I/O nformation.set.event.ioSet event I/O function.active.event.ioActive event I/O...EVENT PIRget.event.pirVGet PIR parameters.set.event.pirSet PIR parameters.YOICSget.yoics.statVGet YOICS status.set.yoics.statSet YOICS status.PIRtestpirTest PIR function. 2.1 VIDEO GENERAL 2.1.1 get.video.general To get streams parameter ParameterValuesDescriptionmedia_profile_resolution_width_1600x1200 1280x720(Only for 2M sensor series) (Only for channel 1 & 2) Ch1&2 changes at the same time.media_profile_resolution_height_media_profile_url_String, max 10Stream path ( URI )media_profile_framerate_An unsigned integer 3~30 (25)Stream frame ratemedia_profile_gop_An unsigned integer 5~150H264 GOP sizemedia_profile_ratecontrol_mode_BooleanH264 compression mode 0 : CBR 1 : VBRmedia_profile_ratecontrol_targetbitrate_An unsigned integer H264 bitrate for HD: 512~4000Kbps for VGA/NTSC/PAL: 256~2000 Kbps for QVGA: 128~1000 Kbps for QQVG: 128~512 Kbpsmedia_profile_ratecontrol_quality_An unsigned integer 0,1,2Stream quality level 0 : Best 1 : Good 2 : Standardmedia_profile_profile_BooleanH264 profile level 0 : Baseline profile 1 : High profile Usage: http:///cgi-bin/operator/operator.cgi?action=get.video.general[&=] ParameterValuesDescriptionformatinfExport INF format Example: Get streams parameter http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.video.general&format=inf Return: INF format HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 02:53:42 GMT Server: Apache 1.3.29 [VIDEO_GENERAL] system_deviceinformation_Model=AM4210 system_deviceinformation_Sensor=2m system_deviceinformation_tvstandards=0 media_profile_resolution_width=1280 media_profile_url_0=v01 media_profile_gop_0=30 media_profile_ratecontrol_mode_0=0 media_profile_framerate_0=30 media_profile_ratecontrol_targetBitrate_0=3000 media_profile_ratecontrol_quality_0=0 media_profile_profile_0=1 media_profile_url_1=v02 media_profile_gop_1=30 media_profile_ratecontrol_mode_1=0 media_profile_framerate_1=10 media_profile_ratecontrol_targetBitrate_1=3000 media_profile_ratecontrol_quality_1=0 media_profile_profile_1=0 media_profile_url_2=v03 media_profile_gop_2=30 media_profile_ratecontrol_mode_2=0 media_profile_framerate_2=30 media_profile_ratecontrol_targetBitrate_2=1500 media_profile_ratecontrol_quality_2=0 media_profile_profile_2=0 media_profile_url_3=v04 media_profile_gop_3=30 media_profile_ratecontrol_mode_3=0 media_profile_framerate_3=15 media_profile_ratecontrol_targetBitrate_3=1500 media_profile_ratecontrol_quality_3=0 media_profile_profile_3=0 media_profile_url_4=v05 media_profile_gop_4=30 media_profile_ratecontrol_mode_4=0 media_profile_framerate_4=30 media_profile_ratecontrol_targetBitrate_4=512 media_profile_ratecontrol_quality_4=0 media_profile_profile_4=0 media_profile_url_5=v06 media_profile_gop_5=30 media_profile_ratecontrol_mode_5=0 media_profile_framerate_5=15 media_profile_ratecontrol_targetBitrate_5=512 media_profile_ratecontrol_quality_5=0 media_profile_profile_5=0 media_profile_url_6=v07 media_profile_gop_6=30 media_profile_ratecontrol_mode_6=0 media_profile_framerate_6=30 media_profile_ratecontrol_targetBitrate_6=128 media_profile_ratecontrol_quality_6=0 media_profile_profile_6=0 media_profile_url_7=v08 media_profile_gop_7=30 media_profile_ratecontrol_mode_7=0 media_profile_framerate_7=15 media_profile_ratecontrol_targetBitrate_7=128 media_profile_ratecontrol_quality_7=0 media_profile_profile_7=0 cTVStandards=0 rtsp_port=554 Example: Get streams parameter http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.video.general Return: Normal format HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Wed, 15 Jun 2011 11:24:17 GMT Server: Apache 1.3.29 var system_deviceinformation_model = 'AM1203-W'; var system_deviceinformation_sensor = '2m'; var system_deviceinformation_tvstandards = '0';var media_profile_resolution_width = '1280';media_profile_url[0] = 'v01'; media_profile_gop[0] = '30'; media_profile_ratecontrol_mode[0] = '0'; media_profile_framerate[0] = '30'; media_profile_ratecontrol_targetbitrate[0] = '3000'; media_profile_ratecontrol_quality[0] = '0'; media_profile_profile[0] = '1'; media_profile_url[1] = 'v02'; media_profile_gop[1] = '30'; media_profile_ratecontrol_mode[1] = '0'; media_profile_framerate[1] = '10'; media_profile_ratecontrol_targetbitrate[1] = '3000'; media_profile_ratecontrol_quality[1] = '0'; media_profile_profile[1] = '0'; media_profile_url[2] = 'v03'; media_profile_gop[2] = '30'; media_profile_ratecontrol_mode[2] = '0'; media_profile_framerate[2] = '30'; media_profile_ratecontrol_targetbitrate[2] = '1500'; media_profile_ratecontrol_quality[2] = '0'; media_profile_profile[2] = '0'; media_profile_url[3] = 'v04'; media_profile_gop[3] = '30'; media_profile_ratecontrol_mode[3] = '0'; media_profile_framerate[3] = '15'; media_profile_ratecontrol_targetbitrate[3] = '1500'; media_profile_ratecontrol_quality[3] = '0'; media_profile_profile[3] = '0'; media_profile_url[4] = 'v05'; media_profile_gop[4] = '30'; media_profile_ratecontrol_mode[4] = '0'; media_profile_framerate[4] = '30'; media_profile_ratecontrol_targetbitrate[4] = '512'; media_profile_ratecontrol_quality[4] = '0'; media_profile_profile[4] = '0'; media_profile_url[5] = 'v06'; media_profile_gop[5] = '30'; media_profile_ratecontrol_mode[5] = '0'; media_profile_framerate[5] = '15'; media_profile_ratecontrol_targetbitrate[5] = '512'; media_profile_ratecontrol_quality[5] = '0'; media_profile_profile[5] = '0'; media_profile_url[6] = 'v07'; media_profile_gop[6] = '30'; media_profile_ratecontrol_mode[6] = '0'; media_profile_framerate[6] = '30'; media_profile_ratecontrol_targetbitrate[6] = '128'; media_profile_ratecontrol_quality[6] = '0'; media_profile_profile[6] = '0'; media_profile_url[7] = 'v08'; media_profile_gop[7] = '30'; media_profile_ratecontrol_mode[7] = '0'; media_profile_framerate[7] = '15'; media_profile_ratecontrol_targetbitrate[7] = '128'; media_profile_ratecontrol_quality[7] = '0'; media_profile_profile[7] = '0'; var cTVStandards = '0'; var rtsp_port = '554'; 2.1.2 set.video.general To set streams parameter. with the following parameters and values: ch range for non 2M sensor series: is 1 ~ 6 for other series is 1 ~ 8 ch 1, 3, 5, 7 are H264 ch 2, 4, 6, 8 are MJPEG Note : The system will restart if the resolution is changed. Example: Set streams parameter http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.video.general&media_profile_url_1=v01&media_profile_gop_1=15&media_profile_ratecontrol_mode_1=0&media_profile_framerate_1=30&media_profile_ratecontrol_quality_1=0&media_profile_ratecontrol_targetbitrate_1=3000&media_profile_profile_1=1&media_profile_resolution_width_1=1280&media_profile_resolution_height_1=720&media_profile_resolution_width_2=1280&media_profile_resolution_height_2=720&media_profile_url_2=v02&media_profile_framerate_2=10&media_profile_ratecontrol_quality_2=0&media_profile_url_3=v03&media_profile_gop_3=30&media_profile_ratecontrol_mode_3=0&media_profile_framerate_3=30&media_profile_ratecontrol_quality_3=0&media_profile_ratecontrol_targetbitrate_3=1500&media_profile_profile_3=0&media_profile_url_4=v04&media_profile_framerate_4=15&media_profile_ratecontrol_quality_4=0&media_profile_url_5=v05&media_profile_gop_5=30&media_profile_ratecontrol_mode_5=0&media_profile_framerate_5=30&media_profile_ratecontrol_quality_5=0&media_profile_ratecontrol_targetbitrate_5=512&media_profile_profile_5=0&media_profile_url_6=v06&media_profile_framerate_6=15&media_profile_ratecontrol_quality_6=0&media_profile_url_7=v07&media_profile_gop_7=30&media_profile_ratecontrol_mode_7=0&media_profile_framerate_7=30&media_profile_ratecontrol_quality_7=0&media_profile_ratecontrol_targetbitrate_7=128&media_profile_profile_7=0&media_profile_url_8=v08&media_profile_framerate_8=15&media_profile_ratecontrol_quality_8=0 2.2 VIDEO ADVANCED 2.2.1 get.video.advanced To get other stream parameter. ParameterValuesDescriptionimaging_settings_osd_enabledBooleanEnable OSD 0 : No 1 : Yesimaging_settings_osd_text_enabledBooleanEnable text OSD 0 : No 1 : Yesimaging_settings_osd_text_stringString, max 20Text OSD stringimaging_settings_osd_datetime_enabledBooleanEnable Date & Time OSD 0 : No 1 : Yesmedia_profile_dptz_id2,4DPTZ video source ID 2: channel 3&4 4: channel 5&6media_profile_dptz_enabledBooleanEnable DPTZ 0 : No 1 : Yesmedia_profile_dptz_horzoffsetAn unsigned integer DPTZ top left X coordinatesmedia_profile_dptz_vertoffsetAn unsigned integer DPTZ top left Y coordinatesmedia_profile_dptz_widthAn unsigned integer DPTZ widthmedia_profile_dptz_heightAn unsigned integer DPTZ heightsystem_misc_audiooutvolumeAn integer -73 ~ 6Audio output volume (db) 6 is mean +6dbaudio_setting_enabledEnable audio-in sourceaudio_setting_codecAn unsigned integer 1 ~ 2Select audio encode format 1 : AAC 2 : G.711 u-Lawaudio_setting_sourceBooleanSelect audio-in source 0 : MIC 1 : Line-in ParameterValuesDescriptionformatinfExport INF format Example: Get other stream parameter http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.video.advanced Return: Other stream parameter HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sun, 02 Jan 2000 02:45:25 GMT Server: Apache 1.3.29 var system_deviceinformation_model = 'AM4210';var rtsp_port = '554';var system_misc_audiooutvolume=-8 ;var audio_setting_enable = '1'; var audio_setting_codec = '2'; var audio_setting_source = '0';var imaging_settings_osd_enabled = '1'; var imaging_settings_osd_text_enabled = '1'; var imaging_settings_osd_text_string ='IP CAMERA'; var imaging_settings_osd_datetime_enabled = '1';var system_deviceinformation_sensor = '2m'; var system_deviceinformation_tvstandards = '0';media_profile_dptz_id[0] = '0'; media_profile_dptz_url[0] = 'v01'; media_profile_dptz_resolution_width[0] = '1280'; media_profile_dptz_resolution_height[0] = '720'; media_profile_dptz_enabled[0] = '0'; media_profile_dptz_horzoffset[0] = '10'; media_profile_dptz_vertoffset[0] = '10'; media_profile_dptz_width[0] = '1280'; media_profile_dptz_height[0] = '720';media_profile_dptz_id[1] = '2'; media_profile_dptz_url[1] = 'v03'; media_profile_dptz_resolution_width[1] = '640'; media_profile_dptz_resolution_height[1] = '480'; media_profile_dptz_enabled[1] = '0'; media_profile_dptz_horzoffset[1] = '10'; media_profile_dptz_vertoffset[1] = '10'; media_profile_dptz_width[1] = '640'; media_profile_dptz_height[1] = '480';media_profile_dptz_id[2] = '4'; media_profile_dptz_url[2] = 'v05'; media_profile_dptz_resolution_width[2] = '320'; media_profile_dptz_resolution_height[2] = '240'; media_profile_dptz_enabled[2] = '0'; media_profile_dptz_horzoffset[2] = '10'; media_profile_dptz_vertoffset[2] = '10'; media_profile_dptz_width[2] = '320'; media_profile_dptz_height[2] = '240';var model_hardware_mic = '1'; var model_hardware_linein = '0'; Example: Get other stream parameter http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.video.advanced Return: Other stream parameter with INF format HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sun, 02 Jan 2000 02:45:41 GMT Server: Apache 1.3.29 [VIDEO_ADVANCED] system_deviceinformation_model=AM4210 rtsp_port=554 system_misc_audiooutvolume=-8 audio_setting_enable=1 audio_setting_codec=2 audio_setting_source=0 imaging_settings_osd_enabled=1 imaging_settings_osd_text_enabled=1 imaging_settings_osd_text_string=IP CAMERA imaging_settings_osd_datetime_enabled=1 system_deviceinformation_sensor=2m system_deviceinformation_tvstandards=0 media_profile_dptz_id_0=0 media_profile_dptz_url_0=v01 media_profile_dptz_resolution_width_0=1280 media_profile_dptz_resolution_height_0=720 media_profile_dptz_enabled_0=0 media_profile_dptz_horzoffset_0=10 media_profile_dptz_vertoffset_0=10 media_profile_dptz_width_0=1280 media_profile_dptz_height_0=720 media_profile_dptz_id_1=2 media_profile_dptz_url_1=v03 media_profile_dptz_resolution_width_1=640 media_profile_dptz_resolution_height_1=480 media_profile_dptz_enabled_1=0 media_profile_dptz_horzoffset_1=10 media_profile_dptz_vertoffset_1=10 media_profile_dptz_width_1=640 media_profile_dptz_height_1=480 media_profile_dptz_id_2=4 media_profile_dptz_url_2=v05 media_profile_dptz_resolution_width_2=320 media_profile_dptz_resolution_height_2=240 media_profile_dptz_enabled_2=0 media_profile_dptz_horzoffset_2=10 media_profile_dptz_vertoffset_2=10 media_profile_dptz_width_2=320 media_profile_dptz_height_2=240 model_hardware_mic=1 model_hardware_linein=0 2.2.2 set.video.advanced To set other stream parameter Usage: http:///cgi-bin/operator/operator.cgi?action=set.video.advanced Example: Set other stream parameter http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.video.advanced&imaging_settings_osd_enabled=1&imaging_settings_osd_text_enabled=1&imaging_settings_osd_text_string=IP%20CAMERA&imaging_settings_osd_datetime_enabled=1&system_misc_audiooutvolume=-8&audio_setting_source=0&audio_setting_codec=1&audio_setting_enabled=1&media_profile_dptz_enabled=1&media_profile_dptz_horzoffset=8&media_profile_dptz_vertoffset=8&media_profile_dptz_width=640&media_profile_dptz_height=480&system_deviceinformation_tvstandards=0&media_profile_dptz_id=2 2.3 CAMERA SETTINGS 2.3.1 get.camera.setting To get camera parameters. ParameterValuesDescriptionimaging_settings_tvstandardsAn integer -1~1Select video source standard. -1 : Auto 0 : NTSC 1 : PALimaging_settings_brightnessAn unsigned integer 0~100Image brightnessimaging_settings_colorsaturationAn unsigned integer 0~100Image saturationimaging_settings_hueAn unsigned integer 0~100Image Hueimaging_settings_contrastAn unsigned integer 0~100Image contrast (50/60/70/80/90 for not AM1000 serial and not AM7000 serial)imaging_settings_exposure_modeAn unsigned integer 0~2Exposure mode. 0 Auto, 1 PAL, 2 NTSCimaging_settings_exposure_maxexposuretimeAn unsigned integer 1~3Select max. exposure time. 1 1/30, 2 1/15, 3 1/6imaging_settings_exposure_maxgainAn unsigned integer 0~4AGC 0 is mean max level. Imaging_settings_ircutfilterAn unsigned integer 0~6Select ICR/LEN control mode. 0 By light-sensor, 1 Night mode, 2 Day mode, 3 By Time, 4 By GPIN status, 5 By PIR & light-sensor, 6 By PIR.Imaging_settings_whitebalance_modeAn unsigned integer 0~5Select white balance mode 0 Auto, 1 Hold, 2 Outdoor_1, 3 Outdoor_2, 4 Indoorimaging_settings_mirror_horizontalAn unsigned integer 0,1Horizontal mirror image. 1: enableimaging_settings_mirror_verticalAn unsigned integer 0,1Vertical flip image. 1: enableimaging_settings_voutstandardsAn unsigned integer 0,1Video output standard 0 NTSC, 1 PALimaging_settings_iricr_dayhourAn unsigned integer 0~23Day hour for ICR/LEN controlimaging_settings_iricr_dayminuteAn unsigned integer 0~59Day minute for ICR/LEN controlimaging_settings_iricr_nighthourAn unsigned integer 0~23Night hour for ICR/LEN controlimaging_settings_iricr_nightminuteAn unsigned integer 0~59Night minute for ICR/LEN controlimaging_settings_iricr_gpinstatusAn unsigned integer 0,1GPIN status for Day for ICR/LEN control 0: close, 1: openimaging_settings_pir_durationAn unsigned integer 5~30PIR duration (sec) for ICR/LEN controlimaging_settings_pir_sensitivityAn unsigned integer 10~100PIR sensitivity for ICR/LEN control k10pN P}imaging_settings_aewindows_0An unsigned integer 0~15AE window Ximaging_settings_aewindows_1An unsigned integer 0~14AE window Yimaging_settings_aewindows_2An unsigned integer 0~15AW window Widthimaging_settings_aewindows_3An unsigned integer 0~14AW window HeightbarcmdAn unsigned integerAction command index 03 : brightness 04 : Hue 05 : Saturation 06 : WhiteBalance_Mode 07 : Exposure_Mode 08 : Exposure_MaxExposureTime 09 : Exposure_MaxGain 12 : Mirror/flip 13 : Contrast 14 : TVStandards 15 : IR/LED control 17 : Video output standard 19 : AE window Usage: http:///cgi-bin/operator/operator.cgi?action=get.camera.setting[&=] ParameterValuesDescriptionFormatinfExport INF format Example: Get camera parameter http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.camera.setting Return: Get camera parameter HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 03:11:17 GMT Server: Apache 1.3.29 var system_deviceinformation_sensor = '2m'; var system_deviceinformation_tvstandards = '0'; var system_deviceinformation_model = 'AM4210';var rtsp_port = '554';var imaging_settings_brightness = '50'; var imaging_settings_hue = '50'; var imaging_settings_colorsaturation ='50'; var imaging_settings_contrast = '50'; var imaging_settings_whitebalance_mode = '0'; var imaging_settings_exposure_mode = '0'; var imaging_settings_exposure_maxexposuretime ='1'; var imaging_settings_exposure_maxgain = '3'; var imaging_settings_ircutfilter = '0'; var imaging_settings_led_mode = '0'; var imaging_settings_mirror_vertical = '0'; var imaging_settings_mirror_horizontal = '0'; var imaging_settings_tvstandards = '0'; var imaging_settings_voutstandards = '0'; var imaging_settings_iricr_dayhour = '6'; var imaging_settings_iricr_dayminute = '0'; var imaging_settings_iricr_nighthour = '18'; var imaging_settings_iricr_nightminute = '0'; var imaging_settings_iricr_gpinnumber = '0'; var imaging_settings_iricr_gpinstatus = '1'; var imaging_settings_bwmode ='0'; var imaging_settings_pir_duration = '5'; var imaging_settings_pir_sensitivity = '10'; var imaging_settings_autogain_mode = '0'; var imaging_settings_autogain_day = '3'; var imaging_settings_autogain_night = '1'; var imaging_settings_aewindows_0 = '1'; var imaging_settings_aewindows_1 = '1'; var imaging_settings_aewindows_2 = '13'; var imaging_settings_aewindows_3= '13';var model_hardware_irled = '0'; var model_hardware_serialport = '1';var model_hardware_gpin = '1'; var model_hardware_gpout = '1'; var model_hardware_videoout = '1';var media_profile_url = 'v01'; var media_profile_resolution_width = '1280'; var media_profile_resolution_height = '720'; Example: Get camera parameter http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.camera.setting&format=inf Return: Get camera parameter with INF format HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 03:11:25 GMT Server: Apache 1.3.29 [CAMERA_SETTING] system_deviceinformation_sensor=2m system_deviceinformation_vstandards=0 system_deviceinformation_model=AM4210 rtsp_port=554 imaging_settings_brightness=50 imaging_settings_hue=50 imaging_settings_colorsaturation=50 imaging_settings_contrast=50 imaging_settings_whitebalance_mode=0 imaging_settings_exposure_mode=0 imaging_settings_exposure_maxexposuretime=1 imaging_settings_exposure_maxgain=3 imaging_settings_ircutfilter=0 imaging_settings_led_mode=0 imaging_settings_mirror_vertical=0 imaging_settings_mirror_horizontal=0 imaging_settings_tvstandards=0 imaging_settings_voutstandards=0 imaging_settings_iricr_dayhour=6 imaging_settings_iricr_dayminute=0 imaging_settings_iricr_nighthour=18 imaging_settings_iricr_nightminute=0 imaging_settings_iricr_gpinnumber=0 imaging_settings_iricr_gpinstatus=1 imaging_settings_bwmode=0 imaging_settings_pir_duration=5 imaging_settings_pir_sensitivity=10 imaging_settings_autogain_mode=0 imaging_settings_autogain_day=3 imaging_settings_autogain_night=1 imaging_settings_aewindows_0=1 imaging_settings_aewindows_1=1 imaging_settings_aewindows_2=13 imaging_settings_aewindows_3=13 model_hardware_irled=0 model_hardware_serialport=1 model_hardware_gpin=1 model_hardware_gpout=1 model_hardware_videoout=1 media_profile_rul=v01 media_profile_resolution_width=1280 media_profile_resolution_height=720 2.3.2 set.camera.setting To set camera parameters. Example: Set brightness to 65 http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.camera.setting&imaging_settings_brightness=65&barcmd=3 2.3.3 set.camera.loaddefault To set camera parameter to default value. Example: Set brightness to 65 http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.camera.loaddefault 2.3.4 set.camera.settings.bwmode To set camera B/W mode. ParameterValuesDescriptionimaging_settings_bwmodeAn unsigned integer 0~2Select image Back/White mode. 0 : By ICR/LEN setting 1 : Back/While 2 : Color Example: Set image to back/while mode http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.camera.settings.bwmode&imaging_settings_bwmode=1 2.3.5 set.camera.settings.maxgain To set camera gain for auto mode. ParameterValuesDescriptionimaging_settings_autogain_modeAn unsigned integer 0~1Enable auto gain modeimaging_settings_autogain_dayAn unsigned integer 0~5Max.gain for Day modeimaging_settings_autogain_nightAn unsigned integer 0~5Max gain for Night mode.imaging_settings_exposure_maxgainAn unsigned integer 0~5See 2.3.2 Example: Set max. gain by ICR/LED control http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.camera.settings.maxgain&imaging_settings_autogain_mode=1&imaging_settings_autogain_day=3&imaging_settings_autogain_night=1&barcmd=9 2.4 CAMERA PTZ 2.4.1 get.camera.ptz To get PTZ/Serial port parameter ParameterValuesDescriptionptz_setting_enableAn unsigned integer 0~1Enable PTZ control. 0 : No 1 : Yesptz_setting_protocolAn unsigned intege 0~3Select PTZ protocol 0 : PelcoD 1 : PelXXX 2 : Lilin 3 : DynaColorptz_setting_deviceidAn integerPTZ device IDptz_setting_speedAn unsigned intege 1~10PTZ speedptz_setting_channelAn unsigned intege 0~3PTZ mapping to video-insystem_serial_buadrateAn unsigned intege 300,1200,2400, 4800,9600, 19200,38400, 57500,115200Baud rate for serial portsystem_serial_databitAn unsigned intege 7,8Data bits for serial portsystem_serial_stopbitAn unsigned intege 0,1Stop bits for serial portsystem_serial_parityAn unsigned intege 0~2Parity for serial port 0 None, system_serial_flowcontrolAn unsigned intege 0~2Flow control for serial port ParameterValuesDescriptionFormatinfExport INF format Example: Get PTZ/Serial port parameter http://192.168.0.200 /cgi-bin/operator/operator.cgi?action=get.camera.ptz Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Mon, 03 Jan 2000 03:48:03 GMT Server: Apache 1.3.29 ptz_setting_channel[0] = '0'; ptz_setting_enable[0] = '0'; ptz_setting_protocol[0] = '0'; ptz_setting_deviceid[0] = '1'; ptz_setting_speed[0] = '5';ptz_setting_channel[1] = '1'; ptz_setting_enable[1] = '0'; ptz_setting_protocol[1] = '0'; ptz_setting_deviceid[1] = '2'; ptz_setting_speed[1] = '5';ptz_setting_channel[2] = '2'; ptz_setting_enable[2] = '0'; ptz_setting_protocol[2] = '0'; ptz_setting_deviceid[2] = '3'; ptz_setting_speed[2] = '5';ptz_setting_channel[3] = '3'; ptz_setting_enable[3] = '0'; ptz_setting_protocol[3] = '0'; ptz_setting_deviceid[3] = '4'; ptz_setting_speed[3] = '5';var system_serial_type = '0'; var system_serial_buadrate = '2400'; var system_serial_databit = '8'; var system_serial_stopbit = '1'; var system_serial_parity = '0'; var system_serial_flowcontrol = '0'; var system_serial_device = ''; Example: Get PTZ/Serial port parameter http://192.168.0.200 /cgi-bin/operator/operator.cgi?action=get.camera.ptz&format=inf Return: INF format HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 03:40:25 GMT Server: Apache 1.3.29 [CAMERA_PTZ] ptz_setting_channel_0=0 ptz_setting_enable_0=0 ptz_setting_protocol_0=0 ptz_setting_deviceid_0=1 ptz_setting_speed_0=5 ptz_setting_channel_1=1 ptz_setting_enable_1=0 ptz_setting_protocol_1=0 ptz_setting_deviceid_1=2 ptz_setting_speed_1=5 ptz_setting_channel_2=2 ptz_setting_enable_2=0 ptz_setting_protocol_2=0 ptz_setting_deviceid_2=3 ptz_setting_speed_2=5 ptz_setting_channel_3=3 ptz_setting_enable_3=0 ptz_setting_protocol_3=0 ptz_setting_deviceid_3=4 ptz_setting_speed_3=5 system_serial_type=0 system_serial_buadrate=2400 system_serial_databit=8 system_serial_stopbit=1 system_serial_parity=0 system_serial_flowcontrol=0 system_serial_device=0 2.4.2 set.camera.ptz To set PTZ/Serial port parameter Example: set the PTZ enable(ID:2/speed:5/protocol:PelXXX) and Serial port (burate:2400/data:8/stop:1/parity:None) of server. http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.camera.ptz&ptz_setting_channel=0&ptz_setting_enable=1&ptz_setting_protocol=0&ptz_setting_deviceid=1&ptz_setting_speed=5&system_serial_buadrate=2400&system_serial_databit=8&system_serial_stopbit=1&system_serial_parity=0&system_serial_flowcontrol=0 2.5 STORAGE DISK INFORMATION 2.5.1 get.recordfile.format To get record information ParameterValuesDescriptionsystem_storage_information_recordfileString Mp4, fileSelect Record file formatsystem_storage_information_rec_channelAn unsigned integer 0,2,4,(6)Select Record channelsystem_storage_information_durationAn unsigned integer 10~900Record file durationsystem_storage_information_prealarm_enableAn unsigned integer 0, 1Enable pre-alarm recordsystem_storage_information_prealarm_secondAn unsigned integer 1~3Select pre-alarm second ParameterValuesDescriptionformatinfExport INF format Example: Get record infomation http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.recordfile.format Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 03:52:16 GMT Server: Apache 1.3.29 var system_storage_information_recordfile = 'mp4'; var system_storage_information_rec_channel = '0'; var system_storage_information_duration = '900'; var system_storage_information_prealarm_enable = '0'; var system_storage_information_prealarm_second = '2';media_profile_id[0] = '0'; media_profile_url[0] = 'v01';media_profile_id[1] = '2'; media_profile_url[1] = 'v03';media_profile_id[2] = '4'; media_profile_url[2] = 'v05';media_profile_id[3] = '6'; media_profile_url[3] = 'v07';var system_deviceinformation_sensor = '2m'; Example: Get record infomation http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.recordfile.format&format=inf Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 03:52:22 GMT Server: Apache 1.3.29 [RECORDFILE_FORMAT] system_storage_information_recordfile=mp4 system_storage_information_rec_channel=0 system_storage_information_duration=900 system_storage_information_prealarm_enable system_storage_information_prealarm_second media_profile_id_0=0 media_profile_url_0=v01 media_profile_id_1=2 media_profile_url_1=v03 media_profile_id_2=4 media_profile_url_2=v05 media_profile_id_3=6 media_profile_url_3=v07 system_deviceinformation_sensor=2m 2.5.2 set.recordfile.format To set the format of the record files. Example: Set record file format http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.recordfile.format&system_storage_information_recordfile=mp4&system_storage_information_rec_channel=0&system_storage_information_prealarm_enable=0&system_storage_information_prealarm_second=2&system_storage_information_duration=900 2.5.3 set.storage.format Format SD Card Example: Format SD card http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.storage.format 2.5.4 record.start Start recording Example: Start recording http://192.168.0.200/cgi-bin/operator/operator.cgi?action= record.start 2.5.5 record.stop Stop recording Example: Stop recording http://192.168.0.200/cgi-bin/operator/operator.cgi?action= record.stop 2.5.6 record.continue Stop current record file and start a new one. http:///cgi-bin/operator/operator.cgi?action=record.continue Example: Stop current record file and start a new one. http://192.168.0.200/cgi-bin/operator/operator.cgi?action=record.continue 2.6 EVENT CONFIGURATION 2.6.1 get.event.configuration To get all event rule configuration ParameterValuesDescriptionevent_rule_nameString, max 20The alias of an event ruleevent_rule_enabledBooleanEnable the event rule 0 : No 1 : Yesevent_rule_periodicBooleanEvent rule type 0 : Always 1 : Scheduleevent_rule_weekdaysString, max 7Format : xxxxxx 1000000 : Sunday is set 1000001 : Sunday and Saturday are set.event_rule_starttimeAn unsigned integer 0~3600x24When periodic is 1, the start time.event_rule_durationAn unsigned integer 0~3600x24When periodic is 1, the end time.event_rule_triggerbymotion_enableBooleanEnable Trigger by motion detection. 0 : No 1 : Yesevent_rule_triggerbymotion_window_idAn unsigned integerMotion detection windows ID.event_rule_triggerbyboot_enableBooleanEnable trigger when device boots. 0 : No 1 : Yesevent_rule_triggerbyschedule_enableBooleanEnable trigger by schedule. 0 : No 1 : Yesevent_rule_actionupload_enabledBooleanEnable upload action. 0 : No 1 : Yesevent_rule_actionupload_type0Fixed value. ( Upload via FTP )event_rule_actionupload_ftp_idAn unsigned integerFTP server id.event_rule_actionupload_file_type0Fixed value. ( JPEG )event_rule_actionupload_post_alarmAn unsigned integer 1~200When trigger is not by Schedule. event_rule_actionupload_intervalAn unsigned integer 1~3000001.1 seconds = 1100.event_rule_actionemail_enabledBooleanEnable email action. 0 : No 1 : Yesevent_rule_actionemail_smtp_idAn unsigned integerSMTP server id.event_rule_actionemail_file_typeevent_rule_actionemail_post_alarmAn unsigned integer 1~200When trigger is not by Schedule. event_rule_actionemail_intervalAn unsigned integer 1~3000001.1 seconds = 1100.event_rule_actionemail_smtp_emailString, max 80Target email address.event_rule_actionemail_smtp_subjectString, max 80Email subject.event_rule_actionemail_smtp_informationString, max 80Email message.event_rule_actionemail_smtp_uploadBooleanEnable upload file. 0 : No 1 : Yesevent_rule_actionhttp_enabledBooleanEnable HTTP action. 0 : No 1 : Yesevent_rule_actionhttp_http_idAn unsigned integer HTTP server id.event_rule_actionhttp_http_post_alarmAn unsigned integer 1~200When trigger is not by Schedule. event_rule_actionhttp_http_intervalAn unsigned integer 1~3000001.1 seconds = 1100.event_rule_actionhttp_http_messageString, max 80HTTP message.event_rule_actiontcp_enabledBooleanEnable TCP action.event_rule_actiontcp_tcp_idAn unsigned integerTCP server id.event_rule_actiontcp_tcp_post_alarmAn unsigned integer 1~200When trigger is not by Schedule. event_rule_actiontcp_tcp_intervalAn unsigned integer 1~3000001.1 seconds = 1100.event_rule_actiontcp_tcp_messageString, max 80TCP message.event_rule_actionrecord_enabledBooleanEnable record to SD. 0 : No 1 : Yesevent_rule_triggerbygpin_enableBoolean0 : No 1 : Yesevent_rule_triggerbygpin_idAn unsigned integerGPIN id.event_rule_actiongpout_enabledBoolean0 : No 1 : Yesevent_rule_actiongpout_idAn unsigned integerGPOUT id.event_rule_idAn unsigned integerThe rule index id. ParameterValuesDescriptionformatinfExport INF format Example: Get all event ruler http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.configuration Return: No event rule configuration HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 04:57:41 GMT Server: Apache 1.3.29 var pir_record_action = '0';var model_hardware_gpin = '1'; var model_hardware_gpout = '1';io_relayoutput_token[0] = '1'; io_relayoutput_properties_mode[0] = '0'; io_relayoutput_properties_delaytime[0] = 5; io_relayoutput_properties_idlestate[0] = '1'; io_relayoutput_logicalstate[0] = '1'; io_relayoutput_io_type[0] = '1';io_relayoutput_token[1] = '1'; io_relayoutput_properties_mode[1] = '0'; io_relayoutput_properties_delaytime[1] = 5; io_relayoutput_properties_idlestate[1] = '1'; io_relayoutput_logicalstate[1] = '1'; io_relayoutput_io_type[1] = '0';var system_io = 1;var system_deviceinformation_model = 'AM4210'; Example: Get all event ruler http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.configuration Return: With event rule configuration HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 05:19:18 GMT Server: Apache 1.3.29 var pir_record_action = '0';event_rule_id[0] = '3'; event_rule_name[0] = 'test'; event_rule_enabled[0] = '1'; event_rule_periodic[0] = '0'; event_rule_triggerbymotion_enable[0] = '0'; event_rule_triggerbyboot_enable[0] = '0'; event_rule_triggerbyschedule_enable[0] = '1'; event_rule_triggerbygpin_enable[0] = '0'; event_rule_actionupload_enabled[0] = '0'; event_rule_actionemail_enabled[0] = '0'; event_rule_actionhttp_enabled[0] = '0'; event_rule_actiontcp_enabled[0] = '0'; event_rule_actionrecord_enabled[0] = '1'; event_rule_actiongpout_enabled[0] = '0'; event_rule_weekdays[0] = '0000000'; event_rule_starttime[0] = '0'; event_rule_duration[0] = '0'; event_rule_triggerbymotion_window_id[0] = '0'; event_rule_actionupload_type[0] = '0'; event_rule_actionupload_ftp_id[0] = '0'; event_rule_actionupload_post_alarm[0] = '10'; event_rule_actionupload_interval[0] = '1000'; event_rule_actionupload_file_type[0] = '0'; event_rule_actionemail_smtp_id[0] = '0'; event_rule_actionemail_smtp_email[0] = ''; event_rule_actionemail_smtp_subject[0] = ''; event_rule_actionemail_smtp_information[0] = ''; event_rule_actionemail_smtp_upload[0] = '0'; event_rule_actionemail_post_alarm[0] = '10'; event_rule_actionemail_interval[0] = '1000'; event_rule_actionemail_file_type[0] = '0'; event_rule_actionhttp_http_id[0] = '0';event_rule_actionhttp_http_post_alarm[0] = '10'; event_rule_actionhttp_http_interval[0] = '1000'; event_rule_actionhttp_http_parameter[0] = ''; event_rule_actionhttp_http_message[0] = ''; event_rule_actiontcp_tcp_id[0] = '0'; event_rule_actiontcp_tcp_post_alarm[0] = '10'; event_rule_actiontcp_tcp_interval[0] = '1000'; event_rule_actiontcp_tcp_message[0] = ''; event_rule_triggerbygpin_id[0] = '1'; event_rule_actiongpout_id[0] = '0';var model_hardware_gpin = '1'; var model_hardware_gpout = '1';io_relayoutput_token[0] = '1'; io_relayoutput_properties_mode[0] = '0'; io_relayoutput_properties_delaytime[0] = 5; io_relayoutput_properties_idlestate[0] = '1'; io_relayoutput_logicalstate[0] = '1'; io_relayoutput_io_type[0] = '1';io_relayoutput_token[1] = '1'; io_relayoutput_properties_mode[1] = '0'; io_relayoutput_properties_delaytime[1] = 5; io_relayoutput_properties_idlestate[1] = '1'; io_relayoutput_logicalstate[1] = '1'; io_relayoutput_io_type[1] = '0';var system_io = 1;var system_deviceinformation_model = 'AM4210'; Example: Get all event rule http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.configuration&format=inf Return: With event rule configuration HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 05:19:21 GMT Server: Apache 1.3.29 [EVENT_CONFIGURATION] pir_record_action=0 event_rule_id_0=3 event_rule_name_0=test event_rule_enabled_0=1 event_rule_periodic_0=0 event_rule_triggerbymotion_enable_0=0 event_rule_triggerbyboot_enable_0=0 event_rule_triggerbyschedule_enable_0=1 event_rule_triggerbygpin_enable_0= 0 event_rule_actionupload_enabled_0=0 event_rule_actionemail_enabled_0=0 event_rule_actionhttp_enabled_0=0 event_rule_actiontcp_enabled_0=0 event_rule_actionrecord_enabled_0=1 event_rule_actiongpout_enabled_0=0 event_rule_weekdays_0=0000000 event_rule_starttime_0=0 event_rule_duration_0=0 event_rule_triggerbymotion_window_id_0=0 event_rule_actionupload_type_0=0 event_rule_actionupload_ftp_id_0=0 event_rule_actionupload_post_alarm_0=10 event_rule_actionupload_interval_0=1000 event_rule_actionupload_file_type_0=0 event_rule_actionemail_smtp_id_0=0 event_rule_actionemail_smtp_email_0= event_rule_actionemail_smtp_subject_0= event_rule_actionemail_smtp_information_0= event_rule_actionemail_smtp_upload_0=0 event_rule_actionemail_post_alarm_0=10 event_rule_actionemail_interval_0=1000 event_rule_actionemail_file_type_0=0 event_rule_actionhttp_http_id_0=0 event_rule_actionhttp_http_post_alarm_0=10 event_rule_actionhttp_http_interval_0=1000 event_rule_actionhttp_http_parameter_0= event_rule_actionhttp_http_message_0= event_rule_actiontcp_tcp_id_0=0 event_rule_actiontcp_tcp_post_alarm_0=10 event_rule_actiontcp_tcp_interval_0=1000 event_rule_actiontcp_tcp_message_0= event_rule_triggerbygpin_id_0=1 event_rule_actiongpout_id_0=0 model_hardware_gpin=1 model_hardware_gpout=1 io_relayoutput_token_0=1 io_relayoutput_properties_mode_0=0 io_relayoutput_properties_delaytime_0=5 io_relayoutput_properties_idlestate_0=1 io_relayoutput_logicalstate_0=1 io_relayoutput_io_type_0=1 io_relayoutput_token_1=1 io_relayoutput_properties_mode_1=0 io_relayoutput_properties_delaytime_1=5 io_relayoutput_properties_idlestate_1=1 io_relayoutput_logicalstate_1=1 io_relayoutput_io_type_1=0 system_io=1 system_deviceinformation_model=AM4210 Example: Get all event ruler http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.configuration&format=inf Return: No event rule configuration HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 04:57:48 GMT Server: Apache 1.3.29 [EVENT_CONFIGURATION] pir_record_action=0 model_hardware_gpin=1 model_hardware_gpout=1 io_relayoutput_token_0=1 io_relayoutput_properties_mode_0=0 io_relayoutput_properties_delaytime_0=5 io_relayoutput_properties_idlestate_0=1 io_relayoutput_logicalstate_0=1 io_relayoutput_io_type_0=1 io_relayoutput_token_1=1 io_relayoutput_properties_mode_1=0 io_relayoutput_properties_delaytime_1=5 io_relayoutput_properties_idlestate_1=1 io_relayoutput_logicalstate_1=1 io_relayoutput_io_type_1=0 system_io=1 system_deviceinformation_model=AM4210 2.6.2 update.event.configuration Update Event rule configuration Example: Modify schedule recording event rule with GPOUT http://192.168.0.200/cgi-bin/operator/operator.cgi?action=update.event.configuration&event_rule_id=4&event_rule_name=tset&event_rule_enabled=1&event_rule_periodic=0&event_rule_weekdays=0000000&event_rule_starttime=0&event_rule_duration=0&event_rule_triggerbymotion_enable=0&event_rule_triggerbymotion_window_id=0&event_rule_triggerbyboot_enable=0&event_rule_triggerbyschedule_enable=1&event_rule_actionupload_enabled=0&event_rule_actionupload_type=0&event_rule_actionupload_ftp_id=0&event_rule_actionupload_file_type=0&event_rule_actionupload_post_alarm=10&event_rule_actionupload_interval=1000&event_rule_actionemail_enabled=0&event_rule_actionemail_smtp_id=0&event_rule_actionemail_file_type=0&event_rule_actionemail_post_alarm=10&event_rule_actionemail_interval=1000&event_rule_actionemail_smtp_email=&event_rule_actionemail_smtp_subject=&event_rule_actionemail_smtp_information=&event_rule_actionemail_smtp_upload=0&event_rule_actionhttp_enabled=0&event_rule_actionhttp_http_id=0&event_rule_actionhttp_http_post_alarm=10&event_rule_actionhttp_http_interval=1000&event_rule_actionhttp_http_parameter=&event_rule_actionhttp_http_message=&event_rule_actiontcp_enabled=0&event_rule_actiontcp_tcp_id=0&event_rule_actiontcp_tcp_post_alarm=10&event_rule_actiontcp_tcp_interval=1000&event_rule_actiontcp_tcp_message=&event_rule_actionrecord_enabled=1&event_rule_triggerbygpin_enable=0&event_rule_triggerbygpin_id=1&event_rule_actiongpout_enabled=1&event_rule_actiongpout_id=1 2.6.3 add.event.configuration Add event rule http:///cgi-bin/operator/operator.cgi?action=add.event.configuration[&=] Note : event_rule_id will be created by system automatticly. Example: Add schedule recording event rule http://192.168.0.200/cgi-bin/operator/operator.cgi?action=add.event.configuration&event_rule_id=&event_rule_name=tset&event_rule_enabled=1&event_rule_periodic=0&event_rule_weekdays=0000000&event_rule_starttime=0&event_rule_duration=0&event_rule_triggerbymotion_enable=0&event_rule_triggerbymotion_window_id=0&event_rule_triggerbyboot_enable=0&event_rule_triggerbyschedule_enable=1&event_rule_actionupload_enabled=0&event_rule_actionupload_type=0&event_rule_actionupload_ftp_id=0&event_rule_actionupload_file_type=0&event_rule_actionupload_post_alarm=10&event_rule_actionupload_interval=1000&event_rule_actionemail_enabled=0&event_rule_actionemail_smtp_id=0&event_rule_actionemail_file_type=0&event_rule_actionemail_post_alarm=10&event_rule_actionemail_interval=1000&event_rule_actionemail_smtp_email=&event_rule_actionemail_smtp_subject=&event_rule_actionemail_smtp_information=&event_rule_actionemail_smtp_upload=0&event_rule_actionhttp_enabled=0&event_rule_actionhttp_http_id=0&event_rule_actionhttp_http_post_alarm=10&event_rule_actionhttp_http_interval=1000&event_rule_actionhttp_http_parameter=&event_rule_actionhttp_http_message=&event_rule_actiontcp_enabled=0&event_rule_actiontcp_tcp_id=0&event_rule_actiontcp_tcp_post_alarm=10&event_rule_actiontcp_tcp_interval=1000&event_rule_actiontcp_tcp_message=&event_rule_actionrecord_enabled=1&event_rule_triggerbygpin_enable=0&event_rule_triggerbygpin_id=1&event_rule_actiongpout_enabled=0&event_rule_actiongpout_id=0 2.6.4 del.event.configuration Delete event rule by ID ParameterValuesDescriptionevent_rule_idintegerDelete event rule ID Example: Get all event server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=del.event.configuration&event_rule_id=4 2.7 EVENT MOTION DETECTION 2.7.1 get.event.motion.detection To get motion window configuration. ParameterValuesDescriptionmotion_window_nameString, max 20Motion detection window nicknamemotion_window_colorAn unsigned integer 0~2Motion detection window display color 0 : Red 1 : Green 2 : Bluemotion_window_rectangle_xAn unsigned integerTop left X coordinatesmotion_window_rectangle_yAn unsigned integerTop left Y coordinatesmotion_window_rectangle_widthAn unsigned integerMotion detection window widthmotion_window_rectangle_heightAn unsigned integerMotion detection window heightmotion_window_trigger_sensitivityAn unsigned integer 0~100Motion sensitivity.motion_window_idAn unsigned integer 0~2Motion detection window ID ParameterValuesDescriptionformatinfExport INF format Example: Get motion window configuration http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.motion.detection Return: No motion detection configuration HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 19:49:01 GMT Server: Apache 1.3.29 var rtsp_port = '554';var media_profile_url = 'v01'; var media_profile_resolution_width = '1280'; var media_profile_resolution_height = '720';var imaging_settings_osd_test = '0';var system_io = 1;var system_deviceinformation_model = 'AM4210'; Return: With motion detection block configuration HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 20:10:36 GMT Server: Apache 1.3.29 var rtsp_port = '554';var media_profile_url = 'v01'; var media_profile_resolution_width = '1280'; var media_profile_resolution_height = '720';var imaging_settings_osd_test = '0';var system_io = 1;motion_window_id[0] = '0'; motion_window_name[0] = 'TEST'; motion_window_color[0] = '1'; motion_window_rectangle_x[0] = '90'; motion_window_rectangle_y[0] = '310'; motion_window_rectangle_width[0] = '256'; motion_window_rectangle_height[0] = '256'; motion_window_trigger_level[0] = '100'; motion_window_trigger_sensitivity[0] = '80';var system_deviceinformation_model = 'AM4210'; Example: Get motion window configuration http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.motion.detection&format=inf Return: No motion detection configuration HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 19:49:10 GMT Server: Apache 1.3.29 [EVENT_MOTION_DETECTION] rtsp_port=554 media_profile_url=v01 media_profile_resolution_width=1280 media_profile_resolution_height=720 imaging_settings_osd_test=0 system_io=1 system_deviceinformation_model=AM4210 Return: With motion detection block configuration HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 20:10:39 GMT Server: Apache 1.3.29 [EVENT_MOTION_DETECTION] rtsp_port=554 media_profile_url=v01 media_profile_resolution_width=1280 media_profile_resolution_height=720 imaging_settings_osd_test=0 system_io=1 motion_window_id_0=0 motion_window_name_0=TEST motion_window_color_0=1 motion_window_rectangle_x_0=90 motion_window_rectangle_y_0=310 motion_window_rectangle_width_0=256 motion_window_rectangle_height_0=256 motion_window_trigger_level_0=100 motion_window_trigger_sensitivity_0=80 system_deviceinformation_model=AM4210 2.7.2 set.motion.osd Enable motion test OSD http:///cgi-bin/operator/operator.cgi?action=set.motion.osd[&=] ParameterValuesDescriptionimaging_settings_osd_testAn unsigned integer 0,1Enable motion detection OSD Example: Enable motion detection OSD http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.motion.osd&imaging_settings_osd_test=1 2.7.3 update.event.motion.detection Update motion detection windows configuration http:///cgi-bin/operator/operator.cgi?action=update.event.motion.detection[&=] Example: Modify motion detection window configuration http://192.168.0.200/cgi-bin/operator/operator.cgi?action=update.event.motion.detection&motion_window_name=TEST&motion_window_trigger_level=100&motion_window_trigger_sensitivity=80&motion_window_color=1&motion_window_rectangle_x=90&motion_window_rectangle_y=310&motion_window_rectangle_width=256&motion_window_rectangle_height=256&motion_window_id=0 2.7.4 add.event.motion.detection Add motion detection windows configurations http:///cgi-bin/operator/operator.cgi?action=add.event.motion.detection[&=] Example: Add motion detection window by ID http://192.168.0.200/cgi-bin/operator/operator.cgi?action=add.event.motion.detection&motion_window_name=TEST&motion_window_trigger_level=100&motion_window_trigger_sensitivity=80&motion_window_color=0&motion_window_rectangle_x=212&motion_window_rectangle_y=160&motion_window_rectangle_width=256&motion_window_rectangle_height=256&motion_window_id=0 2.7.5 del.event.motion.detection Delete motion detection configuration by ID http:///cgi-bin/operator/operator.cgi?action=del.event.configuration[&=] ParameterValuesDescriptionmotion_window_idAn unsigned integer 0~2Delete motion detection windows ID Example: Delete motion detection window by ID http://192.168.0.200/cgi-bin/operator/operator.cgi?action=del.event.motion.detection&motion_window_id=0 2.8 EVENT SERVER 2.8.1 get.event.server Get all server configuration for event rule ParameterValuesDescriptionserver_ftp_nameString, max 32Nickname for FTP serverserver_ftp_addressIP addressFTP server addressserver_ftp_portNetwork portFTP portserver_ftp_pathString, max 50FTP upload pathserver_ftp_usernameString, max 32FTP usernameserver_ftp_passwordString, max 32FTP passwordserver_ftp_idAn unsigned integerFTP server ID server_http_name String, max 32Nickname for HTTP serverserver_http_urlString, max 50HTTP server addressserver_http_usernameString, max 32HTTP usernameserver_http_passwordString, max 32HTTP passwordserver_http_idAn unsigned integerHTTP server ID server_tcp_nameString, max 32Nickname for TCP serverserver_tcp_addressIP addressTCP server addressserver_tcp_portNetwork portTCP portserver_tcp_idAn unsigned integerTCP server ID server_smtp_nameString, max 32Nickname for SMTP serverserver_smtp_addressIP addressSMTP server addressserver_smtp_portAn unsigned integerSMTP portserver_smtp_usernameString, max 32Email usernameserver_smtp_passwordString, max 32Email passwordserver_smtp_sslBooleanEnable login with SSL 0 : No 1 : Yesserver_smtp_from_addressString, max 80Email addressserver_smtp_idAn unsigned integerSMTP server ID ParameterValuesDescriptionformatinfExport INF format Example: Get all event server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.server Return: No event server HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 20:37:37 GMT Server: Apache 1.3.29 var ipchange_enabled = '0'; var event_actionemail_smtp_id = '0';event_rule_id[0] = '1'; event_rule_name[0] = 'IP_CHANGE'; event_actionupload_ftp_id[0] = '0'; event_actionemail_smtp_id[0] = '0'; event_actionhttp_http_id[0]= '0'; event_actiontcp_tcp_id[0] = '0';event_rule_id[1] = '2'; event_rule_name[1] = 'PIR'; event_actionupload_ftp_id[1] = '0'; event_actionemail_smtp_id[1] = '0'; event_actionhttp_http_id[1]= '0'; event_actiontcp_tcp_id[1] = '0';var system_io = 1;var system_deviceinformation_model = 'AM4210'; Return: with event server HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 21:00:24 GMT Server: Apache 1.3.29 server_ftp_id[0] = '1'; server_ftp_name[0] = 'FTP1'; server_ftp_port[0] ='21'; server_ftp_address[0] = '192.168.0.100'; server_ftp_path[0] = '/tmp1'; server_ftp_username[0] = 'test'; server_ftp_password[0] = 'test';server_http_id[0] = '1'; server_http_name[0] = '192.168.0.100'; server_http_url[0] = '/test1.cgi'; server_http_username[0] = 'test'; server_http_password[0] = 'test'; server_http_proxyaddress[0]= ''; server_http_proxyport[0] = '0'; server_http_proxyusername[0] =''; server_http_proxypassword[0] =''; server_tcp_id[0] = '1'; server_tcp_name[0] = 'TCP1'; server_tcp_address[0] = '192.168.0.100'; server_tcp_port[0] = '12346'; server_smtp_id[0] = '1'; server_smtp_name[0] = 'SMTP'; server_smtp_address[0] = 'smtp.gmail.com'; server_smtp_username[0] = 'test'; server_smtp_port[0] = '25'; server_smtp_password[0] = 'test'; server_smtp_ssl[0] = '1'; server_smtp_from_address[0] = 'test@gmail.com';var ipchange_enabled = '0'; var event_actionemail_smtp_id = '0';event_rule_id[0] = '1'; event_rule_name[0] = 'IP_CHANGE'; event_actionupload_ftp_id[0] = '0'; event_actionemail_smtp_id[0] = '0'; event_actionhttp_http_id[0]= '0'; event_actiontcp_tcp_id[0] = '0';event_rule_id[1] = '2'; event_rule_name[1] = 'PIR'; event_actionupload_ftp_id[1] = '0'; event_actionemail_smtp_id[1] = '0'; event_actionhttp_http_id[1]= '0'; event_actiontcp_tcp_id[1] = '0';var system_io = 1;var system_deviceinformation_model = 'AM4210'; Example: Get motion window configuration http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.server&format=inf Return: No motion detection configuration HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 20:37:45 GMT Server: Apache 1.3.29 [EVENT_SERVER] ipchange_enabled=0 event_actionemail_smtp_id=0 event_rule_id_0=1 event_rule_name_0=IP_CHANGE event_actionupload_ftp_id_0=0 event_actionemail_smtp_id_0=0 event_actionhttp_http_id_0=0 event_actiontcp_tcp_id_0=0 event_rule_id_1=2 event_rule_name_1=PIR event_actionupload_ftp_id_1=0 event_actionemail_smtp_id_1=0 event_actionhttp_http_id_1=0 event_actiontcp_tcp_id_1=0 system_io=1 system_deviceinformation_model=AM4210 Return: with event server HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 21:00:27 GMT Server: Apache 1.3.29 [EVENT_SERVER] server_ftp_id_0=1 server_ftp_name_0=FTP1 server_ftp_port_0=21 server_ftp_address_0=192.168.0.100 server_ftp_path_0=/tmp1 server_ftp_username_0=test server_ftp_password_0=test server_http_id_0=1 server_http_name_0=192.168.0.100 server_http_url_0=/test1.cgi server_http_username_0=test server_http_password_0=test server_http_proxyaddress_0= server_http_proxyport_0=0 server_http_proxyusername_0= server_http_proxypassword_0= server_tcp_id_0=1 server_tcp_name_0=TCP1 server_tcp_address_0=192.168.0.100 server_tcp_port_0=12346 server_smtp_id_0=1 smtp_name_0=SMTP server_smtp_address_0=smtp.gmail.com server_smtp_username_0=test server_smtp_port_0=25 server_smtp_password_0=test server_smtp_ssl_0=1 server_smtp_from_address_0=test@gmail.com ipchange_enabled=0 event_actionemail_smtp_id=0 event_rule_id_0=1 event_rule_name_0=IP_CHANGE event_actionupload_ftp_id_0=0 event_actionemail_smtp_id_0=0 event_actionhttp_http_id_0=0 event_actiontcp_tcp_id_0=0 event_rule_id_1=2 event_rule_name_1=PIR event_actionupload_ftp_id_1=0 event_actionemail_smtp_id_1=0 event_actionhttp_http_id_1=0 event_actiontcp_tcp_id_1=0 system_io=1 system_deviceinformation_model=AM4210 2.8.2 update.event.ftp.server Update ftp server for event rule Example: Update FTP server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=update.event.ftp.server&server_ftp_id=1&server_ftp_name=FTP1&server_ftp_address=192.168.0.100&server_ftp_port=21&server_ftp_path=%2Ftmp1&server_ftp_username=test&server_ftp_password=test 2.8.3 add.event.ftp.server Add ftp server for event rule Note : The server_ftp_id will be created by system automaticly. Example: Add FTP server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=add.event.ftp.server&server_ftp_id=&server_ftp_name=FTP1&server_ftp_address=192.168.0.100&server_ftp_port=21&server_ftp_path=%2Ftmp&server_ftp_username=test&server_ftp_password=test 2.8.4 del.event.ftp.server Del ftp server by ID ParameterValuesDescriptionserver_ftp_idAn unsigned integerFTP server ID Example: Delete FTP server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=del.event.ftp.server&server_ftp_id=1 2.8.5 update.event.http.server Update http server for event rule Example: Update tcp server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=update.event.http.server&server_http_id=1&server_http_url=%2Ftest1.cgi&server_http_name=192.168.0.100&server_http_username=test&server_http_password=test 2.8.6 add.event.http.server Add http server for event rule Note : The server_http_id will be created by system automatically. Example: Add http server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=add.event.http.server&server_http_id=&server_http_url=%2Ftest.cgi&server_http_name=192.168.0.100&server_http_username=test&server_http_password=test 2.8.7 del.event.http.server Delete http server by ID ParameterValuesDescriptionserver_http_idintegerHTTP server ID Delete http server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=del.event.http.server&server_http_id=1 2.8.8 update.event.tcp.server Update TCP server for event rule Example: Update TCP server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=update.event.tcp.server&server_tcp_id=1&server_tcp_name=TCP1&server_tcp_address=192.168.0.100&server_tcp_port=12346 2.8.9 add.event.tcp.server Add TCP server for event rule http:///cgi-bin/operator/operator.cgi?action=add.event.tcp.server[&=] Note : The server_tcp_id will be created by system automaticly. Example: Add TCP server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=add.event.tcp.server&server_tcp_id=&server_tcp_name=TCP1&server_tcp_address=192.168.0.100&server_tcp_port=12345 2.8.10 del.event.tcp.server Delete TCP server by ID ParameterValuesDescriptionserver_tcp_idintegerTCP server ID Example: Delete TCP server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=del.event.tcp.server&server_tcp_id=1 2.8.11 update.event.smtp.server Update SMTP server for event rule Example: Update SMTP server configuration http://192.168.0.200/cgi-bin/operator/operator.cgi?action=update.event.smtp.server&server_smtp_id=1&server_smtp_name=SMTP&server_smtp_from_address=test%40gmail.com&server_smtp_address=smtp.gmail.com&server_smtp_port=25&server_smtp_ssl=1&server_smtp_username=test&server_smtp_password=test 2.8.12 add.event.smtp.server Add SMTP server for event rule Note : The server_smtp_id will be created by system automaticly. Example: Add SMTP server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=add.event.smtp.server&server_smtp_id=&server_smtp_name=SMTP&server_smtp_from_address=test%40gmail.com&server_smtp_address=smtp.gmail.com&server_smtp_port=25&server_smtp_ssl=1&server_smtp_username=test&server_smtp_password=test 2.8.13 del.event.smtp.server Syntax: Delete SMTP server by ID ParameterValuesDescriptionserver_smtp_idintegerSMTP ID, same as getExample: Delete SMTP server http://192.168.0.200/cgi-bin/operator/operator.cgi?action=del.event.smtp.server&server_smtp_id=1 2.8.14 check.smtp.email Test Email server ParameterValuesDescriptionip_addressIP addressMachine IP addressserver_smtp_from_addressString, max 80Email addressserver_smtp_addressString, max 80SMTP server addressserver_smtp_portNetwork portSMTP portserver_smtp_usernameString, max 32Email usernameserver_smtp_passwordString, max 32Email passwordserver_smtp_sslBooleanEnable login with SSL 0 : No 1 : Yes Example: Testing Email setting http://192.168.0.200/cgi-bin/operator/operator.cgi?action=check.smtp.email&server_smtp_from_address=test%40gmail.com&server_smtp_address=smtp.gmail.com&server_smtp_port=25&server_smtp_username=test&server_smtp_password=test&ip_address=192.168.21.27&server_smtp_ssl=1 Return: requested testing success HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 20:45:56 GMT Server: Apache 1.3.29 Return: requested testing failed HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 20:45:25 GMT Server: Apache 1.3.29 email: FATAL: Smtp error: 334 VXNlcm5hbWU6 334 UGFzc3dvcmQ6 535-5.7.1 Username and Password not accepted. Learn more at 535 5.7.1 http://mail.google.com/support/bin/answer.py?answer=14257 t2sm1056965ybb.29 2.9 EVENT SERVER I/O 2.9.1 get.event.io Set I/O configuration for event rule ParameterValuesDescriptionsystem_misc_powerledBooleanEnable power LED 0 : No 1 : Yesio_relayoutput_io_type_BooleanI/O Type 0 : GPOUT 1 : GPIN io_relayoutput_token_An unsigned integerUnique identifier referencing the physical entity of same type. io_relayoutput_properties_mode_Boolean0 : Monostable 1 : Bistable Bistable After setting the state, the relay remains in this state. Monostable After setting the state, the relay returns to its idle state after the specified time.io_relayoutput_properties_delaytime_An unsigned integer 1~200DelayTime Time after which the relay returns to its idle state if it is in monostable mode. If the Mode field is set to bistable mode the value of the parameter can be ignored.io_relayoutput_properties_idlestate_BooleanIdle state 0 : close 1 : open 'open' means that the relay is open when the relay state is set to 'inactive' through the trigger command and closed when the state is set to 'active' through the same command. 'closed' means that the relay is closed when the relay state is set to 'inactive' through the trigger command and open when the state is set to 'active' through the same command.io_relayoutput_logicalstate_BooleanLogical state 0 : active 1 : inactive ParameterValuesDescriptionformatinfExport INF format Example: request I/O configuration for event rule http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.io Return: requested I/O configuration for event rule HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 21:13:58 GMT Server: Apache 1.3.29 var system_deviceinformation_model = 'AM4210';var system_misc_powerled = '1';var model_hardware_serialport = '1'; var model_hardware_gpin = '1'; var model_hardware_gpout = '1'; var model_hardware_powerled = '1';io_relayoutput_token[0] = '1'; io_relayoutput_properties_mode[0] = '0'; io_relayoutput_properties_delaytime[0] = 5; io_relayoutput_properties_idlestate[0] = '1'; io_relayoutput_logicalstate[0] = '1'; io_relayoutput_io_type[0] = '1';io_relayoutput_token[1] = '1'; io_relayoutput_properties_mode[1] = '0'; io_relayoutput_properties_delaytime[1] = 5; io_relayoutput_properties_idlestate[1] = '1'; io_relayoutput_logicalstate[1] = '1'; io_relayoutput_io_type[1] = '0'; Example: request I/O configuration for event rule http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.io&format=inf Return: requested I/O configuration for event rule HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 21:14:01 GMT Server: Apache 1.3.29 [EVENT_IO] system_deviceinformation_model=AM4210 system_misc_powerled=1 model_hardware_serialport=1 model_hardware_gpin=1 model_hardware_gpout=1 model_hardware_powerled=1 io_relayoutput_token_0=1 io_relayoutput_properties_mode_0=0 io_relayoutput_properties_delaytime_0=5 io_relayoutput_properties_idlestate_0=1 io_relayoutput_logicalstate_0=1 io_relayoutput_io_type_0=1 io_relayoutput_token_1=1 io_relayoutput_properties_mode_1=0 io_relayoutput_properties_delaytime_1=5 io_relayoutput_properties_idlestate_1=1 io_relayoutput_logicalstate_1=1 io_relayoutput_io_type_1=0 2.9.2 set.event.io Set I/O configuration for event rule Example: request PIR event configuration http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.event.io&system_misc_powerled=1&io_relayoutput_token_0=1&io_relayoutput_properties_mode_0=0&io_relayoutput_properties_idlestate_0=1&io_relayoutput_properties_delaytime_0=5&io_relayoutput_logicalstate_0=1&io_relayoutput_io_type_0=1&io_relayoutput_token_1=1&io_relayoutput_properties_mode_1=0&io_relayoutput_properties_idlestate_1=1&io_relayoutput_properties_delaytime_1=5&io_relayoutput_logicalstate_1=1&io_relayoutput_io_type_1=0 2.9.3 active.event.io Syntax: Trigger GPOUT ParameterValuesDescriptionio_command,Token: 0~5 GPOUT number, max numbers depends on model type. Active: 0~1 Status : 0 : Inactive ( equals to normal status ) 1 : Active ( the reverse of normal status ) Example: Tigger GPOUT #0 to active http://192.168.0.200/cgi-bin/operator/operator.cgi?action=active.event.io&io_command=0,1 2.10 EVENT PIR 2.10.1 get.event.pir Get PIR event configuration ParameterValuesDescriptionevent_rule_nameString, max 20The alias of an event ruleevent_rule_enabledBooleanEnable the event rule 0 : No 1 : Yesevent_rule_periodicBooleanEvent rule type 0 : Always 1 : Scheduleevent_rule_weekdaysString, max 6Format : xxxxxx 100000 : Sunday is set 100001 : Sunday and Saturday are set.event_rule_starttimeAn unsigned integer 0~3600x24When periodic is 1, the start time.event_rule_durationAn unsigned integer 0~3600x24When periodic is 1, the end time.event_rule_triggerbymotion_enableBooleanEnable Trigger by motion detection. 0 : No 1 : Yesevent_rule_triggerbymotion_window_idAn unsigned integerMotion detection windows ID.event_rule_triggerbyboot_enableBooleanEnable trigger when device boots. 0 : No 1 : Yesevent_rule_triggerbyschedule_enableBooleanEnable trigger by schedule. 0 : No 1 : Yesevent_rule_actionupload_enabledBooleanEnable upload action. 0 : No 1 : Yesevent_rule_actionupload_type0Fixed value. ( Upload via FTP )event_rule_actionupload_ftp_idAn unsigned integerFTP server id.event_rule_actionupload_file_type0Fixed value. ( JPEG )event_rule_actionupload_post_alarmAn unsigned integer 1~200When trigger is not by Schedule. event_rule_actionupload_intervalAn unsigned integer 1~3000001.1 seconds = 1100.event_rule_actionemail_enabledBooleanEnable email action. 0 : No 1 : Yesevent_rule_actionemail_smtp_idAn unsigned integerSMTP server id.event_rule_actionemail_file_typeevent_rule_actionemail_post_alarmAn unsigned integer 1~200When trigger is not by Schedule. event_rule_actionemail_intervalAn unsigned integer 1~3000001.1 seconds = 1100.event_rule_actionemail_smtp_emailString, max 80Target email address.event_rule_actionemail_smtp_subjectString, max 80Email subject.event_rule_actionemail_smtp_informationString, max 80Email message.event_rule_actionemail_smtp_uploadBooleanEnable upload file. 0 : No 1 : Yesevent_rule_actionhttp_enabledBooleanEnable HTTP action. 0 : No 1 : Yesevent_rule_actionhttp_http_idAn unsigned integer HTTP server id.event_rule_actionhttp_http_post_alarmAn unsigned integer 1~200When trigger is not by Schedule. event_rule_actionhttp_http_intervalAn unsigned integer 1~3000001.1 seconds = 1100.event_rule_actionhttp_http_messageString, max 80HTTP message.event_rule_actiontcp_enabledBooleanEnable TCP action.event_rule_actiontcp_tcp_idAn unsigned integerTCP server id.event_rule_actiontcp_tcp_post_alarmAn unsigned integer 1~200When trigger is not by Schedule. event_rule_actiontcp_tcp_intervalAn unsigned integer 1~3000001.1 seconds = 1100.event_rule_actiontcp_tcp_messageString, max 80TCP message.event_rule_actionrecord_enabledBooleanEnable record to SD. 0 : No 1 : Yesevent_rule_triggerbygpin_enableBoolean0 : No 1 : Yesevent_rule_triggerbygpin_idAn unsigned integerGPIN id.event_rule_actiongpout_enabledBoolean0 : No 1 : Yesevent_rule_actiongpout_idAn unsigned integerGPOUT id.event_rule_idAn unsigned integerThe rule index id. ParameterValuesDescriptionformatinfExport INF format Example: request PIR event configuration http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.pir Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:34:23 GMT Server: Apache 1.3.29 var system_io = 1;var model_hardware_gpout = '1';var event_rule_enabled = '0'; var event_rule_actionupload_enabled = '0'; var event_rule_actionemail_enabled = '0'; var event_rule_actionhttp_enabled = '0'; var event_rule_actiontcp_enabled = '132'; var event_rule_actionrecord_enabled = '0'; var event_rule_actiongpout_enabled = '0'; var event_rule_actionupload_type = '0'; var event_rule_actionupload_ftp_id = '0'; var event_rule_actionupload_interval = '1000'; var event_rule_actionupload_file_type = '0'; var event_rule_actionemail_smtp_id = '0'; var event_rule_actionemail_smtp_email = ''; var event_rule_actionemail_smtp_subject = ''; var event_rule_actionemail_smtp_information = ''; var event_rule_actionemail_smtp_upload = '0'; var event_rule_actionemail_interval = '2000'; var event_rule_actionemail_file_type = '0'; var event_rule_actionhttp_http_id = '0'; var event_rule_actionhttp_http_interval = '1000'; var event_rule_actionhttp_http_parameter = ''; var event_rule_actionhttp_http_message = ''; var event_rule_actiontcp_tcp_id = '0';var event_rule_actiontcp_tcp_interval = '1000'; var event_rule_actiontcp_tcp_message = ''; var event_rule_triggerbygpin_id = '0'; var event_rule_actiongpout_id = '2'; var event_rule_actionupload_post_alarm = '10'; var event_rule_actionemail_post_alarm = '10'; var event_rule_actionhttp_http_post_alarm = '10'; var event_rule_actiontcp_tcp_post_alarm = '10';var isRecord = '0'; io_relayoutput_token[0] = '1'; io_relayoutput_properties_mode[0] = '0'; io_relayoutput_properties_delaytime[0] = 5; io_relayoutput_properties_idlestate[0] = '1'; io_relayoutput_logicalstate[0] = '1'; io_relayoutput_io_type[0] = '1';io_relayoutput_token[1] = '1'; io_relayoutput_properties_mode[1] = '0'; io_relayoutput_properties_delaytime[1] = 5; io_relayoutput_properties_idlestate[1] = '1'; io_relayoutput_logicalstate[1] = '1'; io_relayoutput_io_type[1] = '0'; Example: request PIR event configuration http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.event.pir&format=inf Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:34:29 GMT Server: Apache 1.3.29 [EVENT_PIR] system_io=1 model_hardware_gpout=1 event_rule_enabled=0 event_rule_actionupload_enabled=0 event_rule_actionemail_enabled=0 event_rule_actionhttp_enabled=0 event_rule_actiontcp_enabled=132 event_rule_actionrecord_enabled=0 event_rule_actiongpout_enabled=0 event_rule_actionupload_type=0 event_rule_actionupload_ftp_id=0 event_rule_actionupload_interval=1000 event_rule_actionupload_file_type=0 event_rule_actionemail_smtp_id=0 event_rule_actionemail_smtp_email= event_rule_actionemail_smtp_subject= event_rule_actionemail_smtp_information= event_rule_actionemail_smtp_upload=0 event_rule_actionemail_interval=2000 event_rule_actionemail_file_type=0 event_rule_actionhttp_http_id=0 event_rule_actionhttp_http_interval=1000 event_rule_actionhttp_http_parameter= event_rule_actionhttp_http_message= event_rule_actiontcp_tcp_id=0 event_rule_actiontcp_tcp_interval=1000 event_rule_actiontcp_tcp_message= event_rule_triggerbygpin_id=0 event_rule_actiongpout_id=2 event_rule_actionupload_post_alarm=10 event_rule_actionemail_post_alarm=10 event_rule_actionhttp_http_post_alarm=10 event_rule_actiontcp_tcp_post_alarm=10 isRecord=0 io_relayoutput_token_0=1 io_relayoutput_properties_mode_0=0 io_relayoutput_properties_delaytime_0=5 io_relayoutput_properties_idlestate_0=1 io_relayoutput_logicalstate_0=1 io_relayoutput_io_type_0=1 io_relayoutput_token_1=1 io_relayoutput_properties_mode_1=0 io_relayoutput_properties_delaytime_1=5 io_relayoutput_properties_idlestate_1=1 io_relayoutput_logicalstate_1=1 io_relayoutput_io_type_1=0 2.10.2 set.event.pir Set PIR configuration for event rule Example: Set PIR event configuration http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.event.pir&event_rule_enabled=0&event_rule_actionupload_enabled=0&event_rule_actionupload_ftp_id=0&event_rule_actionupload_interval=1000&event_rule_actionemail_enabled=0&event_rule_actionemail_smtp_id=0&event_rule_actionemail_interval=1000&event_rule_actionemail_smtp_email=&event_rule_actionemail_smtp_subject=&event_rule_actionemail_smtp_information=&event_rule_actionemail_smtp_upload=0&event_rule_actionhttp_enabled=0&event_rule_actionhttp_http_id=0&event_rule_actionhttp_http_interval=1000&event_rule_actionhttp_http_parameter=&event_rule_actionhttp_http_message=&event_rule_actiontcp_enabled=0&event_rule_actiontcp_tcp_id=0&event_rule_actiontcp_tcp_interval=1000&event_rule_actiontcp_tcp_message=&event_rule_actionrecord_enabled=0&event_rule_actiongpout_enabled=0&event_rule_actiongpout_id=2&event_rule_actionupload_post_alarm=10&event_rule_actionemail_post_alarm=10&event_rule_actionhttp_http_post_alarm=10&event_rule_actiontcp_tcp_post_alarm=10 2.11 YOICS 2.11.1 get.yoics.stat Get YOICS service state ParameterValuesDescriptionformatinfExport INF format Example: request YOICS service state http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.yoics.stat Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:44:59 GMT Server: Apache 1.3.29 var system_misc_yoics_enable = '1'; Example: request YOICS service state http://192.168.0.200/cgi-bin/operator/operator.cgi?action=get.yoics.stat&format =inf Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:45:04 GMT Server: Apache 1.3.29 [YOICS_STATUS] system_misc_yoics_enable=1 2.11.2 set.yoics.stat Syntax: Set YOICS service state ParameterValuesDescriptionsystem_misc_yoics_enableBooleanEnable YOICS serice 0 : No 1 : Yes Example: Enable YOICS service http://192.168.0.200/cgi-bin/operator/operator.cgi?action=set.yoics.stat&system_misc_yoics_enable=1 3. viewer.cgi Permissions: Admin, Operator, Viewer Usage: http:///cgi-bin/viewer/viewer.cgi?action=value>[&] Action List: Action TypeAction NameINFdescriptionLive viewget.liveviewVGet live view informationrotate.dptzSet DPTZPTZptz.controlControl a PTZ.ptz.speedSet PTZ speedSystemget.setupVget.ModelV 3.1 Live view 3.1.1 get.liveview Syntax: Get live view information ParameterValuesDescriptionformatinfExport INF formatExample: request live view information http://192.168.0.200/cgi-bin/viewer/viewer.cgi?action=get.liveview Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:48:34 GMT Server: Apache 1.3.29 var admin_pw = 'admin' ;var system_deviceinformation_vender = 'nobrand'; var system_deviceinformation_sensor = '2m'; var system_deviceinformation_tvstandards = '0'; var system_deviceinformation_model = 'AM4210';var rtsp_port = '554';var model_hardware_serialport = '1';var ptz_setting_enable = '0'; var ptz_setting_protocol = '0'; var ptz_setting_speed = '5';media_profile_id[0] = '0'; media_profile_url[0] = 'v01'; media_profile_dptz_enabled[0] = '0'; media_profile_resolution_width[0] = '1280'; media_profile_resolution_height[0] = '720';media_profile_dptz_horzoffset[0]='10';media_profile_dptz_vertoffset[0]='10';media_profile_dptz_width[0]='1280';media_profile_dptz_height[0]='720'; media_profile_framerate[0]='30';media_profile_id[1] = '1'; media_profile_url[1] = 'v02'; media_profile_dptz_enabled[1] = '0'; media_profile_resolution_width[1] = '1280'; media_profile_resolution_height[1] = '720';media_profile_dptz_horzoffset[1]='10';media_profile_dptz_vertoffset[1]='10';media_profile_dptz_width[1]='1280';media_profile_dptz_height[1]='720';media_profile_framerate[1]='10';media_profile_id[2] = '2'; media_profile_url[2] = 'v03'; media_profile_dptz_enabled[2] = '0'; media_profile_resolution_width[2] = '640'; media_profile_resolution_height[2] = '480';media_profile_dptz_horzoffset[2]='10';media_profile_dptz_vertoffset[2]='10';media_profile_dptz_width[2]='640';media_profile_dptz_height[2]='480'; media_profile_framerate[2]='30';media_profile_id[3] = '3'; media_profile_url[3] = 'v04'; media_profile_dptz_enabled[3] = '0'; media_profile_resolution_width[3] = '640'; media_profile_resolution_height[3] = '480';media_profile_dptz_horzoffset[3]='10';media_profile_dptz_vertoffset[3]='10';media_profile_dptz_width[3]='640';media_profile_dptz_height[3]='480'; media_profile_framerate[3]='15';media_profile_id[4] = '4'; media_profile_url[4] = 'v05'; media_profile_dptz_enabled[4] = '0'; media_profile_resolution_width[4] = '320'; media_profile_resolution_height[4] = '240';media_profile_dptz_horzoffset[4]='10';media_profile_dptz_vertoffset[4]='10';media_profile_dptz_width[4]='320';media_profile_dptz_height[4]='240'; media_profile_framerate[4]='30';media_profile_id[5] = '5'; media_profile_url[5] = 'v06'; media_profile_dptz_enabled[5] = '0'; media_profile_resolution_width[5] = '320'; media_profile_resolution_height[5] = '240';media_profile_dptz_horzoffset[5]='10';media_profile_dptz_vertoffset[5]='10';media_profile_dptz_width[5]='320';media_profile_dptz_height[5]='240'; media_profile_framerate[5]='15';media_profile_id[6] = '6'; media_profile_url[6] = 'v07'; media_profile_dptz_enabled[6] = '0'; media_profile_resolution_width[6] = '160'; media_profile_resolution_height[6] = '128';media_profile_dptz_horzoffset[6]='10';media_profile_dptz_vertoffset[6]='10';media_profile_dptz_width[6]='160';media_profile_dptz_height[6]='128'; media_profile_framerate[6]='30';media_profile_id[7] = '7'; media_profile_url[7] = 'v08'; media_profile_dptz_enabled[7] = '0'; media_profile_resolution_width[7] = '160'; media_profile_resolution_height[7] = '128';media_profile_dptz_horzoffset[7]='10';media_profile_dptz_vertoffset[7]='10';media_profile_dptz_width[7]='160';media_profile_dptz_height[7]='128'; media_profile_framerate[7]='15';var islogo = '0'; Example: request live view information http://192.168.0.200/cgi-bin/viewer/viewer.cgi?action=get.liveview&format=inf Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:48:42 GMT Server: Apache 1.3.29 [LIVE_VIEW] admin_pw=admin system_deviceinformation_vender=nobrand system_deviceinformation_sensor=2m system_deviceinformation_tvstandards=0 system_deviceinformation_model=AM4210 rtsp_port=554 model_hardware_serialport=1 ptz_setting_enable=0 ptz_setting_protocol=0 ptz_setting_speed=5 media_profile_id_0=0 media_profile_url_0=v01 media_profile_dptz_enabled_0=0 media_profile_resolution_width_0=1280 media_profile_resolution_height0=720 media_profile_dptz_horzoffset_0=10 media_profile_dptz_vertoffset_0=10 media_profile_dptz_width_0=1280 media_profile_dptz_height_0=720 media_profile_framerate_0=30 media_profile_id_1=1 media_profile_url_1=v02 media_profile_dptz_enabled_1=0 media_profile_resolution_width_1=1280 media_profile_resolution_height1=720 media_profile_dptz_horzoffset_1=10 media_profile_dptz_vertoffset_1=10 media_profile_dptz_width_1=1280 media_profile_dptz_height_1=720 media_profile_framerate_1=10 media_profile_id_2=2 media_profile_url_2=v03 media_profile_dptz_enabled_2=0 media_profile_resolution_width_2=640 media_profile_resolution_height2=480 media_profile_dptz_horzoffset_2=10 media_profile_dptz_vertoffset_2=10 media_profile_dptz_width_2=640 media_profile_dptz_height_2=480 media_profile_framerate_2=30 media_profile_id_3=3 media_profile_url_3=v04 media_profile_dptz_enabled_3=0 media_profile_resolution_width_3=640 media_profile_resolution_height3=480 media_profile_dptz_horzoffset_3=10 media_profile_dptz_vertoffset_3=10 media_profile_dptz_width_3=640 media_profile_dptz_height_3=480 media_profile_framerate_3=15 media_profile_id_4=4 media_profile_url_4=v05 media_profile_dptz_enabled_4=0 media_profile_resolution_width_4=320 media_profile_resolution_height4=240 media_profile_dptz_horzoffset_4=10 media_profile_dptz_vertoffset_4=10 media_profile_dptz_width_4=320 media_profile_dptz_height_4=240 media_profile_framerate_4=30 media_profile_id_5=5 media_profile_url_5=v06 media_profile_dptz_enabled_5=0 media_profile_resolution_width_5=320 media_profile_resolution_height5=240 media_profile_dptz_horzoffset_5=10 media_profile_dptz_vertoffset_5=10 media_profile_dptz_width_5=320 media_profile_dptz_height_5=240 media_profile_framerate_5=15 media_profile_id_6=6 media_profile_url_6=v07 media_profile_dptz_enabled_6=0 media_profile_resolution_width_6=160 media_profile_resolution_height6=128 media_profile_dptz_horzoffset_6=10 media_profile_dptz_vertoffset_6=10 media_profile_dptz_width_6=160 media_profile_dptz_height_6=128 media_profile_framerate_6=30 media_profile_id_7=7 media_profile_url_7=v08 media_profile_dptz_enabled_7=0 media_profile_resolution_width_7=160 media_profile_resolution_height7=128 media_profile_dptz_horzoffset_7=10 media_profile_dptz_vertoffset_7=10 media_profile_dptz_width_7=160 media_profile_dptz_height_7=128 media_profile_framerate_7=15 islogo=0 3.1.2 rotate.dptz Set DPTZ ParameterValuesDescriptionmedia_profile_dptz_horzoffsetintegerDPTZ top left X coordinatesmedia_profile_dptz_vertoffsetintegerDPTZ top left Y coordinatesmedia_profile_id2,4DPTZ stream IDsystem_deviceinformation_sensor2m, vga, compositeSensor typesystem_deviceinformation_tvstandards0,1Video standard (AM7000 only) 0 NTSC, 1 PALExample: Move DPTZ top left corrdinates to (8, 18) for stream 3 http://192.168.0.200/cgi-bin/viewer/viewer.cgi?action=rotate.dptz&media_profile_id=2&media_profile_dptz_vertoffset=8&media_profile_dptz_horzoffset=18&system_deviceinformation_sensor=2m&system_deviceinformation_tvstandards=0 3.2 PTZ control 3.2.1 ptz.control Control a PTZ. ParameterValuesDescriptionptz_cmdAn unsigned integerPTZ control command 0: STOP 1: UP 2: DOWN 3: LEFT 4. RIGHT 32: ZOOM_IN 33: ZOOM_OUT 34: FOCUS_NEAR 35: FOCUS_FAR 36: IRIS_CLOSE 37: IRIS_OPEN 48: ZOOM_AUTO 49: FOCUS_AUTO 50: IRIS_AUTO 64: Preset Point SET 65: Preset Point CLEAR 66: Preset Point GOTO 80: AUTOPAN_ON 81: AUTOPAN_OFF 82: ZONESCAN_ON 83: ZONESCAN_OFF 128: FLIP_ON 129: FLIP_OFF 130: REMOTE_RESETptz_go_pointAn unsigned integer 1~20Go to a preset position according to the preset number. (Only using PTZ command 64/65/66)ptz_statusBooleanStop PTZ after PTZ control command 0 : No 1 : Yes Example: set the PTZ UP with STOP http://192.168.0.200/cgi-bin/cgi-bin/viewer/viewer.cgi?action=ptz.control&ptz_cmd=1&ptz_status=1 Example: set the PTZ LIFE without STOP http://192.168.0.200/cgi-bin/cgi-bin/viewer/viewer.cgi?action=ptz.control&ptz_cmd=3&ptz_status=0 Example: set the PTZ goto preset 10 http://192.168.0.200/cgi-bin/cgi-bin/viewer/viewer.cgi?action=ptz.control&ptz_cmd=66&ptz_go_point=10 3.2.2 ptz.speed Set PTZ speed. ParameterValuesDescriptionptz_setting_speed1~10PTZ speed Example: set the PTZ speed 10 http://192.168.0.200/cgi-bin/cgi-bin/viewer/viewer.cgi?action=ptz.speed&ptz_setting_speed=10 3.3 System 3.3.1 get.setup Get misc setting ParameterValuesDescriptionformatinfExport INF format Example: request the misc setting http://192.168.0.200/cgi-bin/viewer/viewer.cgi?action=get.setup Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:56:05 GMT Server: Apache 1.3.29 var system_deviceinformation_vender = 'nobrand'; system_misc_haveyoics = '1';var islogo = '0'; Example: request the misc setting http://192.168.0.200/cgi-bin/viewer/viewer.cgi?action=get.setup&format=inf Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:56:11 GMT Server: Apache 1.3.29 [SETUP] system_deviceinformation_vender=nobrand system_misc_haveyoics=1 islogo=0 3.3.2 get.Model Get Model name ParameterValuesDescriptionformatinfExport INF format Example: request the model name http://192.168.0.200/cgi-bin/viewer/viewer.cgi?action=get.Model Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:58:22 GMT Server: Apache 1.3.29 var system_deviceinformation_model = 'AM4210'; Example: request the model name http://192.168.0.200/cgi-bin/viewer/viewer.cgi?action=get.Model&format=inf Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sat, 01 Jan 2000 23:58:30 GMT Server: Apache 1.3.29 [MODEL] system_deviceinformation_model=AM4210 4. Operator misc Permissions: Admin, Operator Usage: http:///cgi-bin/operator/.cgi?action=[&] Action List: CGIAction NameINFdescriptionfilelistfile.listVGet record file list.del.filesDelete files.playbackPlayback a recordfile.recycle-V 4.1 filelist.cgi 4.1.1 file.list Get file list by search time range ParameterValuesDescriptions_yearAn unsigned integerThe year of search start times_monthAn unsigned integer 0~11The month of search start times_dayAn unsigned integer 1~31The day of search start times_hourAn unsigned integer 0~23The hour of search start timee_yearAn unsigned integerThe year of search end timee_monthAn unsigned integer 0~11The month of search end timee_dayAn unsigned integer 1~31The day of search end timee_hourAn unsigned integer 0~23The hour of search end timepageAn unsigned integerThe page of all file listformatinfExport INF format Example: First search http://192.168.0.200/cgi-bin/operator/filelist.cgi?actions=file.list&s_year=2000&s_month=5&s_day=21&s_hour=14&e_year=2011&e_month=5&e_day=21&e_hour=14&page=undefined Return: Record file list (page 0). HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Tue, 21 Jun 2011 14:23:10 GMT Server: Apache 1.3.29 Files[0]='2011-06-17_171026_CH01.mp4';Ret[0]=0;Files[1]='2011-06-17_171014_CH01.mp4';Ret[1]=0;Files[2]='2011-06-17_171012_CH01.mp4';Ret[2]=0;Files[3]='2011-06-17_171010_CH01.mp4';Ret[3]=0;Files[4]='2011-06-17_171008_CH01.mp4';Ret[4]=0;Files[5]='2011-06-17_171006_CH01.mp4';Ret[5]=0;Files[6]='2011-06-17_171003_CH01.mp4';Ret[6]=0;Files[7]='2011-06-17_171001_CH01.mp4';Ret[7]=0;Files[8]='2011-06-17_170959_CH01.mp4';Ret[8]=0;Files[9]='2011-06-17_170957_CH01.mp4';Ret[9]=0;Files[10]='2011-06-17_170955_CH01.mp4';Ret[10]=0;Files[11]='2011-06-17_170953_CH01.mp4';Ret[11]=0;Files[12]='2011-06-17_170951_CH01.mp4';Ret[12]=0;Files[13]='2011-06-17_170949_CH01.mp4';Ret[13]=0;Files[14]='2011-06-17_170947_CH01.mp4';Ret[14]=0;Files[15]='2011-06-17_170945_CH01.mp4';Ret[15]=0;Files[16]='2011-06-17_170943_CH01.mp4';Ret[16]=0;Files[17]='2011-06-17_170941_CH01.mp4';Ret[17]=0;Files[18]='2011-06-17_170939_CH01.mp4';Ret[18]=0;Files[19]='2011-06-17_170937_CH01.mp4';Ret[19]=0;var total_files=1774;var files_count=20; Example: First search http://192.168.0.200/cgi-bin/operator/filelist.cgi?actions=file.list&s_year=2000&s_month=5&s_day=21&s_hour=14&e_year=2011&e_month=5&e_day=21&e_hour=14&page=undefined&format=inf Return: Record file list (page 0). HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Tue, 21 Jun 2011 14:26:46 GMT Server: Apache 1.3.29 Files0=2011-06-17_171026_CH01.mp4 Ret0=0 Files1=2011-06-17_171014_CH01.mp4 Ret1=0 Files2=2011-06-17_171012_CH01.mp4 Ret2=0 Files3=2011-06-17_171010_CH01.mp4 Ret3=0 Files4=2011-06-17_171008_CH01.mp4 Ret4=0 Files5=2011-06-17_171006_CH01.mp4 Ret5=0 Files6=2011-06-17_171003_CH01.mp4 Ret6=0 Files7=2011-06-17_171001_CH01.mp4 Ret7=0 Files8=2011-06-17_170959_CH01.mp4 Ret8=0 Files9=2011-06-17_170957_CH01.mp4 Ret9=0 Files10=2011-06-17_170955_CH01.mp4 Ret10=0 Files11=2011-06-17_170953_CH01.mp4 Ret11=0 Files12=2011-06-17_170951_CH01.mp4 Ret12=0 Files13=2011-06-17_170949_CH01.mp4 Ret13=0 Files14=2011-06-17_170947_CH01.mp4 Ret14=0 Files15=2011-06-17_170945_CH01.mp4 Ret15=0 Files16=2011-06-17_170943_CH01.mp4 Ret16=0 Files17=2011-06-17_170941_CH01.mp4 Ret17=0 Files18=2011-06-17_170939_CH01.mp4 Ret18=0 Files19=2011-06-17_170937_CH01.mp4 Ret19=0 total_files=1774 files_count=20 4.1.2 del.files Delete record file by name ParameterValuesDescriptionfilesintegerTotal delete file numbersFilestringDelete file name Example: Delete file http://192.168.0.200/cgi-bin/operator/filelist.cgi?actions=del.files&files=1&file0=2011-04-12_173537_CH01.mp4 4.1.3 playback Delete record file by name ParameterValuesDescriptionFilesstringThe file name of delete file Example: Playback http://192.168.0.200/cgi-bin/operator/operator.cgi?action=filelist.playback&filename=2000-01-03_014500_CH0-47.file 4.1.4 recycle.cgi Get SD card infomation ParameterValuesDescriptionformatinfExport INF format Example: http://192.168.0.200/cgi-bin/operator/recycle.cgi Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Date: Sun, 02 Jan 2000 00:26:21 GMT Server: Apache 1.3.29 var TotalSize='3776';var UsedSize='64'; var FreeSize='3712';var Ready = '1'; Example: http://192.168.0.200/cgi-bin/operator/recycle.cgi?format=inf Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Date: Sun, 02 Jan 2000 00:25:03 GMT Server: Apache 1.3.29 [RECYCLE] TotalSize=3776 UsedSize=64 FreeSize='3712';Ready=1 4.1.5 Snapshot The size of the video source : Example: http://192.168.0.200/cgi-bin/operator/snapshot.cgi 320 x 240 Example: http://192.168.0.200/snap.jpg 5. Misc CGI 5.1 notify.fcgi Permission: Admin, Operator, Viewer The client side should keep receiving notification information from camera. It includes all available events or status as follow table. The notification information is only generated on while event or status changed. If there is no any changed event or status being reported within 30 second, a special tag: keep_alive will be send to the client side. Usage: http:///cgi-bin/notify.fcgi Return: with the following parameters and values NameValuesDescriptionmd#activeevent motion detection # is triggered or not.input#activeevent input # is triggered or not.output#active,inactivestatus of output # is on or offrecordingactivestatus is recordingpiractivelightsensoractivebootactiveipchangactive Example: http://192.168.0.200 /cgi-bin/notify.fcgi Return: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=-1 Content-Type: text/html Transfer-Encoding: chunked Date: Thu, 23 Jun 2011 15:39:56 GMT Server: Apache 1.3.29 keep_alive pir=active pir=active 5.2 audio.fcgi Permission: Admin, Operator, Viewer Anti-push audio stream. Start Usage: HTTP method : GET http:///cgi-bin/notify.fcgi&cmd=start Respnose : Success : OK. Id=xxxx Fail : error messages. Stop Usage: HTTP method : GET http:///cgi-bin/notify.fcgi&cmd=stop&id=xxxx Respnose : Success : OK. Connect Close Fail : error messages. Post data Usage: HTTP method : POST http:///cgi-bin/notify.fcgi&id=xxxx&data=(audio data) Respnose : Success : OK. Fail : error messages. Allowed audio :=S]_bstuguWLCLh#3mHnHuh#30JmHnHujh#30JUmHnHuh#3CJOJQJ^JaJ#jh#3CJOJQJU^JaJh#3CJ4OJQJ^JaJ4o(h#3CJ OJQJ^JaJ o(h#3CJ OJQJ^JaJ h#3CJ4OJQJ^JaJ4 h#35CJ0OJQJ^JaJ0o(h#35CJ0OJQJ^JaJ0hF:^5CJ0OJQJ^JaJ0h#3CJ4OJQJ^JaJ8o(;<=OPQRS_`as* }  ? V  %  % $a$  $ % & ' ( ) * + , H I ٍ٘vcRٍ٘ jwh#3UmHnHu$h#30J5OJQJ^JmHnHu,jh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu j}h#3UmHnHujh#3UmHnHuh#3mHnHuh#30J5mHnHujh#30JUmHnHu,jh#3>*B*UmHnHphu I J K [ \ ] w x y z { | } ~  źّنoź^ّن jkh#3UmHnHu,jh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jqh#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHujh#30JUmHnHu,jh#3>*B*UmHnHphu          9 : ; < h k s t u Ų~s~s\Kŧ!h#30JOJQJ^JmHnHu,jh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jeh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu'h#30J5OJQJ\^JmHnHujh#30JUmHnHu,jh#3>*B*UmHnHphu     żűŇsbżűK,jh#3>*B*UmHnHphu jYh#3UmHnHu'h#30J5OJQJ\^JmHnHu$h#30J5OJQJ^JmHnHu,jh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu j_h#3UmHnHu    9 : ; < = > ? @ A ] ^ _ ` y z { ׷ȧ|kȧ jMh#3UmHnHu,jh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu jSh#3UmHnHujh#3UmHnHuh#3mHnHuh#3mHnHo(u$h#30J5OJQJ^JmHnHu     3 4 5 O P Q S T U V W X t u ƽƲٽهpƲ_ٽه jA h#3UmHnHu,j h#3>*B*UmHnHphuh#30JmHnHu jG h#3UmHnHujh#3UmHnHuh#3mHnHuh#3mHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jh#3>*B*UmHnHphu"u v w      ( ) ƻْهpƻ_ْه j5 h#3UmHnHu,j h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu j; h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,j h#3>*B*UmHnHphu ) * + E F G a b c e f g h i j ƻْهpƻ_ْه j)h#3UmHnHu,j h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu j/ h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,j h#3>*B*UmHnHphu h %5Oz-BGR` %  %   "#$%&'CDEFdefƻْهpƻ_ْه jh#3UmHnHu,jh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu j#h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jh#3>*B*UmHnHphu ./02345Ʋ~s~s\ƧK~ jh#3UmHnHu,jh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jh#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jh#3>*B*UmHnHphu567STUVrst𲧘p𲧘_ jh#3UmHnHu,jh#3>*B*UmHnHphu j h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,jh#3>*B*UmHnHphuh#3mHnHuh#30JmHnHujh#30JUmHnHu$,-.HIJLMNOPQmnopƻْهpƻ_ْه jh#3UmHnHu,j|h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jh#3>*B*UmHnHphu    0123WXYstuwxyz{|ƻْهpƻ_ْه jh#3UmHnHu,jph#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jvh#3>*B*UmHnHphu    &'(*+,-ƻْهp\Kْ jh#3UmHnHu'h#30J5OJQJ\^JmHnHu,jdh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jjh#3>*B*UmHnHphu-./KLMNcde𲧘p𲧘_ jh#3UmHnHu,jXh#3>*B*UmHnHphu jh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,j^h#3>*B*UmHnHphuh#3mHnHuh#30JmHnHujh#30JUmHnHu$   !;<=?@ABCD`abcxyzƻْهpƻ_ْه jh#3UmHnHu,jLh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jRh#3>*B*UmHnHphu $%&@ABDEFGƻْهp\Kْ jh#3UmHnHu'h#30J5OJQJ\^JmHnHu,j@h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jFh#3>*B*UmHnHphuGHIefghlyz{𲞓s\𲓄K j!h#3UmHnHu,j4!h#3>*B*UmHnHphu j h#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu$h#30J5OJQJ^JmHnHu,j: h#3>*B*UmHnHphuh#3mHnHuh#30JmHnHujh#30JUmHnHu/01KLMOPQRSTpqrsw«֘pY,h#30J5OJPJQJ^JmHnHtHu,j(#h#3>*B*UmHnHphu j"h#3UmHnHu$h#30J5OJQJ^JmHnHu,j."h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHujh#3UmHnHuh#3mHnHuwѰn[JѰ j$h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j"$h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu j#h#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu"#$%+=>?YZ[]^_`ab~ĭoXĭD'h#30J5OJQJ\^JmHnHu,j&h#3>*B*UmHnHphu j%h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,j%h#3>*B*UmHnHphuh#3mHnHuh#30JmHnHu  12żűŃpp_żű j'h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j'h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu j&h#3UmHnHujh#3UmHnHuh#3mHnHu 23467:LMNhijlmnopq¯¯{p{pY¯¯¯,j)h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu j(h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,j (h#3>*B*UmHnHphuo3BYjs8X{C R! % ,-.012345QRżűŃppp_żű j{*h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j)h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu j)h#3UmHnHuRSTVWXYZuvw¯¯¯{p{pY¯,j+h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu ju+h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,j*h#3>*B*UmHnHphu     !;<=?@AѰn[n[JѰ ji-h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j,h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu jo,h#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHuABCD`abcefiwxy歚oX歚,j.h#3>*B*UmHnHphu jc.h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j-h#3>*B*UmHnHphuh#30JmHnHujh#30JUmHnHuh#3mHnHu!678RSTVWXѰn[n[JѰ jW0h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j/h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu j]/h#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHuXYZ[wxyz|}~歚oX歚,j1h#3>*B*UmHnHphu jQ1h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j0h#3>*B*UmHnHphuh#30JmHnHujh#30JUmHnHuh#3mHnHu" 2345789:;GHIcdeghijklżűŃppp_żű jE3h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j2h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu jK2h#3UmHnHujh#3UmHnHuh#3mHnHu"¯¯¯{p{pYD)h#30JOJPJQJ^JmHnHtHu,j4h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu j?4h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,j3h#3>*B*UmHnHphu6789;>οήοs\I$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j5h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu j95h#3UmHnHujh#3UmHnHuh#3mHnHu)h#30JOJPJQJ^JmHnHtHu!h#30JOJQJ^JmHnHu>PQRlmnpqrstuѰn[n[JѰ j-7h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j6h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu j36h#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu12356789:VWXY[\]^_vwx歚oX歚,j8h#3>*B*UmHnHphu j'8h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j7h#3>*B*UmHnHphuh#30JmHnHujh#30JUmHnHuh#3mHnHu"xżűŃppp_żű j:h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j9h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHujh#3UmHnHu j!9h#3UmHnHuh#3mHnHu 567QRSUVWXYZvwxyƯpg\g\EٯƐ,j;h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu j;h#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,j:h#3>*B*UmHnHphu 23żűŃpp_żű j =h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j<h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu j<h#3UmHnHu3459:;XYZtuvxyz{|}¯¯{p{pY¯¯,j>h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu j>h#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,j=h#3>*B*UmHnHphu    ! " < = > @ A B C D E a b żűŃpp_żű j?h#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,jz?h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu j>h#3UmHnHub c d g h t u v Ưpg\g\EٯƐ,jnAh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu j@h#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jt@h#3>*B*UmHnHphu !!!!!!!/!0!1!K!L!M!O!P!Q!R!S!T!p!q!żűŃpp_żű jBh#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,jhBh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu jAh#3UmHnHuq!r!s!w!x!y!!!!!!!!!!!!!!!!!!!!!!!"¯¯{p{pY¯¯,j\Dh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jCh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,jbCh#3>*B*UmHnHphuR!!"p"".###L$$%o%%"&x&&#'{''!(z(($)u)) *s**+ %  % "" " " " """","-"."/"3"4"5"M"N"O"i"j"k"m"n"o"p"q"r"""żűŃpp_żű jEh#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,jVEh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu jDh#3UmHnHu""""""""""""""""""""""""" # # #'#¯¯{p{pY¯¯,jJGh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jFh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,jPFh#3>*B*UmHnHphu'#(#)#+#,#-#.#/#0#L#M#N#O#S#l#m#n#############żűŃp_żűH,j>Ih#3>*B*UmHnHphu jHh#3UmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,jDHh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu jGh#3UmHnHu############### $ $ $$$$$)$*$+$E$F$G$I$J$K$L$M$N$j$k$ƻpƻ_ jJh#3UmHnHu,j8Jh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jIh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu#k$l$m$q$$$$$$$$$$$$$$$$$$$$$% % % % %¯{p{pY¯H jLh#3UmHnHu,j,Lh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jKh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,j2Kh#3>*B*UmHnHphu %%%%%-%.%/%0%4%6%7%L%M%N%h%i%j%l%m%n%o%p%q%%%%%%%%%%%%𮛮pY𮛮,j Nh#3>*B*UmHnHphu jMh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,j&Mh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu"%%%%%%%%%%%%%%%%&&&&&& &!&"&#&$&@&A&żűŇp\Kżű jOh#3UmHnHu'h#30J5OJQJ\^JmHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHu,jOh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu jNh#3UmHnHuA&B&C&I&U&V&W&q&r&s&u&v&w&x&y&z&&&&&&&&&&&&&&¯{p{pY¯¯H jQh#3UmHnHu,jQh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jPh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,jPh#3>*B*UmHnHphu&&&&&&&&&&&&&&'''''' '!'"'#'$'%'A'B'«֔m\ jRh#3UmHnHu'h#30J5OJQJ\^JmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,jRh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHujh#3UmHnHuh#3mHnHuB'C'D'K'X'Y'Z't'u'v'x'y'z'{'|'}''''''''''''''¯{p{pY¯¯H jyTh#3UmHnHu,jSh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jSh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,jSh#3>*B*UmHnHphu''''''''''''''''(((((( (!("(#(?(@(«֔m\ jsUh#3UmHnHu'h#30J5OJQJ\^JmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu,jTh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHujh#3UmHnHuh#3mHnHu@(A(B(I(W(X(Y(s(t(u(w(x(y(z({(|((((((((((((((¯{p{pY¯¯H jgWh#3UmHnHu,jVh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jmVh#3UmHnHujh#3UmHnHuh#3mHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHujh#30JUmHnHu,jUh#3>*B*UmHnHphu(((((((((((())))))!)")#)$)%)&)B)C)D)E)F)«֘s\֘,jXh#3>*B*UmHnHphu jaXh#3UmHnHu'h#30J5OJQJ\^JmHnHu$h#30J5OJQJ^JmHnHu,jWh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHujh#3UmHnHuh#3mHnHuF)G)H)I)R)S)T)n)o)p)r)s)t)u)v)w)))))))))))))))·~s~s\ַK jUZh#3UmHnHu,jYh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu j[Yh#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu$h#30J5OJQJ^JmHnHu,h#30J5OJPJQJ^JmHnHtHu))))))))))))))))****** *!*"*>*?*@*A*B*C*D*E*𲛲pY𲛲,j[h#3>*B*UmHnHphu jO[h#3UmHnHujh#3UmHnHuh#3mHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHu,jZh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu E*P*Q*R*l*m*n*p*q*r*s*t*u*****************Ѱr[rJѰ jC]h#3UmHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHu,j\h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu jI\h#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu**************+++++++++9+:+;+<+=+>+?+@+𲛲pY𲛲,j^h#3>*B*UmHnHphu j=^h#3UmHnHujh#3UmHnHuh#3mHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHu,j]h#3>*B*UmHnHphuh#3mHnHuh#30JmHnHujh#30JUmHnHu@+F+G+H+b+c+d+f+g+h+i+j+k+++++++++++++++++Ѱr[rJѰ j1`h#3UmHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHu,j_h#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu j7_h#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu+i++,c,, -]--.V...J/L/N/_/h/m/y/I$IfI@& %  % ++++++++++++++, , , , ,,,,,-,.,/,0,𲛲pY,jah#3>*B*UmHnHphu j+ah#3UmHnHujh#3UmHnHuh#3mHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHu,j`h#3>*B*UmHnHphuh#3mHnHuh#30JmHnHujh#30JUmHnHu0,@,A,B,\,],^,`,a,b,c,d,e,,,,,,,,,,,,,,,,,Ѱr[JѰ jch#3UmHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHu,jbh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu j%bh#3UmHnHujh#3UmHnHuh#3mHnHu'h#30J5OJQJ\^JmHnHu,,,,,,,,,,,,----- - - - -(-)-*-+-.-/-0-1-:-;-<-V-𲛲pY𲛲,jdh#3>*B*UmHnHphu jdh#3UmHnHujh#3UmHnHuh#3mHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHu,jch#3>*B*UmHnHphuh#3mHnHuh#30JmHnHujh#30JUmHnHu V-W-X-Z-[-\-]-^-_-{-|-}-~-------------------żűŇpp_żű j fh#3UmHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHu,jeh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu jeh#3UmHnHu-------------......".#.$.%.'.(.*.+.3.4.5.O.ƯƯƤ{p{pYƯƯƤ,jgh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHu jgh#3UmHnHujh#3UmHnHuh#3mHnHu,h#30J5OJPJQJ^JmHnHtHu$h#30J5OJQJ^JmHnHujh#30JUmHnHu,jfh#3>*B*UmHnHphuO.P.Q.S.T.U.V.W.X.t.u.v.w..................żűŇvżű_Ň,jxih#3>*B*UmHnHphu jhh#3UmHnHu$h#30J5OJQJ^JmHnHu,j~hh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHuh#3mHnHujh#3UmHnHu jhh#3UmHnHu............./////'/(/)/C/D/E/G/H/I/J/K/޾Ϯp_ϮM#jh#3CJOJQJU^JaJ jjh#3UmHnHu$h#30J5OJQJ^JmHnHu,jrjh#3>*B*UmHnHphuh#30JmHnHuh#3mHnHujh#30JUmHnHu jih#3UmHnHujh#3UmHnHuh#3mHnHu,h#30J5KHOJPJQJ^JmHnHuK/M/N/_/y/z/////+0.0/090A0B0C0G0R0b0c0d00000000000¹wooo¹oo`Ph#3CJKHOJQJ^JaJh#35CJ(OJQJ^JaJ(h#3CJaJh#35CJaJ h#3\o(Hhfh#3\#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333h#3CJaJo(h#35CJOJQJ^JaJh#35CJaJh#35CJ(aJ(h#3CJOJQJ^JaJo(h#3CJOJQJ^JaJy/z/~////'0B0qii_SSS  & FI$If & F$IfI$Ifkdlk$$IfFr%s t06    44 laB0C0G0R0b0qiiiI$Ifkdl$$IfFr%s t06    44 lab0c0j0u00qiiiI$Ifkdl$$IfFr%s t06    44 la00000qiiiI$Ifkddm$$IfFr%s t06    44 la00000qiiiI$Ifkd n$$IfFr%s t06    44 la000000000m122qooloooiccc7$8$H$@&@&kdn$$IfFr%s t06    44 la 0000022/20292:2Z2h2j2r2222222222222223333=3>3H3R3S33ν୙΅qqqqqνέqaqqqh#3CJKHOJQJ^JaJ&h#3B*CJOJQJ^JaJo(ph333'h#30JB*CJOJQJ^JaJph&h#35B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333 h#35CJ(OJQJ\^JaJ(#h#3B*CJOJQJ^JaJph333h#3CJKHOJQJ^JaJhF:^CJKHOJQJ^JaJ&2#2/202:2j2~zkd\o$$If0r% t0644 la$Ifj2k2r22~~$Ifzkdo$$If0r% t0644 la2222|v$IfI$Ifzkddp$$If0r% t0644 la2222~~$Ifzkdp$$If0r% t0644 la2222222}ww$If@&|kdlq$$If0r% t0644 la2222~~$Ifzkdq$$If0r% t0644 la2223~~$Ifzkdxr$$If0r% t0644 la333=3~~$Ifzkdr$$If0r% t0644 la=3>3H3R3~~$Ifzkds$$If0r% t0644 laR3S3^333|||I$Ifzkdt$$If0r% t0644 la3334#4?4~~~~$Ifzkdt$$If0r% t0644 la33?4@4O4P4W4X4b4c4444444444451575g5o55555555޺޺𩚐|ndYnnh#35CJ^JaJh#3CJ^JaJh#3CJOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333h#3OJQJ^Jh#35CJ(OJQJ^JaJ( h#35CJ(OJQJ\^JaJ(h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333?4@4M4W4~~$Ifzkd u$$If0r% t0644 laW4X4c44~~$Ifzkdu$$If0r% t0644 la4444~~$Ifzkdv$$If0r% t0644 la4444515:5555[SSI^#$d!%d$&d 'd$N!O$P Q$@&zkdv$$If0r% t0644 la 55555555>kdw$$If      r#$Cb% t064 a $$Ifa$ $$Ifa$55556 $$Ifa$ $$Ifa$5556 6;6V6W6Z6v66666 77:::J;M;U;W;k;;;սսսսսսկl\H'h#3B*CJKHOJQJ^JaJphh#35B*OJQJ^Jph333&h#35B*CJOJQJ^JaJph333 h#35CJ OJQJ\^JaJ h#35CJ OJQJ^JaJ h#35CJOJQJ^JaJh#3CJOJQJ^JaJ/h#3B*CJKHOJQJ^JaJmH phsH #h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH66kdw$$If4      dr#$Cb% t2064 af4p266666<6 $$Ifa$ $$Ifa$<6=6kd^y$$If4      r#$Cb% t2064 af4p2=6>6S6U6V6w6 $$Ifa$ $$Ifa$w6x6kdz$$If4      r#$Cb% t2064 af4p2x6y66666 $$Ifa$ $$Ifa$66kd|$$If4      r#$Cb% t2064 af4p2666666 $$Ifa$ $$Ifa$66kd~}$$If4      r#$Cb% t2064 af4p2666667 $$Ifa$ $$Ifa$77kd~$$If4      r#$Cb% t2064 af4p277.70717R7 $$Ifa$ $$Ifa$R7S7kd>$$If4      r#$Cb% t2064 af4p2S7T7i7j7k77 $$Ifa$ $$Ifa$77kd$$If4      r#$Cb% t2064 af4p2777777 $$Ifa$ $$Ifa$77kd$$If4      r#$Cb% t2064 af4p2777778 $$Ifa$ $$Ifa$88kd^$$If4      r#$Cb% t2064 af4p288888<8 $$Ifa$ $$Ifa$<8=8kd$$If4      r#$Cb% t2064 af4p2=8D8[8]8^88 $$Ifa$ $$Ifa$88kd$$If4      r#$Cb% t2064 af4p2888888 $$Ifa$ $$Ifa$88kd~$$If4      r#$Cb% t2064 af4p2888888 $$Ifa$ $$Ifa$88kdމ$$If4      r#$Cb% t2064 af4p28899919 $$Ifa$ $$Ifa$1929kd>$$If4      r#$Cb% t2064 af4p22939J9L9M9p9 $$Ifa$ $$Ifa$p9q9kd$$If4      r#$Cb% t2064 af4p2q9r99999 $$Ifa$ $$Ifa$99kd$$If4      r#$Cb% t2064 af4p2999999 $$Ifa$ $$Ifa$99kd^$$If4      r#$Cb% t2064 af4p299999: $$Ifa$ $$Ifa$::kd$$If4      r#$Cb% t2064 af4p2::*:,:-:I: $$Ifa$ $$Ifa$I:J:kd$$If4      r#$Cb% t2064 af4p2J:K:e:f:g:: $$Ifa$ $$Ifa$::kd~$$If4      r#$Cb% t2064 af4p2:::::: $$Ifa$ $$Ifa$::kdޔ$$If4      r#$Cb% t2064 af4p2:::::: $$Ifa$ $$Ifa$::kd>$$If4      r#$Cb% t2064 af4p2:::::: $$Ifa$ $$Ifa$::kd$$If4      r#$Cb% t2064 af4p2:::;V;W;k;;;;;; $$G$H$Ifa$ & F@&G$H$@& ;;< <#<*<2<yppppp $G$H$Ifkd$$IfF|.% 06    4 a;;<)<*<\<c<g<h<l<o<s<w<r================>> >>>>!>">:>@>B>F>I>J>X>Y>Z>q>w>y>>>®®®®®ššԮ®®®®®®2h#3B*CJOJPJQJ^JaJnHo(ph333tH&h#3B*CJH*OJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph33322<3<T<\<h<o<w<wnnnnn $G$H$Ifkd$$IfF|.% 06    4 aw<x<<<<wnnn $G$H$Ifkdj$$IfF|.% 06    4 a<<<==wnnn $G$H$Ifkd"$$IfaF|.% 06    4 a= =K=V=q=yppp $G$H$Ifkdڛ$$IfF|.% 06    4 aq=r====yppp $G$H$Ifkd$$IfF|.% 06    4 a=====yppp $G$H$IfkdB$$IfF|.% 06    4 a===>>>">yppppp $G$H$Ifkd$$IfF|.% 06    4 a">#>:>J>Y>yppp $G$H$Ifkd$$IfF|.% 06    4 aY>Z>q>>>yppp $G$H$Ifkd^$$IfF|.% 06    4 a>>>>>>>>>>>??,@-@/@1@AAAAAԼ|hԐԼԼԼԼZJԤh#35B*OJQJ^Jph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333'h#3B*CJKHOJQJ^JaJph&h#3B*CJOJQJ\^JaJph333/h#3B*CJKHOJQJ^JaJmH phsH /h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph3332h#3B*CJOJPJQJ^JaJnHo(ph333tH>>>>>>>ywk^YYG$H$ -DG$H$M -D9DM kd$$IfF|.% 06    4 a>?AAAABB#BDD{D|DDDD $$G$H$Ifa$ -D9DM  & F@& -DG$H$M G$H$@&&$d!%d$&d!'d$G$H$N!O$P!Q$ABBB BB"B#B7BDDD#DzD̸uaQ?'/h#3B*CJKHOJQJ^JaJmH phsH #h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333&h#3CJOJPJQJ^JaJnHtH'h#3B*CJOJPJQJ^JaJph333"h#3CJOJQJ^JaJnHtHh#3CJOJQJ^JaJh#3CJOJQJ\^JaJ&h#3B*CJOJQJ\^JaJph3332h#3B*CJOJPJQJ^JaJnHo(ph333tH2h#3B*CJKHOJQJ^JaJmH o(phsH zD{D|DDDDEEE0E^EqEwExEEEEEEEEEF&F'F9F:FYF`FaFFFFFFFFFFFFGGGǵo2h#3B*CJOJPJQJ^JaJnHo(ph333tH/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333h#35B*OJQJ^Jph333'h#3B*CJKHOJQJ^JaJph+DDDDDDDyppppp $G$H$IfkdƠ$$IfF"A%q  06    4 aDD EE0Ewnnn $G$H$Ifkdz$$IfF"A%q  06    4 a0E1EVE^EqExEEwnnnnn $G$H$Ifkd2$$IfF"A%q  06    4 aEEEEEyppp $G$H$Ifkd$$IfF"A%q  06    4 aEEEEEEypppp $G$H$Ifkd$$IfF"A%q  06    4 aEEF'F9Fyppp $G$H$IfkdR$$IfF"A%q  06    4 a9F:FYFaFFFypppp $G$H$Ifkd$$IfF"A%q  06    4 aFFFFFyppp $G$H$Ifkd$$IfF"A%q  06    4 aFFFFGGypppp $G$H$Ifkdn$$IfF"A%q  06    4 aGG0G8GDGTGypppp $G$H$Ifkd"$$IfF"A%q  06    4 aG0G7G8GDGSGTGoG{G|GGGGGGGHHH3H;HGHIHjHqHrHHHHHHHHHHH$I,I-I]N_N籝u՝gh#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333'h#3B*CJKHOJQJ^JaJph&h#3B*CJOJQJ\^JaJph333h#35B*OJQJ^Jph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH(TGUGoG|GGyppp $G$H$Ifkd֧$$IfF"A%q  06    4 aGGGGGGypppp $G$H$Ifkd$$IfF"A%q  06    4 aGGGHHyppp $G$H$Ifkd>$$IfF"A%q  06    4 aHH3H;HHHyppp $G$H$Ifkd$$IfF"A%q  06    4 aHHIHjHrHHyppp $G$H$Ifkd$$IfF"A%q  06    4 aHHHHHyppp $G$H$IfkdZ$$IfF"A%q  06    4 aHHHH$I%I-Iywk^YYG$H$ -DG$H$M -D9DM kd$$IfF"A%q  06    4 a-IJ]N^N_NzNNNNPPPPPPQ QQ $$G$H$Ifa$ -D9DM -DG$H$M G$H$@&&$d!%d$&d!'d$G$H$N!O$P!Q$_NzN~NNNNNNPPPPPQ>Q@QGQHQOQPQgQhQmQwQQQQQQQɱo`LoLLLLLLLL&h#3B*CJOJQJ^JaJo(ph333h#3CJOJQJ^JaJo(&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph3332h#3B*CJKHOJQJ^JaJmH o(phsH /h#3B*CJKHOJQJ^JaJmH phsH #h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333QQ+Q3Q@QHQPQyppppp $G$H$Ifkd¬$$IfF8%06    4 aPQQQgQwQQwnnn $G$H$Ifkdv$$IfF8%06    4 aQQQQQwnnn $G$H$Ifkd.$$IfF8%06    4 aQQQQQyppp $G$H$Ifkd$$IfF8%06    4 aQQQQQR>R?RGRHRS T(T)T*T3T5TITTTU=U[UUUUUű홉oSEh#3CJOJQJ^JaJ7h#3B*CJOJPJQJ^JaJmH nHph333sH tH2h#3B*CJKHOJQJ^JaJmH o(phsH h#35B*OJQJ^Jph333/h#3B*CJOJPJQJ^JaJnHph333tH'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333QQQQ?R@RHRSyttgtt@&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd$$IfF8%06    4 aSSS T)T*T5TTTU_vmgm$If $G$H$Ifkd5$$If4F8% 06    4 af4>_?_^_m_n_vmgm$If $G$H$Ifkd$$If4F8% 06    4 af4d_j_l_m_____________6`8`<`=`?`A`i`n`t`v`w```````````a3a4afgg%h*hkkmٳ&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tHh#3CJOJQJ^JaJ&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333/n_o______vmmmmm $G$H$Ifkd$$If4F8% 06    4 af4_____yppp $G$H$Ifkdr$$IfF8%06    4 a__``4`=`E`yppppp $G$H$Ifkd&$$IfF8%06    4 aE`F`h`w``yppp $G$H$Ifkd$$IfF8%06    4 a`````yppp $G$H$Ifkd$$IfF8%06    4 a`````aa4aytttgtt -DG$H$M G$H$kdB$$IfF8%06    4 a4abffghttttttxxxx y"y,yxyyyy@& -DG$H$M @&G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$mmtttttttttttxxx y+y,ysYE1E'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph3332h#3B*CJKHOJQJ^JaJmH o(phsH /h#3B*CJKHOJQJ^JaJmH phsH #h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333h#35B*OJQJ^Jph333h#3CJOJQJ^JaJ/h#3B*CJOJPJQJ^JaJnHph333tH/hF:^B*CJOJPJQJ^JaJnHph333tH,y@yxyyy|yyyyyyyyyyyz˼oUA)ه/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph3332h#3B*CJKHOJQJ^JaJmH o(phsH /h#3B*CJKHOJQJ^JaJmH phsH &h#3B*CJOJQJ^JaJo(ph333h#35B*OJQJ^Jph333 h#35CJOJQJ\^JaJh#35CJOJQJ^JaJh#3CJOJQJ^JaJ#h#3B*CJOJQJ^JaJph333'h#3B*CJOJPJQJ^JaJph333yyyyyyyyzzaXXX $G$H$Ifkd$$IfF[%~06    4 a $$G$H$Ifa$ -D9DM zz*z9zIzwnnn $G$H$Ifkd$$IfF[%~06    4 az+z0z6z9zJzKzSzTzhzzzz$vfQ9/h#3B*CJKHOJQJ^JaJmH phsH )h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333h#3CJOJQJ^JaJo('h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333'h#3B*CJKHOJQJ^JaJph&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333IzJzKzTzzzwkfYf -DG$H$M G$H$ -D9DM kdb$$IfF[%~06    4 az{>?H)0< $$G$H$Ifa$ -D9DM -DG$H$M G$H$@&&$d!%d$&d!'d$G$H$N!O$P!Q$$=>?GH\=Z̸ueP88椒/h#3B*CJKHOJQJ^JaJmH phsH )h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333h#3CJOJQJ^JaJo(h#3CJOJQJ^JaJ#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph3332h#3B*CJOJPJQJ^JaJnHo(ph333tH2h#3B*CJKHOJQJ^JaJmH o(phsH <=Znryppppppp $G$H$Ifkd$$IfF%^i06    4 aZmn҂ׂ݂߂9LM׃atuЄфۄ͹͹͹͹͡͹͹͹͹͹͹͋u*h#3B*CJKHOJQJ^JaJo(ph*h#3B*CJKHOJQJ^JaJo(ph/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ*т߂wnnnnnnnnnn $G$H$Ifkd$$IfF%^i06    4 a 9MR\wnnnn $G$H$Ifkd$$IfF%^i06    4 a\]wnnnn $G$H$Ifkd>$$IfF%^i06    4 a׃wnnnn $G$H$Ifkd$$IfF%^i06    4 a%-7wnnn $G$H$Ifkd$$IfF%^i06    4 a78auzwnnnn $G$H$Ifkdf$$IfF%^i06    4 aƄτwnnnn $G$H$Ifkd$$IfF%^i06    4 aτЄфۄ#$,wkk^YYG$H$ -DG$H$M -D9DM kd$$IfF%^i06    4 aۄ"#$+,‡܇ŰلueQ?'/h#3B*CJKHOJQJ^JaJmH phsH #h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333h#35B*OJQJ^Jph333h#3CJOJQJ^JaJo(/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph)h#3B*CJOJQJ\^JaJo(ph&h#3B*CJOJQJ^JaJo(ph#h#3B*CJOJQJ^JaJph'h#3B*CJOJPJQJ^JaJph ,‡܇lj9:DKW $$G$H$Ifa$ -D9DM -DG$H$M G$H$@&&$d!%d$&d!'d$G$H$N!O$P!Q$ljˉΉ9:X]^ζ|n^I5|I'h#3B*CJKHOJQJ^JaJph)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH/h#3B*CJKHOJQJ^JaJmH phsH 2h#3B*CJKHOJQJ^JaJmH o(phsH WX^ep|ypppp $G$H$Ifkd$$IfF% 06    4 a^{}Ɋˊ Œʌˌߌڭˆx^J'h#3B*CJOJPJQJ^JaJph3332h#3B*CJOJPJQJ^JaJnHo(ph333tHh#35B*OJQJ^Jph333!h#35B*OJQJ^Jo(ph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333|}ʊwnnnn $G$H$IfkdB$$IfF% 06    4 aʊˊ wnnnn $G$H$Ifkd$$IfF% 06    4 a wrrrKKII&$d!%d$&d!'d$G$H$N!O$P!Q$G$H$kd$$IfF% 06    4 aʌˌ@xy͍̍΍IJh ":; -D9DM @& -DG$H$M G$H$@&ߌ@LXxyˍ̍΍Ž "୓p_K&h#35B*CJOJQJ^JaJph333 h#35CJOJQJ\^JaJh#35CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph3332h#3B*CJOJPJQJ^JaJnHo(ph333tH&h#3B*CJOJQJ^JaJo(ph333h#35B*OJQJ^Jph333h#3CJOJQJ^JaJo(#h#3B*CJOJQJ^JaJph333h#3CJOJQJ^JaJ"&9;YpΏߏ"#)*>noԑՑİؠyeM/h#3B*CJOJPJQJ^JaJnHph333tH'h#3B*CJOJPJQJ^JaJph333*h#3B*CJKHOJQJ^JaJo(ph!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333;ELXYpmddd $G$H$Ifkdj$$IfF*%06    4 a $$G$H$Ifa$͏ߏwnnnnnnn $G$H$Ifkd$$IfF*%06    4 a(wnnn $G$H$Ifkd$$IfF*%06    4 a()*nowk^YYG$H$ -DG$H$M -D9DM kd$$IfF*%06    4 alԑՑ͒z{|ʓѓݓ $$G$H$Ifa$@&G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$Ցyz|ޓ ڳ}eKeK12h#3B*CJOJPJQJ^JaJnHo(ph333tH2h#3B*CJKHOJQJ^JaJmH o(phsH /h#3B*CJKHOJQJ^JaJmH phsH )h#3B*CJOJQJ\^JaJo(ph333!h#35B*OJQJ^Jo(ph333h#35B*OJQJ^Jph333h#3CJOJQJ^JaJo(/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333ݓޓ yppppp $G$H$IfkdF$$IfFl% -06    4 a &';Ȕɔ 8KLtuϕűڝ{kSCh#3CJKHOJQJ^JaJ/h#3B*CJOJPJQJ^JaJnHph333tHh#35B*OJQJ^Jph333&h#3CJOJPJQJ^JaJnHtHh#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333'ȔɔӔڔwrrebrrVV $$G$H$Ifa$@& -DG$H$M G$H$kd$$IfFl% -06    4 a ڔ mddd $G$H$Ifkd$$IfF $% 06    4 a $$G$H$Ifa$ 8LP_}wnnnnn $G$H$Ifkdf$$IfF $% 06    4 a}~Εwnnn $G$H$Ifkd$$IfF $% 06    4 aΕϕЕٕopqEwrrecc`rrre@& -DG$H$M G$H$kd$$IfF $% 06    4 a ϕЕٕؕoqÖEG]agimwxR´oWփ´ooWփoփ´/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333h#3CJOJQJ^JaJo(h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333 EFG]wxcZ $G$H$Ifkd$$IfF $% 06    4 a $$G$H$Ifa$G$H$@& Qbnii\YWW@& -DG$H$M G$H$kdB$$IfF $% 06    4 a $G$H$If RUbԘ՘025F[]ctʙ֙ 4\]dy{|Ś"@R͓ͧ{{͓{͓͓͓͓͓͓͓͓͓͓͓͓͓͓͓/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ^JaJo(ph333h#3CJOJQJ^JaJh#35CJ^JaJh#35CJ^JaJo(#h#3B*CJOJQJ^JaJph333 h#35CJ(OJQJ\^JaJ(h#35CJ(OJQJ^JaJ(0Ԙ՘ $$Ifa$I^#$d!%d$&d 'd$N!O$P Q$ .01GPGG>>8$If $$Ifa$ $$Ifa$kd$$If      r) I%Lg t064 aGHkd$$If4      ,r) I%`Lg t2064 af4p2HI[]_u$If $$Ifa$ $$Ifa$uvkdL$$If4      r) I% Lg t2064 af4p2v֙$If $$Ifa$ $$Ifa$֙יkd$$If4      r) I%`Lg t2064 af4p2יؙ $If $$Ifa$ $$Ifa$ kd$$If4      r) I% Lg t2064 af4p2134Kd d$If $d$Ifa$ $$Ifa$ $$Ifa$dekd$$If4      r) I%`Lg t2064 af4p2efy{| d$If $d$Ifa$ $$Ifa$ $$Ifa$kd$$If4      r) I% Lg t2064 af4p2Ś d$If $d$Ifa$ $$Ifa$ŚƚkdT$$If4      r) I% Lg t2064 af4p2ƚǚ d$If $d$Ifa$ $$Ifa$kd$$If4      r) I% Lg t2064 af4p2" d$If $d$Ifa$ $$Ifa$"#kd$$$If4      r) I% Lg t2064 af4p2#.=?@S d$If $d$Ifa$ $$Ifa$ $$Ifa$STkd$$If4      r) I%`Lg t2064 af4p2TUdfgz d$If $d$Ifa$ $$Ifa$ $$Ifa$RdfgyǛߛ؜2Nd͝3Kj۞4MfП4PnΠ $:Tj֡%CWi}͢΢Ңܢh#3>*CJOJQJ^JaJ&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333Pz{kd$$If4      r) I% Lg t2064 af4p2{Ǜ d$If $d$Ifa$ $$Ifa$ $$Ifa$Ǜțkd\$$If4      r) I%`Lg t2064 af4p2țɛߛ d$If $d$Ifa$ $$Ifa$ $$Ifa$kd$$If4      r) I% Lg t2064 af4p2 d$If $d$Ifa$ $$Ifa$ !kd,$$If4      r) I% Lg t2064 af4p2!"/01A d$If $d$Ifa$ $$Ifa$ABkd$$If4      r) I% Lg t2064 af4p2BCOPQ` d$If $d$Ifa$ $$Ifa$`akd$$If4      r) I% Lg t2064 af4p2abrst d$If $d$Ifa$ $$Ifa$kdd$$If4      r) I% Lg t2064 af4p2՜ל؜ d$If $d$Ifa$ $$Ifa$ $$Ifa$kd$$If4      r) I%`Lg t2064 af4p22 d$If $d$Ifa$ $$Ifa$ $$Ifa$23kd4$$If4      r) I% Lg t2064 af4p234LMNd d$If $d$Ifa$ $$Ifa$dekd$$If4      r) I% Lg t2064 af4p2ef~ d$If $d$Ifa$ $$Ifa$kd$$If4      r) I% Lg t2064 af4p2ʝ̝͝ d$If $d$Ifa$ $$Ifa$ $$Ifa$kdl$$If4      r) I%`Lg t2064 af4p2 d$If $d$Ifa$ $$Ifa$ $$Ifa$kd$$If4      r) I% Lg t2064 af4p2123K d$If $d$Ifa$ $$Ifa$KLkd<$$If4      r) I% Lg t2064 af4p2LMhij d$If $d$Ifa$ $$Ifa$kd$$If4      r) I% Lg t2064 af4p2 d$If $d$Ifa$ $$Ifa$kd $$If4      r) I% Lg t2064 af4p2Ǟ؞ڞ۞ d$If $d$Ifa$ $$Ifa$ $$Ifa$kdt$$If4      r) I%`Lg t2064 af4p24 d$If $d$Ifa$ $$Ifa$ $$Ifa$45kd$$If4      r) I% Lg t2064 af4p256KLMf d$If $d$Ifa$ $$Ifa$fgkdD$$If4      r) I% Lg t2064 af4p2gh}~ d$If $d$Ifa$ $$Ifa$kd$$If4      r) I% Lg t2064 af4p2П d$If $d$Ifa$ $$Ifa$Пџkd$$If4      r) I% Lg t2064 af4p2џҟ d$If $d$Ifa$ $$Ifa$kd| $$If4      r) I% Lg t2064 af4p24 d$If $d$Ifa$ $$Ifa$45kd $$If4      r) I% Lg t2064 af4p256NOPn d$If $d$Ifa$ $$Ifa$nokdL $$If4      r) I% Lg t2064 af4p2op d$If $d$Ifa$ $$Ifa$kd $$If4      r) I% Lg t2064 af4p2Π d$If $d$Ifa$ $$Ifa$ΠϠkd$$If4      r) I% Lg t2064 af4p2ϠР d$If $d$Ifa$ $$Ifa$ kd$$If4      r) I% Lg t2064 af4p2 "#$: d$If $d$Ifa$ $$Ifa$:;kd$$If4      r) I% Lg t2064 af4p2;<RSTj d$If $d$Ifa$ $$Ifa$jkkdT$$If4      r) I% Lg t2064 af4p2kl}~ d$If $d$Ifa$ $$Ifa$kd$$If4      r) I% Lg t2064 af4p2֡ d$If $d$Ifa$ $$Ifa$ $$Ifa$֡סkd$$$If4      r) I%`Lg t2064 af4p2סء d$If $d$Ifa$ $$Ifa$ $$Ifa$kd$$If4      r) I% Lg t2064 af4p2% d$If $d$Ifa$ $$Ifa$ $$Ifa$%&kd$$If4      r) I% Lg t2064 af4p2&2@BCW d$If $d$Ifa$ $$Ifa$ $$Ifa$WXkd\$$If4      r) I%`Lg t2064 af4p2XYghi} d$If $d$Ifa$ $$Ifa$ $$Ifa$}~kd$$If4      r) I% Lg t2064 af4p2~ d$If $d$Ifa$ $$Ifa$ $$Ifa$kd,$$If4      r) I%`Lg t2064 af4p2͢ d$If $d$Ifa$ $$Ifa$ $$Ifa$͢΢kd$$If4      r) I% Lg t2064 af4p2΢Ңڢۢܢ d$If $d$Ifa$ $$Ifa$kd$$If      r) I%Lg t2064 ap256@GSTx`W $G$H$IfkdY!$$IfFf%\06    4 a $$G$H$Ifa$G$H$@&@& !#46Ṭͣ&/:Catͽ~jVjjjjjjjFh#3CJKHOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333#h#35CJ OJQJ\^JaJ o( h#35CJ OJQJ\^JaJ h#35CJ OJQJ^JaJ xkkd "$$If4Ff%``\06    4 af4 $G$H$If  /Cvmmm $G$H$Ifkd"$$If4Ff%  \06    4 af4CDauvyppppp $G$H$Ifkd#$$IfFf%\06    4 atuvwxz{Ӥ "'OUhiۥ257<=>@FGIKTjpwæȰȰڰȰڰڰڰڰȰȠȰڰڰڰڰڰȰڰڰڰڰh#3CJKHOJQJ^JaJ/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333!h#3CJKHOJQJ^JaJo(8ŤӤyppppp $G$H$IfkdA$$$IfFf%\06    4 aӤԤ'yppppp $G$H$Ifkd$$$IfFf%\06    4 a'(Uijwĥۥypppppppp $G$H$Ifkd%$$IfFf%\06    4 a ۥܥ3=GTypppppppp $G$H$IfkdT&$$IfFf%\06    4 a TUpxyppppp $G$H$Ifkd'$$IfFf%\06    4 a&yttrKt? $$G$H$Ifa$&$d!%d$&d!'d G$H$N!O$P!Q G$H$kd'$$IfFf%\06    4 aæ˦:AEXZbcdgxyЧѧz{ İؘİؘؘoؘؘؘoؘo)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333)h#36B*CJOJQJ]^JaJph333'&-9:AEWmddd $G$H$Ifkdg($$IfFJ% 06    4 a $$G$H$Ifa$WXYyЧѧ̨wrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd)$$IfFJ% 06    4 ąz{ "<=ghϻ%&@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$ "$%&):<w&.3DEY ɵɝs[[ssGɝɉ&h#3B*CJOJQJ\^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH*h#3B*CJOJPJQJ^JaJo(ph333'h#3B*CJOJPJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333&E 8WXbiu $$G$H$Ifa$@&@& -DG$H$M G$H$ %78<?EKUXƴ}hV>V>*&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333!h#35B*OJQJ^Jo(ph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHph333tH#h#35CJ OJQJ\^JaJ o( h#35CJ OJQJ\^JaJ )h#35CJ OJPJQJ^JaJ nHtH&h#3CJOJPJQJ^JaJnHtH uvyppppp $G$H$Ifkd)$$IfF*?$ 06    4 aXv!'0gn!"#ATUV[qڮڮڮƮƔڮs[/h#3B*CJKHOJQJ^JaJmH phsH !h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ2h#3B*CJOJPJQJ^JaJnHo(ph333tH/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333 wnnnnn $G$H$Ifkd*$$IfF*?$ 06    4 a!0@yppp $G$H$IfkdI+$$IfF*?$ 06    4 a@Agoyppppp $G$H$Ifkd,$$IfF*?$ 06    4 ayppppp $G$H$Ifkd,$$IfF*?$ 06    4 a"yppppp $G$H$Ifkdt-$$IfF*?$ 06    4 a"#AUVryppp_$-D9DIfM $G$H$Ifkd-.$$IfF*?$ 06    4 aqrs*+,789T^_`cdef tٌٌ/h#3B*CJKHOJQJ^JaJmH phsH &h#3B*CJOJQJ^JaJo(ph333!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333'h#3B*CJKHOJQJ^JaJph-rsypppp $G$H$Ifkd.$$IfF*?$ 06    4 aypppp $G$H$Ifkd/$$IfF*?$ 06    4 a+,8ypppp $G$H$IfkdX0$$IfF*?$ 06    4 a89T_`hypppppp $G$H$Ifkd1$$IfF*?$ 06    4 ayppp $G$H$Ifkd1$$IfF*?$ 06    4 a "ypppppp $G$H$Ifkd2$$IfF*?$ 06    4 a #178?@XY_`abmno'(-3=>nwxy|٭턙٭)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph3334"#8@W`lyppppp $G$H$Ifkd<3$$IfF*?$ 06    4 almnoyytthhh $$G$H$Ifa$G$H$kd3$$IfF*?$ 06    4 ayppp $G$H$Ifkd4$$IfFJ% 06    4 a>%wrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kdb5$$IfFJ% 06    4 a%n"A[yz&$d!%d$&d!'d G$H$N!O$P!Q @& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$BHZ[_bhnxq]&h#3B*CJOJQJ^JaJo(ph333)h#36B*CJOJQJ]^JaJph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHph333tH/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333$%'(+=>?ŷhRBRBR.&h#3B*CJOJQJ\^JaJph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHph333tH2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ h#35CJ OJQJ^JaJ )h#35CJ OJPJQJ^JaJ nHtHh#3CJOJQJ^JaJ&h#3CJOJPJQJ^JaJnHtH#h#3B*CJOJQJ^JaJph333'h#3B*CJOJPJQJ^JaJph333%>?YZdkwx`kd6$$IfF9G%lx06    4 a $$G$H$Ifa$G$H$@&@& ?CLVZxI\]0Obc#67Vڞڞڞڞڞžžڎzž'h#3B*CJKHOJQJ^JaJphh#3CJKHOJQJ^JaJh#3CJKHOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph3330x'nkd6$$IfF9G%lx06    4 a $G$H$If '(I]ctypppp $G$H$Ifkd7$$IfF9G%lx06    4 atuypppp $G$H$Ifkd:8$$IfF9G%lx06    4 a/yppppp $G$H$Ifkd8$$IfF9G%lx06    4 a/0Ocgvyppppp $G$H$Ifkd9$$IfF9G%lx06    4 ayppp__$-D9DIfM $G$H$IfkdV:$$IfF9G%lx06    4 a#7;Uypppp $G$H$Ifkd ;$$IfF9G%lx06    4 aUVsyppppp $G$H$Ifkd;$$IfF9G%lx06    4 aVs9LM2367Wv *=BCc=PTU F8ñññññññױױױױױױנñ!h#3CJKHOJQJ^JaJo(#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333h#3CJKHOJQJ^JaJ/h#3B*CJOJPJQJ^JaJnHph333tH?9MQkypppppp $G$H$Ifkdr<$$IfF9G%lx06    4 aypppp $G$H$Ifkd&=$$IfF9G%lx06    4 a37Vypppp $G$H$Ifkd=$$IfF9G%lx06    4 aVWvyppppp $G$H$Ifkd>$$IfF9G%lx06    4 aypppp $G$H$IfkdB?$$IfF9G%lx06    4 a *Cbyppp $G$H$Ifkd?$$IfF9G%lx06    4 abcyppp $G$H$Ifkd@$$IfF9G%lx06    4 ayppp $G$H$Ifkd^A$$IfF9G%lx06    4 a=U}ypppp $G$H$IfkdB$$IfF9G%lx06    4 ayppp $G$H$IfkdB$$IfF9G%lx06    4 a Vypppp $G$H$IfkdzC$$IfF9G%lx06    4 a6ypppp $G$H$Ifkd.D$$IfF9G%lx06    4 a68rypjjp$If $G$H$IfkdD$$IfF9G%lx06    4 a8nr&ACV[\nu')8:FHWYkmŴŴŴՕՕՕՕՕՕՕՕՕՕՕՕՕՕՀ)h#36B*CJOJQJ]^JaJph333&h#3B*CJOJQJ^JaJo(ph333h#3OJQJ^Jo(!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ#h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH2%ypjjp$If $G$H$IfkdE$$IfF9G%lx06    4 a%&CW\mypjjp$If $G$H$IfkdJF$$IfF9G%lx06    4 amnu%6yppppppppppp $G$H$IfkdF$$IfF9G%lx06    4 a 6DUipnnkdG$$IfF9G%lx06    4 a $G$H$If#':CDENXYmXZcdenxy34İ탰탰oo&h#3B*CJOJQJ^JaJo(ph333)h#3B*CJOJQJ\^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333)h#36B*CJOJQJ]^JaJph333#h#3B*CJOJQJ^JaJph333+AkdfH$$IfFJ% 06    4 a $$G$H$Ifa$G$H$&$d!%d$&d!'d G$H$N!O$P!Q #'9:;Ynii\ii -DG$H$M G$H$kdI$$IfFJ% 06    4 a $G$H$If YZy34NhiEFd@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$4578;MNR[ehiqײ횆r^P:*h#3B*CJOJPJQJ^JaJo(ph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHph333tH#h#3B*CJOJQJ^JaJph333)2CENdxųs_Q;ų*h#3B*CJOJPJQJ^JaJo(ph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333*h#35B*OJPJQJ^JnHph333tHh#35B*OJQJ^Jph333'bY $G$H$IfkdI$$IfF,%^(06    4 a $$G$H$Ifa$@&G$H$G$H$ ':;<_atuvx&'(~fQ)h#35B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tHh#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ^JaJo(ph333h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333#h#3B*CJOJQJ^JaJph333'<@^u&nii\ -DG$H$M G$H$kdJ$$IfF,%^(06    4 a $G$H$If &'(Jlmw~cZ $G$H$Ifkd>K$$IfF.*%06    4 a $$G$H$Ifa$@&G$H$ (*+,-.IJLMNjlm H[\]ų{{{{ŋg'h#3B*CJOJPJQJ^JaJph333h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHph333tH# 'nkdK$$IfF.*%06    4 a $G$H$If'(H]azwnnnn $G$H$IfkdL$$IfF.*%06    4 az{wnnnn $G$H$IfkdbM$$IfF.*%06    4 awrrecc`]rr@&@& -DG$H$M G$H$kdN$$IfF.*%06    4 a οή~n~n~YG/G/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHph333tH2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ h#35CJ OJQJ^JaJ )h#35CJ OJPJQJ^JaJ nHtHh#3CJOJQJ^JaJo(h#3CJOJQJ^JaJ(;<=>T[]cy)*N`a  UghĴďďďĴďďď}ďďďďĴĴĴĴĴĴ#hF:^B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph3331(<@T[cmdddddd $G$H$IfkdN$$IfF*%06    4 a $$G$H$Ifa$ cdywnnnnnnnn $G$H$IfkdO$$IfF*%06    4 a yppp $G$H$Ifkd>P$$IfF*%06    4 a*/9ypppp $G$H$IfkdP$$IfF*%06    4 a9:Nae}ypppp $G$H$IfkdQ$$IfF*%06    4 a}~yppppppp $G$H$IfkdZR$$IfF*%06    4 a $>ypppp $G$H$IfkdS$$IfF*%06    4 a>?Uhlypppp $G$H$IfkdS$$IfF*%06    4 ayppppp $G$H$IfkdvT$$IfF*%06    4 a#%CJNajkl~ %&ʴʈʠʈʈtfQʈQʈʈ)h#3B*CJOJQJ\^JaJo(ph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333h#3CJKHOJQJ^JaJ"ypppp $G$H$Ifkd*U$$IfF*%06    4 a"#$%/6Bytthhh $$G$H$Ifa$G$H$kdU$$IfF*%06    4 aBCJN`yppp $G$H$IfkdV$$IfFJ% 06    4 a`abwrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kdFW$$IfFJ% 06    4 a&{|w  "CD1KLV $$G$H$Ifa$@&@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$&:;{| !"&8BCLUy|˶ˊtdtdtˊˢˊL/hF:^B*CJOJPJQJ^JaJnHph333tHh#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHph333tH/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333015JLj<ʰmYEmYm5Ymh#3CJKHOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333h#35OJQJ^J!h#35OJPJQJ^JnHtH2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ h#35CJ OJQJ^JaJ )h#35CJ OJPJQJ^JaJ nHtHV]ijmdddd $G$H$IfkdW$$IfF.*%06    4 a $$G$H$Ifa$wnnnn $G$H$IfkdX$$IfF.*%06    4 a<PWlypppp $G$H$IfkdjY$$IfF.*%06    4 a<OP  & ' ( F M Q d m n o               L M T U ʶʞʶʞʊ|gʞgʞʊ|gʞ)h#3B*CJOJQJ\^JaJo(ph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333h#3CJKHOJQJ^JaJ%lmypppp $G$H$IfkdZ$$IfF.*%06    4 a  % ypppp $G$H$IfkdZ$$IfF.*%06    4 a% & ' ( 2 9 E ytthhh $$G$H$Ifa$G$H$kd[$$IfF.*%06    4 aE F M Q c yppp $G$H$Ifkd:\$$IfFJ% 06    4 ac d e      wrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd\$$IfFJ% 06    4 a    L M U =>?@`@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$0;>?@H`tųŋwi곋wiS*h#3B*CJOJPJQJ^JaJo(ph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHph333tH )9:S 6de.&$d!%d$&d!'d G$H$N!O$P!Q -DG$H$M @&G$H$()9BSg "#$%&5ȴȠȒ|ȴȠȒ|hZhZhZh#3B*OJQJ^Jph333'h#3B*OJPJQJ^JnHph333tH*h#3B*CJOJPJQJ^JaJo(ph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333#h#3B*CJOJQJ^JaJph333*h#35B*OJPJQJ^JnHph333tHh#35B*OJQJ^Jph333#56cemu-./02ٰٛseeMe8)h#35CJ OJPJQJ^JaJ nHtH/h#3B*CJOJPJQJ^JaJnHph333tHh#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333)h#36B*CJOJQJ]^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333'h#3B*OJPJQJ^JnHph333tH./HfbY $G$H$Ifkd]$$IfF.*%06    4 a $$G$H$Ifa$@&@&G$H$ 245GHJKMNefjδr]K7&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtHh#35OJQJ^J!h#35OJPJQJ^JnHtH2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ h#35CJ OJQJ^JaJ o(h#35CJ OJQJ^JaJ $9@Ai~#$34I\fgu{|!"?`ghƮڞڞڞ!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph3337$nkdZ^$$IfF.*%06    4 a $G$H$If$%9AQ\iwnnnnn $G$H$Ifkd_$$IfF.*%06    4 aij~wnnnnn $G$H$Ifkd_$$IfF.*%06    4 a$4wnnnnn $G$H$Ifkd`$$IfF.*%06    4 a45I]g|wnnnnn $G$H$Ifkd:a$$IfF.*%06    4 awnnnnn $G$H$Ifkda$$IfF.*%06    4 a"?wnnn $G$H$Ifkdb$$IfF.*%06    4 a?@`hwnnnnn $G$H$Ifkdbc$$IfF.*%06    4 awnnnnn $G$H$Ifkdd$$IfF.*%06    4 a07?wnnnnn $G$H$Ifkdd$$IfF.*%06    4 a79?]!4RS[\_1B<K`a24:Y`a|~  !)h#3CJKHOJQJ^JaJ#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333P?@]_wnnn $G$H$Ifkde$$IfF.*%06    4 awnnn $G$H$IfkdBf$$IfF.*%06    4 awnnn $G$H$Ifkdf$$IfF.*%06    4 a!5;^_wnnnnn $G$H$Ifkdg$$IfF.*%06    4 a_`wnnnn $G$H$Ifkdjh$$IfF.*%06    4 awnnnnn $G$H$Ifkd"i$$IfF.*%06    4 a2Bwnnn $G$H$Ifkdi$$IfF.*%06    4 aBCdefwnnn $G$H$Ifkdj$$IfF.*%06    4 afgwnnnnn $G$H$IfkdJk$$IfF.*%06    4 awnnnn $G$H$Ifkdl$$IfF.*%06    4 a<Kawnnn $G$H$Ifkdl$$IfF.*%06    4 aabwnnn $G$H$Ifkdrm$$IfF.*%06    4 awnnn $G$H$Ifkd*n$$IfF.*%06    4 a+2:wnnnnn $G$H$Ifkdn$$IfF.*%06    4 a:;Yau|wnnnnn $G$H$Ifkdo$$IfF.*%06    4 awnnnn $G$H$IfkdRp$$IfF.*%06    4 a ,-wnnnnn $G$H$Ifkd q$$IfF.*%06    4 a)*,Reno-=bu{|$%2SZ[wy    " ' C V W ` p       ٵ'h#3B*CJOJPJQJ^JaJph333h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333D-.Rfownnnn $G$H$Ifkdq$$IfF.*%06    4 awnnn $G$H$Ifkdzr$$IfF.*%06    4 awnnn $G$H$Ifkd2s$$IfF.*%06    4 a.=wnnn $G$H$Ifkds$$IfF.*%06    4 a=>bv|wnnnnn $G$H$Ifkdt$$IfF.*%06    4 awnnnn $G$H$IfkdZu$$IfF.*%06    4 a%2wnnn $G$H$Ifkdv$$IfF.*%06    4 a23S[pwwnnnnn $G$H$Ifkdv$$IfF.*%06    4 awnnnn $G$H$Ifkdw$$IfF.*%06    4 awnnn $G$H$Ifkd:x$$IfF.*%06    4 a   ( wnnnn $G$H$Ifkdx$$IfF.*%06    4 a( ) C W a wnnn $G$H$Ifkdy$$IfF.*%06    4 aa b p   wnnn $G$H$Ifkdbz$$IfF.*%06    4 a       wrrfff $$G$H$Ifa$G$H$kd{$$IfF.*%06    4 a     yppp $G$H$Ifkd{$$IfFJ% 06    4 a          !H!I!l!m!$$$$/%0%8%V%b/d/l//////0888888?9@9c9d9d<e<f<ڙڭڙڭ­ڙڭڋڙڭ­~h#35OJQJ^Jo(h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333+      H!I!m!wrrrrerr -DG$H$M G$H$kd|$$IfFJ% 06    4 am!$$/%0%V%=&b/c/d////0088?9d9L:d<e<f< -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$f<h<i<l<<<<<<<BBBBBBBBBBBBBѽѩu_u_K&h#3B*CJOJQJ^JaJo(ph333*h#35B*OJPJQJ^JnHph333tHh#35B*OJQJ^Jph333*h#3B*CJOJPJQJ^JaJo(ph333h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333#h#3B*CJOJQJ^JaJph333h#35OJQJ^J!h#35OJPJQJ^JnHtHf<<<<<BBBBB7C8CuCvCC]I^I_I}III&$d!%d$&d!'d G$H$N!O$P!Q @&G$H$ -DG$H$M G$H$@&BB"C+C.C3C7C?CnCvC~CCC]I_IaIbIcIdIeI|I}IIIII®šخ؋zoz_I_Iخ*h#35B*OJPJQJ^JnHph333tHh#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtHh#3CJOJQJ^JaJo(&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333)h#36B*CJOJQJ]^JaJph333IIIIIIIImddd $G$H$Ifkd>}$$IfF.%06    4 a $$G$H$Ifa$IIIIaJbJ~JJJJwrrec`]rr@&@& -DG$H$M G$H$kd}$$IfF.%06    4 a IIIIJaJcJfJgJ}J~JJJİĢ~mSB,*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtH2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ )h#35CJ OJPJQJ^JaJ nHtHh#35CJ OJQJ^JaJ h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333 JJJJJJJJJJJK:KMKNKzK|KKKKKKKKKKKKKǵwgVgV!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333'h#3B*OJPJQJ^JnHphtHh#35B*OJQJ^Jph333JJJJJJK%Kmddd $G$H$Ifkd~$$IfF.*%06    4 a $$G$H$Ifa$%K&K:KNKRKxKKKKwnnnnnnn $G$H$Ifkd^$$IfF.*%06    4 aKKKKKwnnn $G$H$Ifkd$$IfF.*%06    4 aKKK LL L@LSLLLLLMM(M;M\M^M|MMMMMMMMMMձ՛oZoF'h#3B*CJOJPJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333&h#3B*CJOJQJ^JaJo(ph333h#3CJKHOJQJ^JaJ#h#3B*CJOJQJ^JaJph333/h#3B*CJKHOJQJ^JaJmH phsH KKK L!Lwnnn $G$H$Ifkd΀$$IfF.*%06    4 a!L"L@LTLrLwnnn $G$H$Ifkd$$IfF.*%06    4 arLsLLLLwnnn $G$H$Ifkd>$$IfF.*%06    4 aLLLMMwnnn $G$H$Ifkd$$IfF.*%06    4 aMM(M@M[Mwnnn $G$H$Ifkd$$IfF.*%06    4 a[M\M]M^MhMoM{Mwrrfff $$G$H$Ifa$G$H$kdf$$IfF.*%06    4 a{M|MMMMyppp $G$H$Ifkd$$IfFJ% 06    4 aMMMMNNDN+Owrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd҅$$IfFJ% 06    4 aMNNCNDNP!PRPSP{SSSSSSTTT/T0TUUV VXXXXXX Y Y"Y#Y,YshsXsh#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtH&h#3B*CJOJQJ^JaJo(ph333'h#3B*CJOJPJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333"+OP P!PSP:Q{SSTT0TUUUU VWXX Y#Y$Y@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$,Y4YlYuYxY}YYYYYYYYYYZ)Z*ZyZzZ|Z؜vbbL8&h#3B*CJOJQJ^JaJo(ph333*h#3B*CJOJPJQJ^JaJo(ph333'h#3B*CJOJPJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333)h#36B*CJOJQJ]^JaJph333$YYYYYYYAkd$$IfF.*%06    4 a $$G$H$Ifa$G$H$&$d!%d$&d!'d G$H$N!O$P!Q YYYYYYYZzZ{Z|Znii\ii -DG$H$M G$H$kd>$$IfF.*%06    4 a $G$H$If |ZZZZZZZZZZ&[/[2[7[;[<[D[r[[\\lXB*h#3B*CJOJPJQJ^JaJo(ph333'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH)h#36B*CJOJQJ]^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtH|ZZZZ;[<[r[\\\\]]]]___3___`___ -DG$H$M &$d!%d$&d!'d G$H$N!O$P!Q G$H$@&\\\\\\']/]s]|]]]]]]]]_____2_3_h_p_________ `ȳȳȳȝuȝȳȳȳȝeh#3CJKHOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333)h#36B*CJOJQJ]^JaJph333#h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHph333tH"_______ ``2`h____ $G$H$Ifkd$$IfF.*%06    4 a $$G$H$Ifa$G$H$ ` `3`4`<`b`v````````dzܟܑm\B1!h#35OJPJQJ^JnHtH2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ )h#35CJ OJPJQJ^JaJ nHtHh#35CJ OJQJ^JaJ h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333!h#3CJKHOJQJ^JaJo( 2`3`4`b````` a!awrrec`]rr@&@& -DG$H$M G$H$kd$$IfF.*%06    4 a ````a!a?aOa^aaaaab"bEbSbpbbbbbbbbc&cKcYcxccccccd#da?aOa^avamddd $G$H$Ifkdb$$IfF*%^'06    4 a $$G$H$Ifa$vawaaaawnnn $G$H$Ifkd$$IfF*%^'06    4 aaaaaawnnn $G$H$IfkdΊ$$IfF*%^'06    4 aaaaaawnnn $G$H$Ifkd$$IfF*%^'06    4 aabb#b0bwnnn $G$H$Ifkd>$$IfF*%^'06    4 a0b1bEbTbabwnnn $G$H$Ifkd$$IfF*%^'06    4 aabbbpbbbwnnn $G$H$Ifkd$$IfF*%^'06    4 abbbbbbwriii $G$H$IfG$H$kdf$$IfF*%^'06    4 abbbbcwnnn $G$H$Ifkd$$IfF,%^(06    4 accc'c5cwnnn $G$H$Ifkd֏$$IfF,%^(06    4 a5c6cKcZchcwnnn $G$H$Ifkd$$IfF,%^(06    4 ahcicxcccwnnn $G$H$IfkdF$$IfF,%^(06    4 accccccwriii $G$H$IfG$H$kd$$IfF,%^(06    4 accccdwnnn $G$H$Ifkd$$IfF*%^'06    4 addd$d-dwnnn $G$H$Ifkdn$$IfF*%^'06    4 a-d.d&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd $$IfF,%^(06    4 agiiiijMpNpOpxppppqssst#y$y%yCydy@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$ppppssss#y%y)y*y+yByCyeyfynyyyvzxz|z}z~zzzzzĬĬ|lXI|lh#3CJOJQJ^JaJo('h#3B*CJOJPJQJ^JaJph333h#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtH&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333dyeyfyyvzwzxzzzzzz {{{{|-|.|8|?|K| $$G$H$Ifa$@& -DG$H$M G$H$zzzzzzz {{{{||||||.|L|Z|m|}|~|||İď~s~c~NĜ>Nh#3CJKHOJQJ^JaJ)h#3B*CJOJQJ\^JaJo(ph333h#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtHh#35OJQJ^Jo(&h#3B*CJOJQJ\^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333'h#3B*CJOJPJQJ^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333K|L|Z|n|||yppp $G$H$Ifkdœ$$IfF,%^(06    4 a||}|~|||||};}<}W}+~wrrecc`rrre@& -DG$H$M G$H$kdv$$IfF,%^(06    4 a ||||||}}}<}D}W}k}+~-~1~2~3~H~I~J~i~s~t~~~~~~~ŴمxcMM*h#3B*CJOJPJQJ^JaJo(ph333)h#3B*CJOJQJ\^JaJo(ph333h#35OJQJ^Jo(&h#3B*CJOJQJ\^JaJph333h#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtH&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333'h#3B*CJOJPJQJ^JaJph333+~,~-~I~h~i~~~~ $$G$H$Ifa$ -DG$H$M G$H$@&&:ɀрˁ́ԁ߲uh߲u߉T&h#3B*CJOJQJ^JaJo(ph333h#35OJQJ^Jo('h#3B*CJOJPJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ\^JaJph333#h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtHh#3CJOJQJ^JaJo( yppp $G$H$Ifkd.$$IfF.%06    4 a&Ȁɀwrrecc`rrre@& -DG$H$M G$H$kd$$IfF.%06    4 a ˁ́/0pq345Qijt{ $$G$H$Ifa$ -DG$H$M &$d!%d$&d!'d G$H$N!O$P!Q G$H$@&ԁ܁#&+/0;lnopqy359;<ججn_NCNh#35OJQJ^J!h#35OJPJQJ^JnHtHh#3CJOJQJ^JaJo('h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333)h#36B*CJOJQJ]^JaJph333<PQjʃރ)+/2JKmnv…ׅ؅͹ͤ͐́v^͐Mv h#35CJOJQJ^JaJo(/h#3B*CJOJPJQJ^JaJnHph333tHh#35OJQJ^Jh#3CJOJQJ^JaJo('h#3B*CJOJPJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ\^JaJph333#h#3B*CJOJQJ^JaJph333!h#35OJPJQJ^JnHtHh#35B*OJQJ^Jph333yppp $G$H$Ifkd$$IfF.%06    4 aʃ)*+Kmnwrrecc`rrre@& -DG$H$M G$H$kdN$$IfF.%06    4 a ؅9:Spqr‡· $$G$H$Ifa$ -DG$H$M G$H$@&؅م5789:BSgprvxyχ,yưƛxg\gLgƇڇh#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtHh#3CJOJQJ^JaJo(&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333*h#3B*CJOJPJQJ^JaJo(ph333'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333·χއyppp $G$H$Ifkd$$IfF.%06    4 ayˆwrebrrVVV $$G$H$Ifa$@& -DG$H$M G$H$kd$$IfF.%06    4 a yz~È8FmyΉ܉!"#$&'+,-5L`WX_zᴠxxxxxxxxxcc)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ^JaJo(ph333&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtHh#3CJOJQJ^JaJ$ˆÈΈوyppp $G$H$Ifkdr$$IfF%^06    4 a#wnnn $G$H$Ifkd&$$IfF%^06    4 a#$8G[wnnn $G$H$Ifkdޣ$$IfF%^06    4 a[\mzwnnn $G$H$Ifkd$$IfF%^06    4 awnnn $G$H$IfkdN$$IfF%^06    4 aΉ݉wnnn $G$H$Ifkd$$IfF%^06    4 a#+wnnnnn $G$H$Ifkd$$IfF%^06    4 a+,-LWXzawrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kdv$$IfF%^06    4 az`bcjMORScdij瞏ziO>(*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtH2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ )h#35CJ OJPJQJ^JaJ nHtHh#35CJ OJQJ^JaJ h#3CJOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH abckMNdw $$G$H$Ifa$@&@&G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$ jvw؎;VijȲȌxxxxxxdR>x&h#3B*CJOJQJ^JaJo(ph#h#3B*CJOJQJ^JaJph'h#3B*CJKHOJQJ^JaJph&h#3B*CJOJQJ^JaJo(ph#h#3B*CJOJQJ^JaJph&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333*h#35B*OJPJQJ^JnHphtHh#35B*OJQJ^Jph333Ў؎yppppp $G$H$Ifkd.$$IfF,%^(06    4 a'1;wnnnnn $G$H$Ifkd$$IfF,%^(06    4 a;<Vjwnnnn $G$H$Ifkd$$IfF,%^(06    4 aЏ؏:wnnnnnn $G$H$IfkdR$$IfF,%^(06    4 a؏܏9:ȐېƑHIsdzdz~jdzdzV'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph&h#3B*CJOJQJ^JaJo(ph333!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ^JaJo(ph#h#3B*CJOJQJ^JaJph&h#3B*CJOJQJ^JaJo(ph#h#3B*CJOJQJ^JaJph333Ȑܐwnnnnn $G$H$Ifkd $$IfF,%^(06    4 aƑёۑIwnnnnnnnn $G$H$Ifkd«$$IfF,%^(06    4 a IJkswnnnnn $G$H$Ifkdz$$IfF,%^(06    4 awrrrfff $$G$H$Ifa$G$H$kd2$$IfF,%^(06    4 aÓǓړۓ !STU\G[͘ĬėăăĬăăĬo^S^h#35OJQJ^J!h#35OJPJQJ^JnHtH&h#3B*CJOJQJ^JaJo(ph333'h#3B*CJOJPJQJ^JaJph333)h#3B*CJOJQJ\^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333ÓǓٓyppp $G$H$Ifkd$$IfF,%^(06    4 aٓړۓ TUowrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd$$IfF,%^(06    4 aoG͘)*S?@AWmnx $$G$H$Ifa$@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$)*2Sg?AEFGW^mnTUV^kmnqyҟԟ͸͐́v͐bb͸bb͐Th#3CJOJQJ^JaJ&h#3B*CJOJQJ^JaJo(ph333h#35OJQJ^Jh#3CJOJQJ^JaJo('h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333!h#35OJPJQJ^JnHtHh#35B*OJQJ^Jph333 (Tmddddddddd $G$H$IfkdV$$IfF%06    4 a $$G$H$Ifa$ TUVyҟӟwrrec`]rr@&@& -DG$H$M G$H$kd $$IfF%06    4 a ԟ֟؟ٟ3CcʰyeS=)Se&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtH2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ h#35CJ OJQJ^JaJ )h#35CJ OJPJQJ^JaJ nHtH&23CRmmddd $G$H$Ifkd°$$IfF,%^(06    4 a $$G$H$Ifa$clmàʠˠcyѡ 5<=hjpǢ!FMNqsyǣ':;J!h#3CJKHOJQJ^JaJo(h#3CJKHOJQJ^JaJ/h#3B*CJOJPJQJ^JaJnHph333tH&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333?mnwnnnnn $G$H$Ifkdv$$IfF,%^(06    4 aàˠ۠wnnnnn $G$H$Ifkd.$$IfF,%^(06    4 a&=cwnnnnn $G$H$Ifkd$$IfF,%^(06    4 acdywnnnnn $G$H$Ifkd$$IfF,%^(06    4 aѡwnnnnn $G$H$IfkdV$$IfF,%^(06    4 a5=ahpwnnnnn $G$H$Ifkd$$IfF,%^(06    4 apqǢwnnn $G$H$IfkdƵ$$IfF,%^(06    4 aǢȢ!wnnnnn $G$H$Ifkd~$$IfF,%^(06    4 a!"FNjqywnnnnn $G$H$Ifkd6$$IfF,%^(06    4 ayzǣwnnnnn $G$H$Ifkd$$IfF,%^(06    4 aǣȣwnnn $G$H$Ifkd$$IfF,%^(06    4 a';Jwnnn $G$H$Ifkd^$$IfF,%^(06    4 aJKmownnn $G$H$Ifkd$$IfF,%^(06    4 aJmڤۤ :Zab~ʥ$*+BCKLNpĦӦ,Ucds§ +>?@Pwڨ /=>h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333Oäwnnnnn $G$H$Ifkdκ$$IfF,%^(06    4 a &:wnnnn $G$H$Ifkd$$IfF,%^(06    4 a:;Zbw~wnnnnn $G$H$Ifkd>$$IfF,%^(06    4 aʥwnnn $G$H$Ifkd$$IfF,%^(06    4 aʥ˥wnnn $G$H$Ifkd$$IfF,%^(06    4 a%+NOwnnnnn $G$H$Ifkdf$$IfF,%^(06    4 aOPpwnnnn $G$H$Ifkd$$IfF,%^(06    4 aĦӦwnnn $G$H$Ifkdֿ$$IfF,%^(06    4 a,wnnn $G$H$Ifkd$$IfF,%^(06    4 a,-Udswnnn $G$H$IfkdF$$IfF,%^(06    4 ast§wnnnnn $G$H$Ifkd$$IfF,%^(06    4 a§ç wnnnnn $G$H$Ifkd$$IfF,%^(06    4 a  +?@Pwnnnn $G$H$Ifkdn$$IfF,%^(06    4 aPQwwnnnnn $G$H$Ifkd&$$IfF,%^(06    4 aڨ wnnnn $G$H$Ifkd$$IfF,%^(06    4 a  />Lwnnn $G$H$Ifkd$$IfF,%^(06    4 a>Kjqrũ$%'K^gh{۪(/079>\oy˫ޫ߫   "@Gڴ&h#3B*CJOJQJ\^JaJph333*h#3B*CJOJPJQJ^JaJo(ph333h#3CJKHOJQJ^JaJ#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333;LMjrwnnn $G$H$IfkdN$$IfF,%^(06    4 aũwnnn $G$H$Ifkd$$IfF,%^(06    4 aũƩ'(wnnnnn $G$H$Ifkd$$IfF,%^(06    4 a()K_h|wnnnn $G$H$Ifkdv$$IfF,%^(06    4 a|}wnnn $G$H$Ifkd.$$IfF,%^(06    4 a۪wnnnnn $G$H$Ifkd$$IfF,%^(06    4 a(07?wnnnn $G$H$Ifkd$$IfF,%^(06    4 a?@\pywnnn $G$H$IfkdV$$IfF,%^(06    4 ayzwnnnn $G$H$Ifkd$$IfF,%^(06    4 a˫߫wnnn $G$H$Ifkd$$IfF,%^(06    4 a wnnn $G$H$Ifkd~$$IfF,%^(06    4 a !",3?wrrfff $$G$H$Ifa$G$H$kd6$$IfF,%^(06    4 a?@GK]yppp $G$H$Ifkd$$IfF,%^(06    4 aGK^`hЬѬҬ٬ڬ!#+L`ɼʼҼ՘՘լ՘՘shsXs՘՘h#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtH&h#3B*CJOJQJ^JaJo(ph333'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH"]^_`ѬҬڬwrrrerr -DG$H$M G$H$kd$$IfF,%^(06    4 aڬ"#Lɼʼ !@&@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$  !?FJ]ʻʪs[G3[&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tHh#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtH h#35CJ OJQJ\^JaJ h#35CJ OJQJ^JaJ )h#35CJ OJPJQJ^JaJ nHtHh#3CJOJQJ^JaJ#h#3B*CJOJQJ^JaJph333!+2>?FJ\mddd $G$H$IfkdZ$$IfFJ% 06    4 a $$G$H$Ifa$\]^wrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd$$IfFJ% 06    4 a]^f[\]dexzİİĘİİĘshsXsĄh#35B*OJQJ^Jph333h#35OJQJ^J!h#35OJPJQJ^JnHtH&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333"\]eMxyz $$G$H$Ifa$@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$ yppppp $G$H$Ifkd$$IfF.%06    4 a3wrreb``@& -DG$H$M G$H$kdz$$IfF.%06    4 a3G*56<j˼r]r])h#35CJ OJPJQJ^JaJ nHtHh#35CJ OJQJ^JaJ &h#3B*CJOJQJ^JaJo(ph333h#35CJ^JaJh#3CJ^JaJo( h#35CJ(OJQJ\^JaJ(h#35CJ(OJQJ^JaJ(h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333*6BFR $$Ifa$I^#$d!%d$&d 'd$N!O$P Q$RS]jlc]TKT $$Ifa$ $$Ifa$$Ifkd2$$If      \ g%V t064 a-' $$Ifa$$Ifkd$$If4      ,\ g%V  t(064 af4p(kdZ$$If4      \ g%V  t(064 af4p( $G$H$If $$Ifa$ $$Ifa$ $$Ifa$$If/) $$Ifa$$Ifkd$$If4      \ g%V  t(064 af4p(kd$$If4      \ g%V  t(064 af4p( $$Ifa$ $$Ifa$ $$Ifa$ $$Ifa$$If/) $$Ifa$$Ifkd2$$If4      \ g%V  t(064 af4p(kdz$$If4      \ g%V  t(064 af4p( $$Ifa$ $$Ifa$!CDNUabi`W $G$H$Ifkd$$IfFJ% 06    4 a $$G$H$Ifa$G$H$@&@&   !()*CDbimʹmUmAmUmmAmAmUm'h#3B*CJOJPJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtHh#35OJQJ^J2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ imni\i -DG$H$M G$H$kdv$$IfFJ% 06    4 a $G$H$If $$G$H$Ifa$@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$@VWU]ڮt\H\'h#3B*CJKHOJQJ^JaJph/h#3B*CJKHOJQJ^JaJmH phsH h#35B*OJQJ^Jph333!h#35OJPJQJ^JnHtHh#35OJQJ^Jh#3CJOJQJ^JaJ/h#3B*CJOJPJQJ^JaJnHph333tH'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph3333;Wypp_$-D9DIfM $G$H$Ifkd.$$IfF.%06    4 aWXv~wnnn $G$H$Ifkd$$IfF.%06    4 awnnn $G$H$Ifkd$$IfF.%06    4 awnnn $G$H$IfkdR$$IfF.%06    4 a%)FTwnnnn $G$H$Ifkd $$IfF.%06    4 aTUuvwwrecc`]rr@&@& -DG$H$M G$H$kd$$IfF.%06    4 a uwxyz{˼|q`J:Jh#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtHh#35OJQJ^J2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ )h#35CJ OJPJQJ^JaJ nHtHh#35CJ OJQJ^JaJ h#3CJOJQJ^JaJ#h#3B*CJOJQJ^JaJph333'h#3B*CJOJPJQJ^JaJph333Ylm   &*7K !"*37FZIJIJزuIJزuIJز؊)h#3B*CJOJQJ\^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tHh#3CJKHOJQJ^JaJ#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333+ mddddddd $G$H$Ifkdz$$IfF*%^'06    4 a $$G$H$Ifa$ *7FTcq +9K $G$H$IfKLYmrwnnnn $G$H$Ifkd.$$IfF*%^'06    4 a wnnnnn $G$H$Ifkd$$IfF*%^'06    4 a7!"Fwrrerrerrec -DG$H$M G$H$kd$$IfF*%^'06    4 a  #,@pXJ;h#35CJ OJQJ^JaJ h#3CJOJQJ^JaJ/h#3B*CJOJPJQJ^JaJnHph333tH)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333!h#35OJPJQJ^JnHtHh#35OJQJ^Je\\ $G$H$IfkdV$$IfF.%06    4 a $$G$H$Ifa$G$H$@&   ,nii\ZWTi@&@& -DG$H$M G$H$kd $$IfF.%06    4 a $G$H$If ʰ~n~VD0'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tHh#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtHh#35OJQJ^J2h#35B*CJ OJPJQJ^JaJ nHph333tH h#35CJ OJQJ\^JaJ h#35CJ OJQJ^JaJ )h#35CJ OJPJQJ^JaJ nHtH h___ $G$H$Ifkd$$IfFJ% 06    4 a $$G$H$Ifa$G$H$*UVW^_X[\]^ghiwxڮڮ™ڮڮŽ}}m}Yڮ&h#3B*CJOJQJ^JaJo(ph333h#35B*OJQJ^Jph333!h#35OJPJQJ^JnHtHh#35OJQJ^J)h#3B*CJOJQJ\^JaJo(ph333'h#3B*CJOJPJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333"VW_Fwrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kdv$$IfFJ% 06    4 aFWXhwx $$G$H$Ifa$@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$yppp $G$H$Ifkd.$$IfFJ% 06    4 a56>VjCDQTU՘՘՘՘yeZOh#35CJ^JaJh#3CJ^JaJo('h#3B*CJOJPJQJ^JaJph333 h#35CJ(OJQJ\^JaJ(h#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tHwrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd$$IfFJ% 06    4 a56VCDQUa $$Ifa$I^#$d!%d$&d!'d$N!O$P!Q$@& -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$U[  ̽}raK;Kh#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtHh#35OJQJ^J h#35CJ OJQJ\^JaJ 2h#35B*CJ OJPJQJ^JaJ nHphtH)h#35CJ OJPJQJ^JaJ nHtHh#35CJ OJQJ^JaJ &h#3B*CJOJQJ^JaJo(ph333#h#3B*CJOJQJ^JaJph333h#3CJOJQJ^JaJaeqr{QK$Ifkd$$If      \%? t064 a $$Ifa$ $$Ifa$-' $$Ifa$$Ifkdv$$If4      ,\%?  t(064 af4p(kd$$If4      \%?  t(064 af4p( $$Ifa$ $$Ifa$ $$Ifa$ $$Ifa$$If/) $$Ifa$$Ifkd $$If4      \%?  t(064 af4p( kdR$$If      \%?  t(064 ap( $$Ifa$ $$Ifa$ 01;BNO`kd$$IfF,%^(06    4 a $$G$H$Ifa$G$H$@&@& 01OVi!"M`:MEFMi;<=ESg (՝՝՝՝՝՝՝՝՝խttt)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ^JaJo(ph333h#3CJKHOJQJ^JaJ&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH-OVjnkdC$$IfF,%^(06    4 a $G$H$Ifwnnnn $G$H$Ifkd$$IfF,%^(06    4 a"'Ewnnnn $G$H$Ifkd$$IfF,%^(06    4 aEFMa}wnnn $G$H$Ifkdk$$IfF,%^(06    4 a}~wnnnn $G$H$Ifkd#$$IfF,%^(06    4 awnnnn $G$H$Ifkd$$IfF,%^(06    4 a4wnnn $G$H$Ifkd$$IfF,%^(06    4 a45:Nhwnnn $G$H$IfkdK$$IfF,%^(06    4 ahiptwnnn $G$H$Ifkd$$IfF,%^(06    4 aEFiPwrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd$$IfF,%^(06    4 aP;=S(yz $$G$H$Ifa$@&G$H$&$d!%d!&d!'d$G$H$N!O!P!Q$ -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$(yz{~';ʿvbNv9Nvbvؿ)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtHh#35OJQJ^Jh#3CJOJQJ^JaJh#3CJOJQJ^JaJo(/h#3B*CJOJPJQJ^JaJnHph333tHyppp $G$H$Ifkd$$IfF.%06    4 awnnn $G$H$Ifkd5$$IfF.%06    4 a'wrrerrbrr@& -DG$H$M G$H$kd$$IfF.%06    4 a   2ȴȋȴ}peTeȴ!h#35OJPJQJ^JnHtHh#35OJQJ^Jh#35OJQJ^Jo(h#3CJOJQJ^JaJ)h#3B*CJOJQJ\^JaJo(ph333&h#3B*CJOJQJ\^JaJph333'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333h#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtH mddd $G$H$Ifkd$$IfF.%06    4 a $$G$H$Ifa$   wrrerr_rr@&G$H$ -DG$H$M G$H$kdY$$IfF.%06    4 a mddd $G$H$Ifkd$$IfFJ% 06    4 a $$G$H$Ifa$56=>st|}՘՘nXHh#35B*OJQJ^Jph333*h#35B*OJPJQJ^JnHphtH!h#35OJPJQJ^JnHtHh#35OJQJ^Jh#3CJOJQJ^JaJ'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333#h#3B*CJOJQJ^JaJph333/h#3B*CJOJPJQJ^JaJnHph333tH56>%wrrerr>&$d!%d$&d!'d$G$H$N!O$P!Q$ -DG$H$M G$H$kd$$IfFJ% 06    4 a%st}#VWbk@&G$H$@&G$H$ -DG$H$M G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$"#7IVWbjkǵǵteVK<h#35KHOJPJQJ^Jh#35OJQJ^Jh#35CJOJQJ^JaJh#35CJ(OJQJ^JaJ(h#3CJOJQJ^JaJh#3OJQJ^Jo(&h#3B*CJOJQJ^JaJo(ph333'h#3B*CJOJPJQJ^JaJph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333h#3CJOJQJ^JaJo(U/07]^f $$G$H$Ifa$&$d!%d$&d!'d G$H$N!O$P!Q 7$8$H$G$H$@&G$H$./0?GQ\]^fɶ~iɤ~UBBۤ%h#3CJKHOJPJQJ\^JaJ'h#3B*CJOJPJQJ^JaJph333)h#36B*CJOJQJ]^JaJph333&h#3B*CJOJQJ^JaJo(ph333"h#3CJKHOJPJ QJ^JaJ"h#3CJKHOJPJQJ^JaJ%h#3CJKHOJPJQJ^JaJo(#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333 h#35KHOJPJQJ\^JymZL $$7$8$H$Ifa$ $7$8$H$If] $$G$H$Ifa$kd}$$IfF5u %:06    4 a,MNX^stx'h#3B*CJOJPJQJ^JaJph333&h#3B*CJOJQJ\^JaJph333)h#3B*CJOJQJ\^JaJo(ph333"h#3CJKHOJPJQJ^JaJ/h#3B*CJKHOJQJ^JaJmHphsH#h#3B*CJOJQJ^JaJph333,wkk` $7$8$H$If $$G$H$Ifa$kd1$$IfF5u %:06    4 a-Mwkk] $$7$8$H$Ifa$ $$G$H$Ifa$kd$$IfF5u %:06    4 aMNX_swkk] $$7$8$H$Ifa$ $$G$H$Ifa$kd$$IfF5u %:06    4 astxwkk] $$7$8$H$Ifa$ $$G$H$Ifa$kdY$$IfF5u %:06    4 awkk] $$7$8$H$Ifa$ $$G$H$Ifa$kd$$IfF5u %:06    4 awkk] $$7$8$H$Ifa$ $$G$H$Ifa$kd$$IfF5u %:06    4 awkk] $$7$8$H$Ifa$ $$G$H$Ifa$kd$$IfF5u %:06    4 awrrrerr -DG$H$M G$H$kd9$$IfF5u %:06    4 a    " # ; < I [          &$d!%d$&d!'d G$H$N!O$P!Q @&G$H$G$H$&$d!%d$&d!'d$G$H$N!O$P!Q$          " # B H [ c k u  ucN<"h#3CJKHOJPJQJ^JaJ)h#36B*CJOJQJ]^JaJph333#h#35KHOJPJQJ\^Jo(&h#3B*CJOJQJ\^JaJph333h#35KHOJPJQJ^J h#35KHOJPJQJ^Jo(h#35OJQJ^Jo(h#35OJQJ^J#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333/h#3B*CJOJPJQJ^JaJnHph333tH             e k        HH1H8H9H;HH?HAHBHDHEHKHLHMHOHPHVHWHXHYHZH]H^HƴƴƴƴƝƴƕvhF:^0JmHnHu h#30Jjh#30JUh#3jh#3UU)h#36B*CJOJQJ]^JaJph333#h#3B*CJOJQJ^JaJph333&h#3B*CJOJQJ^JaJo(ph333"h#3CJKHOJPJQJ^JaJ%h#3CJKHOJPJQJ^JaJo(.   ' C Z [ l         2H3H4H5H6H7H8H:H;HG$H$&$d!%d$&d!'d G$H$N!O$P!Q stream format : mu-law/mono/sample rate:8K/8-bits     PAGE  PAGE 9 ;H=H>H@HAHCHDHMHNHOHZH[H\H]H^HG$H$&`#$:&P 0px1m2P. A!n"n#S$S%S }DyK _Toc301362661}DyK _Toc301362661}DyK _Toc301362662}DyK _Toc301362662}DyK _Toc301362663}DyK _Toc301362663}DyK _Toc301362664}DyK _Toc301362664}DyK _Toc301362665}DyK _Toc301362665}DyK _Toc301362666}DyK _Toc301362666}DyK _Toc301362667}DyK _Toc301362667}DyK _Toc301362668}DyK _Toc301362668}DyK _Toc301362669}DyK _Toc301362669}DyK _Toc301362670}DyK _Toc301362670}DyK _Toc301362671}DyK _Toc301362671}DyK _Toc301362672}DyK _Toc301362672}DyK _Toc301362673}DyK _Toc301362673}DyK _Toc301362674}DyK _Toc301362674}DyK _Toc301362675}DyK _Toc301362675}DyK _Toc301362676}DyK _Toc301362676}DyK _Toc301362677}DyK _Toc301362677}DyK _Toc301362678}DyK _Toc301362678}DyK _Toc301362679}DyK _Toc301362679}DyK _Toc301362680}DyK _Toc301362680}DyK _Toc301362681}DyK _Toc301362681}DyK _Toc301362682}DyK _Toc301362682}DyK _Toc301362683}DyK _Toc301362683}DyK _Toc301362684}DyK _Toc301362684}DyK _Toc301362685}DyK _Toc301362685}DyK _Toc301362686}DyK _Toc301362686}DyK _Toc301362687}DyK _Toc301362687}DyK _Toc301362688}DyK _Toc301362688}DyK _Toc301362689}DyK _Toc301362689}DyK _Toc301362690}DyK _Toc301362690}DyK _Toc301362691}DyK _Toc301362691}DyK _Toc301362692}DyK _Toc301362692}DyK _Toc301362693}DyK _Toc301362693}DyK _Toc301362694}DyK _Toc301362694}DyK _Toc301362695}DyK _Toc301362695}DyK _Toc301362696}DyK _Toc301362696}DyK _Toc301362697}DyK _Toc301362697}DyK _Toc301362698}DyK _Toc301362698}DyK _Toc301362699}DyK _Toc301362699}DyK _Toc301362700}DyK _Toc301362700}DyK _Toc301362701}DyK _Toc301362701}DyK _Toc301362702}DyK _Toc301362702}DyK _Toc301362703}DyK _Toc301362703}DyK _Toc301362704}DyK _Toc301362704}DyK _Toc301362705}DyK _Toc301362705}DyK _Toc301362706}DyK _Toc301362706}DyK _Toc301362707}DyK _Toc301362707}DyK _Toc301362708}DyK _Toc301362708}DyK _Toc301362709}DyK _Toc301362709}DyK _Toc301362710}DyK _Toc301362710}DyK _Toc301362711}DyK _Toc301362711}DyK _Toc301362712}DyK _Toc301362712}DyK _Toc301362713}DyK _Toc301362713}DyK _Toc301362714}DyK _Toc301362714}DyK _Toc301362715}DyK _Toc301362715}DyK _Toc301362716}DyK _Toc301362716}DyK _Toc301362717}DyK _Toc301362717}DyK _Toc301362718}DyK _Toc301362718}DyK _Toc301362719}DyK _Toc301362719}DyK _Toc301362720}DyK _Toc301362720}DyK _Toc301362721}DyK _Toc301362721}DyK _Toc301362722}DyK _Toc301362722}DyK _Toc301362723}DyK _Toc301362723}DyK _Toc301362724}DyK _Toc301362724}DyK _Toc301362725}DyK _Toc301362725}DyK _Toc301362726}DyK _Toc301362726}DyK _Toc301362727}DyK _Toc301362727}DyK _Toc301362728}DyK _Toc301362728}DyK _Toc301362729}DyK _Toc301362729}DyK _Toc301362730}DyK _Toc301362730}DyK _Toc301362731}DyK _Toc301362731}DyK _Toc301362732}DyK _Toc301362732}DyK _Toc301362733}DyK _Toc301362733}DyK _Toc301362734}DyK _Toc301362734}DyK _Toc301362735}DyK _Toc301362735}DyK _Toc301362736}DyK _Toc301362736}DyK _Toc301362737}DyK _Toc301362737}DyK _Toc301362738}DyK _Toc301362738}DyK _Toc301362739}DyK _Toc301362739}DyK _Toc301362740}DyK _Toc301362740}DyK _Toc301362741}DyK _Toc301362741}DyK _Toc301362742}DyK _Toc301362742}DyK _Toc301362743}DyK _Toc301362743}DyK _Toc301362744}DyK _Toc301362744}DyK _Toc301362745}DyK _Toc301362745}DyK _Toc301362746}DyK _Toc301362746}DyK _Toc301362747}DyK _Toc301362747}DyK _Toc301362748}DyK _Toc301362748}DyK _Toc301362749}DyK _Toc301362749}DyK _Toc301362750}DyK _Toc301362750}DyK _Toc301362751}DyK _Toc301362751}DyK _Toc301362752}DyK _Toc301362752}DyK _Toc301362753}DyK _Toc301362753}DyK _Toc301362754}DyK _Toc301362754}DyK _Toc301362755}DyK _Toc301362755}DyK _Toc301362756}DyK _Toc301362756}DyK _Toc301362757}DyK _Toc301362757}DyK _Toc301362758}DyK _Toc301362758}DyK _Toc301362759}DyK _Toc301362759}DyK _Toc301362760}DyK _Toc301362760}DyK _Toc301362761}DyK _Toc301362761}DyK _Toc301362762}DyK _Toc301362762}DyK _Toc301362763}DyK _Toc301362763}DyK _Toc301362764}DyK _Toc301362764}DyK _Toc301362765}DyK _Toc301362765}DyK _Toc301362766}DyK _Toc301362766}DyK _Toc301362767}DyK _Toc301362767}DyK _Toc301362768}DyK _Toc301362768}DyK _Toc301362769}DyK _Toc301362769}DyK _Toc301362770}DyK _Toc301362770$$If!vh5s55#vs#v#v:V  t065s55$$If!vh5s55#vs#v#v:V  t065s55$$If!vh5s55#vs#v#v:V  t065s55$$If!vh5s55#vs#v#v:V  t065s55$$If!vh5s55#vs#v#v:V  t065s55$$If!vh5s55#vs#v#v:V  t065s55$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh55#v:V  t065$$If!vh5?5555` #v?#v#v#v` :V  t06,555544 b$$If!vh5?5555` #v?#v#v#v` :V 4d t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2^$$If!vh5?5555` #v?#v#v#v` :V 4 t206+,555544 f4p2$$If!vh555#v#v#v:V 06555 44 $$If!vh555#v#v#v:V 06555 44 $$If!vh555#v#v#v:V 06555 44 $$If!vh555#v#v#v:V a06555 44 $$If!vh555#v#v#v:V 06555 44 $$If!vh555#v#v#v:V 06555 44 $$If!vh555#v#v#v:V 06555 44 $$If!vh555#v#v#v:V 06555 44 $$If!vh555#v#v#v:V 06555 44 $$If!vh555#v#v#v:V 06555 44 $$If!vh555#v#v#v:V 06555 44 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh5>55 #v>#v#v :V 065q 5 544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 406+55544 f4$$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh555#v#v#v:V 0655544 $$If!vh5w55#vw#v#v:V 065~5544 $$If!vh5w55#vw#v#v:V 065~5544 $$If!vh5w55#vw#v#v:V 065~5544 $$If!vh595} 5( #v9#v} #v( :V 065^5i544 $$If!vh595} 5( #v9#v} #v( :V 065^5i544 $$If!vh595} 5( #v9#v} #v( :V 065^5i544 $$If!vh595} 5( #v9#v} #v( :V 065^5i544 $$If!vh595} 5( #v9#v} #v( :V 065^5i544 $$If!vh595} 5( #v9#v} #v( :V 065^5i544 $$If!vh595} 5( #v9#v} #v( :V 065^5i544 $$If!vh595} 5( #v9#v} #v( :V 065^5i544 $$If!vh595} 5( #v9#v} #v( :V 065^5i544 $$If!vh555( #v#v#v( :V 065 5544 $$If!vh555( #v#v#v( :V 065 5544 $$If!vh555( #v#v#v( :V 065 5544 $$If!vh555( #v#v#v( :V 065 5544 $$If!vh5 5= 5 #v #v= #v :V 0655544 $$If!vh5 5= 5 #v #v= #v :V 0655544 $$If!vh5 5= 5 #v #v= #v :V 0655544 $$If!vh5 5= 5 #v #v= #v :V 0655544 $$If!vh55l5 #v#vl#v :V 065 55-44 $$If!vh55l5 #v#vl#v :V 065 55-44 $$If!vh5 545#v #v4#v:V 06555 44 $$If!vh5 545#v #v4#v:V 06555 44 $$If!vh5 545#v #v4#v:V 06555 44 $$If!vh5 545#v #v4#v:V 06555 44 $$If!vh5 545#v #v4#v:V 06555 44 $$If!vh5 545#v #v4#v:V 06555 44 $$If!vh5E 5 555y #vE #v #v#v#vy :V  t065L5555g44 j$$If!vh5E 5 555y #vE #v #v#v#vy :V 4, t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2f$$If!vh5E 5 555y #vE #v #v#v#vy :V 4 t206+5L5555g44 f4p2[$$If!vh5E 5 555y #vE #v #v#v#vy :V  t2065L5555g44 p2$$If!vh555\#v#v#v\:V 0655\44 a$$If!vh555\#v#v#v\:V 406++55\44 af4$$If!vh555\#v#v#v\:V 406++55\44 af4$$If!vh555\#v#v#v\:V 0655\44 a$$If!vh555\#v#v#v\:V 0655\44 a$$If!vh555\#v#v#v\:V 0655\44 a$$If!vh555\#v#v#v\:V 0655\44 a$$If!vh555\#v#v#v\:V 0655\44 a$$If!vh555\#v#v#v\:V 0655\44 a$$If!vh555\#v#v#v\:V 0655\44 a$$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555 #v#v#v :V 06555 44 a$$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh5U55{#vU#v#v{:V 065l55x44 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh55Y5 #v#vY#v :V 0655544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh5J55 #vJ#v#v :V 0655544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5955#v9#v#v:V 065^5544 $$If!vh5955#v9#v#v:V 065^5544 $$If!vh5955#v9#v#v:V 065^5544 $$If!vh5955#v9#v#v:V 065^5544 $$If!vh5955#v9#v#v:V 065^5544 $$If!vh5955#v9#v#v:V 065^5544 $$If!vh5955#v9#v#v:V 065^5544 $$If!vh5955#v9#v#v:V 065^5544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5575#v#v7#v:V 0655544 $$If!vh5575#v#v7#v:V 0655544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5: 5I 5{5 #v: #vI #v{#v :V  t06,,55V5544 J$$If!vh5: 5I 5{5 #v: #vI #v{#v :V 4,  t(06+,,55V5544 f4p(F$$If!vh5: 5I 5{5 #v: #vI #v{#v :V 4  t(06+,,55V5544 f4p(F$$If!vh5: 5I 5{5 #v: #vI #v{#v :V 4  t(06+,,55V5544 f4p(F$$If!vh5: 5I 5{5 #v: #vI #v{#v :V 4  t(06+,,55V5544 f4p(F$$If!vh5: 5I 5{5 #v: #vI #v{#v :V 4  t(06+,,55V5544 f4p(F$$If!vh5: 5I 5{5 #v: #vI #v{#v :V 4  t(06+,,55V5544 f4p($$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh595 5 #v9#v #v :V 065^5'544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh55 5[5 #v#v #v[#v :V  t06,,555?544 J$$If!vh55 5[5 #v#v #v[#v :V 4,  t(06+,,555?544 f4p(F$$If!vh55 5[5 #v#v #v[#v :V 4  t(06+,,555?544 f4p(F$$If!vh55 5[5 #v#v #v[#v :V 4  t(06+,,555?544 f4p(;$$If!vh55 5[5 #v#v #v[#v :V   t(06,,555?544 p($$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(544 $$If!vh5955 #v9#v#v :V 065^5(5/ 44 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh5J55#vJ#v#v:V 0655544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh555x #v#v#vx :V 065 5544 $$If!vh5Q5@5M#vQ#v@#vM:V 065:5544 $$If!vh5Q5@5M#vQ#v@#vM:V 065:5544 $$If!vh5Q5@5M#vQ#v@#vM:V 065:5544 $$If!vh5Q5@5M#vQ#v@#vM:V 065:5544 $$If!vh5Q5@5M#vQ#v@#vM:V 065:5544 $$If!vh5Q5@5M#vQ#v@#vM:V 065:5544 $$If!vh5Q5@5M#vQ#v@#vM:V 065:5544 $$If!vh5Q5@5M#vQ#v@#vM:V 065:5544 $$If!vh5Q5@5M#vQ#v@#vM:V 065:5544 b$  666666666vvvvvvvvv666666>6666666666666666666666666666666666666666666666666hH6666666666666666666666666666666666666666666666666666666666666666662 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~PJ _HmH nHsH tHD`D gQe1$ CJKH_HaJmH nHsH tH$A`$ -k=W[WFi@F 0h*B*ph,, short_text! hps2V12 ]gv#P} >*B* ph6 @B6 >\ 9r G$CJaJ)@Q x6b6  9r G$CJaJ O explhoh Default1$7$8$H$1B*CJOJQJ^J_HaJmH nHphsH tH$@$ v 10@0 v 2VD^<@< v 3 % VD^00 v 4VDX^00 v 5VD ^00 v 6` VD^` 00 v 7 @ VD^@ 00 v 8! VDx^ 00 v 9"VD@^H1Hl jack_chenCJOJPJ QJ^JaJphPK![Content_Types].xmlj0Eжr(΢Iw},-j4 wP-t#bΙ{UTU^hd}㨫)*1P' ^W0)T9<l#$yi};~@(Hu* Dנz/0ǰ $ X3aZ,D0j~3߶b~i>3\`?/[G\!-Rk.sԻ..a濭?PK!֧6 _rels/.relsj0 }Q%v/C/}(h"O = C?hv=Ʌ%[xp{۵_Pѣ<1H0ORBdJE4b$q_6LR7`0̞O,En7Lib/SeеPK!kytheme/theme/themeManager.xml M @}w7c(EbˮCAǠҟ7՛K Y, e.|,H,lxɴIsQ}#Ր ֵ+!,^$j=GW)E+& 8PK!aWtheme/theme/theme1.xmlYMoE#F{oc'vGuرhF[x=ޝfvg53Nj/H $DA Q NR+DkRJxgfwiFPA}H1_1G1¢3D}$쪧2eHp ;\[aHWXX$V[|hrv.٘&0LВfp\aKR`j-jT3Α 15 so`l//1] fdn,,& "!Ic힍Q)sS#}{ kH;Njse{(e<#bq7F}!'MogZ%ug>ib6U>f#3-*\SXDHehSüJSZn=-lK+ G7d4"*}gVNJ^8G6;¯SR W#G6]:fIvK4d 7u` mNn)S23S~7KCnsF^*Ѕ]-p !NdO5gyڡ# B-{ jwY,ed2LGX_e{(T7$mw4紂r|5OO>(&bɮj y /cV- V iٿ 'jmǚx)Q(GψIcV?4hf6gtM&ʺ6ײ'\gk͎:;\qN-S;ks] =Z42&0旭N|pcI&MI`={DCPK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 +_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!aWtheme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] ^L $$$'I  u ) 5-Gw2RAX>x3b q!""'##k$ %%A&&B''@((F))E**@++0,,V--O..K/035;>AzDG_NQUhXnZ\d_m,yz$Zۄ^ߌ"Ց ϕRRtæ Xq ?V84(&<52) f<BIJKM,Y|Z\ ``Uepz|ԁ<؅yzjԟcJ>G]U ( ^H     !"#$%&'()*+,-./012356789:;<=>?@ABCDEFHIJKLMNOVbi  2$'),-1:<?ACE\cehjnosv !" R!+y/B0b00002j2222223=3R33?4W4445566<6=6w6x6666677R7S7777788<8=88888881929p9q99999::I:J:::::::::;2<w<<=q===">Y>>>DD0EEEE9FFFGTGGGHHHHH-IQPQQQQSZUUViVWYZVZZ[[[[[,\m\\\\<]j]]] ^9^i^^^_>_n___E```4ayzIzz<\7τ,W|ʊ ;(ݓڔ}ΕE GHuv֙י deŚƚ"#STz{Ǜț !AB`a23deKL45fgПџ45noΠϠ :;jk֡ס%&WX}~͢΢xCӤ'ۥT&W̨&u@"r8"l%x't/UVb6%m6'&'zc9}>"B`Vl% E c  .$i4??_Bfa:-=2( a    m!f<IIJ%KKK!LrLLM[M{MM+O$YY|Z_2`!avaaaa0babbbc5chcccd-d^dddd1eeeeef/fMfgdyK|||+~·ˆ#[+a;IٓoTmcpǢ!yǣJ:ʥO,s§ P Lũ(|?y?]ڬ!\RiWTKFaOE}4hP %Ms ;H^H 4GPQRSTUWXYZ[\]^_`acdefghjklmnopqrstuvwxyz{|}~    !"#$%&'()*+,-./013456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#%&(*+./023456789;=>@BDFGHIJKLMNOPQRSTUVWXYZ[]^_`abdfgiklmpqrtuwxyz{|}~     #%s %'(*J\xz{};t:<=?_z4PSTVv *Fbefh"#%Ee/235Us-ILMOo    2 X t w x z  ' * + - M d < ? @ B b y  % A D E G g z  0 L O P R r $>Z]^` 3Milmo-013Sv  <?@Bbx7SVWYy4Hdghj8Qmpqs2568Xw6RUVXx4Yuxy{!=@ACcu0LOPRr  .Njmnp (+,.Nm *FIJLl   /Milmo "BVruvx !#CYuxy{   ! A X t w x z !!!!"!$!D!S!o!r!s!u!!!!!!!!!""" "@"Q"m"p"q"s"""""""""####;#G#c#f#g#i######### $ $ $$/$A$]$`$a$c$$$$$$$$$%%% %*%;%W%Z%[%]%}%%%%%%%%%&&&$&4&P&S&T&V&v&&&&&&&&&&&&'('D'G'H'J'^ X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%̕  '!!@  @ 0(  B S  ?H0(  q _Hlt301362771 _Toc301362661 _Toc301362662 _Toc301362663 _Toc301362664 _Toc301362665 _Toc301362666 _Toc301362667 _Toc301362668 _Toc301362669 _Toc301362670 _Toc301362671 _Toc301362672 _Toc301362673 _Toc301362674 _Toc301362675 _Toc301362676 _Toc301362677 _Toc301362678 _Toc301362679 _Toc301362680 _Toc301362681 _Toc301362682 _Toc301362683 _Toc301362684 _Toc301362685 _Toc301362686 _Toc301362687 _Toc301362688 _Toc301362689 _Toc301362690 _Toc301362691 _Toc301362692 _Toc301362693 _Hlt295910063 _Hlt295910064 _Toc301362694 _Toc301362695 _Toc301362696 _Toc301362697 _Toc301362698 _Toc301362699 _Toc301362700 _Toc301362701 _Toc301362702 _Toc301362703 _Toc301362704 _Toc301362705 _Toc301362706 _Toc301362707 _Toc301362708 _Toc301362709 _Toc301362710 _Toc301362711 _Toc301362712 _Toc301362713 _Toc301362714 _Toc301362715 _Toc301362716 _Toc301362717 _Toc301362718 _Toc301362719 _Toc301362720 _Toc301362721 _Toc301362722 _Toc301362723 _Toc301362724 _Toc301362725 _Toc301362726 _Toc301362727 _Toc301362728 _Toc301362729 _Toc301362730 _Toc301362731 _Toc301362732 _Toc301362733 _Toc301362734 _Toc301362735 _Toc301362736 _Toc301362737 _Toc301362738 _Toc301362739 _Toc301362740 _Toc301362741 _Toc301362742 _Toc301362743 _Toc301362744 _Toc301362745 _Toc301362746 _Toc301362747 _Toc301362748 _Toc301362749 _Toc301362750 _Toc301362751 _Toc301362752 _Toc301362753 _Toc301362754 _Toc301362755 _Toc301362756 _Toc301362757 _Toc301362758 _Toc301362759 _Toc301362760 _Toc301362761 _Toc301362762 _Toc301362763 _Toc301362764 _Toc301362765 _Toc301362766 _Toc301362767 _Toc301362768 _Toc301362769 _Toc301362770''N'((*,3J3W39<_FHKFPHQlpyqqxy΅ |qGR'' B%5(    0 H f39_@cA~AO|QSVWW%pxqrs-uvwx5z+{|r~zOdAԖzwX{_@  !"@#@$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnop('^'((*,U3U3j39<yFH L`PbQlpqqyzƁ? !\a((!7Z$=MI!0(  5 G e 39|@}AA PQS2VWWBpqstHuvwxPzJ{|~cvV  g _''((/(9(((((J+Q+u++--..>.R.y....../-/=/E/T/h/w//////00D0Z000000131I1r1111112)2K2d2222222W3j333344455h5p555#696F6H6J6O6P6X6Z6p6p7w77777774878o8r888 9 9598999I9T9i9q9t9u99999999<<<<< =1=U======>:>X>>>>>?/?U?n?????@2@I@i@@@AABBB/B7B:B;B^BfBiBjBBBBBBBBBBBC'C\c\f\\\\\\\]],]/]U]X]~]]]]]]]]!^$^%^D^L^O^P^p^w^z^^^^^^^__`eeqqqqr)r*s1sssssssssst&t)t*tKtStrt{ttnvvMwPwQwlwwwwwwwwwwx%x(x)x~I~L~M~u~}~~~~~~~~~~~GRmx{|Ɓ}˂AUu!?ԅ!Yolopȉip͊Њъ)PTWnދ 7~wM\-IZؑ0fxǒ.<Ucɓޓ ".CNbqԔ4Kf}ɕ0Mgǖז6Jh|җ6MpИ !<Ql|ʙԙ2?YfҚٚ Trtv D[]_Ԝ(OQSovܝUjlnADhoܠ!%ILj\hkt8ADEit˪ת#JXy«ӫ߫+R`ʬ۬'3Zhŭҭ /;bpͮڮ 7Cjwïԯ'>Jq~ʰ۰#.EQxƱѱ *5LXͲز۲ܲ!ikϳѳ%7v׺ Af#@süۼ9Sӽ#7ȿ%()GW`m 7?BCcruv3@cq 1?X"-JVs /<`m "2DLOPe )1:?Y]qt47VZ~%(=HZ+=x(Hu0N"Vr8Wu )c<OPRWnt$IT#&GN )9BOjsvw 6>ABkruv>FIJfnqrAILMnvyz >FIJgors>RZ]^w +./N>A_gpu03\_"%CFdg25RUuyZnq-;M&.I(G{'dx#):MZ`~ ?TagJM_f1<Mu &:EYdu )145KVYZowz{<?M`avwz`ru!y|0j;mMPy`g!),-PZ]^)PaQv{! (       & 5 N e     % 8 j }     5 H     @_@\ `Ccg;b;X.Q>a3R)BboSVWhs!DOju ,7R]s=@ARqBMlw8Cal # A L n z       !(!K!U!|!!!!!!! "-"8"U""""""##6#A#d#p#######$$)$1$4$:υ<Pʆ܆:D‡.8[cJe_eLX$7889:;;<=?@BCDLOY_:++,,,,,-:-?-22223!36688999:@@eFyFzFFHHHH/K2KK L L(L*L3LLMM;MkNtNOOLP`PaPPPPNQbQcQQXXllllpq"q+qqqqqxyy=yyzzz||~~Ɓǁ!?ԅ#ORmp!lo݉͊ЊnjwM\]vUa \i!";=Aikϳѳ%78V%(HZ+=?X;MNgD.IJk!Y`0= (   & 5 N e   $ ' |  l3399998:>:e@|@AAAA+F.FO P$P)PQQQQSST$TV2V`VeVWWXX+pBp~qqqqsstt3uHuiuouvvwwxxxx0y6y||kpjvGV=EX[Ӽؼ FIMT^g %().fj#:NV&'0CIqy8:;=>@ACD\_3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333=sN''*:*k*+>+^+++#,:--001312J3k33 4T4x44445K56<<|<<<^====a>>??@HI=MtMMM3NBNQ%RWRRR4S|SSSST-TKTnTTTTTTTU=U[UkUUUUUU V)V:VYVjVVVVVVW.W?W^WWWXFXXqTrzrzzzzzzz{{{{%|8|a||||:;*'ɌP~xՐؑ4ftMhؙTx ԜUjUxyXغ!AgoԻVsüh#@oѾZ0g;VQ CcU}+OY@m(a{@de~$?l%b1m    % A j    5 g     h@_!;`C<b;a R>b|[@@ARBBDPQVW!X~\\m].ssv&wjzz~~؅:<jІ؆ȇƈJۊnRn˗d=aqNzȚ'KmÛb˜+Pĝ-UtÞ+Qwڟ /ƠK}!;X~)+rXD 1j'Fa~5Ni'-N8:;=>@ACD\_"V%x4}63]w~^'c h:^z>II^I`o(II^I`o(.0^`0o(..88^8`o(... 88^8`o( .... `^``o( ..... `^``o( ...... ^`o(....... ^`o(........  ^` hH.  ^` hH0  ^` hH.  ^` hH. `  ` ^` ` hH0 @  @ ^@ ` hH.    ^ ` hH.  ^` hH0  ^` hH. hh^h`B*o(ph.  ^` hH0  ^` hH.  ^` hH. `  ` ^` ` hH0 @  @ ^@ ` hH.    ^ ` hH.  ^` hH0  ^` hH.  ^` hH.  ^` hH0  ^` hH.  ^` hH. `  ` ^` ` hH0 @  @ ^@ ` hH.    ^ ` hH.  ^` hH0  ^` hH.^z'c h"V%}63]         t`2                 F:^#38:@Е4^@@@Unknown jack_chenjack_chen20110817T184013501f jack_chen G*Ax Times New Roman5Symbol3. *Cx Arial;(SimSun[SOSTimesNewRomanPSMT0}fԚ;" HelveticaI. ??Arial Unicode MS5. .[`)Tahoma]TimesNewRomanPS-BoldMT0}fԚMCourierNewPSMT0}fԚC(e0}fԚPMingLiUA$BCambria Math 1hJGJGLSJLSJ?!),.:;?]}    " % & ' 2 t%00 0 0 00000013468:<>@BDOPQRTUVWZ\^ \]d([{  5 0 0 00000579;=?ACY[][nSm2d11 3qHX $PF:^2! xx7COP Network IP Camera Application Programming InterfacekenGrace    Oh+'0p   , 8 DPX`h8COP Network IP Camera Application Programming InterfacekenNormalGrace2Microsoft Office Word@F#@fyK+@d,7@d,7JLS՜.+,D՜.+, X`px C.M.T1 " 8@ _PID_HLINKSAd"3{_Toc3013627703{_Toc3013627693{_Toc3013627683~{_Toc3013627673x{_Toc3013627663r{_Toc3013627653l{_Toc3013627643f{_Toc3013627633`{_Toc3013627623Z{_Toc3013627613T{_Toc3013627603N{_Toc3013627593H{_Toc3013627583B{_Toc3013627573<{_Toc30136275636{_Toc30136275530{_Toc3013627543*{_Toc3013627533${_Toc3013627523{_Toc3013627513{_Toc3013627503{_Toc3013627493 {_Toc3013627483{_Toc3013627473{_Toc3013627463{_Toc3013627453{_Toc3013627443{_Toc3013627433{_Toc3013627423{_Toc3013627413{_Toc3013627403{_Toc3013627393{_Toc3013627383{_Toc3013627373{_Toc3013627363{_Toc3013627353{_Toc3013627343{_Toc3013627333{_Toc3013627323{_Toc3013627313{_Toc3013627303{_Toc3013627293{_Toc3013627283{_Toc3013627273{_Toc3013627263{_Toc3013627253|{_Toc3013627243v{_Toc3013627233p{_Toc3013627223j{_Toc3013627213d{_Toc3013627203^{_Toc3013627193X{_Toc3013627183R{_Toc3013627173L{_Toc3013627163F{_Toc3013627153@{_Toc3013627143:{_Toc30136271334{_Toc3013627123.{_Toc3013627113({_Toc3013627103"{_Toc3013627093{_Toc3013627083{_Toc3013627073{_Toc3013627063 {_Toc3013627053{_Toc3013627043{_Toc3013627033{_Toc3013627023{_Toc3013627013{_Toc3013627002{_Toc3013626992{_Toc3013626982{_Toc3013626972{_Toc3013626962{_Toc3013626952{_Toc3013626942{_Toc3013626932{_Toc3013626922{_Toc3013626912{_Toc3013626902{_Toc3013626892{_Toc3013626882{_Toc3013626872{_Toc3013626862{_Toc3013626852{_Toc3013626842{_Toc3013626832{_Toc3013626822z{_Toc3013626812t{_Toc3013626802n{_Toc3013626792h{_Toc3013626782b{_Toc3013626772\{_Toc3013626762V{_Toc3013626752P{_Toc3013626742J{_Toc3013626732D{_Toc3013626722>{_Toc30136267128{_Toc30136267022{_Toc3013626692,{_Toc3013626682&{_Toc3013626672 {_Toc3013626662{_Toc3013626652{_Toc3013626642{_Toc3013626632{_Toc3013626622{_Toc301362661  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&')*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{}~Root Entry FZ7Data '1Table(PWordDocument