ࡱ>     @ {AbjbjFF 8Z,,{8RRRRRRRf<*$f:&ZZZZZ5"W c%%%%%%%$&'Rx)%!RY55YY%RRZZ%YRZRZ%Y%V $@RRe$ZN p2j"M$ % &0:&Y$ V*V*e$ffRRRRV*Re$,k^MLkkk%%ff$ d ff A SOFTWARE TOOL FOR PLANNING, ANALYSIS AND MANAGEMENT OF TECHNICAL DOCUMENTATION DATA Pavel Kaiba, Ivan Prebil, Ton i Mikac, Ivan Re nik Faculty of Mechanical Engineering, University of Ljubljana, Slovenija Sveu iliate u Rijeci, Tehni ki fakultet, Hrvatska, SMM d.o.o. Maribor, Slovenija Key words: technical documentation, PDM, PLM, CAD, databases SUMMARY In spite of a rapid development of information technologies there is little known about technical documentation in a modern organised enterprise, about the data upon this documentation and their interconnection. Introduction of information technologies into an enterprise first requires analysis of the current status of the documentation, its flow and the information contained therein. Based on this analysis the methods and procedures are planned, which manage the processes and information flow, and the database is prepared. We have devised a concept for displaying of acquisition, managing and flow of technical information, which is derived from internal technical documentation. The display in graphical form is adapted to computer data processing. Prepared software tool based on this concept, enables modelling of technical documentation and its flow within the enterprise, the information upon this documentation and their interconnection. Based on the model prepared this way and by using the Data Definition Language, tables and relations in a relational database are automatically prepared. After introduction of information technologies into the enterprise, the software tool enables insight into the current state of documentation and tracking the flow of information at the level of a particular project, a particular assembly or at the level of the entire enterprise. 1. INTRODUCTION Introduction of the full electronic ERP, PDM or PLM information system of established providers requires a precise analysis of the existing documentation and of the processes managing it within an enterprise. The selected information system has to be adapted and users have to be educated according to the analysis. The process usually takes a long time and is very expensive. It frequently requires thorough modifications of the way the enterprise conducts business. These systems are very effective in large enterprises with highly developed technical infrastructure, and sufficient and adequately qualified personnel [1]. Within the domestic environment as well as elsewhere in the world, however, there are a large number of small and medium-size enterprises, which cannot establish such efficient system. Along with their rapid development, they have insufficient time, financial resources, personnel, and equipment to establish, use and maintain such extensive information system. We have developed a program system for creating a document structure and its content within the enterprise (Figure 1, Figure 2). It is included in the L'MIS [2] business information system, where it is used for preparing databases and adapting to new users (Figure 3). Based on the created technical documentation model the system automatically prepares a relational database. It also enables automatic creation of graphical user interfaces representing particular documents and their usage (Figure 4). If automatically created dialog windows do not fulfil user's needs, individually programmed interfaces can be included. 2. RELATED WORK Business information system of an enterprise must master extensive documentation. Each document contains numerous data, which are frequently interlinked across particular documents [3]. In literature there are no recommendations or directives about how to describe and apply all this information in the information system. The VDI 2221 [4] and VDI 2222 [5] recommendations do precisely define the design process, its phases and the documentation as well as describe the means for preparing this documentation. The VDI 4500 [6] describes the documentation and information that should be contained in this documentation throughout the entire life cycle of the product and prepares recommendations for its design. The ISO 9000:2001 [7] family of standards deals with managing and providing quality for the enterprise's business. These standards define what an organisation must provide to fulfil the clients' quality requirements and which regulations it has to follow in this process. Principles following ISO 9000 apply to all types of documentation regardless of their contents and purpose. Nor does standardisation define how to describe all the information on documentation, manage and apply them in the enterprise's information system. Modern business can be treated and monitored also as a process-oriented system. There are many commercial tools available on the market that enable management of business and production processes. Such systems focus on the architecture of integrated information systems and modelling of business and production processes. They have perfected tools for simulating [8] and monitoring a sequence of events, conditions for their triggering, and users' responsibilities. Such system could illustrate the enterprise documents as object-product, the sequence they were created in, who is responsible for a particular document etc. Information on these documents itself could not be described. Nor would these tools enable preparing databases, assigning data access rights, preparing user interface for entering and reviewing data, and including the existing information systems. Model of technical documentation within the enterprise could also be created with database planning tools. Each document should be treated as a table. Linked data dependent documents-tables could be illustrated using relations. Data access right could be controlled on the database management system level. However, database planning and management systems are not adapted to treat or manage documents. It would not be possible to manage documents as it is done in process management, where the users' responsibilities, conditions and sequence of technical document creation and conditions for triggering and executing an activity are defined. Supervising the state of documents-tables as it is done in project management would not be possible either. Commercially available tools for database planning are not suited to be used as a graphical user interface of business or information applications. 3. PROGRAM FOR TECHNICAL DOCUMENTATION MODELLING The purpose of a program for technical documentation modelling is to describe the actual documentation existing within the enterprise in hard or electronic copy. Sequence of document creation or activities (processes) defining the sequence of document creation and information flow can also be described with the program. Conditions and responsibilities of groups of employees for creating and filling in the contents of a particular document or activity can be defined. Building blocks describing documentation within an enterprise are: model, document, data, and link. 3.1. Model Model is essentially a drawing canvas where the documents and links are being arranged on (Figure 1). Documentation within the enterprise can be described with one or more models. It is recommended to arrange all documents existing within the enterprise on one model. Documentation in individual enterprise sectors (e.g. design, human resources, production, storage etc.) should be described with extra models. This way one has an insight into the whole documentation in one place and more transparent overview of individual sectors and activities.  Figure 1: Document structure model 3.2. Document and link The purpose of the Document block is to describe the actual documents existing within the enterprise in hard or electronic copy. In practice the documents must not repeat themselves within the enterprise. This is why the Document block cannot be repeated in the modelling program either. It is described by identification number, name, and description. Beside the basic data serving the purpose of distinguishing and description, table name, document type, and manner of creation of the graphical user interface form are defined. Documents can be interlinked. This is how document creation processes can be defined (Figure 1). Responsible users, sequence of document creation, procedures and terms of information flow and of documentation creation can be specified in the links. When using graphical user interface document form, data from the document are stored in the database tables. Each document has its own table. Document type roughly specifies to which sector in the enterprise the document belongs to. In cases when access rights for a particular document are not specified, the information system allows users-employees, with regard to document type, to edit document contents or merely look into the document. Default manner of creating graphical user interface form is automatic. Information system sets controls for data entry in sequence. With more demanding documents, dialog boxes fitting the enterprise requirements can be created in Visual Basic. In these cases the form title must be defined, which is basically the function call in a dynamic link library (*.dll) or the name of an executable program (*.exe). In this latter case the arguments array can also be defined, if the program uses arguments from the command line. 3.3. Data on documents Beside the basic information for document identification, description, display, and usage, all data from each document are described (Figure 2). The data on the document are defined with identification number, name, prompt text, type, and size. Beside the basic data, the data important for proper functioning of the database are also defined: do the data represent record's identity in the table (Identity AutoIncrement), are "NULL" values permitted, and do the data use values from another document. For the data to be displayed on an automatically created form, control type, display type, and a possibility to be displayed also in the title of the form (e.g. Name Janez, Surname Novak) (Figure 4) must be defined. If the value of the data is defined in another form, it has to be specified, which document (Document) is supplying values, which data on this document represent a possible set of values (Visible data), and which data serve the means of identification of the selected record in the linked document (Linked data) (Figure 2).  Figure 2: Data description on the document Data on automatically created form can be displayed on different types of control: Label, TextBox, ListBox, and DataCombo. ListBox and DataCombo are intended especially for data linked with other documents. Label is used with data only displayed on the document and is not intended for modifying contents. TextBox is intended for data, whose contents can be modified. Possibility of modifying data contents is defined by the view type, which can be changeable or unchangeable. Program system creates a table for each document in the relational database (Figure 3) based on the data description on the document. The table has prepared columns, where the data from the document are entered when using the information system. When creating the table, the normalization on the first level has already taken place, since in cases with linked data identification number of the source document is entered instead of proper data. With normalization on the first level duplication of data is prevented and the database can be used to achieve optimal effect.  Figure 3: Automatically created table for the Personal sheet document  Figure 4: Automatically created form for the Personal sheet and data in the table Based on the data description on the document (Figure 2), the program system simultaneously dynamically creates graphical user interfaces for each document (Figure 4). It verifies data access rights of the logged in users and adequately initialises user interface form. This way one gets a uniform and rather plain appearance of user dialog boxes, but does not have to waste a lot of time developing user interfaces. Usage of the information system can also be adjusted more quickly. If automatically created dialog boxes do not fulfil user's needs, individually programmed interfaces can be included. Forms enable contents to be recorded in a text file or to be printed out. 4. CONCLUSION Program system for modelling of technical documentation has been included in the L'MIS business information system. Such a tool is expected to be a welcome help in introducing L'MIS information system into enterprises, particularly in the initial phase when it is essential to analyse the state, to prepare the methods and the procedures to manage the information flows within the enterprise and to prepare the database. With program system for modelling of technical documentation one can adapt to fit the specific needs of every enterprise. By reducing the time and expenses of introducing information technologies, the competitiveness of the enterprise will increase. Modern information technologies will be available to smaller enterprises as well. 5. LITERATURE [1] W. C.; W. H.; D. T.: A different view on PDM and its future potentials, International Design Conference DESIGN 2002, Vol. 1, pp. 101 112, Croatia, Dubrovnik 2002. [2] P. K.; I. P.; I. R.: Information system in design-oriented small and medium-size enterprises, 13th International DAAAM Symposium "Intelligent Manufacturing & Automation: Learning from nature, Vol. 1, pp. 247-248, Vienna 2002. [3] I. P.; P. K.: Object-oriented environment for design and production preparation of large rolling rotational connections, Advances in engineering software, vol. 33, no. 3, pp. 131-141, March 2002 [4] Systematic approach to the development and design of technical systems and products. VDI 2221: Verein Deutscher Ingenieure, Dsseldorf 1993 [5] Methodic development of solution principles. VDI 2222: Verein Deutscher Ingenieure, Dsseldorf 1997 [6] Technical documentation - Information for user. VDI 4500: Verein Deutscher Ingenieure, Dsseldorf 1995 [7] ISO 9001:2000: Quality management systems, ISO International Organization for Standardization, ISO TC 176 - Association franaise de normalisation, France 2000 [8] A-W. S.: Architecture of integrated information systems: foundations of enterprise modelling, Springer, Berlin 1992.    ' ( * 5 f g h i r [_ְֿˤwk_TMIMh@ h YhcZh Yh^VCJaJh:h^V5CJaJh:h:5CJaJh Yh6h Yh56CJaJh YhCJaJh Yh5CJaJh Yhaw5CJaJh YhVHCJaJh=hXa1h=CJaJh YhawCJaJ h Yhawh YhawCJaJh YhcZCJaJh Yhaw5CJaJ ' ( ) * g h i q r gdcZgd:gdgdVH$a$gdawgdaw{A5Jgk9:;<?KLMWYZ[%'()"""""ǻӉh 5CJaJh hTyCJaJ h YhTyh:h&oCJaJh:h&o5CJaJh:h45CJaJh:h:5CJaJh h CJaJhcZCJaJ h Yhwh@hU h YhcZhM'1:;<LM$"""C"D"$$$&&&&&&&&&$a$gd2 $$a$gdcZgd]gd gd&ogd:gdVHgdcZ"B"C"D"~$$$$$&&&&&&&&&&&&&&&&&&&--ǻҩҋujbǻVVVO h Yh Yh hVH5CJaJhVHCJaJh2hVHCJaJh2h2CJaJh2hcZCJaJh2CJaJjh YhUXUh2hcZCJaJ h YhVHh h]CJaJh h 5CJaJh h CJaJ h YhcZh h YCJKH \aJh h]5CJaJh h Y5CJaJ&)+---01111&2'24@6A6C6D66666699gd,gd2$a$gd2 $$a$gd YgdVHgd gd Y-----1111122%2&2'2?6@6A6B6C6D6J6L666666666vrk`UMjhUUh2h YCJaJjh Yh'U h Yh h4h2h'nCJaJh2hVHCJaJh2h2CJaJh2h YCJaJh2CJaJjnIh Yh'Uh2h4CJaJ h Yh Yh hVHCJaJh h]5CJ\]aJh h Y5CJ\]aJh h 5CJ\]aJ666{779999999<<<<<<<<<<<<=3=B=C=D=O=znfb[b[b[W[WbShM'h h@h@h@h]CJaJh h]5CJaJh h CJaJh YCJaJ h Yh h Yh Yh h YCJKH aJh h45CJaJh h Y5CJaJh h 5CJaJh h2CJaJhCJaJhU h Yh2h2hVHCJaJh2h YCJaJ9999<<<<<D=E=+>,>>>????Y@Z@AAzA{Agdz 0^`0gdzgd4gd gd,O=P=S=T=V=W=Z=\=]=== >>>$>)>*>+>->.>0>1>2>3>4>7>8>9>:>;>>>>>>>>>>>>>>>??U?V???????????????? @"@ƿƭƩƭ h3hzhz hzhz h3h@h3 h3h3 h@h@ hh@ hM'hh hM'hM'h@uh@ h@hM'hM' hhM'@"@*@,@W@X@Y@Z@\@m@@@@@@@@AAAAArԹuTR]յsrs>{ߪK//@v ~k}ZY}7ocUd{{/mJ mK.FiಋE_~7}֍nD!Wv}[GnmÎ co}]HD^F|{g'Y?E 'To2(ܣ Uo~g|dw:H?ث;6>7x:xe"r+j3 }O3 i֓T{>j=|:x3Y~> "=W+J}?k~_'_}J?V{cߐug}=R}П}ۯz{%^wGh_~];_7W$xNj';Yg_e*!wB8EE-ŭ]r>7:K?[1mfG;/}8df7Sn׈RΧsӄ:7'x4~+NojO5Mwy7ߥ/x껟}6UǞVNyݨ?/4/$v_{69MǽϹ`;߷Qٿ~/7KuEf_{_,ު(9y|xܻK ~%oFA=-/ V E:Ǽhs[l9~Gn]#}x֥Vid)WO6C*t7 C/bcɧ|qeyGw3z36F9!KFb|U<-oz^FUٟWFb|UN~R먗 *C]Լ 5;]:ǜӌnm/}/u _gkrU {1B#j*Z Ax>.o$5B Gm!Zaqv\+⦥|Z)巭׷rk^>E:bQ3_<N|Zq|}ӝ[ nLXs'7CzfvP,?޻C{4S~cd\3u?|"V?̡!ֿg;A}C:6ˠZV9wzR,C+9yG7t"`u\3(X>9HrR/%\zГ!ևiw/ƹnޫGNG H ; "z UOfi-tIGjdam-bztn_ZM~k^ kwnwrWجش[lVB=Q)m.]~ lV.6MĝtZRCemפ]3Z%ڕ6j]l\Ck~Mڴa7u{n}9_R74@'}2jnTz܄\Vs;%d-yrqLو pqWmOSc46oc4En$z&|ӳNsTiɤ@ެ\3@Yy.cANhlV;{@JӞѫi_\F9n/Q @ d&a @ -s29*"ռug;e!B]P8F't2㟾,/EVeEWf[!L@9lAtt|vH&ЕVc.% \ :YS~VUjX/J~6$(Jɕ)Gp49|` Q2 dJ ԟ!bqgYM2*e14[w/U<5~9btH@0N)UpBdG'^uz.i܍lrNSbAJ@epT|uVJΨMn sd#V-!# 8ƀs{B%.ilcNO?Y$0$*va J5'#QS5M͛gl6L{wd )O69`E{52*xd*ʤc[e/NF@`/`^bY*{:F! LbbИ΁C^@3 Dș s ʱ 12D2*eBI&H!to߾2nDD W[n>cb{ڲE/+jDAz)EAHwV)X'қM=T$PhK2 ]pA@53BLb|cl3Cq;rՏR?R($<_{_CDH顏R 09Y[#ړROKl~krZK3TJ%vu1ȵ9Hf<@ =3h;,Ө R. x UЦEEEM  09 [V-0'GG꜒jIS!  ݥfZK8JYTJ%QϞEى l"flVVzw/uQ~xZVb  P"6+/ѫ |`7Qʃ " EF@oo@E`NHn_7oğ]dEl H'[a8 ,H!aS C k/Q}$Tݔ @  ͋+{Ҁf%0d M̾wu'7B/i r7 ds]^kg$Vg5 ]Jg=&u>%9!$F@G }DI*Y}DsA~3IJuo5ɎY() @T@2[MRs$sN#q1&@ 'G&e8l*8K' K$/)@?rz Rqe(RjJ9I9}]2b!%@)5L_bOOAU w\LRi|,@ +{ZŚ30`/|N!@`<X3# T@4@ 3# T@E:" My`r6PGE:ŹA@ J ?2O)FPu[Fz6R Y<BIfI`{{[ G/ܗ^,œvv濥f@ $6SU=WVe֒ULN@5@ }z[I#z}R_g%+u$a(Ad>¼ i@eDhĩLH ;@ '@̔6l*.f%K)@. 'fJqI?O3-\yc@ }җ /ұԧ'v [GejA#};X⦝X=^+y*X)U엸rG/SOo r>:Fe\b ȞAd.0:UB`_j# :uBKKlvzr6B :u툘2_"xt&SM\W 6L&6h"'ȷuDt :&GŹA \6UAOЭҍTv3 TƑ<=,瓰aKG 'b)ե[j։u =)R} aQGNbg3*+^M7PZf"+yW"lM25ɓ̈́@t4E՟rl|W[H @`FLDa*[/N^@ @:rbJPyzHy,s@`ƽx>nW;yK"ǎ]r@'#\2U@ckqTܸՃ}Glc,Ip*qp^@3 U옠:Ϗ(dO)6l(HLj &?]QClduS3œ~44 ȳ$L'>_nk]o'kL ab{y`@{edjىk+/rki:%xӷ^-7խnuNaU3|C 붖Ez'T0j\e{Z ="X 8\uUW\q{y{{UeWbzy+o~{7͎K}#W|C #{ʥz;^:ASV#\SAR~Gl:d:bL#4AK^RG~TTDo$CM [RA. N@Z=2D OL^d"K.^[[E5;;*ZZpq|U8&Sm:f'7j{L!C9zђXe<_ Ł)yIbcNjK1+w[#=_|t䈇$y d^C(/jF1J^ի"Pt\۷o^vI? ')F.rYޫچa!VNvOA<ٽxL\ʹ@rjLIMڌFff_ѶEB% ovqxD1W4`o*WW 't2VM\}hf))F<ߩ^k}ng?|!>}X-зiE#À| aN+ù*a42T兔]y2~/bF42L@ p(uxqQs,Iֈ *{.%$tM)\3|s@J0AdNkR'`0\CL^+`\+0tv؄Xb>NgGNdJ@݊S/9׾DH[u%DƠN.bҟS>Il2btE @]H4rY&ϧ~׃$ 4֮;Z?ؑαXu@ \/j &K݃};cS:e"㱧fP⨑Rs4.!h^@z[  ȡo=eβA12"pBp\ \nqugM;,qRO*r6¡\OjC= qX3/)y[ $J-'RA! SͳBVWJd)\ (wi ӐsW 2Xv S | !t$@zbIEVi*Y/,Щ(hd1HTJ 84t4) I@J{v!Jl2M̵ r.ACx=!Qh D x1V @>] Rߑnuo5Yn&Ȓ\;4dI P[dX:JN7\J @: !'$ٺ!>ʪCFǭ . =8@`uArhiDFi/[~  u[R"$ UI:_Iv Я A ^ʲq2HKP<=Ȁ@D R.󽡤 ˳Һ֭dQxvBוaJҏp@ A.A 쌡L" Er!P<* 5AOb@eS^M!ٸ C hIV5i$dϢ.@F#ȹ5 @ȹ.4?:.MG-m/\y 8 9ǥ=Fe|!`g>j-'@[9!ྴUp9|E }̬HS NtvBi(kPD km$ Z3=c'؛ȕq"8Ap\3ƣg@wy!e;-<y٧?I9KSg$ ݌iȑ^ $h=ᤓ)/)AdIޤ-H@h ?JJ_k?CLLIh%3 | @?67{*8H‹Q^*61Ad4dENj'I5/܂.8_APiRnva~|ڝ-q}׼hā8QAd~JN@*|Rddi׎숗H62)_!׸ v ."fTO Z|4d-Nob'+)A!rGe7@FVvȲK Z#'XWS9%i$2Z TK W0:;HxTDC?vMq͆@:Zd"L`IߣanMFA ZpkKX#*|ڲb) #lg\R윍@zXdz)Qޑ˫LC[,q!N9ܫ*.B  #-. CFS>-ż&3N [DWJ`D,WPR0ĺQEc-*ɂq 2eWp5Ui }! /Ys4iK;ޜ zTHkTs=)E}_r}fy2o S&}3.>X#oAҶN~vR&xYݨ+G}DjC20ڎIqz3:?fL|\﬙9WG*}9;^ VsM );9ILzUskt)r&Q)yS  㻙L#d׷GazZY+z|6/nVnȥj׸zdٷ?G?U$:ѩȊyj %m(2x,#=o1׸ydO »Ą%h ]_#lA]xf/GjjՀ1eډT隇r}6蟗=JD< xެ+{x 5hE &S<ߡK$T+#xӧ ƒ;:^k^dF#}$݁pgZ % "z0ιEAjx|f]>9ӛQ~ 7H& "=mBgq‰W= 87Q?u:A [H-zrj!:W{c Uw 4Wſ#">'WXdtfT70+D#Bth#(dg4RGr& cx_9>#< Xsfߨ@t=h+یşMdNQnA <}߸G,ґ~aqOzPR1Ҵ g@s k]9ڭs7!4d1L!3fns~+=&L{ pTH/* F __@ ] r߯"3@ A d.$42G4d9%s T-s!Kj,׭ZF:UIK\V@GsIW,40Gj.Gj3AdiӐ#H;ges઎˞9}YN9 ޗ| -*H'^2$'mG^oc I'ӯLSƀsW "U% :au>b;S\v.ґWQXص"E](GRnZP`-tAD1DHJ]HoS>|W!r3w?C0uumb_NM3,[_3nظ58R1* ]AFh^k6KVpE!$;EZ\G*e&I=Ӑꇚ ]yڬXLu®q.-D{.nQ؏[I@+q-W(l&DRWJY^l^i1>1$}o귉cǼ [щ > Vګ؞ZWCX" dϘ=`_ðdnԱ_ Vsv "&>9^2MVq!eYD=E dcX)M3V]GX׺tg/LoX\W "$d.&v:Ӧ9hk])ҏ[i\W1jþCiB#I"py$cn\5Mhp%gAJ~C;rp=P,i^,u\GiA®S]/nOOkXךe3 h52.Lj"Y n ڲo)Sfy?HV#`HAd'c`wTvQ\0&w%pݵBwfT8d0I Tq=e Qrj{J^b͌ĸ+Y6&80ok ] Um{,) $2d! ͹w躂,cCJ1"5g aHbW@vѨJ4v' [*a9SBU9ƥqiFFT@hI"PLuG@S>]6Wv^5RJ@ d(bkς:#,#/J^gZ/My
sZ;maDI L:rU4&!" u\h< ,VA DُBgNJf-.#38!྽2PlI >?uC ғt#nXfX܋"`QH飁Gu՚\J .aaOOC`:H@0"HN);&m~W "idH`$D`:q;y奂Þ&.91'-I+V>.a#}RX䁀"`QЯcN֌xkZ%TTrCsH (j̞m_@ 3s]k:fE]L{B3y@N5cToPyԝcVb!_&ӗ_7T|@ff!rǪcQƆDMdhjMX}{/a<~r<r u 犡VoκF/Y J!loB/q U]S/d9)[ .%Џנ:{0K wrʗ!o?*PuS"`lmQsat "%^t-tdL:'NFt F5fR2YOǴCkR)^>E39 *rRӍ+Sm^qzShq0;NuNQtU|s'el wn*jB1*~DzHTu09œ"Q٤(L g30 ]*:T42Z咳-AD:E  N%9c`ūIwSp;+RB edA.Uwu{ HQ2%[HߣUs=TFuNk~kTޣ^R| L)zeW흏#=d9jڅ5h͵vp73 ;!9^cJW`E*G06 aGQ|L@v/V5kJ6atz9rz$GL@B =В }tKեJVPZ"&.QeuT8<xfs0ꛨT[uKET9iz)nJI9>22|DK8b,U;GsLNjAY:d[Zaj QmÝ;3X "cVU*xpC?ʫ' 5H $2 >(V[պCdNM4LSC:cCbC+!P3> 96$6KȮ܂  %z5kU2=T[2fP~Yۚ,JV(^;_q@PdjI L />x Kv3m Rd F@F+a4 0@#sJ%@5%)a_wK&WsN/_ogl2M.2$">%SIENDB`1NDds#Z  C (Apodatki"`bMKG17_MI nWMKG17PNG  IHDR]psRGBMIDATx^]nGV35eQ!0*:`H@ ALXŹVY ́zXs17&Q 0ʈ# 8PsVz{ݽo=9yt^׽k}W^ g{Ň} qƝ;w_}8NN+eX!kל{{֋Zo6s95gڸjX-grOIv}U\obpٷj4iCy0:,*1`=ʽ%k2#6t5L)_2=R}bojʙz+#Mm?ys3 n "_'m*2a÷pEz2=bqǕ :~_7ȝrs8md_TXF^D{}Ptmu( @[yTv~60_N/4H'$!^ɝњA|Q$Kv_O吏zo|\y( @pfr^nMز<|G:c %|;?4{}EJ;?\䲲O^?}y-}owۡ@x'˂x|]t[?-;~G>~W,xϳ'>4#;^_nOw& @kTMzCݍOyŝo{׺_??7]\

o'ړU,dtQ.ʔ~׻~H7_y\xCMo/P?G-W# nދ(2~>pS+oo???w_6ws}Gw?+wʑK~-Г7sik竾|k_}~[Cy3ȪwӐO07dq>Әk޴m?ix27bqޞ_OínʷSF+rc̺o{yſu~~Ńo|xS'>ϮS?Eo| QJ~}#w_luw+/뻗mE/{aw穻"s?y|_.E~ @`k9[F/>/~xݟ|?ދ'|woݏ<}8[>o}ޚ#|7^1r ղ@ W{Se鍗G{ݭrʣ/[_{˽&Go pdu/޺ŷKKVܸ7_Fd)x/;ueō5,_ݭK{ 8!)G.9'՞3Dۥߵwo>&6>Z=ʺT]Ģ:S]o$- Sz˾8Pd|~=Fף=ѽ)XQAĎSW<4yyS;I'G{yس4} ޢާ.╝cJ._}1jR||G bw".10u&JuN/.E-4q  N @ I@,xKчxX_nln>pw!@CEny }u;.CZ>o7-;y3tEȼKq|c[?$F]NrI,L`B9޺8q2J^/3#P pi;f;ϠmI7nÓ˞q?EZM=.a~;bgxj3Z7,c}6vHN=@`l״"r8'z$.!>#QXh]=j 2-{l9DIMM xt5b`ykMh G]IltkYUJo^:ײ<۩Hd)ZRtֈ҈fz_yȱQ[Anv..O  TXw#uMC&!@2MtQ#ΆGqtʈ+%+c\G7+guT9c?[JB'.JZUz/GDU2gh[24;u3S%gE!8{ ( @ Mtqjz(YUaF%P_tmgta43"Ij0m1іmȽ;s bw:#h-StdWUVJ:c2JE8 mbl4F[½NDUr欐 0< J ZE?@{)fxR9+wU]ZP]X @]\$' UH4T>F ,%..%Sy;DvJ#=.m0"} _!<Ѻԉ7m0=Z`s2 da,߽{@;ojywsiy4Gkdޔ_}O2' HɵvZi? KjEgM+6='%թ Bt%3ȅMwDO>!IuClU x%$sS"lA.M-QE$>6!P@]nO`6"S׊$TlrkVu|%3Ⱥr;n r}9rȯ[Hd_DzIr^~zd^HGӍYSQ&=J?-+S eV2 hb3S`zƵnX}lD3G#6"Po۷IcQa")\Pԃ\_K~lk#gonS'$7/!Ow&P-U=~G @$Ix& M.Mc##:@@5]u7$'< ,8%>>M[5pvDo7~+jyҙ(rSOٱ7uMB5u iUM6GO>=ySմRKI?V]<[/]Y?q#+D!xGc W!nB~A{~a('p.I-ܓvm[xoz.ڳT Hm*4#GPK);(/ j{ɯ1_x&-8jO-æ]yZɯS{\JLmB,4|5uJ|׎WSx"FD|1j~F= ]-XVvO(hu) ?Wp0y۱XO BT,O,0Ng S $rUrv`^'ijDA TE߿hG\Y\kK7@C'Z\jv@5][J*sk"3:o'` [_  ^%3\huJY(j("і vOZ ୑fG))&ݳEQ[e?{UE>TE/E(`,z'̢h) tA yGTlol-Oo=ћ 877o=4=#8:轆T@?AݴG65^S7uI4xԿÉl"I` 'Ba@C@N B< {"9=׳y\E?;=(=t.t_c]@>ߜ9b@dXۑ4m܏w@9Β @5/-Iǣ{ύ$@nsf}ñ~ \^^}Q1!st~:ͺc=x̓ףzeT5 Dlf;QtzcXqW^wmnGO8 @q'v?-t>d1Q}@H.Ї,k7_{ڱϯvK*gm'rzj]S@zӗz2r+"J4E=.V9UM k%Yoߌ=qt]耫b=QݿK]*U7#ͲD;njMI%z4dhaW6J>:V p.e{+嗖TRmː .3Qcwћ/C 69a}wn fו6+*bDhCml9e#'o Q"\-JX%2ShӞAk 'uf.fDb@DI? )IÆYM=q`eN\*jٜa;HoyQSì96a 7s2Kު8kVK& b $uF_8 |TѯYb|/PS+PAMxMoawD kSn-t>JW%K'.FX oqp~'Q.t.OA`0}\_\$7.By@%0.ΆM@@@vZ]򫽑Q'( coSبJu/(O@<y᧛vf}ñ~ \^^y}^#v=!f[5bjlLGgst>:ͺc=x̓ףFâKT VBg$K JSTS]lkٮiDZE3g{~.n{}1'8sfmM$jm; O Ar^imuNcםJEcsODygӴxܬqU.nmE{gn;]x  (OG$Fz !ޣ[  j&K\DZVPma)fXm] T* B<M3F Uߴ!K@Z5(=(GwT gHJ_~?/οhϼk۶"g,DN~7k 3ף a*Fu@.bmD-5KgC8_' 00R]|՞f%*ց;e!dBƍWa8h( L*S ^Dp`5XbK'v7MOݑbهXwE:f\_MKrJuQGk!&5롋]wJGm+5L,{\?utMRW<ZZ# Xz} PB],G]@@6uVh#xȣ6].լo8/K/}u~Gv\i=a%>G3EqAa1a+xxi.i038srvG"|ƉEVvC9nzG2Q^:"k# #b m8|a9e[ K3k<@>^G Э(muQgfݶsD-5y hV Khn3Z xEmlє1654wyJ"5jP5N)J^mihZf&l STdUGSa!X @|Qӛ;bH[*f'5vҬb']NK HԻ(F4*F3K#&3P@5upvښPP1E?jfϞstנ{2($W"WfU$%Eo`,Qݰ.Otq$M,^zLĹ+*=zLcbFZd+&୯|i4k,n] &p jhjBP1V 8kLZU23 ITEkv?n)#dn W{~N %æ[;Փ @M] !fU;+rLi٩i Ch AigfKzD*_~ZbN씁 \s~qƥxI#>qD?,2Pt k'Ы()mp'\z0 pgKMt.ٕ R3ډjiD FQ]x!Xմܵ4WXdu;M BX4뫯l(lx% c#9+9CQbG]@@5]"Z  줋[ O@GMaJHi$">nuYnEkf R8hnyHhun}ZgꮻSrr{EkzI꽀AFf5x2ө^韍(&,W!Ӹ{UbHkjbbp ;ZXd5z>dp"J,O1@^߉mG"  8e2ve:|L~!0:;kdC݊Kѹ"jE)?KeFX-^U!HQSWVȭ{60ѺF)jŠ8u42Sښ@83[*{< 条W9T'$PME:#J+z$ko'KBΨ &K.KkHd# g؛+1]utA`eBIjt*FҳRei S[qk5uq7lj*'Jf/ipj] ]X(j9;MηSr:Ԃ@NhnM)W,D1;Y,Ouhݜ# |k/޺ou~NuOh CpbænCÃZ1|<޹8ru#L_v3EMc8@Cn#2h, .-W jȂ.0 Y\  TER!u>C&!@ Mt14Qң t1[ pK PN.ڝ*cF6.N,@@!8;Tdn: lD`']>1*| FAb I`Q3=v#bT_{:Kh"v)Fu&3y vZ^jVTvʣFI%6gH!/NjMO@%r3dgkb@5]zByR# &bYJ@3™xBk7*öNRg#PM8]_И:a69ۈ&^,pR@^)M[5uq}&EgR`<ץ:EvESfNEn4ipVKcE0Q 쪋9҈(:N͑gJElu ob"{!LFҤN#5H kij*j'i޾"4 !ic|k>,J }/=4Mhih먱1uDC|7jF[76oSܠ!@`t1si75\mg^r6nӇ}<:ؘ3Ei8#Ё.xÎ 4K`+]L YQ l垉.7"@!PS.Α#$@n&<=u(G8  pft1'xbR9_D@ Ԟvpf\Ƨ$33ݺ3; TE<{[GSd@|1GDZ&p~t;Z-;wܾ}{iũa*kŎp|hw|Cu4kDj `BT߈;O?\:ڮ>[Qެmuݜ9e6!P@CX%@` ./23՜>pѳC-YsFi"e"@g&.+C`Wή7|MNY*aE-p&g0p=i 8y {M)TSHU>zl9!/2NalM.-^4L2[#>$D E>']W qE;!/tq_޴?'zz+ZXq¦9Lh+7`:^fUzrЛكX#Fиgy.#qFd}H|e;b +n`,oD&WUɥ0C+yͺcXnkmbqb=徿 Ǻ&||V8HG! Xb, gEI@ؓ1jX@Q"@h@5]u'IN =St 6  D.:( pc? jm՝~B~[ ck J`Qm.u$u׊}y.BI@ $ .E&@ yH)@]_,t<\wJBT vńqqEQU{A@@]tmya$ k jmCo[TKKv !@өݤEZ ZbZ@؍@M])#+Kw< j\]S  @ J.z1Spp Y@؟@e] @*'e @`O袝Dz3rڂ E ,tٮ1@8xt f \s3~Z(o}ҊQV<؍Yo///WAf)L z%Ke^6ZMZk>=;>PwڇgZa(j~e?,ժG jp$U esO"щWSkhV8Gİ 3A`~7}Vl^@>aL@ n:ze A}6N6![3E  @[EF @]d @b/2. @ 拌@@yTF @<*c #`/f;K٬o8/_;Q|blQXnGtǾ^ؒ۷֣,Rg{~.DP!tM`v)PG$8}0O7m@ I g+Bb!@{pc[?EO$xc.k׼(iz!担~jbU ;ÓO ˈ(cs#**1rFNjx$ES67U]gS%`bA Rq+++Ķ%J.$^_WXh]5zˈY(b?"|P\aO X5T?Il]\tEpQg,c/N(搐\ZltY]<("ؕ4ժ3h>հg~GWR2!GT%֌dmtq. @")#Tk4F گ:Y,IZu`_ ͎e-ą. \!`eCyN%?RX_3Y{uӵUO"R.t.OAuiBRh3^a)ouJ\eרrRJj_"VV@Wa -[& G7i@AvE7l[\nܸផ1*.: A=R=3ġkny'K{y9%)|KMt ]'L vj7뚀;GYQr I؆"U@g5 lCpjȣ6-wrf}ñ~ \^^r}={P^Ն\YUJxM֣28 0C]lv./f=ıW"k p^n*LˣaDC |ҡ>qEK\T8'@`$.3*],H> uG*_Cw'." {ufWg 3cJc@;@?{cߋ;r0V xcfeTq֧o]<@>zsJgOFjNFC#S؂>j X$v%&QLeGF% /i3Ey1vf#b'QStgp;|1nH ,&yެFgb9цqkZ;%//w:8*CSj6hti- N]E[$@:B'' \[$m'Gz|1t~|)뺢 u' J9㪬vIZ56gQ#-u:_ZrZFjItqhɢFa4\/҉҃~lVΈAd>[Pf]QD7&BET<.7戢5iѢH!v.CJ`Z  K0!N@@g6͠vw7 .nde n7w{ G R ҙS5m=y۷K.$sV.rƒXnk`ÀpRfG ǎ".tna@@t=>B^ŽH @=>V"@fw>S,R ͎Ӭ{8#od=jϻ@wŽ1EEe!0IZ >_Ϋ0-.1@ w9KMȇ!'}. C%.˛ UfƴQzUT:tt]NdҦSyiGRh쩤<@c: (} }@/m"Su/O4Ѫ=H&Ըсݶze'Hc/3ZHbB)m,d&9{)_|͋~">_kytV7aw xsG9N.o2%$PW!I*{y3EQdcNNCQFSI6[3h t@ A oe3C) =87CK֎c{sZo -[z8\ ;$P*}fK@#g"( @ ! =_! tڮ:E<` 'E֣ɜ @ub= 'tqOڴ@@[! = {Ҧ-@hz I]ܓ6mA@{ @`O➴i Z'.C@{@M[ :t?@ؓ'mڂ A=i N]l$.I @ub= 'kÏ>//mZZJ੧z /%ؤ_\?fesN.PIUYЗ"u"j\ik-E[#(ȣ/@G@O t@8x$}چ @G{bbQ]C9ǭyz>]Ws))ю #~3hh!roܸaQ aY;q6UiL%9:9h3ᑊ1eLiTTqJқ6判:U5Ge4'jk¬o4|)f~u1?TJnJ`g ^_[I)NkKNt&:x8/~A-?3V3u\޴@vA/|ZՌcnaJڔg|HVi(uP#}7%$2=5`{N8MDM|tanr6;2>n[L|[dus6uq*~(/))gwN -q CVŭbQ<V@;vO'$W^8~a; G!rP@K"靀_Sz! tN3)VB=f$`8Dy/^i iBjԁ>]@O t:T>fMɣ҅1"tq^%V ˮGq=*[  =}zzx!s髸 ;ރ@5 5ib z'.ރ@5 5ib z'.ރ@5 5ib z'.ރ@5 5ib z'.ރ@5 5ib z'.ރ@5 5ib z'p9Sn@@9_|' a 0;lIENDB`7EDd'%!^  S ,UfAtabela"`bDq pg%j:aD nYDq pg%j:PNG  IHDRirsRGBDIDATx^yeGq599#$ƉMc ḦM 0 - $!OhAH`0[$!cpp; IɿMt۷o/oΜS}vr!ٳe덹XH%e` "}sbVR-4|늬h01`LA`Rf <>O19oݻwoݺ5Q-_b !MaRCeh|3fOB! X;|Ӥ[orп&"& 6W]fqK~X}Z46:H%l~@0$e3Yscg1SEu{zTN  ø./77R#qAqw <"OxHq˞p?m۶]vJ5wDB8:#WBbs=ƕ*Fu&!#-0cVz|csqyq+˷pჟ7g8?MvG2/}/}2Lpտ^X7~ nf ̇שMKd9^٫xB^d'&֠?s|4;;_׍ ߿vknǕ뫷μN੻Z>\l<֍cnq_/|B^uO u)OO/;WrүX%8f.叻句4 ˼>悗rxՁ)Oֿ1)ƸSo00dqHKA>5ˠ?5G#7BO<_fe??}[7m#rmǿ۔ba{O-;뿔^'p;^.}_o0_qW}}+jO }|"p}M>?,{5a?y_qųL}C~y\}~m|'p;Gr?\-kyS.]!S/$$gnN߃ysʹS'^τ7MՎx>Τwv-d:}sSnsgJNsk~׼Wc_{\2Yq~>~//}ÿӜ&eN.yz~7|̷cޟ]Vjsg?J֯m1KA7QuysOkoo4|r>Pa| Gx kLV^fK(_e&P{#Ro]oCC1o7n'0zyr? ~X?∋qf?[&5 />2_<1ϾУ4ӛ Ͽ /xyOS/[;ˤ㏼fR6r8<w2g=9A:挽㝛g~g}ؼǹ^tm/:6.|ݼ59)'oܫϙ4hNy_8Maθ35m<塚^e36ȁ( O4yIvow?=+9?~͘%Px_L:˄C.|sVxϞe\ AMx7B&05__A,]<0ʛ/UV&8[g~xּke1q{ч[;nzyӫ,ͷs۽< 0q {g339g&%l75f+pE1/3l[(ǞCc._/>{ϛMEwiQD:x^; aP̓Gc﹧}|ߞUYys;7nX8H.0oL&6;&SN&8k-&9kcL1yB=ʃO+<^!h܇x10Ū9ˉYxv?hw¯+G>|h3א\sX!cwtΤ@$_t1}Y\wnNZs,_39cJhJi4d'Ǥ1w`|yр;? ͕3#,vq8hrE3W iޜ~]BcW=4i}3Z󜅟њ,os_ȱZnWMYwLңG32{*ķne3YnfE7O2qǞ=fb2f٘ynK+%a`\p[ֆ[wHw"֖E^>kgu3|0 .;3ڇ?C;>ybgL߻r`u|rdk+\װyp7j)G K?C֤u&J@kg5|YXb+Ԥh;pTDߖE78⒑[^8) o]>ˉKY;Z9,,""~ib/g<r+]Y%`;t l߾fζe ;@);J@Ԁu~+r\:`u'EV)v72رÄ.!< 1P*ڬf3->"c$IiZ4j՛΍s}Gﺙe fDb5) /v| ФGnȧ@zCZV;fMoX/"} @MUd(s}-)JnO>Ӽ.T)\1&A0ٗ^@)[ G i,>Hm*$ (vz⺏CnLntWGDX.Ōp6;>q= # U!2251Aus91<# h|QsB}bEO9BnJ wcɸG(ú"J h;f:CGql @` qXH!;`w[<9jѨUo I߱F- ;wm M5$jY+!Ѫ2n!UnD+@F @FZX+ kU?0@XZ@r4c֜,D;v0}p),I&UP!`NJiZWVs7+\c=eRٿIoH򻽟~0{t+t+h"Ze2bƸcP=!BCJH?Xn~eq$@s=2K),2"+WKVw=] #JV )I= =ErFC{ j苤 V׽[sb5ط%Uwp\M;Y5.d D(/+1K2XKu9XHM4pGّ72X.JC8 W<7d|b, 5}l lW tuJL9U4V?9Wr{pFq6@h@b܁;038Xttœ#ʙZ!i@R `# @;p~lx4e"Er_90&38b4rkŒݻQF7UStKY5 erҘ!)ͬ= kR.J.o]{R.$7 !Xnr +\]fe(&q5ƸcbQ90eJ%,*5#5(Y:$4`Mb] SƖNއdDʷMYrh;ג@M$[w+ڶ>YjERwXMBpCNB~!1Tunv88xV$Z5qǤ>ԑo]D8#;h#Ҁ,J]֕cο"ijB5)]2Pwa+c t{konRwgyC^$1@ 0W)A $8#<2:8#xrD9hԪ7$P!;ViV( $w,q~AƄ~7PD)~#6XAwqGWgy$>n=O 1(,Ҹ 7Q1EWl s A49BatVJQm)X%6J^B2倥ރyJ1ݝORĉww{qkUsJӬr,PCԴ:wuŢ馷+{*4˶ڬ> ~Pƺ8u]KTHiAg7@`J^W}l.1Rxkؓ]Evu(l K֕>$oNal?r!ʞEB%P.K5Ppn?YlTlTEeH,[Zn^^Ԩ1Qw{ 2h OX.D2mvIH@/+KLLad?2$Pt.pȋ+y!k;]FjI⹆=B\Y0fEi#@$h 10\lC`1@RuCT 7_ws5m,LLEB`#/Xqy\lc,0n(Or[cHۊ &̧V6?>|vG@oZ>vӁ@8(W8C`67)v;ʀصkWKB,d\^N-M9wڍp#A1+&cCF Rߑ5!bJư( ^95״>::t|ENgҟ*f b~рB^C 1H[ 0I O/غ΂󴅼Ny W4  @& R"6,y@ m R6,y@ m R6Aܰݽ{]B# 4G;R A畖e4MMƒ@5Уbh|G P|G5&Ѵ <T#Q =* w4m>wTCAiMƒ@5Уbh|G P|G5&Ѵ <T#Q =* w4m>ܰjVl]A 9. ? 7+ZA4 h cqG8 C&- PBr uG q w!&ȃ \  `D&ַPb2cbC$&x P@AEz9f UܑIP V # s (G)F2Bw~TvY*#XaP@A!2Ȏ-sXb`f7]P < EJwWx#dh3݄LzJ&V5͘j]bM m@6-AGێ4iƘ}BD sMAR2~\brl) M!5)% l2#p/ EXyay pߎM)wXS(؆ZO1NSf: qJWF AoupE0gEBVkGոVCNX;f4 x$d @Q}G S$ XwVnŞWj0S~Fi*Pb?K3ǚfL.A&}]6 P@ mVBRY4[BcҾ h"sA'jY@;fX®P"?̾CnE8N;F%rؖ.qz"@^}N;x6( @ /̾7y⎼&Di P@~WclʂP)XwH!ȼ&]EeS8 EgT)'Zu}ʨRkUa&[CSX%(XmҎH̾#nqY fY5!\8pVHY@faZ}lEq QB}he],@QtB$ѺCN, 5A /}h P!`ͣR1w6ԭ.Z=ƃ$ P@fQq|@ˏ{bȕfς P•ZLI/N)B@`9!-@NGbea̲jT$ `̂ @,chN,P@ H\6jDM:9R($@fQqmުQ-JE N2xj>ܽbE(cZQUUGk_YL}4c})k_ܘ0Mttc)y)Ҕ Ag%hgwT)g }mRl)@`E`iE?G%\U#E 層3*v_)BRrBh Es /깂X#֤h5 z we @`I cҤcm @@Y4frwj@[2sCӤ̓ք{X<^l2=ڐ=&pKkRZz22K0X٭Xoqr{k2ZuZo B(;dt0)L V1KI!u&0.8iUJUw,Y?Mf5k2|Ěٮ.}hw>}H-K!2 ;tK +oyz߭Hq7 gb4q)&ӳ?,2:v]\2?>W(5͘j]bM m@6-AGێ4iƘ}BD srlrlQ2D;n@+26~CNH!wҸj1߈X ~- ;ګ_~"l.(@ @~2fIEJ(G ('+t7 4;`N%puY|ge giXތ%(֤˞j@Q!}JH1Kfk_hYڷ!4M?gTVkd%PwLX_: ) ҁ;B~,6@}I%.'w7od~V61  2 ߻Z6k2ao t˲d;zz` M l @faԓ?K3ߚu20YV 1U~f̊5͘j]bM m@6-Armv8@Rxz&ѳ;g 3A |G<; wl};!'LgCw'9Ag=[@<xv = wijCN|Gև O#r@;z>txz&ѳ;g 3A |G<; wl};!'LgCw'9Ag=[@<xv = wijCN|Gև O#r@;z>txz&ѳ;g 3A |G<; wl};!'LgCw'`]7_r1 yf:B'lW~ǝlţ U00b;/)V M`Ό tnVccEy(%`l0ĉ1Kƅ@'%@O;z6t/ 0cccC э(p) #'@qX 8;?(q`# !2@,ǁ4"t@`q`CEH 080ߑYA`<k7>XVG`qX8Tu9̳ns:番j!1m6,8TU 'e֭  9fwpIENDB` DdY.3TUZ  C (Aobrazec"`b^Ryb"N: n2Ryb"NPNG  IHDRtI"BsRGBIDATx^ eKY߻7ÑHODQn!ݼOumcG#c}hc47sz|7*GQHyWA22`o]f͚5I~_f @ YGfVs>uG{I>u5XcޛME:cQ: ,cQz3XcQ[oEm2 2? .tZm7cwmEj1DE * 2mO:PQwؙN孊Q ulϘoji|(7 }~!nϞo: @EΟ~{vB;Vs\[[k_{׆^/;xsks櫿櫿ol/+PQ~ԿܢM`k& %Y3uƎZXލH|9c[Uow/=?R~s1u-߾?WgTQB'J7 W!0#[7oG?)c</1//'?/1/e lG>kͩW3/{Ͻ#?eoٍM8_OwXxOмz?QQ]3e?Fܯ&dy?n7dars'/Tb t3v:82xGk}wZdVKy~ǞuTM(׎[uQ%E-,F9<7_fƜv~w{;w;s;qǥ<]?gTN4NP}G}yW|W${~{spRz?.~ ">Xs3']qEB'|lgov{yfrb~b +;]w|ΝG|=uw\y>ޝA}_irrz9gƢ̑cwu3%|fm[`Vַ7yLiu岴<Y$3zo(=elv{-awn֛moybVg:ӣ>yκ(kͬ2y0gd],0bs'γ>{soF|9i6;Q(YŌ^SzZCPdx*#=zz]kb֋~ܣ (iEEPQ (Il۷o'9V5Ov!82Ize~Gk;g7 1iFv N<fNN=jANR(қGT* BEEm_q[TTVkE8*JaR\BEPQ(TT{67_A* $@J 07X^G ES0,# @@E *j Y&F@')!@XTTYdVTB }PQrL=S6< B@E %8o}[/b@PQ@ o,VM-AVCTz^$-;LL߲ӌ *JeZfB!%2+!@%%riĈ *JO. zpTA @EUy3eWMq^i&0@*j>[M@!]7[p.qH.o.8\ ,*jQY@@EI@ (E g!@PC&8@. @@ TT @"ZTp 5PQjR# ,*jQY@@EI@ (E g!@PC&8@. @@ TT @"ZTp 5PQjR# ,^ԙs$8}|+[7oEԛp %4@ $p=bEUܭЌ[kA PQj2`Z&WꋨXJO@PQ&v;,;ŷ*M 0 T$i \oJ{.O,nZNE-uC;Vёpf1!<1hW5s|  U3Ee:; JHlj|o3 6eS| N&:7'] i"_Xmf~&Jz!D#o(yJB@i&~eMOyO-b+ SSPcӌd985ā[3K@@fe?EѦ;P$  ,z"2Ǎ9Q" ;MEՏαG~$8V#5v >b  NPQpQ'дni1N+K$o OϪ’NSZѥTtm{'ftt 0*j8YH/~OPWJ(N t``!.  !B\F' *M%nDֵIXQF$N#T:jGTO4mIn!G3[QNq=$V2#0A% AIZl3%4sLJdiۚ7XrA JVDE Ek0,# @@E *j Y&F@')!@XTL O5>S,B 5d!@*j|X @` PQk21B 0>TL@֐eb @`|񙪲xysr8#^596Ӵ<@PQ#Tg ^@k%Zk aPQQ{0# C5[kS,B 5d!@*j|X @` PQk21B 0>TL@gϻGxLCbq^ KUCgu=)-Ґ|rr(Q&EȩɤKQ}AUG#QI7yO^[^|Fȩ|V @E-=' It θyo≖'"i @` PQ5d]eƢy;P<1@@a€3V+K -C@=PQ)oVN^(4b( @ED$+l-KLﺎND@ {xxHg>u<@ "`v>;88_ϸڕcQ]Q l @TTjԁ @( @CՇu @*>@@EF@ @ >PQ}Q  @TTjԁ @( @CՇu @*>@=<j"1@ 0=Ti j"1@ 0=Ti j"1@ 0=Ti Ӂ,ӁY2 / _ݦQQzқ<+C@)c(B]^B&*_E>{^¸ux mإ'Ujj9{!*xJt7(H(#r*E @ B-L@{ TTU݀I0L̈T1k4*JW>FƌK!6'ZS<@MD+D3Z|kڣ$>@`PQΟxLb TCʉ@E)HBB6|y"i}r,w `O F# \ZW8I;Z~@hѓ=yX!e_Fϻ%,@Ÿ(mg]e?ѓnh'~M$5̷&NMHv^+!v ; ,SA _M v,* `#qՒk84.z ߹`zY#$*& rK![P  }PQrGΎ+8V[- A @`Dab  @E(ل @6 \4zDɋcR#Ox@zws~Zzka{^v*Mĸb(CE !NX@… J젢:᪯0*JoNQQzsgeu2 R*Ev vQQzқ<+Ceb8 VsW*JA\@E Ah#j#TܣWC gN @UC gN @zr2w;,>V!ЇWET4{*`"Xc7W*6[7o1Z^V3tN3 5Ƣjok\jEF*!~(!O @*jJQH @ 'Zx!9TJʈqvpx&-STt˱hk@,*j;sO9pU5[>EiZ+'jAh+ž$TD[u% @`Q0*50M(iubN~"F1oJM;Tm@*j>ZN['ks+&!ГLTLMuQnV9Q*ڙ;w*j&o肧ML@6AC*䝷<]յY5Si #zfꄋv$2o5̶&Cs ¤LcQSҞ-O t.t*qj@+"ZKeDKUDkJ 眩(A@#@E s(%wo=;(0׫ĺ([,,3J\j")@tPQӱ%@j")@t`:][*AW() ._8eN9'k1!,($R#PQzsgeo2 PQe*қT 6E}EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`z" @5`Yd2̝e c _TAM77xVS6V!PkWٻمEEMT'u[7oD Jhab#zM 50jTԚ֜cW.{#$[GlS *Jsvr}2Dmr @EUy#zgw {uCXъn1[ Z~eĽs|SZ Y ]B?/oׇMy@ **bvroz9/ﺅtiy.L؜DH|4FDDn34E`n_Ǐ~ fAm!t@+TT+Uf/ѿכƁ*)J@op(l=et[]ZEw ` mH4da=Dפ.Bq]ͥCknvnZC{{sdvQbI:։@ErCcgLuwF}rV?boܵS+E17QNى3Z2 t SEwB@+TT+ENgl`[2eD_&*6I%ijfϴ"N8wjiZ~ԊENabAKe d}+,3\X S!~($:ӮjȗJjC4)#@ >Osj y& Sdu6XμN`iZ`)$~*jI5ĕ߮?+e7r'YD^"JطC9e!c( ]Tt+FBX&TK+/]&SMO)w܂ QQ 8PQt@ Ї*5@ v:@/_ƢXΈ @ $W@ >PQ}Q  @TTjԁ @( @CP;LÙV0wqO I`oo2YW 7(2d2 "_E.(*JoUmn0y1nfFgĞh] ueU^EGY9jѵ8"Dʌp? LBJ@w7+f&] kyVwG7G 1B u'W+!2ṋD<Ǭ;%yh0&C=qRJ>]HUd*:ܘ{˼-MOO]7gb9{De pwݔ"]9OZ^ %G"`.^ˠtWv\Ue,Ph.~pDOU1 UU:G 5*Ndso׆(! B89TbT _W!#@ `{i{Fλ%XW+Y&f%XԬi @E-6u8y+IGoL{^!'1  hS'`.fLPCEM.*Jon TTX@… JA'\FE)*Jon ._X6V!P@įR5EEiƶ/(2̷QX@YruXGEC T 66B5=z5d @*jz@@ PQ5d @*jz@@ X]7.כ<+C 2c}q^pUAEM#*Jon mBv,u9FQQzsN=pC258o #]Ob;ÇУ,̅]7g!QE)I 7б'S.#rBǺ JՊ @ BUm0C5r×^*n[ 4kV\kQO*~eĽs|SEtކ.;rVm uϙ'sάB@EM Hs)CuaULpɬmȭep=Ͻ3M!D [@wf*x3bנBBmh^]=ɉq@nRua6'F ^ksD0'ҟe"6uT8'oEzhz㕉ܰeNGMS$fkPIh0MS |ꌸ9<~:ƼD@TThꪄBu1,אm5 "#W&_tETbB \ݡ_ct5v:lNᰌ6?7s_o9oϣe䤀f z 0T8g.(F$*v3]beR^ @=M3$kr&ea ّ 0:TH6讋r!|jʝ3MXTfW=k't/l%lNPrhОq94Fm6u7R^e$ф",=3X^SPM]7'YbH(Y 4i*Jo3Unݼ1KH ӴWgC9_'eT0j.Wa]oΨ.mdXTo^P 0Ti QDfGywGuC;֬<(Fsz͹fm^9f)@(JUle}7qf_F)Ll~V0TasUcv2!JBJ@E&N4:0;\tc%C`fΜ˵`玙3II0j L|-{\_1TjқzT 6E}EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`z" @5`Yd2̝e c _TAM77xVS6V!PkWٻمEEMT:}í7f ɸaXos84I] 3AQLsFEI.jz#h(d"XrX9@[yNQjvww:~Ck"ZS5Ś4/ *>arݗOnhǚ'e8Stk5Tm BDut3:wfҼ95oN*DʹХF;8 @ **E( E7(j,)0c @EU%^q\xpF *=nvpx2N P*<9ZpW E2cwFд)bn+Ahf˗./n"^6Sg{؝;' vTYۨaB,TTY&77x@cQmjxuQ5d @*jz@@ PQ5d @*jz@@ PQ5d @M{ލѐL%'`ʙ ]y쯳ͅč3"9D'B 5@E) @xPQTf̅Nعm1W׳&elaa-L3$vnOܷeCXX1jZkn򼚅*$+q)y>MU\TW{*<5zzc`@VPQ jY?jX@E-?D A2 LP@ T @@@o@on K*J8u\sG;7Thn77xV6*c(KUb(AE Ah#XTg]T Y$@'9-B PTT Y$@'9-B PTT Y$@'9-B Pv:ЛEv:Л<+C^0V!PE4*Jo~PQzsge:elcE\vˋ]QTDegߺy #(9EE !`*@E:*JorPQzsg0FYUC gN @UC gN @UC ps[\RPcE`E7(22 "_ʮE.(*Jo2Unݼ kz+,ߩp>Bfr쯣Zpi2")@_=,Gec{ DZeƥ*YV e#ZܸܰuSg^6^e90Of Fu ! /wXlᰖ5ir'!rSkCRv,AuA6ZPp&0`LTy`漽)gj)'x'Rik*3!jvŕ;2Aru49e BPQb;c=AX&*:mj }4nF vjb|X@EugF @`d\'xb5e@`:X 0/;Z亂mZ@EM A ;M4;GtpM&p9\{pelj1(77xV6*c(KUb(AE Ah#XTg]T Y$@'9-B PTT Y$@'9-B PTT Y$@'9-B Pv:ЛEv:Л<+C^0V!PE4*Jo~PQzsge:elcE\vˋ]QTDegϻ1ܺy_HƎ+fZ wي+g.J] x B*v)6YL4O" @&I, LG5YZ2arȤ;%F=Y;iSݦ-ϫ4;KhJm*muED޵M)Zڱ31.zks#*aP% 퇋rx+J+qGt2=@5Dd;F6@k!3ӢruF)h(\B*?17,LA@PQ$q!صYr*OA^aHĬ>| ¥u/,svdݒOedƛ%Aur *캩7ݙn БnvF 9ƢfO ,*jq@f%?C XŦ!@*jV4@b : @`Vt0+dt77xVelc:sN.ރ;Jd)۾0Fe ce Ul79(3@mj#T!@PQ3E@j !@PQ3E@j !@PQ3E@j NzNzsge;* c|uFE*Jon _mB׮wy 1қLuy7[7odv*o9伭xH Kin8sFE Ǹ\ ZnN<7JJP,Ԁ @za @' Q%9loŤg+f-<#M֜0b&{';c'@< P&nmWI:Yu$L[ߖHp02n&=gf\UCY` F?DLy4g[7O2 pDUCWhZEE2+'ȸ&F I]>Z>OZweEy@`8Tpz-*RB_9r>`2N@H^NmRǍ{=X}y]G2)VQ?Rۺ-cp[1Y>LJB@9TwOT2qn1|g-@CEDU=$('FCD늫ez=;VMUӚ6]79eUԂ@ ޮr_UjzZ%b(v,WqƢh4fC@QptxϔFņ1@`RIq O] CiKu銅(=@]SۖKyZP,*jm@f&94@B 8܆ @`ft0s@oxbf˗./3r=;N@E}T|iyhi[pmT䡢 `,P ., @@EMϜ!@*, @@EMϜ!@*, @=z(W sOS-NJ**JoQQzsgeȝelcE\v]7]QTD娨gߺyÍ=k^%Xh\/,<Tua.Ԩu|;ZE(F6rOjE\ Ћ*65rG(oI8@X<TS8VVo'retXӃ[˼=l[V9#zO@n:kh;-j@B T0CDRxƓP2OgMG #@5PQOI,_|. ! Ey4.3O P1TT&檍 M TB󀰄 Љ*.e8Nr27&í^<$")1 <%V^N U9?H\.'Fɉ Cw=sT&N+A`PQ Mﶻ<\~Wl2vu\F|9{#αoJVh„ DL@U烃%*Jo@E !`*EE:*JGb^ @E}EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`z" @5@EՐEb @`zӷJ9>Sԙs${sLQKt]ɧw!0 _`Cr( TQW\xNEvvPQ@`49y7:njh9 0!TԄi Id=-9ox/eTul*!g$oY U4A@Ece@j&9@@9rl @@PQ5g @(GU-!@* @!>Sԙs򤚇讻&<ׯ]kPb(ɭUE=y/  1 ET]I T ժ3@@ER%E A *Jsv  PQzsg h&Ҝ| @@/T @ 4g @K77x@f(7@@E A *Jsv  PQzsg h&Ҝ| @@/T @ jo;=p}&|W !,rVVDplm0 A5E6voݼ;< @Z 053@nEA i ~A ijGpwטk_;ONfc''&LjlT2϶OaзHD܎!!xcO p:T#gt4 ?EZ2Zgow ~JGDJnʅ#w>N >d\=|:٦w>9!|أ7}3'k~˿\#?ϑ9C9|CVSMW^|"I>-crb:Rup ?B6sm}wBώw}/Pm>Q:w*s܌E}羿9 y.WO @\(#^/7o'[oV1tc,j[wc|?& mɭ.ڐ}4]ƢnǡUXQG#XRmsm(Ƣn_5E=4o*''#Rn@ 8RQF8%/ylH׼5挙@Ho~9o2Gk?W_' ?o0G) ^{Z|9z47KzTWE[|s lƏ</ü|bs 40F~ ?t~~hqCO`D?'fvψ'y9"+%o?ooֿom-?n]/o}U0ZObr*j1ݢu_GGyst/}k^_h)ONg_loWÜ4>Gy_/u|7YH(S'_n̊9O$;ڬtT~]JBX.$7${}+?w;Ƣ%/iO?R=N?U&.~OJsFN}^jSwk:U) _g`R3'Q:qn y~'{y'SM_b37o>A|*mRވg{K(sDBO_j*xy} I{L/;iY|_a^t=+6ɕPQFN^^hW6g>/zk{}evn3 7gvͭOzo?=%椙3o<)_}Txa3e΋23(e홊 wY$8g+o;CSv]f,ʜ6B5hoU۲tM?{2rWNAcuW\cS/t1>7rz _?g>abYyDsfWƢ6/?2w[H6t'y<7]~nO ?'[cvϳ}5辻~r2 Dɼޓ?}1tώ>ϛϲ</_Gvi|X?;mNmfjO0lSttz:gی0 t3ETl}%Gж==@s'nm9:;'IAӁg cGh<\].UF9aNrye>{r~g\ ecvȩF?珅]sF囟)iPOk0Oso=wynH8H''O"_!<̓񙛗x@X9r3o$0J}7w@JKSͬѮ(0cQzsc@~U2cQ?Hrg LO`KE}/>4s_[XT4$γcQ#-yv,*߲Eɑ_+]REʔ(;"Ys:vqIXTN2"XTLٱ!e5BjD#d]TD1γcQ] tZ]UyγcQ|@s׼fsT.pVHɢ( t@#=/p?]V@@b%ÕnKq~ܝ{߬wp4 % ǟ3PrtFϬ1ۻFmV;:y)3zrD}nC&d]Q:*ˡdR/3ͺ(;'_JVDCuѓ9^f.ˡ="ʜ4B23z߁)jYZnft`^&Fqejoɯ3zM_ʙ3+LI: ?MYeVGǓ>m3{.x-yW֘Q=gM3z[K˳  EغG&`:rf,虉>!w`l?}/Og,4:ݚ'Ûp]-ʹC$^RM9Ӝ{ЎvoӋOFl64ݠwqc!/yR*X9s?g˧IG%k[NO;=z;o] k)eVG7yytwr.~ TTtrw:8Sy{,*G;Uةq昲Bj\%=}fEaV9aBE^Pe*ȹ?)C%y[S\I~8ǦI~E)o?h Tԉ3Ƣt}&CiKm;Qg4n"Tx۾+QQSV'_G=WE~*ğ׈_4чk䪄tp؎?L) /62y|ing)T+Ÿ,uDT&=fe|{I-E7lg3fZњGM5`yP09;I 䐵@`鉊:JW8ܱu-е(-v]}m2/Gߧʌ9E!_ Z+(z=\3rD;9?='೒kd t:>GnG* FEصB`#D>V2~U?nѿ7R(X=-]%]ic]|k!^/>K.XEy룩eU[-XA&DR> kf~np^Yo?WKHЂUS st(!2~эB,}u) 1auQpQ{ҎސOB5`'rkJ]_weǬ&h}ȍ"554H+/{lv!`H/6^\NHŜ.=0'&>a@E8>Dc?Sאgܳ`}Hth[w`64KOrc?'{7q-J_]-gz|rC&7Ż F/ZrrD-%]J3^E@[f.?{ 0~zZF {Z$ gQ nȻzovhOy6ݫ{~ƽkti2ġc}03z CZ?!ʓ3s`=r/d/v 7(䗌Zh3}o=d\*^>׷\/{ב>gLtݩ3]Z?M^Ț~ӏӖ~f~"'~@y>9!U9߃] V#Go hu{S@ *v_ȇlr (<z|{Dy˳C"'鮇z8{W=9 D>rL/X#^9 "WUI 樊B&~TYk 1<%s`9,^#_.rKrޖl`~]\C,_)WtH5;ں(~t*g3}k&o3{[zZo?[+ GgoZ %<Z'a'vJ;ZNP9i8̴'](Hs+e!ہWW|'W歜p4̜On"]r2mwu^ HdVOfdO{8oɺg|cӖgHug滗YҍbLŌ1فFtz50(C@3>tKTNߣ'B57-B 82;ʧΜ*uD@'@=8|  >kfhFϜz $Q ,bE-7+#@',* }3ci_t,MYГГo{S\ZHZ/|[&/#ST;/<f,Y'y[IڷVC FjVCzk|E=PC8$ ,ӣS-h*N3)o$ <1FE觫KWr绪K>ՓDLܝr:[&SvE]sƓ=ĘҔӋ]f4h Hw& ThX'O䋿U lꫮq;}(Vkۍ,B* -A'j떎5D.[u5e@bXWO"C*L}ܻSEuokK'c PTT$hڎ.tZUҟ񶪱YC':6&=XvZ 4T=\Ӎ_ ):j'ߥQJ&th'qZ4M+ZC|Z !@@'F|ppЩ-|~@N`{uu:Ht?=ǧ5J@XDW4@=s1Hu@ hꟾor=2ȿi`X(C+$0Z5NC ) MŢj/ foR)9B iӐO-Q*wfgJO 8٣!UTQzQtĒwJ\=MIfc-ىmX7ELhb%!M>]{ ]9*)p3l0W^"!ͤs&[맣5B{`fe+33g0UTx!nuC:/ItEOQL52%3KzHoozhM]@ԜVt =5k;sMqV{Y֫Dފ~߅jbDA~le/DR(f+ 9Z'ٯ(HK"׋_-d9os,k^'t'j?0LȬأXwI:@N)BXEGrF,i$`ew(I,71r-~m֝=vG_rzGJoh*N@#N+Էe Z4=q䜺v+p2㨨NM.;=?{tq|=esFm5tNs, !/Or(%fF:0**J[Pr:76&((x:3ny_FvϚXv/VO;ЩN}+l?iZv|zb'C)|2RM{m3/<*kf2z)pKdG~%Cs 7z8{OKtR%]/ƜC OD׻\ $y\n!,Y+vʽkQUt&OM1ꊌ%4|5n+X `lA?nWZ @`6*jG9wh=|v"J=d`o^}G!ݑ>nf̩K!@ 4:}o=F[$q}*;~xD <_HٻBjͨz.9QmAlx7hVM(ZϸmmG,^4J+Ȑ2cG4LlVu/qGCܣ/pK;$jX(z#M?6>&2$!(¸&nD P{+wb0c])-V 5h'6z]Cw:R]S^7w~$ 4a?g8$q_}HRW`MD$.蔔h[E~gMbC|Z^6e\&zSI;3Tvej)SZn垟ҟ~m%4췗|ӃM^#ң)QFore2\Yz%?]}hIzaJG*"CG'OzxfV!zYX&;B' 6:=^.{KhBHℾL̄Jt? ՂC,|ZG$c GI岐`~KLcvHto"$aqQU®wI|A@>24 ]jP M|G}_2?LS*9?Cgd2cӤ#8A'#%~r\Zi#njP2V& eV {y DE$bΚ򔞰kT4!{0W%@:LQ!թ GU ^ת\7t-٢r$4աYG z}hz:ȉB2%%/-/^!mbt˝8wDOxzۮUrR%aafw/RH{>V!zU"%lMo%^+q=oTQF?Kq}RZJt @H5⃃~YQ  lT~H>Q_ޮ#DOz|ZsT`EtŁ N?IY>3?T @&~ޢy@ P@JEBna ('QQxBN)"A 0=2w޹<^C ('ѳB <@\|ed֡\. @CWQe;=@ gDFj./i h#G=mi@f'Gs{f@ @jMēl @zlA?YQ  lT~ @xJڴ@@=6*?.\_ؔ B j=0qʕmi!@@5NTݣ00\,x^>00^>00^>00^>00^>00^>000P^>00^>000"-6O="@{A!$&()+,&9{A"%'*{A#8@0(  B S  ? _Toc103474877}8}8 /8d<08dd18d,28d,38d448dO58d68d78d$\im8m8}8gts8s8}89*urn:schemas-microsoft-com:office:smarttagsState=*urn:schemas-microsoft-com:office:smarttags PlaceName=*urn:schemas-microsoft-com:office:smarttags PlaceType8*urn:schemas-microsoft-com:office:smarttagsCity9*urn:schemas-microsoft-com:office:smarttagsplace> *urn:schemas-microsoft-com:office:smarttags PersonName  ntv{| &"$%$x&&''))))))))))Y*`*W6]6^6g6h6r666666666,72737<7=7G777}85E}833u &&      5 J YZ'(----{..C4I4\4]4-5.50555556666666666"7*7X7[7\7j77888y8}8}8 / i}9ZL 2D`H   P^`PhH @@^@`hH. 0^`0hH.. ``^``hH... ^`hH .... ^`hH ..... ^`hH ......  `^``hH.......  00^0`hH........ P^`Po(hH. @@^@`o(hH. 0^`0o(hH.. ``^``o(hH... ^`o(hH .... ^`o(hH ..... ^`o(hH ......  `^``o(hH.......  00^0`o(hH........ P^`Po(hH. @@^@`o(hH.. 0^`0o(hH.. ``^``o(hH... ^`o(hH .... ^`o(hH ..... ^`o(hH ......  `^``o(hH.......  00^0`o(hH........D` /i}9ZEDo!t]KwPu!M'ib'k,F+.Xa1|>zA]InHN^V`d0f@gO+kmT(n&o@uTyz:'HUX'nk2U=4VHz@De,q- K4` b(Baw Y] ^~R<33q _EcZ%-0}8i0i0@5555{8@UnknownGz Times New Roman5Symbol3& z Arial5& zaTahoma"qhXb3&3&(n 0fn 0f!24d_8_83QH)?DPPoslovno informacijski sistem v podjetju mora obvladovati atevilno dokumentacijoPavlePavle   Oh+'0$0D T` |   QPoslovno informacijski sistem v podjetju mora obvladovati tevilno dokumentacijo oslPavlenoavlavl Normal.dotfPavle.d40lMicrosoft Word 10.0@i_@LǑj@(V@ jn 0՜.+,0< hp  CEMEKof_8O QPoslovno informacijski sistem v podjetju mora obvladovati tevilno dokumentacijo Title  !"#$%&'()*+,-/0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ Root Entry F`2jData .h1Tablen*WordDocument8ZSummaryInformation(DocumentSummaryInformation8CompObjj  FMicrosoft Word Document MSWordDocWord.Document.89q