ࡱ> ikhmCYa 5Ybjbj[[ 49bE\9bE\ N<  jjj~~~8j~hfNNda$~$4%@hBhBhBhBhBhBh$?kmrfh-j&#Na$&&fhKh111&2j@h1&@h11[l*@F`P=(j]*,hh0h]gn)gnTF`F`.gnjtd/%L{%61%,%/%/%/%fhfh-/%/%/%h&&&&gn/%/%/%/%/%/%/%/%/% > P: MIS 4850 Systems Security Lab 2 Target Attacks Student Name: _______________________________________ Computer #: _____ Exercise 1: Using Netbus 1.7 for remote control You need to work in teams of two. One teammate (referred to as Student 1) will download and start the server portion of Netbus (Patch.exe) on his/her computer. The other teammate will install the client version of Netbus (Netbus.exe) to be used for controlling the other machine.  To be done on Student 1s computer Downloading and starting Patch.exe DO NOT RESTART YOUR COMPUTER IF ASKED TO DO SO AT ANYTIME!!!!!! Identify Student 1s computer: Computer #_____. IP address: 10.1.10.__ From your computer, click Start/Run, and then type in the following, then click OK: \\mainserver2\Netbus Select all four files available in the folder. Copy them (Edit/Copy menu) to the clipboard, and close (x) the opened window Double-click My Computer on your computers desktop. Locate and open the C: drive. Create a folder called Lab2 at the root of the C drive Then, paste the four files to the Lab2 folder you just created Double-click the NetBus.exe.sda.exe file. When a dialog window opens, uncheck the Hide Typing checkbox and type password as the passphrase in the textbox. This will reveal the patch.exe and the Netbus.exe files. Open the Command prompt (Start/Run, then type cmd followed by the ENTER key) Type cd\ and hit ENTER to get to the root of the C: drive Type the cd Lab2 command to be in the Lab2 directory where you copied the Netbus files To start the patch.exe program, type patch /noadd and hit ENTER Your computer is ready to be taken over remotely by someone using Netbus client! To make sure it is, at the Command prompt type in netstat -a and hit ENTER You should see that port 12345 (and possibly 12346 too) is now open (and listening) for communication with any computer that has the client portion of Netbus. Copy the open window by simultaneously pressing ALT+PRINT-SCRN Open Wordpad (Start/All Programs/Accessories/Wordpad), and then paste. Press the right arrow key. Then, hit the ENTER key twice to create two blank lines below the pasted image. Save the file at the root of the C: drive under the name Last1-Last2Lab2.rtf (where Last1 and Last2 are the teammates last names) To be done on Student 2s computer Installing Netbus.exe Identify Student 2s computer: Computer #: ____. IP address: 10.1.10.__ From your computer, click Start/Run and then type in the following: \\mainserver2\Netbus Select all four files available in the folder. Copy them (Edit/Copy menu) to the clipboard, and then close (x) the opened window Double-click My Computer on your computers desktop. Locate and open the C: drive. Create a folder called Lab2 at the root of the C drive Then, paste the four files to the Lab2 folder you just created Double-click the NetBus.exe.sda.exe file. When a dialog window opens, uncheck the Hide Typing checkbox and type password as the passphrase in the textbox. This will reveal the patch.exe and the Netbus.exe files. Run the program called Netbus.exe by double-clicking it You should see the Netbus remote control console with port 12345 or 12346 In the Host Name/IP: text box, type in the other computer's IP address (see the IP address that was written down on the previous page), and click the Connect button You should see Connected to at the bottom of the console window You have total control over your teammates computer! Note: This may not work for those who have a computer with the new secured CD drive. Try to open the other computer's CD-ROM drive by clicking the Open CD-ROM button Close the CD-ROM drive Click the Msg Manager button and send a message (like "Hi, How are you doing") to the controlled computer. Display the image of the cat (cat.jpg) on your teammates computer. Note that cat.jpg is one of the files you and your teammate both downloaded to your computers. Then, explain what do you need to do in order for the cats.jpg file to be shown on the controlled computer? Explain: __________________________________________________________________________ __________________________________________________________________________ __________________________________________________________________________ __________________________________________________________________________ Can the user on the controlled computer remove the picture that is shown on their desktop? YES NO eastwood.wav is one of the files you and your teammate both downloaded to your computers. Because your computer does not have speaker, you cannot play sound. But check Netbus and explain what you need to do in order for the music to play on the controlled computer? Explain: _______________________________________________________________________ _______________________________________________________________________ _______________________________________________________________________ _______________________________________________________________________ Click File Manager, and then the Show Files button. Take the steps necessary to display the files that are on the C: disk of the controlled computer. Name two of the folders: __________________________, ___________________________. Open Wordpad (Start/All Programs/Accessories/Wordpad). Copy the open window showing the files on the controlled computer by simultaneously pressing ALT+PRINT-SCRN. Paste the copied window to Wordpad. Press the right arrow key. Then, hit the ENTER key twice to create two blank lines below the pasted image. Save the file at the root of the C: drive under the name Last1-Last2Lab2-2.rtf (where Last1 and Last2 are the teammates last names) Locate the wb32.exe file available in the C:\Program Files\NetMeeting folder of your local C; drive and upload it to the root of the controlled computers C: drive. Check to make sure the file is copied to the root of your teammates computer. Given the options in the File Manager tool of Netbus, which of the following is true? You can use Netbus to download a file from a controlled computer. You can use Netbus to delete a file located on a controlled computer. You can use Netbus to rename a file located on a controlled computer. All of the above. Start the dialer.exe program located in the C:\Windows folder of your local C: drive so that the program launches on the controlled computer. Have your teammate capture the dialer window (by simultaneously pressing ALT+PRINT-SCRN), and copy the captured window to the Last1-Last2Lab2.rtf (where Last1 and Last2 are the teammates last names) file he/she has created. Can the user on the controlled computer close the started program? YES NO Use the appropriate Netbus tool to remotely listen to keystrokes when the user on the controlled computer is typing using the keyboard. After you have started the tool, have your teammate start a new Notepad session (Start/All Programs/Accessories/Notepad). Then ask the teammate to type a sentence like I am coming in 10 mutes. When the text shows on your Netbus dialog window, you should capture the screen and paste it to the end bottom of your Last1-Last2Lab2-2.rtf file. Disconnect. Exercise 2: Using the At command to start programs on a remote computer Objective: One weakness of many operating systems including Windows is that they provide means of starting programs on remote computers; which opens the door to attackers. In this activity you will learn how easy it is to use the At command to schedule an executable file to run on a remote computer at a specific time. (If not already done) Log on to your Windows 2003 Server as Administrator Press Ctrl+Alt+Del. Click Task Manager, then select the Processes tab Notice that notepad.exe is NOT among the processes that are currently running Your neighbor have noticed exactly the same thing on his/her computer Click Start/All Programs/Accessories, and then click Command Prompt. In the Command prompt, change the current directory to the root of the C: drive using the CD command by typing cd\ and hitting the ENTER key Note: The net time command could be used to tell the current time on any computer connected to the network. Next, you will use it to determine the time on your neighbors computer. At the command line type net time \\srvdcXX (where XX is the number assigned to your neighbors computer), then press ENTER. Write down the time: ___________ Next, you will schedule the execution of notepad.exe on your neighbors computer At the command line type at \\srvdcXX time /interactive notepad.exe (where XX is the number assigned to your neighbors computer, and time is the time you wrote down + 3 minutes to allow for a delay), then press ENTER. Hint: Not using the /interactive switch with the At command will hide the starting of the process from your partner. If your neighbor has used the At command to start the notepad.exe process on your server, notepad will automatically open on your server as scheduled. The notepad.exe process might not appear if your neighbor didnt use the /interactive switch with the At command as mentioned in the Hint above. But you can still check the Task Manager to see that the notepad.exe process is running on your server. Close all open windows. Question: what kind of harm can be done using the At command. Explain. _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ Exercise 3: Manipulating the ARP table Exhibit   In a P2P network where all computers are connected to a 2-layer switch, ARP tables (available on each computer) are used by stations to send messages to the switch, which forwards the messages to the destination station based on the MAC address. Consider the exhibit shown above. Suppose that the user who regularly uses Workstation 3 has physical access to Workstation 5. How could that user manipulate the ARP table in order to hijack all communications from Workstation 5 to Workstation 6 so that all messages destined to Workstation 6 are automatically forwarded by the switch to Workstation 3 instead? Explain. ________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ Exercise 4: Ping-based attacks Open Wordpad (NOT Notepad) and create a file called FirstLastPing.rtf (where First and Last are your first and last names). Save the file in a folder to be called Lab2. Type in the following as the first lines in the file: MIS 4850 Systems Security Lab 2 First Last (where First and Last are your first and last names) Open Windows Command Prompt At the prompt, type ping /? to display the options you can use with Ping Make sure that your neighbor (or Lab partner) has a computer he/she is using. Write down the neighbors (or Lab partners) computer IP address: 10.1.10.___ What command should you use to ping the computer that has the 10.1.10.30 IP address by pretending that the ping message originates from your neighbors computer? Assume that your neighbor IP address is an IPv6 address. Answer (write the full command): ___________________________________________________ Which of the following probe attack technique is used in the command you mentioned when answering previous question? Flooding SYN attack Fingerprinting spoofing In another exercise, you will use the NMAP tool to perform the same probe attack with an IPv4 IP address. Issue a basic Ping to ping the computer with the 10.1.10.30. What is the size in bytes of the ping message being sent to 10.1.10.30? Answer: ____________ bytes If needed use ping /? to display the options you can use with the Ping command. What command should you use to ping the computer that has the 10.1.10.30 IP address with a packet (or buffer) size that is 50000 bytes? Answer (write the full command): _______________________________________ From the Command Prompt, type the command you mentioned when answering the question above to see its outcome. Then, capture the Command Prompt window (Ctrl-Alt-PrintScreen) with the command and its outcome displayed. Make sure you have captured the command and all its outcome. Switch to your FirstLastPing.rtf file. Create a blank line at the bottom of the file. Then, paste the screen capture right below. If needed use ping /? to display the options you can use with the ping command. What command should you use to ping the computer that has the 10.1.10.30 IP address so that the IP address is revolved to the computer host name, allowing you to see the host name displayed in the command result? Answer (write the full command): __________________________________ From the Command Prompt, type the command you mentioned when answering the question above to see its outcome. Then, capture the Command Prompt window (Ctrl-Alt-PrintScreen) with the command and its outcome displayed. Make sure you have captured the command and all its outcome. Switch to your FirstLastPing.rtf file. Create a blank line at the bottom of the file. Then, paste the screen capture right below. Write down the host name of the computer with the 10.1.10.30 IP address as it appears in the result you got: _________________________________________________ If needed use ping /? to display the options you can use with the ping command. What command should you use to ping the computer that has the 10.1.10.30 IP address until you decide to stop the pinging yourself. Test your answer and, then, write down the command: Answer: ________________________________________________ Using the NMAP network scanning program Copying NMAP (Network Mapping) Click Start/Run and type in \\mainserver2 Select the NMAP folder and copy it (Ctrl-C) to the clipboard Close the open window Open My Computer on your computer (Click Start/My Computer) Paste (Ctrl-V) the NMAP folder Install the Ping Tester program Note: If asked to replace any existing file during the installation, click YES and, if prompted, uninstall the old version. Open the NMAP folder that you just copied Double-click the nmap-6.47-setup.exe file to start the installation Follow the instructions to install the program with all default options If/When asked, install the other program (i.e. WinPcap) that comes with NMAP When the installation is complete, close (x) the My Computer window Starting and using NMAP From the Start menu, click All Programs/Nmap/ Nmap Zenmap GUI to start the program If the program is not in the Start menu, opem the C:\Program Files\nmap folder to locate and double-click the zenmap.exe file. From the main window, perform a Quick scan (NOT an Intense Scan) of the target with IP address 10.1.10.2 Write down the ports that are open on the target computer along with the corresponding services: PortService From the main window perform an Intense Scan of the target with IP address 10.1.10.2 Was the scan able to detect the Operating System installed on the target computer? Check the Host Details tab to report your answers. Name of the OS: __________________________________. How accurate is the scan result? ____% Number of ports scanned: ____________________ Number of ports open: __________ From the main window, perform an Intense Scan of the computer with the 10.1.10.1 IP address. Answer the following questions based on the result: Which of the following services are installed and running on the target computer? Use a check mark (") to answer Oracle Database serviceFile Transfer Protocol serviceWeb serviceDB2 serviceSMTP email serviceNetBIOS If the target computer hosts Internet-related services, which of the following Web service software is used to provide the services Apache 2.4 IIS 5.0 Apache 2.0 Nginx IIS 6.0 What is the target computers MAC address? Answer: __________________________________________ If the computer is part of a domain, what is its domain name? Answer: ___________________________________________________ How much time did the scan last? _______________ From the Profile menu, select New Profile or Command to open the Profile Editor in order to hide your identity (i.e. your IP address) to the target computer you are trying to scan. Explain how you can do that. _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ With the Profile Editor still open, determine what existing script can be used in NMAP in order to perform a brute force password auditing against an http basic authentication system. Name of the script: _________________________________ Write down the command the command that can be entered in Nmap Zenmap to attempt such an attack against an HTTP server that has the 10.1.10.1 IP address: __________________________________________________________________ Student Name: __________________________________________ Exercise 5: Understanding Target Attacks Questions Assume that a password is 4 decimal number long. What is the maximum number of passwords that an attacker would have to try in order to crack the password? And how much time (in minutes) will it take to crack the password if it requires 1.2 second to try each password? Maximum number of passwords to try: _________ Maximum time to crack in minutes: ____________ min. In preparing his attack, the attacker sent normal HTTP requests to a web server. Then, he spent some time analyzing the protocol-related information in the response received from the web server in order to determine what software are installed on the web server. Which of the following did the attacker do? Active learning Network scanning Passive fingerprinting None of the above In which of the following DoS attacks the attacker makes use of IP spoofing? (Choose all that apply) LAND attack Teardrop Ping of Death Smurf attack None of the above Which of the following malware is able to rewrite itself completely each time it infects new executable files? Worm Logic bomb Polymorphic virus Stealth None of the above Which of the following is not considered a single-message DoS attack? LAND attack Teardrop Ping of Death None of the above Which of the following DoS attacks takes advantage of IP fragmentation? (Choose all that apply) LAND attack Teardrop Ping of Death None of the above Which of the following do Denial of Service attacks primarily attempt to jeopardize? confidentiality integrity Availability None of the above Typically, which of the following malware could harm a host computer by consuming processor time and random access memory? a virus a worm a logic bomb None of the above In which of the following may the victim crash after receiving a single attack packet? LAND Smurf All of the above. Neither a. nor b. In which of the following DoS attacks the attacker makes use of IP spoofing? LAND attack Teardrop Ping of Death None of the above The attacker sends an attack message to a target computer using IP fragmentation. The attack packet is about 80000 bytes in size. What kind of attack does the attacker attempted? Teardrop attacks Ping of Death attack Land attack None of the above     PAGE  PAGE 10/ NUMPAGES 10 PAGE  PAGE 10 Abdou Illia  FILENAME MIS4850Lab2-S16.doc This should be the computer # with no leading zero in case there is one. Example of valid IP address: 10.1.10.1 This should be the computer # with no leading zero in case there is one. Example of valid IP address: 10.1.10.1 Example: or 2:45pm or 1:05pm  EMBED Visio.Drawing.6  Dont need to do this "#$&5678>KX_tõwncUF:Fh]CJOJQJ^Jh]h1CJOJQJ^Jh]h15OJQJ^Jh]5OJQJ^JhBAh1CJh=]h15CJ,OJQJh15CJ4OJQJh=]h15OJQJh=]h15CJOJQJh15CJ`OJQJh=]h15CJ`OJQJh=]h15CJOJQJjh1UmHnHuh1h=]h15CJ(OJQJh=]h15CJ0OJQJ$6sa$$>#$/Ifa$gd1$>#$/Ifgd1\kd$$Iflz0$h t>644 laytjC$>#$/IfgdjCd\$>#$/IfgdjC6789:;<=> | d1$7$8$H$gd dh1$7$8$H$gd%/$a$gd1gd1Zkd`$$Ifl0$h t>644 laytjCt   a i ƸyoSDhBAhiCJOJQJ^J7jhBAh*ui5CJOJQJU^JaJmHnHuh OJQJ^Jh1OJQJ^Jhl6OJQJ^Jhihl6OJQJ^JhihiOJQJ^J hihiCJ OJQJ^JaJ hCJ OJQJ^JaJ hBAhiCJaJ h]h1CJOJQJ^Jh]h1CJOJQJ^Jh]h15CJOJQJ^J   : < W _    ´vlbTIT;hDJhi5OJQJ^Jh%EK5OJQJ^JhDJh%/5OJQJ^JhDJOJQJ^Jh OJQJ^Jh*uih*ui5OJQJ^JhihiOJQJ^Jh*uiOJQJ^Jha5OJQJ^Jh&LOh&LO5OJQJ^Jh%/hi5OJQJ^Jhihi5OJQJ^Jh15OJQJ^J#h%/hl65CJOJQJ^JaJ#h%/hi5CJOJQJ^JaJ  W   M $ q B}od1$7$8$H$^gd & Fd1$7$8$H$gdX dh1$7$8$H$gd%/  P a m q   " 0 4 L M N ^ p | } # $ ' R U o v x Ǽ߯ߛvvkh15OJQJ^Jh1OJQJ^JhihUtOJQJ^JhUthUt5OJQJ^JhUtOJQJ^JhiOJQJ^JhBAhBAOJQJ^JhBA5OJQJ^Jh%EKh%EK5OJQJ^Jhl6OJQJ^JhBAOJQJ^JhihiOJQJ^Jh%EKOJQJ^J)x y #'(3ijrsv!"2|}~е䫖xnxhDOJQJ^JheDpOJQJ^Jhl6OJQJ^Jh%/OJQJ^JhDJOJQJ^JhD5OJQJ^Jh1OJQJ^Jhih%EKOJQJ^Jh%EKh%EK5OJQJ^Jh%EKOJQJ^JhiOJQJ^JhihiOJQJ^Jhihi5OJQJ^J'&7=GJUVnoĹҡr^L#h%/hi5CJOJQJ^JaJ&jhUtOJQJU^JmHnHuhih kOJQJ^JhiOJQJ^Jh,zOJQJ^Jhl6hl66OJQJ^Jhl6OJQJ^Jh,zh,z6OJQJ^Jh,z6OJQJ^Jhl6hi6OJQJ^JhihiOJQJ^JhihOJQJ^JhOJQJ^Jh*uiOJQJ^J/wQ*tfBY & Fd1$7$8$H$gdBAd1$7$8$H$^gd & Fd1$7$8$H$gdX d1$7$8$H$gdhd1$7$8$H$^hgd k/7BC^tv*34;?Qiù{mccYcLcLchihBAOJQJ^Jhl6OJQJ^JhBAOJQJ^JhYhi5OJQJ^JhBA5OJQJ^JhYh%/5OJQJ^Jh*uih*ui5OJQJ^Jh iOJQJ^JhihiOJQJ^Jh*uiOJQJ^Jhihi5OJQJ^J)jhUt5OJQJU^JmHnHu1jhUt5CJOJQJU^JaJmHnHu,> |RXcnvͲxnaahm>7hOJQJ^JhiOJQJ^Jhihi5OJQJ^JheDpOJQJ^JhYOJQJ^JhOJQJ^Jhl6hi5OJQJ^JhihiOJQJ^JhUthBA5OJQJ^JhihBAOJQJ^JhBAhBAOJQJ^JhBAOJQJ^Jh%EKhBA5OJQJ^J"'r pq^ & Fd1$7$8$H$gdX dh1$7$8$H$gdm>7h1$7$8$H$^hgdm>7 d1$7$8$H$gd dh1$7$8$H$gd 1$7$8$H$gd & Fd1$7$8$H$gdX q%.3Y\h|@]>DO  2Ȼȱߤߤߤߤ隐|h$OJQJ^JhOJQJ^JhDOJQJ^JheDpOJQJ^Jhihm>7OJQJ^JhiOJQJ^Jhm>7h0OJQJ^Jhm>7hiOJQJ^JhOJQJ^Jhm>7OJQJ^JhOJQJ^JhihOJQJ^J,4XG; _ q r !!-"z# $$%%gdgdvN8d1$7$8$H$^8gdrE & Fd1$7$8$H$gdX & Fd1$7$8$H$gdX & Fd1$7$8$H$gdX  #(FGqq r /!2!A!X!!!!!!{mbTh,zhrE6OJQJ^JhrE6OJQJ^Jhl6hrE6OJQJ^JhBAOJQJ^JhihrEOJQJ^JhOJQJ^JhrEOJQJ^JhrEhrE5OJQJ^JhhOJQJ^JhOJQJ^JhihOJQJ^Jh,zh6OJQJ^Jh6OJQJ^Jhl6h6OJQJ^J !!!!!!!-"#####$$$ $ $$$$0$2$Ż}siXF#hh5CJ OJQJ^JaJ hhCJ OJQJ^JaJ hOJQJ^JhiOJQJ^Jh~oOJQJ^Jhih] ;OJQJ^Jh,zh] ;6OJQJ^Jh] ;6OJQJ^Jhl6h] ;6OJQJ^Jh] ;OJQJ^Jh!OJQJ^Jh,zhrE6OJQJ^Jhl6hrE6OJQJ^JhrE6OJQJ^JhrEOJQJ^J2$D$a$b$k$H%J%%%%&&.'6'S'['\'q'{'~'''''O(P(i({(((A)B)[)g)̿wiiiiUi&jhvNOJQJU^JmHnHuhvNh5OJQJ^JhvNh6OJQJ^JhBAOJQJ^JhvNhOJQJ^Jh hvNhCJ OJQJ^JaJ hh5OJQJ^JhhOJQJ^Jhh5OJQJ^JhvNOJQJ^Jh }CJ OJQJ^JaJ hBACJ OJQJ^JaJ !%%3&&& '''O(P(((@)A)* *!***.+/+(,@,A,, hd^hgdvNdgdvNh^hgdgd & FdgdXg)h)l)m)y)))))* *!*&*5*A*R*T*****x++++A,I,s,u,,-------󼮝sjhDUmHnHuh,zh,z5OJQJ^Jh0CJ OJQJ^JaJ hih0CJ OJQJ^JaJ hvNCJ OJQJ^JaJ hhvNhvNOJQJ^JhOJQJ^JhvNh5OJQJ^JhvNh6OJQJ^JhvNhOJQJ^J$,,(-x---------......... . . . ...gd,z dh1$7$8$H$gd0gd--- . ..{022233+303539333333333334 4P4Q4X4Y45ֱֻ{v{v{v{v{o`ohh CJOJQJ^J hh h 5hlM)h 5h h h 6OJQJ^Jh h OJQJ^Jh }h CJ OJQJ^JhHPOJQJ^Jh,zh,zOJQJ^JjhDUmHnHuh,zjh,zUmHnHu.jhDCJ OJQJU^JaJ mHnHu .....{0|012k222333344 4=44"55R6 $h^ha$gd h^hgd  & F dgdXm$gd dhgd,zgd,z55!56R67777 8 888?8@88999L:P:::::;<D=L=M=Q=$>G>T>V>d>k>l>e???????;ܴܪܴܠ;ܪܒܠՎܾ~sh 5OJQJ^Jh h 5CJ OJQJ^Jh }hdh 6OJQJ^Jh OJQJ^JhqOJQJ^Jhq4OJQJ^Jhh CJOJQJ^Jh hq h h h h OJQJ^Jh h 5h h 5OJQJ^J,R666666]777789:;<=V>]??????^gd h^hgd  & F dgdXm$ & F dgdXm$?@@4@E@@@UAAABABBBMBBBBB C CCCCCCSD`DDDXEuE{E|E}EEEҺҠȓ҅Һ{mҺҺfb^bfh h  h h h }h }5OJQJ^Jh OJQJ^Jh h 6OJQJ^Jh h }OJQJ^Jh OJQJ^Jh h 5CJOJQJ^Jh h 5OJQJ^Jh }OJQJ^Jh h OJQJ^Jh }h }5CJOJQJ^Jh }h 5CJOJQJ^J#? @F@\@@@@@@UAAA BXBBBB CCCSDhd^hgd }m$ & FdgdXm$ & F dgdXm$h^hgd ^gd  & F dgdXm$SDXD`DaDbDcDkkd$$Ifl0,2 t0644 lahpyt $Ifgd^CcDdDeDfDvmm $Ifgd^Ckdd$$Ifl0,2 t0644 lahpyt fDgDhDiDvmm $Ifgd^Ckd$$Ifl0,2 t0644 lahpyt iDjDkDlDvmm $Ifgd^Ckd$$Ifl0,2 t0644 lahpyt lDmDnDDJEEEE Gtk\\SSk\h^hgd  & FdgdXm$^gd kdP$$Ifl0,2 t0644 lahpyt EEEEEEEEE>FGGQI{IIIJ&J'JFJ\JJ,KIK|KKKKL9L:LM(M)MMMMN N N NNںڲڲڲ蜠蠅{wnh$h$CJh0hXOJQJ^Jhnh OJQJ^JhqOJQJ^Jhqh h h 6OJQJ^Jh }h 7"h }h 57CJ OJQJ^Jh }hq7OJQJ^Jh }h 7OJQJ^Jh h OJQJ^J h h h F) GGGHHH1H\kd$$Ifl0d t0644 lapyt^C $Ifgd^C & FdgdXm$1H2H3H?Hvmm $Ifgd^Ckd$$Ifl0d t0644 lapyt^C?H@HAHMHvmm $Ifgd^CkdD$$Ifl0d t0644 lapyt^CMHNHOHbHvmm $Ifgd^Ckd$$Ifl0d t0644 lapyt^CbHcHdHlHtkk $Ifgd^Ckd$$Ifl0d t0644 lapyt^ClHmHnHHHIIIItk\MMMMM & FdgdXm$ & FdgdXm$8^8gd kd4$$Ifl0d t0644 lapyt^CIII|III'J(JJJKKK:L;LL)MMN N NDN$ ]&da$gd0$dh1$7$8$H$a$gdvNh^hgd  & FdgdXm$^gd 8^8gd  & FdgdXm$NCNDNENMNNNONxNyNNNOOOOOOOOOOOOQQ-Q.Q>Q?Qõ||r|dW||JJJhzhXOJQJ^Jh hzOJQJ^Jh hzOJQJ\^JhXOJQJ^JhzOJQJ^JhzhzOJQJ^J h\hzCJ OJQJ^JaJ h\h\CJ OJQJ^JaJ h CJ OJQJ^JaJ h0CJ OJQJ^JaJ hvNCJ OJQJ^JaJ h$h0h h\OJQJ^Jh h$OJQJ^JDNENyNOOOOOQ.Q?QVQhQiQQQQQQRRR8^8gd\ & FgdX & FgdXgdzh^hgd\ & FgdX dh1$7$8$H$gd\  ]&dgdHP?QUQVQgQhQiQQQQQQQQQQQQQRRR;RCRIR_RaRhRRRR8S9SSS?T@TKTLT]T^T_TUȻܱܤ{lh0h\CJOJQJ^Jh\OJQJ^Jh\h OJQJ^J#h0h\0J5CJOJQJ^Jh\h\OJQJ^Jh OJQJ^Jhzh\OJQJ^JhXOJQJ^Jh\OJQJ^JhzOJQJ^JhzhXOJQJ^JhzhzOJQJ^J)RRRRRRRSSS&S8S9SSSSSSS$T4T?TLT^T & FgdX & FgdXgd\ & FgdX & FgdXgdz & FgdX^T_TTTTTU U`UeUkU}UUUUUUVVVV & F 1$7$8$H$gdX & F1$7$8$H$gdX dh1$7$8$H$gd%/ & FgdX & FgdX & FgdXgd\U UkUnUUUVVVVVV W W WWWWWWWWWWW W!W"W#W)W*W,W伲䗊~~~~tntnjftntYh0JmHnHu*hjh3I h3I0Jjh3I0JUhMjhMUh~oh\OJQJ^J!h\h\B*OJQJ^JphhK@OJQJ^JhvNOJQJ^Jh0h\CJOJQJ^Jh0h\CJOJQJ^Jh OJQJ^Jh\h\OJQJ^Jh0h\CJOJQJ^JVVVV W W WWWWWWWW W!W"W>WXWYW x%D&#$gd\ &`#$gdjh]hgd3I &`#$gd3I dh1$7$8$H$gd%/$ & F *$7$8$H$gdX,W-W.W/W9W:WWWWXWYWZW`WaWbWdWeWkWlWnWoWpWWWWWWWWWWW׫~rg_ThQ h#mHsHhPmHsHhzmHnHsHujh3UmHsHh}h3mHsHjh}h3UmHsHh3mHsHhQ h]mHsHjh#0JU*h# h#0Jjh#0JUhjh3Ih\h0JmHnHu*jh3I0JU h3I0Jjh3I0JU* YWbWcWdWpWWWWiXjXXXXXYYYYY2Y3Y4Y5Y dh1$7$8$H$gd%/$a$gdDgd,z$a$gdgd*uih]hgd51 &`#$gd51WWWiXjXXXXXXXXXXXYYYYYYY Y!Y2Y3Y4Y5Yøìh~oh\OJQJ^Jh1@hDhDCJ, hDCJ,hv=jh,zUjJ h,zUVh,zjh,zUhHPh] ;hBAhhv=h5hUth*uiCJhh*uihMh#21h:pBA/ =!"#`$`% ^$$If!vh#vh#v:V lz t>65h5ytjCZ$$If!vh#vh#v:V l t>65h5ytjC$$Ifh!vh#v#v2 :V l t06552 ahpyt $$Ifh!vh#v#v2 :V l t06552 ahpyt $$Ifh!vh#v#v2 :V l t06552 ahpyt $$Ifh!vh#v#v2 :V l t06552 ahpyt $$Ifh!vh#v#v2 :V l t06552 ahpyt $$If!vh#v#vd:V l t0655dapyt^C$$If!vh#v#vd:V l t0655dapyt^C$$If!vh#v#vd:V l t0655dapyt^C$$If!vh#v#vd:V l t0655dapyt^C$$If!vh#v#vd:V l t0655dapyt^C$$If!vh#v#vd:V l t0655dapyt^C)Dd -rs 0  # A"Q)˩6|[&%&X-)  @=%)˩6|[&%&X  ?p':(x} MZsq{s53.C.J͘ƘJVBLgf !F$(DLuP*PP|yl۞Kg]}yZka1JD,I04+z^ic #CKmOe64I\hL HE1Pu*uFp=5nAfQCoJ&$ykMǍHN7F7St趵A^xj1<:FD'z{N驓kFvN-o?=0MD:)WrI{ޮ[c߿^:^:H7up#Z{%yЇ>}n#Pϥ.5Q*g F[/#pXZhNZfdk:nP]lu[Q&y9]`r[}0 n\UVS~zW-Yo?Xqe<>zVDhQ?@ 8(~r19+x=O<|%17nAvo/D@r=n›l.XE-y|eqqx1]~F_5<%2~UƳ\17nAv/_ Aو-Y ]^gĸ޸?aa1h#ƿu&W7l=s7@[}+~qPmN1nxŻ=[17nAv/_ Aوozǻje+@[}F/\kD7ӉfgVl+A{4uq=:븣؝bk67%_}8o8 G&ItN>2N>wLqxo]bDIRhNGSY>ɧuIR'8I֒S8]SY>ɧtx'+0I?1p#d|r:I'LeT';Nx' P8{HCNGS43Rx~)c<)2q |Ou(!W`4NJ#ўOtN>2N>w{#5ݱ/p$IK#=tTFzKͧ7R9ޠDOql C=42Ho$SHQzPZxszц.E/s-~켃UcϦ~ݸelkD~MەwyV6"7ocFͫt} _u<٭P፲{ߌ: 뽜Q]Ob'qau %l겇.^{N.!RNm'W}\op .kPU~`([6y=qj^nC_eXur#jq` l}Ğn:IAٹ:!p1&;[F9o5O lB~k/҃cDh{ JHc]ޜBٴMw.:aia#7\pWy9ܸf  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_abcdefgFjWopqrstuvwxyz{|}~Root Entry FX=lData `1WordDocument 4ObjectPoolp=X=_1252581649Fp==Ole EPRINTn8 CompObjq  FMicrosoft Visio DrawingVISIO 6.0 ShapesVisio.Drawing.69q Oh+'0  0 < H T`hpxld3 EMF8 T 0F, EMF+@``FpdEMF+0@?@ @ @ @$€C%Cĥ Cĥ B!b $$=='% % V0Z   Z Z % % $$AAFEMF+@<0NEC?@H<€C!MCC!MCC%C€C%C€C!MC@$$==_888 % % V0  Z Z  % % $$AA( F4(EMF+ @$Cޢ*CХA A( $$=='% % V0'<q qK K  q % % $$AAFEMF+@<0N؎>@H<C:4CMC:4CMCޢ*CCޢ*CC:4C@$$==_888% % V0%=qK K  q qK % % $$AA( FH<EMF+@(ې,CżCC,CnACC?CC?CIC?CmCmACmCļCCmCļCCmCżCCmCżCCmCECICGCCGCCGC,CEC,CżCCCżCCCnAC}C?CC?CԤC?C|CmAC|CļCC|CļCC|CżCC|CżCC|CECԤCGCCGC}CGCCECCżCC彪CżCC彪CnACC?C֟C?CC?CȁCmACȁCļCCȁCļCCȁCżCCȁCżCCȁCECCGCןCGCCGC彪CEC彪CżCCïCżCCïCnACٚC?CC?C0C?CCmACCļCCCļCCCżCCCżCCCEC0CGCCGCٚCGCïCECïCżCCAȴCżCCAȴCnACC?C2C?C^C?C$CmAC$CļCC$CļCC$CżCC$CżCC$CEC^CGC3CGCCGCAȴCECAȴCżCCo͹CżCCo͹CnAC5C?C`C?CC?CRCmACRCļCCRCļCCRCżCCRCżCCRCECCGCaCGC5CGCo͹CECo͹CżCCҾCżCCҾCnACdC?CC?CC?CCmACCļCCCļCCCżCCCżCCCECCGCCGCdCGCҾCECҾCżCC(CżCC(CnACC?CC?CEC?C CmAC CļCC CļCC CżCC CżCC CECECGCCGCCGC(CEC(CżCCVCżCCVCnACC?CGC?CsC?C9CmAC9CļCC9CļCC9CżCC9CżCC9CECsCGCHCGCCGCVCECVCżCC@( $$=='%  ;< XX   3 N N< N< N< N< N^ 3y y y ^ < =< XX    0 0< 0< 0< 0< 0^ y y y ^ < =X< XXX s    < < < < ^ y y sy X^ X< =< XX  5 V q q< q< q< q< q^ Vy 5y y ^ < =< XX     < < < < ^ y y y ^ < =:< XX: U v   < < < < ^ y vy Uy :^ :< =< XX   8 S S< S< S< S< S^ 8y y y ^ < =< XX    5 5< 5< 5< 5< 5^ y y y ^ < =]< XX] x    < < < < ^ y y xy ]^ ]< =<>- % $$AAFEMF+@<0N؎>@ۜC!MCCh9CMCh9CMC!MC,CżCC,CnACC?CC?CIC?CmCmACmCļCCmCļCCmCżCCmCżCCmCECICGCCGCCGC,CEC,CżCC{C!MC{Ch9CCh9CC!MCCżCCCnAC}C?CC?CԤC?C|CmAC|CļCC|CļCC|CżCC|CżCC|CECԤCGCCGC}CGCCECCżCC彪CżCC彪CnACC?C֟C?CC?CȁCmACȁCļCCȁCļCCȁCżCCȁCżCCȁCECCGCןCGCCGC彪CEC彪CżCCïCżCCïCnACٚC?CC?C0C?CCmACCļCCCļCCCżCCCżCCCEC0CGCCGCٚCGCïCECïCżCCAȴCżCCAȴCnACC?C2C?C^C?C$CmAC$CļCC$CļCC$CżCC$CżCC$CEC^CGC3CGCCGCAȴCECAȴCżCCo͹CżCCo͹CnAC5C?C`C?CC?CRCmACRCļCCRCļCCRCżCCRCżCCRCECCGCaCGC5CGCo͹CECo͹CżCCҾCżCCҾCnACdC?CC?CC?CCmACCļCCCļCCCżCCCżCCCECCGCCGCdCGCҾCECҾCżCCC!MCCh9CvCh9CvC!MC(CżCC(CnACC?CC?CEC?C CmAC CļCC CļCC CżCC CżCC CECECGCCGCCGC(CEC(CżCCVCżCCVCnACC?CGC?CsC?C9CmAC9CļCC9CļCC9CżCC9CżCC9CECsCGCHCGCCGCVCECVCżCC@$$==_888% % ;q Y(q   < XX   3 N N< N< N< N< N^ 3y y y ^ < S Y(S   < XX    0 0< 0< 0< 0< 0^ y y y ^ < X< XXX s    < < < < ^ y y sy X^ X< < XX  5 V q q< q< q< q< q^ Vy 5y y ^ < < XX     < < < < ^ y y y ^ < :< XX: U v   < < < < ^ y vy Uy :^ :< < XX   8 S S< S< S< S< S^ 8y y y ^ < X Y(X : : < XX    5 5< 5< 5< 5< 5^ y y y ^ < ]< XX] x    < < < < ^ y y xy ]^ ]< <@%% % $$AA( FEMF+*@$fBfBCh C@0$8>ARIAL6@pdSwitchU>q>!?q>.?q>U6?q>9@?q>U]R?q>??   RpArialMonotype:Arial Regular:Ve?033333300E1`\(d|y`(d|/`d|2| 6X(|8|2|||L6G`| }u`ȀN6!)Ԅ`dv% TpbBBbLXSwitch% FEMF++@ @7 CmMCpS2CmMCjAC PCjACSCpS2CSCpS2CWVC@&CWVC@&C,eCzC,eCzCWVC3nCWVC3nCSC_CSC_C PC3nCmMCfCmMCfCC7 CC7 CmMC@$$==%  % Vh &    2 & 2 & b e b e SSb b 2 2    J J %  % $$AAFh\EMF+@<0NEC?@ pS2CWVC3nCWVC7 CmMCpS2CmMCjAC PCjACSCpS2CSCpS2CWVC@&CWVC@&C,eCzC,eCzCWVC3nCWVC3nCSC_CSC_C PC3nCmMCfCmMCfCC7 CC7 CmMCjACSC_CSCjAC PC_C PCpS2CmMC3nCmMC@$$==_888 % % Z& b b  &    2 & 2 & b e b e SSb b 2 2    J J  2 2    &  % % $$AA( FEMF+@N/Cu][Ce>Cu][Ce>CYCN/CYCN/Cu][CN/C<=CN/CMCִqCMCִqC<=CN/C<=C)J,C1wBC;vC1wBC;vCCwCCwC CE)C CE)CCC)J,CCC)J,C1wBC(7sCJCwCJCwCxHC(7sCxHC(7sCJC@( $$=='%  % [  ; ;  ( d( d | |  @ @ ( 4 | | 4 4 %  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0 V0 ; ;  W@ ( d( d | |  @ @ ( V04 | | 4 4 % % $$AA( FEMF+@<0N؎>@<0@&CYCzCYC@&Cu][CzCu][C@$$==_888% % Z8e  e  % % $$AA( FEMF+*@$fBfB&CeC@0$9=ARIAL6@ Workstation 3r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   ( RpArialMonotype:Arial Regular:Ve?033333300 E1`\(y`(d|/`d|/|p|m|Z|m|E x =}3 0wLl6|p|m|-w =}36!)|-w 0wE xdv% TBB LhWorkstation 3% FEMF++@ @]ChBwoChB~CB~C)̩BwoC)̩BwoCBXcCBXcClBߚClBߚCBoCBoC)̩B6C)̩B6CBoChB͝ChB͝C" A]C" A]ChB@( $$=='%  % Vh<g  OO~<~<h\h\~~OO  %  % $$AAFh\EMF+@<0NEC?@ woCBoCB]ChBwoChB~CB~C)̩BwoC)̩BwoCBXcCBXcClBߚClBߚCBoCBoC)̩B6C)̩B6CBoChB͝ChB͝C" A]C" A]ChB~C)̩B6C)̩B~CB6CBwoChBoChB@$$==_888 % % Z=h~~  OO~<~<h\h\~~OO  OO  % % $$AA( FEMF+@hlCsB-{CsB-{CꂵBhlCꂵBhlCsBhlC̀BhlC4AG{C4AG{C̀BhlC̀BiCBCBCyǣAhCyǣAhCYAfCYAfCGBiCGBiCB6C:BhC:BhCWLB6CWLB6C:B@( $$=='%  % [3] wwMMH.H.kkeeM..%  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0Y_V0/BwwW@4H MMH.H.kkeeMV0-I4N..% % $$AA( FEMF+@<0N؎>@<0XcCꂵBߚCꂵBXcCsBߚCsB@$$==_888% % Z8Y7_<\<\% % $$AA( FEMF+*@$fBfB&@bCB@0$9=ARIAL6@ Workstation 1r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % Th$qBBp LhWorkstation 1% FEMF++@ @Y ChBjChB(CB(C)̩BjC)̩BjCB CB ClBClBCBLCBLC)̩BC)̩BCBLChB]ChB]C" AY C" AY ChB@( $$=='%  % Vhg OO~~hh~D~DOZOZ D^^%  % $$AAFh\EMF+@<0NEC?@ jCBLCBY ChBjChB(CB(C)̩BjC)̩BjCB CB ClBClBCBLCBLC)̩BC)̩BCBLChB]ChB]C" AY C" AY ChB(C)̩BC)̩B(CBCBjChBLChB@$$==_888 % % Zh~D~ OO~~hh~D~DOZOZ D^^OZO Z D% % $$AA( FEMF+@_CsBʱCsBʱCꂵB_CꂵB_CsB_C̀B_C4A$C4A$C̀B_C̀BCBhCBhCyǣAԃCyǣAԃCYAqCYAqCGBCGBCBQC:BԃC:BԃCWLBQCWLBQC:B@( $$=='%  % [] lWWllllwswsl>MMHHe>e>M%  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0Y_lWWllV0BllwswslW@H >MMHHe>e>MV0IN% % $$AA( FEMF+@<0N؎>@<0 CꂵBCꂵB CsBCsB@$$==_888% % Z8Y_% % $$AA( FEMF+*@$fBfB:CB@0$9=ARIAL6@ Workstation 2r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % ThqBBp LhWorkstation 2% FEMF++@ @+\CSCnCSC }C]ҵC }CPCnCPCnCZϸC%bCZϸC%bCGCJCGCJCZϸCPCZϸCPCPCv؍CPCv؍C]ҵCPCSCGCSCGCxC+\CxC+\CSC@( $$=='%  % Vh = // j j  %  % $$AAFh\EMF+@<0NEC?@ nCZϸCPCZϸC+\CSCnCSC }C]ҵC }CPCnCPCnCZϸC%bCZϸC%bCGCJCGCJCZϸCPCZϸCPCPCv؍CPCv؍C]ҵCPCSCGCSCGCxC+\CxC+\CSC }CPCv؍CPC }C]ҵCv؍C]ҵCnCSCPCSC@$$==_888 % % Z> // j j  % % $$AA( FEMF+@kClC zClC zCMCkCMCkClCkCf۬CkC{CmϖC{CmϖCf۬CkCf۬ChC$C+ C$C+ CqCj̙CqCj̙C~C"eC~C"eCcدChCcدChC$CC`ղCj̙C`ղCj̙C!CC!CC`ղC@( $$=='%  % [)4w nnJJn""::__[:[:CC[%  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0sxnnJJnV0./[W@(5a ""::__V0.c5g[:[:CC[% % $$AA( FEMF+@<0N؎>@<0%bCMCJCMC%bClCJClC@$$==_888% % Z8s8x/JjJ/njn% % $$AA( FEMF+*@$fBfB&@bC*:C@0$9=ARIAL6@ Workstation 4r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % T%BB LhWorkstation 4m3% FEMF++@ @C"/C C"/CCےCCC CC CKZC({CKZC({CLCNcCLCNcCKZCmCKZCmCCCCCےCmC"/C*C"/C*CՍCCՍCC"/C@( $$=='%  % Vhuw``??llJJll??ww%  % $$AAFh\EMF+@<0NEC?@  CKZCmCKZCC"/C C"/CCےCCC CC CKZC({CKZC({CLCNcCLCNcCKZCmCKZCmCCCCCےCmC"/C*C"/C*CՍCCՍCC"/CCCCCCےCCےC C"/CmC"/C@$$==_888 % % Zvllw``??llJJll??ww`??`% % $$AA( FEMF+@QCȵCCȵCCCQCCQCȵCQC>>%  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0hmU44UUV0(RUU''UW@"X )KjKjmmAAa)a)KV0Y]>>>% % $$AA( FEMF+@<0N؎>@<0({CCNcCC({CȵCNcCȵC@$$==_888% % Z8hm% % $$AA( FEMF+*@$fBfBPC0@C@0$9=ARIAL6@ Workstation 5r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % TvBB~ LhWorkstation 5% FEMF++@ @Df ]CTDf ]CQm D_CQm D-bCTD-bCTDeCDeCDsC DsC DeCF/DeCF/D-bCID-bCID_CF/Df ]C|Df ]C|D1CD1CDf ]C@( $$=='%  % Vh f ! " "-!-![ [ @&@&[L%[L%-g$-g$ L% `& `& %  % $$AAFh\EMF+@<0NEC?@ TDeCF/DeCDf ]CTDf ]CQm D_CQm D-bCTD-bCTDeCDeCDsC DsC DeCF/DeCF/D-bCID-bCID_CF/Df ]C|Df ]C|D1CD1CDf ]CQm D-bCID-bCQm D_CID_CTDf ]CF/Df ]C@$$==_888 % % Zh![L%[ ! " "-!-![ [ @&@&[L%[L%-g$-g$ L% `& `& "-g$-" g$ ! L% % % $$AA( FEMF+@DjC DjC DhCDhCDjCDtNCD&CD&CDtNCDtNC"hD SCDD SCDD#CVD#CVD< CD< CD;oTC"hD;oTC"hD SCBD,ZCVD,ZCVDмXCBDмXCBD,ZC@( $$=='%  % [^ !n"n"!!! !i z%i z% ! [!0 %0 %; %; % -! -!G [!G [!0 % % % % % %  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0(!n"n"!!V0Y! !i z%i z% ! W@_ [!0 %0 %; %; % -! -!G [!G [!0 V0W_% % % % % % % $$AA( FEMF+@<0N؎>@<0DhC DhCDjC DjC@$$==_888% % Z8b & &% % $$AA( FEMF+*@$fBfBXcDGsC@0$9=ARIAL6@ Workstation 6r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % TPBB LhWorkstation 6j3% F@4EMF++@ @$ ^B?å CB( $$=='% % V07fy yW W y % % $$AAFEMF+@<0NEC?@H< ^BHB0(XCHB0(XC? ^B? ^BHB@$$==_888 % % V06gyW W y yW% % $$AA( FEMF+*@$fBfB ^B?@0$>ARIAL6@ ARP TABLE4?33s>J?33s>8a?33s>͐v?33s>t?33s>f?33s>f,?33s>f؞?33s>f?33s>??   ( RpArialMonotype:Arial Regular:Ve?!33333300 !|p|m|Z|m|E y =}3 0wL6n|p|m|-w =}36!)|-w 0wE ydv% Tn BBn L`ARP TABLE% F|EMF++@ *@$fBfB ^B?6@H<IP>ff>ͮ?ff>??   % TX]e"BB] LPIP% FEMF++@ *@$fBfB ^B?6@ MAC|?ff>fׂ?ff>fI?ff>f?ff>f-?ff>f?ff>f?ff>f?ff>f?ff>fg?ff>f٪?ff>f-?ff>f?ff>??   % T"BB Lh MACr3% FEMF++@ *@$fBfB ^B?6@ 10.1.10.2f= ?3:> ?> ?i> ?> ?> ?a> ?|? ?`? ???   % T@!f-BB@+ L`10.1.10.2r3% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:22f\? ?fB? ?f(? ?f? ?f(? ?f? ?f? ?ff? ?fL? ?f? ?fL? ?f2? ?f? ?f? ???   % T!-BB+Lh80:U6:90:C1:22% FEMF++@ *@$fBfB ^B?6@ 10.1.10.3f=0?3:>0?>0?i>0?>0?>0?a>0?|?0?`?0???   % T@-f9BB@7 L`10.1.10.3% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:23f\?0?fB?0?f(?0?f?0?f(?0?f?0?f?0?ff?0?fL?0?f?0?fL?0?f2?0?f?0?f?0???   % T-9BB7Lh80:U6:90:C1:23% FEMF++@ *@$fBfB ^B?6@ 10.1.10.4f=ffV?3:>ffV?>ffV?i>ffV?>ffV?>ffV?a>ffV?|?ffV?`?ffV???   % T@8gDBB@B L`10.1.10.4% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:24f\?ffV?fB?ffV?f(?ffV?f?ffV?f(?ffV?f?ffV?f?ffV?ff?ffV?fL?ffV?f?ffV?fL?ffV?f2?ffV?f?ffV?f?ffV???   % T8DBBBLh80:U6:90:C1:24% FEMF++@ *@$fBfB ^B?6@ 10.1.10.5f=|?3:>|?>|?i>|?>|?>|?a>|?|?|?`?|???   % T@DfPBB@N L`10.1.10.5% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:25f\?|?fB?|?f(?|?f?|?f(?|?f?|?f?|?ff?|?fL?|?f?|?fL?|?f2?|?f?|?f?|???   % TDPBBNLh80:U6:90:C1:25% FEMF++@ *@$fBfB ^B?6@ 10.1.10.6f=?3:>?>?i>?>?>?a>?|??`????   % T@Of[BB@Y L`10.1.10.6% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:26f\??fB??f(??f??f(??f??f??ff??fL??f??fL??f2??f??f????   % TO[BBYLh80:U6:90:C1:26% F@4EMF++@ @$C?ĥ CߘB$$==% % V0^ ((  % % $$AAFEMF+@<0NEC?@H<CB #DB #D?C?CB@$$==_888 % % V0`((  % % $$AA( FEMF+*@$fBfBC?@0$>ARIAL6@ ARP TABLE4?@>J?@>8a?@>͐v?@>t?@>f?@>f,?@>f؞?@>f?@>??   % T"TBB" L`ARP TABLE% F|EMF++@ *@$fBfBC?6@H<IP>̬>ͮ?̬>??   % TXBBLPIP% FEMF++@ *@$fBfBC?6@ MAC|?̬>fׂ?̬>fI?̬>f?̬>f-?̬>f?̬>f?̬>f?̬>f?̬>fg?̬>f٪?̬>f-?̬>f?̬>??   % T7hBB7 Lh MAC% FEMF++@ *@$fBfBC?6@ 10.1.10.1f=>3:>>>>i>>>>>>a>>|?>`?>??   % T)BB' L`10.1.10.1% FEMF++@ *@$fBfBC?6@80:U6:90:C1:21f\?>fB?>f(?>f?>f(?>f?>f?>ff?>fL?>f?>fL?>f2?>f?>f?>??   % TA)BBA'Lh80:U6:90:C1:21% FEMF++@ *@$fBfBC?6@ 10.1.10.3f=33#?3:>33#?>33#?i>33#?>33#?>33#?a>33#?|?33#?`?33#???   % T)5BB3 L`10.1.10.3% FEMF++@ *@$fBfBC?6@80:U6:90:C1:23f\?33#?fB?33#?f(?33#?f?33#?f(?33#?f?33#?f?33#?ff?33#?fL?33#?f?33#?fL?33#?f2?33#?f?33#?f?33#???   % TA)5BBA3Lh80:U6:90:C1:23% FEMF++@ *@$fBfBC?6@ 10.1.10.4f=I?3:>I?>I?i>I?>I?>I?a>I?|?I?`?I???   % T4@BB> L`10.1.10.4% FEMF++@ *@$fBfBC?6@80:U6:90:C1:24f\?I?fB?I?f(?I?f?I?f(?I?f?I?f?I?ff?I?fL?I?f?I?fL?I?f2?I?f?I?f?I???   % TA4@BBA>Lh80:U6:90:C1:24% FEMF++@ *@$fBfBC?6@ 10.1.10.5f=p?3:>p?>p?i>p?>p?>p?a>p?|?p?`?p???   % T@LBBJ L`10.1.10.5% FEMF++@ *@$fBfBC?6@80:U6:90:C1:25f\?p?fB?p?f(?p?f?p?f(?p?f?p?f?p?ff?p?fL?p?f?p?fL?p?f2?p?f?p?f?p???   % TA@LBBAJLh80:U6:90:C1:25% FEMF++@ *@$fBfBC?6@ 10.1.10.6f=33?3:>33?>33?i>33?>33?>33?a>33?|?33?`?33???   % TKWBBU L`10.1.10.6% FEMF++@ *@$fBfBC?6@80:U6:90:C1:26f\?33?fB?33?f(?33?f?33?f(?33?f?33?f?33?ff?33?fL?33?f?33?fL?33?f2?33?f?33?f?33???   % TAKWBBAULh80:U6:90:C1:26% F@4EMF++@ @$?CdCB$$==% % V0 A x x A A% % $$AAFEMF+@<0NEC?@H<?tgC;CtgC;CC?C?tgC@$$==_888 % % V0 x x A A x% % $$AA( FEMF+*@$fBfB?C@0$>ARIAL6@ ARP TABLE'?33s>P=?33s>lT?33s>i?33s>r?33s>?33s>ƍ?33s>r?33s>X?33s>??   % T4fBB4 L`ARP TABLE% F|EMF++@ *@$fBfB?C6@H<IP>ff>>ff>??   % TX#+BB#LPIP% FEMF++@ *@$fBfB?C6@ MACo?ff>x?ff>?ff>U?ff>lj?ff>9?ff>?ff>?ff>?ff>?ff>s?ff>DZ?ff>s?ff>??   % TJ{BBJ Lh MAC% FEMF++@ *@$fBfB?C6@ 10.1.10.1~= ?> ?N> ?q> ?h> ?0> ?> ?`> ?? ???   % T,BB L`10.1.10.1% FEMF++@ *@$fBfB?C6@80:U6:90:C1:21? ?ܐ? ?™? ?4? ?©? ?? ?? ?? ?? ?X? ?? ?? ?>? ?$? ???   % TSBBSLh80:U6:90:C1:21% FEMF++@ *@$fBfB?C6@ 10.1.10.2~=0?>0?N>0?q>0?h>0?0>0?>0?`>0??0???   % T-BB L`10.1.10.2% FEMF++@ *@$fBfB?C6@80:U6:90:C1:22?0?ܐ?0?™?0?4?0?©?0??0??0??0??0?X?0??0??0?>?0?$?0???   % TSBBSLh80:U6:90:C1:22% FEMF++@ *@$fBfB?C6@ 10.1.10.4~=ffV?>ffV?N>ffV?q>ffV?h>ffV?0>ffV?>ffV?`>ffV??ffV???   % T.BB L`10.1.10.4% FEMF++@ *@$fBfB?C6@80:U6:90:C1:24?ffV?ܐ?ffV?™?ffV?4?ffV?©?ffV??ffV??ffV??ffV??ffV?X?ffV??ffV??ffV?>?ffV?$?ffV???   % TSBBSLh80:U6:90:C1:24% FEMF++@ *@$fBfB?C6@ 10.1.10.5~=|?>|?N>|?q>|?h>|?0>|?>|?`>|??|???   % T-BB L`10.1.10.5% FEMF++@ *@$fBfB?C6@80:U6:90:C1:25?|?ܐ?|?™?|?4?|?©?|??|??|??|??|?X?|??|??|?>?|?$?|???   % TSBBSLh80:U6:90:C1:25% FEMF++@ *@$fBfB?C6@ 10.1.10.6~=?>?N>?q>?h>?0>?>?`>?????   % T-BB L`10.1.10.6w3% FEMF++@ *@$fBfB?C6@80:U6:90:C1:26??ܐ??™??4??©??????????X??????>??$????   % TSBBSLh80:U6:90:C1:26% F@4EMF++@ @$*|BZjCdCB$$==% % V0? }  % % $$AAFEMF+@<0NEC?@H<*|BPC0(XCPC0(XCZjC*|BZjC*|BPC@$$==_888 % % V0=  % % $$AA( FEMF+*@$fBfB*|BZjC@0$>ARIAL6@ ARP TABLE'?@>P=?@>lT?@>i?@>r?@>?@>ƍ?@>r?@>X?@>??   % Tq%1BBq/ L`ARP TABLEch% F|EMF++@ *@$fBfB*|BZjC6@H<IP>̬>>̬>??   % TXa1i=BBa;LPIP% FEMF++@ *@$fBfB*|BZjC6@ MACo?̬>x?̬>?̬>U?̬>lj?̬>9?̬>?̬>?̬>?̬>?̬>s?̬>DZ?̬>s?̬>??   % T1=BB; Lh MACn0% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.1~=>>>N>>q>>h>>0>>>>`>>?>??   % TD<iHBBDF L`10.1.10.1 % FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:21?>ܐ?>™?>4?>©?>?>?>?>?>X?>?>?>>?>$?>??   % T<HBBFLh80:U6:90:C1:21% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.2~=33#?>33#?N>33#?q>33#?h>33#?0>33#?>33#?`>33#??33#???   % TDHjTBBDR L`10.1.10.2\l% FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:22?33#?ܐ?33#?™?33#?4?33#?©?33#??33#??33#??33#??33#?X?33#??33#??33#?>?33#?$?33#???   % THTBBRLh80:U6:90:C1:22% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.3~=I?>I?N>I?q>I?h>I?0>I?>I?`>I??I???   % TDSj_BBD] L`10.1.10.3\a% FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:23?I?ܐ?I?™?I?4?I?©?I??I??I??I??I?X?I??I??I?>?I?$?I???   % TS_BB]Lh80:U6:90:C1:23% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.5~=p?>p?N>p?q>p?h>p?0>p?>p?`>p??p???   % TD_jkBBDi L`10.1.10.5la% FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:25?p?ܐ?p?™?p?4?p?©?p??p??p??p??p?X?p??p??p?>?p?$?p???   % T_kBBiLh80:U6:90:C1:25% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.6~=33?>33?N>33?q>33?h>33?0>33?>33?`>33??33???   % TDjjvBBDt L`10.1.10.6\l% FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:26?33?ܐ?33?™?33?4?33?©?33??33??33??33??33?X?33??33??33?>?33?$?33???   % TjvBBtLh80:U6:90:C1:26% F@4EMF++@ @$CCdCB$$==% % V0r4V4((V4V% % $$AAFEMF+@<0NEC?@H<C˓C #D˓C #DCCCC˓C@$$==_888 % % V0s4((V4V4% % $$AA( FEMF+*@$fBfBCC@0$>ARIAL6@ ARP TABLE'?@>P=?@>lT?@>i?@>r?@>?@>ƍ?@>r?@>X?@>??   % T%W&BB%$ L`ARP TABLEol% F|EMF++@ *@$fBfBCC6@H<IP>̬>>̬>??   % TX%1BB/LPIP% FEMF++@ *@$fBfBCC6@ MACo?̬>x?̬>?̬>U?̬>lj?̬>9?̬>?̬>?̬>?̬>?̬>s?̬>DZ?̬>s?̬>??   % T;%l1BB;/ Lh MAClj% FEMF++@ *@$fBfBCC6@ 10.1.10.1~=>>>N>>q>>h>>0>>>>`>>?>??   % T1=BB; L`10.1.10.1el% FEMF++@ *@$fBfBCC6@80:U6:90:C1:21?>ܐ?>™?>4?>©?>?>?>?>?>X?>?>?>>?>$?>??   % TD1=BBD;Lh80:U6:90:C1:21% FEMF++@ *@$fBfBCC6@ 10.1.10.2~=33#?>33#?N>33#?q>33#?h>33#?0>33#?>33#?`>33#??33#???   % T<HBBF L`10.1.10.257% FEMF++@ *@$fBfBCC6@80:U6:90:C1:22?33#?ܐ?33#?™?33#?4?33#?©?33#??33#??33#??33#??33#?X?33#??33#??33#?>?33#?$?33#???   % TD<HBBDFLh80:U6:90:C1:22% FEMF++@ *@$fBfBCC6@ 10.1.10.3~=I?>I?N>I?q>I?h>I?0>I?>I?`>I??I???   % THTBBR L`10.1.10.3te% FEMF++@ *@$fBfBCC6@80:U6:90:C1:23?I?ܐ?I?™?I?4?I?©?I??I??I??I??I?X?I??I??I?>?I?$?I???   % TDHTBBDRLh80:U6:90:C1:23% FEMF++@ *@$fBfBCC6@ 10.1.10.4~=p?>p?N>p?q>p?h>p?0>p?>p?`>p??p???   % TS_BB] L`10.1.10.4in% FEMF++@ *@$fBfBCC6@80:U6:90:C1:24?p?ܐ?p?™?p?4?p?©?p??p??p??p??p?X?p??p??p?>?p?$?p???   % TDS_BBD]Lh80:U6:90:C1:24% FEMF++@ *@$fBfBCC6@ 10.1.10.6~=33?>33?N>33?q>33?h>33?0>33?>33?`>33??33???   % T_kBBi L`10.1.10.6ev% FEMF++@ *@$fBfBCC6@80:U6:90:C1:26?33?ܐ?33?™?33?4?33?©?33??33??33??33??33?X?33??33??33?>?33?$?33???   % TD_kBBDiLh80:U6:90:C1:26% FEMF++@ @<0N؎>@4(_CB_C5ACsC5AC@$$==_888% % W( eMf  % % $$AA( FEMF+@<0N؎>@4(=C5AC=C7BZC7B@$$==_888% % W(YU blb% % $$AA( FEMF+@<0N؎>@lC5AClClCκClCκC CCmUCfCmUCMHCmUCC CCkCCkCClCClCClCF-ClC@$$==_888% % ; Y$ZX@ ZqY$<@`c% % $$AA( FEMF+@<0N؎>@8, 3CnMCκCnMCκCKCCqsJCfCqsJCMHCqsJCCKCCmMCCmMCCnMCCnMCCnMCQCnMCQC`[CC`[CC8ZCNHCcXCfCcXCCcXCκC8ZCκC_[CκC`[CkC`[CjC8ZCαCcXClCcXC CcXCmUC8ZCmUC_[CnUC`[C5AC`[C5ACсPC@$$==_888% % ; 6Z X@ Z q        Y, + +  X4   q Z Z Y$Z Q X4Q :     Y(   <@% % $$AA( FEMF+@<0N؎>@4(fC5ACfC˓CSC˓C@$$==_888% % W(#zs K% % $$AA( FEMF+@<0N؎>@4(C5ACCtgCFDtgC@$$==_888% % W(# x"x% % $$AA( F4(EMF+ @$sfD;CdCB$$==% % V0m& &mj0mj0 & % % $$AAFEMF+@<0NEC?@H<sfDvCLADvCLAD;CsfD;CsfDvC@$$==_888 % % V0l&mj0mj0 & &m% % $$AA( FEMF+*@$fBfBsfD;C@0$>ARIAL6@ ARP TABLE'?@>P=?@>lT?@>i?@>r?@>?@>ƍ?@>r?@>X?@>??   % TBB L`ARP TABLEOF% F|EMF++@ *@$fBfBsfD;C6@H<IP>̬>>̬>??   % TXBBLPIP% FEMF++@ *@$fBfBsfD;C6@ MACo?̬>x?̬>?̬>U?̬>lj?̬>9?̬>?̬>?̬>?̬>?̬>s?̬>DZ?̬>s?̬>??   % TBB Lh MAC i% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.1~=>>>N>>q>>h>>0>>>>`>>?>??   % TrBBr L`10.1.10.1r % FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:21?>ܐ?>™?>4?>©?>?>?>?>?>X?>?>?>>?>$?>??   % TBBLh80:U6:90:C1:21% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.2~=33#?>33#?N>33#?q>33#?h>33#?0>33#?>33#?`>33#??33#???   % TrBBr L`10.1.10.2So% FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:22?33#?ܐ?33#?™?33#?4?33#?©?33#??33#??33#??33#??33#?X?33#??33#??33#?>?33#?$?33#???   % TBBLh80:U6:90:C1:22% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.3~=I?>I?N>I?q>I?h>I?0>I?>I?`>I??I???   % TrBBr L`10.1.10.3he% FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:23?I?ܐ?I?™?I?4?I?©?I??I??I??I??I?X?I??I??I?>?I?$?I???   % TBBLh80:U6:90:C1:23% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.4~=p?>p?N>p?q>p?h>p?0>p?>p?`>p??p???   % TrBBr L`10.1.10.4ss% FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:24?p?ܐ?p?™?p?4?p?©?p??p??p??p??p?X?p??p??p?>?p?$?p???   % TBBLh80:U6:90:C1:24% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.5~=33?>33?N>33?q>33?h>33?0>33?>33?`>33??33???   % TrBBr L`10.1.10.5mb% FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:25?33?ܐ?33?™?33?4?33?©?33??33??33??33??33?X?33??33??33?>?33?$?33???   % TBBLh80:U6:90:C1:25% FEMF++@ Ld)??" FEMF+@ ObjInfo VisioDocumentVisioInformation" SummaryInformation( D      !"#$%&'()*+,-./0123456789:;<=>?@ABEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Visio (TM) Drawing Rp !fffMMM33378 TZ Arial@NWingdzs@:NuMonotype Sort mSymbol5T?? Y@-1U'J:DT1EW-hTT<* /Ub bO0zGz?@8@H2!kWbʁk !k9 +k)kO,O, P/8&9$? CAk&,,'5/G%&X$&  E& y  0)^?Tp2    U1?%aUBEEEUEEE@ON7OIJ`2BEEEEEEE@$O9FAY; ,Q*VV,QgTY 1 W-oW?o\o ' `3kulb6`i#l l l ҕY??\ #TD5r|O,O,!O,N/BQ|USME6A_h8OOOOO@O$O _HOZOlI`7rZW?_ep؂fsU妖jȟxҏk)qĬ T 1QZg@y$ %i|( 9Si7'0UP]y??4zy2Y#T[ 앥 ~0{jDǮ/m!3 D//?1Qp?dA4,Qk 2YU1%1-(kp ? .$5A-Bbi`#*‰)/L//??2>>bSZ~27ՏDgܱNcl%7I[m,3/"%)p1!"U)+ %U2 qk0?j?|6 #P+|6E<<7/Sef|QL|Qy?%?7? %G d4/*4m bFD/V/h/qd?v3?+ U" @!@9 "IAg1@//6aϜ6=DBU` 'Rą$h{`@"6a6a{B!!6b"<Pbt^$6HZl~Vq /ASew//+/=/O/a/s/1///////?"?4?F?X?j?|???????? OO0OBOTOpqsOOOOOOOO__'_9_K_U?rh_q v_u_______o o2oQocouoooooooo)aOr2DVhzԏ ;v +\z@RdvП);M_q˯ݯﯜD7I[m ǿٿ*pOOOʏ܏$4FXj|ğ֟ E3ö|eY/}/ů=?O?a?$6HZl~ƿؿ 2DVhzόϞ Ϻll  $oMC ZCu4净o2q?3?:6AyZU   Xj|3Ϯij(QcĕI03,)0#0kuȈ s1bn*}% Q)~##c#Y(4&~#3bAB!e1]f| != H&~%oDzG%oD  zGD5oDzCp@!]KI{6#؂-+PS23bbrt2VYTcQ "tڶYP7ADWR#oR)(2`Reposi#1 Text)q,Z5SMZ E6BTWW]a~% Xok"So(WfohB7+{KxMm]a4k`oP"cd(OO,db:ܟ"\R @ b[S @@ՂȏڃRX04SX4mY1 `]dT1T)~"*"+D2"a"a4I-ɔ2.֔2/㔒20 12 E{(t!%q.[g` ManufactureroC`0oBm&#Enter the mZ nGame=0%s'9Kp2`Product Numbc##pn=0qD5NïR` P#ard gl4}4FK"`Descrip#12`d5kxƿKAsse毻"`awID5aGY5` Seri[al{"# 705gzKRLoc"2ϔlyxEWiBuildin gߔb_KRRoom2`rmECKJ-aU Demen`#d"a*d]-m@%ȕ1˒D~%X2˒%X3˒D5X4m55X4˒5X5˒X6˒1XEXyX!T MbTT@7EXL1TpTn(,>99J'!!SDR` %pertiesmBb !B7A&`SHX A !Z:N}I3"4(䳽q dHub,Adds,similar,device,network,diagram,Basic,configu!3,WANgs,L]!;!st"2s7%ed,systemSD5B-TT$@"mbп?rqPar?s?l,пPSfaxj^ Mnez?HD H# ;h50>TdPYY9 BAU@?@rqǯ??P6 @]#t`m tT  i8uL\uYYAb_A@i>U `0KBq$5 I`?Copyright (c) 2001 Microsoft Corporation. All '"s reserved. 2=SV{$({$ &#A%l>YUdvAj 9"\b[x1XX 6B?T>1r%?O%O81%MK6dO?M%4z$? 3rAd :SHD H# ;h50>TdPYY9 BAU@?@98O?w?P6 @t` ?t%  5 u/MYug[>b_A@i>U `0KBq$5 I`?Copyright (c) 2001 Microsoft Corporation. All '"s reserved. 2=.SV{$(< !"@Jl>YUdvA!j 9"\b[x1 6B ?dY>1r%?O%OtG1%MK6dO?ЈM%z$? 3rAd SUH tuD0 " #   * >haT@aaM]Q UU@?@88??P @NtQ`  7? tU*7&74@0Nu'}uA/xMLiMiQ iUQ  "B#,"D#T"Pl#|"(#"#"#" 32 1212E6Y6(E6&(Y6:(E6N(Y6b(E6v(Y6(E6(Y6(E6(Y6(E6(Y68E68Y6NbA@BҪFJNUt`0'NqGADI;`?Copyright (c) 2001 Microsoft Corporation. All #Rs reser?ved.q@OR2CqGI m&S@AiVwT%/Z(wTVPCSMBFl,JU]UIUzRH}cHdH[aH ooo7apnUkm$ILp…X%oIn aQ Q&d UIm]oUqkfPkm۶m#ۦ3qhrHjv9iq$RUy7'xnUa%.BrMuC+=aUo0oTofoqqMm鏀oc6ZƯE*h x0v+AdRC3%Ћd{ eʏۑ:qƟ'9Kϕ ԟ]п&!܉IϤ!zoρeĈϯ*sJ 0LdߑP/Sa 0BTnޢ A!RzɆD܉ݯݤHZl @k!3EWi{ ʐyFl" )͆'E[NTPYY9 uAU@2rq?@-?28_8P6 @#t` t/b ruLA- AZ>u.R+fpE^ U5u=b#Q@bSU "&>LvUR5# `0qs'y!$5 I`?Copyright (c) 2001 Microsoft Corporation. All "s reserved. #B25#*'=K"SJRW4+(4&,#3A "*&l0>Udd 5= )( 01 2fBBc nBQ"xBg(`+A8OJG?VO A%NOOWAEEOJO"_AhW54.O3rAt0#Sh1j% ^ubiAhaE9 )935/'2q?:g7R'_0H'-uז # mhԜ$L8LE*i FofB9|]]adR@GjYSP+L(nSa#/$?  }&+(5*A UFDfP h RTBUUUA@ ?I?a 3h AeqYk  Gm@-*tTr6x7,ruUO` User Name`Ent the u!n .#cw #Inventory Number%#$'iz&n"7 oPs"4M4V%2 V!Q`Network]_`2 !8 l6H wGw|w|{w{wzt|wzwxx #0-8 dwwaAdds a workstation to your net diagram.uter. Right-clicken# property infor m.bп?rqLw?^?l,3 CUHXuD " # U>ih0JTtEIAQ zMU@M?@ܶm۶?@hP @#WtQ`  o?tU $HNu0 Glu%wmR JNbA@JNU `O0Nqr$I`?Copyright (c) 2001 Microsoft Corporation. All 7"s reserved.R2I SV$JG>($&3MlTJU$JUt U%I F<"#?4?lr#Ri#D5ښ?r?4*1Qa:4 Y=U B  A1 P!f?};z <9JBA BV?E0Ot=W1Q%=[ƒU_k_4%;P5?_71Q%?_?oB6o ?Zo?qD_oro8xAo`o }G1Q|A+>r]ox_poG}; ??4A5(HoLloDw婏#h%=[܀_t[6N_tz[pdßH1QAF1OUA(O3r\A  )2Q56?H?Z?l?~?_ om?؏ꏈd*1Y%7I['s8t'sUfп*1A 2DϊoړAoo{Z2ޝUG DF P# h8/T T UDŽU@V? Py uz`d?SučVE D )DPP+ + !Pz*4LR "P #j "tzUMU~" L@񃒇#!$+`Vis_SBN.chm!#26570I`?Copyright (c) 2001 Microsoft Corporation. All 2s reserved.`$~%}% R'D  )~##c4#x ~Y(4&~#3b A!e1]o5!H&~%oDzG%oDzGD5oDzzCp!]KIW6#[-+P~2@3bbrtJ2VYcQ "tzYPM7AWR#o1R)/2`Reposi#1 Textq,Z 5SMZ E6BTWW]a~% o"So(fohB7+{BKo]ao5k`oP"cd(OO,db:ܟ"\R @ b[S @@ՂȏڃRX04SX4m`]dC1KT)~"*"+D2"a"ao2-$ɔ2.֔2/20 1 2 {(t!%q.[g` ManufactureroC`0oBm&#Enter the mZ nGame=0%s'9KL2`Product Numbc##pn=0qD5NïR` P#ard glo5}4FK"`Descrip#12`d5kxƿKAsse毻"`awID5aGY5` Seri[al{"# 705gzKRLoc"2ϔlyxEWiBuildin gߔb_KzURoom2`rm@Hd-aU Demen`#dn,>J'!!d R` %per/tiesmB?b !"a 7A-a]-m7Ȇ3u1˒~%2˒%3˒D54H˒o55ϗ6˒551D!zB.7A&`JhbLAum+@фGAZ:N}U3"4ҫ(vq`]Workst"2,Adds,netw,diagram,Basic,configu!3,WANs,L!ed,systemD5BTT$@UHTuD " # >hj8JTA eeMQNYA?MU@?@ܶm۶m?@?@M̻?P @t`  ?tQR(jutmu){$N J TJmb_A@J#U0O贁Nk?#8#$$?@E[&Ue% pv? [Rp Gppv$p/t)2N# `0>qA7G1p4I#`?Copyright (c) 2001 Microsoft Corporation. All 2s reserved.= N3V2#'IS @B4t(#Hx1#eBLRlJ0JUppEIU8Q]A(0^G'?@)V9&~,C,"Q(2Y FR#9(G_#5x+#_ 5T\Q85h___ "T\5[V]__TYY9 TuAU@2rq?@؂-?288Pv6 @#t`  t/b ruULA-m A>u.R+ʍfp { UM5ubܚ#>RObU "&1>vUI5# `O0qs'y!$5 I`?Copyright (c) 2001 Microsoft Corporation. All "s reserved. #WB25#l*'=K"+SRWQ4(4&,#3A "U&l0>Ud@d5= <)( 081 2f$BBƜ nBQ"xBg(+A8OJG?VO A%NOOWAEEOJO"_ЎAW54.O3rA0#Sj%^Wor7kst"iAhaE9 )93~5/'2'q?6nBR'UHLuD " # >h0JTh]]TM>MU@M?@p۶m_۶?@u?P W@tA`  ?QtJ u;`ukBVJbAW@JZU `0$>q$I`?Copyright (c) 2001 Microsoft Corporation. All +"s reserved. B2ISV$;($&#MlJ$JUBh EI :<"`f_ |;?3?11A*?T!(YY9 #B :FAU]? nP6 uY`u bA[u  R 6+&LA@uV` dp5zu a>؉@!-?CjtC'jM-pw'( 2rq?@[I ?$%;? @"*=L A-[b}rh~~"602u ."Iy2 8~"u9d&<?/M)#1D5 `Vis_SBN.chm!#26539I!`?Copyright (c) 2001 Microsoft Corporation. All DBs reserved.<U#A?#7'A0'74=pr'~Y8~10@B#~hhBE A4 BAbl> $>U d.] 5 \)Q(4*[14wP34b([[L jOaiAa59 93O';2"q?gC2GB81as詇E_?WgPda7TacTQ J(Cs1BEQ @|Dynamic,connector,automc@cally,routes,betweenu_s,BaspNporkqfigubC,WANs,LqqstcBs,nsed,systemsgq5qRT$@r,BH^=Gn(ko}oJ7A1;0` %Propertie Y`@qRb H-۪ / :(>Ip _@~zFBw#C7B lDIdo@K+k"s$!E-PU6()*U+,-.U/01234t4 = ףp=$@!Ce@ I.C-/JAU>)*+U,-./U0123U4567t4= ףp=$@!Ce@ _9jJC-_7A34At4= ףp=$@!Ce@ $JA-7;@JMR@JIR@KKRH<( H<( H<( EK RETK RE4K R(ÿ)S*B!LA/Wi"d_NI/?LK݈PDDjAM2AM2PPTPPT1h/3M A/3(M A/35M A/3BMA4(U0P(4FD Tey Аahm$T qUA= ףp=$@A!Ce@AV?$?CUgK`@?qu` FuT&в^.p.T(sU! &t/o!B5%EM"1F!"1 `Network `C2 I81@Q?.?@0D3 ConnectorR92 :e1dL11 aU$ T1@0 C1T1G@^DAiG5%^D2AiG^DiG ^DiGAZHfJABZHfJ"AZHHD%^D%1Z*AZH&1ZT1ZH'1Z2AZH4WD^D)1Z:AZH*1ZD>AZH+1ZBAZH,1ZDZH-1ZC1ZH.1ZTNAZH/1VP:A15aA8aF2A;aFBaQQc9aQ:qQBqaCq5aeeRaCe?QcuiA2Ae S@a|UA&e EE1  @@OO@@]Z?[\k?EB@5 aA"Kaadr܂rf C141BG00K@ !1a MROU4WsL4W@La4WLA4SmDyaqTT1QQ@QQQQa؅&r5aBRaRaRoaoa!R$"1[R2xR pDoc?@>3l?!9Ab@?K@!"KW 1"Aϯa$?нζ!q$AaAIF n7=@Ib`r5%Išϯ;1McI낀܍=If,ug0'D'; 34xU1@$?}M4Q%4QiaA}@6E Cf \n72(bA7lAUAU)C 22(9KJ `TR9 E964Q"A 2f f!!XK] m!EWy 6I:Atw &A'36El/O*MSew.?@I@z%fRAXQC/#/5)K" 9/U{/H?/?{//xV=/8"LK"[m_/*3B9ȷ-ǿ?^fHdE8ng8eo7#1OO__"_[\DL_F{_g_rKU__'o2Hs1?oB`nZzooGSok!@*XLlNCn减]ԏk1 .@XdxRA hRs靟sk 2D4VXEzQk hcFǯSibGk1$6PHZlX=c43rRAn ˿ݿSi\k@:L^pςϭXLcQk2hsRASi,k1oot1\_cYYQN{1PbЊߘ߭Xi4Qkސ SiBkA_q~XQkQBhnAL Q.]1]1m43z=1?=U15u2+OA_2k8O F@qX ?2xIٿ@>Sr׿tLOvCEOG EOx8aM35SwitchiT7)Iz#/'2rX"-~@T110k1y11/0 fU2C_0O&K\N/.:OK?|G4q![3Q[!nf$#7E )/U@Gz@@O@@.Sr?j]{Wr*/+M!4/#e0/?zbP &cM4d6?g4dL?g4db?cmc)1&4o*zRTb)dM *d+djj4-t.$t2/`1t 2161KtbLAAbp4?0?zz4q}V؂-p|_ ! dpzazN-?--+Qq3fru/_1z}VOuMzYЏ V^4lUg0_oooc!! 3@4MyCsp9|y2BO 16bueXz 6Ebf5?1_ E_U@/~U6:'Й_|"!\/ H/}1Op^p!!?SS?@ ? VD7)Пǃ1!!z4r)z33qIqLb[qPg1QiHDԦTRŗ _?@M VOTRb~Oۮ5Ϡ?@̬6п3эZ*X!Aq =eSS¹?@k /dM݄FcXKK ]O?OO&O8OJO@w@c@qmOK"0O^F]VZ _Maۑ!~a?_VqW_i_=A?@g_›]jݟT1[_8 ~ >*wQX}Wzt0wػ`{o_&_\oJ_ooC?@fvo%{胆ݱU@p̋Owԡ! L~n/%3GY}?@AA]0ճ0ӱ1?U?y?(ϡa9y4 lO7!IJ!G$T-h[z-s*sa/*u3ʟ9%2rq0؂-?2` `#.?3%.@ ER*h#%Workstation 3Gü;;/(/6/'|G @@JI@@̂?0'5[)pdqq "u@‘8TQ eظ4FLl+7!,d!7%,$7E,Q7mtd7k؆T[aqq*"+B,$r-2."A/)r r1Cr2P[bpU$739, !,'ø&ICdthz؞a8fϕ?5=3q8(!wa53 'mqU$em//E mV/`q"u@u/g5dI3l4b4y4Bh5?Ӏ8?1+zPQm+d X1a :n[a?gweuc8*Ә([a)0AeOНOPbfZ~?@7Aȍbq{WasAiTIer_OyoQPP$QQ`_HZtC_bUUk#q?@M\q&ӏB&eUZ'{պ_Z4XC]A7s4NX7A_}[XRq[5_ZpUP''{PJ͂%}$J~{QJ0k{FeQHswaoB&({a4jUe_w___o-u]}?aʟܝaCa%7I[me}oK0qPCa6] NP7O݀?e/odLOU@)aK r?@*a;?@KEt;BOg_(W:_캱M@$b?@``]VXd9Ф8=dcMoC9?K@-b9xҐm֏5}V.@Rdv3@&%ޙ h;A"a}y1ФޱukAoPNCimr9(`A0 m  A8 ;V'  ٣BV }@Rv@,aԤQ 'm+<E ?H2gAL GqN1CMcE_sOO4OO?(óJ"ss] _0_T_ͯ/>%5A>W?????`c'LGcvs#/%V1%޿_/>2rqJ؂-P?2'}'V?<O?Z\L3@Z?l7e~?캔EOSWorkstation 1GVTWALYQg1_&_UG%/z__U@p= @@JI@@=|/Ou?:_[BN1 ol3e xN_`_r_xpqcsE0@WHmc1atGUrT)B*„@+τ,$܄-.A/881 2*p1cwy_91OvSNBdBTi8_s s? qqd$߁@tH}8Ov^yELy@Fܯz刮^0yň>ukgva34qcp}wow|qq@|*'GqWX]'' ri|ϓ-h/odO/( 5ӯXI?m?2o?FO1C|OO&o?@ ȹO20q@E'#Lߥ Q$Aq* G>x2jiX 6@h&229h'/@d ho 9wU@f`g 5Uq3ŀr  ѹT! l(A Xu1 ^ьخ*CGU& /A:f#(/:/L/^/p/-mT/%57/ //??Y9K*badq ϼmzXU@7!Kr?@5!;?@R@tPCE@״zUNC35V28v4޽I?5 ?@%B"?6m VfnT*kk/o____ oo1@}24aw?ok0@goF} v&QbuS&]v4A9]w);}?@>$dh֔42ذpY@ ދN*) LIqzw &oo.bt@p;!ӁԗBUDA BGHALa@O=+ߊ?4Oa?#@"P_'_K_s?|??3 (˵X¾K]oρϓ->oX AADa&M:-LME]EOJ (E2rq@؂-Z?2'}'Y弄f$:?ӧEWorkstatio_n 2G0#.E ]IiJE+U@|G @@` ` PV@?ueI A?լ fլլmF m*=UɤHFT-)[?*hf+u,$r-.BA/aޑޑ1\r2-pJ j 3ɪHZ㸿BOCd^HHi88? ??$%&AqI@mI=Hޑ'*?P&4?.;H?Z??4u.?OZ8g&.@T3Df4Di:W#m#O#%V_"Q#"Q  X "@-"_9I?G] ߓr?F$IHIy?F7__"4ߏSRE_ߓR!?)wQdGi)_K-oaa #tbaAo/? “u{"dѥ gHuͯ@ zs:\(&}`ߌ^a)$ *}2uE-zessq^?sjʕL#t{t*fba2*hTq6tzaeoooogyfɟbqί(fҀRF˔۷aqqsv~q/t h^q_bu{Wi{ UUu_ded?cbWFo1botg=o&ʜ~ j"愀+I7ѩڢhĄMII?@򀻄(3rS,Gvhzq?l #' ZG Ŧ*'D%ٵ D1 b/Wޢ''Ϗ?--hU|@=$b? %3{7֋+D;.LQLYWh^qϏ])__0_o?@Ha$JLJ+LXo|oߠo"O=O/v@/mIFwO__'_9_K]Cs\W;DC?5AE*<-BOU2rwqǖ؂-po?2PbfLOlCEOG UOZUcUWorkstation 4GPT;lkqųAforoWEOZ%oU@p= @@TO?@@3ЛJ(@:{RAYCeXooo  PDURZERZURZm@!}qПWXT)R*$B+R,(I-5.B/O"!!."1iU"2vp!v.%IXRNQs>@PdP$XX8oZ ?[cYq+$+JQYO X!ͪnŴUԻEԵRV(:ƳUԾn|ŴԿBgŸԟ$>A3^B4kԷRsq^\YqvHYX7JQ ry=O6_9OKHϤO쏹O~O_}__Vof?M@."@oMR9MUJQe[UQb Pt1PH/_MRj +=63?@hFK?MR9s?/Φ.-Q/Um#pn@vb.U iq t! 1 "% }/ih5m&? KrWi{  mo/J1t?????=m ?q$GK5O)O;OMO_OW=/"Yv5qt U)1!cN!Ni1U@7O?7`+e4e,J$o?n>c?@lfcOjHN_D*NY%O@/?@A+_!т} vCv{{'{ 2DVh@Bqb2`f{0͍'k611DQI]3uS3|_?@>5ݚ Nh''-nHͧ0vu!"iِؕƫӟF2Dzh@b?@;Cbء υ@7a1'э Lל]_5퀉QewO?@W|ŗ<``Ooso"oFOOO08դU1ߩ߻R=UQhQeT_͆!yϘ]Hѩ_ZQ08u2rq؂-?2@OO1܄AL>hL^ ]pL!AuWorkstation 5GF#ozUY GŕteQwU@p= ף@@/@@,3?.?1@^e@R&dj UQ!*h"(*]#&mUP#v/r膒%Ty)$*$hI+$],$-$b.$R/$*$*Ԣ1424ypUYQQr!A"@d4?F?rr8?D E6qѤ!M镑 r*s:A6kDzK>OLhzEOOlC]zN"_kDzO0]_Hgvh/z// 3dh4d]3o7oCEionaona!V!9%I XO n yno͕ZOV-B}::(YOJ;ߒ_$8#5nǾ?@b*qra2 qy>Ioyq ?oq-xps[J\fڗ?@[_ZVZFaԭ+2U@b['26zc%eydFBo5(ȥJ#vvPq~vx5V̿Gq!3,ŕrׁ,>Pbt'qہ1K@=!!ہT{ no ׅǏ w!euׅJU@a}et?@Y }wrڜʘ@]|?@xx!1h]!ˏ'2?@g|ºt( H' x ͝!@1?"1 hXsO͝EO!ױhvsO!@ُ1-?@d|V_Zh*c2@c.͝=>4^s;c l;iy/ /T/Ff/@2#ԉ/P+{HE/4KK͝9Ob$a3!LgBn2m/%9 |AS?@A+A=en_ߛ%OָUJO^=oOoaosoo@0lJw#T SS,_>7UQOU7!vꦕ=_ָu2rq؂-L?2kl K\_|Se_guoj,1usuWorkstation 6[Q N/F1OUQ wB3Ye5+\(?@|'}'@@@@?ԔPޓ[uP`6p?1u3 q[Qт39.xG:2Dq?fx1sୀATQ???B -y`*U 9 #G3ZR;!- rgTyױՖ+PsIޕǚI1=I2UQr NeARP TABLEIP MAC 10.1.2 80:U6:90:C1:W2233U4455֝66i0$w%iq'6p~Cj4$ߛqdא:!"3󿹡`RW?!k8$S1 %(:L^pףp= @@[[Ґߒڑ!0P -=RdIЯU`kC+Կo/ްzϰ 11"4FXj|ߩi?{?0OTfx??&(:L^p)ĒPa ` x@@ߕT,A=V.@%odvy1/`Akv\gxIzU^pްoV/oz//////,?#?5?G?Y?OO????FX? O1OCOUOgOyO˟O'OOO__(_:_L_^_pX(|Q?@t-؂-w?@є@@2ѓPr__  Ͷ oo@oRodovooooooU ytG8iϻό'r:Lϩ2Vhzԏ/> -Zlcu,ϟ);M(ί(:pX p= @@L?OUW #ZY.@RdvψϚϬ1Ut#y&J/\/I?(?L?ra?/?/2DVhz@RI[m___!3s_Wi) d #caeeoA!N'5 P4a OaaL)Oa Cs,|G:@@.bB 5f43@@aw@ aapat!O`w`@z3zqr~dzaaR#&&#FE(Q/Qb`1ILdEQ55_R$ApbSUQ !/10PS tNazp@ HaatEQE=2r?o@IO?EuMgtEQ&bEQA<Pbtqhqr?*""OB+ӌ5ӪDVhߌD}/)T/S-y>qQZ>q`a^?0񀈶1?@j6 h-1ՊU1z1,7GYk}(,]DO` .@RBq-%pz @@O@@B@ۚeQɿZT"cTcV-@@`_ ` 6XPJRXP>> waV_!A*Jg\nA#CfA؏'AA /,W|W|@:6/H/Z/l/E5/A/}AyB!y !?37haa)YA=?O?a<ڌ~=@?@1$ 62?<_5?`Abp=6Bthe_5߆>@1e5?5a?3e_6e%|3u_5P[V?UZ¾˯ .O@OROdO%#-QUpvA-ɥOOOO__*_dp@@Tr?c@eRsPᤵ}__tͤףP|JQ@@|ɡNi<ABCDt4= ףp=$@!Ce@ 3GXC-$: 7A@\5LRH<( E 9 R\T:MC946@? 5.PD9,.PU1( UO"D&aU=QJf )h"Ty+U-x_Ʌ&!Q- H*9(TYgTEQ/,GuideTheDocPage-1Gesture FormatVisio 90ConnectorVisio 00Visio 01Visio 02Visio 03Visio 10Visio 11Visio 12Visio 13Visio 20Visio 21Visio 22Visio 23Visio 50Visio 51Visio 52Visio 53Visio 70Visio 80Net NormalNet Thin lineNet ContrastNet TextNet ShadowNet Connector3D Net Highlt3D Net Face3D Net Shadow3D Net Dark Shadow3D Net LED3D Net Screen3D Net HoleHubManufacturerProductNumberPartNumberProductDescriptionAssetNumberSerialNumberLocationBuildingRoomDepartmentvisKeywordsvisVersionWorkstationUserNameInventoryWorkstation.11Dynamic connector.42Dynamic connector.43Workstation.16Workstation.21Workstation.26Workstation.31Dynamic conn?ectorDynamic connector.44Dynamic connector.45Dynamic connector.46EE3~ E34 E3D E3TG3A3lA3tA3|‰ E3ωE3݉ E3 E3 E3 E3  E3$ E3<+ E3T8 E3lE E3R E3_ E3l E3y E3 E3\W E3o E3쯮 E3쿮 E3NJE3֊G3+E3쿯 E3ί E3ϯG3$߯1G3JE3ZG3ɰqG3_E3G3쟰E3 ËE3߰ˋE3܋G3?E3īG3E3쯱.E3? E3/L E3Y E3?bE3BqE3_E3E3䟳 E3E3G3ӌG3OG3G3/)G3?AG3쏵YG3qA3 uA3oyG3G3G3䯹ҍG  !"#$%&'()*+,-./0123456789:;<=>?@ABCDU U UUUUU !U"#$%&'t4"= ףp=$@!Ce@ \4oC-#n/A%t4 /_ A-%7AJ@T tMR@#͔6RH<( H<( JE#- RE%: R/qo{N } g"4FX(h(BpS7@(3qu]]1X_:bB,U P |Uu&l WQ!Gr>3T3Frb3F}L R$0sxP.1PMx|N3ȷ)D4誷 'Zh1CW==_b21 T? *P}D %G6%C)`<q Cs{k ' @Oh+'0@HXdp|ailliaGf; EMFlT 0VISIODrawingLXfg ??d((gPPPPPP@@@ @@@ggg???www????????????______,,,@@@@@@@@@@@@@@@@@@XXX @@@WWWpppϿ ```@@@@@@@@@ $$$@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(((hhh ```@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@000PPP @@@hhh888 XXX``` @@@ 000@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(((BBB@@@@@@ @@@ ```  BBB@@@@@@ @@@@@@ǿ```kkk___HHH Ͽ@@@```@@@ @@@TTT@@@@@@@@@@@@@@@!!!888@@@@@@@@@@@@@@@:::000000000000888@@@@@@ @@@000WWW@@@@@@???```(((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@>>>@@@@@@@@@ ```@@@000 000000000000000000000000000000000000000000000TTT@@@@@@``````QQQzzz@@@@@@ @@@000000TTT@@@@@@``````@@@@@@ @@@000000TTT@@@@@@`````` TTT@@@@@@ @@@000000TTT@@@@@@`````````TTT@@@```@@@ @@@000000TTT@@@@@@``````TTT@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@000000TTT@@@@@@``````TTT@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ```@@@000000TTT@@@@@@``````TTT@@@@@@ @@@000000TTT@@@@@@``````TTT@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@000000TTT@@@@@@``````TTT@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@000000TTT@@@@@@``````TTT@@@```@@@ @@@000@@@TTT@@@@@@``````TTT@@@@@@ @@@@@@@@@@@@@@@@@@@@@000@@@@@@``````TTT@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@bbb@@@@@@``````TTT@@@@@@@@@ @@@@@@@@@``````@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@000HHH@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@``````@@@@@@Ͽ׿@@@``````PPP@@@@@@@@@```kkk@@@@@@@@@```@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@000PPP@@@```Ͽ@@@```@@@```@@@```@@@```@@@```@@@```@@@```׿@@@@@@``` 888@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @@@```  @@@``` SSS @@@ PPPwww__________________@@@```ppp  ggg  @@@@@@PPP```@@@``````׿ hhh  @@@@@@ϿwwwHHH@@@]]]```HHH000``` @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@000@@@@@@@@@888```000sssCCC  @@@@@@  TTT$$$|||<<< ``````AAA  @@@@@@׿888@@@``` `````` @@@ @@@@@@hhh888@@@{{{SSSOOOgggggg___ www??????666000???ooo___oooOOO000OOOooo___```  @@@```@@@___@@@ooo???WWW@@@```ooo??????___ {{{CCC???<<>>@@@@@@@@@@@@@@@@@@@@@@@@(((hhh @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@888 @@@@@@``` @@@@@@ %%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(((??? @@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@888PPP @@@  HHH  @@@ ߿@@@ppp@@@HHH@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@,,,   @@@ @@@߿``` @@@￿000888 @@@ ￿@@@@@@000@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<<< (((@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@$$$""">>> @@@ @@@@@@@@@:::mmm TTTCCC``` @@@ ￿@@@@@@000000000000000000000000000000000000000000000000000000 $$$000000000000000000000000000000000000000000000000000``` ```@@@ @@@@@@ 000``` @@@ ߿@@@@@@*** ```PPP000``` @@@ @@@@@@TTT 000``` @@@ ￿@@@@@@TTT 000``` @@@ @@@@@@@@@TTT 000``` @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@TTT 000``` ```@@@ @@@@@@@@@@@@ppp@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@TTT 000``` @@@ ߿@@@@@@TTT 000``` @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@TTT 000``` @@@ @@@@@@@@@@@@@@@@@@ppp@@@@@@TTT 000``` @@@ @@@@@@??? xxx000``` @@@@@@@@@@@@@@@@@@ppp@@@ @@@@@@ xxx  $$$``` @@@ XXX@@@@@@@@@@@@@@@@@@@@@@@@ ``` @@@ @@@@@@￿ ǿ``` XXX@@@@@@@@@@@@@@@@@@@@@ @@@@@@```@@@000 @@@ @@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@000HHH@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@000HHHϿϿDocumentSummaryInformation8@ 1TableZnSummaryInformation(DocumentSummaryInformation8 <      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEGHIJKLMNOPQRSTUVX[\]^_`abcdefghijklmnopqrstuvwxyz{|}~՜.+,D՜.+,4@HP\h t  EIU PagesMastersPage-1Hub WorkstationDynamic connector8_VPID_ALTERNATENAMES[_VPID_PREVIEWS_PID_LINKBASE A G@ ld3 EMF8 T 0F, EMF+@``FpdEMF+0@?@ @ @ @$€C%Cĥ Cĥ B!b $$=='% % V0Z   Z Z % % $$AAFEMF+@<0NEC?@H<€C!MCC!MCC%C€C%C€C!MC@$$==_888 % % V0  Z Z  % % $$AA( F4(EMF+ @$Cޢ*CХA A( $$=='% % V0'<q qK K  q % % $$AAFEMF+@<0N؎>@H<C:4CMC:4CMCޢ*CCޢ*CC:4C@$$==_888% % V0%=qK K  q qK % % $$AA( FH<EMF+@(ې,CżCC,CnACC?CC?CIC?CmCmACmCļCCmCļCCmCżCCmCżCCmCECICGCCGCCGC,CEC,CżCCCżCCCnAC}C?CC?CԤC?C|CmAC|CļCC|CļCC|CżCC|CżCC|CECԤCGCCGC}CGCCECCżCC彪CżCC彪CnACC?C֟C?CC?CȁCmACȁCļCCȁCļCCȁCżCCȁCżCCȁCECCGCןCGCCGC彪CEC彪CżCCïCżCCïCnACٚC?CC?C0C?CCmACCļCCCļCCCżCCCżCCCEC0CGCCGCٚCGCïCECïCżCCAȴCżCCAȴCnACC?C2C?C^C?C$CmAC$CļCC$CļCC$CżCC$CżCC$CEC^CGC3CGCCGCAȴCECAȴCżCCo͹CżCCo͹CnAC5C?C`C?CC?CRCmACRCļCCRCļCCRCżCCRCżCCRCECCGCaCGC5CGCo͹CECo͹CżCCҾCżCCҾCnACdC?CC?CC?CCmACCļCCCļCCCżCCCżCCCECCGCCGCdCGCҾCECҾCżCC(CżCC(CnACC?CC?CEC?C CmAC CļCC CļCC CżCC CżCC CECECGCCGCCGC(CEC(CżCCVCżCCVCnACC?CGC?CsC?C9CmAC9CļCC9CļCC9CżCC9CżCC9CECsCGCHCGCCGCVCECVCżCC@( $$=='%  ;< XX   3 N N< N< N< N< N^ 3y y y ^ < =< XX    0 0< 0< 0< 0< 0^ y y y ^ < =X< XXX s    < < < < ^ y y sy X^ X< =< XX  5 V q q< q< q< q< q^ Vy 5y y ^ < =< XX     < < < < ^ y y y ^ < =:< XX: U v   < < < < ^ y vy Uy :^ :< =< XX   8 S S< S< S< S< S^ 8y y y ^ < =< XX    5 5< 5< 5< 5< 5^ y y y ^ < =]< XX] x    < < < < ^ y y xy ]^ ]< =<>- % $$AAFEMF+@<0N؎>@ۜC!MCCh9CMCh9CMC!MC,CżCC,CnACC?CC?CIC?CmCmACmCļCCmCļCCmCżCCmCżCCmCECICGCCGCCGC,CEC,CżCC{C!MC{Ch9CCh9CC!MCCżCCCnAC}C?CC?CԤC?C|CmAC|CļCC|CļCC|CżCC|CżCC|CECԤCGCCGC}CGCCECCżCC彪CżCC彪CnACC?C֟C?CC?CȁCmACȁCļCCȁCļCCȁCżCCȁCżCCȁCECCGCןCGCCGC彪CEC彪CżCCïCżCCïCnACٚC?CC?C0C?CCmACCļCCCļCCCżCCCżCCCEC0CGCCGCٚCGCïCECïCżCCAȴCżCCAȴCnACC?C2C?C^C?C$CmAC$CļCC$CļCC$CżCC$CżCC$CEC^CGC3CGCCGCAȴCECAȴCżCCo͹CżCCo͹CnAC5C?C`C?CC?CRCmACRCļCCRCļCCRCżCCRCżCCRCECCGCaCGC5CGCo͹CECo͹CżCCҾCżCCҾCnACdC?CC?CC?CCmACCļCCCļCCCżCCCżCCCECCGCCGCdCGCҾCECҾCżCCC!MCCh9CvCh9CvC!MC(CżCC(CnACC?CC?CEC?C CmAC CļCC CļCC CżCC CżCC CECECGCCGCCGC(CEC(CżCCVCżCCVCnACC?CGC?CsC?C9CmAC9CļCC9CļCC9CżCC9CżCC9CECsCGCHCGCCGCVCECVCżCC@$$==_888% % ;q Y(q   < XX   3 N N< N< N< N< N^ 3y y y ^ < S Y(S   < XX    0 0< 0< 0< 0< 0^ y y y ^ < X< XXX s    < < < < ^ y y sy X^ X< < XX  5 V q q< q< q< q< q^ Vy 5y y ^ < < XX     < < < < ^ y y y ^ < :< XX: U v   < < < < ^ y vy Uy :^ :< < XX   8 S S< S< S< S< S^ 8y y y ^ < X Y(X : : < XX    5 5< 5< 5< 5< 5^ y y y ^ < ]< XX] x    < < < < ^ y y xy ]^ ]< <@%% % $$AA( FEMF+*@$fBfBCh C@0$8>ARIAL6@pdSwitchU>q>!?q>.?q>U6?q>9@?q>U]R?q>??   RpArialMonotype:Arial Regular:Ve?033333300E1`ȣy`ȣ/`2| @2lȣ|8|2|||`Ȍ2G`u`ȀNa!\`dv% TpbBBbLXSwitch% FEMF++@ @7 CmMCpS2CmMCjAC PCjACSCpS2CSCpS2CWVC@&CWVC@&C,eCzC,eCzCWVC3nCWVC3nCSC_CSC_C PC3nCmMCfCmMCfCC7 CC7 CmMC@$$==%  % Vh &    2 & 2 & b e b e SSb b 2 2    J J %  % $$AAFh\EMF+@<0NEC?@ pS2CWVC3nCWVC7 CmMCpS2CmMCjAC PCjACSCpS2CSCpS2CWVC@&CWVC@&C,eCzC,eCzCWVC3nCWVC3nCSC_CSC_C PC3nCmMCfCmMCfCC7 CC7 CmMCjACSC_CSCjAC PC_C PCpS2CmMC3nCmMC@$$==_888 % % Z& b b  &    2 & 2 & b e b e SSb b 2 2    J J  2 2    &  % % $$AA( FEMF+@N/Cu][Ce>Cu][Ce>CYCN/CYCN/Cu][CN/C<=CN/CMCִqCMCִqC<=CN/C<=C)J,C1wBC;vC1wBC;vCCwCCwC CE)C CE)CCC)J,CCC)J,C1wBC(7sCJCwCJCwCxHC(7sCxHC(7sCJC@( $$=='%  % [  ; ;  ( d( d | |  @ @ ( 4 | | 4 4 %  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0 V0 ; ;  W@ ( d( d | |  @ @ ( V04 | | 4 4 % % $$AA( FEMF+@<0N؎>@<0@&CYCzCYC@&Cu][CzCu][C@$$==_888% % Z8e  e  % % $$AA( FEMF+*@$fBfB&CeC@0$9=ARIAL6@ Workstation 3r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   ( RpArialMonotype:Arial Regular:Ve?033333300 E1`ȣy`ȣ/`/|p|m|Z|m| k 0w`lȌ2|p|m|-w ka!|-w 0w dv% TBB LhWorkstation 3% FEMF++@ @]ChBwoChB~CB~C)̩BwoC)̩BwoCBXcCBXcClBߚClBߚCBoCBoC)̩B6C)̩B6CBoChB͝ChB͝C" A]C" A]ChB@( $$=='%  % Vh<g  OO~<~<h\h\~~OO  %  % $$AAFh\EMF+@<0NEC?@ woCBoCB]ChBwoChB~CB~C)̩BwoC)̩BwoCBXcCBXcClBߚClBߚCBoCBoC)̩B6C)̩B6CBoChB͝ChB͝C" A]C" A]ChB~C)̩B6C)̩B~CB6CBwoChBoChB@$$==_888 % % Z=h~~  OO~<~<h\h\~~OO  OO  % % $$AA( FEMF+@hlCsB-{CsB-{CꂵBhlCꂵBhlCsBhlC̀BhlC4AG{C4AG{C̀BhlC̀BiCBCBCyǣAhCyǣAhCYAfCYAfCGBiCGBiCB6C:BhC:BhCWLB6CWLB6C:B@( $$=='%  % [3] wwMMH.H.kkeeM..%  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0Y_V0/BwwW@4H MMH.H.kkeeMV0-I4N..% % $$AA( FEMF+@<0N؎>@<0XcCꂵBߚCꂵBXcCsBߚCsB@$$==_888% % Z8Y7_<\<\% % $$AA( FEMF+*@$fBfB&@bCB@0$9=ARIAL6@ Workstation 1r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % Th$qBBp LhWorkstation 1% FEMF++@ @Y ChBjChB(CB(C)̩BjC)̩BjCB CB ClBClBCBLCBLC)̩BC)̩BCBLChB]ChB]C" AY C" AY ChB@( $$=='%  % Vhg OO~~hh~D~DOZOZ D^^%  % $$AAFh\EMF+@<0NEC?@ jCBLCBY ChBjChB(CB(C)̩BjC)̩BjCB CB ClBClBCBLCBLC)̩BC)̩BCBLChB]ChB]C" AY C" AY ChB(C)̩BC)̩B(CBCBjChBLChB@$$==_888 % % Zh~D~ OO~~hh~D~DOZOZ D^^OZO Z D% % $$AA( FEMF+@_CsBʱCsBʱCꂵB_CꂵB_CsB_C̀B_C4A$C4A$C̀B_C̀BCBhCBhCyǣAԃCyǣAԃCYAqCYAqCGBCGBCBQC:BԃC:BԃCWLBQCWLBQC:B@( $$=='%  % [] lWWllllwswsl>MMHHe>e>M%  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0Y_lWWllV0BllwswslW@H >MMHHe>e>MV0IN% % $$AA( FEMF+@<0N؎>@<0 CꂵBCꂵB CsBCsB@$$==_888% % Z8Y_% % $$AA( FEMF+*@$fBfB:CB@0$9=ARIAL6@ Workstation 2r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % ThqBBp LhWorkstation 2% FEMF++@ @+\CSCnCSC }C]ҵC }CPCnCPCnCZϸC%bCZϸC%bCGCJCGCJCZϸCPCZϸCPCPCv؍CPCv؍C]ҵCPCSCGCSCGCxC+\CxC+\CSC@( $$=='%  % Vh = // j j  %  % $$AAFh\EMF+@<0NEC?@ nCZϸCPCZϸC+\CSCnCSC }C]ҵC }CPCnCPCnCZϸC%bCZϸC%bCGCJCGCJCZϸCPCZϸCPCPCv؍CPCv؍C]ҵCPCSCGCSCGCxC+\CxC+\CSC }CPCv؍CPC }C]ҵCv؍C]ҵCnCSCPCSC@$$==_888 % % Z> // j j  % % $$AA( FEMF+@kClC zClC zCMCkCMCkClCkCf۬CkC{CmϖC{CmϖCf۬CkCf۬ChC$C+ C$C+ CqCj̙CqCj̙C~C"eC~C"eCcدChCcدChC$CC`ղCj̙C`ղCj̙C!CC!CC`ղC@( $$=='%  % [)4w nnJJn""::__[:[:CC[%  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0sxnnJJnV0./[W@(5a ""::__V0.c5g[:[:CC[% % $$AA( FEMF+@<0N؎>@<0%bCMCJCMC%bClCJClC@$$==_888% % Z8s8x/JjJ/njn% % $$AA( FEMF+*@$fBfB&@bC*:C@0$9=ARIAL6@ Workstation 4r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % T%BB LhWorkstation 4% FEMF++@ @C"/C C"/CCےCCC CC CKZC({CKZC({CLCNcCLCNcCKZCmCKZCmCCCCCےCmC"/C*C"/C*CՍCCՍCC"/C@( $$=='%  % Vhuw``??llJJll??ww%  % $$AAFh\EMF+@<0NEC?@  CKZCmCKZCC"/C C"/CCےCCC CC CKZC({CKZC({CLCNcCLCNcCKZCmCKZCmCCCCCےCmC"/C*C"/C*CՍCCՍCC"/CCCCCCےCCےC C"/CmC"/C@$$==_888 % % Zvllw``??llJJll??ww`??`% % $$AA( FEMF+@QCȵCCȵCCCQCCQCȵCQC>>%  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0hmU44UUV0(RUU''UW@"X )KjKjmmAAa)a)KV0Y]>>>% % $$AA( FEMF+@<0N؎>@<0({CCNcCC({CȵCNcCȵC@$$==_888% % Z8hm% % $$AA( FEMF+*@$fBfBPC0@C@0$9=ARIAL6@ Workstation 5r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % TvBB~ LhWorkstation 5% FEMF++@ @Df ]CTDf ]CQm D_CQm D-bCTD-bCTDeCDeCDsC DsC DeCF/DeCF/D-bCID-bCID_CF/Df ]C|Df ]C|D1CD1CDf ]C@( $$=='%  % Vh f ! " "-!-![ [ @&@&[L%[L%-g$-g$ L% `& `& %  % $$AAFh\EMF+@<0NEC?@ TDeCF/DeCDf ]CTDf ]CQm D_CQm D-bCTD-bCTDeCDeCDsC DsC DeCF/DeCF/D-bCID-bCID_CF/Df ]C|Df ]C|D1CD1CDf ]CQm D-bCID-bCQm D_CID_CTDf ]CF/Df ]C@$$==_888 % % Zh![L%[ ! " "-!-![ [ @&@&[L%[L%-g$-g$ L% `& `& "-g$-" g$ ! L% % % $$AA( FEMF+@DjC DjC DhCDhCDjCDtNCD&CD&CDtNCDtNC"hD SCDD SCDD#CVD#CVD< CD< CD;oTC"hD;oTC"hD SCBD,ZCVD,ZCVDмXCBDмXCBD,ZC@( $$=='%  % [^ !n"n"!!! !i z%i z% ! [!0 %0 %; %; % -! -!G [!G [!0 % % % % % %  % $$AAF\PEMF+@<0N؎>@$$==_888% % V0(!n"n"!!V0Y! !i z%i z% ! W@_ [!0 %0 %; %; % -! -!G [!G [!0 V0W_% % % % % % % $$AA( FEMF+@<0N؎>@<0DhC DhCDjC DjC@$$==_888% % Z8b & &% % $$AA( FEMF+*@$fBfBXcDGsC@0$9=ARIAL6@ Workstation 6r]>.>@>.>>.>U>.>G>.>r?.>?.>U?.>q|'?.>8-?.>=?.>qM?.>XU?.>??   % TPBB LhWorkstation 6% F@4EMF++@ @$ ^B?å CB( $$=='% % V07fy yW W y % % $$AAFEMF+@<0NEC?@H< ^BHB0(XCHB0(XC? ^B? ^BHB@$$==_888 % % V06gyW W y yW% % $$AA( FEMF+*@$fBfB ^B?@0$>ARIAL6@ ARP TABLE4?33s>J?33s>8a?33s>͐v?33s>t?33s>f?33s>f,?33s>f؞?33s>f?33s>??   ( RpArialMonotype:Arial Regular:Ve?!33333300 !|p|m|Z|m| k 0w`Ȍ2=|p|m|-w ka!|-w 0w dv% Tn BBn L`ARP TABLE% F|EMF++@ *@$fBfB ^B?6@H<IP>ff>ͮ?ff>??   % TX]e"BB] LPIP% FEMF++@ *@$fBfB ^B?6@ MAC|?ff>fׂ?ff>fI?ff>f?ff>f-?ff>f?ff>f?ff>f?ff>f?ff>fg?ff>f٪?ff>f-?ff>f?ff>??   % T"BB Lh MAC% FEMF++@ *@$fBfB ^B?6@ 10.1.10.2f= ?3:> ?> ?i> ?> ?> ?a> ?|? ?`? ???   % T@!f-BB@+ L`10.1.10.2% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:22f\? ?fB? ?f(? ?f? ?f(? ?f? ?f? ?ff? ?fL? ?f? ?fL? ?f2? ?f? ?f? ???   % T!-BB+Lh80:U6:90:C1:22% FEMF++@ *@$fBfB ^B?6@ 10.1.10.3f=0?3:>0?>0?i>0?>0?>0?a>0?|?0?`?0???   % T@-f9BB@7 L`10.1.10.3% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:23f\?0?fB?0?f(?0?f?0?f(?0?f?0?f?0?ff?0?fL?0?f?0?fL?0?f2?0?f?0?f?0???   % T-9BB7Lh80:U6:90:C1:23% FEMF++@ *@$fBfB ^B?6@ 10.1.10.4f=ffV?3:>ffV?>ffV?i>ffV?>ffV?>ffV?a>ffV?|?ffV?`?ffV???   % T@8gDBB@B L`10.1.10.4% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:24f\?ffV?fB?ffV?f(?ffV?f?ffV?f(?ffV?f?ffV?f?ffV?ff?ffV?fL?ffV?f?ffV?fL?ffV?f2?ffV?f?ffV?f?ffV???   % T8DBBBLh80:U6:90:C1:24% FEMF++@ *@$fBfB ^B?6@ 10.1.10.5f=|?3:>|?>|?i>|?>|?>|?a>|?|?|?`?|???   % T@DfPBB@N L`10.1.10.5% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:25f\?|?fB?|?f(?|?f?|?f(?|?f?|?f?|?ff?|?fL?|?f?|?fL?|?f2?|?f?|?f?|???   % TDPBBNLh80:U6:90:C1:25% FEMF++@ *@$fBfB ^B?6@ 10.1.10.6f=?3:>?>?i>?>?>?a>?|??`????   % T@Of[BB@Y L`10.1.10.6% FEMF++@ *@$fBfB ^B?6@80:U6:90:C1:26f\??fB??f(??f??f(??f??f??ff??fL??f??fL??f2??f??f????   % TO[BBYLh80:U6:90:C1:26% F@4EMF++@ @$C?ĥ CߘB$$==% % V0^ ((  % % $$AAFEMF+@<0NEC?@H<CB #DB #D?C?CB@$$==_888 % % V0`((  % % $$AA( FEMF+*@$fBfBC?@0$>ARIAL6@ ARP TABLE4?@>J?@>8a?@>͐v?@>t?@>f?@>f,?@>f؞?@>f?@>??   % T"TBB" L`ARP TABLE% F|EMF++@ *@$fBfBC?6@H<IP>̬>ͮ?̬>??   % TXBBLPIP% FEMF++@ *@$fBfBC?6@ MAC|?̬>fׂ?̬>fI?̬>f?̬>f-?̬>f?̬>f?̬>f?̬>f?̬>fg?̬>f٪?̬>f-?̬>f?̬>??   % T7hBB7 Lh MAC% FEMF++@ *@$fBfBC?6@ 10.1.10.1f=>3:>>>>i>>>>>>a>>|?>`?>??   % T)BB' L`10.1.10.1% FEMF++@ *@$fBfBC?6@80:U6:90:C1:21f\?>fB?>f(?>f?>f(?>f?>f?>ff?>fL?>f?>fL?>f2?>f?>f?>??   % TA)BBA'Lh80:U6:90:C1:21% FEMF++@ *@$fBfBC?6@ 10.1.10.3f=33#?3:>33#?>33#?i>33#?>33#?>33#?a>33#?|?33#?`?33#???   % T)5BB3 L`10.1.10.3% FEMF++@ *@$fBfBC?6@80:U6:90:C1:23f\?33#?fB?33#?f(?33#?f?33#?f(?33#?f?33#?f?33#?ff?33#?fL?33#?f?33#?fL?33#?f2?33#?f?33#?f?33#???   % TA)5BBA3Lh80:U6:90:C1:23% FEMF++@ *@$fBfBC?6@ 10.1.10.4f=I?3:>I?>I?i>I?>I?>I?a>I?|?I?`?I???   % T4@BB> L`10.1.10.4% FEMF++@ *@$fBfBC?6@80:U6:90:C1:24f\?I?fB?I?f(?I?f?I?f(?I?f?I?f?I?ff?I?fL?I?f?I?fL?I?f2?I?f?I?f?I???   % TA4@BBA>Lh80:U6:90:C1:24% FEMF++@ *@$fBfBC?6@ 10.1.10.5f=p?3:>p?>p?i>p?>p?>p?a>p?|?p?`?p???   % T@LBBJ L`10.1.10.5% FEMF++@ *@$fBfBC?6@80:U6:90:C1:25f\?p?fB?p?f(?p?f?p?f(?p?f?p?f?p?ff?p?fL?p?f?p?fL?p?f2?p?f?p?f?p???   % TA@LBBAJLh80:U6:90:C1:25% FEMF++@ *@$fBfBC?6@ 10.1.10.6f=33?3:>33?>33?i>33?>33?>33?a>33?|?33?`?33???   % TKWBBU L`10.1.10.6% FEMF++@ *@$fBfBC?6@80:U6:90:C1:26f\?33?fB?33?f(?33?f?33?f(?33?f?33?f?33?ff?33?fL?33?f?33?fL?33?f2?33?f?33?f?33???   % TAKWBBAULh80:U6:90:C1:26% F@4EMF++@ @$?CdCB$$==% % V0 A x x A A% % $$AAFEMF+@<0NEC?@H<?tgC;CtgC;CC?C?tgC@$$==_888 % % V0 x x A A x% % $$AA( FEMF+*@$fBfB?C@0$>ARIAL6@ ARP TABLE'?33s>P=?33s>lT?33s>i?33s>r?33s>?33s>ƍ?33s>r?33s>X?33s>??   % T4fBB4 L`ARP TABLE% F|EMF++@ *@$fBfB?C6@H<IP>ff>>ff>??   % TX#+BB#LPIP% FEMF++@ *@$fBfB?C6@ MACo?ff>x?ff>?ff>U?ff>lj?ff>9?ff>?ff>?ff>?ff>?ff>s?ff>DZ?ff>s?ff>??   % TJ{BBJ Lh MAC% FEMF++@ *@$fBfB?C6@ 10.1.10.1~= ?> ?N> ?q> ?h> ?0> ?> ?`> ?? ???   % T,BB L`10.1.10.1% FEMF++@ *@$fBfB?C6@80:U6:90:C1:21? ?ܐ? ?™? ?4? ?©? ?? ?? ?? ?? ?X? ?? ?? ?>? ?$? ???   % TSBBSLh80:U6:90:C1:21% FEMF++@ *@$fBfB?C6@ 10.1.10.2~=0?>0?N>0?q>0?h>0?0>0?>0?`>0??0???   % T-BB L`10.1.10.2% FEMF++@ *@$fBfB?C6@80:U6:90:C1:22?0?ܐ?0?™?0?4?0?©?0??0??0??0??0?X?0??0??0?>?0?$?0???   % TSBBSLh80:U6:90:C1:22% FEMF++@ *@$fBfB?C6@ 10.1.10.4~=ffV?>ffV?N>ffV?q>ffV?h>ffV?0>ffV?>ffV?`>ffV??ffV???   % T.BB L`10.1.10.4% FEMF++@ *@$fBfB?C6@80:U6:90:C1:24?ffV?ܐ?ffV?™?ffV?4?ffV?©?ffV??ffV??ffV??ffV??ffV?X?ffV??ffV??ffV?>?ffV?$?ffV???   % TSBBSLh80:U6:90:C1:24% FEMF++@ *@$fBfB?C6@ 10.1.10.5~=|?>|?N>|?q>|?h>|?0>|?>|?`>|??|???   % T-BB L`10.1.10.5% FEMF++@ *@$fBfB?C6@80:U6:90:C1:25?|?ܐ?|?™?|?4?|?©?|??|??|??|??|?X?|??|??|?>?|?$?|???   % TSBBSLh80:U6:90:C1:25% FEMF++@ *@$fBfB?C6@ 10.1.10.6~=?>?N>?q>?h>?0>?>?`>?????   % T-BB L`10.1.10.6% FEMF++@ *@$fBfB?C6@80:U6:90:C1:26??ܐ??™??4??©??????????X??????>??$????   % TSBBSLh80:U6:90:C1:26% F@4EMF++@ @$*|BZjCdCB$$==% % V0? }  % % $$AAFEMF+@<0NEC?@H<*|BPC0(XCPC0(XCZjC*|BZjC*|BPC@$$==_888 % % V0=  % % $$AA( FEMF+*@$fBfB*|BZjC@0$>ARIAL6@ ARP TABLE'?@>P=?@>lT?@>i?@>r?@>?@>ƍ?@>r?@>X?@>??   % Tq%1BBq/ L`ARP TABLE% F|EMF++@ *@$fBfB*|BZjC6@H<IP>̬>>̬>??   % TXa1i=BBa;LPIP% FEMF++@ *@$fBfB*|BZjC6@ MACo?̬>x?̬>?̬>U?̬>lj?̬>9?̬>?̬>?̬>?̬>?̬>s?̬>DZ?̬>s?̬>??   % T1=BB; Lh MAC% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.1~=>>>N>>q>>h>>0>>>>`>>?>??   % TD<iHBBDF L`10.1.10.1% FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:21?>ܐ?>™?>4?>©?>?>?>?>?>X?>?>?>>?>$?>??   % T<HBBFLh80:U6:90:C1:21% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.2~=33#?>33#?N>33#?q>33#?h>33#?0>33#?>33#?`>33#??33#???   % TDHjTBBDR L`10.1.10.2@@% FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:22?33#?ܐ?33#?™?33#?4?33#?©?33#??33#??33#??33#??33#?X?33#??33#??33#?>?33#?$?33#???   % THTBBRLh80:U6:90:C1:22% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.3~=I?>I?N>I?q>I?h>I?0>I?>I?`>I??I???   % TDSj_BBD] L`10.1.10.3% FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:23?I?ܐ?I?™?I?4?I?©?I??I??I??I??I?X?I??I??I?>?I?$?I???   % TS_BB]Lh80:U6:90:C1:23% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.5~=p?>p?N>p?q>p?h>p?0>p?>p?`>p??p???   % TD_jkBBDi L`10.1.10.5@@% FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:25?p?ܐ?p?™?p?4?p?©?p??p??p??p??p?X?p??p??p?>?p?$?p???   % T_kBBiLh80:U6:90:C1:25% FEMF++@ *@$fBfB*|BZjC6@ 10.1.10.6~=33?>33?N>33?q>33?h>33?0>33?>33?`>33??33???   % TDjjvBBDt L`10.1.10.6% FEMF++@ *@$fBfB*|BZjC6@80:U6:90:C1:26?33?ܐ?33?™?33?4?33?©?33??33??33??33??33?X?33??33??33?>?33?$?33???   % TjvBBtLh80:U6:90:C1:26% F@4EMF++@ @$CCdCB$$==% % V0r4V4((V4V% % $$AAFEMF+@<0NEC?@H<C˓C #D˓C #DCCCC˓C@$$==_888 % % V0s4((V4V4% % $$AA( FEMF+*@$fBfBCC@0$>ARIAL6@ ARP TABLE'?@>P=?@>lT?@>i?@>r?@>?@>ƍ?@>r?@>X?@>??   % T%W&BB%$ L`ARP TABLE% F|EMF++@ *@$fBfBCC6@H<IP>̬>>̬>??   % TX%1BB/LPIP% FEMF++@ *@$fBfBCC6@ MACo?̬>x?̬>?̬>U?̬>lj?̬>9?̬>?̬>?̬>?̬>?̬>s?̬>DZ?̬>s?̬>??   % T;%l1BB;/ Lh MAC% FEMF++@ *@$fBfBCC6@ 10.1.10.1~=>>>N>>q>>h>>0>>>>`>>?>??   % T1=BB; L`10.1.10.1@% FEMF++@ *@$fBfBCC6@80:U6:90:C1:21?>ܐ?>™?>4?>©?>?>?>?>?>X?>?>?>>?>$?>??   % TD1=BBD;Lh80:U6:90:C1:21% FEMF++@ *@$fBfBCC6@ 10.1.10.2~=33#?>33#?N>33#?q>33#?h>33#?0>33#?>33#?`>33#??33#???   % T<HBBF L`10.1.10.2% FEMF++@ *@$fBfBCC6@80:U6:90:C1:22?33#?ܐ?33#?™?33#?4?33#?©?33#??33#??33#??33#??33#?X?33#??33#??33#?>?33#?$?33#???   % TD<HBBDFLh80:U6:90:C1:22% FEMF++@ *@$fBfBCC6@ 10.1.10.3~=I?>I?N>I?q>I?h>I?0>I?>I?`>I??I???   % THTBBR L`10.1.10.3@% FEMF++@ *@$fBfBCC6@80:U6:90:C1:23?I?ܐ?I?™?I?4?I?©?I??I??I??I??I?X?I??I??I?>?I?$?I???   % TDHTBBDRLh80:U6:90:C1:23% FEMF++@ *@$fBfBCC6@ 10.1.10.4~=p?>p?N>p?q>p?h>p?0>p?>p?`>p??p???   % TS_BB] L`10.1.10.4% FEMF++@ *@$fBfBCC6@80:U6:90:C1:24?p?ܐ?p?™?p?4?p?©?p??p??p??p??p?X?p??p??p?>?p?$?p???   % TDS_BBD]Lh80:U6:90:C1:24% FEMF++@ *@$fBfBCC6@ 10.1.10.6~=33?>33?N>33?q>33?h>33?0>33?>33?`>33??33???   % T_kBBi L`10.1.10.6X% FEMF++@ *@$fBfBCC6@80:U6:90:C1:26?33?ܐ?33?™?33?4?33?©?33??33??33??33??33?X?33??33??33?>?33?$?33???   % TD_kBBDiLh80:U6:90:C1:26% FEMF++@ @<0N؎>@4(_CB_C5ACsC5AC@$$==_888% % W( eMf  % % $$AA( FEMF+@<0N؎>@4(=C5AC=C7BZC7B@$$==_888% % W(YU blb% % $$AA( FEMF+@<0N؎>@lC5AClClCκClCκC CCmUCfCmUCMHCmUCC CCkCCkCClCClCClCF-ClC@$$==_888% % ; Y$ZX@ ZqY$<@`c% % $$AA( FEMF+@<0N؎>@8, 3CnMCκCnMCκCKCCqsJCfCqsJCMHCqsJCCKCCmMCCmMCCnMCCnMCCnMCQCnMCQC`[CC`[CC8ZCNHCcXCfCcXCCcXCκC8ZCκC_[CκC`[CkC`[CjC8ZCαCcXClCcXC CcXCmUC8ZCmUC_[CnUC`[C5AC`[C5ACсPC@$$==_888% % ; 6Z X@ Z q        Y, + +  X4   q Z Z Y$Z Q X4Q :     Y(   <@% % $$AA( FEMF+@<0N؎>@4(fC5ACfC˓CSC˓C@$$==_888% % W(#zs K% % $$AA( FEMF+@<0N؎>@4(C5ACCtgCFDtgC@$$==_888% % W(# x"x% % $$AA( F4(EMF+ @$sfD;CdCB$$==% % V0m& &mj0mj0 & % % $$AAFEMF+@<0NEC?@H<sfDvCLADvCLAD;CsfD;CsfDvC@$$==_888 % % V0l&mj0mj0 & &m% % $$AA( FEMF+*@$fBfBsfD;C@0$>ARIAL6@ ARP TABLE'?@>P=?@>lT?@>i?@>r?@>?@>ƍ?@>r?@>X?@>??   % TBB L`ARP TABLE% F|EMF++@ *@$fBfBsfD;C6@H<IP>̬>>̬>??   % TXBBLPIP% FEMF++@ *@$fBfBsfD;C6@ MACo?̬>x?̬>?̬>U?̬>lj?̬>9?̬>?̬>?̬>?̬>?̬>s?̬>DZ?̬>s?̬>??   % TBB Lh MAC% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.1~=>>>N>>q>>h>>0>>>>`>>?>??   % TrBBr L`10.1.10.1% FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:21?>ܐ?>™?>4?>©?>?>?>?>?>X?>?>?>>?>$?>??   % TBBLh80:U6:90:C1:21% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.2~=33#?>33#?N>33#?q>33#?h>33#?0>33#?>33#?`>33#??33#???   % TrBBr L`10.1.10.2% FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:22?33#?ܐ?33#?™?33#?4?33#?©?33#??33#??33#??33#??33#?X?33#??33#??33#?>?33#?$?33#???   % TBBLh80:U6:90:C1:22% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.3~=I?>I?N>I?q>I?h>I?0>I?>I?`>I??I???   % TrBBr L`10.1.10.3% FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:23?I?ܐ?I?™?I?4?I?©?I??I??I??I??I?X?I??I??I?>?I?$?I???   % TBBLh80:U6:90:C1:23% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.4~=p?>p?N>p?q>p?h>p?0>p?>p?`>p??p???   % TrBBr L`10.1.10.4% FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:24?p?ܐ?p?™?p?4?p?©?p??p??p??p??p?X?p??p??p?>?p?$?p???   % TBBLh80:U6:90:C1:24% FEMF++@ *@$fBfBsfD;C6@ 10.1.10.5~=33?>33?N>33?q>33?h>33?0>33?>33?`>33??33???   % TrBBr L`10.1.10.5% FEMF++@ *@$fBfBsfD;C6@80:U6:90:C1:25?33?ܐ?33?™?33?4?33?©?33??33??33??33??33?X?33??33??33?>?33?$?33???   % TBBLh80:U6:90:C1:25% FEMF++@ Ld)??" FEMF+@ a4KɎtɅݖ=@:cu.nhA48o9oAo =S^7d''g0#3F}C2^?69A6e{[%hc]nr~v*Ne|4oA&3*W;*2N>5™5}ݱH'$9(ܒoxu /Ͱi\.VCGoW|7$]o} 6Fgg#Eb#E>ƉQ`cyQC#a#wokbf)$y>SCR?*Ѫ^#aƦ8.mUrsH!7~$XIŎub ŧGRÛ̪;䢅t) uy~y2 _ 6wd%ّ>6YHrX.c&**ڣ}E7Gn@($v]XG7vàs5"=W%X{^oy;'ٸ|y6~6zsmvvѮGtt|Wqj?Ny_@c(z7vb3IN|,H񘵱Af%9PxLǺCp|֘֎[C՝ʲΜHc+KkGVSYtNWu&U|B0QZ+xkOЉwY$KUL} 6RlWDzHޒ;dcsU}{:} ܯH:47PX#Y#FV֟EkcRMu-/lem0 벇< v>>ټ L0n7&KLavrvpNn2Cߥm^5ėPoYwm#\ʇDyq4ڋ^sp52iQ^;~3XܪE8莼]؈;؈v/ʹ"|/Z8<4"">^~T6 XԉcQψ5' wGwbYOC~!$EO̤>fr?5ukIZ'Lr@G\hr:9c5ky#CFQsֆ.W5F\(kyl.97>إ #ljڃN#ڽUü/ݏ>__"#_UUG9Bz{66@Fkნ=ku>𵯶/1i߶>iDka_5APE _r|1oH MR;jLdsbkGZ,fI5BSp.w7U̲Wpw_l_d_ğN/~[x"ѥo"|[~DCyP"5Zm4]I݄5|Ky\"( |d8Ƙ]ޯrY-lWY_uF{h7iL/1ΗW-1rJЈPEa{LUW;8w'7|MǐX6IKY: + wBa5ukI/5#k`=bUZE{/AWݾHn}6~s|<]Gk6;8:;uu~|;~5zG l6޲oӈv?5/q}͓_|e_j?{Y/)n\ !S6AƑ,Lw*x&=w0EdW|'A~_ Vwɿ"e"GH&٧)f:"gK"\k׎d^]0-6<=//_ui`"5TktG8."u(<.{>w }"5+dՐ/w|/Ygf|9_^Z{zrF6F|6~C#CyT;FE&J7P靓MIޝ 鞲)dLM $Z NNJ '_D P]Kz|^G/\|4H&`=bUZE{/AWݾȵϾg|{udއ6Fn|BFgtZ8VlyyV[ƍ>b9UYgN#ڙGYY5>5"?}'LbocEOJKYOR'_ڂsBp\'ܴF7/`K*d XbN,6ﲏ5K׉w}I럩/,:-H_"a/Fi?H+Oϡ྅ W@qAjcF5N<'\\HU;iƾrlw}/Ү|M3"d[ڱ1]5[7s%íc'"melD%وv mD8q# Dk3űk.lqM搁q2 ZAh iwِS=Zm3pE:յy~Cυ ,-G\hr:ЬV׍G[Եi#-kD>Ηz1Fhe8dݵSO.?jp}vdX3VGN#ڭKqq9_#CPkmpzǠ4_dzqZ@fMoYAczQ1l 7nj %6MsUYzZ>A:~ӿ"e")]քߔxƈ/4zO +K= nX+Oϡ྅ W@qAjHe"2fEA+jKd׫X-Hv"M;B>/Vv"ndE~ӪK2_n mt.bɿ'?2Zb!su+{^-O=*~KXl{Q:8}|Gz|G{#O\JijtG0vnꜙ91gg SX8IfQ0C[ps>ɏACƶ0 ƙFrdH|y*부W= ߦ'}oI"*}'K$-J> 8\+KƏ3Y-?ZSߢ-)oMN/ɜy-w}N:sN-g ѝ|wmAR<,C6<#K|S4%=ISyFW/ 7)Tl +O)Y.v$LMTn&u^iEHY hK,1._(G#}yu;g&t.x@Y ͵ p׌;8c>6Pv~=g{KlH@E޼ǶK[ #q[tHDF_50p;̈x [psUh5Mxx@"1;c eR #@{n*3L!f nm >1[a =S o{V˥:Io.S\*G.1fϊڠ z2G٠'s J6(!۠l JlamГA@ gΩ zq5ڠ6bQ6(!۠l"Z!۠lrS!۠l"}@!۠l z2m.J FpM 23b1k5F\c$5(2Zf 㚊`f5F#qMW+$1k5FJPH\c$1` \?eq̠2\˒SV┽8eo){+N[qފ3H\ϛ__x 0e}){+N[qފSV┽8eo){+N[qފSV 0e9a3 I,%p] wI,%p] wI,$}uA`\k'p] wI,%p] wI,%p] wI,%p]AZzZ0TkbCņt -6[lHؐn!bCĵk7ZƵl!bCņt -6[lHؐn!bCņt -6;(\Zv Ø,"ʺT#kї۪$f!1C.u2)qBpܥN 07yxsLbBIK%z3.ˏ..1fϊ =ZѠ'+Pa]pq#ϐ\w}􄲕!3GebƏQ3qf-2K_RhHᡷ)} wSa!g;(=G}D3 .aS5F#qH\c$1kyϠϪoõBv sgH\cZ$e k5"5FJSH\c$1ׂAl?# wz*õ,?eN\c$1k5F#q 0OI.$k[B5F#q->pTky_#G5kBIK%z3b]Et1o}ژe J6(!۠l J6(!۠x$wtʮ4C;f୏ hf%dmP)dmPhH!۠l"O!۠l Zv_/\cᚊS5F#qH\c$1kyϠh4p:3cqM xfk5ƬE^H\S(RH\c$>5F#q-P1p-SkN[qފSV┽8eo){+ qpm 2C)58eo){+N[qފSV┽8eo){+N[qފ3(\#\k}2\k'p] wI,%p] wI,%pW6Dv2C;fI,%p] wI,%p] wI,%p] wI,%pWP6Dv27fPe -6[lHؐn!bCņt F &ڝfh Zؐn!bCņt -6[lHؐn!bCņt Mõ;zd_4f=$Dd: %li C=fyuIsLbhoMup#]1=՘A-V>1$EK3c/(bs[t]񣋎pxBvP1c- ?u Ae1 ]7?\r1:O~+8fPr|&\kׅx 0̠p~?Cua3 ײB8f>!,* ZV '?CY`񹬰Z( !r_Fx 0̠p~?C٨,n,'F^Wyv]O'.a4L߉Aι~+'RoGv4HtJLtT޹V˨_js~|omל/NJt,N9zLA-@q%?N k59˻&Lqܿour=xop9cm2.#i!׎'n\hJD\"N)M^?lU)SNIE[Қ&w˕kP7ܧVbFUtj[{SgHAָgz:bmj^g'vu:b8{8/<)q9z`~oy|s!uo>K4373%aBU,Ax΁VW*ߌ 9\H;8:%.E~'R߳BGwŷ6Y{$#GVBpn?+YIVg؈sCY!C/T᤭xVHoY'){+|SeFh?+W =,(>5F?+=7gֈ.E թgY X+'>~ mMp}V2\ g&E>#/k&&]?\aBZ(?+>}k{~V(0BDpm Uk|/p #YMy6Yp]?+>Q?\wZVhz׾5B]-V9oSs} u.D9n 4CIS 3700 Lab 1 Abdou Illia Normal.dotm Abdou Illia2Microsoft Office Word@@rpm@\^(@\^(  fB՜.+,0  hp  EIU School of Business'M CIS 3700 Lab 1 Title  F Microsoft Word 97-2003 Document MSWordDocWord.Document.89qs2 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@_HmH nH sH tH @`@ Z!NormalCJ_HaJmH sH tH DA`D Default Paragraph FontRi@R  Table Normal4 l4a (k (No List 4 @4 51Footer  !.)@. 51 Page Numberjj /: Table Grid7:V04@"4 3IHeader  !H2H Ax Balloon TextCJOJQJ^JaJ6U A6  Hyperlink >*B*phDW`QD \Strong5CJOJQJ\aJo(phW}4Ob4 \A$$^\aJVorV HPStyle1$7$8$H$$CJOJQJ^J_HaJmH sH tH @@@ 0 List Paragraph ^T`T   No Spacing$CJOJPJQJ_HaJmH sH tH PK![Content_Types].xmlN0EH-J@%ǎǢ|ș$زULTB l,3;rØJB+$G]7O٭VvnB`2ǃ,!"E3p#9GQd; H xuv 0F[,F᚜K sO'3w #vfSVbsؠyX p5veuw 1z@ l,i!b I jZ2|9L$Z15xl.(zm${d:\@'23œln$^-@^i?D&|#td!6lġB"&63yy@t!HjpU*yeXry3~{s:FXI O5Y[Y!}S˪.7bd|n]671. tn/w/+[t6}PsںsL. J;̊iN $AI)t2 Lmx:(}\-i*xQCJuWl'QyI@ھ m2DBAR4 w¢naQ`ԲɁ W=0#xBdT/.3-F>bYL%׭˓KK 6HhfPQ=h)GBms]_Ԡ'CZѨys v@c])h7Jهic?FS.NP$ e&\Ӏ+I "'%QÕ@c![paAV.9Hd<ӮHVX*%A{Yr Aբ pxSL9":3U5U NC(p%u@;[d`4)]t#9M4W=P5*f̰lk<_X-C wT%Ժ}B% Y,] A̠&oʰŨ; \lc`|,bUvPK! ѐ'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 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!R%theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] r#;5P'r#;>5P NYt  x !2$g)-5?EN?QU,WW5Y-0134578:<=>@BDFMUWZ\^6 %,.R6?SDcDfDiDlD G1H?HMHbHlHIDNR^TVYW5Y./269;?ACEGHIJKLNOPQRSTVXY[] !#.1NUY`c!!!!>:8,,@+x(  P   "?  J  # Ԕ"?J @ # Ԕ"?V   #" `?  J  # |"?nb #*+&  #" ?  c $3"`?$*+& nB  S D#" "?Y#Y$b h. % #" ?\   " h. P !B  "#")P #  "")")V $ # "##P '  "? D (@  "?D )  "?J + # "?B S  ? !#$() +   A!%%% &5P&t%T)t'}(Rt)v#Ev#t+t(v#t@a&LtT',t!T`' -tT`'t<#{ T OLE_LINK5 OLE_LINK6 OLE_LINK2 OLE_LINK3 OLE_LINK1 OLE_LINK45"5"6P33I"I"6PJJL6PJJL6P9*urn:schemas-microsoft-com:office:smarttagsState9*urn:schemas-microsoft-com:office:smarttagsplace /5RU.3u{= C cf OVio%+AG**1144::A:::::::3;7;M;Q;cDgDjDpDHHIIPJSJLL N NNNNNNNNrNNNN3P6Pour~!-HJR"T"""##s$u$++,,0022l6n6 N NNNNNNNNpNNNNNN3P6P333333333333338>X_Pamq"0LMNuu|}  * ; ? Q Da.6\q%%G6T6V6V68848E899:!:4:C:L:M: ;;;;<<u={=|=}=xExEyEyEFFiHiHHHIIIIIIII9J9JJJ?K@KKK]K_K_K L LkLnLLLMM N N N NNNNNNNNNN-N.N=N>N>NVNWNXNXNpNNNNNNNAOhOOOOOP1P3P6P8>X_Pamq"0LMNuu|}  * ; ? Q Da.6\q%%G6T6V6V68848E899:!:4:C:L:M: ;;;;<<u={=|=}=xExEyEyEFFiHiHHHIIIIIIII9J9JJJ?K@KKK]K_K_K L LkLnLLLMM N N NNNNNNNNN>N>NVNWNXNXNNNNNNNiOjOPP2P3P6Pm% 1~j,gv~|va4#&>!e &" D7Pȸ?>a$6Ft X~K,JcW,4EW )Y/7!d62T`r*gQl|Lzrl^`) 88^8`hH. L^`LhH.   ^ `hH.   ^ `hH. xLx^x`LhH. HH^H`hH. ^`hH. L^`LhH.h^h`o() 8^8`hH. L^`LhH.  ^ `hH.  ^ `hH. xL^x`LhH. H^H`hH. ^`hH. L^`LhH. ^`OJQJo(nh ^`o(hH.pp^p`) @ @ ^@ `OJQJo(n ^`OJQJo(n ^`OJQJo(n ^`OJQJo(n ^`OJQJo(n PP^P`OJQJo(nh ^`o(hH) pp^p`OJQJo(n@ @ ^@ `) ^`OJQJo(n ^`OJQJo(n ^`OJQJo(n ^`OJQJo(n PP^P`OJQJo(n   ^ `OJQJo(nh^h`o() 8^8`hH. L^`LhH.  ^ `hH.  ^ `hH. xL^x`LhH. H^H`hH. ^`hH. L^`LhH.^`o() ^`o(hH)  L ^ `LhH.   ^ `hH. xx^x`hH. HLH^H`LhH. ^`hH. ^`hH. L^`LhH. ^`OJQJo(nh ^`o(hH.pp^p`) @ @ ^@ `OJQJo(n ^`OJQJo(n ^`OJQJo(n ^`OJQJo(n ^`OJQJo(n PP^P`OJQJo(nh ^`o(hH)h pp^p`hH.h @ L@ ^@ `LhH.h ^`hH.h ^`hH.h L^`LhH.h ^`hH.h PP^P`hH.h  L ^ `LhH.h hh^h`hH)h 88^8`hH.h L^`LhH.h   ^ `hH.h   ^ `hH.h xLx^x`LhH.h HH^H`hH.h ^`hH.h L^`LhH.^`o()h pp^p`o(hH) @ L@ ^@ `LhH. ^`hH. ^`hH. L^`LhH. ^`hH. PP^P`hH.  L ^ `LhH.h^h`o() 8^8`hH. L^`LhH.  ^ `hH.  ^ `hH. xL^x`LhH. H^H`hH. ^`hH. L^`LhH.h^h`o() 8^8`hH. L^`LhH.  ^ `hH.  ^ `hH. xL^x`LhH. H^H`hH. ^`hH. L^`LhH.h ^`o(hH)h pp^p`hH.h @ L@ ^@ `LhH.h ^`hH.h ^`hH.h L^`LhH.h ^`hH.h PP^P`hH.h  L ^ `LhH.h hh^h`hH)h 88^8`hH.h L^`LhH.h   ^ `hH.h   ^ `hH.h xLx^x`LhH.h HH^H`hH.h ^`hH.h L^`LhH.h ^`hH.h p^p`hH.h @ L^@ `LhH.h ^`hH.h ^`hH.h L^`LhH.h ^`hH.h P^P`hH.h  L^ `LhH.h hh^h`hH.88^8`OJPJQJ^Jo(-h L^`LhH.h   ^ `hH.h   ^ `hH.h xLx^x`LhH.h HH^H`hH.h ^`hH.h L^`LhH.h^h`o() 8^8`o(hHh L^`Lo(hH)  ^ `hH.  ^ `hH. xL^x`LhH. H^H`hH. ^`hH. L^`LhH.^`o()pp^p`o(.\ 0\ ^\ `0o(. ^`hH. ^`hH. L^`LhH. ^`hH. PP^P`hH.  L ^ `LhH.`r*g)Y?EWzr6F&D7~m% ~JcWvale &,g!d X~K                 \$k FHJ|(dZ6>XL.ģ.r@\`B:         >I39       ` l4$e(z4湤639                 >I39       Ū                 39                                    w39      @܂k(m(U      ;" 'Cyh E'Cyh;5RpG{?rqg Rpc %6@ eWCsDm ({SVG Rp|%({SV({GE%6o}!({SVV%!({C` P#eWSeY$eWSe,1+%6.+|Sniv,I6[obH/'CyhfY2|Sn3({SV%669v8KEI6[oGF({SViGeWSeK%6JYNRp!O'Cyh.aQ|SnfjR({SV.~&T>~5V({SVV|SneW]T9_Rp2O_eWSeg;aI6[o'Cyh.~&TRi%j({SViejlSnin'CyhlSnG{?I6[o#yp|CsRp8V`slSn5At|Cs ulSn69v'J{%6;_|lSnY_|lSn'}({C`:?~I6[oL\I6[o +3Irsr1{03[Za z{{X y: F ! Q D Vkfx>\jC8r ("r 0>.\3 %!wC!Z!#0#vQ#s$w$i&"'6* ..tf.%/t0E'151 22,3;3$4q46In6m>7qA7DG709/:] ;B<g< ???1@K@L@ CRXCDYErE F|=FxPFVH3IDJ%EK[MlMmdN&LOwOAPHPH7QmQHTuVX?LZ*[9_~`eCb;e:Oh i*uiwi kg n#n~oeDpX{pqJrEs(2tUtv\7wAx3x'y3y,zEzR{b{ }W;~%PiS ?)QcI*\mtt}%!} ] F]X%_PIR2XBAVX IBd$]l6n=1XD "Bl5PO=F3@^Ca h3s8;+Asj#*B`0Y<Nyk570owv=[4e!4My< 7k$3 ;vNl}h N N@E8E8E8E8(>?5P@F@Unknown G*Ax Times New Roman5Symbol3. *Cx ArialA  Cooper Black7.@Calibri?= *Cx Courier New5. .[`)TahomaA. Trebuchet MS;WingdingsA$BCambria Math"1hBCBC'B' fB ' fB 'q`4MM 2qHP ?qA72! xx CIS 3700 Lab 1 Abdou Illia Abdou IlliaT             CompObjr