FREELANCE ']+ Ƈ:Rd?h SUnnamedt.#)X?HField1Field2Field3Field4Field5Field6Field7Field8\g #^"}; BttDialog14).i] 8<D(Dialog1 Globals)lp) Command18).i] gks Command28).i]   Dialog1BDialog14).i] Dialog1(Dialog1 Globals),LSOBEN ,08TE4$*1590810lNEWDELETE INITIALIZEB TERMINATEOBJECT (GLOBALS) (Globals)* DIALOG REGISTRY MODULE ** Dialog Registry Module *0 {D3O {D Ҥ Command18).i] h'gOK_OKR KQDB MS Sans Serifd2 Command28).i] h'GCancel_CancelR KQDB MS Sans Serifd2 Dialog2BDialog24).i] Dialog2(Dialog2 Globals) Command18).i] h'gOK_OKR KQ_lr oSVbNd2 Command28).i] h'Gwl~_ݾR KQ_lr oSVbNd2FBܴ FindReplace4).i] B'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Closing(Source As Lotusdialog, Mode As Integer, Cancel As Integer) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSDIALOG Set Source = Bind(Objectname_) On Event Closing From Source Call Closing End Sub '++LotusScript Development Environment:2:2:Closing:1:12 Sub Closing(Source As Lotusdialog, Mode As Integer, Cancel As Integer) Close 1 Currentdocument.gotopage (StartPoint) End Sub LSOBENA,$8Tp"@@@dddLotus ProductV0.0A*2380BE0lNEWDELETE INITIALIZE TERMINATEtOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE$ *FindReplace\SOURCEMODECANCEL BINDEVENTS8 OBJECTNAME_ LOTUSDIALOG%static_ltsdlg31CLOSINGCURRENTDOCUMENTGOTOPAGE STARTPOINT[4yڹ.ڹ4ڹ 4).i]4).i]E t (,L,,<<LL *<t L<P,,@x(R`=EҤT [I G {dTG' Find & Replace(FindReplace Globals)'++LotusScript Development Environment:2:5:(Options):0:66 Option Public '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Function checkanswersub Declare Sub CheckForSpan Declare Sub Initialize Declare Sub AddToList Declare Sub PrintToList Declare Sub GetText Declare Sub FindWord Declare Sub ReplaceWord Declare Sub CheckWords '++LotusScript Development Environment:2:5:(Declarations):0:10 Dim StartPoint As Integer Dim i As Integer Dim UpperTest As String Dim UpperFind As String Dim Same As Integer Dim Pages As Integer Dim CreateList As Integer Dim Find As String Dim Replace As String Dim FindLength As Integer Dim ReplaceLength As Integer Dim NewText As String Dim OldText As String Dim TextBlockLength As Integer Dim NextPage As Integer Dim checkanswer As Integer '++LotusScript Development Environment:2:1:checkanswersub:1:8 Function checkanswersub ReplaceThisOne = Msgbox ("Would you like to replace this instance?", 4+32+0+4096, "Replace?") If ReplaceThisOne = 6 Then checkanswer=1 Else checkanswer=0 End If End Function '++LotusScript Development Environment:2:2:CheckForSpan:1:8 Sub CheckForSpan If FindReplace.entirepresentation.value=1 Then currentdocument.gotopage (1) Pages = currentdocument.pages.count Else Pages = 1 End If End Sub '++LotusScript Development Environment:2:2:Initialize:1:10 Sub Initialize CreateList=0 IsCaseSensitive=0 FindReplace.currentpage.value=True Pages = currentdocument.pages.count StartPoint = currentdocument.activepage.number End Sub '++LotusScript Development Environment:2:2:AddToList:1:8 Sub AddToList Print #1 , CurrentDocument.Activepage.Name End Sub '++LotusScript Development Environment:2:2:PrintToList:1:8 Sub PrintToList If CreateList = 1 Then For x = 1 To Len(currentdocument.docname) If Mid(currentdocument.docname, x, 1) = "\" Then backslash = x End If Next x filename = "c:\windows\desktop\" + Mid(currentdocument.docname, backslash+1, Len(currentdocument.docname) - (3+ backslash)) + "txt" Open filename For Output As 1 End If End Sub '++LotusScript Development Environment:2:2:GetText:1:8 Sub GetText Dim objectnum As Integer Dim objecttext As Variant Forall objs In currentpage.objects objs.entereditmode If objs.istext <> 0 Then OldText = objs.text TextBlockLength = Len(OldText) CheckWords objs.text = NewText NewText = "" End If End Forall End Sub '++LotusScript Development Environment:2:2:FindWord:1:8 Sub FindWord Find = Trim(FindReplace.Find.Text) FindLength = Len(Find) End Sub '++LotusScript Development Environment:2:2:ReplaceWord:1:8 Sub ReplaceWord Replace = Trim(FindReplace.Replace.Text) ReplaceLength = Len(Replace) End Sub '++LotusScript Development Environment:2:2:CheckWords:1:8 Sub CheckWords For x = 1 To TextBlockLength TestWord = Mid (OldText, x, FindLength) If findreplace.casesensitive.value = 1 Then If TestWord = Find Then z = 1 Sendkeys "{RIGHT}" , 1 Sendkeys "+{RIGHT}" , 1 checkanswersub If checkanswer = 1 Then Newtext = Newtext + Replace x = x + (FindLength - 1) checkanswer = 0 DidOne = 1 If Same = 0 Then If CreateList = 1 Then AddToList Same = 1 End If End If End If End If If findreplace.casesensitive.value = 0 Then UpperFind = Ucase(Find) UpperTest = Ucase(Testword) If UpperFind = UpperTest Then checkanswersub If checkanswer = 1 Then Newtext = Newtext + Replace x = x + (FindLength - 1) checkanswer = 0 DidOne = 1 If same = 0 Then If createlist=1 Then AddToList Same = 1 End If End If End If End If If DidOne <> 1 Then NewText = NewText + Mid(OldText, x, 1) End If DidOne=0 Next End SubLSOBEN@.H P$8,$<\ l,LP<$|,t44ttLotus ProductV0.0.H $T*2380D00lNEWDELETEL INITIALIZE TERMINATE0OBJECT (GLOBALS)T (Globals)l* DIALOG REGISTRY MODULE * * Dialog Registry Module * STARTPOINTI UPPERTEST UPPERFINDSAMEPAGES CREATELISTFINDXREPLACE FINDLENGTH4 REPLACELENGTH@NEWTEXTHOLDTEXTlTEXTBLOCKLENGTHNEXTPAGEP CHECKANSWER8CHECKANSWERSUBREPLACETHISONE(Would you like to replace this instance?Replace?x CHECKFORSPAN FINDREPLACE LOTUSDIALOG%static_ltsdlg318ENTIREPRESENTATIONVALUE`CURRENTDOCUMENTGOTOPAGECOUNTISCASESENSITIVE CURRENTPAGE ACTIVEPAGENUMBER ADDTOLIST0NAMEh PRINTTOLISTXDOCNAME@\P BACKSLASHFILENAMEc:\windows\desktop\txt,GETTEXT  OBJECTNUM OBJECTTEXTOBJSlOBJECTSP ENTEREDITMODEISTEXTTEXT CHECKWORDSFINDWORD REPLACEWORD TESTWORD CASESENSITIVEZ{RIGHT}+{RIGHT}DIDONEL S3 o.o<4LP\PXl p|  <$ 8$ L(,p*,$, P\ J@4| 4).i]4).i]EP <  )P <HddHH ` Hp $ (T( (   Tp5}<<=$TdX(d {< TP~0@ DP(  (  0@Ҥ&^}$}D+(J8*`,,: -`,/15{tOP8"6{4T'7`{4OP8: 9`:<@`A^B{tOQC`{4OPD`{4O$P0EK{4O$P<MSV8V^H{4UX%^t43W{4UX JHM}48 X^dJHYZ^t6[^}l{4UX Jd{4UX%JdM}]J`bj{P5]lFT'nFP8:p[FPr`([%t)$#vFQGx[}z~7[{tOU W`[%[{tOU W`[%^V(^8 4^GJVM{tO P8JG8^ } } ),#1V,8Z[GG^JV`,^( V 8V8) #` {tO P8[\GX[LJXG\GL8q),#1V,8Z[GG^JV`,^( V 8V8) #` J( 8[GGJM^( ^8 6P Start8).i] `'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscommandbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCOMMANDBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscommandbutton) FindWord ReplaceWord CheckForSpan PrintToList For i = 1 To Pages If findreplace.entirepresentation.value = 1 Then currentdocument.gotopage (i) GetText Same = 0 Next i Close 1 Currentdocument.gotopage (Startpoint) End Sub LSOBEN|,8T@@@ D,D,Lotus ProductV0.0|INCENDOBJECTTEbbbbBbbb''TaULadddd)adt d<d$dddddld$*2380EE8lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACEx *FindReplace SOURCE BINDEVENTS< OBJECTNAME_8LOTUSCOMMANDBUTTONX%static_OCX_Adapter$CLICKFINDWORD REPLACEWORD CHECKFORSPAN PRINTTOLISTIHPAGES FINDREPLACE LOTUSDIALOG%static_ltsdlg31lENTIREPRESENTATIONVALUECURRENTDOCUMENTGOTOPAGEGETTEXTSAME STARTPOINT/P~:X:y.y4y 8).i]4).i]8J t ,,,, *0t !,@(!,@@!,@LL\!,@,|,<@,|@@ 4).i]4).i]ELP!,<@,l@,,,@5}<p=ҤT [I G˨ )D#)#)#)L#[G^l44{OHPT8 {T`G')#[ ^l6"${T`G,'&h'gFind_FindR KQDB MS Sans Serifd2Done8).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscommandbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCOMMANDBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscommandbutton) FindReplace.Close End Sub$ LSOBEN88,`l$8T@@@DDDDlllLotus ProductV0.088*2380040lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_LOTUSCOMMANDBUTTON$%static_OCX_AdapterCLICK@ FINDREPLACE\ LOTUSDIALOG%static_ltsdlg31CLOSE<οRع2.242 l8).i]4).i]J t ,,,,*t @( l`D    4).i]4).i]`E l`Q l<ҤT [I G˨ {D, #h'GDone_DoneR KQDB MS Sans Serifd2Label18).i] xxgwFind:iFind:R KQDB MS Sans Serifd2Label28).i] 'xReplace With: Replace With:R KQDB MS Sans Serifd2Find8).i] xhgR KQDB MS Sans Serifd2Replace8).i] xR KQDB MS Sans Serifd2entirepresentation8).i] x'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotusoptionbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSOPTIONBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotusoptionbutton) PagesToDo=1 End SubLSOBEN 6\8,$8T@@@Lotus ProductV0.06\8<*2350CA0lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSOPTIONBUTTON%static_OCX_AdapterCLICK PAGESTODO`ZvIuyR.R4R 8).i]4).i]<J  t ,LLL,,*Lt $:ҤT [I G˨ ^L1 Entire Presentation Entire PresentationR KQDB MS Sans Serifd2 currentpage8).i] x'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotusoptionbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSOPTIONBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotusoptionbutton) PagesToDo=0 End SubLSOBEN 6\8,$8T@@@Lotus ProductV0.06\8<*2350D58lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSOPTIONBUTTON%static_OCX_AdapterCLICK PAGESTODO`4عy.y4y 8).i]4).i]<J  t ,LLL,,*Lt $:ҤT [I G˨ ^Lx Current Page3  Current PageR KQDB MS Sans Serifd2 casesensitive8).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscheckbox) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCHECKBOX Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscheckbox) IsCaseSensitive = FindReplace.casesensitive.value End Sub^ LSOBEN>4,`l$8T@@@DDDDllLotus ProductV0.0>4*2350130lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSCHECKBOX<%static_OCX_AdapterCLICKISCASESENSITIVEX FINDREPLACEt LOTUSDIALOG%static_ltsdlg31 CASESENSITIVEVALUE8wh8\.\4\ ll8).i]4).i]J t  ,   ,, * t @@ lx\4).i]4).i]`E (BҤT [I G˨ ^ {DOP("xCase Sensitive  Case SensitiveR KQDB MS Sans Serifd2 list8).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscheckbox) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCHECKBOX Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscheckbox) CreateList = FindReplace.list.value End SubJ LSOBEN>8,t$8T@@@DXDDXXLotus ProductV0.0>8*2350A58lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSCHECKBOX4%static_OCX_AdapterCLICK CREATELISTP FINDREPLACEl LOTUSDIALOG%static_ltsdlg31LISTVALUE<`gعy.y4y 8).i]4).i]J t  ,,,, *t ,@X@8 pT4).i]4).i]tE BҤT [I G˨ [D{XO P,LwCreate List of Changed Pages wCreate List of Changed PagesR KQDB MS Sans Serifd2T4).i]4).i]tE BҤT [I G˨ [D{XO P,LwCreate List of Changed Pages wCreate List of Changed PagesR KQDB MS Sans Serifd2 H ^"Page 1{wwxxxxxxxxxxxxxxxzzzzsNF||||.2|f|. ,^||>. 404.4``J.0 2.:|| $18;xw;9  WwWbo;w3 wfo;w;( wWwbo;w;(wfo$ ;xw;;3( WwWbox;xw3(  V Z ^R(       0RTR V~`~wwwwwwFwwwwwwwwwwwwwwwwww~`~|wwwwwwwwwwwwwwwwwwwwwwwwwwwwwww|~|wwwwwwwwwwwwwwwwwwwwwwwwwwwwwww|~fwwwwwwwwwwwwwwwwwwwwwwwww wwwf~ ~fwwwwwwwwwwwwwwwwwwwwwwwww wwwf~ ~fwwwwwwwwwwwwwwwwwwwwwwwwwwwwf~ ~|wwwwwwwwwwwwwwwwwwwwwwwwwwwwwww|~|wwwwwwwwwwwwwwwwwwwwwwwwwwwwwww|~|wwwwwwwwwwwwwwwwwwwwwwwwwww"wwww|~|wwwwwwwwwwwwwwwwwwwwwwwwwwwwwww|~|wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwc)((b['#==C:\maria\presentations\ibm.mas&'$$dn   ||||????@BatangX!Wblank.PALh]ht~Z\kofhpZt^oh\ktpZ;XBLANK.BWo//Oo/OooooooO/_?/-xZ\P_~|wdʌnɀzum]igٮحҡɭ222h t)r@@4::c:|,nx(\`$d4lFFF% FZZQPPmL<G,tDZZZXpppllbT22@cLnnn$o|c@@Nc 0}xSTHh ;-PmЌytdH yck,$y80N[Nz(8v`jppr$@`iی}~d̮ٚmtEfn=?l?r ??,fs=240,fe=0,fc=7,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=7,bz=100,f2=7,b2=7,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=401,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=381,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=356,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=331,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=306,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=240,fe=0,fc=7,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=7,bz=100,f2=7,b2=7,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=242,fe=0,fc=312,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=309,fe=0,fc=194,hy=NO,hc=3,qm=2,sh=25,st=25,if=46,ip=46,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=194,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=185,fe=32,fc=312,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=185,fe=32,fc=312,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=185,fe=32,fc=312,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=185,fe=32,fc=312,hy=NO,hc=3,qm=2,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=185,fe=32,fc=312,hy=NO,hc=3,qm=2,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=257,fe=1,fc=194,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=90,ts=462<0L|,bc=286,bz=100,f2=194,b2=286,bl=0,fx=0,sd=1,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=257,fe=0,fc=312,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\1,bs=0,pr=0,ll=90,ts=462<0L|,bc=194,bz=100,f2=312,b2=194,bl=0,fx=0,sd=1,sw=1,sc=303,ud=1,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=257,fe=0,fc=312,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\11,bs=0,pr=0,ll=90,ts=462<0L|,bc=194,bz=100,f2=312,b2=194,bl=0,fx=0,sd=1,sw=1,sc=303,ud=1,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=257,fe=32,fc=312,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=90,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=1,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=360,fe=32,fc=319,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=319,b2=286,bl=0,fx=0,sd=1,sw=1,sc=312,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=291,fe=0,fc=194,hy=NO,hc=3,qm=2,sh=25,st=25,if=46,ip=46,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=194,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=377,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=31,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=277,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=31,bz=100,f2=31,b2=31,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=226,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=31,bz=100,f2=31,b2=31,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=226,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=31,bz=100,f2=31,b2=31,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=226,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=1017,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=31,bz=100,f2=31,b2=31,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial Narrow,fs=176,fe=0,fc=31,hy=NO,hc=3,qm=0,sh=25,st=25,if=1272,ip=0,pl=15,bu=\2,bs=0,pr=0,ll=100,ts=462<0L|,bc=31,bz=100,f2=31,b2=31,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=181,fe=32,fc=312,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=181,fe=32,fc=312,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=181,fe=32,fc=312,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=181,fe=32,fc=312,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=181,fe=32,fc=312,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=312,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=609,fe=32,fc=142,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=142,b2=286,bl=0,fx=0,sd=1,sw=1,sc=207,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=609,fe=32,fc=142,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=142,b2=286,bl=0,fx=0,sd=1,sw=1,sc=207,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0!fn=Arial,fs=609,fe=32,fc=142,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=142,b2=286,bl=0,fx=0,sd=1,sw=1,sc=207,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0"fn=Arial,fs=609,fe=32,fc=142,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=142,b2=286,bl=0,fx=0,sd=1,sw=1,sc=207,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0#fn=Arial,fs=609,fe=32,fc=142,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=142,b2=286,bl=0,fx=0,sd=1,sw=1,sc=207,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0$fn=Arial,fs=285,fe=32,fc=308,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=308,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0%fn=Arial,fs=259,fe=32,fc=317,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=317,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0&fn=Arial,fs=259,fe=32,fc=317,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=317,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0'fn=Arial,fs=259,fe=32,fc=317,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=317,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0(fn=Arial,fs=259,fe=32,fc=317,hy=NO,hc=3,qm=2,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=317,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0)fn=Arial,fs=259,fe=32,fc=317,hy=NO,hc=3,qm=2,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=317,b2=286,bl=0,fx=0,sd=1,sw=0,sc=311,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0*fn=Arial,fs=304,fe=0,fc=283,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=23,bz=100,f2=283,b2=23,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0+fn=Arial,fs=449,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=N1N18,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0,fn=Arial,fs=410,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=618,ip=0,pl=15,bu=N1N19,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0-fn=Arial,fs=410,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1090,ip=0,pl=15,bu=N1N17,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0.fn=Arial,fs=372,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1526,ip=0,pl=15,bu=N1N20,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0/fn=Arial,fs=372,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1926,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=00fn=Arial,fs=308,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=01fn=Arial,fs=256,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=02fn=Arial,fs=205,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=03fn=Arial,fs=180,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=906,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=04fn=Arial,fs=154,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=1208,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=05fn=Arial,fs=126,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=0,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=06fn=Arial,fs=176,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=0,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=07fn=Arial,fs=251,fe=0,fc=0,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=0,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=08fn=Arial,fs=251,fe=0,fc=0,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=0,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=09fn=Arial,fs=126,fe=0,fc=282,hy=NO,hc=3,qm=1,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=0,bz=0,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0:fn=Arial,fs=214,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=377,pl=20,bu=,bs=1,pr=0,ll=98,ts=462<0L|,bc=0,bz=70,f2=282,b2=0,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0;fn=Arial,fs=352,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=3,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0<fn=Arial,fs=352,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=3,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0=fn=Arial,fs=226,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0>fn=Arial,fs=226,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0?fn=Arial,fs=226,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0@fn=Arial,fs=226,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=1017,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Afn=Arial,fs=226,fe=0,fc=3,hy=NO,hc=3,qm=0,sh=25,st=25,if=1272,ip=0,pl=15,bu=\2,bs=0,pr=0,ll=100,ts=462<0L|,bc=0,bz=100,f2=3,b2=0,bl=75,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Bfn=Arial,fs=352,fe=0,fc=4,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=\0,bs=1,pr=0,ll=90,ts=462<0L|,bc=286,bz=100,f2=4,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Cfn=Arial,fs=251,fe=0,fc=319,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=319,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Dfn=Arial,fs=251,fe=0,fc=319,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=319,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0u f$$`Background Images_p$$`NamedStyle objects>$@> V+$$++`<+fn=Trebuchet MS+fs=226+fe=2>Mobile Portals<+fn=Trebuchet MS+fs=226><=<+fn=Trebuchet MS+fs=196>Consumers & SMB<=Alerts to best customers<=m-commerce<=(B2C)0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o ,# Object 3NAME=Text Shape3;48;$63 3 6?.42@2Z83k+5<>EasySync<-Pro0000909{name=,r=9}{name=Level2,r=10}{name=Level3,r=11}{name=Level4,r=12}{name=Level5,r=13}o  NAME=Text1;0# Object 12@992[N  SNSN<>Deployment Services0000910{name=,r=14}{name=Level3,r=15}{name=Level2,r=16}{name=Level4,r=17}{name=Level5,r=17}o *# Object 9@>0` Vi'!i'!<+fc=194+f2=194+f2=194>A Rapid application development platform for Partners and Customers to build collaborative solutions for mobile users0000864{name=,r=8}{name=Level2,r=8}{name=Level3,r=8}{name=Level4,r=8}{name=Level5,r=8}o /# Object 8 NAME=Text2;4""$?&42<^b  NAME=Curve2;?92y@9B'#[   Y<>For the Intranet and the Extranet0000910{name=,r=18}{name=Level2,r=18}{name=Level3,r=18}{name=Level4,r=18}{name=Level5,r=18}o *# Object 3?0`@0B"[   Z<>For the Intranet, Extranet & ASP0000910{name=,r=19}{name=Level2,r=19}{name=Level3,r=19}{name=Level4,r=19}{name=Level5,r=19}o *# Object 3@[ID&D&\I\ID<>0000910{name=,r=20}{name=Level2,r=20}{name=Level3,r=20}{name=Level4,r=20}{name=Level5,r=20}o  Page title 2@[>5?&5?&>><>0000910{name=,r=21}{name=Level2,r=22}{name=Level3,r=23}{name=Level4,r=24}{name=Level5,r=25}o Bulleted list 2@> [[MM[[<>Messaging0000910{name=,r=31}{name=Level2,r=32}{name=Level3,r=33}{name=Level4,r=34}{name=Level5,r=35}o +# Object 440$ @[0h[Q i i Q Q <>Mobile & Wireless Solutions let employees do the things the need to do from wherever they happen to be0000910{name=,r=36}{name=Level2,r=36}{name=Level3,r=36}{name=Level4,r=36}{name=Level5,r=36}o -# Object 140$ @[0h[v f f v v ~<>Mobile & Wireless Solutions let employees do the things the need to do from wherever they happen to be0000910{name=,r=36}{name=Level2,r=36}{name=Level3,r=36}{name=Level4,r=36}{name=Level5,r=36}o -# Object 1NAME=Text Shape1;@=0!8[&&<>Collaboration enables Employee Relationship Management0000910{name=,r=37}{name=Level2,r=38}{name=Level3,r=39}{name=Level4,r=40}{name=Level5,r=41}o  NAME=Text1;+# Object 4@[<>0000910{name=,r=48}{name=Level2,r=49}{name=Level3,r=50}{name=Level4,r=51}{name=Level5,r=52}o  Label text@!![ $ $   <>0000910{name=,r=55}{name=Level2,r=55}{name=Level3,r=55}{name=Level4,r=56}{name=Level5,r=56}o Presentation subtitle@[/!/!k|<>0000910{name=,r=59}{name=Level2,r=59}{name=Level3,r=59}{name=Level4,r=60}{name=Level5,r=60}o Presentation title@>$[u % %uu<>0000910{name=,r=43}{name=Level2,r=44}{name=Level3,r=45}{name=Level4,r=46}{name=Level5,r=47}o Numbered list@>$[u % %uu<>0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text@#[D%D%77<>0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title_7`Presentation Backdrop4$p''wpw4$pT'T''p'@#[g %g %XXX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title 4"=%=%ChCLIPBOARD&cpe<Ek<pe(E*&pe*&\@*&^@%^@*&TF!Clccc4%FclccPF@& & %}ccEk&ZF#%sGc% s:@C@{wtxyyt|@뾺쳱{|{wyx{yuwx({xx챯ww{yxwyyuuy({vxxw|y躯{uxxxx@{wtxyyt|@ɼzxx{yuwx({xxtyyyxwyyuuy({vxxyx­xxxx@{wtxyyt|Hۺ{u{|vvzy{{y}zwxx{yuwx({xxtzzztxtyytxwyyuuy({vxw|xrzxvwqvvvv@{wtxyyt|H·|wwuuvxyzxwzx{yuwx({xxuyzzv v|zxtxwyyuuy({vxvƲû衝vߐqwu|y{ȿyyyy@{wtxyyt|H¹|wuxutvwzwx{yuwx({xxvxzzxu{|xuxwyyuuy({vx¶ؾ}rv|龭ʹ@{wtxyyt|H}vuwwty|xx{yuwx({xxww{xxuɽyuxwyyuuy({vxzxym~y~o@{wtxyyt|Hľ䥡vw{wvz}x{yuwx({xxwxywwwwwxwyyuuy({vx賰xzxuxɼ˿vx𹰰@{wtxyyt|Huvxuw}x{yuwx({xxwxyuu}쑈uxxwyyuuy({vx}vpx{y{vrzɻ̼@{wtxyyt|H꜏yvwxxx{yuwx({xxvxxvuŽ꩛yuxwyyuuy({vx{wv|䰪虐㻯xxx@{wtxyyt|Hƺuvzyx{yuwx({xxwxwwu윋~rxwyyuuy({vxxw}wȹzx{xaxvxz꥜Ꝕxwxaxû{wv뱫orx}Ꝕﮟ{zxax{}}мꩡxruy砖vxax뽲~ww罱卵桒|첬월xax~츫y|Ҽ̽yxax{ͽͼ㦘~~xxzw}v~蠔ѹ̿{{{{xaxzrꦓ˻}yuqy˾혎txxxxxaxzyu﫦|xqqqq@櫩걨wyvuvxwt浭먧ꮢﯤ驥`订猅yxr{}wuvvuﴫ訨(﫤ꪩ毨쩚txyxot訧譤﫦߲{zswyzxtx|yxuޯ(﬩骦沦uwxwwwv}ǴȺ}uxxxx@|xtuxwv~`uuxx{vtux(ᆴ~zvxu㕄ļ˽~{vvwyxuxzuv{(ytxtuxxy{~摂~~{wwxxxxx@ ﮠzxtwzys}`䕊tvvzzvttv(}xvxx䡒{ywuvyxw{~wuy(}wxvvxz{|{yzzwwusuwxxxx@{zuxx`궪vsxwwvwz(}z~x}ƺxwuwvxty}xvw(|xyywyz}qrsuwvuwxxxx@{wuxx{v{` ttt{xwx(yvyx싁|wvwwxwy{wvzﯤ(zwxwwxwvvvvxwwvwyzzxxxx@zxwzyzx`읒vzvzwvuv(µ}xzx裙uvxwxyyzwwz(|xuwzzyxyzz{zzz||{xxxx@~|y{xvs{`|}yxwvx|(yttx뻯ȼ쓅wvuwxsuyxyz(|{xxwvuvwuxyyxwuxxxx@zxw{yxsz` ɼ~x{}zvz({wvx띍{wrtxxy|xvw(yx xwvvuvvuwywusuuuxxxx@zwxuzt|}`蕍swyvxxx웓(~y{xvtyx~}{淪犁yzwxyutur~孢(zuxxxx@ysvv{r|㏃`碓{v{vvtx(덀y xztxx{zƹ뒇zyxx|wsts(ﰢvxxxx@yuwy{su{몡鱠`zt{yvvx쮣(뮠豢zxtxvtzyxwﲤ{xyx{wuvuz(ﮠꬡ쮣yuxxxx@{zyyvuyyyyux}{|{{`{zx}zx{uzywwut{z({xy||swtxrx|wyzw}{}}{zyx{xzzzxvuy~({{z{~}zxwxxxx@wusuusvzzwt~wxxvt`wsszv wxs{ytuttuu(wtuuuxwyvxxyyuw}ywwwurxyzwyx~|yxxwwx(wtsvzxxxwxxxx@t xvwyvy{yut}vvwu`tuzvtwxuzzwywxwx(tvwxxzywsxzvxwx{txyy{ywvxxzyxwxyzz(tvtwxxwxwxxxx@xuvy z{zwxwzuwxyz`xzwzvuzxzwyz}w{v(xsuwxxxts xuwzwruvxvwywwyuxttwzxw(xzxvwx{|xxxx@yz{{yzywtxxxx{|||`y}{|zy{twtwx}u}zz(y{{}{yuwxyyzxswzsy|zxwxztxuuvyzyy(y}{xxyxwzxxxxxzzyvyxsxv{vvxxxr(xvyzzsqusvzwuwvxw|xywywy{xxvyvuw|xwvxwtw|w|{xvsxvxwwvtxvvztu{vvuvvwwuyuvv}vwwxx||y{sy{vztvwvtxw+xxxxxyuyzzzy}{|vwx~p(xtx{|trz}{|}~xuxxzxywyxyzx{{|zvv||rxu{}z|y{vxy|ysttxww{u}z~{{zxy}|wvv{vyxxty}|{qz틁{{||wywyw+xxxxxyyﮦ(xuxz{ty쨡xyxwxzvyyyyyﱟzx}xzxwxz{蘍wxwxw{xwuy{xyvyxwy,xxxxxvzퟒ(xvwyyvʿ{yxsxzvxyzxy걢|x籦쎁vvxwzy럓޷zxxwv{wyuwvuw{|xwux+xxxxxyz(xsuxzw~xxwtxywxyzwzyx骦쾳~uvxr{|yzvvwwzsuwvw{}{xww+xxxxxxz(xuvzzu{껳훐zyzuxywxxzxzyx~z{xsyƿ|zwuux|vxywvw몡yywwx+xxxxxsy(xzy{vs{}zywxxywzyz飒vx﬩}{yxwzxvvty{{|yuuyxvtx|+xxxxxx}(xyxytsx욎{xxxxyvyyz㞋tx}zwxu} 도vvvtzy|{uvz´xwux|+xxxxxuw(x}{tvz}|wwxxyzy{ww|tx~woxt鑁wvvuu}vuuzu}~zwt{+xxxxxw{(xzyttw{훏xxyxxxywzwyù{xx﫦|vsxv陵tuux~vwwzt{|wxvy+xxxxx{ꖑ(x||xvw|ꝍvx{yxxwwvyxz~}x孨{vxx|斋rtsxzwzyzsy쮣ztyxw+xxxxx}(xzyuvyνxyxxxwwvxxz㣘{yx챨vwx뙈̿{xvuvswxyt|wzyv+xxxxxy{뮠ꯟﯝ(x{xvuw{xzxwxywyxyx겟wsx}{xx~订ﭨ}yyxuxxyuw|xxxw+xxxxxvrxxxxxzy{|xyyx{t(x~zyzxv{~y{z}yx{wxywyyzyw|yuy{y}qvuxtyz{|zxuy}~{~~y{zxqy|~uxw~y슀zvvywyvz{}vqy}yz|{xyyx,xxxxxzwwtwzz|wxzvwuwzz(xxwxzzyxzwwvzzz|wwxyvyyyywzwyzywwvxwxwvxyyxtswzuwwwyyxxy{{ttwzwwu{uwvxxpxy|wsvvwvyz|{{xv+xxxxx{zzwx{xyyz|yyyzyy(x{yyxwxvzyvvxwvzxxxyvyxyywzyzzz{z|xwxvy|yyvvyvwtxwvxyxx|{}yu||yquurzu|}u||{vrvwyvwwywyzv+xxxxx|zwttuwx|zxxxx|{}(xxyyzyxsqH|yrsutwxxzxy|{{{xx~z}}z{|{|zyx txwyzs||zzxw |ttuvsyw~wwyzywts|yvw|yyzx+xxxxxwxxwzyxwvutuwxv(xxxxvxvwHwvx|{{{{ywxxvxyvxzwz{yzxwzyxywuyxwyyvx w{ztxtz|{wxywvtuvwzwy{xzw+xxxxxxyyxyzxtsutsvttu(x|zzzzxzxHtuyyxx zzz{|zwyzvxuuuvututxwvw{{{xw|wvytru t twt}wy{sz{yyxtutvxxyx+xxxxxvux{xz}{xwz{z{vzv(xyuuvzw|yHx wxtvxuuvzuvyzyxwzxwwuwyxyxzz|wyww|wxvvyy x|{~yyx|vuvwxz{zxyyztwxx{+xxxxxwx훐뙍~(x|yywxw蜐Hzvz{wwxxꟑyywzzwwp럍띍 횒u{ywvvzstwy}+xxxxxu~ʿο奚(xuuxuyHx{{wwyx紪ztyvvyy̿ ȸ啄xwwxwvyvvy+xxxxxw}旌(x|xysu|Hwtwwxzx嫦uqzuuu~¶ {}zxvr|쫢|vvuy+xxxxxz|쨡(x{vwtzHŹܗxx{{yzzux뫦uqwuxw }{usxx⫢|vwuw+xxxx:@.=xy~ꚓ(xyxvywy²Hɼt x{}x{~z 狊wwwurwztw|y+xxxxxv{횒(xtxy{xyHzt x{{ysxvŷ wzzxyy{yyw+xxxxxvx꘍(xuy|zx{Hxx xwwsqyu릕 x}{uwxﺰyvwz+xxxxxvw(xvy{xy~ᄊHv|y xwuuty|뼮 ~wx}}ywuz+xxxxxz{(xsx}xy꼴Hﳧuvwy xzwzxy {{vz}zxwx+xxxxxy~⚐(xuy~vu|Htxxux x箥~z|{ Dz珁x{tw}wvyw+xxxxxsy뿮(xyz}uuwHtxwvwt x¯濰yxww ±³鿲}ztw{vtxw+xxxxxvry~|{wy|}{{|zo(xwy|vwn}~H|uuz|xxzw xq~x|}|{z|w{}~mvutu~~||ww |zxv|{v~|~x~tqu~|~{rvtyy+xxxxxtvtvutwvxstvtvxv(xvxyzwHvxzxw{|z{ xxuwxvwxtvwuqsyws1vuwutwwtsvzx{{yxyw+xxxxxx{zyzyvwywz}|xyw(xxwuvwvutHyxzyyvuz xywxyvwzytz{xxyz0yxzywyyzyvtwzx+xxxxxz|{xy{{{{z{}~}(xwwwyzywH{yxxyvv| x}z{|ywz|{yz{zy{zx0{}{y|}ywz{svwuvz|y+xxxxxxz{xy{zxxyzwuyzyz(xwxyxvwwxHx|zwxyy{ xywxzxuvxxyuw|{yyy0xyxxz|{yxxuvwvuwwu+xxxxxqtvvwyzwuvvvxyutv(xvwvxy}~Huy{yxyyw xvtsuwvuwuxxyytrtu0uvxyvtvxxuvuuwzyy|+xxxxxxutsruwxutwxtswz(xvuvy{}zwHutw|{wxyx xwtsutuuwxvruwts0uuuuvvyxsuwxyzwuw+xxxxxxuw||{}~~{~}x~w(xvvyyyz|H~xw{zxzz xy}}}|}~}z{us0~}z||y|~~~wwywv+xxxxx|õ뾳´ķ⚐(xtwzwxH뾳ty|yxx x᪡ᄡ뾳0뾳²厄좖뾳yyxt+xxxxxv{(xwzxxvzH깯w~wt{ x{û|}xywy+xxxxxv{(xwzxxvzHw{vy x}륞Ǽ쑊}xywy+xxxxxv{(xwzxxvzH䳣yvys xȽ뇃}xywy+xxxxxv{(xwzxxvzH穙xyu x힕~z髥}xywy+xxxxxv{(xwzxxvzHxz x|˿˿絯}xywy+xxxxxv{(xwzxxvzHķy xŽt|þ}xywy+xxxxxv{(xwzxxvzH x휔txz}xywy+xxxxxv{(xwzxxvzH x˾銁vt|鎇}xywy+xxxxxz持ء(xuzvzxPzyxyxᳫ(퉅t{v葁0鏄{zwv+xxxxx|z隍痌(xtwu{{|柑Pzyxyx(휕뙎蝏ww|ww훐0虎z{{wy+xxxxxwtuvstxyxxzwzwt{x(xxtzzvysPxzyxx{xuwxvv(xzyxyxutuw{zwz{{|0x{|{zzywz+xxxxxuwxwxwuvwxyuwxsvw(xyzvxvtxvPwyxzwvwwxwu(w ywuwwutszyzzywu0wxuuxwwxy+xxxxxzzyvvwtuxtxuuxwwv(xvzwvtvtPxyxxuvxwxxw(xzyvuvyyx{wwxuuur0xssvxxyzw+xxxxx{zzyyzzz|z~{|}(xxywvwwurP|xyx}|z{}}(|x|~{z}~}xwxxuvww0|vxywxyyw+xxxxxyxy{yxxwxyzyvxx(xxzwux{yzRxyzyxxzxvwxwx(xtwyyw vuwyxvvwvx0xxxvuvwwz+xxxxxwsvxvvz{vxqtxwvvu(xtyzwy|z|Pvxyzyxtxvuyyuu(vxvtvw yyvxvt{|{z0v|}y{}xsx+xxxxxvry~|{wy|}{{|zo(xwy|vwn}~|{摂lvw{uxwyzxvyv䏇||~|wzuyvxq~x|}|{z(|~{zzww{yxx{yuw|{}xxzwy{(|~{rvtyy+xxxxxsy뿮(xyz}uuwô齬ywy|wxuy|yvv~}xwx¯濰(y{yuzwwyyy~鿲({vtxw+xxxxxy~⚐(xuy~vu|{s{|vxw{}zvsĹ拂yzx箥( 돂s{xt|yxyy~(}wvyw+xxxxxz{(xsx}xy꼴{s~zuxw{{xxt{哈zwx( |vxvvzy zywx{(}zxwx+xxxxxvw(xvy{xy~ᄊ{uywxsy{vxw{ꢑwrx(}ztxwwxzyx y(}ywuz+xxxxxvx꘍(xuy|zx{yw}zvxsz~vuv|´wsx(틃ytsz{y z理˾(ﺰyvwz+xxxxxv{횒(xtxy{xy{z{zuxwyxuu{zvx(wqvy{{zyy}({yyw+xxxxxy~ꚓ(xyxvywy²vwy{xxs{yxw{}}x(zvrzy}xy yzyx{(ztw|y+xxxxxz|쨡(x{vwtzzvwvxz|otvz}´z~x뫦(Ŵ돂w}xxtvx|玀(|vwuw+xxxxxw}旌(x|xysu|}vvwwxy}uwsx÷÷|yx嫦(}y|xzvwxz{︫(|vvuy+xxxxxu~ʿο奚(xuuxuyλzwxuxy|wxrxɸ品xx紪(z|yx|vvxw{ʾ(yvvy+xxxxxwx훐뙍~(x|yywxw蜐ꝍpvxzyxywuxt{{曍욏uwx(zz|xwzvtxuy{(stwy}+xxxxxvux{xz}{xwz{z{vzv(xyuuvzw|yx{w}tzxxzx{vwwzwzx~~}zx|szxwzxwwuwy(xxyzwytwxtxu|y{|(xyyztwxx{+xxxxxxyyxyzxtsutsvttu(x|zzzzxzxtvsvx|ww{xyxxyvxxtvwxyy{uxuuuvutu(tyxvwzxvyx{wyzxzu{(tutvxxyx+xxxxxwxxwzyxwvutuwxv(xxxxvxvwwzyw|zxvyxyzxwwxxw|vtutzxxzwz{yzx(wvuxyxyxzuzxwxxz(wzwy{xzw+xxxxx|zwttuwx|zxxxx|{}(xxyyzyxsq|wyx|yyxwxxyxxxwvt|vtuxurzyx~z}}z{|{(|uwxxxwywx|x|svu}v(|yvw|yyzx+xxxx@ywwwy xvuz{w{zx|`yyzwvx~y~wvwvuww|8yzvztwzw|xv|y|y|s{8y{y}xw{z|xxxxAxxwxyxyvxxywxwwu`xxywxyywwvttswvw8xvuxvxxuxuxuvuxxy8xxwyxvxwyxxxx@x}~}yzzwuqsrvswyx`xzvzswovrwvvwwz{8xwvtyutuxxxz|yuy8x}yywvuquxxxx@ꛐ鞐풃xwxwwwwx`蚊tyx{xvuv|작蜐8ꛎwyzxyvyyxvܞ8띍tuxxxx@̾wxwzxzɽ`xv{wuuzͿ8{zxzvxxz8|xxxx@鰡|uxvyxx`틅wx|xvux虌8y{x{wsty쫜8zxxxx@쮣}wzwyxw`~{yzwxx|8zuuxxywux|엍8}zxxxx@{u{y}ru~`븮wxn~wuuz8뷪wyupx{{vux{ù8wtxxxx@zruy}vw`xwyuux8ꛈtvx|xzywyyv~0zvxxxx@zstwyqv`Ÿyyxywuwy8Ķ~swx~xzyxz{xy0ytxxxx@@}xxuxvz~`}x{vzyuxy8{xxwzxzyxz|ywy빳0zyxxxx@|wvruu{{`vyzzvzu|{뗑8vwvy{xzyxwyzy0xvxxxx@ﭢ}xwx{u}`|rww|wyty{8ó~yvsz}xyxwy{鎅ǹ0{wxxxx@xwvuuy¶`txzvzyxuw{8z~yvxxxxy|{x zy}ø꽯0컫yxxxxx@{zzwwwzvxtt|}z}`{~{tzywyuwz{{w鑀z8{ꏀxtxyyuvxyxz{xxyxw~~zz{{|0{~{}}~|wzxxxx@xwxwzwvzwysxxtvtv`xtrt}zvvu}xzvxuvv8xzw}ux|tzx{vyxzytz|ywus0xwuyywxxyxxxx@vyy{{|ywty{w}uz{Xv{y{{x{xqxtzwy|y|t0v|xytvxtw xzv~wzwx{0vyyuttutvxxxx@yzxxyxxxxyx|yy{zXyzwy{vuvwxwyvwxwyv0yuv{yvuwz xwv{vzxyw2yxxxxxvxxxx@yutw|zy x~xwuvtrvXyqsvwuwwvxvwyyxwsu0yzxvxx{} xyyxuvsuo0yyyyxwz}xxxx@yyuvwtw|~utzw|wrtXy|xuvvxzx|zystvtz0yuvt|{|zt xy{wyyvzw0ysuz|{|{wxxxx@t yxyxwyxyxy|zxvwXtytsyzuw}x{xwuwxwy0ttzx|tuuy xzzwzyvwx0tvuvwvvuuxxxx@|釁{tvwwywww툀~|X||}srvzyxyxuury㈁0|uzy}{~ps xzxwyz0|{}|}yqsxxxx@|vww|qw蒆˿X~sx{yx{{txz0ϻᛄx xsu|릗0|txxxx@{xwtzzw}Xxxuwxtxsyxߝ0ǽx xwuyu◎0}xxxxx@{wtxyyt|@~wxywwzx{yuwx0|w xxyuwx0{vxxxx@{wtxyyt|@~ywy{yxyx{yuwx0wx xtxyvt0{vxxxx@{wtxyyt|@˿twwyzzyxx{yuwx0õ|v{ xsx{xr0{vxxxx@{wtxyyt|@xuwxyywwyxx{yuwx0w{z xvyzxu}0{vxxxx@{wtxyyt|@μ}zvvxy{zwvyzyx{yuwx0yzz xwyzzuz윑0{vxxxx@{wtxyyt|@¹ݴ{wyzz{|wyzy{zyx{yuwx0źzwv{ xuy{ytx쎁ʿ0{vxxxx@{wtxyyt|@µ~ywxxvtwy}wxyyzxx{yuwx0wuv{ xtxzvu|0{vxxxx@{wtxyyt|@ݼ덀}zxvy~{xustvxzyxyxwx{yuwx0鉃xwzy xvwzzu|0{vxxxx@"7# 2W\%\%   <+fc=240+f2=240+f2=240+fx=0> 2002 IBM Corporation0000875{name=,r=57}{name=Level2,r=2}{name=Level3,r=3}{name=Level4,r=4}{name=Level5,r=5}o @"7#k*Wfyfy<+fc=240+f2=240+f2=240+fx=0> Confidential0000875{name=,r=53}{name=Level2,r=2}{name=Level3,r=3}{name=Level4,r=4}{name=Level5,r=5}o @ "7#AW<+fc=240+f2=240+f2=240+fx=0>IBM Software Group | Lotus software0000875{name=,r=54}{name=Level2,r=2}{name=Level3,r=3}{name=Level4,r=4}{name=Level5,r=5}o ?&$dlMp^?&$ds|wChCLIPBOARD$eO|@fN|$@e@e$H ]@ODmukpknkk&ODlukpknk@knk1@&nkll@k@k%ݤB&@kX!q'X!@knkP\ X!@ q% !   ̹ȣ§ɪťĩ6~}|{~7}~~~ GrpsabmggteaiYZaSSVKLMKIKHFI>9=[XW{~de|oqdbepjglmll^=>D@>?@@>98;=?>B"   04220024042-2;EBDEIW[ZYZYBA@=?BAB42410412410./00/0/0.1/010101010/101/10/1/0101010.1.010/010//31,376765445454 244575,12310/0111111110102310.1.010.01/10210/1/10/010101/0/01012301310/01/01010101/010/01010/1/010101/.01/01010101/10121.0/1 010/01012101010 1/020/07GPNLMOQOLOPN RG71.121/0.101010 1010101010/01 ' !  !˿ɹèĹôŸ\Ʃ?  ~$4JPLK v z|  ~ K뛖ZUUrmqkjqb_l][]VSRIAKNDSD=D<77noafy۹ӹ`fmpjnijmlmlpa??DFCA?D?=>??@>C"*      (82200204.06.-?EABCBIT[YY[\ZVUD@>CB;=C?G73653313421.0/091/1231/36767574555454 244575-1330011 1/130./7HONMNOQOPG72.121.@1%"   Ѵ˾мǨȹdzţЧB}8{q.r~ y zN򰫭YTVidjhfoc]scad_`ZWQYG@LC?A@>;NIM𦦯ccx_a|gl˭ĥaflpjnijmlmlpa??DFCA?D?=>??@>C"*     "-;2200204.06.-?EABCBIT[YY[\ZVUD@>CB;=C?G73653312321.!091/1231/36767574555454 244575-1330011 1/130./7HONMNOQOPG72.121.@1 $     ¿խыԙ՘ϒ˞ȝƜÛ]ëƯ˱?x>k}5}  ~QtnrUOW`]je]yiilTWQIFRRM_VTWFFC85;gexYYteiovҺ̾aelpjnijmlmlpa??DFCA?D?=>??@>C"*     &0:2200204.06.-?EABCBIT[YY[\ZVUD@>CB;=C>F73653302320.!091/1231/36767574555454 244575-1330011 1/130./7HONMNOQOPG72.121.@1&    Ƚ³ȹ¼ŻՑcbgjeghghfgfgggfUhjirhiffx tx} zM񬥬TMW]Zg]WmW[YVZXYTlaY{gdv[]bNNWUSUkjlo{aelpjmhjmlmlpa??DFCA?D?=>??@>C"*       $-42200204.06.-?EABCBIT[YY[\ZVUD@>CB;=C>F73653313421.0/091/1231/36767574555454 244575-1330011 1/130./7HONMNOQOPG72.121.@1&@  ºĿ|}IJُSU\eadffhfdedcdcbdeb_UacbV[bbh$ yH(r~K{t~TQ^XV_SXTadijef[d_ddsXZbSS^WVgvxrv{aelpkmhjmlmlpa??DFCA?D?=>??@>C"  0,$.-%/1/(*)4& +-2200204.06.-?EABCBIT[YY[\ZVUD@>CB;=C>G73653313421.0/091/1231/36767574555454 244575-1330011 1/130./7HONMNOQOPG72.121.@15% ʿɿų˿]`inacdedcfedefeedWacegi`bhddmY v|   EĿcajUSUcecdfngbkbb[_^uZ]bXXkuxaelpkmhjmlmlpa??DFCA?D?=>??@>C"*  3Xa_oqlrg<Cpo^gnjq^!,)2200204.06.-?EABCBIT[YY[\ZVUD@>CB;=C?G73653313421.0/091/1231/36767574555454 244575-1330011 1/130./7HONMNOQOPG72.121.@1K!   ƼǸ÷}sgknmopqrqomkjklmZrqrqqtwxumxwix}   C혗TOUYU]\^f^^sd``YYXoQWS\`uҶļaelpkmhjmlmlpa??DFCA?D?=>??@>C"* 6eolwwmmm< Syxhtztxb !1.2200204.06.-?EABCBIT[YY[\ZVUD@>CB;=C>F62542101310.!091/1231/36767574555454 244575-1330011 1/130./7HONMNOQOPG72.121.@1     G    ʿǿӦɭŬ\ūͩѧ)iz   Ewm|YSaXXaW\bghkgRRgIQGgpԸ־Ҡqs{aelpkmgjmlmlpa??DFCA?D?=>??@>C" @qylxvf_`1 Pserwqs] 542200204.06.-?EABCBIT[YY[\ZVUD@>CB;=C>F624310.0100.!091/1231/36767574555454 244575-1330011 1/130./7HONMNOQOPG72.121.@1}       3 Ĺ¿¶̫ȤZΩ/rX vz  @㑌OR]Z_qb_rtpx|QVpRPY{ŴѶ¿џz|YTlZlhojirmmnmpcDCF@?CCCA?AACBAF&* 6jwmnomuk0 Qosokso~]%  732200240041.57CEFF@?@>IHIHGHIKLIGFEBBDAMTXVSOVT5$-624091 /1231/3866555554565454 244576,0232111 1/130./7HONMNOQOPF810031/81010py     ȿ¿ıøëƬòʩ-R-w   G暕PQ\`cu_\rnk~cg[ZgѰͲαbqlrsrvnon qeHGJDBFFECACC BBA! * 6itkmokvi7 TwxqktjyW "2-2200240041.57?ABB<:;966567GIJHEDABAG\jqponriB*.5..091 /1231/3866555554565454 244576,0232111 1/130./7HONMNOQOPF810031/=10Tu}t x   źwu`}{fȽ˨ǨîYǪū3w5u{    xSꫦMMVbbud`zigln`cjj}и֘Ycdbeeebbcb eZ?>@<:>><;99:9:* 5grloolxf8PvxrmtixY #1(2200240041.57@BCC=;;822123CGIHHEDEDLfrwtrpti=$+601091 /1231/3866555554565454 244576,0232111 1/130./7HONMNOQOPF810031/=10/  x{ tx"(   Ǽp{xfǻ̸[/yaU z  zT񹴴PLT_^omjqobc[]~y|ꐋJKdUWltrɃBFDBEEJDEDEDDGB(*-*(,,-++, +4* 1drmrro~i8  Jpwuovl{`!2.2200240041.57?ABB=;;7767667BEEDHIHIEJ_nuusrzlA(/71/091 /1231/3866555554565454 244576,0232111 1/130./7HONMNOQOPF810031/=10 y~~ {{w     - ƶx¾ozɷȶʺS4yQ|wH{vz   ~IþYTZXSenlyxqqgk~ܼᯪ‡}ura``hU3>8BD7;>=?> A=#&*(%)+)'% &'&%/* .erovuss< Rhtsozqi& 382200240041.57>?@A<<;7988789BDDDGGGHCH\jrqolvkA(.60.091 /1231/3866555554565454 244576,0232111 1/130./7HONMNOQOPF810031/81010H~w ~yp  tvsa{xfyus^lؼV/Q~}By|  } ExptWPbmltvxxpuӮĺ۹ֶӯϴt8@<@E<>=955456AFHHGEEF>F^lsqqnylB).6/.091 /1231/3866555554565454 244576,0232111 1/130./7HONMNOQOPF810031/81010H~{~ }r|j   źyniWw÷ur`|qfZ;| #}y u IWN_eelorsjpаư/8=BGF?BABB DB)*--,-/.,+() )'2* .fxrp]@?D( [nvvhW:F/262200240041.57???@==<9766567DHJHGECE@G`nsqonsi?&.601091 /1231/3866555554565454 244576,0232111 1/130./7HONMNOQOPF810031/81010T ~| x}yxl    Ǽ÷ÿzvay¼ҜʮթͰǫūèY̵ķ?zzy~| ~ zzw{Mķ`Whhhx{qxṽ߻к188HG?@<;<=< ?;##&&%'*)'% #$# 2* 0gysjJ Opyyb< 232200240041.57?@@@=>=998789EFFDCDDEEI`nuvtssg?'-70/091 /1231/3866555554565454 244576,0232111 1/130./7HONMNOQOPF810031/=10/R|~}{ z sn!   'ºÿ|ygsžƾݾơDzƥ]ŦåҨ3 w(BR`Mz|  }Iý^Xtnpsw.@GFAB@C@A@A@>1+%(,).))'))'.* 4brruPQwtyl0 %,3220026/042/39B>II77=598789EKJFHHFH?G\nruvrzeB02.,.0711/1231/3665646465 454 244576,1231011 1/130./7HPMOQOE72.132/@10 ~} x un")    (ƾÿ·¶¾ uɷŝǮî\é̫;} v*eTz | vQ篪LHbceàho-BGD>@?B?@A;1+&'+(-))(() ('/* 6hwpqP  Qyopl3 '*.2200260042/48?8AB17@;21./0>CBABB?@GN^nrrtsxgE20.--0711/1231/3665646465 454 244576,1231011 1/130./7HPMOQOE72.132/@1  ~r t(  )Ŷ¿yžſƸɠΫƥФͨ>,ud){  {R}{~JJelqͳnu-@FB?@@DCBA BC;1-(+.*.))(+)(0* 5mnpZ& Huopq=   %*22200240041.2:B9@A8@SROMLOPQOMLJIKW^_^][\O9--.1.0711/1231/3665646465 454 244576,1231011 1/130./7HPMOQOE72.132/@1R |}mv!"  )Ǽ¶u||÷yoĴǤЁ׈ԏٌԋӋщΉ̈ɆDžŃÁ[„†ąŇɊʎ͏Βϒӗ؜ҙώ/u%q{    Lý[Xd[\{|lrл"4743697565 72+(#'*%))&&() &&,*.jlmmD =prvzQ   %/2200240361.3:B7>A9Ibfkjiea`^\XXXLLNQOJHCGA4-,/200711/1231/3665646465 454 244576,1231011 1/130./7HPMOQOE72.132/@1M  |yp*  )Ƚ÷qpĸɹʜc[hhabcbcdccbcdYdeddccced^ad_ zG+z ~    K𭪩MIceh˝otx~{|Գ~(-,*+,)' &'(*$$"%("$%$$ %%$"**!Vvnivd:+7 /drynM;>" '12200231264-1:?49;6Ifmjigf`]Z[YUTUNOOPLHDBE>70./200711/1231/3665646465 454 244576,1231011 1/130./7HPMOQOE72.132/@1I } yl(    *ȽĹ¿}{ƻο˟VPVXcdfghgaba`a__`Sbdf\agb}gHr |   H鎋[Y|iiuzrvն~',*)*+&%&%$ &(&&#))#&&$$&'$-*9hwmst`jl: Rs{yvpipQ%(02200211264-.8?5893Gflged][ZYTPPOONLHEDC<4-,0130711/1231/3665646465 454 244576,1231011 1/130./7HPMOQOE72.132/@1I vs*  ,ƾȽƗckdd_`bddbcdedbaaTbdegc\^ddyl zz   D^ZssuSSffa~ֹՆ{%+''),()(& ((&'#()"&'%%((%-* Pzvnrswy: 6kzolrt~X-72200211264--7?7:92Gchihf gbc`]\VSQPOMMJGDH?5--0040711/1231/3665646465 454 244576,1231011 1/130./7HPMOQOE72.132/@18 r 2 -þǼəxً݂ Ձ҂сЂρ~}|Z{y{}~ςч҉ӌԇόݍՍٌ)wk {   @[SȠZbld_ylfqzƓz˵~'+%$(-,+*) +'''$'("%&&$' $+*8>;4Gcfebabcd\_[WWSOQOONMLIFEK?5-02050711/1231/3665646465 454 244576,1231011 1/130./7HPMOQOE72.132/@1@#. |r#  4Ž¿ ³¿÷s̶ŦŪʭñҭ6|S }    G~xZSkohyyrxeozw%,((*+*)*((*''(#$%"('%%%&' ''* 9Qfpna= *AYhppN& 642200244--92)81)101 /131..9HOPMLOQOMO PRE71/031/@1. w ~ 3ŽʿȬĭȬ]åƢĩ6S<vw   B庵URhvxұ̰ǝahvx%+'(++*)*(( *''($%&")&$$% '&''*&+*&  %((" "612200244-/90)87/@D/Ajpghgd` ][XUTQSONMJGEJ?5/052.0711/1231/36646585654565454 244576,123101>1 01 /131..9HOPMLOQOMO PRE71/031/@10  z  3Ƚø¿źrƧíƫ§Ĩ>~C"v   J頞X]wա˱sy­y%+'(+,*)*(( *(')$%&")&$$% '&''*     !1)220023-/70+=@9EF5Achecb`_][YUTPQONMJFGGI<5-.41-0711/1231/36646585654565454 244576,123101>10/01 /131..9HOPMLOQOMO PRE71/031/@1;  y  5ɾǼøŽeʶɗʣϨʩèǪȩ=xx\z tPՃ|X[§Ȍߙ z%+''*,*)*((*('($%&")'%%%&' ''  $1)220023./6.+@;8@B4=WYhffcb`a_\ZWTPOPOMKGF HJ@6/.30,0711/1231/36646585654565454 244576,123101>10/01 /131..9HOPMLOQOMO PRE71/031/@1*    5ϛfnlieghjljkjklijHjiklmcdn`W|QGx   vIɿaYz_fÈܐˤǻ z%,('*,*)*((*''(#$&"('%%%&' ''*   3022002/5006,,DQS\b[btwusspmljiba^YVRNLMIC@><;=>52-.41-0711/1231/36646585654565454 244576,123101>1 01 /131..9HOPMLOQOMO PRE71/031/@1- {~  4ДZehedegfhdefefaaccdCe`qeZ{?wu: z~  yDVVqĦv{u} y%,(')+*)*(( *''(#$%"(&$$% '&'' 162200215204,,Hhnw~~{xtpoca]XTPMJGA<74111/,,-/5200711/1231/36646585654565454 244576,123101>101 /131..9HOPMLOQOMO PRE71/031/@1(    3 ΓVdgcefeefgfeddeccQf[nha&}  ~*2/&y x }| |Fkh{qx娮ntˆ~z%-(')+*)*(( *''(#%&"(&$$% '&''   2622002015202*.L^gouxv{}~|{yvrmkeb^ZTNKIEA;510023/1/162/0711/1231/36646585654565454 244576,123101>1 01 /131..9HOPMLOQOMO PRE71/031/@1*   4 ϜXfe`ddcdgfeCbbvbX)x~r ~ EӾƺµigۊlr{ z%,(')+*)*((*('($%&")'%%%&' ''*  /-22002015202*/Lhrw|}}|{yxtpmida^ZUNKIA?:3/.153./-.4200711/1231/36646585654565454 244576,123101>10/01 /131..9HOPMLOQOMO PRE71/031/@14"$pqqp_87`Title4$o''%o%ChCLIPBOARD$eO|@fN|$@epelEIBM Software Group0000875{name=,r=58}{name=Level2,r=2}{name=Level3,r=3}{name=Level4,r=4}{name=Level5,r=5}o  NAME=Text1;@@Z!'[P* #* #P<>Click here to type presentation title0000910{name=,r=59}{name=Level2,r=59}{name=Level3,r=59}{name=Level4,r=60}{name=Level5,r=60}o Presentation titleChCLIPBOARDoT,r= FW^="W0vN|=^dpelEpepepe EIu %%= FvxF%peEEU@Eo'F$`fF$` @xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxbx uvz{zzvsxz yyyywxywtxwuyxwxxxxxxbxxxvvwy}zww{ytu{|xwzyxyuxxxxxxbxyyyxwwvxyyux|ztw|xvvxxyxwxyxxxxxxbxvywuuutqxxx{{|~uvzw{{}xwxxxxxxbx{yutuywoopuuzvwyxwxxxxxxbxxtwsvwu¹zyxwxxxx@%xxbxy|y|Źv|~pIJyxwxxxxxxbx~wpnxyyvux|픉u{tywxwxyxxxxxxZxowxyzxvqs|ypxvywzvywwyyvyxx~|vx}yxx{yxwwzz{xuxryvv{z{rx|w{tt~wz}sxuxxuy|xx~{~}u}yv}xx}tyyyywtxs{xzzuw|zu'|~zvvu|v|}}vzw~u{zwxtyt{{yu~wyw~~}z|zvw'xxxxxxZxNv{zyy|srx|xsnv}}{qqqzwy}vwxxx}x|swuu{xyzzuzvx{yz}yuw}tw}wyw|}x{|yy}xw~z{)trvztvxpyryxz{t{ywux~u{su|z{yxz{wzyzwxzvyxyyxz||t~~zt{zsw|t}|vxwxzvuzx'xxxxxxZx{yvwsyrzynz훝vrxzuuxvvxrytywwvs}~{wuwvu|twywzvtzuuwwvzv|wxxzxzt{z|xxz|zs}v}|{rvv|z|ry~z~yvx~zv{x{yxzvzyy|wvtxxwywvwr}~wvyx~uzxzx|u{ttvvwyzx'xxxxxxZxI{w|v~qyxopov}y{py~yvvyw}tyuvqxuvxvvuryxvuw{x~wttyvtozwtv/tyxwrxwuvuxuuryyu}v{~xuwvy|yvtpuyswsx{{xu{}xsyyr~wwupyw|xvqyxyzxzwy{zsxyvyxz'xxxxxxZxz{zorzzwx듊}rnpu|pµ{zxwvu~z~rzsxxtzv~~}zzt{yx{xxuvzzzttz~s}~s{{vy~usrxxzvruv{|vwy'xxxxxxZxw|utsz~~q{}v{vwtuwtyxw|ǹrxо²ľøõsxtuƴqƴ|²vtpsqtvuu}|zx'xxxxxxZxv}y}{p{yx|vv|w|wtrztxwzxwxs{rzvuowzzu{voymw춲}{zs꥔|yn{xo|x|q÷yix{vlxwxs{x~styy}~rvqtxztyvxw'xxxxxxZxtz|{rq{y{uxu|rs~ozo}uqxrwqu뤓|wlipzyɯzrvp|zq{roþ~rq|vtuzŰs|pyk易zuvxu}t}'xxxxxxZxtzzluxq}uvsv|wt{umvxwrsynssp{lj{|yuvvsxjqú|lo}mun{z~sm{||vz|'xxxxxxZxv}xzo{swxjnsy|syw|nr|poĵ휜}~jqtv{}}zwxzuo~oykqnr~¸Żs|pm}rx{ww'xxxxxxZxyyzr¹þw{ypr|yoyqwzp|o}umrvx|m}gq}xwmxwi|}|mzzeųvrt}uyplmwn|vr~}uzjlyi|m|~sx}o⛐ww着}wr'xxxxxxZx|xznxyu~~qszzvvtõ~ȵmqwoźu·|txzzijxsrox·oýxƹ~{zv'xxxxxxZxx|xs}pruyxqtuwwsu|st|ptu|~z~ywytst}痍x||wvwuxy韖~sxxvztxsyyvp{uvost'xxxxxxZxx|wzqyuxwwtzs{usuwzouyuvvv{xtoy}x}|yqqslrp{uswvqyxzvxzpn~tuswntxwsnvuvyyw{vyuwustr~yz|wp~nuǾrwvn{xos~|txuxw~wsvxwzryx~vwsyvv}vwuzy'xxxxxxZx{xuxt}xxzo~ism|yuwrxwsv}vxyyt{yrx{vxuvwvwztywyxuxu{v|uv{xryuwuu}yswvzy|x{}rytwvwx|r~xpvrsytzwu~zvtyzzuxw|ywy{}|~~vs{|w}svw'xxxxxxZxXvwwuzu~x|ttn~psz}yz|v~|jq~r}z}ox{yssywvxzyzz||zwvw{s~tvwz~pz|zvvvzz 2002 IBM Corporation0000875{name=,r=57}{name=Level2,r=2}{name=Level3,r=3}{name=Level4,r=4}{name=Level5,r=5}o ?&$d@9N@ ChCLIPBOARDsT,r= FW^="W0vN|=^dpeODmt t tlt$ODlt t ts t1@$ tllss%ݤB$s4B = 4s tP% 44@P$`*$`*$`*$`*$*$ *$*$*$*$*$  *$ *c$  qddz m   dfwj  ~_| gj{~ f{u*֫⯭ :$ l         ,  (,  %x Mc  += 3bw %.   Sq <>    ?=?KIKJHJB@BMKMECEJHJB@B!![Y[0.0 ^\^PNPDBDHFHLJL &$&RPR $Xky     (  A_ _w -`l  9Pv Me       ! Psp{5G n{i  *757 IGI%#%][]~|~CAC^\^-+-     &$&o$ i}       h} ,%    Jc%+ _~ 0;IXt * 424~646OMO979}{}GEG}[Y[" ")')1/1A?A     fdf><>y$ c    Yq  " DQ      .?JY   AO.D   Ta  j+ f~ _w@" "_]_IGIGEGljlzxz 0.0 LJL`^`MKM979%#%o$k} $5  &>  %w   - @W Nab $   *%#% LJL)') mkm IGIFDFsqs CAC*(* +)+\Z\?=?}{}q$h  0    #+ ~   7 dxMa =F AY 9XOi  *LJLPNPusu646 [Y[HFHJHJrprXVXLJL^\^(&(igi !!-+-*(*`$i~#/ 0  !/{$+f Pa Rb 2E*1/1fdfywy 313IGIIGIrpr{y{DBD+)+~dbd  `$i~#/*9!/{$+fM` 9G s * }{}geg/-/IGIIGIrpr}{}omoRPRcac1/1WUWMKM  `$i~#/z =H !/{$+fPe  Mc   2G  *`^`202646dbd -+-IGIIGIomoVTV 󴲴 202!!FDF MKMxvxꄂ  IGIcacvtvqoq trtqoqvtvomosqsljlT$i~#/z >H  !/{$+fRf'    Da  * gegdbd.,.IGIIGIsqs646-+-  HFH#!#" "313  GEG$i~#/?-6 !/{$+fOd 6I    -D Ga  *wuw><>b`bcac*(*IGIIGIsqsdbd1/1žusu퓑[Y[424RPR`$i~#/ '  !/{$+fQf     "' z* wuw (&(IGIIGItrt jhj~LJL걯0.0ljl_]_`$i~#/    !/{$+fLd   *   KIKIGIIGIpnp SQS[Y[ }`$i~#/     $,!/{$+fRi } Yp    m*<:<9790.0 ecetrtIGIIGItrt MKM  '%')')`^`XVXWUWtrt}vtv`$i~#/ 0L  9P Tj  $0 {$+ lN^ 5Q t *!![Y[LJLHFHusu (&( [Y[  MKMpnpcac;9;`$i~#/f  /A]u aRg8JNeL`fz "-a Se jz 1  *B@BKIK usudbd=;=?=?a_a@>@USU  ~|~  ~|~ #!# QOQ}{}$"$  PNP($i~#/  +C  6 b%  ${ .a Tc HY  )< *,*,535 'QOQA?A_]_        rprYWY DBDECE)') *(*}{}qoqKIK`$i~#/! &; !0 (|/dIb 5  p *b`bhfh646|z|}{}979omoWUWLJL979}  ~rpr535`$i~#/ i .?  3O y eOh7RQjLd b M_JcQePdb IbNiRaIW 8R    ay *][] 757ECE+)+ 202#!#0.0.,.!!=;=)')(&()').,.-+-+)+'%'424(&('%'ECE 424GEG535)')*(*313A?A~646(&(`$i~#/   %.      * 籯բGEGFDFpnpΦ𯭯˞X$i~#/ !2   *JHJHFHtrt   A$i~#/  2   *QOQJHJpnp $g| %-   ( 0*)sqs [Y[wuwJHJsqsV$  g|  "  %*0*)}{}GEGsqsW$ g  #,  x}}~0*)}}{}~xvxV$ z | {z  0*+ sqsZXZUSURPRX$   0*)Z $  0*+W$    0*)Y$0**W$`*$`*$`*$`*$`*$`*$`*$`*ChCLIPBOARDsT,r= FW^="W0vN|=^dpeODmt t tlt$ODlt t ts t1@$ tllss%ݤB$s03C' 03tP% 03@ :nrhijijyijiknF&FV/HY0@P%:F&6?%/3#/4$/6(3#0;$3@!4@7@'1?!,70:'1!-6'(3 +6*5$FFJHl¢ӯәշܬޫΡ܌ɣmpd`r~ui]vsyܚĈvra}dao~{`Ywׄ&%p    w{{}y{!{z{zy{|z|yz  dqpp"qqqp{k(dz{wxxxzzsNFKJJJIGEFFFFGGHHH XNlcdccdcccdcdc djH :nrhijij-ijiknF&FV/HY0@P%:F&6?&04".3#.5#.90=H3BO+>J":C+8E*5@1;)1;+4+.9*5 -8-KY+LY!.A&K\RW`ZW__\Q  J       ʾ̿;ξϿѻѽӽվ׹ػڽܾPzwnhaf^\4$x&|*{#y(39;GSYNPЭѭպޥۑcTqj{^cr~ui]vsyܚňvra}deqy^Ws|~Ӄ'% py    x{z|wy!{z{zy{|z|yz  dqpp"qqqp{k(dz{wxxxzzsNFKJJJIGEFFFFGGHHH XNlcdccdcccdcdc djH:nrhijijyijikl4r+K[0IZ.>N#8D&6?#/8,6!-<+LY;y'M\,6J$;M(;G!;D%8B4;*6?19#3=-CL7KZ"3C#KZQfX\_bbgjW,"#(#      ʾ̿;ξϿѻѽӽվ׹ػڽܾPzwnhaieb;)w.~65($~2DKQbeWt͞ܭٞtY3_hldfq}th]vtzݜĉwscefqy^Ws|Ԅ)  zw  xzz|y{!{z{zy{|z|yz  dqpp"qqqp{k(dz{wxxxzzsNFKJJJIGEFFFFGGHHH XNlcdccdcccdcdc djH:nrhiikjifgl7ey-HY*GS/AK)M 6E.>N*EV7@X&;G%h|OQf^feciigibck 06)%:'/ "+,).&   #ɼοͿϾϽѼҼ\ػڽܾ|wogaaaaLDPQkׄ֔בԏג۔ڢ]Wdig[qzzb?Wlkjco}ufZvv{ܞ~qlYel~dYxӅ.!  ! |    y{y|y{v|z{}tl }wy{|{zzyxv q s      gvqmpqs'qo{k(ix{wxxxzzsNFJJKJJJFEGFFFEEEEFF YOmccc cbc faeabjH"11-*./0-,11*:nrhiikijifld0Zn/FX+ER);E%8@$2;"/:5KT*DQ&:I)6G.P)@S.E[2Kb%[o1Gbi`hmj`jffipl$,'# #*       ɼοͿϾϽѼҼaػڽܾ|wogaiff<2r?wCawօyrՕ߰5s~UQH]|vVAWlkj`n|tfZvx|ݟpj`hgww^QvӅ-  @ "!!y       y|y|y{~z{z{ t| y r{{{}|{{zxvqv     cvqmpqs'qo{k(ix{wxxxzzsNFJJKJJJFEGFFFEEEEFF YOmccc cbc faeabjH-1-./.0-*,//--4:nrhiikigjnc/Wl0GY+ER+;E'7@!/82:J*CP =I'8H-8I,=M'?N)?N.BV+CV%G[-Oc0Vk+r>HEobehkegh`lok# " "+     ɼοͿϾϽѼҼ_ػڽܾ|wogadco<|9mErIfp~`[ÒDx\~XXk~[>Vmli^o}ufZwy}ޟɁpjbggvyaRuЅ, ! !"!:&    z|y|y{{yz|}v~ sq{{x{y{zzyxwynw      avqmpqs'qo{k(ix{wxxxzzsNFJJKJJJFEGFFFEEEEFF YOmccc cbc faeabjH!/-.0-,-/-+-.,,1+ :nrhiikijfpb-Uj/DV)CP+;E(8A"095;K-ET"@N,=M1Vokh\o}ufZwy}ޠofafix~fWu}Ά+ !@!"#" *    z|y|y{xzz{~y ry  x{{}yzzz{wv rv   avqmpqs'qo{k(ix{wxxxzzsNFJJKJJJFEGFFFEEEEFF YOmccc cbc faeabjH,/.-0-,.-./. --3,9mqhjjgknljhkmho*[n/FX+>J(>F%:?&5:,9F(?Q2AX(?R$AM'BM5>O/=T-M]$Ve$Nb5Zs29.l{!^kklkigffijds% -!  "!     ! ƾξξϽѼҼԼսֹػڽܾ|wogaiefE?E]xԄӂvk|ئdt5:@OTTTsy"160>:HW'ES+CV O\6warkcaq{k`xx|negneot|eS|ׄ- !!"#""! #!   $ zzy|x{zy|z{|xt vy|{{zzxw s )   iqs&qo{k(iy|xxzxxx xyrKFIIHJKKKJIGEFFGYOmccdd cbcdddbc`jH +,./-.-.-.,-/.,/!9nrhiigkmljgkmjg]&]o-BT.:I'7A"2;*.=%2=)IS3L]2Pf0Ul1Zm4I['OeAR@G=Sgacdefgilhjjga %1'&5*+/()-(        "hǿξξϽѼҼԼսֹػڽܾ|wogafdd2}7k`\ŀh^[f~؏ܧi2DG.24("023:=FW(UgOkth_pzk`wy|mggnekqw`Nz؅. ! ! !"##"!" " yzy|x|zy|{{{wx ux|{z{{zy|xt     f.qo{k( hx{wxzxwwxxpKDIHJKKJIGEFFGYOmccdd cbcdddbc`jH,/,.--..-.@,-/.)29nrhiigkmkigkmjarK$FZ0@P+8E!1;"-4#3=%6D)6G$AL6Q\(BO"=NJdH>PTTjijkjhjlanve ,.!%%/&"&!% $)     ŽξξϽѼҼԼսֹػڽܾ|wogaddg2@|j^}\\eo}ؑݨEz+4:DNR',8 'EL^/[o5_sutym_q{l`xyԀ៪|mgkokkqr[Itԃ- !! !""#"!"  #yzy}x{zz|zz{x| tx|{z{|{zy|w t )    f.qo{k(hx{wwywwxxxpKDIHJKKJIGFGFFFYOmccdd cbcdddbc`jH$1./.-..-.-.1/ 9nrhijgkmkigkmocnkUi';O/;J"4>!6: 3;**9(2%27/5'@M9aaQAEQnfrnkijihglalpj+0$,&#"#*"1&) žξξϽѼҼԼսֹػڽܾ|woga\d^AMۮc_px|ӕާI}*(15CF7DO1-629M@p;c|Lamukdt~mazzՀ៪~ojmpnltqZHuԆ/ !!"##""!#  y{y}x|{|zyzw  vy|{z{z{w x )   hs+qo{k(iy|wx x yyyyypKCIIHJKKJIGFGFFYOmccdd cbcdddbc`jH  ).-.-..-.-. -. m9mqhijfjljhfjlqkcl:&BW4=N&7D"7Wҽߎtn}كڄ֕ݣߖJ2.7"&8EPHGN1;O:h}Js7XdP{ehwla|yԀ៪ˁrmmqmmus\Jwֈ0 !!"##"8$   yzy}y|z{|zy{ v  ty~{y{z{{v    hsqp&qo{k(iy|uw w xxyxyqLDIIHJKKJIG FFGYOmccdd cbcdddbc`jH#24//30"(/,--.-./.-/./3.21* 9mqhjjfjljhfjllrffd2Th4=N#6B%/9"-.)1-+0.!,7.qclawE8jbhmbcbefgikphbnp,#"1%(('6  ȾξξϽѼҼԼսֹػڽܾ|wogadee9]ݱݪӁ}с҅֐ت?.,59ENIJQ=L_0[q:eCnzI}u_nwj`}xӀ៪̓tojonnws\Juӄ- !""!"###"8$   yzy}y|z{|{y{ v ry~|y{z{|w}    jsqp&qo{k(hx{ssts uuvvxpLEIIHJKKJIGEFEFEFFGYOmccdd cbcdddbc`jH  !0/.,I-,/--'0/-...+/-1/,-1.,.,-../+9mpffhjkjgkfmmijf]lKJ_axAoJxniuk_}y҂砬ɁrekpcntbLs~/ !!"#"#$##&$   s y{y{y}}z z  |xu{yzz|        eqpqs(qo{k(DILNMJIHGIJI GIJIKI44135313120101023 YOmccdd cbcec b`kH )4)//.--./.,) ! ./--.-1/.,-,./8lneeglheglligfqbY%Ud$ 0038&62&4C!R_Wc_loG7ebccfdigij(hmogp%0%$ 95#! {  ȿξξϽѼҼԼսֹػڽܾ|woga^f`8Jؐf31~U@zc{~\,0GS/797AKES\=J[?fq:es=e~CxJmlvk^~zӂ砬~ndgmeqwdNs/ !"#$##"'%   : y{y{y}|wy   zyx|wxw~  7      eqpqs(qo{k(DILNMJIHGIJI GIJIKI44135313120101023 YOmccdd cbcec b`kH .3,--.,-./5)2,.-,-.0-,2.*4* 8loeegkgehnnig^da5s$,<84=*39)37(\pYg^frPH^e]eegbkghjikijdi',%;+.'2,' "ȿξξϽѼҼԼսֹػڽܾ|wogadh`7Ctӆd87tIVo<:JSrW*r3RaEfrc}fG+u3P\09@PblVDe\1p0.>;9h|:pDXllvj\ʀ|Ձ栬~ndfnppv~^Hrր/ !"!"#%&%$|$%$  $# y{y|y}yy{s   syvxxxy{    bqpqs(qo{k(DILNMJIHGIJI GIJIKI44135313120101023 YOmccdd cbcec b`kH &1**.//.-,,/0-1'0-,.-.3,/--/*--//8lndeglgdfjncan`:H#.5.:>'8>(Ve<`^lhQ)+Iolnhjdhcghjihohco%-'.& (-0#/'  "ȾξξϽѼҼԼսֹػڽܾ|wogaeieED]s_C>UTQ\\ib8v&+7247?ITA\g;Xj=apEp9uGdʼnlovjZȀ}ց桭̀qdiosmt|[Gtـ/ !!"%&%$$%!%  s")# yzy|y|{} o   rzzyxzzx        cqpqs(qo{k(DILNMJIHGIJI GIJIKI44135313120101023 YOmccdd cbcec b`kH@ (2-0,-./---.+.+-..+/3-/.-/,0+.48kmdeflgbhlrif@4G$1>&;=256 IN4khoq]<[Vc`_`bckcigijemqop-!*0!)'"*/    $ɾξξϽѼҼԼսֹػڽܾ|woga_fgNL[kQAi"Vj.i|GRzہِ`8z#0;.9:>EQG^jHf{Ak{Oy;yLoАkqwiY}ց桭ɀqdimuls{ZFvہ0 !!"%&$##$% &! ,',! yzz}y|z{n  uzy~x{Ew      aqpqs(qo{k(DILNMJIHGIJI GIJIKI44135313120101023 YOmccdd cbcec b`kH"$00.,..-..-/.,/)0'21+--|/-,./-*.0,19khfra[jmkh\oX2MX%+3(>=%7;+LY-\j[iZ0Lheiabecefbfka]iohckobglf-)'(&" #$1"'    *ľhϽѼҼԼսֽؽڽܾ߾|wogacga]d`]gfM{9cw9g{Uw‹ЎpB&5L$&.uHBMf򊼹pdxd^yzۉ瞯́tijjj}y_Lqۉ/! %  U *-*)% xzy}yz|y~sv|y{|zy~q      [rq qqqp{k(AEIJJJJLKNOJHB27123431/2113 YMlcccd cbcfc baiH#)2+++-/.-0+.,0'"121.-13("+.,-.y//.,04"?rjiuj`cj_A|+8.7>2>C#CM&_kW^gkkGF     $,ž4ϽѼҼԼսֽؽڽܾ߾|wogaaf`^ecdnm~Ҏؕ֙ٗJsF|"&.BW\AbyEyKGW{ӂocxd^yzۋ瞯΂ujjimzw\Ku߉*#   U #**)*& xzy}yz|y}rw{y{zzz~ q    [rq qqqp{k( >=ADDDCFHDC>/6012100/13 YMlcccd cbcfc baiH /21-,.-:2.,.*-5*/-1.--/0+-.-/10+-,14" =pgdwmesr1dq#-8'6<$?F37F*kvNhcfr=9kYYcedffgfJjigfjLXvlZg:.8G$4=6=      " ,&#+"$ (#" "'%*'#ľ2ϽѼҼԼսֽؽڽܾ߾|woga`g`^ideqgtφӕ3oDo}-)1'#!H_d@e~NKNeՄ􆷶me{g_{zۋ砯хxmkhpzz`R{ቫ 0     $(*((,) xzy}z{{y|s}y{y{yzz q  [rq qqqp{k(747888 86:;886+2./.--,-.0 YMlcccd cbcfc baiHP*.0/00.-.)-0./.'/+/+-00,-,./,,/00.*$ Argamfrs?s&0>.7=)=A#>I%P`BakhrX6]ZX`\[ddgfgjJghhtL7M8HFijl=08H-1@29E     #"*"--"% #1(("-2+57-ľ2ϽѼҼԼսֽؽڽܾ߾|wogaafcbjfennwш՘)b<^n0-3,,)Ebf=gWNPtфnd{hb|yڋ砯хxmlhn||cRyލ#,  &&(*'(,*  xzy}z{{{|t 5yx{z|y{zq|    Yrq qqqp{k( 42433333 035356+40100100/0/-/ 0 YMlcccd cbcfc baiH (.0/,*%./-*2..1,1.,2/!.0/.)$Cqddml\8 7I(8A@=1>C6P^DW`jhH7vX]Rdcfc_dkededikefjx9p%0H0,<4=Gh]!em,0?0?"J(I[@Zaeoa+oQYW_`bdRefbgiXPjkhlU$C_28N'9C,/:$YfQ6j~$/@%5>38":=  *- (/#,")"$$.*+7%ʿľkϽѼһԼջֹػڽܾ}xofahec^a]gk{Ȇ͐ӗܘޗF@k7W "*(*%#-&/&)%vzzz{{w{ }tz  v x}||zvwzyx          hrqqqqq qqqpqrqoq{k( .9/23 4 366345*201/-01101.010 //1YOmccdd cbcec bagH$0-..-..- /-5kddzOfqXhW%o~StibcacddPgnmZ?2YlfrV(\p!H[/ET%?J,=J6C.5A*2<%7; 1!&8% %%* '*+$,+5- ʿľnϽѼһԼջֹػڽܾ}xofaca^]^ajh{̅ϓԗوqXBpB`p7%! 9  %*,&&-%.&+& uzzzz{|yzxw   w xx|{{xzzy      ]rqqqqq qqqpqrqoq{k( .9/23 4 366345*201/-01101.010 //1YOmccdd cbcec bagH,/.-.-..-03!8l`hj3Vc0:D"EK&@I$GT.Rdfoj!csHlknhca`beffPecjpc4ex,FTaS.JX(JT/@M&(+6#28  --%+%$,-/ 10-.#ɿľrϽѼһԼջֹػڽܾ|xofaefeaY`olyԁӉҀw^>iyCU_KW[)3*>LUHzKRRzё{􏸷id~abx|܂堮΂pfgmkyl[{>845*   =  $$$.%/'-%"uzzzz{{{}~uq yvvuy{{z{zx +   Vrqqqqq qqqpqrqoq{k( .9/23 4 366345*201/-01101.010 //1YOmccdd cbcec bagH  /,.,/-/.-. -,,1"Bqpe0u'1?BCJ"DG-NZ7tUcY\g0jzSkoce]dcbcdePleciffNFL&7E':B"F$LU9n{HZoq[&n|<~l_jde[bcdSceffycWkwz="!.,1 57,8? $)5'%.%1:     &ɿžǾϽѼһԼջֹػڽܾ{wogafefRJMRYTJAl3FX "'  '0>Wr}Tk~J|MaZYwΏz󎷶fe~abx|܂堮ЇukekdkxjYz⊵A8.-4BC6.0&#   "  '%#&vzzyz|{| ~ {{~w y  w}|y|}zz{|{zyyyz{{y~ +       ^rqqqqq qqqpqrqoq{k( .9/23 4 366345*201/-01101.010 //1YOmccdd cbcec bagH &1...-..- /. 7nm^pgL=RGACR;haje[djbdcbcdRef]fhrib$Pj"'A=D(3>"-8$%0%'/".:uQ@W&+='-5$&.$.8   "#-' %! !ȿž^ϽѼһԼջֹػڽܾ{wogakhpUVsOak@JT>26;<858:E:72-)#!!%"vzyz{{|ywvw|}wn  |{~z{|{|zyxyws     Urqqqqq qqqpqrqoq{k( .9/23 4 366345*201/-01101.010 //1YOmccdd cbcec bagH1,..--.-..*  2psqcbjZKL)-+&0-0,*2*("# &7CLHepMdp9cmVYjm{~ZX{ڌ{󌷱gd~abx|܂堮χtllmbmwiVq⊴>A=A?67>@:IIt:\f+>J/6H'.B"1>  %,*&"-$.)#'-"'40-$#* ҽ;ννѼһԼջֹػڽܾ|wofaZmb?pkERS3C;" $!,78D9@4>H4JSMT`=]_SZZFMFJYvE[Wbg}{g^jΓ{򊶴eh||ga{uډ꠮qbhzfbpv|^N{ߐ@5;=;;><75>>=>>9&1" 'z|z{yzzy{{z{zs} {yy}z{zz~}w}       \qp,qp{k(/9.343 365436*401/-/11010001./0.1 YMlcccd cbc faeabjH*0.*11++.,+/2$ 7lpghijlk_U[ghfeddcba^`abcefKgklgdkj.p(D_/@X)8K-BN,>=><::?;9;8,&x{y|z{y{|{yxxz  x{yzy{|{|y vu      Rqp,qp{k(/9.3 365436*401/-/11010001./0.1 YMlcccd cbc faeabjH-3,,0-.//3/  7lpghjejpnjigedcc a_^]_abcefbfnhi`s]5l-Gb6@[%7K#9H/8F--8 (#. )0%/3,1#9;  2#$ %!4$$#(#'! ,-н;ννѼһԼջֹػڽܿ|xogaifcOed647 %#%;>?CZYPY_L_kGatBwPOXqx]]ÿdzxg]i͕|󌸶hk}}hcw܊렮Ѐpfcxh`mqw]Jx␲C9>=?>=<=>@:43* 2(yzy{xzz|{{}yw{vy y}yzzz{z{xwuv     Sqp,qp{k(/9.3 4365436*401/-/11010001./0.1 YMlcccd cbc faeabjH(.2+.0/-,  6koghifh gijifgfedb_]\^abcefKcegjljbkGQk4Jj,?]%>U'>K%07),1 (2&+1&/5$2;"8@    &&10%# !%&&)-'%#((*3&'sн;ννѼһԼջֹػڽܿ{wofa`c]Mqn6.2  %,')D:=BJLC]`Q\gKguMl~LVL~U`g^Yf|zeZi͕{򌸶ik~~idw܉꠮сqgezlbnrybLz⌰B9?>?>;:=3&:!#yzz{w{{{zy|{zzxuus|{|y{| zx{z}us yx    Zqp,qp{k(/9. 34 365436*401/-/11010001./0.1 YMlcccd cbc faeabjH++*%  5jnefhiedfghgeb]YXYZ]`bcefhialjpfb_$yGf6Ik,A^!BT$:C+-4%+5-3;*5@ /B3B    $%30!( %% &""$"$+ )(* ѽ;ννѼһԼջֹػڽܿ|wofa`b[Pyu@;?#,%,'4/1/1G=<: =;D>/" $ wzzzx{zzz|y} vtwsvy{zzz{|z}{v | wrwqtw z     cqpqp*qp{k(/9.3 4 365436*401/-/11010001./0.1 YMlcccd cbc faeabjH  4hlcdeeee dcdhcb`\WRTW[_acefhifhfhmnlY4w/Nr2Kj'H_";L$(7&3@*7B/?+D%9O     " # 'ѽ;ννѼһԼջֹغٽܾ|xpgbhf`ZuvAMR+LE@@ICNOAQT?PV?cnNewRIjvgWGyv]ac_Si}{e\jΖ|󎺸glib~vۈ韭́timthnrw`JwሯG?C@=< =@A@5(!! 6 w{zyx{yz}|xz|yy{}~y xuz{z|yy}zw}{xvy{yyz~~   kqppqp&qp{k(/9.343 365436*401/-/11010001./0.1 YMlcccd cbc faeabjHG4hkabdcdca`bcb]\ZWTQPQTY]`bdefidkfjfdlnrY,q*Zw&Nh'BY)7N(=O)>J$;H(AD7+!! (x{{zy{z{}|zy{|{ {z{}z|{}yyy{zyvz|xy{|x{ jqppqp&qp{k(/9.3 365436*401/-/11010001./0.1 YMlcccd cbc faeabjH4gjaaciec`_aa]VTRQPONSW\_aceKaemicbf`qa_O&p'Wt.Mi%?Z,H]+ER+FQ.DS2FU       !   fÿϽ;ννѼһԼջָ׺ټ۾zvne`_[_a}Cwz2BaoxI?dvzC$pprSM}VdcUYfxvg_kϕ}fng`}w܉꟭ȃvidzjltyeR~↮H@CB?< =@F1'  ! "!z|~}|~}yy}zy}yv y y y|~wy{~z}}{||}}zx }x{{     ^qppqp&qp{k(/9. 23 365436*401/-/11010001./0.1 YMlcccd cbc faeabjH4" $  4"$KK  4"$k k 4" $  _d$$` Bulleted ListaPresentation Backdrop@@i"[s#s#UUU<>Click here to type bulleted text0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted textNAME=TextPlacementBlock2;H@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$`2-Column BulletsaPresentation Backdrop@@"[)7)7UUU<>Click here to type bulleted text0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text@@"[) $) $UUU<>Click here to type bulleted text0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted textH@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$`1 ChartaPresentation Backdrope A@>$[u%%%%uu <>Click here to create chart0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o H@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$`2 ChartsaPresentation Backdrope A@[u%)%)uu <>Click here to create chart0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o f A@[%%%% <>Click here to create chart0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o H@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$`4 ChartsaPresentation Backdrope A@[u ) )uu<>Click here to create chart0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o f A@[ % %<>Click here to create chart0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o g A@[u%)%)3 u3 u,<>Click here to create chart0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o h A@[%%%%3 3 ,<>Click here to create chart0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o H@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$`Bullets & ChartaPresentation BackdropA@"[u))uu<>Click here to type bulleted text0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted texte A@[%%%% <>Click here to create chart0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o H@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$`Bullets & Clip ArtaPresentation BackdropA@"[u))uu<>Click here to type bulleted text0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted texteA@[%%%% <>Click here to add clip art0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o H@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$`Organization ChartaPresentation Backdrope!A@>$)[u%%%%uu <>Click here to create organization chart0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o H@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$`TableaPresentation Backdrope"A@>$[u%%%%uu <>Click here to create table0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o H@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$`DiagramaPresentation Backdrope&A@>$[u%%%%uu <>Click here to create diagram0000910{name=,r=42}{name=Level2,r=42}{name=Level3,r=42}{name=Level4,r=42}{name=Level5,r=42}o H@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_$$` Basic LayoutaPresentation BackdropH@#[g %g %XX<>Click here to type page title0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleNAME=TextPlacementBlock1;_d$$`Page 1aTitlek@SZ!d[ n" n"fff<+fn=Times New Roman>Global Software Testing<=- A Standards Based Localisation & Testing Perspective0000910{name=,r=59}{name=Level2,r=59}{name=Level3,r=59}{name=Level4,r=60}{name=Level5,r=60}o Presentation title NAME=Text1;@ [&&<>maria_hyland:ie.ibm.com0000910{name=,r=26}{name=Level2,r=27}{name=Level3,r=28}{name=Level4,r=29}{name=Level5,r=30}o @[&&<>patosullivan@ie.ibm.com0000910{name=,r=26}{name=Level2,r=27}{name=Level3,r=28}{name=Level4,r=29}{name=Level5,r=30}o @C [|O|OAO<+fn=Times New Roman+fs=378+fc=312+f2=312+f2=312>Pat O'Sullivan, <=Maria Hyland<+fn=Times New Roman+fc=312+f2=312+f2=312><=<+fn=Times New Roman+fs=252+fc=312+f2=312+f2=312>IBM Dublin Software Lab<=18th November 2003<><=0000910{name=,r=67}{name=Level2,r=67}{name=Level3,r=67}{name=Level4,r=68}{name=Level5,r=68}o Presentation subtitle ^_`ab_d$$`Page 4a Bulleted Listk@#;[g %g %XX<>Agenda - Global Software/Localisation Testing & Standards0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@Ci[ # #UUU<>Global Software Engineering as an IBM profession<=Background & Definitions<=Global Players in the Globalization Standards Space<=Testing Considerations<=Development Questions, and Standards<=Recent Successes<=Questions0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 9a Bulleted Listk@#5[g %g %XX<>Background - Global Software Engineering Profession0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@ A[ 2$ 2$UUU<>There are various definitions of the term Software Engineering<=A concise definition can be found in IEEE [1993] :<=<Level2+bu=N1N17+bs=0>The application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software; that is, the application of engineering to software.<=The study of approaches as in (1) .<=<+bu=\14+bs=0>Global Software and Localisation Testing is a key aspect of Global Software Engineering<=IBM call this Software Engineering profession "GVT" <=GVT is an important and necessary activity for Global Success0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 5a Bulleted Listk@#[g %g %XX<>Background - GVT0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@Ki[ # #UUU<>Global S/W Development & Testing is an integral part of the software development process. <=<Level2>difficult to sell computer hardware/software which does not support the prevailing language and national customs. <=<>Most software development organizations now produce software that is tuned to the needs of local markets <=Early success is essential!!<=Respecting Standards is a prerequisite to success<=GVT therefore needs to ensure standards are implemented and respected WW0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 11a Bulleted Listk@#&[g %g %XX<>Standards - A little history........0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i,[##UUU<>One of the first attempts to set up a standard took place in the year 1120 (at the time of the 1st Crusades)<=The pioneer was King Henry 1st of England<=Henry mandated that the ell (the ancient yard) should be the same length as his arm<=Henry insisted that this distance would be the standard unit throughout his lands<=The ell (45''in length) was used until recently for measuring cloth<=Henry s counterpart across the channel must have been of smaller stature<=<Level2>the Flemish ell is 27 inches or 3/4 of a yard.<=<>Standards, Standards, Standards 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 10a Bulleted Listk@#[g %g %XX<>Standards - Significance0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@-iQ[##UUU<>Standards in Software Development / GVT are critical to repeatability and incremental success<=There are many international standards organisations who have helped guide the evolution of international standards and best practices in the global software industry <=These organisations have members from a number of large and small organisations<=They serve as a "police force" to ensure that the introduction of new technologies, protocols and standards is monitored carefully against global requirements<=Everyone is a vested community member of this police force<=<Level2>Adherence is key!0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 31a Bulleted Listk@#B[{w$w$p{p{<>Globalization/Localisation is Complex - Standards are Essential 0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<> 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted textChCLIPBOARD8,r= 88F[="[0vN|=8OpelE[pepepe peE=lpeFF|F%:%vHB% @=` =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ @E= = = = = = =1 =1 =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ =^ @`=^ =^ =` m8m6n4n1n /o ,o*o(p&p'p(p)q +q ,q -r,r+r*s*s )@t~('&%$##"! RLJGECA@x ><":$n8&n6(n6(n4*n2,n1,n /.dn -0,0+2*2(4'4%6$6n8n8n:n:n:@n:n   <n   <  <  >>>@%@$$#""!    ,d  ,   B   B  B D D D @7 8 7 9"  9#8#8- 9,D-D-D.D.D/D.D//00111 1 2b@ @2|]@3{\@3yZ@4wX @3wW*>4vV6>4tTB>5s"S_cL<5r$R R<6q&Q X<5q(P ^:6q(P d:6p*O j:7o,Nhn<7o,Nhp88n.Mh r88m0Lhs~68n0Lhu|68m2Khw{49m2Kh  ( xy49l4Jh  /zx:l4JPv:k6I@Ru:l6ITt:k8HUs;k8HWr;j:GYq<j:GZp<j:G_co=j:G^n<j<F_n&=j<F`m$=j<Fbm">i>Ecm>i>Edn>i>Eem>i@Dgm>i@Dhn?i@Dio6i@Djn 5i@Dlr0 X@Dmt/VBCns/QBCos0PBCpr.QBC@ qq/RBCrp APBCso ~BQBCsp CbDBto}CcDBdi{CiDBdiyDi-BdizDi-Bdj {Ei-Bdj |Ei-Bdj }Ej-Bd i ~Ej-Bd hFj-B`Zi}Fj-B^[h|GjDB^\g{GjDB^]oyHjDB^ZnyGkDB^[owHkDB^BcwHkDB^BcuIkDB^CetIlC^CfsJlC@ ^DerImC^DgpJmC^D mpJmCE mnKmCenmKmCfmlLnDfnkLn@DgmjLo@DhmiLo@D#hngMo@D#imgMo@D^ineNp>E^hndNp>E^gncNq>E^gnbNr<F^gn`Or<F^gnWOr<F$gnVPs:G%fnVPs:G%fnUQq:G%eoT Np@G% enT Ln8H$ doSJl8H@  % e]?Hk 6I % d]@Ii 6I^ d\@Jg 4J^ c\? Le4J^c[? LdK^b[> McK^bZ ? NdL^bZ ? OfL ^bpLQg M ^apLRh N`apKRk Nt`qJSk Ov`pJUj Px_qIVi Pz`Xi &Q|_X@Th $R ~^X;Og"S ^W:MgT xSW8KgVyRW6If W{TV 5He"X|UT  3Fd%Y9c}St2 Ed'X@ *Us1"Cd) W{ Zt/$Bc/ Uu Yf .&Ab9 TrYf ,(@b9 SDXR+(@a: RDXR**?`<PEXQ(,>_=OFWQ',=`=NGVQ&.<_>P6VP$0;^? R6UP #0;]@ T6TP"2:\AV6Uw!2:\AV6Tw 49[BU6Sx48[CU6 Ry67ZMT4 E`,Rx67ZMT^-Qy86YOS^.Pz86XPS^.Pz:5WRR^/Pz:4XRR^0O{:4WTQ^1N{<3VUQ@ ^2M|<3UWP^3M{<3UWP^4L|>2TYO^4L}>2SZO9c%#75K}>1S\N'66K}>1S\N7J~@0R^M8I~@0Q_M9H@0&aL :H @0&bL:H @/'cK;' B.'dK#%<! B.'fJ%= B.'gJ^> B.'hI^=  B.'iI^= B.KkH^; B-KlH^;   B-KmG^;" D,JnG$<$ D,IpF%: & D,HqF% 7 ( %,*^E@% 4 ( (++^E% 2* ++^E$ 0,++_D %.,++_D %..++`C^/ 0++ `C^0 /+) aB^1 0<*C|B^20*C}A^.1D*B~A^.0D*A@ ^.1&*@@ ^/6'*@?`,8+??f,8*?>g *:*>>h ):*>=(:*== %<*<< $< *;< #< )<4 !>@*;3@d >@*:C.@>@*9D->@*9D .$@@*8E/*@>+7F-|  @>*7G.v  @>*7G 7s @>*6F 7Q B<+56KB<+46OB<+35< B:+45< B:+34<  B:+24< B8,1p`<B8,1p^<`0D6-0q^<# A^/D6-/r^<  @^. 4-/s^^0 4-/s^^4  ..t^^8  .-u^^< /,v^^@ /,v^@Y^C  /,w^^C  0+x^^CD0*y^,1CD1*y^-0CD2)z^@d!CD2({^ CD&3'|^!C$$3'}"C%"4'} D 5&~ !> 6%  '> 8$ '> 6$^>  4#'^5  0#'^ % "."^^","^^'9*!^ ^ 7+ ^ $ 6,^ % 8, ^ % : % ^ %  ; & ^@ %  > ( ^ $   >) ^$ %  >' ^* %<<' ^|@^< <&  ^@d^G<&  ^sK^H: & ^^H:  % ^^F>  $ ^^D8  # ^^B8  #^^@6 " `^> 6 ! `< 4 " \4!<  <  < <!< < <  !<  $@J' !H)  #F,&  %D/$" 'B2"$  'a@5 %~ )_>8'+_<<*-_:?,-l_8C )/l_6G * /$D_@dJ* 1 (C_2Q) 1 %_0Y).l3 $_.Z ((i3%_,\ (  (j5&#8*^ '  &j5$'7(_ 2=h7%&a 2;g7=$c 2:e96"d27c9 K f3 +"b9 #=g2 )$`;1 0@i ,&_; >"Is,(^; L5u-(^;Z_w-*\='_z-,[=& _|-,[=+  _~-.Y?( _.0X& _ @'0X%  7 @&2W%"   7@%2W&$  6A#4V{6B"4Uz6B!6T z6C 6T z5D8SAz5D8SAz_E:RAz_F:RAz_F:QCy_G:QCy_IPCy_JP$y_@JP$c_UKO$caRLO$ KLO$HNN$GO N $FO@  $BP@ CAQ@ CQR@ C PS B C R B C Q BC P C  ONNN <`6ON0^3QM /^T M /0^V  M -1^X  M +/^YD 7 +0^\D 7?+5^@A^D 7?, 2^# `D 7;:.^ cD 6<?*"8dD' =C&&7d32 <H"e3 . =Le3' =Qf3  ; Uf2  ; !'f1' ; !,g< ; "0 Ig;945iB 98^iB M;^jB 7  >^Ej* 7   >^Bk* 5 d^Cl  5c^Cl (3a^Cn)3!_<Dn@$]@EoW&[@EpX)Y@@F"q7X+W<G$q8Y.U@H&~s>Z0T@I(|t>[2R<K({u>75P^L*zv<78N^M,xw<8:L^O,wx<:%=J^P.uz:9#@H^Q0s{:;!CG^}S0r|:HEE^{T2o}<IHC^yV2n8fKA`wW4/i8gN`Y4.k6jR_Z62 k6lV_\60l4oI^ ]8-l4tM] _8,lwS\`:+  mwN\b:, nyI[ d:`y FZ f:_{ C@Z f<]|A f5-<[|^X8,<Y~])`X&&>V`'^W%%>Tc%^V%&>+&f#^U$&@*$ j!^U)$@*" A^T3% * B^7 *C^p8 *A^ * @^ x '  ?^ w @ > ^ {  <= !^ w  9w^ wB5y" xB1y !   RB-z "   <D&{ #v B|!tD}"r ~ 2@ p   2n  )  ^l  )   ^jO  ^hO  ~^f')  }^h8( |^dOD|$38 OD{%3: ODz%4<OD y%4>ODx%4@O0w$5AO0 v %5  u %5  t^6  s^6  r^6  q^7  p^7 p^7 o^8@n^@ 8@m`#@'@ @  >   >> << <": <: << =:=8=8>6 6 4  4    @     @  >  ; 9 :# ;&% }<$( c= "*  ~> -  ~? (~@ (~B.~C.~D.E.F3 G HIKdp`pL`^oN^@+^nO^^lQ^^k 7 ^  ^j 7 ^  ^h 7 ^^g 7^^f 8^^d8^^c8^Tg8%d6 ^Tf8%f ^Tgh ` Thj a  Tflc TgidT cifT nh g .hr   .gu^^gv^^cy^^az^^_{^@^]{^BV^[|1BU$ X}2B V% U~2BW% R2BU%P2BV%!1B  r$ 2B  r %! 2 % ^^ ^^^^ ^^^^ -^R^#%^V^'^D[^+^DZ`/`D [\@Z?[C  w@?  wdO_d$$`Page 22a Bulleted Listk@#[ % %e<>Standards - Global Players0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@!*[%%<>The International Standards Organisation (ISO) is a consortium which was set up to encourage the interchange of character data between countries <=<Level2>countries which do not share common character sets or alphabets. <=<>ISO's main focus is in recommending protocols & GUI rendering mechanisms to preserve and present data in an accurate and persistent way<=ISO has made great efforts to evolve legacy 7-bit protocols to 8-bit <=<Level2>So that data above 127 decimal can be transported correctly<=This effort is most noticeable in the TCP/IP protocol <=<>ISO has also defined the widely accepted 8-bit character set table, allowing for international languages to be included Eg.. <=<Level2>E.g. ISO-8859-1 for US and Western European countries<=IISO-8859-2 for Eastern European countries<=ISO-8859-3 for Cyrillic countries......<=Unicode standard - a superset code page and character set representation which captures all possible characters for all possible countries and code pages1<=<>As we know, ISO's work has influenced many aspects of Global S/W Testing0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 13a Bulleted Listk@#[g %g %XX<>Standards - Global Players0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[##UUU<>The American National Standards Institute (ANSI) is a national standards body working on standardisation of all types <=Noticeable efforts :<=<Level2>the development of the ANSI character set<=the standardisation of all of the various computer programming languages particularly C<=<>The National Institute of Standards and Technology (NIST) is a member of ANSI and represents the United States government. <=NIST advises the US government on standards regarding hardware and software publishing. <=<Level2>A good example here is the exporting of encryption technology outside of the US<=<>In IBM's System Verification Test (SVT) we test software and H/W compliance testing to WW standards0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 14a Bulleted Listk@#[g %g %XX<>Standards - Global Players0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[ # #UUU<>The Institute of Electrical and Electronic Engineers (IEEE) was formerly concerned with hardware standardisation<=More recently the organisation has become much more software focused<=The organisation has also started to look at more fundamental engineering standards such as interface definition, software integrity and interfacing of systems<=Such standards feed various aspects of Design, Development and Global Software Testing0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 15a Bulleted Listk@#[g %g %XX<>Standards - Global Players0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@Ai[[ # #UUU<>The European Computer Manufacturers' Association (ECMA) is dedicated to standardisation of hardware-oriented facets of computers<=Concerned with the standardisation of <=<Level2>paper sizes<=page layouts<=conversion routines<=device compatibility<=<>Global Software Testing needs to consider locale specific challenges and users' disparate needs0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 16a Bulleted Listk@#[g %g %XX<>Standards - Global Players0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@[2$2$<>The Unicode project involves a number of companies<=<Level2>Apple Computers, Xerox, Claris, IBM, Microsoft, Sun Microsystems, ....... <=<>Key objective of the consortium is the delivery of a multi-byte character set <=<Level2>to permit many countries to share and exchange data in a way which maintains the persistency of data across the various operating systems and protocols. <=<>Other objectives <=<Level2>research, development and standardisation of code points for the characters and character sets of new or emerging countries<=implementation of specifications to describe these new character tables in terms of decimal values which can be referenced in software<=<>Has influenced data interchange standards and Global Software Testing at many levels<=Java's underlying character set0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 17a Bulleted Listk@#[g %g %XX<>Standards - Global Players0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<>LISA was established to promote standardisation in technical terminology <=<Level2>by organising technical seminars, forums, etc <=<>The goal of the forum is to agree on standard terminology<=Today LISA is working to standardise thousands of terms for the information technology industry<=Also attempting to raise the overall recognition and image of the localisation industry<=Several companies on Management Board<=<Level2>IBM, Apple, Alpnet, Berlitz, DEC, IBM European Language Services, ICL/UK, INK International, Mendez, Microsoft, NCR, Oracle, Rank Xerox, Sequent, SoftTrans International<=<>We need to test for Standards in terminology <=<Level2>Customers want a consistent user interface experience0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 26a Bulleted Listk@#[g %g %XX<>IBM - Global Test Engineering0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<>How has technology evolved to set the challenge for today?<=How have testing systems evolved to influence our Global Test Engineering efforts? 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 27a Bulleted Listk@#-[ % % <>IBM's View of How Test Environments Evolved0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<> 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted textChCLIPBOARD78,r= 88F[="[0vN|=8OpelEpepepe peEqpeFF|F%I(HI(m% I(%@a33333333333???3???||}|3||}|||}|||}|||}|                                                  ||}|||}|||}|||}|||}|3||}|%@#||}9@||}:A||}:A||}||}||}||} ||}  ||} ||} ||}&0||}&0||}W||}W||}|||}|||}|||}|||}|||}|||}|||}|||}"#||}$&||}$&||}$'||}$'||}$&||}$$||}$ )||}$ )||}$%)||}"$)||}|||}|||}|||}|%@F3||}Q||}R||}R||}||}||}||}||}||}||}||} 2||} 2||} L||} 7||}|||}|||}|||}|3||}|||}|||}|||}|||}!$||}"#||}"#||}"$||}"&||}!#||}"#||}0.||}0.||}L.||}M.||}|||}|%@y4||}|||}|||}|||[|||\ |||\ ||    |    |     |     |     |    |   |(c  + | (c  + | ) m* | * =/  + ||}|||}|||}|||}|3||}$6||}'5||}(4  !$   ##   #'   #'   ##   ##    #$ (#  <4"$)  (#  <4"$) - (#<;")9 . )!<:" *9||}|%@}+||}|||}|||}|3||}|||>:M*||=9L)||=9L)||| ||||  .|& F:  .| -:?|.(:)|))&||}|||}|||}|||}|||}|||}[||}!Z||}!Z%'"  '& ! '' %  '' %  '' !  '' !  '' "  '' :  '' :  '+' C  #+ %@'%' 5 ! ||}|||}|||}|||}|3||-N-M||/M/L||0L0K||%'%&||%&%%||%&%%||+'+&||*)*(||(&(%||&&&%||%A%@||%A%@||&Q&P||'Q'P||}|||}|||}|||}|||}|||}n ||}o ||}o                       D  "      D  "  %@ + H#   " ? %   ||}|||}|||}|||}|3||}|||}|||}|||}|         ,,#) $,,#) $  ,+ #  )  $||}|||}|||}|||}|||}|333333333%@333333333333                                     8 C8 C0>1> 2 B 3333_d$$`Page 3a Bulleted Listk@#&[g %g %XX<>Global Software Verification Testing0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<>GVT at IBM's Dublin Software Lab includes NLS and aspects of TVT<=GVT is the process whereby all aspects of S/W is verified for functionality and suitability in world markets <=Dublin Software Lab's System Test team see GVT as a key part of our overall testing paradigm<=Under the lab's SVT umbrella we plan and execute complex US, European and Asian configurations/tests<=We need to test to ensure various standards are respected in all aspects of our tests<=We therefore test for adherence to recognised industry standards<=IBM discourage propietary/break-away standards<=<Level2>we see break-away standards as bad practice<=<>If we don't test against standards IBM believe that this will result in many customer problems in our H/W and S/W products..........0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 6a Bulleted Listk@#$[* %* %<>Global Software Testing- Standards0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@Ii_[%#%#<>In IBM's SVT teams standards are pervasive in our XPC Interop testing :<=<Level2>LDAP - e.g. INetOrg Schema<=HTTP/HTTPS<=SSO<=SSL<=SOAP<=SIP<=WSDL<=GSM/CDMA/GPRS......................etc etc<=<>We test on all platforms (AS400, AIX, Linux (SuSe & Redhat), S390, Windows 95/98/2000/XP/ME/2003)<=We test all browsers and versions (IE, NS, MZ,.........)<=Ensuring that standards are respected on one platform allows us to scale our testing on the other platforms<=<Level2>This is essential for containing testing times and costs<=<>Absence of standards means duplicate testing on platforms, and a lot of grief0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 40a Bulleted Listk@#/[g %g %XX<>Some obvious parameters to Global S/W Testing0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[S#S#UUU<>Testing in 1,2,3 tiered systems will surface unique challenges<=Interfacing of Global Systems needs to be tested for seamlessness<=Cross platform testing presents unique challenges (AS400, AIX, Linux (SuSe & Redhat), S390, Windows 95/98/2000/XP/ME/2003)<=<Level2>Each platform has its own nuances<=Character encoding decisions may be different, and generate conversion issues when going across platforms<=Configuration characteristics can give rise to new GVT concerns<=Implementation specifics and behaviours may give rise to unique issues<=<>Client Side<=<Level2>Browsers behave differently and implement standards in an inconsistent way<=Wirless interfaces based on WW standards (GSM, CDMA, iMode) have unique differences that can surface region based errors0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 30a Bulleted Listk@#[g %g %XX<>Standardizing Standards0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i9[##<>IBM have learned that it is one thing to respect standards<=<Level2>............but how the standard is implemented may not be properly <Level2+fe=1>standardized<=<+fe=0>IBM have seen situations where 3rd party products read and display IBM HDML/WML correctly<=<Level2+fe=0>..........but IBM have seen problems with rendering incoming HDML/WML <=<+fe=0>Some companies embed propietary tags, and parse for them<=<Level2+fe=0>This presents problems for others who try to interpret based on the standards<=<+fe=0>The test harness then becomes "test the standards" + "test the exceptions"<=Too many times we have lost engineering and testing times to the exceptions<=IBM expect conformity from the bigger players - set an example<=<Level2+fe=0>..........but we don't always see this <=<+fe=0>In GVT we have seen many deviations0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 28a Bulleted Listk@#%[g %g %XX<>Global Testing - Specific Standards0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@ i@[s#s#UUU<>Examples of some of the more obvious standards we need to test0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text_d$$`Page 12a Bulleted Listk@#[g %g %XX<>Global Testing - Paper Sizes0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page titleChCLIPBOARDe8,r= 88F[="[0vN|=8OpelEspepepe peERmpeFF|F% ?% (@d  op  op op op op |{ p ~z  p ~y   p  y  p  y p zp {p  zp  yp yp zp op op op op  (@ op op op op |y p ~y p ~} p |p { p z p  y p  yp yp zp {p op op op vu  op op op op |z p ~{p ~{p { p { p { p {p {p {p {p  {p op op op op  (@ op op op op |{p ~z p ~y  p y  p y  p y p y p yp yp zp {p op op op op  op op op op [Vo ]Wo   ] Wo  ]  Wo  ] Wo  ] Wo  ] Xo  ]  eo  Y eo  Y po  Y  po  op op op op op (@  op op op op oko#$ qjo$ $ qko$  # qko$  # qko$  # qko$ " qko$ " q ko$" mko$ ! mko"! m  ko$! op op op vu  op op op op fdo fco!   feo"   leo"    keo"    ieo"    gco!   f &eo f &eo ! go ! ho  op op op vu (@  op xop vop uop sop rn p qm     p pm   p pm   p pn  p po p pvp qvp rp sp op op op op  op op op op if  kg        kg        kg       kg       kg        kh       k&k k&k  k%k  i$k   op op op op (@N op  op op op op _\o a ]o!   a ]o#  # a  ]o#  " a ]o!  ! a ]o     a^o    ako  ako a)vo   _%vo  ! op op op op  op op op op sr     u s     ! us         ! us       ! us     ! ur  !  ! up    ! u~! u~  ! u   ! s    ! op op op (@ vu  op rop qop qop `]o! b^o!    b^o#    b ^o#    b^o!    b^o     b_o    blo! blo# bwo # `wo   op op op op  op }op |op |op tq     vr       vr          vr       vr        vr  !    vr      vr   vr     vr     tr       op op op (@ op  op zop yop yop ono#" qoo$  # qoo$  # qoo$  # qoo$  # qno$ # qlo$ # qo$# qo$ # qo"# oo$# op op op op op  op op op op 71o  60o   51o  # 4 1o  " 4 1o   ! 4 1o!    4  1o     46 1o  5. 1o 6/1o  70 1o  ! op op (@ op op  op op op op uu    ! wt        ws         ws       ws        wt   !    wu      ! w    w     w    u {      op op op vu  op op op op mko ojo   oko   oko   oko   oko   oko  o ko o ko oko m ko op op (@! op op  op op op op ee gd      gh        g h        gd        gd       ge       g&x  g&x  g   e&s    op op op op  op op op op o k n j       m i           l i          l  i          l  i      l  i       li     mi     nj   ok    op op (@Z op op op  o!f@!' p"g?! "' p%g>! "& ^ \      ` [   ` _    ` [    `  [    ` [   ` \   `'w   3 `$t   3  `$t  &   ^%t  $   op op op op    (@*+++++                   @9    =.=.='?%A% D'@i[s#s#UUU<> 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text_d$$`Page 24a Bulleted Listk@#![g %g %XX<>Global Testing - Envelope Sizes0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<> 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted textChCLIPBOARDm8,r= 88F[="[0vN|=8OpelEtpepepe peEVtpeFF|F%0 -k g0% 0(@0"""""""""""opopopopm jo!m jo#   mjo$  sio$  r jo$  p jo$  n jo#   m!jo!mjo  #njo  #ojo! opopopopopopopopopm io(@]m io   mmo   slo   r ko   p jo  n  io  m! io mio njookoopopopopopopopopm jom ko    mko    sko    r ko    p ko  n ko   m!ko mko nkooko  opopop vuopopopopm ko(@wm jo   mio    sio    r io    p io  n io   m!io  mio njooko  opopop vuopopopopqqo q oo   qno    wno     v mo     tmo    rmo qmoqmo rno soo  opopopopopopopopd bo(@5d bo d  bo  j  ao   i bo  g bo e bo  d bo  dbo e bo fbo opopopopopopTopSopSopC  ApE  B  pE B  pE B  pE B  pE B pE  B  pE0&B pE1&BpE3:BpC!Bpopopopopopopopop(@4gdoieo   ieo   ieo   ieo   ieo   ifo   i&ioi&ioi%iog$ioopopop vuopopopopkkpmjpmi pmi pmi pmi pmj pmkpmmpmmpkipopopopopopopopop(@Hxxpzw pzv  pzv  pzv  pzw  pzx pzzpzzpzypxvpopopopopopopopopxxpzwpzv  pzv  pzv  pzv  pzw pzxpzzpzzpxvpopopopopvpopopop(@opolpqmpqm  pqm  pqm  pqm pqn pq pq pqpo }popopop vuopopopopebpgcpgc pgc pgc pgc pgd pg xpg xpgpespopopop vuop`op_op(@_opDBpF C pF C pF  C pF  C pF  C pF C pFBCpFBCpFC CpD& Cpopopopopopopopopoo ppo pp o  pp n pp o pp o ppopp opp opn oppopopopopopopopop(@3opopy|p{{ p{z  p{z  p{z  p{{  p{| p{~p{~p{}pyzpopopopopopopopop{zp}y p}x  p} x  p}x  p}x  p}y p}zp}|p}|p{xpopopop vuopop(@=opop{yp}yp}y p}x p}y p}y p}y p} yp} yp}yp{ypopopop vuopopopop01p2 2p2  2 p2 2 p2 2 p2 2 p2  3 p2Lp2Lp2%,Lp0' Jpopopopopopop(@opopywp{wp{v p{| p{| p{| p{| p{|p{|p{|pyzpopopopopopopopopopq lprl pr l   pr  k pr l  pr l pr l   prl prlpp lpr lpopopopopop(@ opopopsmprl pqk  !pp  k   pp  k  pp l pp m  ppo pqoprnpskpopopop vuopopopop~z p}z p|y p{ y  p{ y p{x p{x p{xp|wp}wp~wpopopopopop(@opopopsmprlpqk  pp k  pp k pp k pp l ppmpqopropskpopopopopopopopop~yp}x p|w p{ w p{ w p{ x p{ y  p{{ p|{p}zp~wpopopopopop(@jopopopop~yp}xp|w   p{w   p{w  p{w p{x  p{y p|{p}{p~wpopopop vuopopopop~x p}x p|x   p{ w  p{ x p{ x p{ x  p{xp|xp}xp~xpopopop vu(@opopopop~yp}x p|w  p{wp{w p{ x p{ y  p{xp|wp}wp~xpopopopopopopopopqmprm pr m  pr l pr m  prm prm prmprm  ppmpr mpopopopop(@opopopopompqmpqm   pq l   pq m  pq m pq m  pqm pqmpqmpompopopopopopopopopopzzp|y p|x  p|x  p|x  p|y p|z  p|| p|| p|{pzxpopopop vu(@ropopopopzzp|yp|x  p|x  p|x  p| x p|y p|zp|| p||pzxpopopop vuopopopopzyp|y p|y  p|x p|y  p|y p|y p|yp|y p|ypz ypopopopop(@Kopopopopnn ppm  ppl pql pql pqm  pr n  pr p pr p!psops lpopopopopopopopopopzz p|z  p|y p}y p}y p}x  p~ x  p~ x p~ w!!pw!pwpopopop(@"opE$o*AF$o+BF$o+BF(o+B   y    x   w  |  |   w  w  w  x  y #, 5E #'$4 #'$4 "'  $2 opopopopops""""""""""""(@0"""""""""""""""""""""""""""                   @        /2/+2/+2'+3%+4%*5'"""""_d$$`Page 18a Bulleted Listk@#![ % %<>Global Testing - Character Sets0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<> 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted textN 4)"")_d$$`Page 20a Bulleted Listk@#$[ % %:<>Global Testing - Long Date Formats0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<> 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted textN 43 DD3 _d$$`Page 21a Bulleted Listk@#%[ % %vv<>Global Testing - Short Date Formats0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<> 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted textN 4 \,\, _d$$`Page 23a Bulleted Listk@#%[ % %b<>Global Testing - Locale Differences0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[s#s#UUU<> 0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted textChCLIPBOARD8,r= 88F[="[0vN|=8OpelEM pepepe peE/npeFF|F% Sp% "@%[$Z(ZZZZ ZZZZiizƃƃƃƃƃ.1-+1/    ,,3Eƃƃƃ"@ƃƃƃƃƃbaeeeab p p hƃƃƃƃƃP2P2P2    ,, )'ƃ"@7ƃƃƃƃ;B:D:D~T~ S ~ S~ S~S  ~T ~X#}  W#~W  Sƃƃƃƃƃƃƃƃ        "@a  *ƃƃƃƃƃUc  t  t]` `   _   ^  ^   ]  k  l      mƃƃƃƃƃI7KL      "@              ƃƃƃƃƃRQQQQPPPOO o ooƃƃƃƃƃƃƃƃ KJ NJJ"@ JK h h $XƃƃƃƃƃƃƃƃJJ J&GII$G$*H$*H$Hƃƃƃƃƃ%\%\%\ vvu"@vvvvvvvƃƃƃƃƃƃ ("%&3(k ("%&3(k I       M  I  II   J      Q        Q   Xƃƃƃƃƃƃ"@n234432 6 66ƃƃƃƃƃƃ$,&)*7,O$,&)*7,O * *   *   *) (     5      5   !  <ƃƃƃƃƃƃ-"@-*111112 5 55ƃƃƃƃƃ>B@,&)*7|A,&)*7| T T   T   TS R    _     _   ! fƃƃƃƃƃ"@ >B@UAUR??>>== O PQƃƃƃƃƃƃ!a!aTSƳ  S S T X XSTƃƃƃƃ"@!#ƃƄo)a'/  a'/  a6 6  6  6 5  4&    D&    D&      *'Dƃƃƃƃƃ,. 0C 0C                  *    *   *ƃƃ"@ƃƃƃA@A@A@HHH H HH  I+%V+%VVƃƃƃƃƃƃƃƃ mFlFlF mF p FlF m F% t F% t F <F"@ ƃƃƃƃƃƃƃƃ ;x9w >w9w 9w9w :w ! 1Bw !  3Bw1 4Cxƃƃƃƃƃƃƃƃkkkkkkkk"@ k  kƃƃƃƃƃ%4z)51'.7<#/+ (27@'3/               ( )&-! @ 35ƃƃƃƃƃF:H!I!     "@  8 9 :  ƃƃƃƃƃF:H9I8hiijjih l l lƃƃƃƃƃ=C?B@A fyex fwbw"@ebwcw  dw$mw%mw1&nxƃƃƃƃƃƺwEwE /q-p  -p .p 1p.p  .p%  Op%  Pp<Rqƃƃƃƃƃ:D>C>Cvu"@ uu uu v|||ƃƃƃƃƃƃ22         $ƃƃƃƃƃjii"@MMMM M M  N { | ![ƃƃƃƃƃ"C&B&BgHfHfH lH jHfH d I7+s%V8+s%VAVƃƃƃƃƃƃ"@ ƃƃcc    ccccd  0;u  0;u   9/ !qƃƃƃƃƃƃƅƆzoyny n xo xrvn vo%~}&~}/ |ƃƃƃƃ@ƃF 6H 8I 8     :-;.=.ƃ_d$$`Page 7a Bulleted Listk@#[g %g %XX<>Standards in GVT0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[##UUU<>Some other obvious Testing Concerns<=<Level2>Sorting and sort sequences<=Searching <=Date/Time<=Authentication<=Data Interchange and Integration<=Decimal Separators<=Locale<=DBCS<=GB18030 <=<Level3>Very important to support this<=It's a minumum requirement from the PRC government0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text_d$$`Page 19a Bulleted Listk@#[g %g %XX<>Less Obvious Standards in GVT0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@Ki[ # #UUU<>Some other less obvious Testing Concerns where standards apply<=<Level2>Automation needs to be written language neutral, and platform neutral<=Bi-Directionality (RTL/LTR)<=IMEs<=Graphics and Icons<=Currencies<=Time formats0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text_d$$`Page 25a Bulleted Listk@#+[k %k %\\<>Less Obvious but Implied Standards in GVT0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i}[##<>Sacred Symbols need to be respected in S/W and tested for (where appropriate)<=<Level2>The Christian Cross in Christianity<=The Menorah in Judaism<=The Crescent in Islam<=<>Unlucky numbers <=<Level2>2, 514 in traditional Chinese belief,<=4 is an unlucky number in Hong Kong, Korea and Taiwan,<=4 in China and Japan (it suggests death),<=7 in East and West Africa<=13 in most countries in the world *<=6 in Thailand.<=<>Problematic gestures in Graphics/Icons<=<Level2>Blinking the eye, Hong Kong,Taiwan<=Folded arms in <|Fiji, Finland<="Stop" gesture in Greece, Nigeria<=Using left hand to point in Islamic cultures, ...................0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 29a Bulleted Listk@#1[g %g %XX<>Global Software testing - Development Standards0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@ i[ # #UUU<>Are all executable program files designed so that they do not need to be rebuilt after translation?<=Is all information relating to text strings, dialogs, menus, messages, coordinates, sizes, fonts, etc., completely separated from the code?<=Is all translatable information stored in the platform's standard resource file format, so that localisation tools can function without modification?<=Does all user-visible text correctly display all permutations and combinations of foreign characters, both single-byte and multi-byte?<=Is full multi-byte support provided for all user-visible text?<=Is it possible to use accented characters as hit-keys or accelerator keys in dialogs, menus, lists............0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 33a Bulleted Listk@#1[g %g %XX<>Global Software testing - Development Standards0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@?i[ # #UUU<>Are all string comparison algorithms implemented to take into account the requirements of languages other than English? <=Are all date, time, currency, list separator, measurement, number formats, etc., fully resourced for localisation?<=Is all help text separate from the program's core executable?<=Are there any assumptions made concerning the sizes and availability of fonts or font information?<=Are all aspects of the product designed to be culturally neutral?0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 34a Bulleted Listk@#1[g %g %XX<>Global Software testing - Development Standards0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@yi[ # #UUU<>Do all resource files contain appropriate comments and documentation?<=Is it verified that any resourced text which is dynamically constructed (such as error messages) can be translated appropriately<=<Level2>........and that variable parameters can be rearranged without corrupting the string? <=<>Does the UI design allow for text strings to expand by up to 30% when they are translated? <=Are all icons, cursors, and bitmaps culturally neutral and designed so that any text is overlaid at runtime?0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 32a Bulleted Listk@#0[ % %<>The Recent Events to Motivate Global Standards0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[##<>Technology - we need to implement these<=<Level2>XLIFF<=CSS<=XML<=Automation (e.g. NLS and TVT capabilities in Rational & Segue)<=XSL<=SRX (Segmentation Rule Exchange)<=OLIF(Open Lexicon Interchange Format)<=DXLT (Default XML representation of Lexicons and Terminologies)<=TBX (TermBase Exchange)<=<>Process - we need to consider these<=<Level2>ML Information/content management<=Interoperability of toolsets<=<>Translation - we need to continue to evolve these<=<Level2>MT & TM<=TMX<=Translation Web Services0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 8a Bulleted Listk@# [g %g %XX<>Summary0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title@i[##UUU<>Critical issues in the rapidly changing global marketplace challenge the formal international standards system<=The time to complete an international standard is often out of sync with the marketplace's needs <=In the information world web years are measured in months<=Development, publication and adoption of international standards must keep pace <=<Level2>...............this is a problem<=<>International standards enjoy global acceptance and worldwide agreement on content and acceptance<=<Level2>as opposed to consortia and proprietary international standards<=<>Any attempt to derail these strengths would devalue and trivialize the meaning of international standards0000910{name=,r=61}{name=Level2,r=62}{name=Level3,r=63}{name=Level4,r=64}{name=Level5,r=65}o Bulleted text' Object 1_d$$`Page 2a Basic Layoutk@#[g %g %XX<>Questions....0000910{name=,r=66}{name=Level2,r=66}{name=Level3,r=66}{name=Level4,r=66}{name=Level5,r=66}o  Page title_v@ЩMdzhdzh Ole2DirectoryStructOleRootStorageOleStorageOleStreamStreamData      CMHdrWordPro \r@pDYM+oETH6e^1"$R`$@@ՃPZCiʔ"RY4@є6aif2rlZ)MQnuk`PLfxS'I6dJ&_k#}S6K"I2(G+ PATMBÀx =P  f410ȡ8#yaFP>0fbFR?0#/ CbɝG@>R0G$y$䑓6!2/Be^K˼0~뗗~!~)뗘.Sl@C ltV5y1pL &rHts/ࡤ!E!.i*PG6_! ;?$0A7 `"@-, @4%M20|go lA"!~1 (lZJ{ ӾB5 [H+?,`/@\<5H`h) -Hn%$!r` OjiAܒEb!%> x3 JV` 6=܏.qhBj_1kIR% `dkcYFqZ à %2H<[nʝC$I@ <8$G4KerO5n`zIx*R3hm`k!>]B BsL'kqQ;&TA*~RkA3׀3P5a7OaPB@,}#$fj`Zrຖ5%X !0A #%A $t0B zCg 0XD0uA :W@AٌKa>10.P (9 1U LERˆ)<~9p ].n! !``0b h v W욣m 03f 0شpCz|In (_b ޲@`zӨޛuow^NeY^V=b@7 P$ @p[.ìVRpHOfArB9"[$$@:Jb[pAJQLȱzS8ܦ@Lt<N"W R' o2Y#obNƂK`ЂFEOfv} "  X/+PZ Č7  m $c:&]VV&8Ȉq'`XEN5#oھСۄ3D*rt @iP&I rq=GʱH;k'I2)h)xJ0,@`:>(u)lܦYT;X=q jR,0Fi 9aڔ"#SAWdd\09IZAONx ' 8Z!<}JppTMF-pФ "QD0(ZZ@(AJ`GH"ENc,,R!,_MF `K0'H䭛K,Dcj"5mk(YA R%$c{TD Ʀ X[Ho Eo&)/Y,a$\6 $ cF4 gy+/_SqCFk:8 deh։+B*\| LzX[J>HË9W.{p@ +r)x"0[cNV سp- :t& OK$qZZ1KO' s4c8-0d1+} D$q4 mNi#Yvm EmG2C,@*3 X;y EV2%Ai7[_Z,jM"B+.JJ 膛pl@F+ʁA_XS6!Xt>E! VAhLMyo޴Ɣ*^5 1:F}hO\SEl5+u5+ֽ5+ƽ6+Ͻ6+ѽ"6+&.I9RJydMDMQH՜fejdԯ4mɀ@X`+fӃ g+ZBi{U+ .zcVF wْEn!IpY#\ {(; 3#" C֠CM% ڇ `F l$!؀$<uA1J 0uĆ#&x'NV\a& HNnIu ͟ 3HEؽŦyUv 07FJ\$t$6:iۤHFN@$qN0l思W k5 tEa4bO~ ,"Ki[@ާ<{| B([1Hr=$Z9H?BŗoJXBL˷ $%!H0@UixS"i? $i?Dh^n>"4MO&~O&I?B$i=QfR<O0 Ilx! dB>}hӇ]P,'RIC9ǣ7(F\$NJ@-[8[<ķP[p>jn(/"[Ƿ_[qc b p @*Pnڙ4nʔN들ێ1 EAN )@J:lʀ!8Z+{B+} P อ?mor(+@q( @܈abꈁ{5( KK)u|wa|H*0HAa5my\zI3XzZ_abEڟ4gSa[@0G ư1`E-;G!ikv ӘBYe, '| pzH^K>FÚ随CL6X8RwAR& 5mN0Vx0ؑG@ NEQbY)ku@ 6C$l` P$0t p\ڨ tZ Zg°%z&UwKѓb6EPƪ @.mP| $,/K;"J/r 0h^5ȸP,KD',GPwoъx[yT  yC&GŸIDOҊ"NlOa;kI 4U9Qw-Aڼ{gҨ.I졔E|f$ IUǞej]/`0콖y`}u|tW}{B6)ТYܷXiZ: -AUFC+H9هt\-fɧ "@zq; 1;38mmr|A;2!;M ](κ@!iU!s@G$GVB,N CSyp߇Kr/\ow;oL4rN&>Iܐ)k1&Ӿ^F< B| Z^ 6Q^Gw= Uon fhzП{z2}\.7@ nEsHF]xҖ0 -n8x|vY-b~,̈D p]L[څ]NviUj.][v}KlW.]KvItl[ev:ۅ+m( e$s300Q /o0jC!P*T/cbnTAWCZ!LTҴ)32w@Hy& (@J/$4d \;SX``~X+!(a.!lŒY[+ k%;:cU-g xf4)p Cr y#LP\VT9d&p̐ 6n0$ek_ C@0 $F :up&{ w8rpyæ9v\)& .iʐCK3(Dd@ 01!N,=8!`?@:o=b`;E{P)0, 7Y^{@H'UDD%7_P,`l>YGBAln7E!C ,s\Q!8o 6Pk@-r: RjI*I9iӜ4o$B|2sp/`LipIV8L{H] [hU] ,v]%bWŮ]6vqc]v=إp-WdW.]' 6e[)Tvbղe.]1dvUf.]9tv H$%X\4)X2 XlgC~v ٧b 1n0aW @9 "YYQ,Y (`HROI0Hr@9XR ׮][KNvv5r.][ż ~fngxW(vY3d;/pv$JfwI ݥwW.]oþk$!X8vճ+iծ]ov!uW<PHD +QLeẫV! Iwecm'q#X3,X7 $^[Y&h.]OvXwռKgSPHB]h;۽PDq|H°)+$i$I_r:jm!t c[˺Xotdy  1F6Rc8P AͻBN J@ %BQQ < ֫K! ( ZEFkU% H6M2DX7 $ D0ߦX$dd,K'u&C>g/218q @W$1 Y-6HC_zHR /H&CK ,Pv1(D$۩NF`0dه$)ۉKؔ5vY0$ I C$$ղ,GA}˗NfYmZ؅63AAɍs\'KP555[wo\zߠox2+$NV]4j]nqm-M9~-/t-nc -5<$YXikcI^1XT|w^uqfn<,GU$5\oAr5!. l;N($PP/AwA $WĒ ,tUYdEy-Gӛ߬t;-Z-LwW!!в6*ߢNEO,4{xzG!Q(yd4ZBM(H6(T2ʦ """)))UUUMMMBBB999|PP3f3333f333ff3fffff3f3f̙f3333f3333333333f3333333f3f33ff3f3f3f3333f3333333f3̙33333f333ff3ffffff3f33f3ff3f3f3ffff3fffffffff3fffffff3f̙ffff3ff333f3ff33fff33f3ff̙3f3f3333f333ff3fffff̙̙3̙f̙̙̙3f̙3f3f3333f333ff3fffff3f3f̙3ffffffffff!___www`=: MiscellaneousMiscellaneous ).i]Lotus Word Pro 9 DocumentWordProWordPro.Document9q=:  zV  2TVC 2T2T(T2ʦ """)))UUUMMMBBB999|PP3f3333f333ff3fffff3f3f̙f3333f3333333333f3333333f3f33ff3f3f3f3333f3333333f3̙33333f333ff3ffffff3f33f3ff3f3f3ffff3fffffffff3fffffff3f̙ffff3ff333f3ff33fff33f3ff̙3f3f3333f333ff3fffff̙̙3̙f̙̙̙3f̙3f3f3333f333ff3fffff3f3f̙3ffffffffff!___wwwNANIWordPro \r@pDYM+oETH6e^1"$R`$@@ՃPZCiʔ"R3Y4@є6aif2rlZ)MQnuk`PLfxS'I6dJ&_k#}S6K"I2(G+ PATMBÀx =P  <qKt$6,(Y jAk(K{ qL~q $)`ph_FɪIHzDu]]FA[hBH#3Ep'PtlX~ szP;P@IBl~K`.0B)jQi9m ?۔b"BސnP䊃C`A0@᭷X&k T Xp ڨgn[& "0XTo !ظصTqИ7o蔑5 A6 H Ak UTx2pb@LMF r Mȁ'}Y Rlٮ/XDAx;c*eQ ARLL!KO @|TW4B Evk, pHE䍜>˒@d]apC Y\R2$Hʄ!wGV# < $auOO^EJB(/Aƞ\2-I C?THxh NqXY+cRV kc*,%̙2Q&J ""!@Cf DdLǤk"bݪ{ܪ'@1  I6f [W:tpvB"HE. #s6" "AP=P9IX~a[&<7\ &['n84*stc'@#[r@6)K'/ ,6 1"'LR"Oje$EA 0'o<4Cxk L-j4`Lg"Pa0V3dd\0JZASPx 'M6+Ǜ*| 6 [ouQmF)wBqT129ZI3%".1N Ps=~Ѽ?gA0hBdr%'T@Lڂmn OTaO .L dU8\AMPN.WҖ׆RiPZqG3Re \CVq"SY-i9ŭk$hIad“d 3i^X%)IKKvX&I7%+D%DlM3ˏ=rm 27Zudeh։B.@&=qn(UHE A 羜o `GuXB$@7~kL¹Êva{;)[" )tx)LQI‰f]L,BH'K@T,=( $ g`{8y4=#O3g[8/mii2x&h0X+d2n26srXɁ@́[Uoc=$&F-n>?0d+}$ D$r4 mNi#Yvm EmG2D,@*C TX;y EV2%Ai7[_Z,jM"B+.JJ 膛pl@F+ʁA_XS6 !t>E! BAhLMzriI\Ubj84cXu(O\SEl5+u5+ֽ5+ƽ6+Ͻ6+ѽ"6+&.I9RJydMDMQH՜fejd ԯ4m@X`+fUp_W +H'-]$W\ Ƭ'%KbٯF  H @x 7p@ ?XX7 4 o @,XFh&pi/@s`BKi Vz (9l` uĆ#"x'Ngy`eiH6lAہYk:44 xi,l0ӈ[;-?A"rHKbrPzA$ ,bf`EE!!W  > ^uy])[.5Dd$ɥD7dʸg_=9x|m#ZFɴk1ρs._-l{V ~@ܴg5QX1"ITܨ~A?~g yp ! qR XqFúN7s-@ Ebȑ H%j$HO9[OsҼq{ciʔ"Rϝ C)M. I u +a kaŮ]$vQؕ c.]