^)0@ ST Disk Format (c)1990 Rob Northen Computing, U.K. All Rights Reserved.b`  @ ! #@*')+-41 35`7>=0?A H@E`GIKROQpS@U`\Y]_f c@egipmoPq s@z`wy{} `0 @ ` p @ `  @ P @ o ǀ ` ׀ ޠ 0 @`p@`!A  _!Aa$!!#%a.+-1/18A5a79;B?AqCELIKOV!SAUW`]_Qa!cAjagikmtq!suaw~{}1!AaqAa!AQ!Aa!ÑaǁΡ1!Aa١qAa/AQ " B b  !"!!b!!!!2""!""(B"%b"'")"+"2"/#1r#3B#5b#<#9#;$=#?$F"$CB$E$G$I$P$M$OR%Q"%SB%Zb%W%Y%[%]%d&a"&c&eb&g&n&k&m2'o'q"'xB'ub'w'y'{''(r(B(b((()()")B))))))R*"*B*b*****+"++b++++,",B,b,,ɢ,,,-B-b-܂-٢-.-.".B......R/"/B/b/////0#0C0c00 0 0 01#1C1c11`  @ ! #@*')+-41 35`7>=0?A H@E`GIKROQpS@U`\Y]_f c@egipmoPq s@z`wy{} `0 @ ` p @ `  @ P @ o ǀ ` ׀ ޠ 0 @`p@`!A  _!Aa$!!#%a.+-1/18A5a79;B?AqCELIKOV!SAUW`]_Qa!cAjagikmtq!suaw~{}1!AaqAa!AQ!Aa!ÑaǁΡ1!Aa١qAa/AQ " B b  !"!!b!!!!2""!""(B"%b"'")"+"2"/#1r#3B#5b#<#9#;$=#?$F"$CB$E$G$I$P$M$OR%Q"%SB%Zb%W%Y%[%]%d&a"&c&eb&g&n&k&m2'o'q"'xB'ub'w'y'{''(r(B(b((()()")B))))))R*"*B*b*****+"++b++++,",B,b,,ɢ,,,-B-b-܂-٢-.-.".B......R/"/B/b/////0#0C0c00 0 0 01#1C1c11CAPS dFREEMEM d GALLERY dMACCEL d%NEWWORD dMQVIEW dRAMDISK dREVENGE dSELECTOR dWHATIS dSIDE_2 !e. "e.. GFA ,ePROCALC /e SAMPLES 9eSSMASTER TeX. ,e.. !eGFAMENU LST 8Qn Dim Menu_bar$(30),A$(11) @Setup ' For N%=0 To 30 Read Menu_bar$(N%) Exit If Menu_bar$(N%)="Los Endos" Next N% Menu_bar$(N%)="" Menu_bar$(N%+1)="" ' Data Desk, About Me,"------------------",-1,-2,-3,-4,-5,-6,"" Data Menu 1, Item 1 , Item 2, Item 3, Item 4,"" Data Menu 2, Item a , Item b, Item c,"" Data Menu 3, Graphics , Text, Put, Exit,"" Data "Los Endos" ' Menu Menu_bar$() On Menu Gosub Menu_proc Do On Menu Loop ' Procedure Menu_proc If Menu(0)=1 @About Endif If Menu(0)>1 And Menu(0)<22 Print At(1,22);"Dummy Item Number ";Menu(0);" selected!";" " Endif If Menu(0)=22 @Graphics Endif If Menu(0)=23 @Text Endif If Menu(0)=24 @Put Endif If Menu(0)=25 End Endif Menu Off Return ' Procedure About Get 0,0,Width%,Bar_height%,Bar$ Cls Print Print Print For A%=0 To 11 If Rez%=0 Print A$(A%); Else Gap%=Int(((Width%/8)-Len(A$(A%)))/2) Print Tab(Gap%);A$(A%); Endif Next A% Put 0,0,Bar$ Return ' Procedure Graphics Get 0,0,Width%,Bar_height%,Bar$ Cls For A%=1 To 200 X%=Int(Rnd*(Width%-50)+1) Y%=Int(Rnd*(Height%-50)+1) Offset%=Int(Rnd*50)+10 Deffill Int(Rnd*Cols%)+1,2,Int(Rnd*24)+1 Pbox X%,Y%,X%+Offset%,Y%+Offset% Next A% For A%=1 To 50 X%=Int(Rnd*(Width%-50)+1) Y%=Int(Rnd*(Height%-50)+1) Offset%=Int(Rnd*50) Deffill Int(Rnd*Cols%)+1,2,Int(Rnd*24)+1 Pcircle X%,Y%,Offset% Next A% For A%=1 To 100 X%=Int(Rnd*(Width%-50)+1) Y%=Int(Rnd*(Height%-50)+1) Offset%=Int(Rnd*50) Deffill Int(Rnd*Cols%)+1,2,Int(Rnd*24)+1 Prbox X%,Y%,X%+Offset%,Y%+Offset% Next A% Put 0,0,Bar$ Return ' Procedure Text Get 0,0,Width%,Bar_height%,Bar$ Cls For A%=1 To 300 Deftext Cols% X%=Int(Rnd*(Width%-50)+1) Y%=Int(Rnd*(Height%)+1) Text X%,Y%,"ST Format" Next A% Put 0,0,Bar$ Return ' Procedure Put Get 0,0,Width%,Bar_height%,Bar$ Cls Deffill Int(Rnd*Cols%)+1,2,Int(Rnd*24)+1 Pbox 0,0,100,100 Deffill Int(Rnd*Cols%)+1,2,Int(Rnd*24)+1 Pcircle 25,25,15 Pcircle 75,25,15 Pcircle 25,75,15 Pcircle 75,75,15 Deffill Int(Rnd*Cols%)+1,2,Int(Rnd*24)+1 Prbox 30,30,70,70 Get 0,0,100,100,Blit$ Cls For A%=1 To 1000 X%=Int(Rnd*(Width%-100)+1) Y%=Int(Rnd*(Height%-100)+1) Put X%,Y%,Blit$ Next A% Put 0,0,Bar$ Return ' Procedure Setup Rez%=Xbios(4) If Rez%=0 Width%=319 Height%=199 Bar_height%=10 Cols%=16 Endif If Rez%=1 Width%=639 Height%=199 Bar_height%=10 Cols%=4 Endif If Rez%=2 Width%=639 Height%=399 Bar_height%=18 Cols%=2 Endif A$(0)="This GFA Basic V2 program was written by" A$(1)="Barrie Capel for ST Format Magazine to" A$(2)="to demonstrate the creation of a typical" A$(3)="menu driven application."+Chr$(10)+Chr$(13) A$(4)=Chr$(10)+Chr$(13) A$(5)="The listing can be run in any resolution" A$(6)="and a full expl. d.. CAPS DOC 0t }CAPS ACC Gt  CAPS CAPS is a "software caps-lock led" ;it should work together with any well written GEM application. To run CAPS, copy the file CAPS.ACC to the root directory of a disk and reboot with the disk in drive A. You will see on the right-up corner of the screen the string "Caps" in light characters ;it then became normal when caps-lock is on. NC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.` ff``>>> TURBO-C <<<< for ATARI-ST Version 1.1 (C)88/89 Borland International G#rJ$VH3v k #| Ј<.@#x<"@(I$k,"Jf"JfB// ?<?<JNAO NA6<HCBB`6 !jBJ)gHiRC` "fSI "WJAkHiRCBSQJ)gHiRCHy`$O0 J"LNv? 9g @N 9g @NNn?<LNAH0OdN6AN*EGHoHo"J JN$PO6r?A?A?|Ho"KANXO"J Jtr0NLHoHoHoHoHo Bg?<BgBgBgBgBgBgBgBgBgBgBg"JA.BBBAp0NO.|g W(f ApNrpNgBA`r0NAOBB2/0N`vOL Nu/ GT g/ &S?<INA\O`GX g/ &S?<INA\O`&_Nu/ Hz^?<?<NMPO/Hz?<&NN\O?<?<NMPO$_Nu OJx@3\1B x@f1J x@fp!PNu.H3 \Nu/ ??< NMXO$_Nu/ /A Bh1|1A1Br'aAf"_2"_2NuA Bh1|1Arj`C 3A3B3|CrtRB2fA 1Br`r3 / C 2dBi3| Cp 2Q"<psNB _0 Af"op+2QAp 2QNu f ff1@ 0"<^psNBAf0Nup `#/ A f00000 0 0000000000 paj"_2"o2"o"2"o&2"o*2"o.2Nu#3 fp4`43 f#p#`"/ /pMa"_2"_2"o2"o2Nu3 @@A C B@22220<"<$NBAf0Nu ff  CAPS[0][ CAPS| di|Antonio Flaccomio][ OK ]Caps f fff8d &"T.$  j ,*NC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.. d .. FRESPACEPRG uianation found in the GFA" A$(7)="Programmers Surgery Column. "+Chr$(10)+Chr$(13) A$(8)=Chr$(10)+Chr$(13) A$(9)="Note that the items in Menus 1 and 2 are" A$(10)="dummies - insert your own menu titles" A$(11)="and procedures for your own programs!" Return RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.. /e .. !ePROCALC ACC p r`fKJ$f(ByO^/9X?<HNA\OJg.@X`6 - ЭЭйX"ҍ¼.A// Bg?<JNA #l yl/(,HhNP/9`/9`r?9pdNT?<NNVN(N3o.Hy`^NX3kHnHnHnHnNO09o.gHy?9`N\3HyNLXf"Hy?<N\NBgNT0.noHy`BgBgNP`Hy`?<BgNPHyk~Hyk|HykzHykx/9`NO09H/ </N  y`p Hy*\?<?.Ckx OpNbBg?./9`NO`jC OpNb?<Bg/9`NO =@ ng0.H/ </N  y`00|g0.H/ </N  y`00 |f0.H/ </N  y`=p 0.|=@?<?.Ckx OpNbBg?./9`NO?.?.?./9`NO gHn?.N>*\?<?.Ckx OpNbBg?./9`NO``|g|g|gBgNT0.gN^NuNV0.|=@0.`R0<`~0<`v0<9`n0<:`f0<;`^0<<`V0<8`N0<0`F0</`>0<3`60<7`.0<.`&0<2`0<6`0<-`0<1`0<5`0<4`0< `0<>`0<?`0<@`0<A`0<B`0.H`L0<`0<`0<`0<`0<`0<`0<D`0<*`|0<+`t`6|?g|@g|Ag|Bg|Cg|Dg|Gg̰|ag|bg`"`|=c0<>@ |"| LN yf0.`0<`0<`0<!`0<"`0<#`0<$`0<%`0<&`0<(`0<)`0.H`D0<`0<`0<`0<`0<`0<`z0<`r0<`j`0|Tg|Ug|Vg|Wg|Xg|Yg°|Zgİ|[g`"|j2<& | LN2N`0.` yf0<`QP` Efv*oM m HPHUBg?<JNA(m)m -:gS)@ -OK1PC#HNHx?<HNA@)@l/?<HNA)@h&@)@XЬl)@d)@`ARCpr Ѝ"QHNFALN4Hz2?< NA\pdAxr0XQ)K\NN~N ,`NuJrBjNuHz?<&NN\N^CAp$L Qp NJ9lrBlJpNNJpMNJ9@pdAr 0Q0tr N9lNupealp`NuaNJHz?<&NNBWNANC2A@p222NrҌ0<NB0,rNurA9Ar`v C9Cr`rt9@9A9BNrrҌpsNB0,Nu9@N`rDҌpsNBNuC2 @ e @}bA@p222Nr,Ҍ0<NBNu pa4|a@:>< |a6RGk0Gg`a(0GVfA1G<ap??<?<NM\Nu??< NMXNuHn 2$4BBNuAd RdQRB BbABJk 0NuJBjBBXNu 0Nu 2$NuE`B<gJEgEjCDEDF Fe( F dF8BCHC` F0bFHC8v` HD8HDkDуdQRBNuDdBDA@kgAр[SBk0NuJlJBk&Nu0g H@rB JkЀ[` BbNuJBj prtNuHPAJgPpr$< _Nup _NpNNuCDEJEgJBgJjBEBQ*HE?<>0rHGGdHGGdSWDуdi\?<>0rHGGdHGGdSWDуdiN?<>0rHGGdHGGdSW2 H@N?<,>CEdGH@0r`?<`JBgVB&8TTDуdQRBNuDAр&AdRAрAрDуNuprt|=|  g +g -f .g20  b 0e 9b da`RF` .f 0e 9b dajSF` Eg efX +g -f 0e 9oSH`00  b&Hz0  b E Do`HJjDDDS4</NJFkSFk&aQN`Ha"FFaQL8N6.JgtBnNupr$<NuJBk4<rpAC v JBgJjv-| Bb BkH>aaNRFBdL8?N<JBga2SF Be BgQRB`ApdR e <rRF&0xafEv+0JFjDFv-Hƌd0BFHF 0HF0ANuprt|`2:HQ A dJf`CfSHj-D@Hd0H@H 0H@0`fSC\fS , @a"C\fApNNN4HP?< NA\NuH@aa/a a Nu@0 9c^Nu| PC>$Error # ][Abort]\f.B &lX)K\)ld` lp ,BQjNup(NV"l`Yd&-KNN"l`YepNNN"*** Free Space ***N(NN(NN"Available Ram N~N N" bytesN( <,N0N4C.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.. d.. ARTGALRYACC 4`0<!`0<"`0<#`0<$`0<%`0<&`0<(`0<`0<`0<`0<)`0<`0<`0<`0<`0<`0.H`40<`n0< `f0< `^0< `V0<`N0<`F`$|;gȰ|gΰ|Kgа|Mg`"|2<2 | LN2N0?<N"N\HyB?<!N"N\HyD?<"N"N\HyF?<#N"N\HyH?<$N"N\HyJ?<%N"N\HyL?<&N"N\HyN?<(N"N\HyR?<)N"N\HyV?<4N"N\`XHyX?<N"N\Hy\?<N"N\Hy`?<N"N\Hyd?<N"N\Hyh?<N"N\Hyl?<N"N\Hyp?<N"N\Hyt?<N"N\Hyx?<N"N\Hy|?<N"N\Hy~?<!N"N\Hy?<"N"N\Hy?<#N"N\Hy?<$N"N\Hy?<%N"N\Hy?<&N"N\Hy?<(N"N\Hy?<)N"N\Hy?<4N"N\` . yf\Bg?<N!XBg?<N!XBg?<N!XBg?< N!XBg?< N!XBg?< N!XBg?<N!XBg?<N!XBg?<N!XBg?<N!XBg?<N!XBg?<N!XBg?<N!XBg?<N!X?<?<0N!X?<?</N!X?<?<3N!X?<?<7N!X?<?<.N!X?<?<2N!X?<?<6N!X?<?<-N!X?<?<1N!X?<?<5N!XBg?<!N!XBg?<"N!XBg?<#N!XBg?<$N!XBg?<%N!XBg?<&N!XBg?<(N!XBg?<)N!X?<?<4N!X09g8Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<!N"N\Hy?<"N"N\Hy?<#N"N\Hy?<$N"N\Hy?<%N"N\Hy?<&N"N\Hy?<(N"N\Hy?<)N"N\Hy?<4N"N\`4Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<!N"N\Hy?<"N"N\Hy?<#N"N\Hy?<$N"N\Hy?<%N"N\Hy?<&N"N\Hy?<(N"N\Hy?<)N"N\Hy?<4N"N\`?<?<N!X?<?< N!X?<?< N!X?<?< N!X?<?<N!X?<?<N!X?<?<N!X?<?<N!X?<?<N!X?<?<N!X?<?<N!X?<?<N!X?<?<(N!X?<?<)N!XBg?<4N!X yf?<?<0N!X?<?</N!X?<?<3N!X?<?<7N!X?<?<.N!X?<?<2N!X?<?<6N!X?<?<-N!X?<?<1N!X?<?<5N!X?<?<!N!X?<?<"N!X?<?<#N!X?<?<$N!X?<?<%N!X?<?<&N!X` yf?<?<0N!X?<?</N!X?<?<3N!X?<?<7N!X?<?<.N!X?<?<2N!X?<?<6N!X?<?<-N!X?<?<1N!X?<?<5N!XBg?<!N!XBg?<"N!XBg?<#N!XBg?<$N!XBg?<%N!XBg?<&N!X` yf?<?<0N!X?<?</N!X?<?<3N!X?<?<7N!X?<?<.N!X?<?<2N!X?<?<6N!X?<?<-N!XBg?<1N!XBg?<5N!XBg?<!N!XBg?<"N!XBg?<#N!XBg?<$N!XBg?<%N!XBg?<&N!X` yf?<?<0N!X?<?</N!XBg?<3N!XBg?<7N!XBg?<.N!XBg?<2N!XBg?<6N!XBg?<-N!XBg?<1N!XBg?<5N!XBg?<!N!XBg?<"N!XBg?<#N!XBg?<$N!XBg?<%N!XBg?<&N!X09gHy?<N"N\Hy?<N"N\Hy?<N"N\Hy?< N"N\Hy?< N"N\Hy?< N"N\Hy ?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<!N"N\Hy?<"N"N\Hy ?<#N"N\Hy"?<$N"N\Hy$?<%N"N\Hy&?<&N"N\Hy(?<(N"N\Hy*?<)N"N\Hy.?<4N"N\`Hy0?<N"N\Hy2?<N"N\Hy4?<N"N\Hy:?< N"N\Hy?< N"N\Hy@?<N"N\HyD?<N"N\HyH?<N"N\HyL?<N"N\HyP?<N"N\ yf&HyT?<N"N\HyX?<N"N\`$Hy\?<N"N\Hy`?<N"N\Hyd?<N"N\Hyh?<!N"N\Hyj?<"N"N\Hyl?<#N"N\Hyn?<$N"N\Hyp?<%N"N\Hyr?<&N"N\Hyt?<(N"N\Hyx?<)N"N\Hy|?<4N"N\ yf4 y f*09f"?<?<N!X?<?<N!X`Bg?<N!XBg?<N!X09gHy~?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<+N"N\Hy?<*N"N\Hy?<>N"N\Hy?<?N"N\Hy?<@N"N\Hy?<AN"N\Hy?<BN` *O.|(AJ$f 3b`**m - ЭЭм// Bg?<JNA `RBB BB#t a # 3#a 3x?<NNT3v?<NAT<A&|(|*|  |Y"|a$|i:<Q yvf33`?Hy B?<&NN\O*y4&M,y8(|z ge`0SM M fQJ( f #D" AUHg"f` 3``#@3p# #:< 3a QJybgf#~ #`a f y(`f09hyxf# 3a 8?<NAT3r?</<?<GNAPBE8<*|?c*|`*|B:9a`#*|HxB:9aB#B:9ֺf:9غfaaH?9t?<>NAXNuaB y<29SA"|$|HxBCJjDa*`"Jg<fLUACJfa`a `aQNuSC:aQNuSC:aQNu8L1@|P|>o|>||Oo|ONuHy ?<&NN\09"|2<2QHy?<NN\?<%NNTNuHy?<NN\NuBB9#X9<#\g,3jByfJ9jD93f3d`BydNuJydgHy ?<&NN\J@jBydat# *|:;|;|;|a9gBmaJydgHy ?<&NN\Hy?<NN\Hy ?<&NN\Nu yV0<JgXQNuByhBXB\ #TNu yT Nu ydglR9h9h9fJB9hJyfj 9X` 9\Hм@ @3l29jSAJyfj0Q0lNu0UQ`z(؄*DH UgH(DXRT0lf6BT(D@0l3jBJUf3f0,`Byf0ajQNuw`Nu`Nu*|z / /?9t?<?NA JNu a Nu*y<*<?BQNu# By`# #a33 |YyYh yvf YyYh3Xy3Xy# *|BUBB;y ;y ;y;yad# BU;|;y;y;y;y a0# BUa"3Nu#3# "< <NBNu y TOPDf#4# 8Nu y fJ.g6#.4Nu <G+NBG+g @#4#88Nu*[[:[[ F[[ 2' # q#   \s  y   } ' ST-Log PresentsART GALLERYby Charles F. JohnsonWhich type of picture?DEGASNEOTINYEXITITEM SELECTORX Art Gallery[3][This file has an incorrect |format!| ][ Sorry! ][3][This picture's in the wrong |resolution!| ][ Sorry! ] Which DEGAS picture? Which NEOCHROME picture? Which TINY picture? :\*.P??:\*.NEO:\*.TNYACC #*23 46NZdefghkr2     (   $     "        &H 8      v  "&          "  h NC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC."N\Hy?<9N"N\Hy?<:N"N\`Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<N"N\Hy?<+N"N\Hy?<*N"N\Hy?<>N"N\Hy?<?N"N\Hy?<@N"N\Hy?<AN"N\Hy?<BN"N\Hy?<9N"N\Hy?<:N"N\0.gZBn0.H/HyaNPPg?./9`N\0.RnH/ </N  y`00| gN^NuNV0.H/ </N  y`=p 0. g,0.H/ </N  y`00 |=@`*0.H/ </N  y`00 |=@0.ng:0.H/ </N  y`1 0.H/HyaN~PN^NuNV0.H/ </N  y` p /HnNPHn/. NPgF/. 0.H/ </N  y` p /NP0.H/HyaN~PN^NuNVBn`0.AaB0Rn n(mN^NuNVBgN8T yf(#o&# o*/9o*/9o&N$P` yf(#o&# o*/9o*/9o&N*P` yf(#o&# o*/9o*/9o&N+DP` yf&#o&# o*/9o*/9o&N+P`^ yf&#o&# o*/9o*/9o&N,P`. yf$#o&# o*/9o*/9o&N- PCkx OpNb?<?</9`NtO0.gXCkx OpNb?<?</9`NtOCkx OpNb?<?</9`NtON^NuNV#o&# o*HyHyo&N,P]|=@#o&# o*HyHyo&N,Pl"#o&# o*Jyo&g yo&`#o&# o*-yo&-yo*#o&#o*/9o*/9o&HyHnNrOBn`Rn0.A0g(0.A0H|Eg0.A0H|ef0.RnAB00.AHЈ/NrX=@HnN.XHnNX=@ n o0<` 0.| S@=@=| 0.nm0.nn#o&#o*/9o*/9o&?< HyHnNrO.H|.fByL/:NuXBRAmaccHJ9g320:Pg aBy>ByL/:Nu z"Ptg :f#`f #p tJ9g8+g0:g aBy>By0:gz3fDy`,Jy>f2:`2:AfX3Dy0:faD yHp8LyNfFPJ9@gA~`Jy>f09LBXQP>Nu yHC@gCV`CJ@gIJ9@gB8~29L2QNuB!*!&N&H f&o k  Ј<.@// ?<?<JNAO A00n3Hzf?<&NN\OpyDf#H3L3NNnBg/9j?<1NAJBWNAJ@|NuFNuabE*0*lm R5hBla$<n 8g* @"Hp~"gR@A`T@&m!B!RB `$A&H.W@m Q BPG !޼8#jNuH0NNxE*G f $AN09+(g N 6NJCg Rf AVNlN RfA"NZ09+(f y"N y"NL Nu/ x g,E*` _VDOf CD" nf$PH f$_NuH0A)FC)J$P0BAE `$4B&P6 t&PS6Cq0ft`BBRA|lf&P6G* kR@N&A# #*(#&0!"*!1AY&& S#p!|t S# !| ApLN0#'xVX k f k  L Nu!(*!0& y*!yp y*!y ypLN y+BNu x AHDIRf4"hVARf("x )^f )^"<.N 3+Nu3+Nu09+m H"ҁҀ鉒牒뉂 x!A^Nu#+R+ y+ CfN&f y+ANuH>BCM$EG#K`0@CH(6 26|| bA2;NV0HDH23I'23I'23 I'A2ACI- `B2IDA450@B@A*+C0@CH- `0H2ACI- 0 NNHRC|1m2BCMr`0H26I-RC|mBCI`@0H(44JDB05 2A@AA*+ 2I440HB@C)RC| m n NlL|NuH>Ol8/|$*y" E*&jj(KRL ?f MpN|6W@g|fv*KM` Mf*.*BB/HWCANXO6J@l y"pN(`,0g.MKRNf &\f`RNfRNBG|fBB@ KN6J@m Jr`Nnr`f R`f n g 0Nj` j5h4 jh %p ohg|$`B*$ j(@g<|\p ohg*]`*]p ohg*]`*]` B@]@\0*hm`B@5@^25A0BBp2N Jr`0N >0N W`ff?OL|NuA$hh*hBJ@lhNuJ@oh*NuhBNuA$"y*)@fh`hJ@g6hp@1@1@BA1A1AJ1A1A1Az1A1Ah NuhB@1@1@r1A1AJ1A1A1Az1A1Ah NuA$09+lh8Nu09+o hB@1@1@1@1@h(Nuhp1@1@1@1@1@h(Nu2H <04H… HB<0BNuH 6<>:/E$H"ҁҀ82Ff422H ЀЁ爔r5`d/4H"ҁ҂024H"ҁ҂牐rH2GHN ""뉒Ҁ 4GH"뉒҂N (4H"ҁ҂5| lp04H"ҁ҂ r "P`2H ЀЁ r P0NLNuH,O6?A?B/>(HE$2H ЀЁ?r:<0/H$ԂԀC(A HoC J0/N XOSWSoToTo0/o"tr8/H ЀЄ爂r JklJnf8Hy@NX?Hy: < y` hTА/NtO `: nf8HyLNX?HyF < y` hTА/NtO ` nf8HyXNX?HyR < y` hTА/NtO ` nf6HydNX?Hy^ < y` hTА/NtO `z nf6HypNX?Hyj < y` hTА/NtO `< nf4Hy|NX?Hyv < y` hTА/NtO N^NuNVH>. yfBG0|g6HyNX?Hy < y` hTА/NtO `4HyNX?Hy < y` hTА/NtO 0|g6HyNX?Hy < y` hTА/NtO `4HyNX?Hy < y` hTА/NtO 0|g6HyNX?Hy < y` hTА/NtO `4HyNX?Hy < y` hTА/NtO 0|g6HyNX?Hy < y` hTА/NtO `4HyNX?Hy < y` hTА/NtO LN^NuNVB.#ko&#ko*Jo&g6HyNX?Hy < y` hTА/NtO `4HyNX?Hy < y` hTА/NtO =|`0.S@|0@0.HAk#o&#o*Jo&g6HnNX?Hn0<n y` hTHА/NtO `8HyNX?Hy0<n y` hTHА/NtO Rn n mRN^NuNV yfbHyNX?Hy y` hl/NtO HyNX?Hy < y` hlА/NtO `,HyNX?Hy y` hl/NtO BgN1TBgN3dT0.gCkx OpNb?<?</9`NtOCkx OpNb?<?</9`NtOCkx OpNb?<?</9`NtON^NuNV yfN:~/N.X`` yf*N:~/N;X-@?< Bg/.NrnP`L`J09̐|HA?0BN:~/NO -@?9?9/.NrnPNqN^NuNVBnBn y` hl/HnNP y` h P(H| g|E`60.A0H| g0.A02.RnA^Rn nm0.A^B0A^ N^NuNV/.NXS@=@-|B`-|B`H .2.Sn n0H|0/0H/N Ѯ ./ < /N -@Jnm(0. n0H|0m0. n0H|9oSn ./ ./N Ѯ ./ <o&#ZBo*#o&nz#o*n~/9o*/9o&N#O 3` z y09|g n P` n P` P y09|g n P` n P` &?.NN/9o*/9o&NUO `  yf0.29lSAAmH`By`NN29lRylHAb!o&!o*Ry yfNdL3` ?<NN/9o*/9o&N#O 0.29lRylAmHBy3` @By` yf`NN29lRylHAb!o&!o*NdLSyl09lHAb#nz#n~By`4?<NN#o&nz#o*n~/9o*/9o&N#O By3` 09g` y` hl P( H|-f0< `0<- y` hl P@ Ckx OpNb?<?</9`NtO`jNNJyo&g yo&-yo&-yo* yf#nz#n~?<#o&#o*/9o*/9o&N#O `09̰ngNN-yo&-yo*?<Bg?<?9/9`NO nf&3`3`33 ` yf3`3`3By`N.?<N T?.#o&#o*/9o*/9o&NUO n P`09W|3N.?<N T?.NN/9o*/9o&NUO ` n f 3` n f 3`3 By`N.?.NN/9o*/9o&NUO `* nf0<`0<3N.?.NN/9o*/9o&NUO ` nf0<`0<3`?<NN/9o*/9o&N#O `09f yfHyTNX?HyN0/NN?TK 8oDo8`Dl8ogX?D8?420NRTOCBA0 JN|HoC0/ JN DXOSWSoCr0 JNVBA0N |2o| MN0-f~2/o tH(؄؁22H | J0/NCr0 JNOL4NuH:O6>?B&HE$2H ЀЁ82:IC L Ho "L J0N XO2H ЀЁAC""HoC J0N fXOM NN02/HWA?@SWSoToTorG?A` <o2H ЀЁ42H…TBl:`0l4H"ҁ҂22HA@o:/`j/0/ GH2T:H$Ԃԅ42(H…BHN""뉒Ҁ 4,/0H*څڀ獔rXH"뉒҂ N*GogD?E?/420NHTOCr0 JNrHoC0 JN r ?tp2/NTO T(gk`k T(@g,r@7A7Ap T(Agkp T(Agk`B@7@7@r7A7AANMl0m T<B<JFf|N0mr?tp&2NTOHoHoCANPO ol`'y#H'y#L'y#P'y#T'y#\|'y#XL'y#`'y#dl'y#\'y#X'y#h'y#THoHoHoC A$NO ?/?/?/?/BgBgBBBAB@N~O ?/?/?/?/BgBgBBBApN\O ?/?/?/4/rB@ KN\OB@NE B@A$N|| |$b\@0;NPPP*PPPPPPPPhJPPPPPtPPPJN0pkgkk`$k`pkgk` kkړrp KNn` T h T"T3h T0(Nrp KNB` T| ` T| `z TB( `pp ?r?A4prNXO`Tp ?r?AtprNXO`8At rpN`(ANHHo Cp KNXO0/o l4`4p ?r?A4prN:XO`pkg<BV`NAXONu/?< NA\ONu//??<@NAO Nu?/?<=NAPONu??/?<BNAO Nu/ ?< NMTO$_Nu/ /??<NMPO @$_Nu/ /?<&NN\O$_Nu/ ?<"NNTO @$_Nup `4p`.A+00p`#."A+000000p*`/ #."3+p,a"_2"o2Nu#."3+p2`#."A+0000000 0 0p3`/ #."p6a"_2"o2"o2"o 2Nu#."3+p4``#."3+pr`N/ /pMaD"_2"_2"o2"o2Nu#."3+pN`#."#.&pZa "o2Nu3+ @@A C+ B@22220<"<NBA,0Nu+ +(+,."0" )X)n)m)m))m)m))m)m))m)m))m)m)))))***l  `\  Witz}>~^|omNHH@?89z^y|>9qa`p99qaWju^9@# 0  ($$  @@8D 889qaWju^99qa`p9`檫XUW/V'GUY쪪3UQv?SUX6 8?"0'G`'`w@ \ z~6 /,/ ?9\aC`99`uV;`<<|>8D o8 h H#@      !  < y` hlА/NtO ?<N3dTCkx OpNb?<?</9`NtOCkx OpNb?<?</9`NtO3By`09cgJyf3 n P` yfB3`&09HAk!Z!^Ry y mBy` 09HAk!b!fN7JCkx OpNb?<?</9`NtOBy09cfBy`09cgJyf3 n P` yf(?<?<?<Nt\0<33`?.09HAk#o&#o*/9o*/9o&NUO By09cfBy`j09cgJyf3 n P` yf(?<?<?<Nt\0<33`NN-yo&-yo*?.09HAk#o&#o*/9o*/9o&NUO 09HAk!!N7JCkx OpNb?<?</9`NtOCkx OpNb?<?</9`NtOBy09cfBy`209cgJyf3 n P`NN-yo&-yo* yf>3`"09HAk!!Ry y mBy`09HAk!!N7J?<#o&#o*#o&nz#o*n~/9o*/9o&N#O 3By09cfBy`009cgJyf3 n P`NN-yo&-yo* yf3`09HAk#o&#o*HnHyo&NFP-yo&-yo*#o&#o*/9o*/9o&Nk\P3klJyklf09HAk!!Ry y m`ByklBy`09HAk#o&#o*HnHyo&NFP-yo&-yo*#o&#o*/9o*/9o&Nk\P3klJyklf09HAk!!N3N7J?<#o&#o*#o&nz#o*n~/9o*/9o&N#O 3By09cfBy`2?.NOT`"` ]@|c0<@ |j"|>*N09gj ngb ngZ09|g?<Bg?<?<#/9`NO 09|g?<Bg?<?<"/9`NO ByN^NuNV09`N9`#nzo&#n~o*`|#o&#o*`dJylf#o&#o*`D`$09lS@HAb#o&#o*``|g|gt|g|gpN^NuNVJyg yg yfBy`09f BgN8T0<33By n0f\Ckx OpNb?<?</9`NtOCkx OpNb?<?</9`NtO` n4f09f yf3Jyf`3Ckx OpNb?<?</9`NtOCkx OpNb?<?</9`NtO3`"` yf ylRy`` n f yf09g09f yf0< y=@`=|0. y` hl P0H|.f0By yf y` hl P( H|0fBy`v0. y` hl P0H|:fSy`Sy=n`.0.S@ y` hl P02. y` hl PSnJnn y` hl P JyfBgN8TBy y^|?N1TCkx OpNb?<?</9`NtOCkx OpNb?<?</9`NtOCkx OpNb?<?</9`NtO?.N=Tg009g@ y` hl P( y` hl P@?.N< T y` hl P@` yfJyf> y` hl P| Ckx OpNb?<?</9`NtON<"09R@AlBn`,0. y` hl P02. y` hl PRn n m?.N< T2< y y` hl P09f y` hl P|. Ry` yfJyf> y` hl P| Ckx OpNb?<?</9`NtON<"09AldBn`,0. y` hl P02. y` hl PRn nm?.N< T y` hl P@ n4gRy`Jyf> y` hl P| Ckx OpNb?<?</9`NtON<"09AlBn`,0. y` hl P02. y` hl PRn nm?.N< T y` hl P@Ry y^|?N1TCkx OpNb?<?</9`NtOCkx OpNb?<?</9`NtO3N^NuNVH>. yf 0` x#o&# o*/9o*/9o&NP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl` &#o&# o*/9o*/9o&NNP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl` #o&# o*/9o*/9o&NP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl` R#o&# o*/9o*/9o&NBP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl` #o&# o*/9o*/9o&NP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl` ~#o&# o*/9o*/9o&NP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl` #o&# o*HyHyo&N,Pf 3kl`h#o&#o*HnHyo&NzP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`xJyfJyfv#o&# o*HyHyo&NzPHyHyo&NPHyZ>Hyo&NP/9o*/9o&NP#o&nz#o*n~`8#o&# o*/9o*/9o&NP#o&nz#o*n~`X yfJyf#o&# o*/9o*/9o&NP#p0#p4HyZ>Hyp0NPHyp0Hyo&NzPHyHyo&NP#o&nz#o*n~`8#o&# o*/9o*/9o&NP#o&nz#o*n~`| yf:#o&# o*/9o*/9o&NmP#o&nz#o*n~`8#o&# o*/9o*/9o&Np\P#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`,JyfJyfv#o&# o*HyHyo&NzPHyHyo&NPHyZ>Hyo&NP/9o*/9  0 (  !       Q QQ"!!  @@ @@@!  -#,! &$% % #@(''@ &@*))(@ ,++*@ ". / 0   >^~  @ ` !p!!!!!!!!MACCEL3.RSC~ Mouse Accelerator ///v3.3 by Ken BadertscherCopyright 1990, Atari Corp.5 Stacy 30OKCancelSave p Mouse Accelerator 3 v3.3 installed q Copyright 1990, Atari Corp. Install[2][ |Save current configuration to |C:\AUTO\MACCEL3.PRG?][Save|Locate| Cancel ][1][ |Error saving configuration!][ OK ]      n  x6 $D   D *fdN8|V|^hL"  ,$ , RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.This program just won't leave me alone. Leonard told me that if I'd done it right in the first place, I never would have had these problems. Maybe Leonard was right. Now it's a few days past the anniversary of the last version's release, and there are Stacys out there, and TTs have more colors than STs. I suppose it's time for me to kick this little program out into the street again and let it fend for itself. MACCEL3 (release version 3.3, since, as I said, it just wouldn't leave me alone!) is quite improved over MACCEL2, the previous version of the Atari mouse accelerator. The most important improvements for you to know about are that it does neat stuff on Stacy, and it knows about the extra colors it has to black out on a TT. For those who know about such things, I'll also say the magic word XBRA. Using the program is really simple. Just copy it in your AUTO folder and you never need bother with it again. If you're worried about it taking up 11k all the while you're running your ST, don't. The part of the program that stays resident and actually does the mouse acceleration and screen saving is only about 1k big. The rest of it is the configuration part of the program. If you don't like the default acceleration speed, or you want to turn off the screen saver or make its time delay longer, or even if you forgot to put it in your AUTO folder, just run MACCEL3.PRG from the desktop. What you see then depends on what kind of computer you have and what hard disk driver you're using. I'll describe everything, but don't be alarmed if you don't see some of the parts. MACCEL3 is smart; it knows what parts you need and only shows you those parts. At the top of the dialog that appears when you run MACCEL3 from the desktop is the program name and copyright notice, and a mouse with a rocket strapped to its back (see the original Mouse Accelerator documentation if you want to know more about mice and rockets). Below that are control groups, and below the control groups are three buttons. The control groups control the three functions of MACCEL3. The leftmost group of 3 buttons each has an arrow. The bottom arrow is standing still, the middle one is moving a bit, and the top one is moving real fast. These buttons control the amount of acceleration MACCEL3 will give you. The bottom one gives you no acceleration at all; if it is selected your mouse will behave just as it would if MACCEL3 were not running. The top one makes your mouse zoom across the screen when you move it fast (that's the speed I use--I like to go real fast). Most people are comfortable with the middle (default) acceleration speed. On the right, the topmost box controls the screen saver. The shadowed button with the picture of a monitor on it turns the screen saver on and off. If it isn't selected, the rest of the screen saver control group will be greyed out. Next to the on/off button is a slider which controls how many minutes MACCEL3 will wait before it blacks out o&NzP#o&nz#o*n~`8#o&# o*/9o*/9o&NzP#o&nz#o*n~`X yfJyf#o&# o*/9o*/9o&NP#p0#p4HyZ>Hyp0NPHyp0Hyo&NzPHy Hyo&NP#o&nz#o*n~`8#o&# o*/9o*/9o&NP#o&nz#o*n~`| yf:#o&# o*/9o*/9o&Nn~P#o&nz#o*n~`8#o&# o*/9o*/9o&NpP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`JyfJyfv#o&# o*HyHyo&NzPHyHyo&NPHyZ>Hyo&NP/9o*/9o&NtP#o&nz#o*n~`8#o&# o*/9o*/9o&NtP#o&nz#o*n~`X yfJyf#o&# o*/9o*/9o&NDP#$p0#(p4HyZ>Hyp0NPHyp0Hyo&NzPHy,Hyo&NP#o&nz#o*n~`8#o&# o*/9o*/9o&NDP#o&nz#o*n~`| yf:#o&# o*/9o*/9o&No2P#o&nz#o*n~`8#o&# o*/9o*/9o&NqP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`#o&# o*#4p0#8p4HyZ>Hyp0NPHyp0Hyo&NzPHyHyo&NP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`\#nz# n~#nzo&#n~o*/9o*/9o&Nk\P3kl``"|T2< |UN2N09klg#nz#n~BgN5bT`:?9?9#o&# o*/9o*/9o&NsO ,#o&# o*/9o*/9o&Nk\P3klB )f, yfD` yf:DE`r*D`j (f, yfF`R yf:FE`@*F`8 f, yf` yf:]`*` f, yf` yf:]`*` fX yf yf `` yf: yfM`E`* yf`x`t fP yf yf `T`P yf: yfM`6E`2* yf`"` yf` yf:`*@̼?9?9/NrnP#o&nz#o*n~ ?N5bTN3?<#nzo&#n~o*/9o*/9o&N#O 3LN^NuNVHSyl09lHAb-p-pSyl09lHAb-p-pSyl89lAmH0@ yf|`Z#o&#o*HnHyo&NFP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`#o&#o*HnHyo&N`P#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`#o&#o*HyHyo&N,Pf 3kl`d#o&#o*HnHyo&NzP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`#o&#o*HnHyo&NP#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`#o&#o*/9o*/9o&#o&#o*/9o*/9o&NO#o&nz#o*n~#nzo&#n~o*/9o*/9o&Nk\P3kl`*`(|9gr|:g|;g|Hyo&N`P/9o*/9o&NP#o&p0#o*p4#o&# o*Hyp0Hyo&NFP/9o*/9o&NPN^NuNV#o&# o*HyFHyo&N,Pg#No&#Ro*HnHyo&NFP#Vp0#Zp4HnHyp0N`PHyp0Hyo&NzP/9o*/9o&NPHy^Hyo&NzP``#Z.o&#Z2o*NqN^NuNV .@ .=@-n .@ .=@-n0. gj nf .HHN-yo&-yo*`@ nf0.HN-yo&-yo*` .N-yo&-yo*`p nf".|HN-yo&-yo*`F nf"0.N-yo&-yo*`/.NwX-yo&-yo*#o&#o*N^NuNV#o&# o*N@#o&# o*N=@#o&# o*/9o*/9o&Nw,P-@#o&# o*N@#o&# o*N=@#o&# o*/9o*/9o&Nw,P-@0.g2 nf.HH-@` nf 0.H-@`-n`6 nf.|H-@` nf0.-@`-n .N^NuNV nf8?.?.#o&# o*/9o*/9o&NsO `r`p nf8?.?.#o&# o*/9o*/9o&NsO `2`0?.?.#o&# o*/9o*/9o&NsO NqN^NuNV0.g nfB?.?.#o&# o*/9o*/9o&NsO N`\` nf@?.?.#o&# o*/9o*/9o&NsO N``8?.?.#o&# o*/9o*/9o&NsO N`` nfF?.?.#o&# o*/9o*/9o&NsO /NwX`` nfB?.?.#o&# o*/9o*/9o&NsO /NwX`<`:?.?.#o&# o*/9o*/9o&NsO /NwXNqN^NuNV-n-n -yf-yj#o&# o*HnHyo&N,Pm2HnHnN`P#o&# o*N-@`#o&# o*N-@ .N^NuNV-n-yn-yr-yv-yz .gV .N-yo&-yo*#o&#o*HnHyo&NFP-yo&-yo*` .N-yo&-yo*#o&#o*N^NuNVJaf`PHn?<BgNPHnHnHnHn/.NO?. Go><?/ HnNHO &@B?< HnN4\&@& g KSBHnNXT@HЍ$@`fHnNXGl$|`N?< HnNϮ\&@& f 0AHЈ&@ KSBHnNXR@HЍ$@` KSBH| g& gHn/ NPH|f <` L. & f0<`0m fHnHnHnHn/ NOHnHnHnHnN`OC OpNbC؞ OpNbN.O g0<`p`6Cܞ OpNbC؞ OpNbN.O g0<`8`60mf0<`(`&0m f0<``0mf0<``0<NqL N^NuNVH*n& g0- f`x-U -*&-@HnHnHnHn/ NOHn?-/.N0O Hn?- /.N0O 0-g0.`0.=@0-g 0.֐n`0.ؐnH-@ ."</"./N"/ /NƂ X-@HnHnHnHnN`O n f2CApNbHn?.?.NPB?<N\HnHnHnHnN`OHnHnHnHn/ NO-m. n fLCʞ OpNbC OpNbN.O g0-g0-"`0-"D@HѮ` n fLCž OpNbC OpNbN.O g0-g0-"D@`0-"HѮ`> n fLC OpNbC OpNbN.O g0-g0-$`0-$D@HѮ` n fLC OpNbC OpNbN.O g0-g0-$D@`0-$HѮ` n f0-g 0.n`0.n=@0-g0.`0.=@0.ngP .2.nHҮ/ /N / ./NƂ X-@0-g .-@ -&Ѯ?</./ N6O -@J2g -.g / m2NX0.|fBBgN\L N^NuNVH<*n (n&n$n/ n?( n/N0O / n?( n/N0O n0(gJ?-0U??-?/ NO >l<mSF?-0GR@??-?/ NO `N0,m??-?-?/ NO :,l8-mSD0ER@??-??/ NO L<-:8,660mS@60mS@6660lS@60lS@6/./. Hn?.?.NOL8N^NuNVH*n.. B"| 5pgpL N^NuNVH*n.. B"| pgpL N^NuNV2.SA0. `=@ HnHnHnHn?. ?.?<NON^NuNVHn?. /.N0O C OpNb?<?. /.NtON^NuNV nHh/.?. /.NO0. H/ </N  n00 n1@0. H/ </N  n00 n1@N^NuNV?<NTHnHnHnHnHnHnBgBgHnBgBgBgBgBgBgBgBgBgBg?<?<?<?.NO<=@0.|gBg?<NX?<NT0.N^NuNVH*n.-μ,-̼Hm8HmNAN^ _ONNV?.?<NMN^ _ON/,HNVAZ-HBgNJfDCPO$OpQ?<N*=@0.rAf Bn`p=@`p=@0.N^,_Nu[2][Printer Busy][Print|Cancel]/,HNVJAL01|A-HNR@dN.0<??. H/.</N. n>0x 0.g,0. H/ </N Ю @0( n1@ `.2.FA0. H/ </N Ю @0( A1@ Jnl$02. H/"</N" np fJno?. /.N\0nLN^NuNVHnHnHnHnNO=@?<NTB?<N\HnHnHnHn?< ?.NDO`nHnHnNPg:Hn?<?.NPC OpNb?<Bg/. NtOHnHnHnHn?< ?.NDO0.g0.fHnBg?.NPB?<N\BgNTN^NuNV n 0( n hS@? n 0 n hS@? n ?( n ?HnNO Hn?. ?.NzPN^NuNV0.n o0. n l0. N^NuNV .o . l . N^NuNVH *n(n >.SGk WfS L0N^NuNVH*n(n >.&MSGkWf`BQ L8N^NuNV n n1n n1n0.|H n1@ nBh n1n n0(N^NuNV n0 nh? n 0 n h?NX=@ n0( nh? n 0( n h?NX=@ n? n ?NX=@ n?( n ?(NX=@ n 0 n 1n0.n n 1@0.n n 1@0.n^Jg 0.n^J|N^NuNV0.n o0. N^NuNV0.n l0. N^NuNV?<NT0<N^NuNVAm>#nAm#nA`#nApT#nAp@#nAkp#nAn#a?< NT3pT`09`N^NuNV3`3 `3 `?<NT n0pV n0pX n0pZ n0p\09pTN^NuNV3`3 `3 `3`3`3`3`3`3`3`3`3`3 `3"`#$p@3(`3*`?<NT n,0pV n00pX n40pZ n80p\ n<0p^ n@0p`09pTN^NuNV3`# p@?<4NTN^NuNV#p@?<6NT n 0pV n0pX n0pZ n0p\09pTN^NuNV3`3 `3 `3`3`3`3`3`3` nf 3_3_3_3_?<3NTN^NuNV n0_ n 0_ n0_ n0_N^NuNV#p@3 `?<2NTN^NuNV?<MNT n0pV n 0pX n0pZ n0p\09pTN^NuNV?<ONT n0pV n 0pX n0pZ n0p\N^NuNV3`# p@?<NNTN^NuNV#p@3 `3`3`?<KNTN^NuNV3`# p@?<#NTN^NuNV#p@3 `3`3`3`3`3`3`3`?</NTN^NuNV#p@3 `3`3`3`3`3`?<*NTN^NuNV#p@3 `3`3`3`?<+NTN^NuNV#p@3 `?<,NT n0pV n0pX09pTN^NuNV#p@3 `?<rNTN^NuNV3`3 `3 `3`3`3`?<lNT n0pV n0pX n0pZ n 0p\09pTN^NuNV3`?<fNTN^NuNV3`3 `3 `3`3`?<dNTN^NuNV3`?<gNTN^NuNV3`3 `?<hNT n 0pV n0pX n0pZ n0p\09pTN^NuNV3`3 `3 `3`3`?<eNTN^NuNV3`3 `3 `3`3`3`?<iNTN^NuNV3`?<kNTN^Nu?BB6BKCq0gd2`4TBAf6C`2A0NuNV/ 0Q"_N^NuAncXyc !J!_ NMYycAnc"P$h/( J@NuAncXyc !J!_ NNYycAnc"P$h/( J@NuAncXyc !J!_ NAYycAnc"P$h/( J@NuNV0.n \Jg 0. n\JJg0.2. nA]JJg0. 2.nA]J|N^NuNV n 0n0 n 0(n 1@N^NuNVH*n0. U0.m0. @m0.@mL N^NuNV n0 n1n n1n n1nN^NuNV#o&# o*/9o*/9o&NP yo&-yo&-yo*HyZ6HnNP ng#o&#o*`: f g#o&#o*`#Z.o&#Z2o*N^NuNV#o&# o*-yo&-yo* nl.n#o&#o*-yo&-yo* =|`Bn n?mz#o&# o*HyZnHyo&Nf<0.g#Z6o&#Z:o* yo&`#Z6o&#Z:o*`#Z.o&#Z2o*`#o&# o*-yo&-yo*HnHnNP#Zno&#Zro*-yo&-yo*HnHnN>P#o&#o*/9o*/9o&NP-yo&-yo*#o&#o*HyZ&Hyo&NllHnHnNP0.g.#o&# o*/9o*/9o&NDP yo&`$#o&# o*/9o*/9o&NDP`HnHnNP#o&#o*/9o*/9o&NDP-yo&-yo*HyZ6HnN>P0.g#o&#o*`#o&#o* yo&N^NuNV#o&# o*-yo&-yo* nl.n#o&#o*-yo&-yo* =|`Bn#o&#o*HyZnHyo&Nol#Zno&#Zro*-yo&-yo*HnHnNP#o&#o*-yo&-yo* -yo&-yo*=|`Bn n>l#o&# o*`&HyZnHnNP0.|?=@ nlRnBo&Bo*-yo&-yo*0.|?=@HyZnHnN>P#o&#o*-yo&-yo*HnHnNPHyZnHnNPHnHnN>PHnHnNP#o&# o*-yo&-yo*HnHnNPAX 2.HЁ @#o&#o*-yo&-yo*AX м -@ n#o&#o*-yo&-yo*=|`*HnHnNPQ ./HnNPSn0.aft|Condsd]LST:/,HNV8A8-HBnP=n R?< BgBg?<HnHnHnhHnPHn8BgNN^,_ _TN/,HNVA-H0. |=@0.N^,_ _TN/,HNVA-H0. |=@0.N^,_ _TN/,HNVA-H0. H-@ .N^,_ _TN/,HNVA8-H?<N?<NF?<NTBg?< ?<v?<NN^,_Nu/,HNVA-H"n E p Q .Jj .JjD-@p=@p =@ nmn .2.?NܔN "//NP"=A"n p n2.t0B .2.?NܔN "//ND"-ASn`"n p)r0AW"n p)rA^CBd"n / ?-@/.?<Bg?<?<BgBgBgBgN=@/.?.C IO$Op?$Q?<?<N/.?<?<?<?<?<?<Bg?<N=@/.?.CO$OpQC^O$OpQ"n IO$Op?$Q?<?<Nj/.?<prArA??<?<?<?<?<?<N=@/.?.CO$O?<?<N/.?<prA??<?<?<?<?<?<N=@/.?.CO$OpQ?<?<N/.N`/.?.Nv=@0.ng /.?."n / N4p=@`Bn/.N0.N^,_ _OVNCancelOKXXXXXXXXXXXXXXXXXXXX ____________________/,HNVA-H09brAg?9bN`HnHnHnHnNl?9d?<HnHnHnHnNr0.2.A=@CEpQprArArA?Hy?.?.0.??.N3b?9b?.0.2.A?0.?0.?NN^,_Nu Help /,HNVA&-H?9bNX?9bNLp3bN^,_Nu/,HNVA-H"n p@N^,_ _XN/,HNV4A-H09^`CE4pQCEJpQCE`pQCnEvpQCFEpQCEpQCEpQCEpQCEpQC~EpQCVEpQC.E&pQCE<pQCERpQHnR NNCEhpQHnh NNCzE~pQN.Hz\?<N@p??EpQ`TC&E4pQCEJpQCE`pQCEvpQCZEpQC2EpQC EpQCEpQHn NNnCEpQCEpQC`EpQC8E&pQCE<pQCERpQfHnHnNPHnHnNP0.g:HyZ6HnN>P#o&#o* yo&-yo&-yo*0.g#o&#o* yo&`#o&#o*N^NuNV#Z6o&#Z:o*-yo&-yo*HnHnN>P#o&#o*/9o*/9o&NPN^NuNV#Zfo&#Zjo*-yo&-yo*HnHnNP0.|?=@ nlRnBo&Bo*-yo&-yo*0.|?=@AYv 2.HЁ @#o&#o*-yo&-yo*HnHnN>PHyZfHnNP#o&# o*-yo&-yo*HnHnNPAY м-@ n#o&#o*-yo&-yo*=|`*HnHnNPQ ./HnNPSn0.fHnHnNP#o&#o*-yo&-yo*0.gn#Zno&#Zro*-yo&-yo*HnHnN>P#o&#o*-yo&-yo*HnHnNP#o&#o*-yo&-yo*HnHnNPHnHnNPHnHnNP#o&#o*N^NuNV-|-|@#o&# o*-yo&-yo* l .oBo&Bo*` .m#Z.o&#Z2o*`#o&# o*N=@0.HN-yo&-yo*HnHnN>P nlSnHyZnHnNP n?mHyZnHnN>P#o&#o*/9o*/9o&NP-yo&-yo*HyZnHnNP0.|2.|AA=@#o&#o*N^NuNV#o&# o*HyYnHyo&NP/9o*/9o&NFPN^Nu#o&Hyo&NpXONuHyo&NXO 9o&Nu#o&Hyo&N6XONuHyo&NXO 9o&Nu#p0Hyp0NpXONuHyp0NXO"9p0Nu#p0Hyp0N6XONuHyp0NXO"9p0Nu#p8Hyp8NpXONuHyp8NXO$9p8Nu#p8Hyp8N6XONuHyp8NXO$9p8NuNVH n "(fJg"¼м@ LN^NuNVH nB fB`м8 LN^NuNVH n g jDh <r`V$<H@J@fBH@ @bQB @bYB @?bUBJ@kSB&<"F€JHBЂJj LN^NuNVH n "($HBJ&<BnDB Bcp`*` B c <`6<BtjABJjD LN^NuHHyZn//NFPOL/WXONuHHyZn//N`POL/WXONuH o#_HyZnHy_N6NFNPO o _L/WXONuH o#_HyZnHy_N6N`NPO o _L/WXONuH////NPLNuH////NPLNuH////N>PLNuH////NPLNuH////NPLNuH o#_Hy_N6//NPLNuH o#_Hy_N6//N>PLNuH o#_Hy_N6//NPLNuH o#_Hy_N6//NPLNuH o#_Hy_Np//NPLNuH o#_Hy_Np//N>PLNuH o#_Hy_Np//NPLNuH o#_Hy_Np//NPLNuH o0H#_Hy_Np//NPLNuH o0H#_Hy_Np//N>PLNuH o0H#_Hy_Np//NPLNuH o0H#_Hy_Np//NPLNuNV n " n $&JjFFJjFFN^NuNVH~ n $& n "(JfJf`n*(fJf "`ZNVH.<`b fcBCD!E xzH@:HB<M8NF E6cH@`~GG~GGH@HBҁрSEg:jփՂ`2 E c&tE Ec 6HCBBHBE|.F΂Ć꫆Jk*RA҃тgRD Dcpr``xg`fSDJf"Jf`hHAJAf HA rD `0BADH@~GcH@`0z`XEJ@gREGcH@Ejpr` |.F΁†SDLHDЄJj LN^NuNVH n $& n "((fJg*fJg H@:HB<MNE1F,<.*FHÁ…HC΃ƅąxHB<:HC>܇ۄHAHB>܇ۄH@HC>܇ۄ>ڇلHDHEHF8:|HB>ڇن>؇HC>ڇنH@HB>ڇن~>(JkڅلSG <"FHD„v 歊ȀۆنGk Gc xz`xz`SGOHG؇Jj LN^NuNVH n $& n "(*fJgx(fJgt H@8HB:LME,<.*FHÁ…HC΃ƅąb fbRD1DHBHC.h~>ЇHG~` B@H@:|FH@HAHF<0BAHBHC8:ǒxjSG҃тd6BBHBHC,h ,ІHF|` B@H@:ƒ*HEHE8BEjSF҃BdHG>H@HA0,h ,ІHF|` B@H@6HC:2HAH@xDjSF҃dhrHF<x8(z <"FHG‡v 殌΀݅߅Dk Dc ~|`~|`SDLHDބJj LN^NuNV#o&# o*HykHyo&Nn#Z.o&#Z2o*`#o&# o*-yo&-yo*0.@|=@0.|=@0.|?=@ nlRnBo&Bo*-yo&-yo*0.|?=@#o&#o*-yo&-yo*-yo&-yo* HnHnN>PHnHnNPHnHnNP#o&# o*-yo&-yo*HnHnNPAZ 2.HЁ @#o&#o*-yo&-yo*AZ~ м-@ n#o&#o*-yo&-yo*=|`*HnHnNPQ ./HnNPSn0.fHnHnNPHnHnNP0.HN-yo&-yo*HnHnNP#o&#o*N^NuNV/. /.NPHyZvHyo&NPN^NuNV#o&# o*/9o*/9o&NP-yo&-yo* HnHnNP#o&# o*/9o*/9o&NFPN^NuNV#o&# o*-yo&-yo*0.| @>l#o&# o*`n#o&#o*/9o*/9o&NtP-yo&-yo*0.| @OoBo&Bo*`h#o&#o*-yo&-yo* nHnHnNPHyZnHnNPHnHnNP#o&#o*N^NuNVHnHnNP#o&# o*N^NuNV #o&# o*-yo&-yCEhpQCE~pQN.Hz?<N@p??-@/.?<Bg?<?<BgBgBgBgN=@/.?.CtO$OpQ?<?<N/.?<?<?<?<?<?<Bg?<N=@/.?.CO$O p QCO$OpQ"n IO$Op?$Q?<?<Nj/.?<?<?<?<?<?<Bg?<N=@/.?.C|O$O p QCbO$O"n IO$Op?$Q?<?<Nj/.?<prArA??<?<?<?<?<?<N=@/.?.CO$O?<?<N/.?<prA??<?<?<?<?<?<N=@/.?.CO$OpQ?<?<N/.?.Nv=@0.ng6/.?."n/ N4/.?."n/ N4"n pY/.NN^,_ _O NCancelOK9999Time __:__999999Date:__/__/__Please enter the date and time:/,HNVA-HN^,_Nu/,HNVLAL01|AX-HHnLHz\?<NRHnLNݼ?N/NPNXHnLNݬ?NϢNXHnLNHnLNN^,_NuTIME.INF/,HNVA-HN>/HnNHnNN?HnNp.rAl4N.?<0?l#o&# o*`r#o&#o*HyZ6Hyo&No#o&#o*HyZ>Hyo&No#o&#o*-yo&-yo*HyZ>HnNP#o&#o*/9o*/9o&NڜP-yo&-yo*HyZ>HnNPHnHnN>P#o&#o*HyZ6Hyo&No@HyZ>HnN>P#o&#o* yo&-yo&-yo* n#o&#o*HyZNHyo&NoRHyZ6HnN>P#o&#o* yo&-yo&-yo*-yo&-yo* =|`$#o&#o*-yo&-yo* Bn#o&# o*HykHyo&Nf,0.g#Z.o&#Z2o*` Bo&Bo*`PHyZnHnNP0.|?=@ nlRnBo&Bo*-yo&-yo*0.|?=@HyZnHnN>PHnHnN>P#o&# o*-yo&-yo*HnHnNPA[F 2.HЁ @#o&#o*-yo&-yo*A[& м-@ n#o&#o*-yo&-yo*=|`*HnHnNPQ ./HnNPSn0.fHnHnNP#o&#o*-yo&-yo*HnHnNP#Zno&#Zro*-yo&-yo* HnHnN>PHnHnNP0.gBHnHnNP0.g#o&# o* yo&`#o&# o*`@HnHnNP0.g#o&#o* yo&`#o&#o*N^NuNV#o&# o*Hy[Hyo&NP/9o*/9o&NFPN^NuNVH$.f BB`J". BnJlVnDJlRnDvd`Bbd nmDdD-@-A LN^NuNVHBG".l~D$. l GD&gHC H@J@g@HCBCւJGgD-C LN^.JNuNV#o&# o*/9o*/9o&NPHy[Hyo&NPN^NuNVH$.f BB`&". Bvd d``bd-@-A LN^NuNVHL&gHC H@J@g@HCBCւ-C LN^.JNuNV0.lD@N^NuNVHnHy[/.NЖO @g0<HN`#o&#o*N^NuNV?< B/.NO N^NuNV 9[A_䀰|l y[X[ 0<`0<N^NuNVH`Y[ y[ PN 9[A_fA[*H`0- |g / N.=|\An"HPgXHf0(LN^NuNVHHy]/.NPfBG`Hy]/.NPf><`Hy] /.NPf><`0. |gR0. |?/.?<=NP>J@m 0. |g&JGm??<>NXBg/.?<`j0. |gD0. |?/.?<=NP>J@m"??<>NXBg/.?<`0. |?/.?<=NP>JGl 3`0<`?. ?N͠X0LN^Nu o/ fpJWf ` <gf `SNuNV/.?<HN\-@ .f-|3` .N^NuNV0./NXN^NuNV .#],#]&3]*/./. Hy]&NFO y]&B .N^NuNVA X//. /.N.O N^NuNVHn B/.BgNON^NuNV . @"n rJWfSWfN^NuLB@ggSBAgHJ@gHANuL rWfNu op`R@SJWfFNuNV n R @H=@` n R @H=@ n g n g n g0.N^NuNV=| nxg nXf n f0<`h n0m n9n0.|0=@`2 nam0.|a| =@` nAm0.|A| =@0.n o0<``0.NqN^NuNVBnBHnN*X=@ n-f=| nRH=@`2 ./0.H/N 6.HЃ-@ nRH=@?.?.NtX=@ @fSJ g n 0.g .D` .NqN^NuNVH*n (MBn ng?.N2T| fA&H. nU|`|H| f S @  . nU| A|l0fB AH-@Hn/.?.?<@NO <g 3`0<`dA&H0f =@`J/ 0./?.?<@NO -@2.¼g .3`0<` .n0.L8N^NuNVHn"n/ "n / VN"n 0@d""n/ ?."n/ "n / VN` V"hp2`?."n/ VNB"n p2N^,_ _ON/,HNVA6-HHy"n / NN@d`"n Ep QN^,_ _XNFile Not Found/,HNVA-H VHhJHy?<NRBgN-@/.?<Bg?<?<BgBgBgBgN=@/.?.CO$OpQ?<?<N/.?<?<?<?<?<?<Bg?<N=@/.?.CxO$O p QC^O$OAO"Op?"Q?<?<Nj/.?<prArA??<?<?<?<?<?<N=@/.?.CO$O?<?<N/.?<prA??<?<?<?<?<?<N=@/.?.CO$OpQ?<?<N/.?.Nv=@0.ng2/.?.HnN4AO"Op?"QNh-@`B/.N .N^,_NuCancelOK9999Time __:__Please Enter Alarm Period:/,HNVA-H0.` NN&`"n/ NN""_2"n/ NNt"_""n0`"n/HnHnN&"n .rHn8NϤN.Hn?HnN̈́N.Hn?Nׄ=@?9Nl/?9N" AS@=@0.nnr?.HnNp.rAl4N.?< ?rcAl09>R@?Hn4Nʨ`?<cHn4NʘN.Hz?< N@Hn4?rcAl09>R@?Hn4NR`?<cHn4NB09>rQAo09>S@?Hn4N"`?<QHn4NN.Hzn?< N@Hn4?0.| AHЈ-@=|` nR2.AAm>H1Rn nm/9aNX09pTN^NuNV3e`BBy`DBy`H3`NNN^NuNV3 `3 `BnNq nR2.RnHAo0|1f3`B3`DSn0.3`H3`NNN^NuNV#a#a .мZ#a3d`BBy`D3 `H n 3`NN09`N n 03]6Ao0#aAl#aAmz#aA`#aN^NuNV .3`P .3`RN^NuNV .3`T .3`VN^NuNV09`T69`VƼ n N^NuAncXyc !JHy`B!W #aHya" <sNBYycAnc"P$hNuNVAo0#aA`#a# a . мZ#a3 o03f`BBy`D3`H3`NNAl#aAmz#aN^NuNV# a . м #a3&`BBy`DBy`H3`NNAl#aAmz#aN^NuNV3 o0/.NxX/.N՞X# a3m`B3`D3`H3`NNA`#aN^NuNV# a3 o03`B3`D3`H3`NNA`#aN^NuNV3 o03 o23'`BBy`D3`H3`NN n0l n0l N^NuNV3 o03j`BBy`D3`H3`NN09lN^NuNV3 o03k`BBy`D3`H3`NN n 0mz n0m| n0m~ n0m09lN^NuNV0<<`6<<BE`,<<:< ` `|Xg|dgΰ|ogа|ug°|xg Jl ndf - D.` 0. fμA м&@B#(/8H/NǎX(0 D m2<7E`2<0A /0H/Nǎ X.f/ / NP*L8N^NuNVH>. *n (U=| Gf><#o&#o*Hy]8Hyo&N,P]|=@0R@?HnHnHnN,O0.g-.H|0f.f0` nff<.GRF0no<.JFl0<`0?HnHnHnN,OA&HA&H`SFSn0gJnl`0SnJnl0g.` 0RnSG0g nm`JFoH`0<0SFSG0J@l`J0g.A R&@`SG0J@lE-L0.H/HnBg?<dNzO (n*L8N^NuNVHBG n*P`0 HC|0>HA]e0H|f n 0L N^NuNVH<*n(n &nBn`N?<%/ N4\$@Jg2. g$/ ??</ NO <n0Gg` R(@`*/ NX>/ ??</ NO <n`Bn=|Bn8< H|-f=|RH|0f8<0RH|*f R=ST`-LHnNX=@(nH|.f>RH|0f8<0RH|*f R=ST`-LHnNX=@(nH|lf=|Rf`"A $@-@H=@H`$SX/ NX:no:.8< `0.g `0H/Hn?.?.NzO 0.g0<`0<*. ng=n` nRT:<`#o&#o*/9o*/9o&Hn?.?.NhOP*.`f0. nR:<`P`N|Xg<|cg|dg.|eg|fg|gg|og|sg|ug|xgNx0.gh/ ??</ NO <n0Eg`>.E`2Sm0-J@m0 UR|` / ?Nb\ @f` RnSG0J@l`d>.E`2Sm0-J@m0 UR|` / ?Nb\ @f` RnSG0J@l/ ??</ NO <n0Eg`f0.LHA]e0H|f n 0L N^NuNV09_g/9_NX` y_R_HNqN^NuNVHNqN >A]eHЈ @H|f0LN^NuNVH>.<. :. BnBnB0.`"<< `2<<`*<<`"<< ``|dgڰ|hg|ogְ|xg E-f=|N :0``" "Ё6.HЃ(=|N :0SGJ@g??NnX=@ @f`` 6.HЃ(=|N :0SGJ@g??NnX=@ @f`X` 6.HЃ(=|N :0SGJ@g??NnX=@ @f``|gz| g,|g0.g09_gBy_09_g/9_?N\`S_0.g D` NqLN^NuNVH>.<. -y]@-y]DBnBnBnBn=|Bn=|-y]H-y]L G-f=|N >`BnBE` G-f0.g =|`A]e0pH|g0.g0. G|0=@` G0gBn0.fRE`l0.gSE0.f^#o&#o*HnHyo&NP?/Hyo&NPTHy]PHyo&N`P-yo&-yo*Sn`0 G.f0.f=|` GEg Gef0.f=|``=|N >SF0f0.f3_0.g0.@`0.@`*JElHnHnNzPRE`HnHnNPSE0f0.gHy]XHnNP09_g/9_?N\`S_#o&#o*LN^NuNVH BG3_# _#_By_ nX*P`HA]e0`H|g2N<: Eg 09_g/9_?N\`S_` F%gFN<: Ef0<`0Fg&09_g/9_?N\`S_0`r`f0<=@=@=|H|*f=|RHA]e0H|g-MHnNX=@*nH|lf=|RH Dcf0N : @f0<`0.?.?.NN^,_ _O NNV?./. ?<NAN^ _ONNV/./. ?.?<?NAN^ _O NNV/./. ?.?<@NAN^ _O NNV?.?. /. ?<BNAN^ _ON/,HNVA-H?. Nr VHhd?<NH=@ p/?. ?<N?.0<H/ VHhNR-@ .ro?. /. VHhNPf .rn .Jj(C.O$OpQ?<N*H-@N^,_ _XN[1][Bad Copy][Oh-Oh]/,HNVA-HHy VHhNN@dN.Hz?<N@ VHh?J@jHyN`S@ @b@0;NtN^,_NuDirect.Lst[1][Choose Output Location][Printer|File]][Continue][0][No Matches For Path|Type Path String :/,HNVdA^-H0. `4 NN`H NN`> NNP`4 NN`* NN~` S@ @b@0;NN^,_ _TN/,HNVA-HN,@dHyHy?<NR0. | f*p Hy?NXp Hy?NX`l0. |Pf*p Hy?NXp Hy?NX`80. |fpHy?NX`0. Hy?NXHyNN^,_ _TN/,HNVA4-H?9dHnHnHnHnN0.29XH=@0.N^,_Nu/,HNVA4-H?9dHnHnHnHnN0.29VH=@0.N^,_Nu/,HNVA-H09@yBR@=@0.N^,_Nu/,HNVAP-H0.J@V0. J@VCBd00.n\0.n _CBd p=@`Bn`Bn0.N^,_ _\N/,HNVA-H?<NF?<NBg09V29V4. SBA?C IO$Op?$QN?<NFBg09V29V4. SBA?A O"Op?"QN?<NF?<NN^,_ _ON/,HNVA -H"n p p=@p.=@0.nn<"n N.$n / ?0.g nX P `( Dhf . nX P` . nX P0RG`, Deg DffN<: @f0<`?.?NrX-yo&-yo*09_g0`0.f>0.g nX P !n`"#o&#o*N2 nX P RG` DsfN<: @f0<`|0.f nX(P`"0.f0N : @f0<`LSn0.g0gA]e0PH|gB09_g/9_?N\`S_RGf0L0N^NuNV?.NTJnn0<`,?.?<>NX=@g3`0<``0<NqN^NuNV nSh0(J@m n R @H|` /.NXNqN^NuNVH*n0- |g0- |fm 0- |fm@ 0- |`g*Bm0<`X -f / NX*0- |gHy[NɞX0- |g0<`0-?/?- NHP;@0<L N^NuNVH*n/ NVXg0<`8Sm0-J@l mfm `m@ Bm0<` URH|L N^NuNVH*n 0- |g0- |fm 0- |fm@ Bm0- |@g0<` -f / NX0- |g UR m `<0- |g2m UR . H| g ml . H|`V/ NɞXg m@ 0<`>0- |gBm. H|`$`"0-S@;@m . URH|NqL N^NuNVH *n(n`":,A>. Eo>`>. 0g80n ?// NO 0H0Hє0,g0l0@l JEf/ NɞXg0<`":,A0. Emx=n 0g<. 2. HHAA`<. 0n ` 0@0H0g?/ ?, NҺP>J@n Gf&l@ ?<0.FH/?, N\P0<` 0. f0<L0N^NuNVH*n>. <.(n0, |g0, |fl 0, |f0<` ,f/ NX(9lBE`RE0HSF0J@m/ ?/ NrO g0, |fd gX0, |g/ NɞXgl@ `:&l`R g H| f gH| f/ NɞXgl@ Bl0L8N^NuNVHn/<?.?<?NO f|.HN^NuNV09]y]f.0<3]3]`BgNT=@ nfH?<NNTg(?< ?<?<Nt\?<?<?<Nt\09]gSy]` n f009]Ry]A_ ?< ?<?<Nt\` nf ?<NT nfD0.29]Ry]A_?< ?<?<Nt\?< ?<?<Nt\`"0.29]Ry]A_0<f09]A_0H|fRy]0<``09]Ry]A_0HNqN^NuNVH *n 0.-@By`?.NNTg4B`N|f``RR0.SnJ@f .``4/. /.?.?<?NO -@Jl .3`0<`?.N2T| f .=@ . *@(@`v HmT/ 0./?.?<?NO -@Jl .3`0<`F .f`.0.*LH| fR`Sn0.f H-@ .L0N^NuNVH*n 0- |f f0<`Rm. S UHL N^NuLrWf SNuNV0.f#Zno&#Zro*` nl#^zo&#^~o*` n4o#Z.o&#Z2o*`A] -@ n]|=@g 0.D@=@0.|=@0.g0 .2.HЁQ @#o&#o*-yo&-yo*0.@=@0.|=@0.gl .2.HЁм0 @#o&#o*-yo&-yo*0.gHnHnNP` #o&#o*-yo&-yo*0.@=@0.|=@0.gr .2.HЁмh @#o&#o*-yo&-yo*0.f0.gHnHnNP` #o&#o*-yo&-yo*0.gF#Zno&#Zro*-yo&-yo*HnHnNP#o&#o*`#o&#o*N^NuNVH *n(n Bn-L-U-mBEK.g>OG|JGn|m`NB0T@|dm0<d@D@`B0D@S@|dm0<d@?NTOHyo&/ NPO`&0-H@$-JGg FGQ0<0dR@0.BAQ/,>QQԟ׆G|0QB`Rn0.g(nB`0R 2.HmB`d .6.HЃR(@ nH|0fRZ$` R$H|9n nH|0f(n R*@NqfSE .6.HЃ @B n0L0N^NuNVH*n A[ްf0?<NNTf"m m ;y]A[h `, A[ΰf BgNNTfm m ;y]`X0- |g A[ΐA`.HЈ*+@`.0-?NT*+@fm `0- |fm -gL N^NuNV n"n 2.HbH0|f |f`$ |g `Q`bA`2Q`VA`"Q`J0|f |f`$ |g ` Q`A`3 Q` A`# QN^NuNV?<?.B?<BNO -@Bg?./<?<BNO -@Bg?./.?<BNO V|N^Nu    ProCalcCALC.RSC[0][Cannot find resource file.|Terminating ...][ OK ] 0. 0. CALC.HLP ProCalc CALC.HLPCALC.RSC ProCalc ffffffffffHffffffffffffffffffffff 0@f8(PX`hpxfffHf ACDHPRSTacdhprstf !%&:ABCDEF[]^abcdef{|}~~DRsF1sF2sF3sF4sF5sF6sF7sF8PHASCTEscTab.DEGRADlneY1/log10HYPARCsincostanEE+/-.{}&|^[]%ABCDEF!Tab.ROLRORANDORXORLSLLSRMODABCDEFNOTNEG:F1F2F3F4{}&|^[]%ABCDEF!Tab.SIGNBWLROLRORANDORXORASLASRLSLLSRMODABCDEFNOTNEG.F5F6F7F8F9F10ClrUndcCcXcRcScP/*SCIBINOCTDECHEXHMSCCEMCMXMRMSO"ON`0?9TN??9RN?0. O"ON?<NFNXN^,_ _TN/,HNVA-H0. 29HSAA=@0.N^,_ _TN/,HNVA-H09NrAV0?NN^,_Nu/,HNVA-HN:09@d?<NF?9TN??9RN*?p O"ON?<NF?9TN??9RN?09NrAV0O"ON?<NF`B?<N?9TNt?09R29VUAA?N??9X?9VN|NXN^,_Nu/,HNVA-H09NyP]09N29PHN &LCA^ÄC09LyH]ÄC09LHN"LA^ÄCBd09LPCVAEp$Q3HL3PN09X29NSA3T09V29V49HSBA3R09LPACEVp$QN N^,_Nu/,HNVA-HNN:BgNT?9dHnHnHnHnN?9dN0. rAo&Bg0. S@VT@??.?.N`BgBg?.?.NNXNN^,_ _TN/,HNVAD-HN:p Cp=@p.29PSAA=@0.nnPN.Hn??<N@"_Ep?$QAO"Op?"QBgN*=@N^,_Nu By OSS][No Escape][0][ Word Window 1.03 | F. Gregory Schneller|Using Personnal Pascal|/,HNVA-HCE*p)QAO"Op?"Q?<N*=@0.rAfp=@=yF0.nn(0.PCAEp$QRn`ByT3VRp3LCEVp$Qp3Pp3Np3HN63FNNNNN8ByBBy@?9HNd?NNN^,_Nu[0][ Do You Wish To Clear File ][YES|NO]/,HNVAB-HC@E7p6QAO"Op?"Q?<N*=@3DN^,_Nu[0][ Please Choose Text Style ][English|Pascal|None]/,HNVA-Hp. J@fCE pQCO$Op QHn N$@dHyHn ??@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~111111?9HNNN^,_ _TN/,HNVAF-H09Hn rAl09HS@=@ 09Hn 3HNj?9HNTNlN^,_ _TN/,HNVA-H09LPCVAEp$Q09F|lR?9L?<N09FR@3F09LPACEVp$Q?9LNNhNN^,_Nu/,HNVA-H09LPCVAEp$Q09F|lt?9L?<Nz09LPCAEp$Q09FR@3F09LPACEVp$Q?9LNNN N^,_Nu/,HNVAh-HN6CEVp$Q09LPCVAEp$QCV IO$O4p$Q?9LN2?N,N^,_Nu/,HNVA-H09L|l09LPCVAEp$Q09LR@3L09L/Nn" A_09PrAVCBd09PS@?N0p3Np3P09RyV3RByT09LPACEVp$QNN09@dNN^,_Nu/,HNVA-HN0. PACEp$QpO=@0.rA^0.rA0p @VCBd0.S@=@`0.rAop=@pOn=@0.nn0.2.ntA0AV0.nr A09X2.4.SBB?N?09RyV?N?p O"ON09X2.SA?N??9RN?0.rAV0O"ONRn`40. PCAEp$QpOnX3TpOnR@3NN^,_ _TN/,HNVA0-HNN:BgNT?.HnHnHnHnNf0.J@V0.J@VCBd?.?.?.?. HnHnHnHnN@dZ09LPCVAEp$Q?.?.?.?.N?.?.?.?.N?9HN?.HnHnHnHnN`HNXN?9dHnHnHnHnNN?.?.?.?.NN^,_ _O N/,HNVA4-H09NrOAl"09NR@3N09TyX3TN^,_Nu/,HNVA4-H09NrAo"09NS@3N09TyX3TN^,_Nu/,HNVA-H09L|l09LPCVAEp$Q09LR@3L09LyFo.3LF09LPCAEp$Q09RyV3R09LPACEVp$QNN^,_Nu/,HNVA|-H09LrAoj09LPCVAEp$Q09LS@3L09LPACEVp$Q09RyV3RNN^,_Nu/,HNVA-HCVEp$QpO=@09NR@=@0.nm&0.S@2.tA0AVSn`p 09LPCVAEp$QCV IO$O4p$Q?9LN?NN^,_Nu/,HNVA-H09NrAoCVEp$QpO=@=yN0.nm&0.S@2.tA0AVSn`p 09LPCVAEp$QCV IO$O4p$Q?9LN?N09NS@3N09TyX3TN^,_Nu/,HNVA-H?.?< ?. BgBgBgN0. ??@ABCDEFGHIJKLMNOPQRSTUV\]^EA   A  A  A  A  A  A     A  A  A  A  A   A  A A A A  A  A A A A  A  C =q'!&"A #A $A %A &A  A ,(+ )A*A +A!'A" =-< .A#/A$0A%1A& 2A'3A(4A)5A* 6A+7A,8A-9A. :A/;A0<A1,A2 >B ?A3 @A4 AA5 BA6 =A7 D  E ! EC89:A;A< A= A>  A?  A@ sAAABACADAE  AFsAGAHAIAJ AK ALAMANAO AP C =1s'!&s"AQ#AR$AS%AT&AU  AV,(+s)AW*AX+AY'AZ=-<s .A[/A\0A]1A^2A_3A`4Aa5Ab6Ac7Ad8Ae9Af:Ag;Ah<Ai,Aj>Bs?Ak@AlAAmBAn=AoD E!  &     "  @@ @@'p"))))*^*+ +>+r+&lF*F ja Rh1"(5*)oSQ&aB-#i][*ڭ[ck]S[fج[ b,a 5+koW*ڵM,P,R,j,l,n,,,,,,,,,,,,,,,Ep$Q09LPCVAEp$Q09F|l09LR@??<N09FR@3F09LPACEVp$Q=yN nOn>0.29NSAA2.tAV0A0.r AVRn`09LR@PCAEp$Q09LPCVAEp$Q?9LN۠NJNӤN^,_Nu/,HNVA-H09/?. N" ?Hz?<Nʔ2A@d?. N=@ By09@dp9r AfCVEp$Q=yN nNn&0.R@2.tAV0ARn`C IO$O4p$Q?9LNd?N^CEVp$Q0. ?NB09N2. AV09NR@3N09TyX3T09NrOA^09F|]CBd ?9LN`X0. ?N09N2. AV09NR@3N09TyX3T09NrOAo ?9LNRN^,_ _TN/,HNVA-H?. N"p ?Np3N^,_ _TN/,HNVA-H09BJ@f3LB`n09@J@fL09LyBl$3B@3LB?9HN4`3L@?9HN`By@ByB?9HNNN^,_Nu/,HNVA-H09B@rAo|09LPCVAEp$Q09Ly@^09LyB]ÄCBd609Ly@o,09L/N:" A3L09LV3R09Hy@o09H/N" A3H`09HyBo 3BH?9BND@?NBnN̼S@=@0.nnRn`09FnPCAEp$Q09LPACEVp$Q09F/NP" A3FByBBy@?9HNfNNjNvN^,_Nu/,HNVA*-H09B@rAo09LPCVAEp$QNyF|l09Ly@^09LyB]ÄCBd?9LN˖?N=yB=y@0.nnB09L2.yBAP2.PACAEp$QRn`09LPACEVp$Q09F/N" A3F?9LN(NN,N^,_Nu/,HNVAF-HCDO$OpQHnN@dAO"Op?"QNL?N:N^,_Nu Enter Ascii Value:/,HNVA-HNr0. |f$09@d By` p3`J09@d?. NȮ`20. |Pf N`0. |Kf N` 0. |Mf Nn`0. | f N`0. |Hf N`0. |bf N`0. |af N`0. |;f?<N`0. |Tf NJ`z0. |<f&?<HyVHy`Hy\HyXN`J0. |Uf N`60. |=f N݆`"0. |>f N@`0. |?f N`0. |@f N@`0. |Af N&`0. |Cf N6`0. |Bf?<?9FN`0. |Df*?<?9FAHO"O2p"QNޜ`l0. |0f>09B@J@g(?9B?9@CO$OpQNT`$0. |f?<N` 0. |.f?<N`0. | f?<N`0. |f?<N`0. |&f?<NŶ`0. |/fHyHyHNN@d`0. |f N`p0. |Sf N`\0. |f N`F0. |f N`20. |f N.`0. |0f N` 0. |2 fNN$`0. |.f N`0. |% f N`0. |f N@`0. | f2?9LNX09LPACEVp$Q`z0. |fn09@d2?<HyHyHyHyHyHyN`.?<HyHyHyHyHyHyNZ`0. |%f>09@d.?<HyHyHyHyHyHyN`0. |R0f N `0. |Rf N`09DrAW/?. N@$?Hz?<Nʔ0@Bd?. N`R09DrAW/?. N@$?Hzz?<Nʔ0@Bd?. Np3` ?. N09LPCVAEp$Q09F/Nx" Al Nj3F09LyF^09LHNH"LA^CBdN`3LF09NyP]09PrAVCBdNúrH?Nݪ09N29PHNÚ$LBAoNÈrH?N09L/Nƀ" AoNêrH?N09LyH]09HrAVCBdNxrH?NNNN^,_ _TN @Save.BLK/,HNVA.-HNx?. ?<HnHnHnHnNr?. HnHnHnHnN 0.nV0.nVCBd:?. ?.?.?.?.N?. ?.?.?.?.N`T?. ?<HnHnHnHnNr?. ?.?.?.?.N?. ?.?.?.?.N?9dHnHnHnHnN?.?.?.?.NNHy-@-B-D-F-H-J-N-P-R-V-X-Z-^-`-b-f-h-j-n-p-r-v-x-z-~-----------------------------------------------------------.... . ........".$.&.(.*.,...F.H.J.\.^.`.x.z.|..................................................///// ///////// /"/$/&/*/,/./2/4/6/:/</>/B/D/F/J/L/N/R/T/V/Z/\/^/b/d/f/l/n/p/v/x/z/|/~///////////////////////////////////////////////////////////000000 0 00뭗\֐$Ru "ܖJu%.]\RJW'NӞԔ$DU% AA?a^UDTRTUUUTVfQ\TRvUuUUT^UTla?! J1-) 2- ₪! J)?? **,*(* ?? %]%H%H%QH%Q  ja Rh1"(5*)oSQ&aB-#i][*ڭ[ck]S[fج[ b,a 5+koW*ڵM012345678901234567890112345678901234560123456789012345678901DEGRADSIGNBWLSCIBINOCTDECHEXHMSROLRORANDORXORLSLLSRMOD() A B C D E F NOTNEG CE C 7410852.963=/X-+MCMXMRMSM+012345678901234567890112345678901234560123456789012345678901DEGRADSIGNBWLSCIBINOCTDECHEXHMSROLRORANDORXORLSLLSRMOD() A B C D E F NOTNEG CE C 7410852.963=/X-+MCMXMRMSM+OK ProCalc Scientific/Computer Math Calc Program/Accessory Copyright 1991 John K. Brochu for Advanced Software Version 1.00 March 12, 1991 --------------------------------------- ProCalc is distributed as SHAREWARE. If you find it useful, please send payment for $10. US to... ADVANCED SOFTWARE P.O. Box 645 Beverly, MA 01915 --------------------------------------- ProCalc may be distributed freely provided it is in its original, unmodified form, and no charge is applied, with the exception of nominal distribution charges. May not be sold in any form or distributed with commercial software packages without the written consent of the author. ProCalc is the exclusive property of the author and Advanced Software. --------------------------------------- ABOUT PROCALC ProCalc is a professional, full-featured Scientific Calculator with log, exponential, power, root, and trigonometric calculations in degrees and radians, as well as a Computer Math Calculator with calculations and display in any common base (2/8/10/16), selectable number size and sign (BYTE/WORD/LONG, SIGNED/UNSIGNED), and full bitwise operators with CPU condition codes display. There is also a time calculation mode for fast hour/minute/second calculations, a 10+1 number memory, and 50-level nested parenthesis. DOUBLE LIFE ProCalc can be run as either a program or accessory by simply renaming the program. To run as a program, name the program 'PROCALC.PRG'. To run it as an accessory, name it 'PROCALC.ACC', place it in the main directory of your boot drive, and reboot. ProCalc also works fine with "MultiDesk" from CodeHead Software. KEYCAPS All buttons can be activated with either the mouse or keyboard. For key assignments, press the [KEYS] button on the lower left of the calculator, or press the 'Help' key. This will temporarily change the labels on each of the buttons to their keyboard eNŲ`0.аydfd09LPCVAEp$QCEVp$QNh09brAgN`09`rAgN`0.аybf N8`N`80.аydf?.?.?.?.?.N`R0.аybf?.?.?.?.?.N8`(0.аy`f?.?.?.?.?.N`Nx?.NNĐ`09d/N\" AW0.rAJ@VCBd?.N`(09`/N\" AW0.rAJ@VCBd0.|HW09>rcA]CBdJ09>R@3>?9`HnHnHnHnN?9`?.?.?.?.N`00.|PW09>rQA^CBdJ09>S@3>?9`HnHnHnHnN?9`?.?.?.?.NV`0.|KW09NAN^ _ON/,HNVNlA&-H?<BgBg?<&?<N>-@/.?<Bg?<?<BgBgBgBgN=@/.?.AO"Op?"QBgBgN"n E4p$Qp.r"Aop"@/.?<Bg?<?<?<"?<Bg?<N=@/.?.CO$O"p!QCO$O"p!QAO"Op?"Q?<BgNj/.?<prArA??<?<?<?<?<?<N=@/.?.C$O$OBgBgN/.?<prA??<?<?<?<?<?<N=@/.?.CO$OpQBgBgN/.N`Bnp=@/.?.Nv=@0.@e/.?.Bg?<N0.ngBnp=@`/.?.HnN4p.R@rAHnN0/BgNl=@0.J@j p=@`r?.NhN.Hz?<!N@Hn?HnN6"nE2p"Q"n E2p"Qp.=@Bn0.@eR0.J@W0.rA0p\@WÄC0.rA0p:@WÄCBd p=@` 0.S@=@`p=@p.=@f0.nfn,0.R@=@"n 0.2.tA0Rn`"n 0.@0.N^,_ _PNNu/,HNVtNlA8-H=n0. rA=@-nx?<HnHnHnxHntNzN^,_ _PN/,HNVtNlA2-H=n p=@-nx?< HnHnHnxHntNzN^,_ _\N/,HNVtNlA0-H=n Bn-nx?< HnHnHnxHntNzN^,_ _\N/,HNVNlA*-H/.?. A O"Op?"QBgBgNN^,_ _ON/,HNVnNlAL-H"n $n p*R@r=n"n / N0-@r?<#HnHnzHnrHnnNz0.N^,_ _\NNu/,HNVNlAj-H0.T@=@?.N-@/.?=n<-n$?<HnHnHnHnNz=n"n2"n2"n2"n 2"n 2"n20.N^,_ _OS@r VR?/LNuHaS@r VT?/LNu# _0 @g "_J@jp`0"|p2 Ag $_JAjr`2$|r@g\HGe$4SBkQ4@SBpQ0"|` 4SBkQ4ASBrQ$|LJ@f pC$I/9NuH _024SBgQ@4BAAc/LNuHyNRange error during set-operationH _0246@SCBgQAn68DCCc 0AgRB`/LNuH _0@CEHS@rIVW.J?/LNuH _0@CEHS@rIVV.J?/LNuH _0@CEHS@2FA_VW.J?/LNuH _0@CEHS@2FAYVW.J?/LNuH _0@274BAAc7V`tO>/LNuH _0@"_24BAAc1V`t>/LNuH _02S@AC2YQ/LNuH _02S@AC2YQ/LNuH _02S@AC2FAYQ/LNuB9 `P By _0g$_jp"_// H NL J@fP)J9 f" f |` f|` f |` f|`4<G                                                                                                              ("$,             h H <"     "  Z   ,& ( (     .>4   & 8                                                      *   "           H NJX0^                  $&          "                                                               .                                                                               2                                        R     &.  "        `       $ .   j$ <$,8    &  "  " *(T$&$($&$$ D N$<<<288&,".n>$(2^X6 $6XN.(, `"""&*"."**"4    t&($L `* J*4&20 * "  H&0                          N                              "       v                 :         : & .,                "  (lh (X&>&. . 4$f.,*   ."(L &t:,Z~8 &&"       r(,6$f@D$dHJ8Pt@D&R& 0Hv*,,2 .(*T   D(    8,J f2 0" Dd$&`2d,n,*<4  , >F L: :     $RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.BQB) @ef *:f^&Jrt `e QG~tWJBk4G͖3 J9 f g g`> g8 fp@`*S@rG   e gRAQJ9 g`tJ)f8a J9 g| _0< Hy͜N|#|3|Nu )bJ) g )g )g ) f J9 fgHBNu|/ BgHi ?<ANA>NAX"_Hi ?<ANA\L|#|3|N _"_$_* g g fH/ NLH/ axLHHi Hj Bg?<VNA LC G 0<Q|%|5|N _"_/) g g f0)k @e??<>3|NAXNu _4` _t6 Bo r aSB`2aNH? _r ar a/L?Nu _r aN _4` _t"x0HgJJjDxvCXzp cRЀ`|e W0R"f`6 _4` _t2xJAjDAxvCXp0 2H@0RJAfJg<-RBlCSBr aQSCaQN _4v` _46"_JBjtClBSCr aQSBk aQN _v` _60@d C{t`CvtClBSCr aQSBavQNFALSETRUE _6kfv2_t Cc"4YBv` _6kfv"_t Cc4QBvSBkr a(QSCC" A0 9c^a JgYC`NH "oA/ NXL NuBy(_ _/ C( g  f,t4(H / /?(?<@NA LJkffNu4(SBraQNu(gN fH ??<NAXLNu f H ??<` f H ??<` f NuHyC` Hy0< LNREWRITE required prior to WRITE or PUTDisk or directory fullBy _$_"Wp )f)H/ NL4NH/ NLp)`By _"WJy|f8J)f )f)H/ NL )g)J)fJgBy| )g J)fBiNz`zBy _$_"WptvH/ Hya029XL- -fJf^p`4  fJg*`N0eH  bBԂi\(؄iV؄iRԄiNԁRCJ)f  g )f) 0e 9c~Jg&JgDJf 6Höf4N$NHyԡ0<` Hyԁ0<NBy _$_0"Wt )gJ&JRJ)f4H/ HyaP29XL )gJ)f RBBe`ưBe`N&|H/ ?< NA\Hy~?< NA\LS@kQ3|N Bad digit in number encounteredOverflow during READ of numberBy(_ _/ C (g ( fxJ(f t4($IH / /?(?<?NA LJk,g*fJg  f"J` g  Wf NuJgJ(f P Nu!|Nu4(SBa@J(f8Jg. fJ(f"gr W1Agp f W1A1AQNu(gVJ(fD f&H`?<NAT f?< ?<NAXp LNu fH`?<NATLNuHy20<` Hy0< LNReset required prior to Read or GetAttempt to read past end-of-fileHp`:Hp`.Hp`"Hp`Hp` Hp _/fJ/ gLJ/kJ`L/ fJkB`</jJk2`,gbJk&` Jk`"eb// ebr`r`rAV ?/LNuHv` Hv _ `Hv` Hv _0HJ[fBBg`,j Dj4<` 4<ЀkSB`Jf].B/BJg 2/.?o /@?A /LNuHv` Hv _ [2Jkp`&4<cH@j JgR@kJ@kJgD@?/LNuHv` Hv _ [2Jkp`$4<cd JgRkJk~JgD//LNuJ/ goNuNuH _?///` H _0/2// Jv/ 8://N~/DD?DBoJgJgC|k?>BGHGv8ބdRC8ބdRC>HGvކdRC8ބdRCHGv48ބBޅB:>HG8ކkE߇SDkBg|d RdRDUJg( DbRD ME \/LNuBBo `H _0/2// v/ 8://~/?DD?DBo 8JgJgG|HD8H@0zr)`рe efef<څ߇QgRCgڼd RGdSCJCkD|blo/EC \/LNuoH _p2/g/ f/W?o `ֲ@e:f$/&e&f // d*B6//J/ k`(&// S@Q`&// `R"/?/[4JfFӃddRdRR/eJd RdRd`/AG o Jk`z0H*kS/JkFft grkRBjIHA~`( dtHAI.kRBҁjBG` BBRBӁj/e2/AG o Jk\/LNuH _0 @&b(CC/)?/LNuHy`HyLN Hz@CPt$> nk(:C@hԥ*5 c_1ɿ1.Ź^ k:v #-xŬX&x2n)h? SYQa@%oNˏ'?9x!7I|o|@Eŭ+E75vV 9@{pvP *** Floating point overflow *** *** Floating point division by zero *** Nu# _ ged 9NHy`HyNt`t _"_0gR@| e.G$S" ghjebb"*f&"`v&A%S"`l&J`ذ|gb*|f8"9g0$A#`""9g$A#`"9g $A#"`"E&R"$b HyNJgr"QHd2S@k"QN _"_0" ged gR@ @mz @ e@E"fB3@B$`\&A2+@ef "'I`F"3@B$`8$K`ư|f"#` |f"#` "#N. 9e.. !eCHORDSYNIFF `B 8DIGRYDOOIFF @A1ORCHHIT IFF DH/ELGUITARIFF <6VIBEBASSIFF ;'FUNKYSYNIFF `@28TIMBALE IFF `D< CORKER IFF ;DROBODRUMIFF @F^BASSDRUMIFF BMREAD_ME DOC MFNFORM88SVXVHDR7 NAMEchordsyn.iffANNOGajits Sample SeriesBODY7 ҹ#;Y|m}{ngcXL@11bxyxpieZPC%ѩ Ro~yytmhaWJ7񶌀2cvzwpke^RDΥ Sm}wytlfaZL1㴉/aqyzog`SZPO çߧ!Go`qhie_8ЖPq|w|wd޿ $*8okpkie_ZS:龎yrmic_ZVR!׆  3SG`]ytc__[Qه5WxqbWL/姑 3(YCvv\VTITC 0R}_VM^fUFĨԩG8%'B^gt'躨"ĵ2UU?-YWql\/ܧHa}xwupgea[0  •3Fb2JDoiK4ްFrdefwpd`﷩Ը꼦Ycl;1;h`xsB2н &\opllh_$1À¸ / KS}xe`e[N@ߡ/OuoWKhdrlڲ Bc~nQC/"+FO]:!Tozrrnga ^*4 )Sapprj_W 󦀀`i~srpg]¾ҡ ^[~kG@@:RRh_M='ز̌(Vrwh`)Ӏ8AX&'+# " C, Ja}wcb`WJ;.ȀHj|ygkgniZUĻþ:a]UUL6)#&ڲٔFe{qpmf?ޱ =ɣ]pqkh]OCˀTl~sqng^_:ƏBFyxgH,MNq\6  ȠKhmG) 3!Ӏ = &"5Ks{mif[N?4&J^wolhb][ѝÚ1PdS>;YYjD*8]İТEmzyc2@>SS!Ϫ 麰5Jxi\K=5-$ϨJwytsk`b[\Iì'DYI;UjuQ)Gon5ƬA陀 Tu_7 GJ_,'Ͱ 'ZtwetxjNC+ٲM}toj^c\d_9XT?71-0VYri7(^4ʠCmzKA@NmufT-“ǿ,ZkzmI9Nph{{jc[`Z`\KĞ8/# "J]vye?G2a_ʺ Tz{:, AIxqd\+ڗðܺ̚3XqWOOtk}lgQ-B^y`Sdeij`U0EC.&'!5RbqaRRRQHḘ˷Qr]T>cd}xgca&ؐ>abJ hkrvs= .#>3\wt^Nb[fbUJ@䕀 O]zs]`_bSے!ZP5EUt{nb`Y6ԤTb:Vfypfmj[Ř I]K#" ǀ2Ke).4nfRdmzoK݀QXl7 .WP=UXh[K?5(𛀀*Ujoiela'4H ˯Ф9x|wph^_O%ʀ­7UH$DI5Acm{p^+؂!8CVI4&UNa^H;2(!<̀=Zvqjmg`[Y<-󹛀V{~~wmf\N@6M>ԋ$OdbhSRaQ<9TS`]N%ᡋ [Ld^G;ʪҠ'&6Zk}tfda]QοȺf{voge^,ť)f8`kTDDUhpz<@DgcJ:3hZ`[K=LG( & 6]a{vfbcYA2鹚8n{{~xog]SNT<旀4$Caa{lSHB>QN]XM %" ;kl+ 관B?1++( 'Q[tsd_\ZF ح2r|wrjhdHƴٸgo_[K %BT .URm_E1Fik]WW>Ƕ&:, ImwookYJ:+ڱȴ5i{skadZ򡀀+'Awlf^PBCWU@뙀@4!տ!'\S6-/>1sl;5<ӱ$1" boumidZ.;7ާ+7J46NpN+"E\4L`QS%* NPoj[XX+񐀀@ag^z~xuslgb]YŸ0btYKLHA:9!;TD1,*JR_`G,մ3UbS.π7B201/3ji}plleVH8p~~Heap overruns stackPointer NILPointer not in heapH`?<,NAT24HAI<Ёr jЂLNu&_4"_jtEl  SB*/  HylSBkQBBg?<KNA NHL _0"_jp&yr+t$IS@k,RB  WfSBkBkG$I0(K Vg RQBg`?</LLNuH _0"_e /LNuHy4N/B9/|NuH _0 @f0"|p` "_J@jpEr4@ BbBS@kQ/LNuH _4SBkt82$_rAdd0 @f0"|p` "_J@jp6ADb6CG0IS@k$eQ/LNuH _4k2SAk0"_p6B@bE0)CS@kQ/LNuH _2$_r0 @f0"|p` "_J@jp@kS@kv&J$IRC4(K Vg RQBg`?/LNuH _4kF2SAk>0 @f0"|p` "_J@jp6B@bESBkQ/LNuString overflow _ hNVf 0(gr"OD@Hd2S@k "Q` _"ye HyNN## .f -|`-| nNнf yNStack overruns heapH? _z gBjDRE"g8jDRE$6HBJBg8HAJAf,HBJBf$ւi EdD.` $HB8`B/L? Nu0NvDNH |` H | _z f0NjDRE"g`jDREdJgR(`DfxJg<`DxSDbb JgHA8`"tcRЀ`xeWJg(MdD.`B/L Nu09Nu _3NByNu[3][][ Abort ]Copyright 1986, CCD and OSS, Inc.  &.> ~ h , Lx0R8,J,vTpJ4 D F$.(Z2,.0 $X".$@`zpF Dj  >"  6$0(Z(Z2,.0$ VDf&b>0z@@h`   R RZ.P  @d0 ^$0(X2,.0",0P*T . p:   <>       @">888""@ , >"  l:      8 .$    :&*(        ( (  $ N20 B20,B 2.      $,&         (  ,"2$ "Z ,6|$$6^. ,*&  &   R  &  *b   l( ~ &$J ,$  : $  ,  ( (  (   , &  2 > " "    (   , &( .> < & 6V P^* "Xz" ,  4  &  4       &   (.   F   $     2 ,     * D 6 $$,&6" "F 2        ""j **..,((( ^     $(LV2(., ",.*&d&:42,00.4\.0DX<"$>,$8(l*lrh\,&D0T>0,8&&,F.:FFFF*@4n(>2020nD(."F<"..ZJ"4\ZBBL:\  @@(&.$@$$2$*|4$&&$$6   $LD"2 T &( 0&  >             $"  ,*< * * , , 0 , " HB@6 2J X D   ( 0"L2 N z  f H F  J  <   , F"L  ( *@ B @ B V  RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.. d.. QVIEW PRG _LQUIKVIEWDOC _ pbTF.Һ )  ׻OpojTF0$Ƕ հ8mp%/8Ij\͋;GM<)*)5S]ni[YH-ϣ:Sk^Nmw{tqmgc^,?èÒd}jaZO1/TmP:82,MN\V: ׮QY&#B_\IDHok~yojhcXN2Ҁ4/+񻪢)ZsvurnRE.# '-FYaR(ͻ ٩9u~wrnje`Zל#:63bzwlojU3%湞 4$*HF0#ı);G3%**(LO>C7Dg_8/ɵ/Yxn}nN[SbhYO>)MYtsvpjfaWOC7+6_wsC;!#*FYg^PF&ܳMytpldb\V+#1%*Eo}wrmhW# ٰҾ欜)<3$ب -AA-&*+?Zlzte3A?1!˧ TyZSJZajdYL/উEdn\_lhkfZXS8+ ڏRryT2 *QV\OOGXN5ֲ5Vizupkga\Y:,MoysnicU0 "᭙ȴ#." -"1<-&(0[d{pfcSC; IJʧDiyZQQVabneUGɪ/^pgRC@ 47 !4;)! 4JRZ[Q[+ϴĘ(;\ny}ni^M?'!6K[\)ɺ񼀀@k~|{tmid`ZVH 0]|upjfc]R/ם Ú OwS,&\s~xlf^^YZXSHܠfg^bontq]1.KXB(*Tfc=ã󸙊-1(Kl~g>4!"FOa0аۻٷ%5!>jxttmfd^ZUQ1£ɬ "4mzzztniea\SB򿀀!Or|dE>_y{ohhd][SK?'٣:mzpjjllm@5:C][8ʱ˳ 67;57=9(Ѵۿ#&.[j|W8) %! ,2ž­;O6Fnsswonlc_ZVRM7Ϻ "$8Zwywrlfb^XTI. 3IZacjs~~smjf_[UOCլ0Ul|sje^Z]\]_U.ܻݽRxztgVJ>7( ·.DTJ41397((" ̯+IYI 0>IRcj`a`ZTM& "0HfxlWl`zjee`YVQB 2=/'),-0BLEPhirkmi`\WO7f7RhqxV:BPerjXNL:Øΰ9t}~xhZM5Ͷ  *=LI6(GA,ӹ 5BBB:+! ѷ?Z]YH1*>JRTRSK9,ͳ#3Sir\JP\owha_\WRME!Ր˻*LUK:687=0δ&" EQZffX?0=Ubti\ZWRI@1Ř#Giv|yxqqoeL"ܳ=ii/Ȱ,!RwnVD& йRt\SF6$ ӱ"ġ.Roc:;O[[ZR/賀۴=Xc[\oxshB:AJddUMF/5BIUb^OFPcktkb\ZTND6% חƼ:VbntwtqpmcVF66@HNB*ǰ$;D, Pko\I8⼨bxv`K8  4BFKDԯ̹"El~xtn_LB@KTXPA- !9PZ_hpwyngb`YSOKC3鿀4DO]jsvtrrpiea\S2׹ ,AHB8.$ %8N\VE3յ E^X@+ ̝(.16;8' 8JG6" (,-"  ͭȯZ}|{uphd`U?-'/=?% //El}xohMA=DOQFCB;% Ѷ)4>M`qx~zzxqjhc_O Գ$4EGDHOUH/4IM?/!'/*(*'ޡ27NF` y}h y}hN2095zf:<```~BnBg/9}N0\: Ef`h0``D/9|lNjXN2`,/9z0NjXN2`?<N TJy}f" y}h y}hN2` y}h y}hN N>NFN2`N `=|A5#5`=|A5#5`tA5#5=|`^A5#5=|`H`F| g| g| g°| gҰ|g|gް|gT|g|g`NT0.f ?NT095zg| 9}g/9}?<IN\B?< N\-@8.8/.?< N\Hy|z?<N\N0L0N^NuNuNV09|hfB?<N4(\3|hN^NuNV09|hgB?<N4(\By|hN^NuNVH*n`?<?<NbX?<?<NbXJ@fHnHnHnHn/ N1O0.2.HA=@0.2.HA=@?.?.?.?.BgBgBgBgBgN0O?.?.?.?.BgBg?.?.?<N0O?.?.?.?.?< Bg/ N4LOBg/ N0\=@0.H/ </N u ?.?.?.?.BgBg?.?.?<N0O?.?.?.?.BgBgBgBg?<N0OL N^NuNV0.H/ </N  y}p ?9}?9}?9}?9|t?<?./9}N4LON^NuNV095gbHyIHyIHyIHyI/9}N1O09I29IHA3I09I29IHA3IBy5N ?<N4T?9}?9}?9}?9|tBgBgBgBgBgN0O?9}?9}?9}?9|tBgBgBgBg?<N0O?9I?9I?9I?9IBgBg?9I?9I?<N0O?9}?9}?9}?9|t?< Bg/9}N4LOBgN4TNF`?<?<NbX?<?<NbXJ@fN^NuNV/BnJlRnDJ lRnD 0. -@0.n0. nngD -n N^.JNuN^NuNV/0. -@0.n0. n -n N^.JNuN^NuNVH<*n(n &nA$H095zfAH|A??<NXHn <AЈ/N&PP @B`Rf`2H|*g H|?fNq"H|\fB`` H|\f` S AnR JB|\095zfHn?<;N\>BgHmR?<=NP>JGl0<`26?<?B?<BNO (Bg?B?<BNO 0<LNXBBgN4(\+np+nt+LBG&y}+KBm&`hH| f RG`VH| g ,H|f> GcHy6D?<N0\`RmXxJGc0S@`0<X K BG`RG }m:Bm|Bm~BmAR  y} h /-p?-Hy6f y} h/N+ORy}N` nfHy6?<N0\`0<` N (0<L8N^NuNVH < y|dШ*@ y|d<(BG` X/BgHnNO 8B.A(H``?<NTJ@gH??<NX`MMEAIVdopogb^ZVQA'ƲDo~}wrhW<!( Ĺȱ ý-@OSPS]fnpjc^[VM?秀,IX`efihcZNB5"-CNPQJ8ڿ*CZ`XF?@KWac`ZH.ɹ:KTVVRE8& ⴌ*8>ACLU[ZZZ]\VD1# 뼌Cm}xqjWB+ Ⱦ"ο*-*"3Kdnuofa^YL0 ۨ (?Vbc\WY`hjgR4 źʵ :[igP4и  '7BGC;67BQ]b_ZUC ͻ 0H\gmnf\M;#׫/=IUZYR@- !#',31#ΙGs{xuj[K9' Ȳɹ,42+)&*/&-UowsjdaWE/۴  *=ISV^fkmh^B鿶 œ3AIIC8) ×).-*,48<9/  7Udh_R=!Բ$?Wiu|{thWA#֮%;PZVF- #3<5"б˿=axuncWE&Ƙ%!ù8IJ?71$%,%:[otlhd`ZO?'Ɔ  '?[msogc\K&۷:Sa]O=)븉 .DSVQG<0# E_h_G2 ڽ0Mj}|pdXF/ԟ4NWO;(42ܽʿ .H`t~wpkf_WAˈ 4=;6133- (?LQ[cfgbUG5Lj 'D`rum`TKFE8"ɾ3M[\O>.!ƒ,QdcRB/ 4N`dY?#߻=a}{wqhX@ޞ-KL:2@;&̱":Tky|xqigcYI$꧀(>LF7& ,MX]\QC85:JTUI'Ц'7<9511/+⽞)8?EINSROIB?<92' Ƕ!Jo}wpdR=, ܿ *8;3  "+4DVcggYH0ο%B\q|}wqeS7 Ƶ>`qwreT@!ư "1>KRWXUOIFFD?2ȱ &7DLKF8$ʮ 0KZ]]UI<.&$,7AFC8"ƭ4Iat}}yqgYJ;0+'!ϭ&01/! /89/1IYb_ZRJ?0 ƶ 'AVfnuvsoi^J- ȵ+KdrupcP7׽ÿ"1=HQ[_]TF4$ ǻ"5CGC9'ǵ-JWYPC3'+=MUVP=#Ӫ1CXjwzupe\QF8) *7<91# :\km\D+ѿ3K\gfa^_dihe\I+ǽ.EYhpn_H)ɼ  ö&18=DFG@2"  (8CGA6" ³ 29=@><5.++5APXXM5ݪ )7I]lvwrmeU;ð&.2.)+-/, 'FV[O8 Կ5Qisum]OEDLX^]S:ϼÿ+7BKQOG9$ $"Dz%(## Ϳ*860(#).46/ Ĺ )KURC"ڿɿ &7AE@90+(&%$ɵ  ).+Ѿ*KUUF2Ļ0GXad_SD5,'+1. Ǯſ *,( *JSRG3 Ҿ ,:IWcihbWJ<'ݼ!()%  (;IV[\VI9$Ÿ +8@A=4- +8<=6-θ #-19=GLQSOIA5" Ŷ#02.' '5@GKJE>2&   ),.,&Ǻ .8=@BEECCA:6+ ź '3;BEGC<3$!!"#)-078862* Ͽ )-49:=?;92*          S@m`0-295SAA;@8<``0.g`Jmf`Bm8<``2-095S@@0-Ae`0-295SAA;@8<``/ BgN\\g8<`?<?<?<Nb\`\`X/ ?<N\\g8<`?<?<?<Nb\`*`&`"|;|c0<@ |6"|>N`097jgBg/.0 y|dШ*@ y|d:(<<`X0RGEdF X/BgHnNO B.095g095`095?HnBg?NpO `N`` RF0y5mL N^NuNVH*n(nBG|&T=|P FPc<<PJFc-0HЭ(@0.g"2-095S@@RG0Ae0<`X`SG0J@n0<`pY&TH|>f+H| f ;G0<`LH| f:`RH| gH|/f"+H|*f+H|/f ;G0<```0<L8N^NuNV3535353537h325N^NuNVBy5353535By7h35N^NuNVH*y|d>-By50HЭ(@2-095S@@RG0Ae`X&TH|>f*+H| f+H|If+H|sf`````3I2-095S@@RG0Ae`@X&TH|>f0+H| f$095Ry5@AI1 y5f``L8N^NuNVH*n||| g|| g ||f`|??<?<Nb\`L N^NuNVH*y|dHy7?< N\<9I0Э(@ T/NpXHy7?< N\BG`T<FAI<0`0Э(@0<AG??<?<Nb\/NpXHy7?< N\RG0y5mHy7"?< N\?<?<NbX=@ namn nAJnm 0.y5m`0.@AI;pL8N^NuNVH P-Q n0(L/ </N  n6(NƼЃ*@AI(HBG`BF`0F0<@ FmRG GmAa(HBG`BF`0F5F0<@ FmRG GmܠX-Q n0(L/ </N  n6(NƼЃ*@AY(HBG`BF`0F0<@ FmRG GmAq(HBG`BF`0F5F0<@ FmRG GmL0N^NuNVH><*y|vGBBBBQ0<37r37pL N^NuNVH097hg.><2y7r(297rAA720 9|vHЁ*@`,><y7rP297rAA720 9|vHЁ*@GBBBBQL N^NuNVH097hg$><(297rAA720 9|vHЁ*@`"><P297rAA720 9|vHЁ*@GBBBBQL N^NuNVH*nBG`RGf0L N^NuNV/. NPX=@ nPo=|P?./. . H?. H?0.@A7x pNO . H37r. Hn37p yO7po:yP7pRy7r097r2<697haSAAo0<697h`S@37rN^NuNV/. NPX=@ nPo=|P. H37r. Hn37p` SnR. R n H| f0.fJnf`r?./. . H?. H?0.@A7x pNO yO7po:yP7pRy7r097r2<697haSAAo0<697h`S@37rN^NuNV/.NPX=@?./.?97r?97p0. @A7x pNO 097pn37p yO7po:yP7pRy7r097r2<697haSAAo0<697h`S@37rN^NuNVH>.`Sy7p0SGJ@fLN^NuNVH>.`Ry7p0SGJ@fLN^NuNVH>.`Sy7r0SGJ@fLN^NuNVH>.`Ry7r0SGJ@fLN^NuNVH >.<. *n :.2AA720 9|vHЁ2|AHЁ2|HЁ(@`\AYB@HCYQYQ@YBQYQYQ Y"QYQ`YbGfTR0SEJ@fL0N^NuNVH >.<. *n :.2AA720 9|vHЁ2|AHЁ2|HЁ(@`\AqB@HCYQYQ@YBQYQYQ Y"QYQ`YbGfTR0SEJ@fL0N^NuNVH >.<. *n :.2AA720 9|vHЁ2|AHЁ2|HЁ(@`\AYB@HCBYB,YB,@YBB,YB,YB, Y"B,YB,`YbGfTR0SEJ@fL0N^NuNVH >.<. *n :.2AA720 9|vHЁ2|AHЁ2|HЁ(@`\AYB@HCB,YB,Y@B,BYB,YB,Y B,"YB,Y`B,bGfTR0SEJ@fL0N^NuNVH >.<. *n :.2AA720 9|vHЁHЇ(@`PAIB@HCYPYYY@YYY0YYY YpYYY`YR0SEJ@fL0N^NuNVH >.<. *n :.2AA720 9|vHЁHЇ(@`PAaB@HCYPYYY@YYY0YYY YpYYY`YR0SEJ@fL0N^NuNVH >.<. *n :.2AA720 9|vHЁHЇ(@AYSEr B@g*HCYY?YYYYY_Q`&p@@?@@@@|U_QNqL0N^NuNVH >.<. *n :.2AA720 9|vHЁHЇ(@`0AqB@HCYY@YYY YY`R0SEJ@fL0N^NuNVH >.<. *n :.2AA720 9|vHЁHЇ(@AYSEB@ g*H"HYOYYY?YYQ/Q`"BB,OB,B,B,?B,B,B,/QNqL0N^NuNVH >.<. *n :.2AA720 9|vHЁHЇ(@`0AqB@HCYPYYY@YYY0R0SEJ@fL0N^NuNVH >.<. *n :.2AA720 9|vHЁHЇ(@`0AYB@HCYPYYY@YYY0R0SEJ@fL0N^NuNVH >.<. *n :.2AA720 9|vHЁHЇ(@`0AqB@HCYPYYY@YYY0R0SEJ@fL0N^NuNVH *n(n `f L0N^NuNVH. *n <.`0SFJ@f L N^NuNVH *n(n >. m`0SGJ@f `.`,00`%0SGJ@f μЇNqL0N^NuNVH *n(n >. m0H>`((((0SGJ@f`O`)%)%)%)%0SGJ@fL0N^NuNVH$.". BnJlVnDJlRnDvd`Bbd nmDdD-@#|p-A #}LN^NuNVH*n ..BF0.` :< `6RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.FORM18SVXVHDR1j NAMEdigrydoo.iffANNOGajits Sample SeriesBODY1jؗĿ .7?B)0640,& %+1OhptumbPGK?DJMN`st`H>;D?[|z}iUTLH1hqeR(ҿ ÷( ȿŸDzB*  $26@''  "+)Ǹ$/;?C4-?D5RmrshZD?Sy-FGNRWj|dKBKWaz}nem\5H`U]wl> %IYeqmVD4+20%+;pP4;OD('98*+/6"  ƺʾ%+319AA67CSC>:-*03B[ozmv@;J2Kd[PKKKT?X(?J>(1:AQV8'#"!#$(-53"ø'&'" "(# '7@6-/;W8?c`K2/KN8+GyHWx@C,g` AB$'?0 .&+<)3A;H=96$ ʿƽŸȨļ´¼ĸ#))((%(+?TD%!5O]XUczj@+CcY$ W`B;Eg`( &8?VH2$'KR:1E_^]_dbYH,!5GB9CI8в ѻİ!'G`H3_l`D4>G=.?o@kl@epE;eZ '60%13 '.9?Wersw}|ktvnRHND5"̾Įøɾļ7]0Ow~P/?OD*[}07p?`(Ob4;^03%  'Ecomosrlue[kzjX8Ҹ½ƺ  !,?c Gsp*7Yf07k o@_L'ph,/]p*"/NNGLSmhYowfHERcg`JGL?"ſʹŠϾ'/BE21,)6SR 'k{zL$7WH*/_ph;t@ w`?8&[\A,;N]THFVhXPD1,& Īйּ˽ )?RXKIJJDCIdd?gj:?oP2Wx_(?`;mH)- #)'%)EFJGTQLPQMS[J<& ʼϼ¼ #Ų 3=BDQPB9CF<7BKH$GmzhB9UpT2Gx;0/0;@;SVVRLE<"ŵ¸$ #379CRTF1>5012-$кʶʫƾ #43 $95484-,+3?SD;UXT9'7OH*/SXMko4 &  CJ(56&/IB42,)μƴҰ¬%*+40')O8[{pD7_uL[{`?Z$S`KP %6)"1=:%'>VZH>>GF$ ɰкĠܰɺ)пĭ5>;>Uh?U\@'ShQGgx?h0CfX4G`@ ;F$).30$2FOB6EOYWVOS[ZH$¿²¸̼ź̼ 3@E_V,7S@+o~XV+mx4?n -6/@0 +C@&+L]R<>WenaXNNJEDIJN8 θƸµĨʺIJ¿ $6S0 3L@5IkyX7eD&g:'w@)_X(1GL*'73*1BSF0@A p m0@A00| |A`0@A00|0 UR0fL N^NuNVH *n(UBG`0 HC|0>H|0m H|9o*0L0N^NuNVH*n(n -M&TX``H| f g H|%fH|%fRBn=|Bn| H|-f=|RH|0f|0R-KHnN(X=@&nH|.fR-KHnN(X=@&nH|lf=|RgH-M Gdg Gog Gxg GufF-M0.g `0H/Hn?.?N'O *n0.g0<`0<`> GcfT`0 Gsf&-TX<.` nRSF0g nf`0 nl0.g<." A`SF0f`^ .2.SAHЁ-@-@, ` .2SAHЁ @ nSSF0f` nR .o .R*@fB L8N^NuNVHnHnN)BPHn?< N\N^NuNVHn /.N)BPN^NuNVN+N,N.N/dN/N/N/N^NuNVHBG`40@ABz 0=@0.A=>HЈ2AABz!RG GmLN^NuNVHnHnHnHnN4OBn`R2.A=>20|0.2.A=>20AA2.A=>12.A=>20|0.2.A=>20AA2.A=>12.A=>20|0.2.A=>20AA2.A=>12.A=>20|0.2.A=>20AA2.A=>10.A=> 0 =@0.A=>00`0.A=>Hp N/:X`0.Hg$0.A8nHЈ2.A=>! `0.Hg$0."A8LHЈ2.A=>! `0.Hg$0.ABfHЈ2.A=>! `R`N`L|gT|gL|g|g |g|g.|g&|gT| gN.@Rn n7mN^NuNVHBG`L0A8nHЈ/N/:X0A8nHpN/:X0A8nHpN/:XRG G,mLN^NuNVHBG`0@ADHЈ/N/:XRGJGmLN^NuNVH*n g @AB*L N^NuNVHBG`L0"A8LHЈ/N0^X0"A8LHpN0^X0"A8LHpN/:XRGJGmLN^NuNVHBG`0ABfHЈ/N0^XRGJGmLN^NuNVHBG`0@ADHЈ/N0.XRGJGmLN^NuNVH*n g HABfHЈ*L N^NuNVH*n g ABt*L N^NuAy"Hpr2QC!IC"!I < ` <N4 <2CAN4 <5` <3 CN4 <4CAN4NV <6tAN56rC NNV09z|g|0m .-n-@ <[tAN56 .-n-@rCN (AfNh <f/aXA< WNs@/:Nu)H)I)J " 0<NBNuHACFHKMPRUWZ\_adfiknpsuxzASL_20.RSC "    !"#*+,-./&0123456789:;<=>5?@A1BCD1EFG/HIJ+KLM4NOPQRSTUV#WXYZ[\ ]^_`abcdeѺ³ />BGJ@82(SgHInw~py|dL07up"WQ-&*"*  12.1?KMNQNIHE<4:;72(ԾȭĸȤIJ *&/63,+1>?AAL\]NEWgi^^fsxpplcUD8>A0"/2+/392,*36(๭ƭ"162/7KTPQ^]ZWgvx`]yxTWZcjR%$' & ';50!$! ļ   (3?FK[CQ5WiLUmitU[{UOhb<0#( )%#4UD5:NH:-=E@$ žƹ   /6,)?6'45&';Oc`Kg~}M:ozX/03ؠ/ /_h\KWst`R[eZF6*-+û  Ҽ "'3;9854<0OL1%[xjXw`-wx? п<(л /SaUVkzlNA>1̼ȶи -: 2<6(/CRTIHSe`0'[jD[vr,_|/(+CC>;Os}vlg{lH@>B4&Ա̸# Խ,6:I_pudRV_ckL &0$ʦ#%!.5;EYkha^`ebaX<27OktdPFWm`65MbP ,- 3Wx}rovy}{qikjR92354" ν  ̾*7>?JVYZ]_^XWWc`D-(?_gYNYc]gX& 38* /?EOLIORUNKJB0» 6Ŵ#*47AS`\TRclg`^_RB?4/>JW\co{xdRUB *,207=BIJNOI3 ! Ǻ.5#! %'2;CJKMYcimklsw}|tjuxnfo|sl`_XH8$""")3=KIJLF@=4( + û ,31%"!*74/LI]ZU_ewrqnkmlejm~~pju{r`JH<5% 2" 5=@2+"µ  ꬟5$7C?GX';44/L2'E/WWR=AH4'==6=<(8+-EV[TP?WIU,6(>("$/=?+, 7MYdno{\X8źÿ°̶Ҁ;U4QCT %88--);BC;/3E0@"7' 8HRGK;00@U0@H-HD /?+*0>500S?`8$+0 ƶԵ+'7."2.=N".'&+ $<+>^&^[^V>vFJ^V;goo~~c{UO/ ʡ˻˸ٱ6N$:LTGSD^-2!K?{mNCog~Q >nnz~~~~R,3. " кּ%'/#64>DG/4D5)>3:O?MC6LQ^j~~~~~~o[?36DIak~~~~~iY,  Ƶ±Ʒ  %184+1>DBFADC@?B>DDIMSR]DJB?FR~~~~~~~~~~Q1#/-6JV]nzpYT8/  ɷľۿ"%#! "#)-6>>3-'-)%!-60/.38>A"'&'*Kf|~~~~~~~C3$,NeK3%%#鶵ľʿ(+,$'   &724DOO?4<>D;12/ 5&31$Lfv~~~~~~~~~~? 8Zfhq_?ԙ&%6;1ѻͶ$#ͮ,Q?32., - #16;8363042.6AFF<379?' -9F^r~~~~~~~~~!/C52X^hw|?K4ʍ>>^enQB2׼ ŸÿѶ3;5+͵ 9BJK3$$ 920#"@FGN~~~l~~~w>?>FP~~~go~KپJusu~~X?'ϲ ϻ ѵ ,>B3!կ$EIFI<9&# +MKG3/91MZr~~~~~~~{NN/7H^~~~~~~O)&Uumx~~u^cC+<$ ŷ ͳҴ" ;#  *;CDWH20/&7:+F~mbr~~~_vWVI7^~~{~~{<)>fq~~~kocI/".$%ǹտѩ  ,762501,%.7>7JlOUj~~~/\_&"wo\~~~~~~Y);MWT~~~r~qO$ 2&!% ӿ˫ .FQU[f_C4,9J+ >c[X~~qf~~~OLJNmc~~~~~~~/"/ $^sfv~~plmD! *53&)˽ɹݹ#ũ "eIN~whdz~~/2J>l?L~~kbto&NqhUqoG4@"&67B9$бŻױշ2>IHE?+'-7"*\U@bldVr~~G&R?>~~^~~~L^u32>LhpaPQM3%'*67939776(Ŷƽ ÷ɸ,560*49 23 .RO7SLOIPlc.nO>~~J|~~?1P' ,3(>T?" ,1/&&"ѩ  !2K@78ZG/<32J+ :nqLRr~Y3>D1'&*&2<>/1-) ((*9-@;?# ۹ͽfgh ijklmnopqrst#uvwxyz({|}~( $$%%             $ % &'(%) ( $ &  (  (  (  (  ( ('  ( $%%   ! "  #  $ "% "& "' ( ) *& +$"DDDDDDDDDEE"E$E&E,E.E0E>E@EBEbEdEfErEtEvEzE|E~EEEEEEEEEEEEEEEEEEFF F FFFF2F4F6FRFTFVF^F`FbFFFFFFGGGG8G:G<GhGjGlGGGGGGGGGGGGHHHH&H(H*H<H>H@HNHPHRHfHhHjHvHxHzHHHHHHHHHHHHIIII,I.I0I@IBIDITIVIXIpIrItIxIIIII Quick View 1.45 The ST File Viewer(C) 1987,1989 by Darek Mihocka and Ignac Kolenko File:xxxxxxxx.xxx Lines: 000000 Size: 0000000 File type:ASCTXT DOC *.* Load & View Help View Info Print Exit Quick View 1.45 Quick View is shareware. Send $30 to:Darek MihockaBox 2624, Station BKitchener, Ontario N2H 6N2Canada Your one time $30 registration fee entitles you to receive documentation and an update disk which contains the entire library of Quick software, including Quick View, Quick Inf, Quick Find, Quick Index, and the Quick ST accessory. Your support of shareware is greatly appreciated.I will register! QuickView 1.45 When viewing text, use cursor keysto scroll through the file. - line upShift- - page up - line downShift- - page downHome - topShift Home - bottomReturn - page upspace - page down/ - 24/48 line toggle (monochrome)\ - inverse color toggle When viewing ZMAG ST or ST REPORT  - next topic - prev topicEsc - exit to main menuOK When viewing ST REPORT Tab - Table of Contents"       ( "      P  "   L*".&&         `"" 0  4&   @ 2    (        $@   "B" ( $ D(> P . \  *   *<,P,D    ,   L8    N        $$$2 $ $ $ $ | |  \  \ \  ^X<*$d. "$$X*   ( .$   ( & 2.0. @==1-"!,3**IQD4>BI82>A+(! 30%  Ϳú!(2=3#(.16.* $&% *+)2>DGB6/)  "#/! &24) # ſ */),/*):%* >AVk+N9;:'  "1+2BJCC3+,!%"мļ!#$6 +#5$;1$ , *( #%"' $&-04,.9=/   ʿ¿¿ǽ5!+$*+ .$+!4C91FG;*>9,-! &-534+%'(5-3>EECA8-& ſ'2/d'JW? .K/*P12 '#<^r`]x~g^[hZYI^_W?NQ7!.+  %1)0B6 ɽȺ &5 6T?V~B&LO >7 FZYRv~oKV]O:@FC/287 *0( ũ  Ͻ    &^gM~o.XY$5 %6FA $H  !$&NbRb{wkjyqcfeQ=91& &$,-% éӽ"(('% (,*BH?HSA5*?6O ",95,6HQQT^ieXMG>'   ˲ ÿ .:?CCGIEEC7  "2>IMV[[O=?)  ÿ ; *3+182*>JE@JEIKC51'"5DNPLNPG;3'  ù  &$"!29/.NKI=/#  *&&1<4+)$    .B3"6@; BSI -+)(!DB7)68>TQOKVRP?3'   ȼ¹  ".3EA "DS" &,+ #"-$4IO^lKJJNR^ank_O9,( ̽ũ "!(/.6 ! ,O?: %13" "2NVQQJa`bftlod`VSO=0'$˾  ū 13;JF@>?.:=;#.P?`T&1> 1: &ELEik_[UIEKISS`OO7ºӽĭ ٵ͹ *2>?FIA;ED@018#"1@NMKA92G?,D $##*.,($+,=FMNX?0(!.+57 ô̹ (733653:;HDHRYND:-!0;D`g_G43M]YPUUKE=1#$%&0@GE7/$  )+(11˹ɱ% (,54<92, &! .7$9DGE<7;32)$:G?;1(&33=@57   .-/$!Ͻ%#,466:@>>DH>EC989=:>:::DG>86' )9JQXJ4( "(*0*//'  (*+,!¸ űϹ"(**+*-++)2'%(*$%$2L7 4EJH^egS; >[Q7%=5)  014>5+ÿʶɵC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.FORM/@8SVXVHDR.@ NAMEorchhit.iffANNOGajits Sample SeriesBODY.ÿ*J<oXH( MH:Jΰ̘|(_zJ,+<8zx,켹>zh8?`(XH訨踈谀H_z( ްX?OHH(+>_nXȨȨ?oxOjX8?_xLXLH?L?~n`Nx_X;Ƞ?zh^8oh^Koxl~X'Z_|H=8耀ΰ焀ܨ薀/`._zX,Ȩ`8?~H`~\;r(̤/(/(H(אHONR>(jLxX8 _xX?8O{@o_x(?xO|h?zLNLȨohȟȀ,+^^l~x8HN:訇̿?xXX/Z Quick View 1.4 ============== Quick View runs on any ST, color or monochrome. Quick View - the ST File Reader ------------------------------- Quick View is a program developed for viewing text files. Although it may usually suffice to "Show" a file from the ST's desktop, this does not allow the file to be viewed randomly. Quick View allows a file to be loaded into memory and viewed. The file can also be printed to the printer. For example, Quick View can be used to flip through an issue of ST Report or ZMAG ST. The handy "flip topic" feature allows you to quickly scroll over some sections to reach the sections you wish to read. Pressing the Tab key while viewing an ST Report will generate a Table of Contents. To use Quick View, double click on the file QVIEW.PRG. A dialog box will appear, and the screen colors will change to white, black, red and green (on a color monitor only!). Click on the "Load & View" button. A file selector will appear, prompting you to pick a text file. Once the file is loaded into memory, and verified to be a text file, the "View" button will become enabled. When you click this button, an 80 column, 24 line display will appear. Even if you booted in low resolution, it will appear in 80 columns. Press the Esc key to exit back to the main dialog box. To view another file, just "Load & View" again. Quick View can also be configured as a desktop application. This allows you to automatically load Quick View whenever you double-click on a text file. To configure, do the following. On the ST desktop, open a window so that the file QVIEW.PRG is shown. Click on this file (do not double click!) and select the menu option "Install Application". Now type in the file extension you wish to install it for, for example, DOC or TXT or ASC. Then do a "Save Desktop" to store these settings. You are now ready. For example, if you installed Quick View for DOC files, click on this file, QUIKVIEW.DOC. Within a few seconds, Quick View will load and take you directly to the view buffer. Note: due to a bug in TOS, the DEKSTOP.INF file will not store the full path for QVIEW.PRG. Therefore if you are using a hard disk, it may not find it. You need to edit your DESKTOP.INF file. Search for the line that looks similar to this: #G 03 04 QVIEW.PRG@ *.DOC@ and modify it to include the full pathname. In this example, Quick View is on the hard disk, in the E: partition, in the QUIKVIEW.120 folder. #G 03 04 E:\QUIKVIEW.140\QVIEW.PRG@ *.DOC@ Due to a similar bug in TOS, the desktop does not pass to Quick View the full pathname of the file that was clicked on, so this will only work if the file is not in a folder, or Quick View is in the same folder as the text file. TOS 1.4 is supposed to fix these bugs. Who knows. Note that you can also repeat this line several times, to install Quick View for several different file types. For example: #G 03 04 E:\QUIKVIEW.140\QVIEW.PRG@ *.DOC@ #G 03 04 E:\QUIKVIEW.140\QVIEW.PRG@ *.TXT@ #G 03 04 E:\QUIKVIEW.140\QVIEW.PRG@ ST*.*@ #G 03 04 E:\QUIKVIEW.140\QVIEW.PRG@ README*.*@ Press the Help key when viewing a file for a full list of cursor controls. RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.. d.. RAMDISK ACC  RAMDISK DOC  RAMDISK RSC Vؘ?~*Z_(~ٸ?8O (-h0؀@OH/x( _ ؀耀@X(ȨȀ/~|OH_JxH8_xo~^*Z(O@Ȁ`hx\oh_~hH?`_L؀(?(?X8/,?jx?hxj_hȀO~Coh\X\_h_o3x(HXOxH("?HȯhȜ؅H ȜShOXx8<'Lo~?`^o~oNox^XN|xOxLo|OXxH,?|Hxzh耇 H?H舀_(cl .xȁh/OX x?(?X_X_^(?xؠ<+H9h(Ȁ?J/z8(x?h/@O*X耈8Ȁ?H耀؇x8ho|~OH-8x:8Ȩ8,l8ZȘ8=耍?xCH+oXhN?x_xoHH (?XO|>X_XߠnX耀耀_X`\X,Ȁ:؀HO_x(ȀOXN_XH/o|,^~,ZX8Oz('LonHȡHȯ ؀츀؀8؀O~((_Xo~X Ȁ((X؀BȀȀ^(Z|8,h~8OH_hoxȀ 8舀` _`?:ȀȀOoH/(j耏XH̀ȀϠ*O؀_H=~(_~h/hH+O|_HOX^@?|/?xH_ /|@耀_~HHȀȨ(O~h8_h?H_@~ _H(_OH؀܀_(?X,,?XJ./~8 ?~8?Hπ݀J耀耀H?h?~^ZX\ ?xHc~(X(_X9Hn ?_(oHN(^~ޠxࠀ?x̸8舀X=XȀ^^KXH[xL?|h,^C~l*/H*8L8:HonH!XXȸ(+_RXHȍKkHLHȸ "Ȯ̀?_X,X(KxHox([ow /]'فف.}igG;}}vGɽ ٚ;9M}}}}}}}}}F>}v;m}}}}}}F7ММ妴ƸڸǙ 짜ƖŹ'==%"6mmllll\\lllllllNCYA^llllllllllllllKC]lllX''2" "쨔Ԕʗ߹JJǣѺ&&ˬ˥ʼ4<;KN\X( zjN;Nj||H̸̨mR  śҮ 1ERm|g|24:.#Ye@ $He2 ҳ4UŚŶҰ4""4R4RZzlhYRYzY"/,33,,"5?01,F, 'FQXkQ ȯ"dVDk?"A1 棓LeW 0W,Xe3?"kck}|}PԶ¢€ ǀWP 3jtS|U"{i0氒!">5 !+汫>Vzjezb+ "82!2./!3.OO ORW+ñ沦ñÞ յ  õ=zw=@crA?OOON20  2Ehbha=1+ EbNVxlA+#US=ղ%Հް!!?N*" !PN*ĠڻM<-gp<*DgxR1ag^@Uwgk^Re^1 縻!p*-*/TM-!11<*˸ęħĎߑĻ- ?L0* 5,ںB*N]]]QSQiL RcL,!!LL);. B\L״żSL 1M_a; B;ߍü蒂 )!ĵŤ ʝ :0Ktw^McbQ^cN)))),::Ʃ K1  襞0ƻ,(-(׾ (((0 ;ض˻ȥ-/II $8883?pn`m{I$ 0?jI ?q}p,(/KI8 .; ^zoL)8!>I>) ɷ` .|p a L3 J3 J# Bp#a ,3pNa # Bpna Jy4f 3# 2Bp4a 3 # LBpa y( LfJy k33#p#3"< 0<NB094#J # Bp6a l336383:3<3638 3:"3<$p3a 333333638 3:"3<$p3a# B3336383:3<p*ap# B3p2aX y4g y 4g0 y 4g. y4g y4b34 `# B34By36383:3<3  3"p/a333333638 3:"3<$p3ad333333638 3:"3<$p3a`&# B34By36383:3<3  3"p/a3# Bp4a`(J f\# B34By36383:3<3  3"p/a6`/9 ?<INA\OHzf?<&NN\O# B34By36383:3<3  3"p/a`B !r!v!~Nu<9 ><@|g"><|g><|g><|g><J gv# B34By36383:3<3  3"p/a3# yBp4a`|2A /?<HNA\OJft# B34By36383:3<3  3"p/az3# XBp4ab`R# # B34By36383:3<3  3"p/a# B3By36383:3<3( 3"p/a# B3By36383:3<3( 3"p/aN# B3By36383:3<3( 3"p/a# B3By36383:3<3( 3"p/a# B3By36383:3<3( 3"p/aL# B3 By36383:3<3! 3"p/aHz&?<&NN\O3# Bp4a`#r J# r#v N# "v#~ R# ~ z0<BQ y A C\pQ3 &OG zAONu o g z4N < Nu o g z"N0/ H o"zr0/ S@H /%gHLHLH LH@LH`LHLHLHLHLHLH LH@LH`LHLHLHLHAQ\LpNu o g zBNpNup C2@ A p222BQ"< 0<NB094Nu QwikDisk...RAMDISK.RSC[1][ QwikDisk 1.1| Ram Disk Accessory| Written by Link Tomlin| using the HiSoft GenST | Assembler v2.04][ OK ][2][| |RAMDISK.RSC NOT FOUND!][ OK ][3][| |NOT ENOUGH MEMORY!][ OK ][1][| |RAMDISK ALREADY PRESENT!][ OK ][3][| | RAMDISK INSTALLED AS| DRIVE 'M'.][ OK ]4BJ          "2 (        4> LC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC. The Qwik series of utilities were originally written to form a suite of program development aids for personal use. Each has been tidied up with a GEM interface, turned into a desktop accessory and thrown into the public domiain. Enjoy... The Qwik series Includes:- QwikDisk: Turbo driven Ramdisk accessory. QwikSpool: Centronics background print spooler. QwikPort: Squirt programs to/from target ST via MIDI interface. QwikToolkit: Collection of useful programming aids. QwikNet: Two station MIDI network demonstration. NOTE:- Full (non public domain) version of QwikNet allows up to 32 ST machines to be linked together. RAMDISK.DOC 1.1 Qwikdisk is yet another public domain ramdisk utility that forms part of the 'Qwik' series of development utilities. QwikDisk has only one claim to fame, it is MONSTROUSLY fast. Data transfer to & from the QwikDisk is typically over four times faster than other ramdisks. It should prove useful to developers or anyone usi .ǯ ̮)JonX7+<=JN- >o~z~~~_NH:OhH7J7ٱɵ ')-.'HHKX7٭ ܸ3ɜ   LL;')/-ʩ   ʩْ GGJXG& 66(GIVu{xJX\H+Q{|{E+9<9H\xljeJ& 雼ݺŗھ̾(,.( -- ú೧ںë;_F! ,,ǽ¢ٿ3@<   "!2END<2   !  /* "  "/<2**-L^dfL+ ,LS^SfSL1.;>.  .)), !1<;) ̨ Ƹƣ  ,4M\QK:1::,/=-)--) 1K2::) :R\R]c_d/1@>-  Ƕοοǿǻ+(JJAQpmY9,MYY\a{u_MII./ILPI#(9:(+99(.II)   (طȫ ࿿ ྾ȫϸ?\H9<8*:X^KHN\W9>H*.98++>CH'   =H9+    * ɺĺ,F7,HXF&,L]L8WnfHFVZ: -: -L6 !=\[E:KE*,* *ھ  $$$$ ¥ $ $%& !78% $%%%070 88%$04&!%7JVC7JM47HVlr]C8JV7!$7J4 Īܳսս ʿ·5CJ_qjV0! 7GE0$'0!E2!*0(  0C<7870 %72 &0 $ !C0 Л Ŀ  ٽ俥б! !20 %880$50$0HVC!!7VYPVH7! *85%%0! $*    о$вų  $%7C/0! $58JWYW750! !%3FH705%  00575 н н  72 &00%%550%*CH7270пվŽķн !0$%FK8C50  00ۤ8[F)ˀ)s1Ҁ&A]/2Znhv]4"䟀BX2s|tq[aQP}_6ÀbJ񓀀_W;Ulm|wmb3񕀀rq3ԀH|he users vote with their Shareware fees. 3- Anyone can play. The mechanism of distribution is already in place in the form of PD libraries. All the originator has to provide is a disk to each of the PD libraries with game and documentation. So if you have good stuff it doesn't matter if you aren't signed to a major label - if it's good, it'll get passed around the PD scene; if it's bad nobody will bother with it. The author could be working for a company or coding in his bedroom; the potential for distribution is the same. Forget spending thousands on adverts trying to convince people to spend lots of money on a game they haven't even played yet... 4- The concept of piracy becomes null. All that business of hacking and cracking doesn't apply to software which is both free and unprotected. Shareware authors WANT their software to be spread and copied. If it gets onto a BB in America and spreads all over the US, well and groovy! Good Shareware exports itself! 5- Prices can be way low. Since the authors have no overheads in terms of production and advertising, they don't need to ask as much in payment. And the users pay the programmers directly - nobody else takes a cut. 100% of five pounds is better than 5% of twenty pounds. The advantages of Shareware as a democratic, honest way of publishing software are pretty obvious, but it does have to go both ways. If a programmer puts a lot of time and effort into his code and releases it as Shareware, he's trusting you, the users, to be honest and pay him if you like his program. If you all just skive off and take the stuff for free, he won't bother to do any more stuff. If you support the author, he'll be inclined to do much better next time - and you'll be the ones to benefit! REVENGE! OK, enough serious stuff. Now I'm gonna tell you all about the game, all the different versions, and then just get mellow and chat about all the stuff that's happening with this ol' beast. First, here are the incarnations of Revenge with detailed descriptions. REVENGE (512K ST): This is the basic release version. It provides a complete game of Revenge, 42 levels of weirdness. REVENGE (1Meg ST): The 1Meg version of Revenge contains a lot of extra samples for those who like weird samples, and runs a lot smoother than the 512K version. The reason for this is that there is a lot more memory to expand the sprite data into (with big sprites you trade off memory against draw speed). In the 512K version, sprites are expanded to each 4-pixel boundary (for sprites) and 2-pixel boundary (for scroll elements). In the 1meg version the boundaries are 2pixel/1pixel, so everything looks smoother and is a bit faster at draw-time. Forget the tech reasons, 1Meg looks smoother and sounds better. REVENGE (512K STE): On the STE version, we've offloaded the sample playback onto the system hardware, which gives enough proc time back to enable me to put in some nice raster colour effects. Does look pretty. REVENGE (1Meg STE): All the benefits of the 1Meg ST version plus the STE enhancements. REVENGE (TT Megamix): I know it's ridiculous to write a game for the TT, but it only took me an afternoon and we have had TT-based Llamatron players, so someone will enjoy it. If you are fortunate enough to have a TT you're in for an absolute treat. Revenge on the TT is just heaven. I've increased the number of bullets on screen from 8 to 32, and doubled the amount of objects onscreen. You get all the STE advantages. The game is totally smooth throughout. It's like playing Revenge on a PC-Engine or a Megadrive. Gorgeous, gorgeous, I only wish more of you could enjoy this version. I'd love to write games for a system this powerful... ABOUT THE GAME: Revenge isn't quite as flat-out manic as Llamatron. You may or may not be relieved to hear that. Revenge has the same gameplay modes as Llamatron: Solo, Droid (called CPU ASSIST in Revenge) and Two-Player. The gameplay is as follows: You are a rather threadbare-looking camel. If you are playing CPU Assist or Two-Player, you are accompanied by a large shaggy goatcreature called an Ancipital, which stalked C64 screens long before Psygnosis ever did Shadow of the Beast. You are the Good Guys. Your mission is simple: stay alive through 42 zones of 7km each. These zones are populated by rampant telephone kiosks, skiing kangaroos, butch Greenham Common Peace Women, manic Minters, flying sheep and all the usual nonsense. These are the Bad Guys. They try to kill you off and you, naturally and in keeping with the traditionally calm, rational and thoughtful nature of videogames, get to waste them with lots of spectacularly destructive weaponry. SPECIFIC DETAILS: To run Revenge, double click on the .TOS program file. The game will load and display the title screen appropriate to the version, along with some information about registering to prod the consciences of anyone who keeps playing the game and hasn't paid yet. Pressing FIRE gets past this scre}su,vt_`vwpXZpal")wrnFIbTUpmV>2ZL僀CjscTLqs"]MP`c?&"Dvh de _Q)3IlG臀lTJO^Q1 ?~,t_/p.>H.Ԁ=xv[XlD1HT?*k>-TNY> *LG45icB+>?'#mX܀UP!ޣO|V7$::f]䀀yQԺǀ)ygB"!:2 e^䀀] Ǫ^T"潟e^ /Y„5yvE ҡHYր@aҠ>Q;ȔAFbc,)3&ŝ-9ic.ǕνĬu}uzD㼀Ƭiiv[,ˉE`肀+xlH!נּ%<ʀ2c: /6{R#͊V{Jw7HmM~T Ƒ?O倀Mzn2淠ʣ'BӀEmM dzߵy% ;bZ.ư ٬o.P|{K$ ̸ȵ~]#@imI+" ),-$༪ Iꈀ!8a~|_J6' $-A@*ƻxv5Ҁ)GqnaM6' %/BE4' g'ŀ7`~q^P2,'1ISSN4$Ϲ̾ ~] +Ir~qfUJ?;*(%/IOVRE0% ƶ}H򴀀#;e{~qh^QL>?9.,(-COY]RJ?=:*( 뽡q7򷀀#=f}}wsjbVNGA;.7.CNZ`icd]SI4) ݱ5Y՝ .Xj{y}~~{tkf]WQHA=;?ISfoxyutsm`P>,5- ͐BuC ҞRNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.FORM08SVXVHDR NAMEfunkysyn.iffANNOGajits Sample SeriesBODY$6>@@?<:8631/,)&3GJJJJIGFDA?;841,'#  %27:::876643210/-,*'&%#" ;lrojgb]YTOJFA<830*%! 4cx~{wurqonljiiiihhhhh{uog`YRKD>8@E:'%@NWYWTROLIFFGFEDA@?><:7422Rw}wrolgc_YUQKFA<72-'# »/EOSSSQONLKGA:4210//-,,,-Apzuplhda_YUQKGB>83/)$  "$'/220/,)&#!7L_gf`][ZWTQNLOLE?:731/,)-Ej{vqjfa]XWUTQKGB?:40*%"ζAarz}{xvrolighiiaK8,$!'D`u{wphaZTOJEA<841/*%" ŧ "',/-)&&$  'A]oqnhd`YUen and you'll find the game in auto-demo. You might like to eyeball the demo a while; it will demonstrate the first twenty levels, but to see the rest you have to play! You can interrupt the demo at any time by pressing the fire button of the joystick you no doubt have already connected to your other (non-mouse) port (provided you didn't break it playing Llamatron). Pressing FIRE to interrupt the demo brings up a menu screen. Menu screens are all the same in operation, there are always three options. You select which option you want with the stick and bop the FIRE button on your selection. The first three options are: MORE OPTIONS (leads you to the system options menu) PLAY REVENGE (leads you to Game Start) RESUME ATTRACT MODE (resumes the demo) The default is Play Revenge. Pressing this yields the Game Start menu: RESTART: Allows you to start the game at a Restart Point PLAY: Start game QUIT: Not play after all Selecting Restart brings up a text-entry screen where you must enter a valid Restart Code (more on these later). Selecting PLAY brings up a final menu from which you select Solo, CPU Assisi or Team play to begin the game. Under the More Options menu are selections allowing you to change between 50/60Hz, set the intensity of stroboscopic effects in the game, and view the high score table. We recommend that you play your first few games with CPU Assist controlling the goat. As you get more skilful, I recommend Solo in 60Hz mode (if your monitor can take it).. CONTROLS: Your camel is controlled with a joystick thusly: Left and Right do pretty much what you'd expect, Up causes the camel to leap into the air and Down causes the beast to lie down on the ground. Being a camel, the animal spits continuously, and being a Mutant Camel, what it spits is a variety of lethal bullets. The camel fires in the direction the joystick is pointing. If you hold down the FIRE button, the camel will not jump or sit down, enabling you to aim shots directly overhead whilst remaining on the ground. If you are playing with the CPU Assist goat, you can use it in conjunction with your camel. Normally the goat runs around aiming and firing at enemies independantly. If you get alongside the goat (or ahead of it; it will run to you) and sit down, the goat will mount your hump. Once there you can carry it around and it acts as a 'smart' gun turret, aiming at enemy targets, and as a shield, protecting your hump from being hit. The goat will stay on your hump until you die or until you sit down again, which causes the creature to leap off. (It is possible for the camel to pick up Player Two on the team game, but Player Two can leap off). At the beginning of each wave there is a period of time during which the goat will come to your side, enabling you to get the beast securely mounted before the level begins. Each level takes place over a set distance. That distance is denoted onscreen by a Start Post, six 'Kilometre Posts' and an End Post which scroll by on the ground. The attack begins only once the camel passes the Start Post, and ceases immediately it passes the End Post. Between levels you receive a Shield Bonus for remaining shield left, and an Energy Boost which increases your shield strength, but never by as much as you'd like. The Shield Energy indicator is the camel's face on the right-hand side of the status bar. As your shields get damaged a big red 'X' gets drawn through the face. When the 'X' is complete it's MacMutant Camelburgers all round at Cairo Macdonald's. Every five levels, you get to a Restart Oasis, where you get to see a silly animation of the camel getting refuelled, and you are given a Restart Code. Make a note of the Code, as you can use it to restart a game from that point whenever you play Revenge. Use the 'From a Restart Point' option on the game start menu. Now, on to the goodies: Powerups and Weapons. As you play the game, you'll notice that some of the enemies, when shot in a particular way, will yield clouds of tiny bonuses which float up the screen. This is an excellent thing, because you score the bonuses AND you get an increased chance of getting a powerup. Powerup icons are square and drift down from the top of the screen. You claim a powerup by touching it with your beast. The powerups are as follows: 'P' - Power-up current weapon by one level. (Weapons have four levels each of powerup - current level shown next to shield gauge - power runs down with time). APPLE: Add small amount to shield (12 apples=full shield) WEAPONS: Four powerups, each with a small blue icon inside representing the weapon type. When power runs out, weapon reverts to the default small blue bullets. NIKE TRAINER: Doubles the scroll speed and therefore halves the time taken to reach the end of a level. Useful on tricky levels. CAMEL: Gives an extra life. SMART BOMB: Kills or damages everything on screen. HALO: Makes you invincible for about 20 seconds. CUP OF TEA: Like a smart boTSRRTWXUQI@87ASgx~xtpjfa]XSOLJGEA<83/)$  ;Wl{~xurqqqolhd]TQSZbionhbZSKE@;61,'# Ů#),,*'&# ",27?INNKGDA@@ABDEFJRYbiotvwwuplhd`ZWTQNJGEB@><:62-)%  ; 3FUcow}}zvrolhffhnrv{zqhaYSLF?82,%!    #/:DIJJIGFFFGIKOTZ`dhjnonljifb_ZWRNIDA>:630,)&%#"  » !3ES_fjnljhfc`][ZZZ[_abccb`]YWTROKFA<72-&"  #%&&%#  ,7@FLQSTTSQOLKKLORTWY[`bfilnnljgc`ZURNIFB?;74210001234466642/)$,>LXagijjigb[WRKGEDBBABDFILORSSQLID?;62,%"  "&*06IQSSQJD<4,% "&-4;@EJLNNLIEA<8768;>AEINSW[`abbbbbccfhiihfa[TKB7,!  %-3:?BEFEDBA?>>?@DGLQW]afinpponhda_][YXWWWXYXYYWTQNJEA?<:87777742/)#  "&)*'#  !&04BGNTY_cgijjjigda][ZZZZZZZZZYYWROJFA<864212122233310/*$  '/3:>ADEEEEEFIJNRX]acdghgfd`[XRKFB@??@BFJLQUY[]`aa_[XQG>4) "&/3;BKSZ`dgjjjigda`_[ZZZYYWUTQNKFD@;8731-*))),*,-----*)&%!  %*16:>@BDDFGJLQSWYZ[]][[YWROJFD@<8644467;?BFKNRWYZ[ZXTOIA7," Ⱦ !&07?FLSW[`bcdc`][ZZXWTSQONJFB?;:7320/*)&%%#$$"#$$$$"!! ̾  %*/26:<@BDGILOTWXXXUTSOJGBA?;:630/-)'&)-017;@EILQSRRONKG@81&ɿ  !%,3;BFKRUYZ[_`a_]]ZYWTSNKEA?;7421/-)*'%$$$$!" !  ¶ #&,168;<>@ADIKLOQSRRRRONKGB@><:420,*))),/037<@AEGIIIIFD>6-$ ¼ $)04<@FJLNNNNNNNJIGGEDDDD@?<;;876621/-,,)'$%&&&&&&%$!  · !$),--10////12348;?@DEFFFDB@;8764478;<<83/&   $&*06;@BDEBA?><87621000000000023100000000000000-,)'$! Ŀ #%&&&%$$$$$$$$),-1268:<>?BDEEIJKKKOQNLIGD?:1*&   "##!  "%$$$&'%$$!  RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.FORM 8SVXVHDR l MNAMEtimbale.iffANNOGajits Sample SeriesBODY l bcՋWyҸzXeTψ$} z4#{2߀o&D~,]   vG *fŀSyJV!5m,LҩqŶij1>Ӏ߆ Q$8,zҀ<ʭgiـj#_j<2Zȫ> xH?U3) \݀%򀀀xS ;BU>%҅3nVzXQ*pɧt~o .8=~,"2<~~#x~yJ}}}|ķϕu}|)(vd4;⇃4)w|+Ԋ,'Aiixsi.ڢ,ɘT{{{x]4p{h{bj{^/2#ܸbE7fz\.ïɆײ Eyyyyyy?*.ʯӋ0Qdpyq53yyy@èο缢"MxxxrO& 4xu۴!3awwX=&;P%ӶBJ͟. IvvvXA53#Ξ$'Zuuuָ%guuH 溰GquuiD# ϳ-[f( 켒 with a warning triangle underneath) Nasty one this. In solo and CPU assist, it causes the left/right joystick commands to become inverted for about ten seconds. In two player mode, the players find themselves controlling each other's beasts! Confuzed beasties have a green question mark over their heads until it wears off. SKULL: No mistaking this icon; it's red and baleful. Instant dead camel unless you've got a halo. CPU-Goat can eat this with impunity, but Player 2 in Team Mode is mortal. KEYBOARD CONTROLS: During a level you can press 'x' to quit back to the menu at any time; 'p' pauses the game and 'o' resumes play. Should you complete all 42 levels, you will get to the Red-Hot Zone where it all happens again but harder. If you get through THAT you get to the White-Hot Zone, and Ghodhelpyou if you get there! The system makes a 160-byte High Score file in the directory of wherever it is put. To erase the scores just throw away the file and the program will generate a new one next time you play. Okay, I've told you what everything does in the game. Now some hints on how to play. HOW NOT TO GET THE HUMP PLAYING REVENGE OF THE MUTANT CAMELS: 1: MILK THE BONUSES. You can play Revenge just to survive but you won't get a huge amount of points or powerups that way. The game is set up to reward the skilful player with riches and bonuses once that player knows what to shoot and when. For example, on level 1 you can just shoot the birds once and they fall down dead. But if you keep shooting them as they fall, they yield lots of bonuses. So you get your beastie on your hump, go directly underneath and fire straight up at them, keeping firing as they fall down onto you, and you'll get loads of points and loads of powerups. 2: LOOK FOR SWEET SPOTS. Some levels have a particular place a prudent camel can stand and not get hit (much). Maybe you have to send the goatie on ahead of you. Maybe it's better on your hump. Study each wave and formulate a strategy. 3: HAVE A CIGGIE! Because of the way ciggies slow down your camel, if you get one just as you start to jump you will stay in the air a lot longer than you usually would. This can be a Good Thing if there's a lot of nasty stuff at ground level. 4: ADVANTAGES OF DIFFERENT WEAPONS. ROUND BLUE BULLETS (default): Good all-round weapon; can be aimed in any direction. LASER: Can only be aimed left and right, but inflict more damage than RBBs, especially when powered-up. Excellent for some enemies, but a bitch to be stuck with when you really need to be able to fire up. COMB BULLETS: Can be aimed in any direction except straight up or straight down. Feeble in their lowest-power state, but with successive powerups they expand into lovely screen-filling swathes. OVAL SINEWAVE BULLETS: Can be aimed any direction except straight left and right. Very slow on low power, these bullets are still devastating because they are not stopped by the enemies. They do a huge amount of damage and release a lot of powerups. Get them powered-up for best ease of use, and despite their strength they're not appropriate to every situation. 5: CHOOSE YOUR GRAVESITE. If you know you're gonna die and you're on a heinous wave, make sure you die as close to the right-hand side of the screen as possible. Your new camel won't be released into the fray until your tombstone has exited on the left, and by the time it does appear you'll be that much closer to the end of the wave. 6: SNIPPETS. You can herd kiosks but eventually you have to jump them. Exploding sheep are best viewed from high above. Coke cans and Atari logos are absolutely lethal. 10p bits do more damage than falling receivers. Chips only disgorge bitstreams if you hassle them. Beware the pink laserbase in Space Invaders. When the vicar invites you to tea, herd the mugs vertically. REVENGE: HISTORICAL NOTES. The original Revenge was written in autumn 1983 on the C-64, just before I had my first ever skiing holiday. It was part of a sequence of games comprising Attack of the Mutant Camels (implemented on the C64 and 8-bit Atari), Revenge (C-64) and Return of the Mutant Camels (C-64). This latter game was Yak's last C64 game, and some of you may have been unfortun2H4Ǣ"*3%&1,=?Vrc-&Wqqq0"𽥓3?>3"%3002ѳZppgOHTcaM3 .ȻGoob$&þF[7Hfnnnn`=&(2Ңղ 6K?-%!$ ˿+'! 3ammS( )*ĭ )OQB(°#2:DA! 0@>:6& .Ҡ-@IF2 ȩ 5SS:  ,KWO@% Ʒ"#Ÿ +")+#1.պ (:VaaW5 -84$" 8HLA;:.&!!$*!Ĥ01    .4?:0#.+ܲ %)"%')!  #$*-( Ȳ#%!(0-  $! !7=-9@/+(&18'  */1*' -83& ,1$!'&  Ʋ $""    $ !! (4/%   (/%    %" !                                           RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.FORM8SVXVHDR| NAMEcorker.iffANNOGajits Sample SeriesBODY|;/  QHU~pM뵊8\hZ77[s]0MgtY+곏?]r`<A[kU!͎LajK@`va,є[hbB*Smh?򯑄JfhLʚ1TdT!ۣMfjH ǜ@[aDɝEcfL,观,SpjGҳ )34) )罨$8CH;̏3_vrPϞ)XsnO 㨅4Un]+ޟAfvc;DgiZ9CjylLSxz\ (L1汈"A+ĒSuvQ˰YywaE!Ȏ4R]=IlkW7 Т:f|oG⯇?h|qLᰋ+UxuRʡXnbJ%5SaG QcaN5 ҿ Ͷ+ZliP'󺕋173˹9A5ˡI^XG,$4'ǟ)@== 3* ;NWK6Ѻ'  ,1,),,1<8-(!   ($ (-"! ú   #-,"   )566-"  ##            $*,+'#              RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.FORMV8SVXVHDR NAMErobodrum.iffANNOGajits Sample SeriesBODY H`Dr`Ѐ _tp,Jx /HkwPЌ/czhO.ҡA_r{{uk\J43GXfovwuph`TI?5' Ķ'5?HQY_fikljjggea\XRJB=73-' ľ  $(,16:>ADFIKMOQRSTTUUUTSRPNLKJHGEB@<8532/-+($    !"$%'((((()*++,-,,,,,,----,,,+*+***)(('&&%$##"!     ate enough to encounter Mastertronic's Amiga and ST versions of that last game released as Revenge II. Those versions were a travesty of the original Commodore game. Mastertronic used five programmers and took as many months to produce an absolute dog of a conversion. They'd changed a lot of the levels and relentlessly eradicated every ounce of playability Yak built into the Commodore original. If you ever see the Mastertronic version anywhere, don't buy it because it is dreadful. They never even showed me a copy before they released it - I had to buy it from a shop in Basingstoke - and it's awful. There is only one true 16-bit Revenge, and this is it. The names of the 42 levels, and the overall themes, are the same as those in the original Commodore game. Those of you who played the old game will be better prepared to handle the enemies as they behave in a manner similar to their Commodore counterparts (sometimes). Of course the original game had no goat, no powerups, no restart points, no team mode and only one bullet on the screen at once, so don't expect it to be exactly the same as you remember! WHAT'S HAPPENIN'... It's definitely long afghan weather down here in the nether regions of Wales; damp sheep and mud everywhere. Good time of year for sitting around all day in front of the assembler with some loud music on and getting down to it. I've been working on two things at once just recently, which is bearable but a bit frustrating sometimes. I work maybe a week on each project and then change over, which is OK but what happens is that just as you get well into flow on one thing, you have to stop and change over to the other. It's a bit like having to stop in the middle of having a pee. Takes you a day or two to get momentum back when you change over. The two things have been: this game and the fifth-generation lightsynth system I'm working on. Not prepared to release a lot of details just yet, suffice to say we're already a million miles beyond Trip-A-Tron and no sign of slowing down yet. Back to some seriously obsessive coding and a head full of lightsynth all day... ...well, who needs a social life anyway? Right now I'm going to have a well-earned couple of days off and give the slimeware a rest. It'll probably involve getting a taxi out of Newcastle Emlyn at some point. Then it'll be eyes down for some transputing for a while and then dig the Amiga out and get cracking on the conversion. I'm hoping I can speed up the Ami version by using sprites to make the camel (which is most expensive in terms of draw time) and maybe do some hardware scroll. Should be quite nice. I never look forward to dealing with the Amiga though; nice though the hardware is I don't like the OS. It's not that Amigados is not powerful enough; just that I haven't got an Amiga hard disk, which you really need if you're going to be comfortable with it. And AmigaDos requires such a lot of memory if you want to do disk operations - memory I usually haven't got by the time a game is finished, which is why my Amiga versions never save their highscore tables. I know I could get down and write my own low-level disk I/O programs, but I'm buggered if I'm going to spend time doing that. One thing I really like about the ST: you can do what you like to the damn thing and disk I/O is never more than a TRAP away. (Addendum - looks like I'm just about to score a nice hefty Amiga (9Megabytes, 40M hard drive) off a guy who has moved on to bigger and better things (80486 40MHz type things) - I can live with the Amiga OS running off a hard drive. Maybe it won't be such a pain working on the Amiga this time around!) Hendy the Mad Mathemagician has apparently made a deal to sell the Handy Hendy Bendy Mandy Mandelbrot generator, but I haven't been able to speak to him recently so I can't yet tell you where and when and how much it's going to be. If I find out before I send these disks out I'll include the details. Or write to him and ask him yourself - his current address is 36 Craven St., Chapelfield, Coventry CV5 8DU. There's also an excellent Chaos Shop called Strange Attractions (204 Kensington Park Rd., London W11 1NR, phone 071-229-9646) who do loads of excellent fractal posters, cards, mugs, books and a couple of videos (including a 2-hour video of deep Mandelzooms done on a supercomputer that I'm going to have to get!) and I believe the hirsute Mathemagician was going to see them with a view to their selling the HHBM, so maybe by now you can get it from them. We're still having a good response from the two versions of Llamatron out there, which by now appears to have gone totally global. We have had registrations from all over the planet - including our first from Moscow the other day! The Amiga version of 'Tron generated less of a response than the ST version despite an initial release of more copies. Draw your own conclusion about the respective proportion of Darrens in the Amiga/ST user bases... We just snuck onto the last coverC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.FORM8SVXVHDR NAMEbassdrum.iffANNOGajits Sample SeriesBODY '19<=:83,%  (7LilB#ѭ:Naoqmkf_I5 Ӿ:Xjw~{rg^N;*ڽ+BTbmsu{~}wocTB/ֽ/BMXclrw|~~}|zvsof]N9& $)-/00145568999999;=@ACEILOSY`cgijjjjhc]SH;/%̾,=KYbhlptz}|zvsmcYN@1!ɿ  !#$%%%'*++++++,,./00011111111111/.....////-+'#   !#$$$$$$$$$$%%#" !      C.RNC.RNC.RNC.----------------------------------------------------------------- FREE! 10 Extra Sequencer One Samples ============================== From Gajits Music Software ========================== AND An Opportunity To Win ===================== Over 500 Worth Of Roland Music Gear! ===================================== ----------------------------------------------------------------- COMPETITION =========== If you managed to get hold of last month's ST Format, you will now be the proud owner of a copy of Gajits' highly acclaimed Sequencer One music package worth 90. If your were unlucky enough to miss out on this unprecedented offer, don't worry; back issues are available from Future Publishing or Sequencer One can be purchased from Gajits for a small charge! So assuming that you have a copy of Sequencer One, what do you do with it now? Well, how about winning some state of the art MIDI gear, kindly donated by Roland UK? We have a Roland CM-300 sixteen part multi-timbral PCM sample replay module, the very latest in computer music technology, and a PC-200 master keyboard, worth in excess of 500! They could both be yours! All you have to do is write a tune using Sequencer One. To get you started, we have included 10 samples absolutely free on this cover disk. These are sample samples from the Gajits' Sample Series (see the magazine for more details of the Sample Series or give Gajits a call). Your tune can use any or all of these 10 samples. In addition, you can use up to five more samples of your own choice. The best tune wins you the prizes and will also feature on a future Format coverdisk (fame at last!). Could this be your first step to stardom?? You won't know unless you try, so get composing! For a little extra help, why not look at the products available to use with Sequencer One in the mail order section of the magazine. For more competition details, see the magazine. What follows is some advice on using your free samples: ----------------------------------------------------------------- SAMPLES ======= As you may or may not be aware, samples tend to sound best over a limited musical range. The following list tells you the note at which each of your free samples was sampled. In general, samples should be played back in the octaves either side of this note. Trying to use samples outside this range will not always be successful (but feel free to experiment)! BASSDRUM.IFF C3 CHORDSYN.IFF C3 CORKER.IFF C3 DIGRYDOO.IFF C1 ELGUITAR.IFF C3 FUNKYSYN.IFF C1 ORCHHIT.IFF C4 ROBODRUM.IFF C3disk of NCE before it folded, with our Shareware release of Colourspace. This is doing quite nicely, generating both registrations and orders for Trip-A-Tron from those who really take to the lightsynth idea. This is what we had hoped; the lightsynth has always been hard to describe in adverts, so what better way to stimulate Trip-awareness than by using 'Space to advertise the concept? So what's next? Well, the lightsynth work has a ways to go yet; the hardware's being built around me and as more comes online there's more to do. We got enough together that we've been doing a few gigs already. I've the Amiga version as mentioned above, should take me a month at the outside. Then, skiing!!!!!! and just MAYBE when I get back I'll get my hands on Jaguar, the new Atari beastie. I'm looking forward to getting into some serious 50Hz grooviness on this new machine. Atari reckon it's piles better than the Panther, which wasn't exactly bad in the first place. I don't know any intimate tech details just yet but what I do know is enough to know that technically at least it'll nuke Famicom. As I've said before they need the software to match. Good software sells systems. A couple of weekends ago I had five guys staying here the weekend. We all played a lot of F-Zero (the awesome driving game on the Famicom) and two of those guys went away intending to order their own Famicom systems ASAP just so they could play F-Zero. Atari get five, 10 games like that on the Jag and they could have Nintendo. Here's hoping... A warning: next time anyone sees me you're gonna see a bit of the Yakly anatomy never before exposed in public. You have been warned. As for my next Shareware piece, I haven't decided. I've had requests for updated versions of everything from Hover Bovver to Iridis Alpha, and it would fur sure be fun to resurrect and bring to the future one of those old games, but part of me is also thinking of maybe some new original work. I'll think about it. I have a few ideas which have even got as far as a little bit of code, so wait and see! You know, sometimes I wonder whether I ought to stop all this for a few months and have a go at being human? Then again, the habits of ten years die hard, the relentless advance of technology constantly brings new challenges and possibilities, and Yak can communicate with infinitely more people in infinitely more places via this medium, in which I'm quite good, rather than via conventional social means, where one has to operate sequentially, and what the hell someone gotta code the transputers. Used to worry about that stuff a lot more when it looked like the lightsynth was on indefinite hold and trying to get a game into the commercial system was like trying to poke butter up a porcupine's ..er.. ..nostril with a red-hot pin regardless of how good the games actually might be. Now the lightsynth is back an' better than ever and I can actually get stuff out there thanks to Shareware; there aren't enough hours in the day for coding and I'm back in there full force. I don't even stop to watch Neighbours any more. 5am is not uncommon. Yak's happy. Well, that's about it for this ASCII file. Big thanxx to everyone who supported us with Llamatron and Colourspace. Let's hope we can do it again this time, only more so. We'll be letting you know how it goes, and as usual comments and feedback on the game are always welcome (and get heard too - you'll notice no text hanging around onscreen and the ability to set strobe intensity in Revenge). See'ya next time... -- Y a K 20/11/91 ps You can't sit down right next to the left edge of the screen. If you try it you'll make the camel twitch in a convulsive manner which had at least one game tester helpless with laughter. YAK GREETS: (I put these at the end. I wouldn't dream of making you read them if they bore you). YAK sez HI to: Wulf (one workstation per student! and those Cerebus books were AMAAAAAAZING!), Marco and the London guys who are trying to help VL right now; the Landscape Design guys (how's the beastie? fixed yer other channels yet? and remember that night we watched Koyyanisqatsi and did the Proto thing hehe...), Keith and Sophie (get yer little bro and sis on this one Soph); 'Lope (who finally did communicate) yer married bastard; Anna (different Kronschnabl (is that right?) this time, same result:addiction), Mr. Todd, 'Rubber Chicken' Capon, M.C.Urtis and Hendy the Mad Mathemagician, TT (gonna be a tt pretty soon yeah?), TC, Lisa and family (got that white Porsche yet?), and anyone else who considers it good to be greeted by a long hairy programming animal with a camel fixation. Repeat after me: "I CAN MOVE MOVE MOVE ANY MOUNTAIN" -- Y a K RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC. TIMBALE.IFF C3 VIBEBASS.IFF C1 You should note that all percussive samples are sampled at C3 (middle C). They are intended to be replayed at middle C. However, you may like to experiment by playing them back at different pitches. For full details of how to use Sequencer One, why not purchase the Sequencer One User Kit (6.95). This includes full documentation and an application card for telephone Helpline support. Get the most from your program! ----------------------------------------------------------------- CONTACT ======= Address: Gajits Music Software I-Mex House 40 Princess Street Manchester M1 6DE Tel: 061-236 2515 (General Enquiries) Tel: 061-236 2514 (Helpline For Registered Users Only) Fax: 061-236 4044 Tlx: 668088 IMEXG (Office Hours: Monday to Friday, 9am to 5pm) ----------------------------------------------------------------- (AGA 5.12.91) RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.. TeX.. !eSM_DEMO PRG - Y3DEMOKEYSSET m^`2 |2"|J0<2< |*Jjp``:" ,: g < mastg~3  @ 4 z8Nl~::L)bNuz3x$"TRSg S@f g\Nu  "90`h3; @J@g"pA @/n436B@$ @tV y Bgª`pbnL `t(c XRB`Ȫl |Ȫ"|0<2< # QQNqN@/<?< NA\#tNj0<'AC  Q0<'vLOh#Ohl` | 3% <p#/.~2#N8\O"y0<?"X"Xb 9 -a %aXHL%Jf` yo90-gNuf0v %@fRyt692<4<dg fNRFBD aLa;"3NuV<%r3c>aaa9at)a aa"@a33JBR8 >aa a4\*v$f`6l2 ybLnVlf yf@&@E$r6B@Ô`#f3< $0k@ p/ $_`#tBfX>L/v-&<ogT$ˆ%S$&Nu.zzN:. yTTaa``"kh|)g.HH@:L@f^XR>BB,Po ft2`b\c5\qbeastie shield bonus x 10000\e\c1\qcamelbဠX&t̂`FV a`?9 ~~n>/(H/8 LA /8:aآ~ž P ymn b" _@Z a`` `H`^:L.`Τ86%3 Ĥv dh0<JC $I&XGr <-gR gX`l1R@hS@3>L~_V\ df\42JF"bPbaF 6 QB J F0 Nu"8z2<]=eFBd \6(¢l Σ<'oܧ."\g \c\quse joyH ck to set g\ mode \qpress fire tart play, \qassorted y avian aliens,Gh#0<&"^<>@FBB~$$HLAA Z pfR|NuS@jRB<2@AVK\"1T4?B4BBH҂4<z? T@00QNuMzS.D "n  }o},M  $d$A.2.TPhޡ Nu#&F@d Nf֠ހȠtO\34v y^o H2$AX@&`F\c\qwarp to next oasis!\eaa adanVt0 ơ FBR Bơ*2b `јhxZ TaZTJB~^% BNu bBa@k,ahJ 2AAG*)3HAAdHL44%B p A#U@zxf`xFNupg&lnNuNu:.>0at6 a%aa aawa*aa,\FFFA y nFy*"jah>.̀* $a:a *()tmd%@6~zB PRPRP'.& RAUPB<@R@.80@* ༡Ң:::Nu\c\qe-boost\e ya aaNa!aua(PRX(|\@ pjaR(A2In@J@ !\G PS@f|  ![Qh.NǦ2a'raa8 paD,|j@4@D@@j2 TAHêLQ진4<@b|>Z匦BaxyTjNuN <| l2AA11NuGH(Ḱ6BBB B*Jp FS05tnZUR04@|8@M < ,,MTA|m0Tf2X|@fNuN hBB2> @jD l2vm ŚlڒB@>4Xz\c\qcamel hasd a nice cup of tea\e\beastieRNuNu#'vV.64<ȁ:RR 3NNu& 2` %f`4arʀ蠸SO blFFH,lNub\XPPtttt `r~gtj`V3 NuŒfx`r8:"!0T@|o3`Nu@U@|gdlf`\⒠>> fH炀0?A2 @ pN8o|  NF RLA0f*PꪅGIK\2L49 kB|2DBB$4 rf32 Df(78B#J J@gb@gFłf\XV~" ,,H#vkp, ,Hd 9g R #, À#b_C~ )`TtNup "H2$20tNu|; = <$ g.Jg (" l `Nu H(,(Z  DEMOKEYS.SETh LJj.ځx,N x FUNCf,T<$(βlnr;*,*<> * *\lFD@D8p3z\@ MASTERzEO|fNuN,3"ȄȄ2<L||H||C(QNu?<NATNu@A??<NAXNPNprtvx3MX pBjvxpXevMRd 颡lp06 f0ኡz &0<NBN>sNuj=#p34rtvxpN09pNumaster.sam||"< >0<sNBNu~#~?< NMXNuH %NNTLNu `"3$T2"g nRQ`2Nu0C(CTrp*1 B q AC ja*7T&Jp2 $KA8 :P{B('G&d ="H$^&J2LP6VRj0R0(jPPSkS0)kP 45h67i0:6PP Rj8SkQfQL xL >@&I(II 09/trjD y@ ɮg(0Ȕmn r@jrG`r("LINut$ C~8=8FFFFFA3t0< o0\HhA("HCrt$p02QNuN 4 Mz x|z~v<2tpr>4DBt&I.O6p6FC:*K(KJB"ȲzzI :K(MAKRD D8f>Nux*Ct!r00@H@62CHCQQQpA@C@,4ȄA" Vr3p$&" ĔP샰Nu0< "NuCLElGNp!hj*r26"""""黢"*NuID Ͳ02, 6<P&$,0)Mz .)|)|&A@4$A KK AQXPfNu6戂`k\2gPr2T<@T@ f4BJu bRᮀNB@R@`; ;N NuBn?A0@ 00LNuM>Sn =nSV <?MQ<FRFV 04BBB :40 2.zNupr $@\c\qsietch tabr\e\ ollantaytambo raveadelicanewcastle emlyndromedaria zoophilithis basingstokeccam iism me a kippearaspberry infundibulumgoats and more\g\c\qwelc^ to restart-oq s\r\r\e\remem nafor codIgxFof thVut ;els:-- ps fivbegin --p(\cy \c 1991\e D/88 %ga0#/8:"$.j.H LAT@f@>RA|fTAo0< QN`b3ʀ8V3` B#-a* Cr @ |azxK0< 7^&^aǪvRÒ`090@bJ pd8!Z"O\v y^oaa^a:a 6aat’ `a4x9-:V&3bbHNu%@fa yNua L%X jVoPʠ2-z2jbS@|.:`"|2.:4 B p HXLX" @ f0< FBBB*̠GI*Ao8: F0H@02HA24HB46HC6<XF<<0000QA@DQNun 0Ahjl<3fdР`z欁$fxjjdhnzJPk xO1@f@L@!qjhd4`@(<<9l$fM>6VFj<h .4.T nH0MTNu"Ԅf@3‡zlFHބ@HNulNuD nxfFx :^( (Nuj~N` bR@0<3 \h40<|$BS!!z  HΡp2 v 2\ 4<`vH@#H@ @A|^PA34kl @J G@JI4B6BCBG I 4BAJA ASA` Q4FF x&Hlâ2A NRdX:@HL6 BC CC(BBp p QA@!h p0n0@&kRJ0 ؠڣBNuT¡JPk`V2j(3Sj\0f8k.Td asa6C AAF-@&sN/0.80 q1@Bh@ 1|  !rJh $f4h@P@`VrrPBDBBZX h  1B!tr@X@xX@rT@H@B@L!@^ Ŝ6xgfdkqaء/Ң1F\@T[ᢢ~܅ v6X| z"A><0kC1@"qA QNu32d4P:`n¶ @| l^Q@&mP2:2jNuNuaRi@ P>hNu h%@ R Ph (ШH@J@ |@lHttln0((4(<JQ2Ji~*8)46)x@.CDABm2CQNu3lnNu`|`t`š^VhF)@3H@Bp(  oHR m֚NuT6.4)664@26 .V.N|N|F|,|"a^Sh  gdNuM|5@&s| NL@Mށ5Tv,p 4.0.>:H n @ p2N46.8`vJ38\3Fdl DF 33fPVBH y.dNuBzxJyR@Say(?(Nu -2AAA3f 2A ffg^FFR#(`4nn2pF0V2<4>SDktl<6+T8+DDC 0+t23#GHt& `|24DBD@CDABNB@V CCBAFf,lBax*9D0t,2Nu6AA<:CtHojJl`%bP+8 "89FVF9E 0VE$4⺀rfJ6x Ŕ4T2p@#T`x<@\>RW@@<F<,v,,8\p SrmH8*FB** :0,V@*V@(Pf*„**b*~t** 3% fy06% Nu0@" Ё#4bNu0 \2<@6BJp$*RHn AAbAp$NuNȘ|J($f@F' gF`FNu>C)C$4Bk P A`H01@P68FDFEP:@>D,bASC$LHH@@x|l HBBrBnOJG GnSG Ezf(v ASE62ɠ((dٜ$H<RE ’Ò m`ÀFArrF@ppprNʿtfvvFAt&???</=NAP3vNu<//?9?NA @>NAX*6A*>(2( 0"|@tvzSgsNBL{. b"h h1|22# (("C® $?Z`^+&m<#,p#@9. ZJg P _MCHfJPg< <.p9.,*Jg*px\Nu 3"NN.6nh`h#  0ЁœNu. f"p SfNu:DM.0?n)bA̰:.3MLP(,.&Nu/p0/Cp"Qp²b//^/b$"Pf1LZ1)2[~N @d/1<c'.22:Dh @@ d<Z<t;(,j~~ ySHIFT%DELAY RATE  LENGTHDEPTH墜,T2(pZr$& "QP"֡vHX^1NNLRL̰NuH&&L)1NLxX븁 n/䀐\ģ26LPѢ,GzPCJ@g`,B/p,Jf3  4jXNuN4Pj zpb" Ҁ$l@#Ȥ(!h(r(8xN, ~Ȥ8:$$R ƀDXLR6BXXy-6B% `V"VSYVVVV V"0<QNu0<J,Xd6u:>8F :<<E66:<am"FzvA Ͳ0@ ` r2v C0" 7#2:>#6N>" ɮZ  @gpRͲ*6"IR 4, 2<@#T><9><9h y88*8N,˜ z8089@V@WF&À<,bN:㴢pPhK8@88.@8<H^3BDM;ȣH S@<ɬȑ,,4BD ,303H]34BD Ё# 0V?F;İg2 ΂@LL>;(8Ђu(( LAC=1|^ 434㰀 gJ@j 3(,#rn^Z Pf h& bm=J^4kݡ.,Ͳ<<,~ z4gR⸡h  1Z@vp~98bn,4Nu2fg3#9 SPI8"9@8.tf 0&NuX j<<8rNuNn,02 B01AVAzDNBD<%&8:%v Nun<Tl:0:X89@@@W@V4Pg><#bJBlLTpgx6d(lr؁؁l  o@g6D D5n, Y@@o8T&djjbll9lXlllllÞ~f1#\\" QfNu NxF0<0ȨDNuh}@ `@  ` @ `@ `   ¼3T$ |#p0L?pn"mrpNuE<< L"M:<48<p6^ap a~4<8<w apTHTIQ Lv+DQRD6THNu02BBhiA,R@hPP @St֐j@ v@ vF3Nu9:^Vllz NuR)Ğ3òZ2yBRPDª&\h)40<)$BSVTڐ H2 ¦ b 4<`e$Nu" 0AQJPkSh h @S(Fh6UPRPNuG>2j4+6®CCbBCB p Ha|xLG?&<02ad0R4<+6LL46nRA|mCA01@01Es@  hmwylw2\~<`Lj@^T@222 6dMbt< MQ3 "$&bT4 Nuf Pgfw*"kv ` PRSFJVR`H NLA0.8V* V`=@8=|zRz^ `Nu<aI:f    =|7"$& 4 6:<>Tq ?@ @PQR=|F- B=| NT>%=|ءqlvX~| tBpN0:PT@@d44Bnz0v B aG  RžLƀJzR`RJ8hnDd~ JJJJJJJJJ=|PÄaoĨz0tBanDtB D@H@-@H@D   V  VVְ< R :T:B@P P\\P\am2@=A^hhC4j09%tf6Rn n 0.BA@ p?a"aIk .Ѯ noq,€zaEPhfB  n@opaläDŤ,fF`K"n<0 `C^aHSnDjp`Dh -|)L L Lk@@dLLNuJ V0<n@ofDR' ` I`Ha aGgJ Tn`J 2  jH@E F8:E06fC6Fh,v`AdfBkAjtLgn. N R 6; >&JFJF`/&hGa@f\JBn@>f\`gml8ኀJz ` 6zGFj09%` nfG `.fA^Fjĺ`?XNN- 8tY8 PjF#'z3.ഁ(^1^^|n^^jzj& ^f@aDv>Pn0`E&(((74((((((( ag@@~=@IT:I^ Vf?aCn48`=gj֥  n4@J&afVFH@@D-@<ߪ|ڪߪªej@nDjߦJK,J˪f>Bt(@)0H2nD<8l@nxÈAXa`A`B0| I0 "R=|P4Ha6f09<ffh n,`adW@H@T  8Gˆa f=Z$f;@I   ྠcdt<-8Y< <<#<<Ph< <<Dab`?F"M(M" "fa?:"SnF`?X#'3.Nu Dk9`3Maa2AH@B@ľ2DNO$lNôźf:*a=a>|jeta8Xlöf9 ^p`>2l@:n FTlk8$gÂ*4 Rn n B D1`= y/8A 0<.IZV2< &H6GQAQꂼa`:H@@ Dz"D>E  ^a_d@xvkQ0bP֫ f8(a;, `Vkn42apa<vb`H2:`$a\J Č D^@  ]Faf6\a:&k4`;:]Z8=&\nST.S.f5V0% h Rn n99`: 8vf4*[ذ<o`9 H`jrz8"0,]n !R=|P( -|$/$$$ $$$$$$$$$$PfT8t,X n4f3a7Lk2`8,R aZxV,`|JBZL?d&Pޣޣ RaYġ<އYAZ@8VB?fv f22a57`6\NuR 0<2a(R=A£ X#f^pXXXRRR(Ǫ'PĦLrL LL D ӞL|YFA2Nua،f/a3&&8 `4=nlnP(3a42@Xk.?4!aV R@2a%li" bf.a2zk-v209%,f n SnBjYaU rTUfDAUTU@Zڋ@ aBf- Rn n a0|`2aTz& T""" " ""j\&h"| @p2Aw0<Ê 9#Nh*p9 0<2<O6J:|2<;&NuL|H|A(NuC审ȄѠ papCC`a CpCaNu0ȁKHpCE GRr#24& QA ,6fɮgj y4ɮ< 0Tm 2rA3#FNu-p@4,MIGCA~#xt6SDp2jDAA2Q CgH@$Ht!m#$S#g^d(F, gj`REf&QNu Aor:SAE@jR^NuXR7TNuA\CX|~?L8AA2C:A00A002ƖB22DC2 E6|~@ <NSF20G A1X21Y:00242P@62P8ЃЀH@ԂHB2@1X2B3 Yfx Og~$G j  "#%'(&+.0369 O:|t NjF \r0.B@ p aFf,^"21| /Ra>k* ԀT/v]@pRF]&LԒf+bla1DgWlDdfԠ+$fv.f0f`0 a)A2222 2T=|PR aR@@&(nD\ -|Lh^, ,,^,,Q@?2P2^,<,,2"a. Ep p R`"l&Y   aP><*<Ѡf(a,j#'>3.`'Xg$^nn,a-0<2<THABA49n$.&DoNu-BԀk4nSn\$\\m\ NaNܨdLR RRDDNvv=|Zpp.f&V`F TMVVn BNubc.Afb`af&0a)"a09Lf*Rn n `*v a+a*fQ6 1B"  aLVd.d`aͤf$a(: (ap`) zln (f$a69RXeX `ak$JXa (a"4#'D3.v̺'0&@&&&P RN.aJpv?܅:DF2@@ IP*6a b4:|:_:::: :aHPTȃjH: n:THTaf!* %,ka& %SnDjL\R@~ =A`a l2H(Df|phDh2` l09fR0n avf a$bFar^ ^0b^^Nuf0kvKaaGJpnv X8jARNiVviD` Za|fa#k`%pD$%$J`#\lxav jz=y& "g$L#'3`.`$4஡X$aF,r T@D@H@-t|xf jTjB` \a~f~nzT n Nu¤I n gEz,(z:Z.2kf@ k` aƾ@!@rDIHvNuBPf0 .lH@DV!>`"NL5a=| N <7"\$x& P:"nD ր ?vzR~|t~aCʀ*lm<lx` "aDfa \HɆʣG2D .ŒNugģ2PBd aka,f^>0<BaJ`h` <Z4mD`VxfBgün$8`nBzJb4fFܧp lal &2`D@vnd> n `aöl kdNrF2xl6nf8anaADD,B@,Z<N|܄ ono\` adfa|4ö`*~´X>a~ff`an( 7|Ƥ+Ť@zߤߤŤ ޤTê a?@@xŞܞpqnp`af< ` Bn@BflFC  Rځ  Àx߄߄r߄P"x"t!fakla0<2<a|`xHtܠ4Tl$ P0<a &)>u|&t>DLst\srNuaHfa`Z0aD(g@ȣHLaD kRn n lSnDj@dk6\'aL`sӒ ߒɒ Ғ ’Ra;@@ߐdt@t`af(a 8r?jƢ2¢P=nlĖ fa FXf(^Ba:<R@2a =AJP`$N(nF u0.B@ pf0>,$@ )0H@h2vS@z|bbnD` fatfhJg>,xD 6a l`F"-|T0&k &9.,?<^wvJ>wHD\f`ap@`2ÌBn@8 0|$0f k d4~2DPRaFX7Xa ` ڠa3vΠ5 -,R`4 T FĢ}~p}pf F ak HZg6| DJnjpNub aaUnn6DR<f ^D`d\z"ZP~\TX\lX.g5 =|hH Rn n Fa` "., FY6 (<ÈDz| Nz^/6\R4v"NNiZkv0D:<< F G`8Z DdR6S< :r0<jr0<Nu62"@QNu#^j4,. Nzx/4SDJjE " 6#kRNuPCdS z$AtpBH6ðR Sm"H&m GJEgS`SSfFE6^,HjH8GFxDGpl\P0`RFSEL|:HB` xNuxwx Nu@F'#Fठ m |    Nu: 8            X   P h` `X P ` hHP X XXÀ   H H   ( P PPXØÐ`x㰣pأP  kF5a1B?  1,Y" " f a z&fठF b|"<ᡓ no@ )0H@Nfkv $49X JAk4DANuJAj46D@DBB DCCl4B@&ª `2  FF  k^ a0_@H@-@a/Pv:bfz2<:f3:JX0Nvށ`  DB h0<2aJ@`r=AºpD =|7"$>68:`<>@@vz~|t fXa "k`S.Pj2nQPJy&k2t @AAJPz`SԠBRH!,H6P6LA1fNu ?րbT8& JVZYWxthP6X&RRRRR^^^^=|X^^g 60 nL PVJJJpNubbN`Z6HC a`>a4=|\ ^fav ` 4?. a&=_8TP|Q~R 2`a( _@gH@B@-(袘(WSyj4PR <>` B,   ~tHa, aL@9pjf,HR n :Jnz t"&9<<0x4JyPXx nToB:@ p_ MQ +JFf+3.TTVVvz2LL2聺4 6a' ``\\c\qsurprise! you"re dead!\e )fŸT0b.L P`  aHfak n n8k~j nBNP>& D-@R-|B&`&@=4S. *nGF=|PRPuaa`2afxkv g(a#? @PQBnRBaB `0.@jR@J@4j@8.:.t.|aVRn| n|jNu'xn'l :2.<4.>a.laj. "$. $ԮHBA DHB-B@l`$&npVN44`TTnj^̀,nnDBhNЂ,Nu249TnJnN@Nuol n AB p `) @2< @ HGJI\B6BCBG I 4BAJA: ASA` Q0 yFln}un2_A`(zF@ p Ha(TL6 &C CCWAh p0&䁄A]@Nk#JX'8 Syf#3an@\@|ga<Ī 4<`d`VD' H%@Q@@S@3 T @&3"%R#HO\N atC hS@-4\e0<&(<` *d# /8:a $6apBa 8RC|!fa!Pbp`l`-ha. ypm.-Nu haZ@A^4J9fflpf PJgآ43 g`0f$R@ #l Ȩ8\˜πV@ x3NqD ȄC3!vRF8G. JXP" zP3  z<*JRa.RalXZDp|0<*3DFz Zr}p2A0Q}*vg~ ~2p>8|Ú BGQLP,TB$ElK~Ɉ!Y8:0000.00 SECONDS AT 02.99 Khz SIZE 000 dLEFT CHANNELcRIGHBOTHSᢼp2@0RD#r4 'BBv4 d BC3&bfp4BH@2 Nu/?< NA\&f".$g&a"LRXJĀa# V#8ҡ=gg$t$P^`X@Nu⦀@@F$r06B2I"64-ր (6Bl"   N3(6B#ȡhNup (@a@Nu HH@ Nu:8HZ¼!$g> &G3$ yf3f,j¥(aZ3a~)d*02GfGFaplLL,gডtGfzxbBNuⶠnNulharlllzxj@jjjjJj,F:"4|aR"xaxL 3T |y~bXm"nUm ~ @*8:EC.&Ȁ,MxI prz|xGf2T86m 2TQ383:J #ឡNu4 q l42 894,- 9BNuHxG4jNu>606(,"ހ 6. .><r~2bb07$I"ȔmBn%DgRRRUUfNu4TT0NxP,bͲ0V0, F.m0<2<S@ @o Qɡ @ldfzPH(,KcTL``````$IT<PmL~LtLL|%RR gpA5UUf @I NuHa4|L,aHQHjT`,P| ∰ho" x/$pzƒ RTUf:0.f X,ul7"  z4p` 9f.(f$4 &Iȵg  f"JT&&04 Jzhg I |C@"9 *f vɮfRX&J`(Hm" ` FTSLTTNuJ"5# 0SAfNuTh4ɮ3JBg Fo #| B^R28\(H`h$Un00420]EM *6gN`H@NLpx<(DHNu͢>R.&JVHL$H\prX TT@ @np G ~ng&f<<;<RZ``@<`<"$H<<<IFF ͲRfj* #..J~#l~3., z4k0AL3n)b89~z<<R4 yepg*^ vx.<892P,lq"dvLRuN7" ntDtX:ɮ,tJEg Epp H@JEf(@ g n҆C`_<rg jUvp0r(lr r^ttD4<6<≆R `HxLŸ@Bo TSfNuCl NuVVVDv><E":tbHAZ:ZZHZTUfv"xxx$*zfxgr ,~>zxnvx|`x4@0 Ũ ޡC`ֱmhf0Nu J @"@# V0<""QV#n &?4#A6< L"HCPp-HPQA 0p( ((IKMONuN""P,||$ P , f `j袢!# <| !T~JgJkRzM NSxRV f`8NAX0<k@ scs.x(&%'/>G&%/ 464<<8:deDEDbnUDRDFDYAj1F "_Q _Nu %09@A|" Nu&|:$$$8 gB\H6C"s0i$` XP`LJE@*"<ᮁ`ak`EPF`\qH4~Lf`rl\rE`e&dLFsX 6CCBC  p04(38BB":4@  abA8`zuEjd\\lNi@jg@AcRdf@`nf$|P2< g.$| * HBB0pHBJBH f2p <F"s`<) LFRG|fH,3` F38üdL?8P8Nu/ >%4D$΃(H0CC*m`3 DDDD0  HLhNuK\((b,:BNu<DFHƁp%`:A<Fp%  :% 8RSF4B&r 4BH<F|F<*H,Iprtv02468z&CBA246DD%I@\\\TJGj H#H@HAHBHC( HFHG>%J <D@<<ABC<M 2H@HAHBHCHDJD" CQNuE`f 4 bA (?R0 0 m B S@j0QִfvNuB88JASA|/6gt¡3pf4@$j# 0Ԁ R0ZR2S@@P{^ @H00HN&`Nu#,hh  L <2f@?AXA'Fah~a22FNuH瀀B@9RDA>H3`0 LNs zA# `@?@@40FNu    Nu*K¬JG~        [ D   X   P h` `X P ` hHP X XXÀ   H H   ( P PPXØÐ`x㰣pأP     p   x `聨    xŨ  `p P h 〃h XŠ(Pİ㈃HŰ    ` H8@ 0èH P hNsJCg >HG:(EEEŐDJBg$|f8 DÒD`h A3->23A 09kH|0l@<F@@H6C|o CIK\д04 $IayHG:HGQNuBBBBB468: T\T \H@HBHCHDHE INu PNu&Oh0!K><FRF0 "K0$H:<F 2<A2*AJ@ 262QTQQAQ#Nu g.l/ @a^ _`Nu4bBBBB(|FRD h6RCCH#%j:B <FDFRR4 ǚA<F|6D D>DGG4<<4  / 4B&t 4BH4BB&–F44$4*H,I60>H@0-@2-AHA A8HG> ϖϖK Ѡ%Cz"_Nu3Od#/8`#v0\aTSdf`40DGHC6CC HC3^3` "+(+,+ …ȅ̅ *LHByRBHBm  HEUmHEDHFUB49I`G SCfh(MHB4 XRBldldldldTd^Tr QIɀd 4$Nu^.0<?f8h2 $فNuBNuNu<0NuH%3-BOfa疁% , @0f@#3z%R"8jy@?X@'FFa0FB-NLNs@AX@FNu(|*, R@|f&<<H?<NNOL@:EHT`3P PQNuC @2<2QXB |ȀRAfNuNM"x @HDHDHZL``NuN pr:<k° @=EE HI@-2 IIA0HR\^HHX@< v<afR SR2\a ^a6ݡNu$H&I2<kPQ+*棄R2A*H(f~<>þJ(2 vS$ (J mNR6 vNu&I4<4F*P(Q愘 Jj PNNJpZ3p>r@$zTRE @&Ȱ>nm@ֶ*| TLxH"Jr -D \hrR AAh ~ G`()b"3 yP B&NuH M pPNL+C"pzx8DL@ GQNuR"d2B@H@ 4H@6 11 L0L0Rࠀp20t2댠jjHDRRRELL5DHDL4dNu d *6OtǪ^rQrœ09 P&TNG,CJ@Nu yP$3jpȄPH#纡Ȅqd3"\œĘØ4(ߘȘ٘t:t8RtFSRvRRvRPRRRxBHBz Xttʬnx&JYnbNhXzTzT4TT<>B>,|nE~vCF@phh # AAA (BBB 3|G  A(CQH#\TCXX\NuH L0<|YpvnJpfX8(.tj\NbрK>Nu \h#lhDw$lo8&$Thl o8$Nu6"VZP.0,4L&Ҁ^(~f STER@cA|p0t/Cp 1Y Aph<"Nuf.0tl2 lh<"0|.F*Jk: <:r, B:fh"j\LͲRfXf*fPKg<~l~dҒD~̠T[2][ |SORRY ! LOW RESOLUTION ONLY][CANCEL] COPY FROM LEFT TO RIGHT ?' '  SWITCH EOMODE OK   CLEARSAMPL SWAPeSAVE SETTINGSALL DATA WIBE LOST. ARE YOU SUO QUIT THISt PROGRAMƃ( a   b ```````` pUSE6pp```p````pzV ME DOWN BY ,b, UPMUPFIL]SOFT HARD MONOV  LOAD ? J  2Ħ~  INSERTSTART ENɱ  CU DELEP OFDbk?}COPYkBUFFER (TRUNCATED)`SELECIVERLAYOPTIONHALFFULLSAV RAW AVgREmSfYES2 ~CLEA,4 F1 4 A4   SPLITSETUPS}}HRINK I75%DRAGWIPEӳ507 SIZEOSM!(>LARGE DEMO K  FROM MICRODEAL T 0726 68020 ʸ (C) 1991FUTURnVIF.ASIh* v` NOT ACCESSAB# STEREO MA"EDITab```````  TOTAjRFADEK _ a   b OUOOU    BOU     f                          "$&(ZErtvpx2L2 0L|DLCRQNuNP,ABC;~ Jg84(6HV|LJ Q/ _f89bB UCv "yȄX;$IE:PENuD D g |2I0A0F@RBQJDENuxENuN#rx8|:L< BlDF8|F> CngDG:`x`RG0H"pP,Iz)f M`SEfHfgJDlLG`MR FJDm`Nu< L0<"ANu f3XpL2<R^Qˆ'VNFڢ7" ≂I3nBA yɮg#33 prl Jɮf(@\m2l4AdT3@6¶46@3"SfrNu!|^ !pa$8 $-& -(H-(DH0"A**o`& ?? LLu @V(``:%^%(,0LNu`P %`H@@2NN-2JHNu<<*:24(BB BB~J@D28hk8DDSDD <FH*FDhZ8<RFFFD@k<FFDD3(vREE6r~ &ADACA>EfApln j4CBǖB4A`<F@@HAI,дI 4$A >9z,Ln/BBBBB468:  IfT\T\JG  H@HBHCHDHETlQt(N\Nu~6>G(tpN* Jhf |k @@0drr vAAAz^z||߈Ljɔ"͔ʒNuAp0G`G 2<BBAB6BCB60I *H4< **KQ.QNu a~~gx`x` ````xy@?@0?o0/g0@'[$@X'@l @p@@! @$# `%A@LL?7//??OO0  ~EJJM  _//_?? ??t??.D/ ??[: //{{A|~|~x>x> <|<|8888 ?HL``ft! . ~.c@n`  (@ PP$0000888< ?ZD@>.??? 8 ` X0pP `0`z?v?>:;( 5( 1T. ; p5 ;(< <6,<,< > 2> 02, , > 2 3 TT]]iiee]梫#,?è_P=-m0@6 ' X p p+x4 dp`?'P/`@?D J? @ .[$BL3bqpD E: f" I&&f_u!!.**  @b$_$$zW8 ` pI`6lllϓ0000{P Q' q!,HHH  QQQ@@`8 P @ CX  ` -#O? c<@f`w@_Tp'@߀x8m@?-?  8 M 𛀚` > ?` @ @ P  1x| 6A>  x| 8l>,60_=-m0@s6 'F  X p p+x4 dp`?'P/`@?D ? @ .[$[U,,l bypD E: f" I22r _u!!z@.** 11N$_$$۠ ` pI`6lllΓ1:000{` a'!q Р+,HHH  ɁQQQ@`8 PW ï@ v?_X  @?O`?` p@?pgA>OF@0>ࠡ A'@vB(`$T `Hw8-! ࡐA Q!@8x P "x 0 8D8<B<@>A>( O b,7W/6   s X `p34 dP؂] 'P/\  b L @ \[$¡Ԡ/ b)pD l4f" I6X _u !" .** @$_$$Y& ` pI`6lll͓0$$[000{}]Pq(,HHH  QQQ@@  H%UP $~`āH0 ~g``0~PP~1 PD~ ŇeN7̓ȳl KD`Oo xXL)b&Nu4<6<x4B6C x H80L B04BQC yp("< `$\Mp H`0bLT QNuNuN#* PH3B@3xpPaaaN Vyyr0926AdT3S fJJpgNuAW|}(:<x'46rpAE 4E6F3m@0> 44@RJ0> 66@Hf Lp^Nu XNuCPEL&Itm<<>ɮg& SprA3TQNur @4-Nu CngDG:`xCRG0H"p2I6A0F@fgJDlLG`MFJDm`L@Nuz"~|>xz$f3ྠj"<qz3d0Ͳ4\< G4n SJ6|''RBB.FO \p'2PQ0Ŝ pRGOê,îռځ.4ü@0@PĺLrNN.LVNN.LNNJ^" l3"lXX:<2PPQNuN+J@p`e,E"E4+,0<v l*<<_*|`' KDn&p|PLpڡɈp2,l9-F.*?8BL`PfɈf. p z>¶>r>>#$""X AgfN`XF,x0<?r XJvfDBgNA&RL? @p<̡.r2pn(mr "St4X Ͳf&j¾B~Nu<J@f UnzTSJg6.62L)b#Nu0<2<¤ @wg<@>\ɊEVP03g<R ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `X ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `ɴhX˪"9 uw9Z""33DDUUffwwwwɰ    !  $(,048<@DHLPTX\QQ{zSogf&bS^XWXQMLSHE D EA >=Y:87Y543S1q/,(+)6(&$"  H!"u#c$W%&q')%0r234568@@CG& IQ FKƚMH1 ŸLr;r<=>?@ABC#Drzsxdcvgbhnjmy7u8io0p-[=] ]Yf`.dfkofv#zf3fCfSfc Y`sdkov 2*3h 1 )#. R#8:$.$t[ay=0>FYBc8dY9 I[ca @[ A^h[` 72[4Wyw x|y y"x^6Xlt5l4w1lwtlt"6{yZ.|hw0 ^ $6"48 :L@ 0 dPLV&!@CXbf @ g@R  (@ǀ  P@ !   !" " " ~~ !@~   @,z/6  X D4 d `p 'P/ P   @ @ L[${\b)pD(f" Il_u!!X .**  @"a$_$$۠/@ ` pI`6lll̓0@:ࠆ000{|@`q/р. HHH . sQQQ@@:   D|||0\|, GO@`?gCxGȡ  @8 ` @?@H 6~JPP p|@` |x@t/U|p@@?w >A><.gw| ,3O Xޅ^4 d w'P/   k $ @ xm [$p[Uh1bDpD nnoz f"I@K)_u!!``.** $_$$ $ ` pI`6lll̓05 `000{|а/G8q@@`W<ррѠ.< HHHw   QQQ@ @@㠂@ t~8~@ށ~@ w~-8d `x 8@X ?  "@!<<?,B` @:W A>@ ? !"T08`@| /s2,/>6  X ,4 d `p'P/;P     @ L[$=\b,pD(f" Il_u!ހxX .**  @"a$_$$. ` pI`6lll̓0;000{|@q`Ѐ/ HHH C  QQQ@@ sD ?0 _ߢg-0oϡ. pww@EO#p ~ 0?X MFOwwX(hWP  @ ! P !x 8`8D 0B<@`PA>P g,?/6    X `p34 dP 'P/N } B L  \[$(b/pD l f" I6X _uv!ހP" .**  @ )$_$$T+ ` pI`6lll͓0z000{}@ AVq 4 Ѐ ,4 HHH . QQQ@ H%U~4I04`ߟg``0CPQ0 R 1xaS p A>  A4 !`8@?H@`|@ pZ$ y@p||V  8 xhx5 "~x |`?@@)7V< @ ,:t @6pO6 @fO(ShrhN"7p$!)419DAITQa$q4DT ,&,@"p 4Ytp&d | ؘ it " ~ ښ ր0 9۠%AxL񂀛9Z0pB 0Uj wp y/<(???NN J$g3 Nu, @H#z)NuHpCm Ql2) idT@ёN% |@J0LNs"1pZ ``r@1 HA" 00ȈJ,b # NNX#2 "NNT @#.Nu JjBՊNuՊfRNuJg Վ~NuA BL AFfzH@@;:R@gD3MBLP[CN(F:3SEp0S@ ;HJ(0Ӻ"Ҙ#NupNu 22(hg +P <՚``<`J@f``l 9Նn Նm~g|0f((g ?@N0p2,Ӏ3o3Nu m Znz tXB f3  Ns ˪o2$6B#&$gNu*g|6<F;NnL?"PNNuHf,2&xْr7́`m#ɢ 0<:^&@G,F'&p.\,.# 6l tF%l.h òF|j<\J.P$(ȄdKx :<8<$L&M , J"Ka@Q,fPJQNu>< QNu '"$ "Q,,A"rCrꖁzRB8<>>OO3>h@[C":SE3Ƞ|< BMLP[)bZC*: Nuz;<SEJPgX3Ơ6>x:n~JGfoæP $lPh@ޤ PhpRz8CB#2>fJNu@J.# 6><+PJf 9Նn~g~BG#~Ն ՖfÐ:Z`F9H>L~`Lb0QK104 @ p@0SJbΠFT sgDz\H 4(6(n >< zNu 2<Op Q̇f.?8<f3F`ʃ,3p>nD2 f XS@@3DfHHՒv஀@ "N7#Ș zNu~~~B~~~~~BB@@BBB<<<<< 08 `6~hH00& ""<D$$800<>>0*$<<0 ~,H`2 >""`$<<`\<<|>|~~>B>& Bb<|<|>BBBBA~<`DBB@B@@@B( fR@$"8<X~|@B||F~0 ZJB|B~<Z l>>>>@BBB( BFB@JHB$f$ 0 <BB<@~<|``h k ᰃJ`YXjh`,@`ࡏ `@h mM@h2*( (7&fP]uw" p*1{e Q fH $$d kM +@Q(i.  @ PPHF  $@ 䡌% 1`72 2͘l>H2  BC , ɀ\ T*T04D;@ @I@6MII^! m?ــٙ&` @u ```!W!  ߥ( )4)000\0o@@h ]0 4nڄrC`y@d $G *|B 0@π".T!P@1Gb- ( $@0`(@ `@܀( || x>Ax>X!xp,0-_ =-m 0@h 06 O_ 0'@$@?  p p+x ihp`?dH,`@?D?P2 2͘" l.  BC , \ T*T0E: @I@6MII^!m?ــٙ&` uƄ```!!! D ߅(()%000\o@@  ]0:4'& p㉄`$y@  $G @|YKBπ"܊h!P@1Gb- ( $@0`(@ `@܀( || x>Ax>X!xp,l0_ v =-m 0@ h 06 O_ 0'@$@?  p p+x ihp`?dH)l`@?D?P2 2͘" l.  BC , \ T*T0E: @I@6MII^!m?ــٙ&` uƄ```!!! D ߅(()%000\o@@  ]0:4g&pL3㉄`gy@T0 $G ? …X4a8p `@h7İbxapGp0y< bt1@1ʐ5  R4,h;p_. =-m 0@1hu 06 O_ 0'@$?B  p p+x ih p`?d: HD"`@?D?P2 2͘" l.  BC , \ T*T0 E: @I@6MII^!m?ــٙ&` uƄ```!!! D $>(()?000\ o@@t]0: 4 ) p  ࢾ'p \`y @?8  /@>vUf @|#~ù@ 80@" @8`E87`|8@F 9p<A>pp q&p@qx `a,@0_W =-m 0@h 06 O_@ 0'.$@?K| p p+x ihp`?dHX`@?Dŀ᠁< ?P 2 2͘" l.h  BC ,]  \ T*T0 E:D @I@6MII^!m?ــٙ&` u1```!!! D # q(()E%000\ o@@ ]0: 6Hp v?@`_`gX@` <Cg[D_G<<BfZP g `>?p! ````````!``02 -?C? `? ! |ưh`x````65 *?[? `=`xp`````8``@h`` `7(`Zxx````Ȱ@`? X?@` `````````Tx``` `fZ9P g````@ ?ȿ ???~? ???`"=``o=`O` // a???_ ?4;_~  F>9/6GG0s& ?0ρ@&0|  =|> A(@?P,|?W / f   Ux8x8`` b(@@` B@@ ,?[#-`..0!@`_ 7HK 0]"- (=-m@o @@0`5  6 ee0b $'@}<x p pKt4 T+W`, !p`_d ml?`?@D@C%%%~3LPĄ?BBB FFFعÿ'888HHI0` ` ` DDF ! ! ! ߀d@?EEE`hL34r g r0y `@?G@<$e @a `pp@o İ8  #8(pGp) ^x 8) c14 cɰf@,?-ޡX..!@`Z7H 0-(ob\5 ᦁ\  ee0b $ M}<Ԁ^ x@T+W` ! X* Dml<<%%%~3Lnnob?BBB CCC@888SSS` ` ` F6F4G @?! ! ! ߀;0EEEò`ha =x  PA008 Xx~_p@#` @<0/0~@@O ù8pǀ>O cS 9x|ÿ0L3,?Y-`..!`7HK0E-(oc] J5   ee0b$5}x T+W` !$mlI0%%%~0LHpJ1?BBB0?L3889ƀp ? ```*ps ! ! ! ߀d  EEE” x @@?l1!snlm>@P`lhhApA8w_  A</""n@p; (|+9ge /p@  [ppIGp5 g#@  x `|@@@} #Q  Y xd@8p6FP|N^9x`` 8D "U09    aĿԿ2?3 ""9 r @@@7ԡ X `\8?Xx@ 0?  p9>6> =?8h0 c|5|xൠJ!?B Xz7/~Qxu?1yN_CM C>P>p@ < ?j@ g3~Qft᥀/Bk|@?@/s? 0K|@Xsᤁ_Pg`D p O ?(3F/a1tꪫ O۠m =p:?`2 EUUT@2 {}]3\o a@ ,?0J/` "" " "@ zb?3?p ̠UE@ QW?vd0> (A~} * <V` :60 EUWUU- 4=pQ,3 .| ˀ~r(b`?@~@ ~wT@C0ߧ0?> pQN@T@EBFBhc/ i@ $8_8༠ji/~U WUPUW/ b  q3;kȏ^| h _ ;UW__JU~w 1 `? Pn  opr$`~ ?/}5U %A57 *=0\_C z??OB/?p/z\{|q}p_^h?PX<<}_D#} B x$4?PL@ 8?;| `" q`t`/& ?_ `0]C耇@@ ?p0~~ ~n!jP 6~?&(0>*?8 0~ 10 ? @}}{{ ?3/ `WC"!`G k  ax\ zvYDxfWD(B`_ a`p A??* ߃?`Հ@??8 \8sZ " pxs@@x$|8Dp@M$3=X.< 2# i 4^ ;@~6XB  @.2w'/ @h( > h0`!y/z'_|) '  x (/_80p  Co?17p@<@ 8|i ?6 8.ߜM ]d7/gs8/B/ ??Tr@?@/# `01? <_yP  ~g6 `"?H 8|hOqd{>= X/x d]?|?*iAt`V~|~~>qD|}AQ2} πv} _0}p?}p7}}`H?{{ /|{{Ay z{O>:?{?PXY|}q}X  {Hz} {Xxz{qG||||~i}  P`lz@z p|}n|d?D@ |Q/?ٜ$>v><@).||y~?\ ;!@~ߏ 8}>}}  _}}|~}7}q @? 4I|Ϗ_'{ z|rϥ8@ ? ?@<` 8   ~@PV]@0pĿĿ/  [38 p  J `xPⱢ@鸧0xπ0d_*@?- _ g @PVТ=  ?%$ DGB ?==BBBQ|  x `|P”@@ ä@x@8pGhඥt c砡1i$m P,  !"<B8Dppp   ;ĿԿ2o3 JJ 0z00ԠK!  `@ X@@_S„,  @ހ!!X ?G(@ā'=4d <C} >A |``1 x  a QpĿĿrryr||@ ؀  8@@>0 ' G W 0 . pĐ=:~b W7,0DG8B</ ? rsp 8@h\ `^(Р-Gd@@ĠT$ @"QM #f @Pw@ggAn~@qp o@ Ŀp  [pppx `|@4 #Q  xd@8:pGxPN9 2x 8D"& gT) p  0``` X` xx +  $78|?01>, =>>?<, << 88@"88p8P ppɠ p 0 0xpp 83<<  x8??85:\q~~pgx`?>,>|ynvht.{ O刢Kt5xx4.??4*?x?* O  ',??,8?X?8(tpt, ,aT T(/( PPR8p44ex t? x q?,Xt / t$|,  '   88 $ 800 ` `8p0000  ""$$$<<<$AgG(888xxx-MB d pP $ Z:\:\ H⬤hR8t ?ppt ``00xxt10>tt@@00h ;``g @@G 1>ppw0p?|_t@ttp0X;@|A } t 223$& d@@A\  #t t0D`DT JBu" @`ztt@̀t@t Bttt@@tt @SttP888xxxhd`0؀Ā`@H?  ?<?ps p  Hp@ px`x x@@H¨ 8 88pH x x8 @pH΀΀~a>1? Őx(P8@p|>zwziz `])x/|͂zzo{_{{{?yyyyAQy{k @}xGz{@{k{?{{y{:H::zG: ; >?j;䀣3h | ^ > 2?ŀ >߀~3c_i 5'ހ. @xuᗢ @6,|?l@ `a>w@v_Q~#y@~oq1F?8>?@|| 0@Xy ?w y}3eks?7D!62|s~p×}0]8{|Cq  s߼{lg?O{ `?xN,# ~o r >J?q)!jPqEx}>@7נp9 cu@| 8I9~}c0{:o:lVl-9 4l7\3n/F6!@Gyl(n?>{xl0 mmt;max*o{m5x,3߈?{??A?an+JJ?ݟgP >}mpW gq~!|<tZ&=Pߏ>pvA>''0"t> p~$~*-[6:~a<<=&7@!w$%81sGy?T Ly8<5Ox<0Zsࠆ ;/p?'$ߐ_?q ?4.ʠ ϏuZ5#1_ߕ ?$_/?|9sP5U~3\ ?`/=?o2w%ߴ,30^c ,w%`u\`p گ05w8N`wNx_̄o~ >7}~z?;v'֧ @7Qpکv;?EDǰN&oɌ ~> >?T)+4 ?yĀy3{D P#E0A>`y 0/yyi 8.  ?1: q0z Lzz 0y`ry w  >~* ?s.sxs~zvKTϟ*@rG\mt`o'1(`@ `{ p5@oo0oo@/&lzx#g}C'o C#,4`!]@L /ono8 }?p/ppp^RXk00@kk@k(W^Q}\:=@loN l *}@((@^\ll lmmwm!C+]Z:lo?Okq "fw?>kpk+jBX7ok|Y&z&#Ro;>jPj__i  iiiii/_{7o7^%/xSrm*=(a= >0@/gg=ŏgu!%p>WB*z]2|u>?Tdd"WWH)vM7U_T(@ှ 0g`g; gs{kK+^S>Pno@/Z᜸9K i; k j < ?0 }/h3 6\m|kտ< >_YXY] K_}C  d?8?ffffffB$ol_{v<1}'ΰ ࠠ <e p?du7d$2$ !x~Bf3@ gz|c}p!/3` ߆ cs 3ud6dy d+x  /C7~J |tepp?uj e/ ~~ ff?e e|08$ 5* ` ppp@(??  ?pp??? p`J:g˜&] ~???8p?@ ?fO  X@ C;$4ZT5<?<>>>||pc0mxpp??<||S  0 {  p0 @@ ????|`\xp`@ >FG?@` ``' @ <?</P >~~~~fff` ~`~`~M~  ``````@@@ ffzzzzzzgggg`II`Ie e^^I^I`Ơ^$p "w 0   A=x08??16 <???88?`ƾxxǿ899 xx899 ?|||?1888p|| 9|| p||?9?o???????|81100xx`pp``0000AQ ?0?00i?88>؁0 > >0>00  >k>8>8  ? ><><?A33??0?``!!!0 0 0 !!!3 3 3 I-I-I-I3I3I3III 000H=~~~`~`~`~f~f~f~   fffA $$$$$```Q f~~~X-ffx 0!!0pp8><"v x 72j???V7<<?P2<@B@~5 X-?,!8@ 2`!~~!~R =84D@T Hf58J8A T?;8@pԫ@TLm \0؀0"c# -gL`,<OD (     ^`h:Jt <.ÈN}p g sm}jـ/ `;ρ_B 6 ?뀦R7@/ >' P ox C1m6 iv&@pr9r?sr yaGuf 7wv:WstOt _$y{ Пt~t|uCF}~t@=%x @tt? v |{?u/i | ^bqunu7m@ ~+u_u0@ss \rr_@Q o<@ǀnoOl0h AKfy@_ssRQs|sΠFr|qAQ q8D qq#$߀gxoa0a.|~ U@by ں y/6^aaHθX6>a 9G``|> a aAqa b&bɿX a6W g_60cec$8cAic$7_@`?`>  '`0``=k"_ __ __Q_ _Ͽf``n^/Y__3>@h_  ĽC_?& 7`3ߘ''3 _ؠo ظ__8___ O_!q< .oakG쟘~<_`D ~0~gFgf~ _in Nsߥdonwo w@Dpp_O`qp 0fLv㳠r? ~MQ =?]u =ý>?u0 w^y_ >`?C``|xxpx@qs tEjj 2; /h7LRĮ >'~C@w_|O ?8μFw\w~vP@( /x|߾n)Z^c/ 6|Us:aww ?Bw~`y=xx4y |{nRe39a~= ?Ɵ~x|Cf CP0K D mmqчπw){,쁮(,  @z?Cj8 pX=e끁 O k /@ Õ  ~؀ ?0Z bן? ]"  wo//  (Ԉ o7`uL e/_Qne py| Z /_f~/ Р`k x|0?w@jh0h ) X{pk/6^l' { `m0 0sh(hjP& /;gRg&gw \ 3_g_tggyff\ffbT Oʋ'd/ff/  h, h  -0rN@@}7/  ppp  5Xp  Z@#ǘ t0xiPEp 4|SpP H |`Mʁ ddd  88xxppPd ddddddggDƄdddddddd??߄谟d ddddddt<<||ȴȔ>>DDddddddssd4$ddddddd33d~~ttddddddd p<< |Ťd dddxx`h` hx`xd x hmhox x`h hhmodm o`L $  l lllx^xx hhhh hhhh^ h`hxxxx˔hh` mmx~x  h hxxxhhhhhh mhmhxxx m o````m oJpmoom `, pX`    m  `~n ****ld  0{@1 |D 08@   "  x@?W` P%A?6>@?4  ? x8? n|?   ~ ? ?_/ Ox`hsࢋy X(8(PI8è@:N,@K @Du.; ?@ (??uN?5 ?΅??` ?}Ih# ?U% ? h*$/ CU_%D6 `ReApi\q>8TDv MЀ!`hxU2 G  ?<.^  J2<_?vkef0C`k(tघkH@c?"dӛ,hÈ _lXC``~@!M <@r>$@ 8>U4脰: {n >` O A@} ! ` x>O_Ab>B+ĸB z)o+a@gxG{xD1E xȣ\2@m`/ 86u!?#8x|p|c}<>>||D~~C([␥  hO p'~   13 ?@Xi}mo??W0{#V' xФ4&٠ `  0y1 4@Pl  Twb3 q @ `_0%Q؀]: a (dy p  ?R p*?%  ,? !?@?B$ u 5?5 ᩠q */U_6`Re@p \8TDMЀ  xU2 @t  ?iJ2<Ɓhef0@ϰ`hTDt`,hˆl@X@` L@r$ 8D4 >b@ OAbB>jdW~St ;w Y}dPddx_dY G ddd_  d~d`ddXdCп@ .1c &@xZ Op 9_d|֠ H@0?fpffx? Z<za+10? @ @~<P 4y?3Nр Kxa m$3?y 7aަ73NXHy`%q|? 93+76D>?`ɿ @9o ;+򇆟1` f?`"'Ap8  9,w^lB%/n ?L.|0 )W>c@'&RC)(_{ 1 A$ |-W_:ܷg67C +8#on ;Ꮒ aT { U9e 6@7@i)98o9>GA /A ?yp?C,3'0 <c_ } ^yQ323Qg Q 87g=>`WU 1( B- ^^qY3@3@F^?A8 w@t ^C7&a#8 Az oQ?>!ߢZ ?< >~b >fm !}?$/` y [57nt(_ 0@^>%B yø5{'N\    _z }A [  /#u  t  %`00@^=.v_B{~T${@ o@    ?`  `p0uuတ/t~ 8/` ڀt7  \8/00WǠ7pp ~.B0s2AIY7@?~4 ?` @Z ss PAI1b [? 01y 8@٠_x _x  w7wB|@ay@` ~@ݠ$ ?s~}^ IO o^}a { q P~~|  6 H  c çD f?rD Č1 Ϡ  3l?1<( g|x0  I3s <c!<Ȝy 0z >vx1 ?0`x o~l&z9zzz `> 1,3: = 0?L,}!DpL<`=?c $2d8><?  A=Tpl(1lOG@3? < @0? O@}A@>(8 lL3~9   `0?,v l`͛l,|>Y]0@c8 ?vv=0 > Ol1 o`3 o t@, AQoc$MQx /l0l16p  / = C  . 0/cϡi< <ᗢ* &q% |%+6496l0yC<LN1 UuU}^1/,A0<,0v<# 1 @PEPTNPm< 1<  0  0 ?0 :  T*+р ) @`G0 8xD A@! \2a`m~-PU "ˀ}} `= gC  3S;?3 `@3@c 0Lh0` <+ ?W `+|b/t=!$!e0t:PqI p v8@@@  ` U||??o$@ aZ' /@@G0 `Nx@BX:qN Џ p@AlI@@``@|O_?ߠ6?OϿ @>p@\ D# AbAb @   ?||?0$`o Ă@?\`L~~~ ~nQ@:Ey110y01aG9  b  9ap`>~Xh010q Ɏ0 10!Ũ8X!x/ >}<<' I8m>=_ 2MRUV**ͪU2**R !!m 'x 9~ } 8w aw~8q1s> }>p1p!9f& }?rp ]Nr P L =@ 0ٛd n p 0Oowvoz !x>p73>0P0H  w8 00g oYqowAqqp} ! !aax`  s `aay`a1 0 z|~p }}}!}ހ~~  }yъp8~A@!ވ   ?Jpd'@`y``ppxx|?h7{߄ }vwz@ $ >` @0@x`@@@@p@@`/ xpp8  0!0  0`?_0 >YP&}dfk?@? o ?h(wdw~><>+ ops&31 ?@?p0$$v <~`wO0g7 730;pdž%' ! @ p< }74t 22w`.q@` HH PXx ``hD DR^!¤^x`@?'x gcFL1΀C l hp`` \ 44@vc 40 q%00z`20p p g00T. -8? `xĿĿĿĿĿ,?"0T_K =-m䡨0@h 06 O_@ 0' $? p p+x ihp`?dH`@?D ? 2 2͘" l.  BC , \ T*T0E: @I@6MII^!m?ــٙ&` uƄ```!!!$ '( )%000\o@G@ ]0:4&چr`$y@  $G @|YKB"π.!P@1Gb- ( $@0`8X``_<`h[d&=AeY88١@eP( 77ጡMl 4 /677777=QF{9 m9 |DG::::: [ uGw: }; ~<<<<<'< `Go== @=====`GQ={F~W====zz=zz===kGq /}yߟ<<<<< QF< }. |U:::::=8 }s 6666664444444445 <<@d&X8@tttt  7 ::::::'=~>>=U~ o=~w@= f}W<<<<>>>>?>C݁~}>>>>>=|> o> Gƻn{==(=={=== O໠݁^f>>>>[>>g>>1>>> =< `@<~;;;;;; J666(555X4445 <<@d&XCg[?`_)  M NN* ",\JjJnewstere.pc19numdata TZtitel1 3_scope allert12@button&charcnmidi effect p*N -    $      H g  A ,J&!7f 8 .6* JJR &  < 0.0 ,><@  J8 İ(    1 w/ *D "\ p`|  &L>l "t2  }  FT/V&h-~  4ᥦ(x $ci  /J ¸ఠ  Bx {a+ L~   ଠ H4fH Bj :2 h X (: $ B$    u  0 < f{J> &D !&B® RB.$&4$ " $8<02 A  O"o f &   j& Ң  ڢa  p6:$6Q;G _H "   ς} ]  h¡t \N& &8p  b f'sǣ$^N  L  (jR—  8â%|ĥ ^P h2 J`bO  > " 460.D V`$ Jo :m ( N 6 V B &$C|Za   o$  kW9h\ T*_    U} " BvX  v-ʀw;$  $V ƒ nZ*..j"  $"   v - hbrZ© œ%   4 < p n" hX*  X } KUr  ೈlZP &oG K` r@HEQ`QpmW KC ,H <@""*H <""(H <"" "KHH@HtJgpӑbCgA0< /|NAx>X!xp,)* _ ɼ06A> zX=-m{T0@uL6 1B'@`C p p+x校 p`?d-`@?D+?P2 2͘l.  BC ,A \ T*T0,E: @I@6MII^!m?ــٙ&` u```!!! D ߅P(()4%000\o@@L1 ]W04&pL3`gy@L0 $x/? …X8 p Qa@k7İbxapGp0y< bt1 @N1ʐ05  R ,M} @ @ @  @ @` @  D@p @th ``  `ـJ . 8Z  $ H@_: ,``.** @@`P$_``x ` pI`66`6`6fɘb`000{@@A wG8GGG? @    hhh HHHm QQQ  c\d?A A ߃ (A>8 n p?x  0?H@0?  ?@P `xFx!,~C<~> >bPb@ w,:+ީ4 @ޢƀĂ] @ zZ$, ``T+%m @ @O`0pM V)@>>~0 >>~p|5->?`?@P[ee]0 $  ]" } xY`&s  T+W`x]! t$ml<<BI0%%%~3LJ1?BB @-AL3888PPR ?'` ` ` DDF`! ! ! ߀ EEE` h@?tsp? "0gOw_ NA{<Р>&` ` pppp`000P@|pppTpppT|\pp\ppp'???[0 0_Upp?_ 0 @  0xp?@8|<@pt    ?A>1~8I|6|8Hxxpx8Hp8H|px|xN{3p9AJ``?9@{{0  8?x~sH |q|q ppppxxp xwww ~s~s~s>P@$$ pp:0||~~88884"`HňT Ki#pp HtT??0z p<0  pg 94  D;zJZZE„`$D8FUNC(PXHXD18XCY818X\ryXr{@X.X@#(X qX@""OOPP??אdd '' ƒ//''55''跷 KK""ȳGG@@BB99 //OOzz@@KK8877EEff১//HHwwss&&{{xx,,  ss??@@''tt ++ //└77ؓll00@@OO88gg66CC tt88gg00īKKഴoo`` OO((TT bbVVww$$ HH؀VV((SS 𳳈00``//$$UUEE||@@;;pp**??BBoo@@૫OP)?824d/ ?p'໋ ' /'5h'@( W OK"hbG@߸?Bd9vO h/pOz_@𰿗lK87hE?f ࿧0/H3wOsz&{x4h,'Ѐw W077 s{?@v'tO + /?/7?اo Wl߿0 _@@O8o RDȐHgR6C4 ;t8g0WĿ?TKP7ȠRod`+ cFO(?TDϰ/ @b7Vw/$N @H/@VO(ȏS` kPh0h`?@/$yUϰpE|+@O;Up*WH?BG o@@ਊh_OP(?O`d78߸ 'O_ @ŸO/'50'  lK"? ׳VG@װȀ7XBB9J菍w d/?pOz@ְWK807"Efh/HOhw?xsD&{x@Е,?d ,  s?@P'tk + /H_@7(Ԙl{ 0v@?O?8ȀDtg՝6C {Ht8g(0_K;k@O`ϰ7Po`_P oO@(T  4bVwb$?D 'HPVv(S;J 7*/g0@Ϫ`p/$bUհE|U@ ;p6ڴ*T?B[o@l <<)/8@2+4/;?p  ⤟/@'4Gh@'(:WO'O h7bG@Ŀ3݀?0d˨?vO$h p_lh*?+ B03%O z4 Eh'D'wB W,07+7ط{<1v,O" Ѐ7(?!/+?է+o W74 ?@_6@(o :R0D HՐ+2Rؐ4̀;/ WTWO$?5TP(7ʿR d +cF? Dڰ/@?@7/ϰN @ /@?O `kPhh&?@y'p+ O U(6WH$G ؀@h+_ ( O,`7/(8O_@¨ןO:$0('] * ߐlۯ? V*9"7X. BJwd?pēW0"'h0 Oh?"xD3UN @?d׀+,  %PYek2x\D(H_@(͛{* OZk}v?w?vicFD(tՀЀ{H߀ 5(__h;k@Op`]07P_Po@ ʷ4?kHcb?D'd6Pvπ;J䀯7*/'gO@HpybPOXU?p 6Tͪ[0l r<ظ<@/@ȿ+(;;  ҿgФ/R@ߔ4+ G²''h:𸺫O`'w2 jR7p9G7@Ē3@0+G? $L ?x0*_p0+B?P%pF  EπD+'B,Op+LH=O`kX Թ&%00'941eH  (;h6 $ز + - o,`/w(`, '_`俺€׀:$0(?X']K*_h~ ۨZ*9". p?@\"%?D_~'0H +@"W`3UN H?8ׄ+ [462%Ye_x2?x\D( /6CsDڀ?ď4*OwZHk}[w7v0icF(øʚ̀րހ€߀[׀$߷ 5_[vh8g@mP p]0݀G8XHʻX?kHc0d6ԀStW@_'HO$HsyXPOX8?pЏ(֪//H 0?|r @+H7(;޿goPR+`"+? @8'hߺ*`Ow2`jR?Hp97Ӓ /@6O+bl\GH ĀL0ȐyM>?3  >3 =  L8Ǹ | I~``?p?X0|@@   < >@J`*?@q@a?@ @?@>AA?"?0P_h0   k Ȃ?@?T?4908~4c>pA|Ar`<8¤P0k rHhď8@Ä ?9;@P0>]0 H͚Ɉ h {px0~pH|?>? ?  088( Ï? m$Tm|m$ 99ߠelflM><, @xó $?mI$m$$m&74 <80{30 || XX_xP?  8|>||x>儡h.  l00f@?@7|HGf@vXTcf@0   b {?\> ~ >|G0w#w _;gp ~Z||< @ A#@%! @ pT q 0~lHց0 ~| p8`2 ] 8`!ô@ TN X+  -1M0!Rpa`a p{/O / O$/gBqHUI;( ~S3K,k z [H @ ;C8 2EpA `a0~Ix||x4@@>>L> >L<>> |<Ldx8ġ0tᴡ40,0X?`@`@8>>@  >>ؤS~/ 8G$@qrPHP0hpsdͤ8`Ŵ@P ~Ф H j( 80p0 ?@ , pxp`Qp@{ltp@Ť0p0Ƅ@ HH |]  9Fd05O?8 pxx 3CCvwprA>>V xpo̜333p(<<< A0y0 0 @pE ' 4 8@H` R4  PN~   |40S sO2NKfr>Kp 2^j 0 ?C L N "^  0 rTp4P0$< Br $Â!t ttttttFt`ttB <4B4 @d<@T L(lTlDDD(T8 6*]**I6A> TTT* V(((j7 @@ `   \e\\**\|&2 U kEE݀"pg\~@@`` @ P ` @ @@ j$L4»߰հ"'6 $07:S$?0*2>O`'kJ$X*$ ?@oP%00_9@41eHQX;h #귰 ؀ן-4 #gxO-ho`3 w`, '_`ǀS8_0D??XzdLK6o_VhK~ ȨZ而Ȁ߀փp@?@ o\X?"%x?DgX_~4o@ƀ'(HĔ+@ȀW`īHodK?j8[p_H&[4A ^62 _ xȭ?S /@6C{shDRP?G8"14߀wHπ[70FH"+WF^߻[?ী׀$P̈0[v8g m@mP ٯ/B4(GZ8.XH6X?^0'e80зИԀStW@wt_H$X$?sXJzߣ8B߀ǘ (ր/]/H ' ~(߸?'|A, ?`0+H>7װ_PoP8_+`d"?@Ȣ8ʃ-* O`|?UHvc }/~6LOSb`l4\HĀ0<طK𨸧?h7dw@; O;Z(Twp@mp$(DT? ̳̀/ ۂ P ^L4|dD ?O (.Vb0?467 (|@c4 ?\HVZo~xjP(?P HȀπ˸܂Ϸ=K4$ 'DW~2R$/;6po R@/ TШ/~0,07:S=$h΢'b4'J'$K$*$ ?@&oP4 _@ wQT!UXj,=0Ywp#ꡰ؀׀-4 #gx O'h"gt3d rV^TB(ݷǧS8߀_D?z+dL6oVz8KȎϨKx6 !@-D0 oX?xgX4o@'=( єưݺGa`]hbokdr~KpjR[0p_H&A ^)P  Wԯ S@@{.6hcRbPCGgnB8?">1ʠԀϔ+F:H"+WF^1G?L(?GPkx@0GyT +_mJۊЀ/B4(Z.Ȕ6W{?^0lw'e8XԷ('SO`N: 耦߀wtX$?Jz7r}`B^TǃƷ Ȩ]/'~('A,?`g0l?_X>9D_P8_d'J.;ud,-ɫ |BUUTvCcT$}~LS`4ǀ׀ '[B%K9@ ?9h@?g7~d;_;vVTpؠm $=DD0& / P ^π|dD? ث?|44M`6SB7 Sm(P1U|@t"co48  ȿH'OP\9J0?P Hȟؿ6<6KY$d1G\(2$/6oR/ T~,ˀ?jJ2=bh!G'hb4'K$>6 O&X4 , wT!Ugj@,=0Ywpࡀ-ʀ 6@+UV: '"gtdrV^TOBR(Rcx+\B z8ԯ_KLa8x6 !-D0g8ҽؿ=Ug=b RkV0 Ga`]hbkr~pR0?jbDk\cx6_x@?X$)P (Wà @̠ۓ.6cbCgnB%?">/@^TK ۟+:<ހg(1GL(?Gkx@;6GyT+_J(րҰ̀Ǭ!746PW?{H lw X('S_O``N: x跦4侮ߜszBO7pr }-`^TרƧߥ'&/^$ Ͽ+"goxl8?4_X9Dؘ:4(Ee'HJ4.6;*ud,ܤ€ɀ҃ķҪBUT CT$"&'N R '[B %9@ G9 @?gD~>>82_?WhXv?V0 ;H=,D0&𶶒 ˬӐ@IՀ
ƣڐ΀Ϫ_XDc|Z4"M`0SB)SmP71YUmt"o8hD$ ȀH'VOH\9J0$;*6<p6`gOhZb@CX[T,Ш݈g@ Ҡʀ--o 6@+UPV:°ր -WrT0ORRc"4F[yPCxL\,B °'?w_d.:L a8𜺂gg8tgtT2+=CU\gBbRk/V00 М׀̀Фـ7 ?j;bRDGkgr\cx6_x@?X$[ (p ,ϓœڎ's%P" /@^TK O<gh(; 6Glad "$(րҀ̻!7 4c(6P .ZZ?(H 'M2 Ƿ0%!G]_@`xЌ4Ӱހ/szBO|Pp -п&?C[wx'X&4^$ +"ox/8 4ԳʸȀ : 4G(`EeHS4 6*{|(?ulWH􃷷' اѶ":& 'N #* R%?X G D>>82?WhX?0"?gp;(H/,_H˒ȍ˓д@ߘI GX05_~VNiox_XDcZ~"hY00 )7YmhD$ĨSVaHGRotzth$^RB,;*>ccp>?Q<}8Gpq%880 ??}8} ~!>|wx@!Ro` ࡭™? _ ;@@@9@s`?Bh! _ ?͂1%# l@Pon^  x °8G # 6 u`'4}h<€:8EĀ/`/h0K  9 @` /8pG . n|x|E( ppx!^|?|%; -@8GD,yІ.|0O~E? psKKs 1;8{}xm  9QA! ?? ?cccH |>|y >bpP0|_>>>||||$> pP0 8 P`@@  (]Q p  ? <X|`0|x§Tp ḡ|x x( :p`<… ?! =}"]^`A[g@]Bp`< C? 9=?rp`Mt ?8 >~?,@ p@`@ɠQ 00a* 6m6I$m`6mmq >"GMYq Q8xP]|) *좗i~~ P <s@ xv xzB b h ߦ? 'ঀ\,( .u,k 8>A>q1^pD¼w LD  r? <<D:~ , >0D,@?J!Kg9c`c  00#88(888/W((pxϏpH@pNS@Pr @ D!S "}2!2!MLLK 2jVLE RR JJ0<=<'9 | p@, v <⮢  "` `0  =أ?=fOFOmOF!% O<no¯? 3AccRxf!?|5 _~VNiox~hY0#! 'G}rfpH2D&&/7>36O[]wxsp@z3?bcoX(6ĉ̀ʀڀɀѸGmKo\8 \/D,8,‼πၨҿ'>E< +YhbK T[syp`8$#!'G}rfpH2D&&$/,7!<WmfH"쌲ր݀ "+*JA;BG@FwyJ+8'W$K|qriaBPB" /3@.&29$Ǽі͍)Rjkqwvd_TSY:DF/^,y,2vnT؈ /D:GiGJxlcL&7e-5(XJ"ڀՀޓg+]6oMniHjT[sl"?vL֗ߣς*?ZY($?JWbZK( 4׀C SnX8E,JFQGoqX|Lj2P7ctT+8.$#0#9@:6?>0  Ѵ% GE*_Gon|H`:RRX6 '<89KLhN3:0ހ@Ȁ@ܞN8W-jOJg*rjB/(썢 :3 acf`0.:Or`Op#" OJ7SNMwf@?>H$4"%. 涸ǧȮʄ ) ׹:-;@8 >#>=6_[xspl@R3(? -ܼ?fdVbTʜрGm\8 #&O|hut8#JLD$nf[d8 '>E< +YhbCwX%2_@dGh@^@8א̗ɢ# T8'7<9kf@"..ɀˣOi-KT[spJ,y#p/`48$ !"ܢʃۜ$,! /[X5?r b"Z+8&*KJXA ;Bϻ'WraB ' 6/3 @.#&W2J9O$j}}lX8!ܬπ/4?S@#:;F$^y$vnT *_l0 / D:GiJܑ̀ހO`(E@7eXGJN"EGuz\<g(]onHɜȄӀ*6J8 *?ZY$? J W5bPZ K%(KklPKD;HSnX8EJF QoXL27(D<+4,#9@:6?>0  %GE_/B|U`nR~fbKdhHĀ@Ȃ@ܯN8WjJ*/ : 7>KUdu.t:xO|r`B`.O"p" ր>$%.!+;_ )r lupT(عʖɮǮԢ #=_lR( 3-[qj?DfdVbTߨ΀ʖ׿#&&O|h.u(t 8#_JLD$vn\Bf [d8 Ҽۘȩĸ̔קƼ Sd_s'Gg\lORsNxQ@P$ ?l@(/!?@2!/)B9*-.XGFVG NC&:V7H0IfplnohXD(?>CwX2@G@ ## ,9TG8>_X8 OipJ,#G/k4 n!j"a8Լĺʐۗ 3IFM 4/[X5?rbZ8 &'KsX `8ҀЀƂ+:Orpg kH'6 #WJAO4j}/};l4 X8!߬/4?S@#;$ $7SD *_l0 τ$6,#+$O`(4E(@=H,-;JBKUdu;tZx(|`:B ."شӄ'-;QF.*(!+;_rlupT(ƻž "?_~pV0𬸽԰3[pU#> p‹ rb  @)?BA š 0@pP`;(  ?||?<&"pG8x8||^BX%  ff 0>3σ00p ԤMxxw@ -%_)-[UF^?TEBp1?+   !@?Ŵ31{1 ;?  >  $ B<| ||< ԿԿԿԿԳԿ ?$? ?     >  B<   ??oogg''??``>```<` D8pxxTTTTTp\PH[JRZrt~6vp\$  2 0O@,aQI$Geq8p8D((D _LLLL00g` 2``߈߈<<߈̈  ?>@>~@~@~8~@sl ?? Qy~~~>>A'  2Hp Py@HyyyAbw  a``R00O ??@?6$xXXX    q=~~ ~"B<b 0 Ž ```h}`p8?`8ú ??P ?@8<| @{`@@@dX|x|xDLT8 !Ũ~??gc8s;n~@88~88 ( (D88 \||PC;[ ‡\7n< $  >8|<J8t``Dt TTTTTTT=Ťxւep–0xStttJdsǤ !T nDT}~xt>Dtt>`)$4 ɔǔD$3ܵ qdDtpp8|80x^\p\ äpt}t t „?C8;[㐈v ;b S,$të?l⠡e  ~ހh d|?0 0 8888,~Pf4 oZf  B< ;J{ :Bz\ ^>(W > p|| T(`(8 ( x@zx`@ @80 P En@@b@b11{$3 l??@D;$D"Wp@ H `>i':qjD'Ӱ@:KSP5SP &&L0 .( _v\B Ժɤ?gqrf_L Sd_slRNQP$Ӷ3_ZG?RL9?@2!)9* .GV )&VHIfplnoh X;DE( )$ Ѐݟ #,9 G1>=_  #EH5*("X8 €ǀ6O:#?6"G k5> +n:j>a.8 ¤ğ 3IFM4̆ۃ#Gz 'spD0`8ƨ??D4+9:&OrpgkHǽ?Am4/;4l >&#*" 7SḎȠό2;DGD8$)6, #+$!4(=H,-;JB4/ J+D:K>[.V 0 7FA5" ڨߞ,($ #GzpD0)?<"+3 ??D49&ϱԯ?ml>& )>@Ibl#X*u"tL ڽЦ %* 2;DGD8) %!?@3EBMi}ntw!R !*OhH*OZB:.*%   2C+F,L]l;w:z2ul XD8  ԻԼ M&_6aFjNdZHd$o|pRB<,?]fr`0 ⷴĀ&KRG[|ai'm^Tl6uCD~hH"üʷ 84$:N4M9V4w39<6/:GJ|SiXZ\@`$PE@<2̸Ư#Mo+2|p\@4(Ifx}q`U,Ȼ- $*+"&&/'& ܪߜޖ+'/??QZNzGl:e[B*F_ay}b6R)@3$=_zB + ҢɆșΫ  #;0 )MZgzpRMD $#9(/9A26H0%2:78HNT@?c{ | L?K8 =_\03Z`L,+H]fF;- "'A1MSSj@z9\lH^/QV6N@4"-9CGN6 F@-& $ #""';.45D/(JDK[V07FA5" ڒߝ,($  %JEJ4Wr)|?v@IblX(u t%L* "5 (%*  '+.CTZN%8?A@A<0$3+E,B M+iH0}*ntwR ܄€KYXspXB$ "' / :82>C(FL]lwzulXD8   &6FNZdo|pRB9<>, 7IHJZbbnttshVE8) ŸǞӀ'^lu~h H"'cxb]qhggQDEOT8  84$49439<6/:GJS*X7\Z`PE@<2`L8ԬƐϐʜϢ +2Gcu4zIfx}yVq0`U,Ȝ-$&*+ ++JfulhhaJ8/?Zzle[B*Ȕ֙F_ayD}TbYR\@n$tqv`VcJ#5< зٴհӀʀǀ)MZg4TzR4p(R6MID<* )@),I[db@4"Կϐ?c{|,L4?:KK8HA $= _/\:03Z`L,Ӝό߀ڀ"  "'AMS@9'\EHV/]VgN~@4x"P1 ƿ &$ #+"/"M'\;k.{5Dt(lp`T<&$(28:80ڷ̴ƀƖҖϗ %3J:E/JM4iWH0;rD|.v*hUb5fL*'$/  +. 4,9L:*#(( %*պ"5("/(   ' +.CT ZN8AA<0$+, +H0;*,C;,( K YXspXB$"'/:J8'>B( ;\B,?B #   .;A4  9> 7%IEHBJ(Z3bAb.n ttshVE8) "629WS`\_lX<1<$ 'cxb]qhggQDEOT8 п #,78yV 0 #" &Ϋ־++J"f3uWulhhaJ|8R-"ףڟDTY\+n<=tLq^vV`FVNc@J(#5< չƀߺ4 T R#4R(J6OIs<`*PQ F)@),I[*d$b@4/",ҼА6,@4::GKHH A$ /:.'G^H4G0 "  ʄ߲ ?7oC*?'   ` x|xx0?xO|/x8o<88<8_/@мO?_@?o@8<x|oxx~| ||x_<\oiyy _M P4 3 tt>Av=.D *= >p>(_?@@q`Hx oY;$<BX oƧ 젠& I@ 垂$D  \W 8>>y|\|Ltxx<x "( P@³] p`8(Ŭ(( -?88?⮄i< V|:BT??𢕣Y8{89 p8 8>p?"$~~+~`~~/~ <<~n< `<bB$>fp4(8T0?–?w(DƔT ƴHŤTä``TĤ00Lߤߤߤ߄ DDDD  &>@A@vowo??| ?pb ||`@Z"S lPPPsP`3͔] 00ĴƔߔߔ ߔߔߔΔƔ:Ô ? Ŕ 1 Ŕ  )) <0xz< '  ؅p `´ Ź>] ~|O`YS㻤[t04tt2   pp @3@S ?p  s f?a?p b   M"` . `  $ X s0@ ?ff`O0 F0OFOY% <C  >$D"-$H % ππ0@π| Ls{{{{{! ! 413L>0??@5?d `4d|dd` x ᑅ ?~`?8~ x? 0```>x! `#x 9F`p 2M $``H&c@ p 30  `d ` ? ? ?><<h5`h6q@@@@@t p}oxfWUB[B_B` LL`p px8̇x~x~Xoro̐2ò2 2UQ+<~??A >     km, 9P \||HTT]EE?@~~~ Ť```d$d$n~n~$n5B, ' $/ ܪǷ 6O al4\,Y9HL,:*#( $ # "/( & "     Ҭ;,C;,(  0:D0J'B ;\B,?B> *! #   70 )IL.H;GAJ4Q R<* ШĀԀΧý%EB(3A.  "629WS` \_lX< 1<+$4?N]sw~rjfP8"̋ǰ #,78- F Xfyh#@"!  ̎ɐМȖ߰7;WfII,"3Wu|R-" +:@62=8 +<=L^VFN@(5'-4&76&&޺ #RJOs`PQF/GSauwp*Z$D(/,ҢФХ߶6@: GH ˭.')G.^.H244G/0< !,   7P<o5Bl,R&  У*GYq` E,6Oal\YH,Ժ/L[l `\UJ$ #  + ?K&dj~"zq X9(  -)/VPGN; 0 :D0е (C>L*D!Td]JM:&  70)ILHGJQR"<(*       +*4/?ENC]RsZwX~WlrxjlfdPd8b"UJH4؀ЀĀ߀+JTU^ j xu2t0hVD *2Ebfu~x^XCULA VH'B,H4֪ϞɈʯʶ-FXf"=>7?yAh:@/!  !'<<207.; WfII,)28D8  +:@62=8 "*3B;GF)'* 5'-4&76&&ֲկĺĸǸԬɻ./BGISLaCu*5( w pZD(.=7::1* '$ ԼμЭʫͯ)..&2.40/3,MQ4(  ٢ҡìļ3Zew"3K_xit{ZB0teV2ҩˀހ,!#?[k|t`Ze^S F:3 3(*'"/'6(=H4! ԜϚ(2?O4olR & '547KSRZ_J*4GYq`E,ϴ669229M>>/0L([&l(`2\3U3J80 'ܲ +?Kdj~zqX9(1)#6("#)  #+-1>GPPW-:)/!VPGN; ڸ˰פզҠ؜լ (:K(DCFLPDCT,d]JM:&,>:8QT7UfPV"b(` H .6۪  'AHRR*V/HEHC7 ?&A8:3/F @.-5* !'<<20.  &)(2 8D 8 ְк 'F_q|xfX<"*3B;GF)'* 5EVabb^FF@  .BILC*5$(  .=7:#:1'*2 4'@$B Sctyh`P,&.03?N>MQ4(@:SeRF82 "3*Ze.w<01:*0xtZB0ߤֱ޴,!&*#12$  %*" '(-%( ?4  '547KSRZ_J4787WVTH2,0669229M>>0(&(32W3L3[8p0m'sdPXJ1&߾Žʹťʳߦ1)#6("#)  4&#"+5-61-> GPP%W":!'($  (9:DK>DCFEP@C,,,>:8QT7UfPVb`(HC.S6_qtxxpi`P>4ڸĪʘЀπهڏ!4*ƀïʼƻ &83F @.-25**,&00BJ P J&P(M @.  ®ˬǰϺ 'F_q| '0x?f8XGI  !>?Q W NsD0lh~~~qs~ }p p8|>3Tp @>?x:` y0y @ |  ɤK2 PppPt V%t T @4 @+7?#& P o@ T `@ @X `0 Xld*7v?""eo{$`@ @  @@*5`? WPmE  P 0*  8 8 8000    0000dx|| @ 0?  l000000 000Qtt    l 0 "*Ð G8(h (`P@0   `{ 8`? pp  H~{~ ?~a~?m~v?>>>|?||??> ~|>> ǀ>?@>ρ? >|N> ut 8<|?蠝~ ?? >??f?i?^ x^I] `@`@`?`D`76{KUpp0&kN`&T'`5(h"T, `2D??g 6aJ_$?,AH`.#`g X(Cà \<??$#```5xxx  `*~888` '#`0 `` >>`` `1 `P`y788 B AOf`& $''{) @ ` w0 ` 2`` /w  ? dp$hp`@ ?m`֘ ??`'H`'N`8@ `؀5`H`  V``&,xP`` !pp00O?`ˆ@N`*`c`Af#````"@`88.8` `w^r*p` @Ѹ`` v (˨? ?#`  X? `w Wp 0?&H  _ý  00`_ #s#,?(P*@@`@p` @L`|$ 0>`+L?=`P `xx@v ??|  ? :Ѓ(D`ࠇ`  !"*::6A2    4&"56- %"$(%)-&#'($ 9D>CE(@8,,/<,&:O<*2'8:42)ռδӧܶ(CS_qtxxpi`P>47DIOfrpvxulVND0 !4*  #$2*/,/&?;II(ߍ00BJPJPM'@B.S^ gnwvd[N0޻ڰ /'0?*8GVJB6-0 Ȱ˛פ 0?(K2 в֨ߤ#(   /?QPVT@7%  , #( &4GNQND8-&EXc bZSLH<  !/"6*):%:6A2  "  -69FgtwvrqY$:(8,%)-&#߫,7R**6(8,/<,&:.O><@*C2F"'#8(:42)؀׀ǓӶ4/?[\L6+$&&"7DIOfrpvxulVND0  ( ݬ "5A@DT]`R,K0F.&/*+?4(! Ը2&'=; )   ! 7 .,8>9 4#/$1//8/2?; II('B,S7^;g@nIwJvNdP[LND08L@&$/*"38?:+1+( 0("/-9B0225,#(   "%/ A D>0,* # ( -EXcbZSLH,<$ $ *,  /6)%",+>JYahpd Y-c6a9DF$g&t&w vr qY:8,ڲʘݲ,7R**+6ACNYg{m\DI@.?>6@(CF"#(ٰǪߤߩ܀߀"43/*?[\ L6+$&&" !$( ..  "5A@DT]`RKF&! $2;FOP@94/1/822KD *$'$$/0()!"6 ,7;@IJNPLD8L@&$ * /@"23/8,?:+1+(ڸֹпƸ +)891:"+5EB0.B4.0*  BOWZef`ZH* $ #  !&".$$' 4(' ,$+2$ ,&6E8$( ,$/($'(+2 "  пùѴصij  ("2/,-;9OBT0F2@205,ĺټ+8;8=< "%/AD>0*  3[ZW]\@(,$$*, 3HRbjwhX< ހ܀,+>JYahpdY!ca9DB$J&D&D GQ OES`IWmd@.2ޯ଼ + A CNYg{m\DI@?6( (-*;H"$"3* );Ocdnjd`D*:ި!$..075<ERP SQ@& !  9>BQKI@$!&'1$428;3F6O6P0@"<E@ 0"  /79FHXRD82KD*$'$$/0%( )%!"6 Өޙģ '6LUg{vnk\K9 * #/#@%2/,ʢǝΞ18 >J)L9O:M+F5AEIBO0B.*B*4.0*3DLf bH"$  #  &!2CN^ZLL</2"-.$ $'4(#4)30)$ $ /($'(+26Q\gs  {tlT:(޹Ҁ؀ (2,;OTF@0,).(,0 !1+ 8;8=<  '/63<=@**&ʹ־3[ZW]\@( ($!*+7FT`TWLZm3KHbRTbfjbwB0hX*< %Ī!9BJ DDGQOES `'ICWLmAdF@P.R2V4*B#  *,&#'* (-*;H"$3R26FDTGZP-:&);Ocdnjd`D*::,)INT_L0 СĤ©8S,`(T x88@`# j8```X  8?00<H`d;Fx<``>" ` @^Lxt &ഁ`8 ,`>  {N``.`` >`4@ /'/;ЀO' ` ?ccC t`|` > p+  _` @@OWP `X A@@`#CC8``>` |` P>P`?00OpǠZV#ɰ a?`<><~~\b@@l`ँ*Ok< ϠZF +`@a 0*` pp o}_Ѐ,`k```OPP^(G` 0¨ ``|\o |p|s`,ppAy`Op(`@¨  @@`xx>OL8083\H {0y`OX(4` E 888((x00`Of(N`)` @ s V@`e`Ap`Ϗ` @`/xA`BB`wwx86"``??`  $`p`t`$$aa|`A< @`° ` 6```A9`` ```{{Ԅ+` fzA{`iwp?p?,`/```ppA`!&x`(``` ;`p``B<B<s(`~` 22`@ `,`h`` aa````< ```+@@`` `3`??`ިި!W```8`J} ` ڔڔ%kN```||@x` TK`@@)`T`Q?` Տp*C`` ``@~`6?_? ` yyHHGФ(`y7?`@ ?FXf6jY~[\^R_ac&dǨ¾Ѩձ075BQKI@$&'1483660"     2HNH,  - /79&F(H$X(R.D78;;E=* % %֛ζɥܯљգ '>68LAUDgF{4v'n5k/\GKL9R\jogohaZ<$$##%ؤߢ18>JLOMFA I OB**   -8.+" 3DL1f0bH"  ܓկ!2CN^ZLLKSL:0& $*,&#'*ŵŻҮٺ̶Ǽ3R26FDTGZP2-+:#&,&-$ :,)INT_L 0+? VUQ]dNKD.$+,2M]juyt`HXJ(%1=4*0,)+3&  ##/,   , #2HNH,- &($(.7;;E=* !"("  >8ADF4'5/GLR-\4j-o3gGoNh>aDZ6<2$"$   $"  $ 72"#   -8.+" '61D0OSTfphL= 4&  п٪آʚޗ %B;7FW[I"/68I^f nr'u+r:g9X0 %83-;KGUTPL>KSL:0&$%$   2"+#,&-$   %(  +?VUQ]dNKD.$+,  !.:4(FL>,%1=4*0,)+3 &  *%"'7B65D<2,.+2 54##/,   ,# +C>><4,$ !"(" !,0CF ?C@>E4جӪ߻ܪ-4-3GN>D62" 0/" !=LD CMO@ $"$ 72")#.(*2&$,ڸ '6DOS T/f8p1h?L1=4&    $ &(!3?C6602$/68I^fnrurgX FG)F,406 @6%" ҤĤȮ ((++.8766 ((" ޷!#96? JFSR) %6925B@62* &2-"+"'($$  *($(  .,08(   (-32* %,&E6Z(YbodJ>0 п% $ :@CBL@:>:6  "ݶ$ 1" % (     !.:4(%F1LC>D,EA5L>B<04!,$ Ը˴Ϧջ*$6L!S,80=CGF(?C@>E4 FSeemI7K5ʾ &'0(/&""!=L&DCMO,@3 !,2)M.V(U*`2r&^$<,8/ /81?1   $ &(!!3?C6602 $ !  ),6 @6%"  ((+.8766  !#96?JFSR) &2-"+ *($     (-32*%&6(  :@CBL@:>:6  $1"   %1CDEA5ՖBFJN&~*3  d x 6 !b#':(^)v*0Jffg.ggJgh2fhiiLij\ijdjnjk >$k8,--@../V0Q*R\TUWzl l8~(R(Hl@h h Fd4ltx h\r*^V &   6 2 jv"NJF !"l"$b%'z)*+>,Z./1~23456 7X788:.;(= =>t,?@4ACDEF`FGH HI@JKKLMNOP@RRSTVRWnX@Yꂺ8  =PFJvp $j$r4<|6@8:<>@BD.l  0 0 66 66D 6DD!000000 l$ xxx> ph xx88868| x8@@nxx xxx’"$ 0000TC 7K5 &'(&"&,3 !,2MVU`r^<8/ !  !  2BKF1Nxp@$IhzvC QS0xS1]cic/AyP4kC9)ox AP4yzT^#<,DMrA19/yUEe 3 *mm!!j~*1:B@7u=xo Vo5Q?:`?vW?<'jG\jb9A['Vmw5;@ m'PgaSU,44Yp?4+V9T]"Q2$+V{[# S  9Z) F$"C48($802BKF1dnɜ۳4!N(x$p@ᕼA$Ihz 4vC (ـͼQ\SF)1$ 0x SuZ3)1,])c=z(i',0c ހހ뀶/zARyP(/;*&܀ȥ4bkyt+6C49/1)ox >t׉A'@4P3+λ"Pxο4y zNAH7ƴTm^zwϰ#<,HHOFDMbr>ALI4շ19 /3LyU$2PM!Ee^|}+ 3 ;CR*Gm m! zb!j~* 8\[91:Œ[B}}5@įćĀ԰(97e`$u(=xoQͅӌ V Ro\5:―Q{n?Ҋɀԟ:`?8VAvWyyj$ِ?-U<<'[yn,jG߮NH\jbVzt9.A҇[!"Q'G⾶ҩSVzmzw45ǩƹ;@( "IEm'P7Pga$#QLSUS,:4124[YKp?ޠ4V+>V24aP9T]b<"Q2ͽ$7Av+VАmV{A[# 5F]Ss  I 9Z)ݿ5O \"F|D$"C(4Uf#耤~8=ֵ($ W8c0!ҁҀ }wd= n4c!(g!$۾x{tCAʆa m4$(qxl>\`t)F)1$ hxc@"͵ u\Zw*3#)^,qP)<$۽Ř=Vzx(,-V'f,>03 "뱶Qvz)R;S([1/$;#*!&ȗʧ޿Nzb)ytԑ>QV+(!6#4(/ 1ʣJ}{+>tESR'#@/43+C|~2"PxGXR !3NAH73yEmzw:YX$5+HHOFp`bRY/24>LI4Ut 3HLX?(:"$2PM!,xHջ^|.}S+L 95;CRG Zn zPbY: $9$ 8\[9)xFϯ[}>}]5U0:(9e`$Yq ( ]Qg:91 R\:sKȅ{@nf\">"8VABuyyjY$nC/: -U<]f[yn#,^g,64NHmRVzt.1[_$!5",QGĶr~ESzz45dW"("1I"E➺ȋ(s}P>74fY'$#Q*L੬Ѧ2vSx1:ݓ9p])12[K ⠮;Vxu'>މ5OJ`t)VhY+hxc@"7NB\w*)YhQ##^qP<$;L2Vx,5[eG-Vf>3"'BJ(Qv)̼@]d;@S[1$#!)DBNz)׀B^>VQ1V(!#( /IJ>}{+ܔOEeSXR,#/4CL|;~ 2ij•$GOXdRQ%!3ؠ39yI0Eׂ:/YQXa$H 5+Цד+p?G`ȅR9YU/Y=24ѻ͏ؓ U/Ft>耾HX>?VQ1(:"НΈ,x/EH2 .SL@ U I)95׷͍ѝZ2n@ %ݬPY(:@ S A$#9$գ΋)x%5F9>] U2HI40:ٓҝY'q; 0 ]g:6KB*9 1׊ּs(K6@f\%:D7">"ޛԒBu-.YnC(>;)/: ܎ק] f,#^g ,0sssss>RR嶋R 000 0qqqqqqqqqqqqqqpppqpqppppqprCGĹI.#"(.3:CKrgmijopPGcr)"O? CE."+8G\oa¶ƎpeYOG:3iePPS)(/5=EReemƊנܠ̬pkeY\0"e/(.0:?EGIcROMPRVVYYaaecVeVVaVY\V\S\+\eY\_aeeeROPPVVVmPPVgYVV_NMsKeIMIIRMIOPeORMPVR_VSs\\_cccqaegggkmmkoopkokkkiimi)mpoopormmorkimgikkmkkceegiiggp ggaae* eeeacpee\aoaaaesc~esa\SpRcSS\VY__seoocYV\\amgm_acmc\p\sSSoq =qPmSVsRiS\RSYVSSVSYiOPkOiPPaavaVYkcqimkpgogekikioks mmpmecg ceacckK \gpY\aaccxgkomomposrgigkkrceggkokirpmo_\$_cc^qa_cPPRV; _S\Ys cSV\YSYaCkks!cc RIOOHoOkVOYFIkmooooDoA rprqlSRSV\pHVcYksssroEGMORRVgWO\㟠Ukmmm4PMOmiCQRKKPU_r)srmGG5_jeOYa sSqsqrqrqqPOOP\KLaegeo[\eg kokoopopqoqqqqrrsrrrrjRRRak2srqe1DerqrrpqqppSoiPPeSERYqcmuKsÑego{ qqqqqqqqqqqqq{qqqqqqqqqqqqqqqqq,lkikhqq<asgm^Zapeiy_HiВ8cHgoosseprqrrrrrrrrrrrrrrrrrrqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqri(kmmmkimiegkceo;mmmcccI _g\__skY\YOPPRsVgOOSE V((/罿ҨA3i\OCC??=:885ok)()+...0ok+3mkiV+CoO8=AaVKORaYicpmq!k2/_\\\VVVqoi+%(ca)\_Y"%()ImiiggEgimo곹̜E¹pSROI=qspk+%%%aaYYVRVVSR%+e\3:AIq\LeaY_aeqM䠠ܝտ.qppokigcaa\MGGECAs3///me###N )+.MmG+/5:(zooKEIMRY_gor䮬ܰO‹aRRPMKY30000/.++++..Mmkgc_%"%gia.08=CpaIMPSY_cgioqs+ ƈ a YSRRROM\oie#";aie%%+ ec038pss/VSa̝=Scq¹eec__\VKKA==rq\)+\kg)%)ikgee0+/i1V=CGK7acgpq/r  ii=/0333gpYSYVSSSSSV\\A(V\eoʍāiO)5kkR_kmZgIGEEqsokeOI #%)./3pRS\cioqygh;rpa\""__DMK CCCACCCC?/$0G5=Ckkgpܟm!>4f%Y8'1" *2v!x19"p-]7)' ;xu'<'y7e*3 Dz l $K/|5l$2 L x^%+O8(s; NiJ*7^1 o 4&PY-(17e&}h,  5RG%*:--fv U@N3'64@$fgB -HN$%)< ,Qib55OJ&83)VhY+7NB&)@/)"Y hQ# ;L2$:3.5[eG'BJ("(<.&@ ]d@)DB 61/B^V1 /I>!;/*OeX,4L; /73!$ OdQ%9I0 ;44/QaH +?G'<4)9UY= /F>366 >VQ1 /E2 931@UI)2@%)94%(@SA#%59083" 2HI4';0 6936KB* (6%97-%:D7  -.(82'(>;)  ,+7.! 0,931* #<2+ )94%0/3 083" "4;4  693# .>4% %97-$  ,C3#(82' & %A/&+7.! !  $?1&  /4,! %=.'# 2-'  &?+)#1'!,$ #)!                                                               $  (#!  " 40    " , A8)9>, * #<2 +  0 /3     "4; 4  #  .>4% $ ,C3# +! & %A/& 3'$!  $?1& >:5!%=.'  9=7 &!?,+#)5KI !(,B$4 -Na1% TN Sz H i n Qk k A G~1  d e#FyY  \ z ;G^|  q(S n }$/x    o0  z s u DgV   }.me1 1Ue " ~5H   g  s   8 <ye  p  7;v~`r~/;sWxz$ >o} L "}t Bly@ /  k G in 4 =  WKla*Z> !SoI^w/   Pe? pf " % VT 6  y|] (U N9  )|I7QC( /w@   <N+G! J~v1D K>3'$ G{s% EJ>>:5S}u" IJ :9 =74{1!,#JMJ5KI /=(B4 GPL-Na1ڭu`%TNй 0ZS#SzHĺ `qinϷ ZS*QkϬ0x.kAօLYBG~1«c~ _deވ.#cMFyYႸ5 r\(zה!;NGX^=|q܆(LSnY}$/)x^oG=p#8IVepr½iPPOIq0++Y./3588:??AEGKOPRVkor¿ ʊ om A?????===::: ?AACEEGKMOySYciqsʀpaM3\gqR\gp]aE:rqpmiggccccacc() Isess9Nr(C&ssssssrrrrrrrrrrr\VY\_aacPRSVYKMcceggikkmmmoooqagiikkkmVPR_kEikkspkm VV\\YVhPOMMPRkPMIMOR_P"%.3:AGer SRPOOOMKKIGX"\V)++/33 CGIIMS·  imppqqYIIIIV IIIGGGGEEEEAAAAEGEGIKKKgs¼5¼p AASoie_\YV0( 035oR~yQqz=EKPsagkpr:P8A@KKMPP Msrpmgca\M"#)iiiiggi qi_iqƪEikmmk)ea\VtuKIKMMKR")/<EKORV\cspcgm9o~a__n eggegececaaaYVVSRR1zGGGkKKRS"_PYcgˆ½VEmPHI,SigaoSSRP./05CgNppqssLtGm BsqROOOMMMImiL..:=J\qpPS\'qsȰkK(om̀sqokg?=====:::=???ACIQ eeeeCCIKODa\oprs² ^ev\YeeD2KKKKg boR80IVcgkrm rqiSRO CCEORRRRRSSu\;kq7$osrc__P;Yacc egq;;kVC08?IS_ipmk?VSOPSccig_MssssrrrpZ oooooppppppriikksrqqQkmmmmooppkkkkkkkkiggggggiqqrr Vrppeccccgqp5oooeqoecceeFqqrr\(eoqrr瀭poompplrmm dsrqqqiiiioor/¶7oaaaa8i\Y3rpoooo2pppppppsmƩs3rrr qqqqqqqqqppppppppppppppppppqpqppqqkk qqqqqqqqqqqq1iiÕee1Z-S>kkkƿ-iirpqrxpp+]ksmTkϡkkkmok?fqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq× 'higiǢҢiiiiiiKŽ tʢ<m#7kkeskokSۢkkrrrrr!rrW|qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq%kgggi03q"gkmqiirsXpl~s[kkBr2ikkmq opkmrkprrrrW;qqqqqqqqqqqqqqqqqqqqqqqqqp}xxxxxxxxxxxxxwwwwwwwwwwwwwvvvutsr*vyqaXRRVamuzxwvuoommmomoprstuvvwxyyzyzzyyxw஀ gdcbaaace vzwtqb\bkooquwr&b_xXduuq-PC5NaegqpbNNΟFeƭtub;^"Y0-8NXbsqb[SOVΊEKvwvJ/:zp[V^grvv^pzd83CawzsdREMkwtsssuwJ5NbgiqzqcdibRKͪGaƭuug"N.-B[`bpzzk_ae^KNћGpɯsvR!NcM(.8P`ddgrzxoegmogYPUtgGVȼvopx9)R%-4N^bbeoyypJi[PUpoGPvpebaeouzqV="#+5_gXNKNPX_dmrvxzy2ztxs[F835=GSbpvyzywvtqpmgdb`^^``ckqvyvsqomkiggggigimoqrtuwyzwrpoieca_\[YXXXXXY[\^_abcpkHyts&srssqiym\RIB=:>BGMOS[aeptwz(g<3ogggkmmOsuvuvusrpmecegioos1ĽsN2-07>CGMPYv¿y ppppqrqrr[o YXVUUVV[_bgYyZwvwyypYB)%.4:?EJdysU?./4:AFKOSX\_K<xv rstuuwxxxyyicacdTz7$ > o*}L"} t*_= Bly@(//kEN7  Gin4 3'#=  W۪ҳ"LDK=la* (Z&>!So:IA1^w/!# Pe?8:+ pf",' % VT6 ѭޖ 0 =y;|] (UN9)|I"/(-7QC( !!/w@ &(<"NG  J~v1 DK>  G {s% EJ >  S}u "   IJ:  4{1 JMJ  /  =  GPL   u`  0ZS#  ` q   ZS* 0x.   LYB c~_.c M  5r(  !NX=L Y  ) ^G! (\z= ,_3   It+ 'S (   5w& !C%   % $ S @% # : $ /l7    : "  DcC B  *\ W <  ?    >T7 * *_=   (/ EN7    3'#  "L D =    (&  :A1  ! #   8:+ ,'    0=;        " / ( -   !! &("                                                                                                                                                                                                                !  "-  . yrv{yxv|kqr gxy|s||g}v}wx}vXvup}u}KlsiqtWorxpl{k/zflfcLcvwbdX)^XYU\BkqyWg|D;^Y\zDi!u_\OrDzccpkjTr~nesŊtmSshbxvgP{[c{Ǎd}@AaN}.P_K7|jb^vrml{jr}|p|Yzjsw`lnuvc}vgxvy}{w|zm{vsz xnyu{vzsqyrx~ywvZ{x vqxswy{^usytiw{{ux}ztz|k}wv}w{kzz}u}y|y[vu{z}[}sr~uwU{tvm}{tFnlkprPltsig|e)iiikZrw~e`S`U\fSirTfM{V\SqVryvYqłN|;gNj?>_N4HYǎdwB^T˂YAwjFȇW<{bMńzfJ6~~`O~@mj_YZyFJk{xWm~~d{Iyds~{qy{jd~zo~owh|w|{w ~l{x}z}xdy$}z}v{l|zp{~x}~~wd|v{v|}b{Du~x|~xy}{||zzku zz~{}{|}] zj}yy~~~X|yi|zx{|}|{}#|{jxu}~w{z{wstzxytz}z|}~pxzzZ^wxy~~Ovr{yy{xZo{wkouqqabmxip7dVaveu+aF]tez*`?_laaN|9ioL,`]3muayQ;n]~^^t~~B^ׄ}GP@`y@pdMs{jZjkQxnk`jjMqygjasKx{qcrHepOxjgtX~]vrvy|Wh~r~tszx{}uz{|oyy~|xyxxe{}~q ]{{t~}v~|}bsk||}|}y}}r} {}|z}x~~>{i~yx~xz{7}}{~}{p}x{~{|{z||}}; o~|y~+||~~}~ye}}-y|}z~{~ Y~{r,|}_~yu~{{{}ur} uy`zwv}yx}Rxo}vu~nb}tjyutVxlovutSokkr~spaXpdvwoEud|wo~;fupx}XwmpvxwU}zj~{zp~{ot'ryyw pvxy~z}o~PzXg |e||uv%)~z}m{uu|yu}~xx[yl~}n~|w~vfsrvzzww{||^ylz{uxOz`q{|vy{~yv}πvam|twEvyWJz|e|sx~vt}vx}|{̡g|tx}yy{vn xs}zv~ v~{{Dpcceec__aacege"qgccca\_ukc_Y\mmgaRYkumeE_taUX5*iV[vg[[kk^ScmaUYwucVRwvc[Rtw_^UvoYUoigSYvwcS[sYOioURqv^SatOOqVIoMISPXwcOqeUPXPsiG_uBerpPIv__4t^o/u[v9ueCqewGcmqYarp[Xrk^VvaaC[rI^ePiaRc_OerBKUtSwMOUkaip^g[K9=30:4G?KqPmX_kOu5:#+.4B[apqRcg3O>K5\ePmv?^u5YcE^Vtmr>Xt>UcesrGYt8[eYgPop3_SXr5[GXg5pgeXXSVePeaE_cR[?ak5eKVk0kpsCcUX\[\cGcv?atOG8vS!qrvMUBrV=tO>c>8VeOaVYR.vCCwA8oY3or?mXawSSi0YC/^Y=smGrsKkuvMi[?gA3m50./5E"SoAvqRkO53#%[[\k::53wOwkPw'/GOM?"0MmRw3:9wm_r89KiVv>8CUIK\_eIOP\RvCY_cOIvAuecsBGwXguSwG^gkIVs\PRVovOKYmrM_miVeqOkt_uOqgimXuepc[wVwUgm[iPs[gcPvYrX\[vXmr^vRvekroRwUXcXtCp_s>\iiCPrcMRw\\PPiwRtOkrUsMoq[uMsogMvckuK[okGYocYSs[_Yt\cwX^_wcs[a\q\^rcp^Ueme[Ut\Xociwi^p[vVotSmavg\pwcpeoeeq_gXse[^mm^\cc[mp^as\[_sk^YpSk^rSkqe\kg[_tsSccwPqq^\e\\[wvOg_RpueUcwaV[qpPUctsPkmu_YgXXpXYpp_[ppkcVqk\aroXrviYpocc_\e^qu[ot[pggi\tXokauaq_ucO\^tR[E[goRc?p[\YtvBc^e_YYC_^gIsu>VcmaVwPpqakEog\msIaeqkao_^vgpgp[[epmUP^sXr^s^UXkk_UtPiaVtgm^r[rs[uia\eXqecamYpcaseeXrXmi[uZ8oXpi\q^kS\oqYrcoUiegaqtpm[keoagogpSc_iggsimpu\mgacicelpkskgqgk_ropraaYigiiauVY^cVgKYSuiVptqkc[er\^kkgeUYtiaaptre[vmU^rvoe[io\ckc\ik[ggkieqmaXiuaiqspkIg^[\ws\[PemapUiPcvq__kXt9ggpmPmqaaqppaYMui[iprspSm_[mqqpXOwPmipq_M^k_cqt_\Oe[^mUuy-srekX[kmsckSXk^aasqpV^pYmcpcqVok_o[qopRk q_raqVq\\q(aVpa[pes^pY_g_ccqceY\cepa^Xvu^^amk^c[ku_iiekaaUec\S(\us\__k_Ytu[mccYci'tpc_^qsa_ceeca\eup__aecc^\ptceikkaa^cpiikpugccto^cca__iiick^_mpoa_kkpc^^m aoopa_gooMcea^gopeaacae__eooYa_ic__,kaikimay gaka^imkpaaaa`_ei_ciV^aiakMm_k_gXc!_mc[YUXVRSUUVYomgoc[VUooomorruuumopooopsuupuqmio qqtpurkgrrquppiputtus,oiqpkkrqpotwpkmiuoiosqvppqkgmrmqoouqvmpmmopgsqqqpgoroiooupvpwtokkml qqurqprki sovvoqmukkoo pqumouvcRtkqrmrqugovqipuppqusgttgotmvtitvprgwsirqiouqmtomrrvgquoqkvouoguwevovmkkep}zyzxuu}uywr]5szvotoqvzprzzmrwwpuvxouxtzovuxiwqottys{qutxzvd@{wovswqx{ottzsquz{oruutytptsyxprt{szyrizkysxzqwyozrwuqpzLqv=(xvzqmpyztspykszosswixqztyyuqtsuoyrxop!mkxzk< zrsqrtrvvwxp"6s{vyrsrsrvtkruru{tguyqsypkukswcmt`uumpxrsvt oxkr{s kr{zmptqwuIyaxu pttwdx{xm{vkuwsmqsmuxwswxErrbxxpv qutrotmqveymstroxsvokN wrrurpktyuivystqxfxsz`yctzuststttvmw{{gyts {irpuyxeruKwkprvqpMxmmqzbttrsmtyrqspqvgzzyszmwyuprrrqev{w_xsvvprqris{mxpdgtttfxBxrq{^zxiiteugz_zzdterwvqvaizweykwpxzoausuqdzreuzoqrsfwyv`zrymsivpzxqpmy{aftxgddyiswuw^qtuvgdtuzwmwqaxytydqwu m\zvf{zkq{Bqogsypugtqdwtpgyruwtzqtucyfekxizsgqymqye{wb{wzgyskEsewwqwprrvywk{mpqti imyoxuotvkwzdysspistkzbzux^putviSek&B&u*)_G ' *M)6G7 ooAn#jE=9$E6U4N  5?         !  "-  . &B&u*)_G ' *M)6G7 ooAn#jE=9$E6U4N  5?%2E"   08}@] eo 2M_ kZ :xo7 _  s_Xqk?U! ' 1 "*RU)I-  Ӿ .":i  &B(k_&u*)_G; T'WÌٰޝ -{nJ*_M~)6WwI'Ķդ㥺̾'W 6G7ը #ڐ̒6Giono=jA!n#EjE =9$E  "6gUpG4YNX #7J; N5=!+?*L ߵ!U  2I{d BlzK Qo Si0% =-54_z3 /> ZkMD   { 3w W!+ $w:;htdd "d842-{ } ( . &B&u5*)_G   'ޫ̪rgx1 '*=M )ՍڵJa)z6{G7= C~Ёg{gooAn#jE=9 $E6U4N T2 5?ģ검%Cq5%2m:E/", 9KFn+[oM aG0+8͙O}@K]we'oy{$_|J2M_у,kZ:xco À71%boKh._>3'"ƍ܈̀E ȼsE_Xq9kWz>?0U[{8Ky('( M1*RU)Iˮ߀پzE9"{:$i W(kx_v0-o2 ̅Wʠ3S;TWI=:ݝ-{nJ _~W6WwcIn'r<Ⲿ'W3: /Wfa<Qp-4#f?KMTM6Gignh= j !EX ˴ "gpG]YX#7J;؇݀N=!+*L ư!UV!@23l2gE/^!c%C2I{wd} , Blz@kKQòSi0% =-54_z3/>ZkMD>){ۄˀؠ倛IYSHozo:awoT0{) >3wu1 aQ"W+$w:;htdd d842{}%0R(Bݝɟ 幮ĀЀ&5!6;ýcw > J`_~/bBgr>g:x1y$ K?')= ۍ Ja)z!{=ۀC~5g{g۰ŝŷ=r ȨT2=%\V<Ho%UCdZqsJW5NRmg:/,_9 KRFuQn+[VoMaGG+Ӄ݀OKw'y{$_&|%J 61}U,b\,n_c/F9 3跂1%Qbo0KjhbP.;&>`3'"ƪ̽E  Eɀٔ9ܸWz>0[{o8Ky(w(@M(=$OyW௸ٮ*$z5E9{($Wxv 0-NoE2A/ WL3QSQ?蛜=:G4ޘM17 NWN2XcKnr<3.!Ѐg 3:/Wfa<Qp-x4Gf?KMTMgh Xq){_WcaAY峛ϡUCIm:YMSBH .oz=so:a woT-0) >)uc1aQ>"Oa꧀ †Ճϒ Sָ%Q0@RB띉8ec Ӹ-乏&a!6,;9`y-cw>.JW`~o_^~U/bgB#g>i:y$AK?+;)$Tg γ!ګщрʋۀր5#ضʹрg=r1 K|_zV7*P_\]t`K={%Z\7V@ ڔܼܵoO;5;w@,/(6=X7W$DOM4ykW?ସ΢L* $53{($Fv+" N_EIAM/ QL9QVQ6?KۜaG 4ޝM17UNN2 XK3Ӏ.!Ѐg +;xG컀gi:JnxSkB;q\<]C'6Q6 o[7INH,# = Jf`6am( X9mgs^ !E$F1)ǻ< #fM /݀qmoxmytqvR_xsuy_{yut?rzio{gewrypp{otv{xa{gmxv gpzzptiw{aoyypzzaycbtuqzrowsv^YmpmSqs{ptxxsuVp`ixz_fba{xtoye_tkyo{[cxaXf\uavvcrgy`kvs^XoxEosaqiffazmUctyEIzqwf^bsXqvtbate\{zztoVcqq_w q``ruaty gtoqzvbwxkXfsQb`{[tsV`tpa{fs{rVkoqUrv`stgdgw{aszVzR_vqmbfkxSgpwdfxmcx[im{is{XtufsfkweewqEQaecqvVgtUuarzwKk orgakqz^xyqudpgzfs^cyy&zNufOfsVpw`yb9`yyvG^d2qwagMktrrtYgwkrtKzJadmtr`yq\Xqg;JVYz{_iY^zUQRIpwzftcUQmp\{{xogbyzKuUcwtcmwiatyt>t[axJfsxItKcS>k_ydukrutw^y_ucUvgVk{\cqRdzebuay3^yu^bwuyVxBptf_sv[qX\JGvt{mdrNBizKrSvtFy_[Sz{xu[{zbmfukMvtuR_Pw{dquiyammzxvYwP_\zdxyqvBQXuaurqmrCzdXcuduxpvKrrp>mem9uiutooxYca\3kwQvofoQsd\esy[i{kubxwq`vgdOwqrkwUvypizkcvorir_Iczw[wwpg^iuzttcpdwyycukqxd{v_[_xvJtKugr>Nxzcsb3s{pikKpe{y?caivXfzy:kd/zISY5ysmkXrSsGzV\mkRkPfwrkepiPy{y7imoYJ\^Y{=fto[cGqzUK_SqpomcatzfekimyVuzyuixq^oNk=zMStykVwrirUrzptszorteovYs`YmV{Rkp{ydv{Abcki{v`_uPuP\odf?v>VisqSy[frm{k`usxPpdQauky0xpomzzPtI\tOigqGgos_{mmstskgxw`aXtxVt`mkyfuuapuN_`eyk{wumseyybyvvok[mqgQgMyfymq{r{wrYtwo{_u^mgIYmfzropge{u={;{i\pddmbqS\p^[Qk{xeuavPovyfozscpUzRviqoemdNzw{vmRfxpP{twd`foBfg[cbr{{orkyygRxiovxxfgttVi_xmbxrYwNtgyezXeBseS5azNb9bbO)YxJ^)p`G-[Pc.eG4_Vd!.O( ڈיFqr3 y<1 w-JFK뫾S 5^'@Evbq#_)WcaAYUCҀm: MEBR- .1*=s KS-" =)c bh>O>&U3aOI ՚Cc 8S֋>/Q@;28Ge9c) -70#a,9ϳIF` y- [f.W~o^Ug#6iA +;$T7g¨?Cg胺ϔëʼn?_Wpa\v]uk#3Y#5zA?rVBg1 K?|_H>zV7G*P_\]t`K{Z7@-& " $AA &8+_݀;6jQ[O' G >4]`^l<s1wD-Ak}?,:.# WKoH'*&g&ݚo|[O; 5Pub݄5OOԗ>&#[X,C=ܐҕƕ.O;Ͼ5 ;= ,:/ 6X7WGDMG4k?g'L P3 {$$Fv+$%"_KIM Q98V(64͗ Kۀa cU.9Uٝ˦ K  GM+D+%8;W7wo\~sigJPi:Jn$xS k'B;3qW(\]'6Q6 o[$<# `6بg*˔󀸀Հ&ސ ৿"E$+_1k5b&.UR3O=O5IH%Cc B$8>(>/N}m;rz2YGI9))  7^0c#H+IF  [f޷ʝ6᯵ܠЖ5 Ͱ0&7{iۨ?+C7zg]~JjD?_W,psa)\v]]ekuUk7q3Y>#-S5zA?rVB? ׾H>ـG󨿦-&-ooHDRAWJ}&Z8Gn+y(_,-g4?;6jQ[OgG=_ Uw>-4䀗܆^l<1ګɀ?,G.# ME#&ﶚ##ƣԻ 8P,55Pbwubw4[ Qg5\[Ay*&"#)[X@,WC=g䕧ۀ.پ = : GGg'ީP T sZ(/=$$%Kd_5JK^cJ8(/4Sͫ ,[K}KG>!c U.Z9n(O6?.K00  GM+D%8 8OWPW7wo\~siJPSyg$n.!M '3W(튤ЀE+л$</vkĵ:g1*ʸ& Kl"OQ+_k5buNi{}JF':!'B8yY $+кNoY}g: >o TK&dĢФ ̀؀* ]o) 2O~Y 7RKʹ9XWh"57)w}/C$;U"XK"Gw{mEפE"D+/~mL.RO=5H%ɼȣ B$zW>(ՁN}mrzYI) Vا^c H3+H#eUokotAG5ϰ 0&{i+7z/]~!JjD,s)]ekU;7qa>-S*֤ߨ?[&w0-{dx W3.Ǩ !5 9Zn8(>O 6?.00է=(!)K -8OWP&333 !Sygn%. !MS};퀤нE+љ6tw/Bv kd_:1kAրݖKl2O%Q%<+{9Z}F:BjyRY>$S$Ss8!6: >oTKdı *gS /a^=78 kO Rq1cAXh59:7NwC}/OY;MUrX{^m1wmEטEɆٔD+/~mL䚦#;vwF[i&z!WSmgCo;ƀŚ +V`_ 3oH#DefwUuo(kotNAoG-֢π ֹ̀߀ď/7K!̀E(‘a;vUaB𴓛*3ߨ?[ &w;0w-{dwx}|W3F.-ǽɖ˗'fU^F^) I#c0zOk"rE1x_ڟԏǀܝ 7I:ko(¸) 59=%8g>[ k_沶=(!)OK?-%se&333̀ D!5B% ݾS};؀̵k6tkwXBe sd,_ck-Ac=67k8AYel02 %%><+{9Zݿ jR>S$Ss8)!6Τ+-*ڀײ+yg-fOdwq~mgS/Ra"^I=S78k[a/]q<1-cSAŋȆ9:NCOYMr{^m1π 8FySpw,DK  6o>Y#;vcwyFZ[i&!Smg^TC<5oL; ׀#+臀`_oD_92YsU` X80bmV[4y_89ue^AVv_2J^`xcB-OuXP"`82re_(_sN5Ge^#cF/kma \pG0=cK+yb?/pgcdrK5Kvk3Jx^:3qdUgdE-\kkarM8Evy"\^F4wt:=yzgA2ddU"cr?7YkoauN?RqzauRCEvsyaoUG9ptx`oVK8qvcq^PBsxgp_P:pux`mUM:ottbpPPBrum/mxNUIxvNGvrJNEt)\zw\PEIv^q[\E[s2itXaFmxSOtkR[>tu'cyyO[KEk._qU`IVxJ`zi\dEtv-uPdSJPFrxoP`C^v!vSe`JXJxVePd wSa[MFMzrNXIbt tU^^V2as\`RsJv#vzUY[Vy(acUXKpg0rxV\[b#s^cbVVMzSXRdo#RwMKzyUXXr'uY\^Ye7qSRSaxGIumKPPrqGKroVJVqy+\scAEsurimqE'Uw\CIPo>.YyVMUybSYgza[qvbXpxkpqebvysbmompsmCiukc_dwkkoqyysmoo`maekuqadmzypgekoxukswqkdimmmmikmorsrokopqvsmiyommoprrpoooqr " 0 0: %b G8upVlv g& HIs$ 0@P`paRC4%w,6N~h DC DU EHt}n jJS|RPO~N].\zM[{\ ywZpPYu`2tsr podGb nd$mRz @giFk4DjJViL4(rZ_nKhKp b &t >  T  vF 2<N $ d2; \c\qassorted easy avian aliens\e00> Z raindrops keep falling on my bt^  manic minter @P  !"#(whacky ers!B&  )-./0tt of the mutant camel@@``Tf 123\qthiiosk a nuclear free zone PP` 0456 haven"t we et somewherefore?|(j;aggressive austr pinistspH 0vd( <=>?@rock"n"roll-upbIRt ABCD elecom"s euppanc]Q|EFGH a go at NseO€(( IJKMNOinky, b_andudlKtMLnᬁPQRSTUVXfish photons??hUl YZ[\] through puVcue. . .L||^_zapstarqz `abcdefg \qblesccgigicax"6(2jhijsilly icon^hnZklpjugg" chop&vz mnoqradioact;remaina YitmebabeȜ@|_v>tᴁrrst\q eful withϠ axe, euge(ptp uvwxybut pon pace invad!rqrФz{|}~no cruissod new``o`n(1^Ydon"t call us, we"hGr@@Pblb wka brahmywaya\qmore tea, vXre,rczeggberJouncingmbf>伅 ii: totyirdyt bew of| kitchen devilkȤv fast fbadrTmel6oJil(PQ3450everalnisPYshipppdU|t8idneyƅportolavFn  Y: centricityy0ettZduckjG mwack5orldcwindsurftoday ifn  rubbkkeyf doomhbi<diratain onslaughtzi, IJK6F izn, zone gunnervq*4qRK@~ attإBawfuoft _F zd hi-fi hassleNFbQIƦ vi: geomea*gX EFGHY;be?bonanzH@@Of8./rng%mutantdidTB00050000inspl4shn 0000goatie3virtu]0000li 2primals0000ggy1furr 0000horn0ies`cupea`0`william`000` \g\c1blazS &aby!\r\r\c6your mission is complete! pve sdPkindtxagawnow - getsrd (like i said to flossor day). good luck!": \c\qwhaThidd=, o greA?use joymand fire~selecpt (<\c %% \c ms. . .Z\c &&i wRto play -!x\c** resume attramode/N0ca dor ewe;,qk]=set strobo fx intensity8 toggle 50/60 tzAview hoscoabl@0:D@h manic d"kࢸ|es4;,>eahBBpa~ ally wimpGGratezappItotpsychoZe yaktV@ll­beginy(but aenough?)|from a tart poy߁n:noi"m sc d\e??00 @ fwu(젧#f3>>#NB_o=۸- Zۀ̀#.<_oUel:7 KEU(oC#3(JwM4a;[$6vUB3Ŭ ;ww} |:cF|-d%2۵7p]Q}[ވM&RbhCH@,69PUc7sY8  ̩/W 7X$wr2kb ";A:>JbbO=@Q=ڱgUP f؀>eF?& +Ɉŀ ܀ ʺ4[*htD;4O ryf@5cc>>hrBQ~[F8fU)IzO1I!x_ڛФˀҝĀ̀ۀŴԥ &=D&#%Ogb[qkvB)'_?'&)!(O'BQ?*%5sae ԸD5˝B̾ܨŀ݀闾 k kXes,c k-A>cY=B6(7+8)Y2e<Al0 0 > 3$   )֩+-*րʲ+yg-fOdwq~mR "IS[a/] <+-,S   " 8Fy'S(pw",5DK  6o>YcyZ^T<5L&  '-#&$$  #f3#>>#B_= Z#.<_oUel: UoC#3(JwM4;[$6 ڌ   :c|d%27p]Q}[&H@,9U7  / 7X$2";A:>JbbO@      >eF? &' $   4[*;Orf5cc>hrBQ~[F81I!   & D&#ObqvB) '?'&)!('BQ*5a           >YB(+) 29?D;8Cbch^jZB,a=Q (?4AM0& .2_tlU0gV-ZB&X` -BSeod*)) %' WmH ;@S""D"O"|!pN *?<Ӣ׀ހ%( Id3O8ِրЀ݀'T>;l"\5 <1 +BVSE*/g b,5Hb}XۺZTgR$  '!#D;Ml.@5,@7<470/-1+5B CcB- ՐҀ׀߫֎ͅĽ-O8ʤΛַFD=[- ##!'30B&!$#(&-2?HPICCF}F,KGF8q'H! KPVStT%ؾE}@[pDĬnjʒ׳/D9; aD",3<72315A7,T0 )Nk`8# " ?M&(@wwwwwwwwwwwwwwww !$'*-0369;>ADFIKNPSUWY\^`bdfgikmnpqrtuvwxyz{{|}}~~~~~~~~~~~}}|{{zyxwvusrqonlkigeca_][YWURPMKHFC@>;8530-*'$! #E c |}\* "<#$&'_()*, -@.Y/k0u1x2s3f4R556678p9)9:;;>p>? ?M????????????M? >>p>===<qwerty uiop[]RCashjkl;Q`S#zxcvbnm,./T~A L~~H^~-{~}+~!~><~\U?()/*0.E~~^is-* /D=P0.-89,*( +3$J#'>.k.`3D*$5]G:R. ڀÀ̀ӍߎٯY HJu~e: 55$M0ȷ% .N. O}  zZD+&;.:Y_l[\?Q4J>9?D;8Cbch^3j&ZRBe,rv^a0+=Q=<+83& к7>={x`.(,?4AM0ǣ&'"&ABԐۀĀ  Mg.k2yp=B"ݬ_tl%A%U0gV-ߓ38?ag6;Z-B&X` /6MV-B S eodF*`)S}MCL헬)%'WmH);_Dðߡ;@S'DTOP|npmNQU4ܘ׀*)C?b@;4l\ ̴͖ܛ*Eos/bhg<"b,˛ȀԈ .7E57H(b%}Xɯ EbNZ*TgR$Ѩ!(#D; Ml@, >:$"5B CcB-  -O8;;'(0 FD=[-!'#"##3B%='33)C},GqH!  KPVStT% E}@[pD$'/D9 ;aD#7T Nk`8  +   +3 &?C6+J>k`D #5]G:R.  YHJu~e:55$M0  N.O} zZD + ?4 !#)! 3&Rerv^0+=<+83& 7>={ x`.,' "&ABMgk"yp=B"% A%38?#ag6*;$-" /6MV   F` S}&M+C$L1 ܣ״); _ D٠'T Pnm&QU4 ٠ثη)CbD  =Mld!_%q X##2EB@ 4  "$*Eo)s(b h<" . 7 E 7(%(> 7'E2bN*пϱԳ,! (  >:$"+   "";;'(0 % !! '#" %='33) "+    '=96<0  #$.'!"  # +   &? C6+! #   0.N-:<=5K  %     !#)! "     &"  (+#'$  #*$"       $" &+$1     &  ! !% ##     "$)(     (>7' 2  ,  +  "  "" % !   # "+     '=96 <0  #.!"          !    !  0.N-:<=5K   %        "         &  (+#'$     $ "          !               )+,%$) ")  "       #      ".    !!4.312+)&          "     !  &-&   %$              $         !"*%(&!        #!+  /(     +, '&-(/*#BC(       %#UVERR7Ծӥ ) +,+%3$4)* -")!4001    >04.:    ! +SP(3>1+=    ". )@F]wsyruh ^ L P>@!  !!4.312+)& 5 $  %( 6V4-2 '5  "  D46$ RYZID_F4&-&   %$W 0 oj@GZ 7P +% /8ϰθߔۆ=)9LD:Cj g^`D fH0# *$  '  C[8H8'Vndqe!@"@*&%(&!  3=UV4   %cj^pth% #!+މ/(  /BWIBMihL9"/8ShW(+,) ?'T&IHQ-V(T67_`H BMKE5/*#AB=C(р˪  7I WK(%#UDVaERR"R7ٸ E;+34*!-K{f!040011! !*,ԮЊٖԿ9W P *>04.-:8(    ?aW) 58! &+ASDP (3>1+= 6RHĩո ;8)@F]wsyGrSu`h2^LP>@!$'՗ԑ1_uf 05: 5$'&,!GR.%( (6V 4-2# '5̱Cba6Ǯ5D*0=5D*46$ -I R*RYZID_F+4! ?bpH)$1/06ڼW0$SwtPoj@GZ)76P(+% /8;WR4ʶɔ /A_L0Ц=)9L%DG:`CEjg^`Df#H?]`0F#*ѿ=_R0Ȱ5K\'W& OV>C[8H85K[S6'Vndqe@@3&VF*3S`X2д?PCμɨϯ3&=JUTVH4%cj^Op@t,h% -@BŻ߉)WI(ٯ߿/JF/BWIBMi>h(L9"/8ShW()F6 ꧺʡ)6)?TIH1QRVeTV6,7_=`UH4 ހыڳ7<ߞBFMFK"E5A=4A0̀ -@ " -7DIIW.K(DBalRP"ӄ 9JB(ڐ8E%;!K{f0?F>1!!*P,6ݮΊ֖!+ERI 9WP*5J(-8(  ! -B.ߠ M0 ?aW)/ F5L8; &AD A+ 69RCH`VP-հ ;8'@8Ҭ& GS`2͸$'%B:$1-_=uBf0/:/5GG:'&,?WP"!GR.>YH(( # *>: ̤̋CbaG6>׾5D*0*=E5H*#= U-lIPR(*мß6+N!\4ߩ'GG2?bpH4 )$1/06%1K0$Swt)P?Y8Ǥ-)M6E(6 ƍ;7W@R(4ʧ' ?/?AK_QL0Ф40% G`E #6#8?]`F' =_RS0995K.\UWu&d2쒰?OHV&>īϟ5-KR[ES6ڲ̔/C3;V(F*̡õ?3S`X2+HK<#?0PC?;&JTHO@,%A-@'BAO0 )WI(2L?/CJcFH1Ռ>3(6J6)2F66 ߺ) 6&=%њ /12R)eV, =#U34@ޮїڷ397<מ 4FWF>"Ų=U> 4A0  --I@2"تմ EH$-DI." B3lPӗ, 9JB(# ";U8<% ʰ9?F>ತӥ(HP6ݥα*%!8+ERI ө/56J(ѻ MP !-B. Ԡђ:UMF0ɽ4  /FL;һ֫2@A +ب 78"9C`VP-ư+>'0@8ܽ/H &  &90얾ţ.8 %B:$ ߻--C=LBμ >`/(/GG:?&;?XW*P"౺իK,>YH(3,Ĵ "*)>: ңۋD(G>#澷Ŵ 1**EH3L#=Ul P/(4а86N\4N[B'GG.2#%L3 4 '@%1K0 /I:) ?Y8%W<#- ME56 9Z47@($U@'?? KQ*G240 %. #%L68H ' Q4S9 999F.1Uud2.@? H7&Dߡ?<-REOL$/)CD;(,O@?!+H;KR<#0+A?;-= 7 7U"%A ڗ'A9O 0 <2L? C0C'c&H1>I)36J*67:LVw@0@< TxD8`6x``D #1\`````0c(_xx_ൠ>d~ÆC` C8!pp ? d`^ pg`z^ p< 9 9qAq@q 9D 98 8 q@ 8Ƒ $!  ! ! "01d d`d`d; d`ᠼ``d```?` 0 ccTTE`UUE`DU`UTQQ`U````QE` T"QE`UTQ`?8` r@rbU` ( ?"U@`U]`*u`UWW u`Uu`(u`] 0*(*U(`066DT@?QU0UAUTAQ  @p@UE0`AD1 @ x5< <`(@ǿT UX*4UV\!@*`U?Ux a?B PP*UB P珠@pLxxxdǿ?UP @@Ud xA @==d UU@==d@~???>>~> Pj>U? UUU0 FiaUT b?*ʪp꪿ 뿾 *`0_uȚː 9<26&O@ &=C% ͚) =/2)2 P"#3*@C"GV839 CY2 4"WN>(Dz7=U> 2 -,I 2ݪ7@ EH$)8" 653߮)8,!B# C"B;!U< 7;*9?DͲ'=E(H1D0 *%8CR158 /6>A MP #K. %(:UF4  7  2@ 284 7 89"<1+>0&ཬ/HE < /!&9 01D).#8G <  -7CbLh@ >!`B((?&;X6*ȱK6,9(޾3", "I)18D (-# $ O10*Ȳտ.37L. /4B8讹ʶ+&N![B.#9%(L3 کL#'@@4=) 3/I:! ޮ G+%W <# "5 -9 Z4D$EU @* /*4G2ߞ28%. %L۫!H ?RDQ4" 99K( F13H= .@ 2  7D C4?<9?FOL$)D#@0,O@/D*! ;R"+A-F--=+( 7#_C 7U"FI&  59- _@<%E0 C0'&?5>I)>P*7 ˠ 9"%N(ǭ 78ꞿ!2. *, ȯ E7%@ ߯/") 8)P4$654<)*8!B1)CB!*7 ;**?D/'=E,1D0 <CR18:58 $>A M.#K#.:9 %( #0 7 BB 284? ( 9P  ƵɿH$9d43?G!,'6(շݰ:: ?F/'* +%ѣ 8 %!.G *՛ E%&1/(" /B)P4$ʹׯ4<* 4 =1Q)ǹ* *FKC@/غЪ,ɻ , 6߼ԵФ4,KUGUH,/[$ յɻ9d4 /A?4!'!=H!#ͷ ?F':Q A6'[@#$@5?b* ++2#> %G*'!88  &1(/B-(BCPq`@< (&4 =Q#WstF`K,C @؜/NbN6!=3;WB4?5#Eݙٚ )2?NMk7e0D0 &34" յ$),2+7K4מDz ."# 4+)*#0 #+J.D о'$4(.5H F0'#4=882LF9?7" '*-,   ܓߓ-( <GUbhU8 7C!; ɸ  +"WaQJ\D$ .,'# ܴ( "(&1%U@`L'(! ˽ $2 7XO; -_gP?Rc\@ KUU,/[$#(EVZF5MgL /-A54+!=H!#&. : '[@# +2#>*'!88  &*- -(BCPq`@<(&%8  #Ws t`, 1'+?//N&b,N+6#=1;4B$? 1R ?F@ U3Ƞ  pk%(}hTh@ Ȁr@__`XXC _x` Pcc =??m?? +(ݠh^@P`(I%XF` W(==]  //`4|@|@@]"`Kvٷٷ&H -??Xq(q(ׇmhv`h`LL WW:$ ?O@@` P ""!x سL/ PhCCW x` 8` ZZ^0*0?#3` PȀMX : 0`b`0 @X?0``W8 10X~ >``| ` N00??3 >pp`m`X`' h`t__ee`~7+~7}|=  {{</``_c xpxpxPxhC<`8<<?yy񌱀?lI?3 c>?ssssass?y8營ӝ,`'}}?33V2P0a`>00-0aqqa  8{ @>@ ;;0~ 3p~34`00cW1 cϳ0`u"dAL@ _`>w>wv` ϛ0 3` `))sw`pâ0aL  [\ᤛv+ `}}}}css7`&ߗl8ܨ#1yΆ30sώ0`qs p9$p!6N!P"<1 < $&x8v8~xyxx:, pq~p~ppaY~ __^<db =~888k0ǁxxR@pppU3`; X?M dT%*ߠ_ߠ` eD;` `!kkT??/`88)DCxX@_ ``3`nE E///`?` E@TT🟈]]_b` //-iboḡXZ@\ꗕhߵJ @ @߿~  [[((8op;`  A}@p O R``11 ||YY s`n @|x]"w#WE͠*`0000b `^?`H&(5 8?` I@ <<<0888À@_w8`i~U N@80`TŸccB@?qp`WC@9@@H z%0`Ҧ@`?ߺ## zu` C>>> yrp0À:(ccO_|~ ~_c  u`w7 o`k 4fS8DZ-?|+}`1?t`000uq??` ?y8g29 988h9' q۵zp;` qqܺp`000ݾݿ"Awh `C we`0_`0^"bb~s` ````b`ݸ2` >`` ` 000*000 __^`s@ ` 00`b``a`͂?̡K? `T`U0300*`?  `V?`0``8¶ {`~``000*9' _8k〈0`1rp_  `þ])\T<~~~ x?xxx՟|?x?€'n);*) ?NMkeD0 Ѯի  ,27K4Ǯ $ )$*.( #JD'' '4(.HF0'4 =&86" #  ?7" ' * -,/),50*  ͟" GSC2#Oi]LէӵМ>-A_cgwP?pR@4" #490&%#,;6 +!"-FB+P8 )  &B6@#' ##5,!#69CB3 )+04*0,   !+=( +731&$(25 (+E@&6,$:*BJalRK,P546Ѳۣڪ !*3I#G>$=%* $' C?GM/K#=I?>' '7G@SC2Oi]L A<">Acwp<) 0FE'?gZ"  ':A"Uo{l02"% # QLK, )Lc\(#@  2=5.OJ *$ OR,  GWY0  OoN 2<> -8  /0BU\<94  '7, !FVL- 6(( C:+$30 %7 #07-4(*  01G$';$* %TWM;X:+-G1 ʿSa@ -&A[I-7 1F0޼ 6C($ >@#7E4"#WJ<& +,);06ɯ&+->!"-FB0*+P8"6`8)&B@# 5, =T[0 ̬CT 5+ 413@@  !=B+=( G<31$5( '+E@ %0'OnH **,#56Ѹ߿)E@$ !#>=% 7,$ ?M K',&NZ8'   2N'U7@@3-"٪ѿ%O4 +A<" .Oc7)  &0 FE,/6  /'2:A"ٔޛ7F %QL K ,) %c_T#@ 7Z2T=750  OR,"5N$Ԫ  %2*<-> )ڴ3/BGU!\< Ot`9ֿF VL-'7,ۧ#@(  ?3D0 'ѫ14W(C͸01 G$ϰ#*B5%T,WM-@2Y+fB "S'a:@) -)E-C7F $Ӽ62C%(& ߙ#7E'ؼЫ#WNJ2< +)0'IA&$#& - >#30T*H"""6`'8G M !=T[=0D& -̹C;TG5: 1 3@@0' ܧ=BEI5  G'"?K M$',&!NZ8/B3   2NUW@U83-"!%O4'C   +67( ˸ .Oc7B:  / & *,/60/2 SW*ٔ 7F ;" 3!  TF)+ %c _T ?_0 7ZT7#D6 ښ0 'C-ʦ+"5N$>:")%*- <,)"ʹל  3 DD/G!5-/Ot`9+*+ /'S7J,ʹ#@@7 ?D  '"佫1WC. %SGB #B5 /$,'a-J@ ض 2#YfB/0"':)-)E!୩ͽCF $2%;D&.ҙ̮' "418; ?`x|? ?<<<0<<<^?x?*_I`=`= xP|'|80U3?;@!`<V   좰*_g ~ @`ap > >nT@  @hO1 q px`_W`@P__ X?_3`440``gĐW`y݀"D D 8Ǵ,`p`RpPp@ HH/`! E`ߢ70Z`@AE`q@ýB? 0,h@?@?   ` J`lx]]@nh q@@P o;x77|,,`@P/{`@x""&x Ph`4@>`ZC@"T PPWWwxhhԿ+`L@`hhh~(~@@Ƞz_`@BCp SS`-/~`D` ] @VWT`BB``(`* P00ς  H?`҂@XgUPB?B?࡬t $j_` @A ʹ .8Pop` @ EwDD*0RR8`@@?  20p'U @KQ`@Vk ?h?h?J0_W``@`  < #P#PܯZ_[l`*?``߅@ZW.ȇx7~~h``G`#c U3?7877KbKbWoO?Q @`/```hנz 66V``Bu}7H `/ EFEB( ' *%@h‘`mt`@~ Tx UVu`D¸``N QQ )@]PJ Y*@@`@ ``P Hj[[[U3` K n+@So~` _ __߀ H`π]@`R  wsx@o5` ;9?݂@@' ?8`M^x 11`r`/toB@ -` " @-?@ @'B  "?Xb<...ۋ@ `0 ' @ @?P-ɨDe@ U~w TW9U@X @ @ H@àĀ xT OHHL]]rr_Ā` ӂ@@]+8 bbȕj7s;Ā'$ a~+  ]WWW6y@K` ?߂xD ? UP @0>2ނxgo>J_%r%rڠ@JZ 77vvvW>@=pdD@ >@? A 0(>+4(P/`B5wwE*2wwI_Q~^_:Exz UU[[{@`b?`"`@bbfU3gg s BB(/<)ԀG=?+?T?T@p+@ 22E*"gg VVGxXXA_h9ZrrWWp`X@brru uu;( t7T-oPq N2NbD ܷ'3I-A$!#&  -#&˷3 TH"6"4 ' E7ޭGM̼!'90=D&;-1 Ѧ ;>G,: 4/' 0' 5@'EI+5" *?>+'MK+V N0/R i,:&;2/6)$ >5ѴBL);ޯ#%+1/5@ :E9"(> "#NI*?KM$"ߵ%!1=&/B3 ' P8WU;8B !'>5'C  D67( 5B: />8*  Ҽ3W\0UP SW?*jF 7A;.;" 3!*$TF+1%   ? _0 (׵#D6 !".4&5T0'C-IZ, +5L6' >:")>*<,"  #?A !DD#aJ$5-/%/NL+*+A0/SJ%K%?8&"@7:* "5"-IN<(. OM*%SG B  'KjL /$>5 'aJ F< #-&-/0 (!/( *)73.?@$;D.)O@ "8SE418 C<NbD IN3- "6!)-&' %64 #W; E7/HD'90?< ;1 'A >, (94/ ' C<5@'+"#2*+?>++VN0 ,-:J$&;2C,>5<< )6A5)#%%/" :E9( '0#NI*/0 "7SE%1=&>: 'P8Mq1;B $5;'> 5 %E$ D" "5GhH*>8+3   +"3W\'76UP ItT>?$jF+DYF7A;.*$1% 3BXF-  #2 (ص!"5gmF.44&MkO5T06 IZ, =50L6' ?D&>*)#?A!ʽ H&#aJ$+ %)OM/NLǝD1A0]@%=KB%7\j?L8&"3:*5" !+8-0I(N<(EbJOM* ོ8'*KjL >3>5 ۽$F<η-&-Ӷ= +(7H/D ȽFF?0< .'A%S@/(@<49" ظ6C0< #2+؀ +7> A-H:9J$쪲XCI,+5<2< Ri@+6KA@5.)̬Բ5%," ޾#'0/0 ʮ77:S-EزB>@:0 Mq:1M 2$%5; %=E.$ "  *'""7"ެԣ+GBhH'*+3 -6жǷ"+" '!76ItT">0$+9D%Y>F5Щ>0 ,.3%B XCFQ-)ܺ#Q2, 9 @ ٯ5,38=:$OT"2$Ф)=+7<1OZJ0(0R5 & <4"/3,Y*dR<,伤/ -/,!)?(7߻ 9 ;$"̤հү5-  ##& 5!0 #3 $J2'  2'>,/ ėFF 0B.7B%S@F/@ H#47ęÀE  1(7> AHB9,҄XI*+452#Ri@(+K@.߲&65, (*!۾˟.#7.0  ,)7/:T-8촲ſB@0? @,:M 782%& ˯ȼ=. *'"#,7"ͮ+1++BVX'4# -61M"Z2 4*![k5"0>9!%>5з% >0 ,. %" CQ)ݶQ9,(9 @ C&'V<;?P-Ϧ7T: '0 73 ι#03P0% !!*ʼ .H= ( 4 5+&IGbDOET% ++!OI9 D#O$4(5!A " &/)<4 ? ?A2+*0"%R1!-/O: Ȱ'?F,8=:OT2 +4" 2$ -) )D2/Wc06 & <'EC/,*R,֒EC /,?(# $&5  * /#6&/ 50 )@3E$' 011?fD', ח<: B7B AF/* :+,#@$>H#476KEB 1 ( %KDB,Ʉ5O, *4/N Kpc$* Y@bbb*uuu^^pآ }z C I x{[y^``> @z`@}} <t̀0uT pc {*_+_)L  @[s *?@~x7_ Ao~a~ ʗ k?8R uph`UgS@// kԡ~Y;*? ]@@*`zhd@ W..9K& DA(BZ_@00?U3P`6- / /GxTT0m*@~h w`a~ǀP __`&&&```߄@% /KTr@¶*U"wwP* pp!~~z߇7WW`H_J¸ր)¶5` b_]vwwPPPWh@@/K/|  5?BxZ`J(?3@, U"` *PP~~^LZ hv`__1_R`Rn__ :_:E @UUU`U3ppo`/'* KH[/ ((UƒW|  ./ /?ὬUUU*```~~g'XE 4__¹wHH " H^ #`&;`g( ݊ 5]A;;@q2r[h $ )F¹笀H ^]__`EE{@e.w`/ӿ0 }X%%/ `^ 0B€5 ~k^pSW(KZB¨W@o/2// @@K ??@ .]S+` `W~% ]]0 UH @@?\7;N) CC R"qP&&hj_` ^R/fG`͟_hX)(`젠()~J [5>``7oh`ĠĠ; - LRUI.ܒ  `@ehG KHHzP yy(UpK#?ࡰ `?h [KOOs(' S@,L ]k` =+@``h`xJh .j!^66 3'0?@`*X/` p8KK *("}׾(d h 5x:PAw@ <`@ߌ`  (X!_Z? hW(W@__@`80r?` ؄؄'{u+*AA hILLP? ]0_@  ODUV"٬SA'}^_gX` @7 o̸8B@^T3NUPGAA0:p:a``x`~uxRW M-% R(HHo&`Y/hAA  b_x UH' 0R?`dd` JQB`Uw+ |! 4%  09  " "'49(Կ.  ?<C&'V;"2,7T:4 7@ 73C#03P%,9J !)R * .= +T" ' 5/&F'"OT ^69D#O845!A J &/")< 40 ??)2I,- 61ߊ'8? 83 2 0+4  -- && )"D2'ϵ/;W-c667.-8'-EC༨:9EP $#%$6KB  - %KD.-5O,* .%75 + 5!25+. 4( %7 .27R+*!"1?\( E,&#, # OH" ,+C/A$ /2+I  -%!M8'-+?L</ -'H 24 "09 ߯ "2'64 +*. ?< ";2G,,"47@ C ؾ,9J )"R? L=*1 @(+T"'  /)F+E'L"* "^%6/8  J" 0"")I,- 6!8 %8,/+3 0('  - & &Ϫ"' ;-6 7.-8- :9(<23- /"?V  #5" " 7 +R..%;! 2ڲ  F'C@ (2iV %2, '=H* 115  >7P,  ,/4#%$ܶ -ӿ׿.-* ./8 +6 *5 !&+. 4(   . 25+*" &  ,$$/A$ !", -?%8,%''%9( 2 ".  )2246    *+0*  "(# % ;G, "   о "?L=1 @(  ' )%)+ EL*   "%/- !+   ""  !" $" ,%),&(/1+6)($(  '       $ (23-   #""&   .$.&  !    ,  &!" 61:52 4 1 ,7,  ,/4  غ /8 6* &        5   $$  !",%#+-?$8!,%#'#"% 9( . )24   *0   "(#%          '%)    - !+     " $" ,)&(16)($      $ &  $&      &!"6:241,             %#+-$!##" "*ǰQ8w`]Y U3 xKKѸ00 ` CJ ` 0xhCC' iUU/Ǹ$`@`(?@B`/  __`)U_`` ~~ eGGHĸyyՆ*i``@@XB oR^_hWu^ bss @y}` ++0 tt7 S_`PSp{ U{U{wp``{Šo@0>a`t?`AQQA#ܿ#@Ȝfφ0yA8"``q2gT`odA`x`(4>>{fதAC@ }@`_d  0> oD !YΦ ` `!@>ٯP &v <C@x//PSw` 7c 0#`@(QywxPB<EO !<I˦ r@@D!>ٷH`{p`C`` z/z/@ C`Ȟ}Ȟd#@ $  @ Psa "4 >z*](`7 ##  `` ##A`` ""`` z(```<^ <##`U3pf ww  /( "y"x2_ r` H`_`""X @ggP``0X`P-H*f{  "" 諸ꪪ꾪`{y{"}s"yUUUT0  ^`UUT r\@ bÒ"b^ "蜊uq*"*W  / 1"]Rᄁ]]H}x(Ǿ* ]ytAsQsUqUD33AooBsAD; ;AE88AxAϾGϾyAؾP@ yd (`" ȼo@ 3!3&@c s<ppd pPr(Pd`` QͼȜo G`&`aa`!<`J Jd``p`  `›` `#(#P"s > d/ s@ s`@`> H@`ψD`( P !!!蜁qq|>>//33€$>>>HHHxx``d  d z(z(z(18  p p p)///yyyȾ N" " " &&&(qq"ggp  "/ p",yd6 p"d`;ȈgqϲCg$g'/>².> $x44 >>>s>>>J"6C@g>xp>x  bp>> ){q{000">`000 P("o>Go>(   d:\ "z"b@b`  ())`"" " " y&gAg<Ϡl"" ppp, z"z"z"d^(((`p^"^T^ρ" " &y&y&A```                ! *5 2AO]P !4<0    EO//2*!  ,0 ,&+02%UH/7UhJ   &:  *4%",/*!:F9!%/4'*+25AXJ% &2>CPT/  ,<4>* 2*&"224PF%  "/5H5+ 9"J>"*+&&',>' *M4]P 2,^T% %&CE*'&,7PgF72+25  7YK0"+M"E ! ' 0C<'!J"E &'!&FH5'ԡ*5 ,2!AO&]2P + !4<0 <7XU PA9Yc+Բ:'EO//2*!! ϤƑ ,009 :/UP ,&%,2+02*EE5 ۲%UH/7&UChJ +4ץ  &: Į * 4%/]"X,/* "UrF*/!:F9!H]%!/4η'*+2,5/A0XJ%%:AE 5 XY,&2>CP9T/ 4 ߱ʜΓ"4:  ,4?*0 2*ŷ5&742"]2J24PF%αش +5"o^ Ee"K<XYO>/5H5 + ,<<9+/"J>"*+ ߠ,'7&T&'',/>4'Ҳ' ,*9MYb!4]P '252,^T% ׀%gZAjE&CE4mF*' &,7PgF72 9Y/+259 >ߤ 7YK 0&9/",KC+>M<"%'E ! ' &,ϥ20C<'!ZJP "E"&'&F H:5<'%!, !!&2 +*'"<",'25," &9/ +,>KAC2>< %'  &,29%&&ZP % "" & :<%!  !ݻӟү&2*</%+ ' "<?AKP2P'X J" 7+   *"AK+ 7:9!*57+%/* ۱"KJ2*4 %&% ',! %,/&'"&4!A:&% Ӷ4/%9>2"+FJ* ! ! '*   *049' /' %*'  ,/ "  '"  "%    !','     &22/'' A2 "%&0' Y     &  ,        ^  "  eB 8  5*   2*  )   *8T0B   *yDm$  " 1   *X 3"0(&Bd    >," hV   $  ^ ›v$4S  &,$"    " zQ  ] gX  I  5_s     Ha  <±  :<K A  (  .4  D \\[J4bA.1  :&a $рo.( J (04jx 6BJ|n N0b . 2D4BJ"N: P@J:*2v^2D P&L"HH(8D4Z,N 8q m&f:B$8 V&0"h vT6H(N.j8l 4] P  9     &8 *$ ) 6r,B<,0, ". R,&.& 0 Z  "$ 5LF2H. c  "2 dj vzn>\ V" F $L &` .   \Fq  <   n*Y^<\4 6,=#Htl BH24FBB<488:>(>.2:@>><:FNHJ2.:6R$ȡ |މ\ &oG K` r@HEQ`QpmW KC ,H <""*H <""(H <"" "KHH@HtJgpӑbCgA 0</|N% ',!&'"&+!+4:0%' 0J^UEHYY' *%9>2"+FJ*    ++!%+?F,&4%  %*' "  +MT<''*  " %  !' ,'    ' %''!! &"2'00۲     '955 HXJ2"+0*   &,!!"  2E<'   & "%:&A02'* %" %0*!!! 72**  " % **"!" /%,  ,! //%!*/+"%*%  &'٪ζ  &9HPZQ5+: F<&%4F&Q%>*! + +4:0,''0"J'^9UFEOH]YXY5' *ӱݹ'/AA0+%+!,AJ!H%?+&?F , &4%  %&9JH4% +MT<''*00* !     %*  */ %  +'5+ +%''!'      '9*5/5&H%X!J2"+%0* ؤƯ'   !   ?2'E<'/    &:H OM><"/ " ! ҤU5 /Qb7* %,,! 02"   &'λؼF' 9* &9HP ZQ5+:,FA<:&7?242 &%**!45  %+2 />:,,'&"/'9FO]X5 ɹĹ'/H^>EX/QAXA>0'%'!,AJH?& !  ߜ߼%ϴӹ0%:&:94J5H&4% '2050**%!27+ 宥۶ ䷿ķഷ F%>**4,:<*//4%" +5+    +*'* M 4< /    */,&:%! % 0 '0'   : 2/ ' ?'/ >/!   22  ԯ< !**'!2,  :& 5'"90  '/**2'/      >HOM></ KJ""/ U!5 Qb7*  02" 9/0 F,'' 9!* !  ,A: 7?242 &2 , *2:45   %+2/'>*:',04&5/2&   ٬*<:0/H^>EXQX>''  !   ׼!5H7' ݴʹԲ0% ::45& '25 *%27&+++ ,,*"ٶ F>*4,:/! 22  * **+++   '*:+ /24/9&0  2/    " /*//4!&, / KJ"  !     9/0 ,'!!  `  N6NnNNNNTNDNN*O*m - ЭЭм!"ҍ¼.A// Bg?<JNA m"m -So Q m -SBQ(m)M*mN0 lHhNlX/,?,N\?<N ?<A?<NAXNuNV0< n=@0< n =@?.?.HlNPN^NuNV`RAN HSh0( @m$ nRAN H"R AH|`HlN nRH?N \ nH| g nH|fAN HSh0( @m< AN H"R AH|`HlN?< N b\N^NuNV?<NTT9@HlNXN:J@gN&N0,gND` Hl,NXHlVNXN^NuNuNV=|?<NT=@0.|A@HllHnNP.H?HltNL\BgHn?<NNP=@ nl 0<`?</NTм-@/.0,0AA/NPRl0?<ON~T=@ no"/.0,0AA/NNPRl0 no l00m0<`N^NuNVBl.`0,.AA/0,.AA/NPBn`*0,.AЈ @H|.f`.Rn0,.AA/NX=@0.no0,.AЈ @B0,.AЈ @H|CW|2,.A00,.A02,.A20Rl.0,.l0mHlHlNPHlHlN~PN,Bl.`?,.NTRl.0,.l0mSl.N^NuNV lg lf6?<?<NXXHlNX?<?<N@XHlNhX`f?<?<N$XHlNLX?<?<N XHl*Hl&NPHl.N&X?<?<NXHl@HlN X9@g0<`0<N^NuNV?.?<LN |XN^NuNV/ A:&H`0+ |g/ N*X A:"Ҽm?.NT&_N^NuNV/ &n/ NDXJ@g0<`00+ |g /+N JXBk ?+ N,TJ@g0<`0<&_N^NuNVH&n0+ |f0<`.0+ |gV0+ |f0<`v0+ |g?<B?+ NP?/+?+ NZP @f0<`@k 0Hѫ`$ k o?<0+D@H/?+ NXP'@&Bk0<LN^NuNV/ &n Bk0+ |fk@ 0+ |@g0<` `R0+ |g A:AA &'@`*0+H/NX&'@ fk `k g0+ |g SR k `<0+ |g2k SR . H| g kl . H|`T/ N\XJ@g k@ 0<`<0+ |gBk. H|`"` 0+S@7@k . SRH|&_N^NuNV n Sh0( @m. n "R AH|`/. . H?N\N^NuNV fBC`&SCdTC0|g0|gԼdRC`|CHBC0|@HB LN^NuNVNVH n " n $&JjFFJjFFLN^@NuNVH n"n $0(H@6C|g.0)H@:E|gE|BB0<まef bRAQ$0P`HNVH n$0(H@6C|gd"n .0)H@:E|gD|E(HD*HE20HGHBBB8:BGBBЇӄЂӅJg$0P`B`NVH"n 0<9@ԱQ`NVH"n Bl n,0(H@8D|fB.0)H@:E|fB2$60Enfl8,:.6$0Jg0Eg|n0@gDԇ0,ԱQ fBB`HSCdTC0|g0|gԼdRC`|"|CHB|C0|@HB AHABA LN^NuNVH0.|=@n n f n0H-@HnNXA-H`> n(g nf. n-P n(f HnNX` HnN>XA-H/./. 0.A PNPLN^/W DNuN^NuNVH nB fB`м8 LN^NuNVH n$fBCB`nD6< f႖|NzN^NuNVH0&n$n Bn-J @)P)h-l-lBEG>O|g|JGn|m` REHl/ NRPO`SEHl/ NPO`&0+H@JGgDG0<0dR@0.BAQ,>QQֆG|0QB`Rn0.g$nB`0R 2.HmB`b .6.HЃR$@ nH|0fRZ"` R"H|9n nH|0f$n R&@fSE .6.HЃ @B n*//+   &2 , 2: *+!!'&*%'0 452& "0>920/& &++,,*"  %       %09'  ""%%&4:CC7/45:C?0   &! '7F OOC, %%  %+0*"   *+++  '*+/24/&     " / *!//4! &, &!    "/  7 /     "' !5 0%*//+  !% /A C<, 2K& ?'%*+!!&%  "H0J<+AA:7/%*/9/ 4+   "  "! !%"' +9559*&47%A/*29>>920/&"4/&*'+7MCQP&"    >C 4* 0"&& & ߻!5 : F""%%4*  "&0A :+Q ' *' &/&,! _"  4^ 7   K!%+0*" ,"  "279 0" 4Q +!0+!& ! 4 +&!%, / ?A": :P  "/&/ 7/"! &H "' :!+5* &9E0% ! :? !%!,/A9+ /C<&,j 25K&'!, ?'%!" ,2HJ+7*/,09/90J,"&, jg4!+  ˒ "  '4M%+9559*&47%A%/2A>,2%&'ٻ"4/&*'+7 MC072Q!P%+&"!  " +40/*'>C 4* 0"&& &  "''!5 :F4*  " & 0 A :+Q'  *'&/," "% _"  4^7 ΤΛ K! "&%",*"///044/,, *"27 9 0" 4Q+ !0 + !&  4+!%,/?A": :P  /9?:94<&X/Q 0"!&H:+*&4&99/E'!9M9 ! :?  !, 9+/5&j5'!, !*244!0" ,2Ϥ,20><9790J ,,"2&7,/jg!!'7Ҽ  *+%4M% 0F& % 2A>  , 2%&%*"'"  072!%+" ! '4:<97 ,27/! '%7:?><4*&% , *+% 0F& 7:/7<%0L N^NuNVH$.f BB`J". BnJlVnDJlRnDvd`Bbd nmDdD-@-A LN^NuNV nl <`?.?./. ?<BN -@ m .`?<?.B?<BN -@?<?.B?<BNx -@ nf .Ю -@ `$ nf .Ю -@ `0.g <`b . oHn . /?.?<@N Bg?./. ?<BN ]|9@g <` `Bl . N^NuNV/.?<HN\N^NuNV/.?<IN\N^NuNVBn`&0.A~0nf0.A~BPRn nLmN^NuNV?>.=|0A~"HPgXHf0(>N^Nu)Iz)Jv)_rNM"lz$lv/,rNu)Iz)Jv)_rNN"lz$lv/,rNu)Iz)Jv)_rNA"lz$lv/,rNuNVH&n Bn0.|dg`>< `.`|ug`>< ``|og`><``|xg`>< l* ndf SR- .D-@`0. f Gf .`& Gf .` ./0H/NX 2.RnA0 Gf .`( Gf .` ./0H/N X-@ .fp`FSn0.A P m0.A0| |A`0.A0|0 SR0.fLN^NuNVH&n n f=| )n)nHl|Hl?<Nr]|@0. R@?HnHnHnNr.g SR-.H|0f.f SR`J nff>.n RG0lo0,`0> Gl0<`0?HnHnHnNBF`0RFA SRSGSn0g nl` SR0Sn nl0. g SR.` SR0RnSn 0. g nm`" Go0RFAH`0<0 SRSG0. Sn J@f`` SR0. g SR.><`0RGA SR0. Sn J@f SRE?.Hl/N: /NXHѓLN^NuNVBn`"0. n PHC|0=@ nR n PH|0m n PH|9o0.N^NuNVH0&n -n @$PX`R` nRg H|%fH|%f,RBn=|Bn| H|-f=|RH|0f|0R-JHnN$X=@$nH|.fR-JHnNX=@$nH|lf=|RgH-n Gdg Gog Gxg GufB0.g @ ` @0H/Hn?.?NV 0.g0<`0<H` Gcf R @ nRT` Gsf4 @-PX<.` nR nRSF0g nf`J Geg Gfg Ggf, @)P)h/,/,Hn?.?NP` 0 nR .nl0.g$<.".A` nRSF0f`b .2.SAHЁ-@-@,.` .2SAHЁ @ nSSF0f` nR .o .R-@f nB .L N^NuNV/. HnNhP=@/.HnN8P0.N^NuNVHnHlNNPN^NuNVHn /.N&PN^NuNV`/. nRH?Nn\ nfN^NuNVH0&n$n -K`fS`f .`L N^NuNV n "n fN^NuNVH0&n$K`Rf `L N^NuNV`4 nH| f?< ?<NX nRH??<NX0. Sn J@fN^NuNV` nRH??<N`X0. Sn J@fN^NuNV` nRH??<N2X0. Sn J@fN^NuNVH0&n $KA-H nf?./ N4\=n`L nf?./ N`\=n`. nf?./ Np\=n`-KBn?.N:TJ@f`H| f |o@ H-@/./.?.?<@N\ 9@Hg0<`0,n/./<?.?<@N& 9@ @g0<`tRnR -@`R ned` 6.ƼЃ$@ H-@/./.?.?<@N 9@Hg0<`0,nBl0.L N^Nu9|9|09|.C:"2"2 2"2"2"22"2"2"22"2x9|8)lV)lZ)l^)lb)lf9|CA"A"A"A$"A*"A"A "NuY%c%c Accessory Selector MD 18-05-87 No desk accessories found on this disk. Returning to desk. :\*.AC? Seeking desk accessory files on drive %c... %sE%sHThe following desk accessories are available:those marked ON will be loaded when you exit.Available accessories:%sbAccessory ON%sbAccessory OFFARROW keys - select an accessoryRETURN/ENTER - change on/off statusSPACE/ESCAPE - exit%sb%sbON OFF%sp%sq%sK%s%s%s%sb** Sorry, not more than SIX **%sE%sH.ACC.ACX Re-naming %s as %s... Failed. @$??CON:AUX:PRT:%d .RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.. d.. WHATIS46ACC ;U$#WHATIS46DOC ;U$  %*""""  ,FJ504" '4:<4*&%  ,  7:/ 7<%"",FJ5 04""""%%! %'   %     &4',0+/, 2,   * /02 &%%  !"! %"&*&'   &!    !""&&' 0*/7*5<,0!& !  ,* !"!!"*5:??4+!!"  '/'&!  %00/+*0,      !! "!!               """%%!             "%"    ! !"!  !""!   &!   "+024440+&"  0*/7*5<,0!&    ,*!"!!"*5:??4+!!"    %00/+*0,      "!!  &045950/,,'"      !%!%*05 4 0,'%!    %%%"  "*+&     "%+"+!     !   &::%*"    !""!  :UjYAJZjmM"  "+02 4440+&"  >?%9_M& 77,""49%5    ,   7 ,?*5&TQX &/0!    2*,2UlMX&H >!25   9  H!0!57+,&"U^JJ O%*%  &045950/,,'"0+* Yc ,A*%"4 ?*+ ? 2!%!%*0540,'%! * ! + 0&l4 E/?, &F%%%,"b9'/ & " *5"*+0&C5" 'A 7">5 2:>!+ `Zg O$B9"`2"&o + ЫЫO$// Bg?<JNAO p aD3"J9"f3":$#Z%p#aHzTaXO :J#"?<NAT@AA": *.*J9"f#"%paA"0|(g`3$pNa#!%p6a#$"#$"B9"pMa3#%"a y%lo z!l|r3$3!^$3!X$3!R$3!L$pda<3"j3$#h%p4a`D3!$3! $3!$3!$3 $pea"By"3$pkaB9#rB9" z C}pa|CparCp ah0<к @   h 1|0<к f @ h 1|J9"gH0<к @ @ h 1|0<к " @   h 1|0<к @ 0<к @ 3$3$3$3$3$3$3$3$3$p3a#%3$3$3v$3p$3j$3d$p*aT#L%#%B$ah@3"3$3$3$3$3$3$3$3$3$p3a3":0gpJ9"f(pк @( f 3"`V3"`L 9"f3"3 "` 9"f3"3 "`` y"g y"f2<Һ8 A0( >:(<(# %3$p,a# %3$By$3 p$3 j$3$3$3$3$p/a`v y"f B9#rB9" y"f:B90<к @ 0<к~ @ 3 "` y"f<0<кL @ 0<к8 @ 3 "`3.$pfaB9"By"B9ACEGapJ@gJy%gJ9#rg3$3$3$3$3$pea"AC_f| isBAxCfS"g \g :fR#"A>f`$?<ONATJ@gPB9"A"CfA` ?<Hz?<NNAOJ@g"B9"ACfB9B9`8A<*aj <?ak"?</NAT @CE&z"f| isB (#" 0m <0#"Jg$BgHz?<=NAO3"JjA`XHzv/:?:l?<?NAO Jj A?:N?<>NAXJ9kAFCfA& f f. f$ hfE` ^a Spectrum .SPU pic FFf* Ff E` 0a Wordflair II document fE` a 256-color NEO pic fE` a 1280x960 NEO pic fE` a 640x480 NEO pic f"E` a .TNY or hi-rez .NEO pic Pf. (,f&E` na Notator pattern file (.PAT) (f4 (f,E` 8SAVEd BASIC, or a .NEO or .TNY pic }""g }B"fD (fE` a Degas .PI3 pic (fE` a Degas .PI2 pic fE` an image file (.IMG) (Sg (sfF (Cg (cf6 (Rg (rf&E` Za BBS Express ST .COM script }""g }B"gE` E` a Degas .PI1 pic.TNY, .RSC, .NEO, or SCRUNCH (of8 pus-f. hopf&E` an Opus .OPS spreadsheet file PfE` a MASHed file fE` |a TINY medium-rez pic fE` Xa TINY high-rez pic fE` 6a TINY low-rez pic fE`  fE`  #fE` a PageStream document Pf&E` a Magic Shadow Archive (.MSA) P fE` a .PAK archive file Pf E` an ALFCRUNCHed archive fE` ^an ARCed file 066fE` @a Word Writer ST file P#ifE` a PageStream font .NICf$E`a NeoDesk Icon file (.NIC) P;f$E`a Notator song file (.SON) P==f E`a CAD-3D v1 (.3D) file P=f E`a CAD-3D v2 (.3D2) file P=f E`Za CAD-3D v3 (.3D3) file BRUf&E`2a Prism-Paint .BRU brush file CFLf&E`a Prism-Paint .CFL fill file CALAfE`a Calamus .CFN font DMC f E`a Calamus .CDK document FORMf$E`an IFF or DeluxePaint file PHWfE``a HotWire .HOT file HotWf$E`a Degas Elite .PC3 pic Pf E`a WordPerfect document fE`a Regent Word file 000f"E`a WordPerfect macro file fE`a NEOCHROME animation Mstf* hudf"E`va Music Studio .SNG file Pf$E`Na DC Desktop .ICE icon file Pf& (fE`a SAVEd BASIC/XE file fE`a DISKCOMMed disk fE` Pf E`a Cyber .SEQ animation PfE`SAVEd MAC/65 code Pf( (f E`|an SDX external command f& (fE`La Super Bootdisk file f ( fE`a SHRINKed disk f (efE`a .GEM Metafile Pf*E`a Seurat fill or an 8-bit program (f( hf E`a compressed KOALA pic hf (fE`na CRUSHed file -lh1f( (-f E`Dan LHarc archive (.LZH) PGIf$ (F%+   + +!    2%T  ?  &&:*: %?*" ! ů    >E+e%:Uj&YTAJZ%jmM"  ؠϬ ıʿ0*5 0>,?/%,9&_!M& 77, ""4&9,%+5'"  , 乑7,?*52M&TQ"XZXOX?"5<+ &/0!Ҧٗ˴ 2*,2Ul M'X% '&7H<0 0>X+!9295 įĿ˶ 9 H"!C 0!A75 7+'7'+%,&"">U2^JJ9 7 O%*% 0+* Yc ,A*%''"!+'4 ?*+ ?2ԯ*!+0&l  4 E%/&?'%%,%  "  &F,b9'/&   "*50C5" '!,2/*+22+! A7">52:>!+ %+   !/''  2%T ?&   &* ?!0<+0?UH>O2 &4:* ! >E+e%&T%"! "&"!"0*5,00,'/4,^&*!" 7K9/%+<  &,+'"  C*:&K< 4C2M"ZXO*X!?""5<+* ݿƼ˴Ϸ "7>F> Ue/A9* 9+O']% %'M7<00X+99 Ġ054T  "C %7A7 H7<+/'<',%"X>2'9&7  ݱ !,*]<0!/O!O5''!+'  :" "%!+O! / %&'+%%%"  !!4P"&"4  0 !47AAAC"   !,2/ *+22+! '5+X%+      !:!>//':'  ''  %"& K& 5" 0<4+00'?/UH>FO22& 4:2* !'Ү""!04<<""&:X"/!!/"7,!  ߻,0'4^*"*7'K9//%+<' !*ױج C*:&K< &%4C*'*!"*   "7>F> Ue/A9*9+O]%&%"M&7/&,75 נٲ054T   %7H</<,X'&    !,*]<0!/O!O5!!&,/,+05440000/& :" "% !+%+2O2!00*!/ + !!4P"&"4 0 !!'4*7*A,A440A4C4,%!"!  ' 5 + X&%'&''+'&"    !:>/*0:/ ,/,%'!'  % "   K &5  "  40'/F2 2 '   "04<<":X/! /7,!  ! *'/'!*   &%*'     !%'+,*&%! %&"&7/&,75  !"!%*+*+*%"!       !"%" !!&,/,+05440000/& !%'++'&!!  %+2200*!   !'+++/44*  !'**,44044,%!!     &'&'''&"    *0/,/,%!                      fE`a GIF picture file PIIfE`a TIFF tag image file PMMfE` DAISf& (YfE`a DaisyDot .NLQ font Do Rf, un Rf" hunfE`a ST-Writer file H"fE`Za QuickST .QFL file "g "g D"f*E`a BLINK palette or libraryCnfJ9g "nJ"fA`AC>fA dCUBJ"gJ9g. <" ""l : hJf<.SJfB`JE $< "l$: 6aSg `B`3$pkaJ9"g3 $pfa3 $pgaa:J9"f`paBg?<LNA// #%#%#%#%#Z$#$By$"< 0<NB0:"_ _Nu// 0Ј @ h 0( Pg S@ @fB"_ _Nu2X2Nu/ "HJgg` S@"_Nu0<"_NuHaBy"3$3$3$3$#"N%pa3"n#"p# "t# "x: Oga : Cga:J9"g0: 3%LNu# "@# "B# "FB"pNu z 2: p4gAgR@`"3"LNu 9 "yfa3"Lg2: ta"Nu z "HtvaJ0( @g( f4Љ @a,`0 @g 2҉$Ajf4 Ja `4 Ja`Nu( gNu( gJCf6Nu# %3$3 $3 &$3 $p+a2J@k>3"J3 %3 $3 $p8a 0: ~B9"Jy%f"3"LNu3"~Һ A0( Jg3"|#"# j%3 $p,a# "# L%3 $By$3 t$3 n$3 h$3 b$3 P$3$p/aPNuH(o (T g&@a `LNuH(KBC#%3$pra, fIRC`LNuC .2@ A2p222BQ"< 0<NB0: DNupMa3 :%"?<NNTT@3%<0<A X0Q03d%$By%&3 %*3 %0"<",0<sNB3 %"Nu3e%$By%&By%*3 %0"<",0<sNB3 %"Nu Whatis v4.6[3][ | Can't create a window! ][ yikes! ]0123456789ABCDEFIdentifywhat file?an unknown type (text or data)too small a file to identify!zero bytes long!not found! I/O error, can't read file! No more files match this pattern.Created with DevpacST assembler &xWERCS Resource Construction Setxxxlast updated on July 25, 1991xxxxxPMKa ($$$$ $ $("D" $ $ ` |$ $Q Q @ @$  @(\qxq-##  # B \ ` f t  ~ q4WHATIS File Identifier v4.6Copyright 1989-91 by Bill Aycock 76703,4061daisy, daisy, give me your answer!daisy, daisy, give me your answer!FILENAME AND FILE TYPE:HEADER BYTES FOR THIS FILE:daisy, daisy, give me your answer!HEADER BYTE DISPLAY MODE:HEXASCIIchoose a filenext fileEXITGO ATARIPRO on CIS for the latest version and docs!$$$%%% %$%<%%R% 6  "   pz   ,0 0  0.$62  & 2$ 2(    z  2F v DHH0 rb.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC. WHATIS File Identifier v4.6 Copyright (c)1989-91 by Bill Aycock WHATIS is a simple program that will identify 84 different types of files. It is mouse-driven and is easy to use; everything is done from a single dialog box. This version will work as either a standalone program or as a desk accessory... just rename the program file to .PRG or .ACC for whichever you prefer. Whatis runs in any resolution on any ST or TT, and uses under 10K of memory. Either run Whatis as a program or choose Whatis from the Desk menu, and the Whatis dialog box will appear. Under the title bar you'll see three boxes for a filename and file type, a file's header bytes, and the header byte display mode. At the bottom of the dialog are three action buttons, marked "choose a file", "next file", and "exit". To use Whatis, either click on "choose a file" or just hit Return or the down arrow. You'll be presented with the GEM file selector; use the file selector to choose yo  !    "%!                  !%'+,*&%! !% %*'!   !'''!"!%*+*+* %"!!  ݱݦݥ۩ 0>A5*, :KUEA2  !A"O%J">0!   !'&ӶΦ˜Ύӟٴ߹?XJ5!   !!2%H'o+r+Q'>&!!  ,+KZ5*  +H'!'+++/44"* &5O]9& ߓ  &  /?Ue?0   4Hvh<9     >e}T<0 '! ,H^>   : _ zbF5   429&C'   &C 7'&% 4_qtX>"+%!  !˷ʼ0: !     0 4 7 K<&:5 &FH A &+5!2% *02?"% * '!"F!?''' 2H4! ! ˿ر 0>A5%**KxYT',: KUEA2 +40!  !'&ݻӜ!?XJ*5:!+  0>>m}bX 5!&2HorQ>ɥ ,Żز9&+KZ5* *<XP :7&+H'%+07" ,!&5O]9& Ի  &%+'A/Y?JUAeM??0+05& ٿ  4Hvh<,9 **"4%  &%** >e}T<0 '! !+,&H'^,>+*"!  :_zbF5  !   42 9!*EC2/+&C' ٯ &C7'&%' 4_qtX>+ !*0/*%   0:! 047K<& :&52::?C?<9&,FH A &+52"  * 0 2?"+ 5 !+/4j<7C0   ! *:+ 0>,>m}Tb5X5*&7%*/9& *<XP:Q7J&:F%+,0 7 7,4 P,2!%+' AYJAM?+0]5F&EX "U0 "!"4 ,**"4% &%**/A5 2 EC?&'!+&',+*""!'22!,' &5   !   !*EC2/+"    %*&% ' "*0/*%     "   &2: : ? C?< 9,    !+5%"  +5!/j7 0        ,T5 *!7&%'*&/'&  QJ:F!,"  %7',*4'P'2*,00+& ٿ ]F EX!"'U'0& '",!020"04,'"  Ŀ  /A5 2!% "EC?& '    " ! ' 22,' &5  "       %*&%   "   "       %%%'   !+5%!ur mystery file. Whatis will read the first few bytes of the file in question and check if these bytes match a known "signature" of a specific type of file. (Note: Whatis needs at least eight bytes to make a reasonable guess of the file type; if your file is too small, you'll see an error message and you'll get a chance to choose another file.) Then you'll return to the Whatis box. The first box under the title bar will show you the name of the file you chose and the type of file it is. If Whatis doesn't recognize the type, it will show up as "text or data". The center box, labeled "header bytes", displays the first 11 bytes of your file in hex. (If you prefer, you can see the first 34 bytes of the file in ASCII form. To switch between modes, click the "ASCII" or "HEX" buttons in the small box under the header byte display, or press the left or right arrow keys. Any zeros in the file header will show up as periods in an ASCII display.) If you used any wildcards when you selected your mystery file, the "next file" button at the bottom of the screen will be enabled (not grayed out), and will be the default button (signified by a thicker border). To check the next file that matches your pattern, simply click this button or press Return or the down arrow. (Note: the matching files aren't displayed in alphabetical order; they appear in the same order as they are on disk.) From the main dialog you can identify another file, or return to whatever you were doing by clicking the EXIT button or pressing UNDO or ESCape. Simple! So far, Whatis can recognize these file types: executable ST programs and ACCs ARCed files A-CHART (from Kuma/Antic) data files BBS Express ST .COM script files BLINK palette and library files CAD-3D files (versions 1 and 2) Calamus .CFN and .CDK files Cyber .SEQ animations DC Desktop .ICE icon files DC Squished files Degas pics (.PI? and .PC?) .GEM Metafiles GIF pictures HotWire .HOT and Ledger (.LGR) files IFF/Deluxe Paint files .IMG files LHARC (.LZH) files Magic Shadow Archive (.MSA) files MichTron BBS .MCL files MultiDesk .MLT files Music Studio songs (.SNG) Neochrome animations Neochrome pics (.NEO, 6 varieties) NeoDesk Icon files (.NIC) Notator song (.SON) and pattern (.PAT) files Opus .OPS spreadsheet files PageStream documents and fonts .PAK files (similar to ARC) PinHead data files PKZIP .ZIP files (like ARC) Prism-Paint brush, picture, mono fill, color fill,and palette files QuickST II .QFL fill pattern files Regent Word II files Spectrum pics (SPU, SPC, or SPS) Spectrum Sequence (.SPS) files ST-Writer files Seurat low-rez fill patterns TIFF tag image files TINY pics (.TNY, 6 varieties) Wordflair II documents, record files, and record key files WordPerfect documents and macro files WordUp files Word Writer ST files Whatis can also recognize these types of files for the 8-bit Ataris: ALFCRUNCHed files CRUSHed disks DISKCOMmed disks (Disk Communicator) Super Bootdisk disks MASHed disks SCRUNCHed disks SHRINKed disks SAVEd BASIC programs EXTENDed BXE (BASIC-XE) programs SAVEd MAC/65 code 8-bit programs (object code) DaisyDot fonts compressed KOALA pictures SpartaDOS X (SDX) external commands It _is_ possible to fool Whatis. If a data file happens to start with the same bytes as one of these file types, it will be identified incorrectly. It is also difficult to distinguish between certain types of files - for example, the signatures of low-rez TINY pics, resource files, Neochrome pictures, and 8-bit Scrunch files look the same, so the identification box simply lists all of those types. Some low-rez TINY pics produced with Vidi-ST look identical to SAVEd BASIC files, so both types are listed in that box. Whatis was based on Roy Goldman's Compactor Detector, an 8-bit BASIC program which identifies files and allows renaming them to have a "standard" extender. Versions 3.2 and up of Whatis were written in 100% assembler code using HiSoft DevpacST, and the resource was created using WERCS; both of these are distibuted by MichTron. The 8-bit version of Whatis was written in Action!, from the folks at ICD. I'm always looking for more file types to support in Whatis. If you know of a particular type of file that always start with the same few bytes, leave me a message. And, of course, if you have any problems, questions, comments, or suggestions, PLEASE let me know! I hope you find this program useful! If you use it, please send a card (or donation! :-) to me at: Bill Aycock 2310 North Elm Street Greensboro, NC 27408 July 25, 1991 CompuServe UserID: 76703,4061 Internet: 76703.4061@compu   %/4 2/ ,&   " &&%%&"        !',25577!40,*&&'&'&  !"',024%7'7*2','"*,00 + &   !!'%'*&0'4,00/20000+,&'!"     &*,++*&!%%%"%*//+*%       "&''%"%*+* *+'"      ! % %'+*&'&!        %!%!%'  !       "&&%%&"     !',2557740,*&   &,'/,2022/4/707/2*,&""    !%%%&!&%!*040/00+&!   %&*,&/*2,2+0++*'&*%,%,%,*////++%*%    "&''%""%&*'+&*%*!+'"      !"%&%&'&+%*!&'&!       !!                    &,/22//0/*&" !%%%&&! %&*,/220+'*,,,//+%  "&'&%!  "&&&%!            (- 0 !"0 )4 /    " 0 ! ".*7  serve.com ================================ version history: v4.6: adds Opus spreadsheet files, 3 kinds of Wordflair II files; adds command keys; makes Next button default if valid v4.5: adds DC Squish files (thanks to Mike Vederman!), Neodesk icon files; allows wildcards to check a number of files at once v4.4: adds two Notator file types (thanks to Brian Campbell!) v4.3: adds DCDesktop icon files (thanks to Jim Ness!); some logic changes v4.2: adds A-CHART, Seurat, WP macro, HotWire ledgers (thanks Gordon Meyer!) v4.1: adds PKZIP files, new NEO types, 7 Prism-Paint file types v4.0: first revision without separate resource file v3.7: adds IFF files (thanks to Ron Hunt!), QFL files, PageStream fonts v3.6: adds CAD-3D (thanks to David Ramsden!) and Blink data files v3.5: adds WordUp & WWST files (thanks to Terry May again!), fsel title, Calamus .CFN and .CDK files v3.4: adds IMG, GEM, MCL, and BBS Express ST files (thanks to Terry May!) and more TNY pic varieties (thanks to Jim Ness!), fixes .SPS v3.3: single version for PRG or ACC, adds hex/ascii display + 3 file types v3.2: PRG and ACC versions converted into assembler v3.1: adds Spectrum Sequence files v3.0: first dialog box version, adds Magic Shadow Archives v2.2: adds Super Bootdisk disks (thanks to Harold Brewer!) v2.1: adds TIFF, .PC?, TINY, and Neo animations (thanks to David Ramsden!) v2.0: first desk accessory version v1.5: adds WordPerfect document files v1.4: adds PageStream documents (thanks to James Parry!) v1.3: corrects Regent Word files, adds *.* for the standard file selector v1.2: adds one new file type and some error handling v1.0: first ST version NC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.! !" ' "()  &!4 ,( 2M..<6 '(('60! "3D, /#* . ;./.-+B*/$&=4DZT`b^PSMB;H@46<3&4p)$// !,#)804RM1LYG6B<6/" ;a R (#  (/6<%(-֢Ϧ 0 00!3"70=:#@0 ףװƖ̡  *,.(0037=:32 68-.* /"" :"19H C ;',/$5.2*%* C>#@0 טщכƢ̩  *,.( ۵տ˾ϲ$%"  026>EDF> A#=A=K9F@A=A>@815*%+&$+7-"!@2.2  +&'(Ǿɼ  )&#$!%))$,+?2F5?8:<=:8;,;#>'C(G L"R"R)NHE=53"2;*'#+$.,ϣɬۤӪ˲ʳ̻ ,2)(+0.%4EA: AK8) %%/*/4:'<BA?A=8<;A997!7630*'#  5ιǥźճƲŰ̫ͭаٶŸʵ۳ȷʺ̹  2;-08;0,!3$B';':'C%L(=,3+3/0/&/,'!%   /  !   ޼ڿ*(#4H?1;E5%)83()=4"*     " # "$#$#!! % #'5<:=C?879>3268-.*/"""    ! ! ##&&"#! $%"  026>EDF>A==9@=>85*%   '(        )&$$+258<:;;>CGLRRNHE=532*#$   %*/4:<BA?A=8<5;9977 630*'#0" % &ʰϳ $!$'''%(,+///,'%          * !    " # " $#$# ! ! %    $    !! ##&&"#! &# % % %)! "!)&       "%'->FEDK@69:BE:3820FEDK@69:BE:3820510*+*&    !% ѳ̵ӱ԰ٺ"(**103= 5351/)%$  , 3$       "%',./79377/+% $&"   *.075089740/.'    #  !$)()/512:98/','""'#     -27;@BGE=DI=8741*"!      !"    %&,),/+%'&&&  "&!'..%$+)%%% "      &%%,29<:=>510*+*&   "(**103=5351/)%$      *   *.075089740/.'  !$) ()/ 512:98/','"              !"     " &!'. . % $+)%%%"     *                             P1L #  '  ;?8  8%)'   ' *#     "       %   '.   #= .?   *IIP, . /   5?    / "; %    ?" P1 L5 ?# "  '#6 # '5;?8 # 1" %8.% )'    ' *#            "              %     '.    #=   .?    *IIP,.  /  5?   / "; %  ?" 5?  " #6# '5 #1"%.          #       %  #    "    'I3  5, 1  DN #"  ,  )       '5    "  1K*' #  ," FZ# ?  6   8? #*#. WI#    # 6wP )    Kr5'    c_)# %  #  %N:  %   #GU    "    'I3 5, BG1      DN#"A;  ,    ) 1; "   "'5      ߶ " 1K*' #  ,"   FZ# ?  6 8? #* #,."  WI#    #=? 'й6wP ).#    Iph  Kr5? ' .;# 1 ߕ fZ5 c_ɹ )B#= 8N,% .#էUw^% N,:ح *.3)   dh"GU        FXF BG. / "   " ?P?A;  "G    8 D1A;"# F.%"",RIG  ,  )K%  %  '*"5Ic' %I8""8  )58 NrW ;=D8D 1)%I=*_U ,R *1B L   .1#ح,"Nv^'  .aB PhA ,.*5#=?^k'X;䀹ģ߻KNB'ݥ.#?NK. )6, ̯I1pDh" 乾  ;IU,Ѿ? /D#.;#"DR8رʪ 1% 5# fZ'5 )1 B= .8,N , .# Uw ^ ,  *.3)   dh"     FXF . /"#    " ?P? "G     8DAί# F. %",RI G,   )K%   % '* "5Ic'% I8""8  )5 8NrW ; =D8D1) %I=*_U  , R *1BL   .1#Nv^'.aBPhA,.*5#"^kX;KNB'?NK.)6,1D" ; IU, /D#"DR8 %5#' )1 .,              #                                "                                     % "#  *       1 .,)  /13      *85* )/:5--((о""nnUUddSSGGAA## ""GG@@FFFF99``kk~~wwggWWGG::.."" şssXXzzII뻻//aaEEaa::eevvffMM9922$$((&&++$$ μ &&<>33,,66AA..==## ־ AA==;;11**BB'-?@(F52 %%+("nUdSGA#Ǹ  "G2@'F:FC9I`>k-~8" w gW!G: ."   ɻՆǟԀـ̂ӀՀ #s &&/"-X.z(I45F< 2:)Ɣ۫/aEa:e  vfM92$(&+)$%      &3,6A.=#  +)"6    A=;1*B'?@F52 %%+(+>*2-& 8##10$ & ۼ2':CI>-8"  ! ,$%*5# /=9-1,"  #  &&/ "- .( 45 F< 2:)   )%            +)"6   'B,JAG#,$ +>*2-& 8##10$ &  "&1? 3 *0!#(3*0(/" !       !%" &)7 #" "#! )01,%    +*&(&$%6%%"$0$," &(   ޿ & #. 0!=@K 9==C*+?2 "            %% 73!9,     /+# 2( !%" & )#7"4"BOHSHHL XO?:;3<.Һۨ   * && %%" 0$!,"( "!%$2+'   & !     <0?.1> ۵$"F3%/%.7+3$! 9,  /+#2(      $*#%! # " 4"BOHSHHLXO?:;3<.޷ߨ٪ܥѥ    !   $ #  ! ("!%$2+'      <0?.1> $"F3/.+$             $*#"%! (+3 ,      !   $#   #    "       & "   && " (+3,            #     "             & "  &&      C.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.RNC.