99ojo Posted September 29, 2009 Posted September 29, 2009 (edited) Hi, 1) I'm reading in a reg binary key from HKCU 2) Then i convert the key with BinaryToString. The converted string has an xml structure 3) The key is representing the systray menu structure of the application pnagent from citrix 4) Then i loop over the xml file to search for a special menu 5) After the loop i use result to click on special menu 6) If menu structure is to big, BinaryToString cuts off some entrances. So i can't loop over the complete menu structure 7) Posts: Reg Key for HKCU\Software\Citrix\PNAgent; Cutted Text File in 7zip file My Function Code: _get_portal () Func _get_portal () $pn = BinaryToString (RegRead ("HKCU\Software\Citrix\PNAgent", "Application Model 000")) $temp = StringSplit ($pn, @CRLF) $countmenu = 0 For $i = 1 To UBound ($temp) - 1 If StringInStr ($temp [$i], "<FName>") <> 0 Then $countmenu += 1 If StringInStr ($temp [$i], "SASPF Portal") <> 0 Then $found = $countmenu EndIf EndIf Next Return $countmenu - $found + 1 EndFunc Hopefully someone can help.... ;-)) Stefan pnagent.7z Edited September 30, 2009 by 99ojo
PsaltyDS Posted September 29, 2009 Posted September 29, 2009 (edited) Too big...? The max size for a registry value is 1MB, and that's not too big for BinaryToString() to use. How big is this REG_BINARY you are reading? Save the string in $pn and post it so we can see what the string looks like. Edited September 29, 2009 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
99ojo Posted September 29, 2009 Author Posted September 29, 2009 (edited) Too big...? The max size for a registry value is 1MB, and that's not too big for BinaryToString() to use. How big is this REG_BINARY you are reading? Save the string in $pn and post it so we can see what the string looks like. Hi, thanks for answering. Coming back from work at home, i thought that maybe regread is faulting. And indeed, it does: Consolewrite output from pn, cutted off. Not all of the menu structure is shown: expandcollapse popup<AppData><InName>Farm301:Peregrine SC</InName> <FName>Peregrine SC</FName> <Details> <Settings appisdisabled="false" appisdesktop="false"> <Folder>Administration</Folder> <Description>Peregrine SC</Description> <WinWidth>0</WinWidth> <WinHeight>0</WinHeight> <WinColor>8</WinColor> <WinType>percent</WinType> <WinScale>99</WinScale> <SoundType minimum="false">none</SoundType> <VideoType minimum="false">none</VideoType> <Encryption minimum="false">rc5-128</Encryption> <AppOnDesktop value="false"> </AppOnDesktop> <AppInStartmenu value="false"></AppInStartmenu> <PublisherName>Farm301</PublisherName> <SSLEnabled>true</SSLEnabled> <RemoteAccessEnabled>false</RemoteAccessEnabled> </Settings> <Icon>OAAAAAAHMAAAAAADIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABMAAAAAADOAAAAAAHAAAEEEEEEEEEEEEEEEEEEEEEEEEEEAAAAAEPPPPPPPPPPPPPPPPPPPPPPPPPPEAAAEPPPPPPPPPPPPPPPPPPPPPPPPPPPPEAEPPPPIHHHHHIPPPPPPPPPPPPPPPPPPPEEPPIHHHHHHHHHHIPPPPPPPPPPPPPPPPEEPIHHHHHHHHHHHHHPPPPPPPPPPPPPPPEEPHHHHHHHHHHHHHHHIPPPPPPPPPPPPPEEIHHHHHHHHHHHHHHHHHPPPPPPPPPPPPEEIHHHHHHHHHHHHIIIIIIIPPPPPPPPPPEEIHHHHHHHHHHHPPIAAAAHPPHAAAHIPPEEIHHHHHHHHHHIPIAAHHHIPHAHIHAHPPEEIHHHHHHHHHHPPHAIIIIIIAHPPPIIPPEEPHHHHHHHHHHPPHAHIPIIHAHPPPPPPPEEPIHHHHHHHHHPPPHAAAHIHAHIIPPPPPEEPPHHHHHHHHHPPPPIHHAHHAHIIIPPPPEEPPIHHHHHHHHIPPPPPPAAIAIIIIPPPPEEPPPHHHHHHHHHPHHPPPAAPAAHIHIHPPEEPPPIHHHHHHHHPHAAAAAHPIAAAAAHPPEEPPPPIHHHHHHHIPIHHHIPPPIHHHIIPPEEPPPPPHHHHHHHHPPPPPPPPPPIIIIIPPEEPPPPPPHHIHIIHHPPPPPPPPPIIIIIIPEEPPPPPPIHHIHIIHHPPPPPPPPIIIIIIPEEPPPPPPPIHIIHIIHHPPPPPPIIIIIIIPEEPPPPPPPPIHIIHIIHHPIIIIIIIIIIIPEEPPPPPPPPPIHIIHIIHHIIIIIIIIIIIPEEPPPPPPPPPPPIIIHIIHHHIIIIIIIIPPEEPPPPPPPPPPPPIIIHIIIHHHIIIIIPPPEEPPPPPPPPPPPPPPPIIHIIIHHHHHIPPPEEPPPPPPPPPPPPPPPPPPIHIPPPPPPPPPEAEPPPPPPPPPPPPPPPPPPPPPPPPPPPPEAAAEPPPPPPPPPPPPPPPPPPPPPPPPPPEAAAAAEEEEEEEEEEEEEEEEEEEEEEEEEEAAA</Icon> <IconInfo> <IconType size="32" bpp="4" format="raw"> </IconType> </IconInfo> </Details> <SeqNo>1254208721</SeqNo> <ServerType>win32</ServerType> <ClientType>ica30</ClientType></AppData><AppData><InName>Farm302:Software Deployment Manager 700 SP15</InName> <FName>Software Deployment Manager 700 SP15</FName> <Details> <Settings appisdisabled="false" appisdesktop="false"> <Folder>J2EE Tools</Folder> <Description>Software Deployment Manager 700 SP15</Description> <WinWidth>0</WinWidth> <WinHeight>0</WinHeight> <WinColor>8</WinColor> <WinType>percent</WinType> <WinScale>99</WinScale> <SoundType minimum="false">none</SoundType> <VideoType minimum="false">none</VideoType> <Encryption minimum="false">rc5-128</Encryption> <AppOnDesktop value="false"> </AppOnDesktop> <AppInStartmenu value="false"></AppInStartmenu> <PublisherName>Farm302</PublisherName> <SSLEnabled>true</SSLEnabled> <RemoteAccessEnabled>false</RemoteAccessEnabled> </Settings> <Icon>PPPPPPPPPPPPPPAPPPPPPOAHPAAAAAADOAAAAAABMAAAAAABMAAAAAABMAAAAAABMAAAAAADMAAAAAAHOAAAAAAPOAAAAAAHOAAAAAAHOAAAAAAHOAAAAAAPOAAAAABPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPMAAAAADPMAAAAADPMAAAAADPMAAAAADPMAAAAADPOAAAAADPPAAAAAHPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCCCAAAAAAAAAAAAAAAAAAAAAAAAAAACKCCCCAAAAAAAMMMMMMMMMMMMMMCCCMCKCCCCCCAAAAAMMPPPPPPPPPPPPCKCCCCKCCCCCCCAAAMMPPMMMMMMMMMMCKCCCCCKCCCCCCCAAAMPPMOMOMOMOMOMCKCCKCCCKCCCCCCAAAMPPMMOMOMOMIMICKCCKCKKCKCCCCCAAAMPPMOMOMIMPPPPCKCCKCKKCCKCCAAAAAMMPMMOMPPPOOOOCCKCCKKCCCAAAAAAAAAMPMOMPOOOOPPPOAKCCCKCCCCAAAAAAAAMPMMPOOPPPOOOOOAKCCCCCCCCAAAAAAAMPMPOOPPOOOOOOHPAKCCCCCCCAAAAAAAMPMPOPPOOOOOOHPIHAKCCCCCCAAAAAAAMPIPOPOOOOPPHPIHAOACKKCCAAAAAAAAMPPOOPOOOPMHPIHAOOOCAAAAAAAAAAAAMPPOPOOOPMHPIHAOOOPOPMAAAAAAAAAAMPPOPOOOPMHIHAPOOOPOPMAAAAAAAAAAMPPOPOOOPMMHAMPOOOPOPMAAAAAAAAAAMPPOOOOPPPMMMPOOOPOOPMAAAAAAAAAAMPIPOOPPPPPPPOOOOPOPIMAAAAAAAAAAMPMPOPPPPPOOOOOOPPOPMOAAAAAAAAAAMPMPPPPPPOOOOOOPPOOPMOAAAAAAAAAAMPMMPPPPOOOOOPPPOOPMMOAAAAAAAAAAMPMMMPPOOOPPPOOOOPMMMOAAAAAAAAAMMPMMMMPPPOOOOOPPPMMMOOAAAAAAAAAMPPMOMMMMMPPPPPMMMMMOMOAAAAAAAAAMPPMMOMOMMMMMMMMMOMOMOOAAAAAAAAAMPPMOMOMOMOMOMOMOMOMOMOAAAAAAAAAMMPOMOMOMOMOMOMOMOMOMOOAAAAAAAAAAMMOOOOOOOOOOOOOOOOOOOMMAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAMAAAAAAA</Icon> <IconInfo> <IconType size="32" bpp="4" format="raw"> </IconType> </IconInfo> </Details> <SeqNo>1251802236</SeqNo> <ServerType>win32</ServerType> <ClientType>ica30</ClientType></AppData><AppData><InName>Farm302:Software Deployment Manager 7^D8B49B64</InName> <FName>Software Deployment Manager 700 SP17</FName> <Details> <Settings appisdisabled="false" appisdesktop="false"> <Folder>J2EE Tools</Folder> <Description>Software Deployment Manager 700 SP17</Description> <WinWidth>0</WinWidth> <WinHeight>0</WinHeight> <WinColor>8</WinColor> <WinType>percent</WinType> <WinScale>99</WinScale> <SoundType minimum="false">none</SoundType> <VideoType minimum="false">none</VideoType> <Encryption minimum="false">rc5-128</Encryption> <AppOnDesktop value="false"> </AppOnDesktop> <AppInStartmenu value="false"></AppInStartmenu> <PublisherName>Farm302</PublisherName> <SSLEnabled>true</SSLEnabled> <RemoteAccessEnabled>false</RemoteAccessEnabled> </Settings> <Icon>PPPPPPPPPPPPPPAPPPPPPOAHPAAAAAADOAAAAAABMAAAAAABMAAAAAABMAAAAAABMAAAAAADMAAAAAAHOAAAAAAPOAAAAAAHOAAAAAAHOAAAAAAHOAAAAAAPOAAAAABPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPMAAAAADPMAAAAADPMAAAAADPMAAAAADPMAAAAADPOAAAAADPPAAAAAHPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCCCAAAAAAAAAAAAAAAAAAAAAAAAAAACKCCCCAAAAAAAMMMMMMMMMMMMMMCCCMCKCCCCCCAAAAAMMPPPPPPPPPPPPCKCCCCKCCCCCCCAAAMMPPMMMMMMMMMMCKCCCCCKCCCCCCCAAAMPPMOMOMOMOMOMCKCCKCCCKCCCCCCAAAMPPMMOMOMOMIMICKCCKCKKCKCCCCCAAAMPPMOMOMIMPPPPCKCCKCKKCCKCCAAAAAMMPMMOMPPPOOOOCCKCCKKCCCAAAAAAAAAMPMOMPOOOOPPPOAKCCCKCCCCAAAAAAAAMPMMPOOPPPOOOOOAKCCCCCCCCAAAAAAAMPMPOOPPOOOOOOHPAKCCCCCCCAAAAAAAMPMPOPPOOOOOOHPIHAKCCCCCCAAAAAAAMPIPOPOOOOPPHPIHAOACKKCCAAAAAAAAMPPOOPOOOPMHPIHAOOOCAAAAAAAAAAAAMPPOPOOOPMHPIHAOOOPOPMAAAAAAAAAAMPPOPOOOPMHIHAPOOOPOPMAAAAAAAAAAMPPOPOOOPMMHAMPOOOPOPMAAAAAAAAAAMPPOOOOPPPMMMPOOOPOOPMAAAAAAAAAAMPIPOOPPPPPPPOOOOPOPIMAAAAAAAAAAMPMPOPPPPPOOOOOOPPOPMOAAAAAAAAAAMPMPPPPPPOOOOOOPPOOPMOAAAAAAAAAAMPMMPPPPOOOOOPPPOOPMMOAAAAAAAAAAMPMMMPPOOOPPPOOOOPMMMOAAAAAAAAAMMPMMMMPPPOOOOOPPPMMMOOAAAAAAAAAMPPMOMMMMMPPPPPMMMMMOMOAAAAAAAAAMPPMMOMOMMMMMMMMMOMOMOOAAAAAAAAAMPPMOMOMOMOMOMOMOMOMOMOAAAAAAAAAMMPOMOMOMOMOMOMOMOMOMOOAAAAAAAAAAMMOOOOOOOOOOOOOOOOOOOMMAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAMAAAAAAA</Icon> <IconInfo> <IconType size="32" bpp="4" format="raw"> </IconType> </IconInfo> </Details> <SeqNo>1251787973</SeqNo> <ServerType>win32</ServerType> <ClientType>ica30</ClientType></AppData><AppData><InName>Farm302:Visual Admin 700 SP15</InName> <FName>Visual Admin 700 SP15</FName> <Details> <Settings appisdisabled="false" appisdesktop="false"> <Folder>J2EE Tools</Folder> <Description>Visual Admin 700 SP08</Description> <WinWidth>0</WinWidth> <WinHeight>0</WinHeight> <WinColor>8</WinColor> <WinType>percent</WinType> <WinScale>99</WinScale> <SoundType minimum="false">none</SoundType> <VideoType minimum="false">none</VideoType> <Encryption minimum="false">rc5-128</Encryption> <AppOnDesktop value="false"> </AppOnDesktop> <AppInStartmenu value="false"></AppInStartmenu> <PublisherName>Farm302</PublisherName> <SSLEnabled>true</SSLEnabled> <RemoteAccessEnabled>false</RemoteAccessEnabled> </Settings> <Icon>PPPPPPPPPPPPPPAPPPPPPOAHPAAAAAADOAAAAAABMAAAAAABMAAAAAABMAAAAAABMAAAAAADMAAAAAAHOAAAAAAPOAAAAAAHOAAAAAAHOAAAAAAHOAAAAAAPOAAAAABPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPMAAAAADPMAAAAADPMAAAAADPMAAAAADPMAAAAADPOAAAAADPPAAAAAHPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCCCAAAAAAAAAAAAAAAAAAAAAAAAAAACKCCCCAAAAAAAMMMMMMMMMMMMMMCCCMCKCCCCCCAAAAAMMPPPPPPPPPPPPCKCCCCKCCCCCCCAAAMMPPMMMMMMMMMMCKCCCCCKCCCCCCCAAAMPPMOMOMOMOMOMCKCCKCCCKCCCCCCAAAMPPMMOMOMOMIMICKCCKCKKCKCCCCCAAAMPPMOMOMIMPPPPCKCCKCKKCCKCCAAAAAMMPMMOMPPPOOOOCCKCCKKCCCAAAAAAAAAMPMOMPOOOOPPPOAKCCCKCCCCAAAAAAAAMPMMPOOPPPOOOOOAKCCCCCCCCAAAAAAAMPMPOOPPOOOOOOHPAKCCCCCCCAAAAAAAMPMPOPPOOOOOOHPIHAKCCCCCCAAAAAAAMPIPOPOOOOPPHPIHAOACKKCCAAAAAAAAMPPOOPOOOPMHPIHAOOOCAAAAAAAAAAAAMPPOPOOOPMHPIHAOOOPOPMAAAAAAAAAAMPPOPOOOPMHIHAPOOOPOPMAAAAAAAAAAMPPOPOOOPMMHAMPOOOPOPMAAAAAAAAAAMPPOOOOPPPMMMPOOOPOOPMAAAAAAAAAAMPIPOOPPPPPPPOOOOPOPIMAAAAAAAAAAMPMPOPPPPPOOOOOOPPOPMOAAAAAAAAAAMPMPPPPPPOOOOOOPPOOPMOAAAAAAAAAAMPMMPPPPOOOOOPPPOOPMMOAAAAAAAAAAMPMMMPPOOOPPPOOOOPMMMOAAAAAAAAAMMPMMMMPPPOOOOOPPPMMMOOAAAAAAAAAMPPMOMMMMMPPPPPMMMMMOMOAAAAAAAAAMPPMMOMOMMMMMMMMMOMOMOOAAAAAAAAAMPPMOMOMOMOMOMOMOMOMOMOAAAAAAAAAMMPOMOMOMOMOMOMOMOMOMOOAAAAAAAAAAMMOOOOOOOOOOOOOOOOOOOMMAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAMAAAAAAA</Icon> <IconInfo> <IconType size="32" bpp="4" format="raw"> </IconType> </IconInfo> </Details> <SeqNo>1251802262</SeqNo> <ServerType>win32</ServerType> <ClientType>ica30</ClientType></AppData><AppData><InName>Farm302:Visual Admin 700 SP17^33CCEF19</InName> <FName>Visual Admin 700 SP17</FName> <Details> <Settings appisdisabled="false" appisdesktop="false"> <Folder>J2EE Tools</Folder> <Description>Visual Admin 700 SP17</Description> <WinWidth>0</WinWidth> <WinHeight>0</WinHeight> <WinColor>8</WinColor> <WinType>percent</WinType> <WinScale>99</WinScale> <SoundType minimum="false">none</SoundType> <VideoType minimum="false">none</VideoType> <Encryption minimum="false">rc5-128</Encryption> <AppOnDesktop value="false"> </AppOnDesktop> <AppInStartmenu value="false"></AppInStartmenu> <PublisherName>Farm302</PublisherName> <SSLEnabled>true</SSLEnabled> <RemoteAccessEnabled>false</RemoteAccessEnabled> </Settings> <Icon>PPPPPPPPPPPPPPAPPPPPPOAHPAAAAAADOAAAAAABMAAAAAABMAAAAAABMAAAAAABMAAAAAADMAAAAAAHOAAAAAAPOAAAAAAHOAAAAAAHOAAAAAAHOAAAAAAPOAAAAABPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPOAAAAADPMAAAAADPMAAAAADPMAAAAADPMAAAAADPMAAAAADPOAAAAADPPAAAAAHPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCCCAAAAAAAAAAAAAAAAAAAAAAAAAAACKCCCCAAAAAAAMMMMMMMMMMMMMMCCCMCKCCCCCCAAAAAMMPPPPPPPPPPPPCKCCCCKCCCCCCCAAAMMPPMMMMMMMMMMCKCCCCCKCCCCCCCAAAMPPMOMOMOMOMOMCKCCKCCCKCCCCCCAAAMPPMMOMOMOMIMICKCCKCKKCKCCCCCAAAMPPMOMOMIMPPPPCKCCKCKKCCKCCAAAAAMMPMMOMPPPOOOOCCKCCKKCCCAAAAAAAAAMPMOMPOOOOPPPOAKCCCKCCCCAAAAAAAAMPMMPOOPPPOOOOOAKCCCCCCCCAAAAAAAMPMPOOPPOOOOOOHPAKCCCCCCCAAAAAAAMPMPOPPOOOOOOHPIHAKCCCCCCAAAAAAAMPIPOPOOOOPPHPIHAOACKKCCAAAAAAAAMPPOOPOOOPMHPIHAOOOCAAAAAAAAAAAAMPPOPOOOPMHPIHAOOOPOPMAAAAAAAAAAMPPOPOOOPMHIHAPOOOPOPMAAAAAAAAAAMPPOPOOOPMMHAMPOOOPOPMAAAAAAAAAAMPPOOOOPPPMMMPOOOPOOPMAAAAAAAAAAMPIPOOPPPPPPPOOOOPOPIMAAAAAAAAAAMPMPOPPPPPOOOOOOPPOPMOAAAAAAAAAAMPMPPPPPPOOOOOOPPOOPMOAAAAAAAAAAMPMMPPPPOOOOOPPPOOPMMOAAAAAAAAAAMPMMMPPOOOPPPOOOOPMMMOAAAAAAAAAMMPMMMMPPPOOOOOPPPMMMOOAAAAAAAAAMPPMOMMMMMPPPPPMMMMMOMOAAAAAAAAAMPPMMOMOMMMMMMMMMOMOMOOAAAAAAAAAMPPMOMOMOMOMOMOMOMOMOMOAAAAAAAAAMMPOMOMOMOMOMOMOMOMOMOOAAAAAAAAAAMMOOOOOOOOOOOOOOOOOOOMMAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAMAAAAAAA</Icon> <IconInfo> <IconType size="32" bpp="4" format="raw"> </IconType> </IconInfo> </Details> <SeqNo>1251787726</SeqNo> <ServerType>win32</ServerType> <ClientType>ica30</ClientType></AppData><AppData><InName>Farm303:SAP NW DEV Studio</InName> <FName>SAP NW DEV Studio</FName> <Details> <Settings appisdisabled="false" appisdesktop="false"> <WinWidth>1024</WinWidth> <WinHeight>768</WinHeight> <WinColor>8</WinColor> <WinType>pixels</WinType> <WinScale>0</WinScale> <SoundType minimum="false">none</SoundType> <VideoType minimum="false">none</VideoType> <Encryption minimum="false">rc5-128</Encryption> <AppOnDesktop value="false"> </AppOnDesktop> <AppInStartmenu value="false"></AppInStartmenu> <PublisherName>Farm303</PublisherName> <SSLEnabled>true</SSLEnabled> <RemoteAccessEnabled>false</RemoteAccessEnabled> </Settings> <Icon>AAAAAHPPAAAAAHPPAAAAAPPPAAAABPPPAAAADPPPAAAAHPPPAAAAAAAPAAAAAAAPAAABAAAPAAABAAAPAAABAAAPAAABAAAPAAADOPHPAAAAADHPAAAAADHPAAAAAAHPAAAAADHPAAAAAHHPABMABPHPADPPAAAPADOBAAAPAAABAAAPAAABAAAPAAAAAAAPDAABAAAPHAABPPPPPAABPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPAEAEGGGGGGGGEGEGEEEEEAAAAAAAAAAAAPPIIIIIHHGGGEEEEEAEAAAAAAAAAAAAAIIOOOGMGMEEEEGEEEEAAAAAAAAAAAAAAPOOMHMGGGGEGEEEEEEAAAAAAAAAAAAAEPOMHMGGEEEEEEGEGAAAAAAAAAAAAAAAAIGGGEEEEEEEEEAEAAAAAAAAAAAAAAAAEIGEEEAAAAAAAAAAHHHABADDDDDBAAAAAIEALPLILLLLJLJADILLLLDLJDDBAAAAEIEAIPLLJDJDILHAAPPPIIPIPIIHAAAAAIEAIPPPPPPPPPIAEIPPPPPPPPIAAAAAEIEAHPPPPPPPIIIACIPPPPPPIIIHAAAAEHEAHPPPPPPIIIIAAIIIIIIHHHAAAAAAAIECHIIIIIHHHAAAAAAAAAAAAAAAAAAAEHEEEEEAAAIIHDDDDLJLJAAAAAAAAAAAEHEEEEAGAALPLLDLJDHHIBAAAAAAAAAAEHEEGEEEAPIPPPPPPPPPPAAAAAAAAAAAEHEEEEECAAAPPPPPPPIIIAAAAAAAAAAAEHEEGEEAAAHPPPPPPPIIIAAAAAAAAAAAEHAEEGEAAAHIIIIHHAAAAAAAAAAAAAAAEGEEEEAAAAAAAAAAAAAAABDDLLJBAAAAAGEAEAAAAAAAABAADPPLLLLLJHHDAAAAEGAAPIIDLLLDLJLADPIIIPIPPPIHAAAAAEEALPLLDJIIIIIAAIPPPPPPPIIAAAAAEGAAIPPPPPPPPIIAAIPPPPPIIIHHAAAAEEAAHPPPPPPPIIIAAIIIIIHHFCHAAAAAAAAAHPPPPPIIIIIAAAAAAAAAAAAAAAAAAAAAHIIIIHHAAAAAAAAAAAAAAAAAAAAAAAA+> This code with extracted hex from reg key (see 7zip file above). Error: >Running AU3Check (1.54.14.0) from:C:\Programme\AutoIt3 D:\AutoIT_Scripts\reg_pnagent.au3(252,78) : ERROR: yacc stack overflow "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c," expandcollapse popup$pn = RegRead ("HKCU_Software_Citrix_pnagent", "Application Model 000") ;output see above ConsoleWrite ($pn) $pn = BinaryToString ("3c,41,70,70,44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e,"& _ "46,61,72,6d,33,30,31,3a,50,65,72,65,67,72,69,6e,65,20,53,43,3c,2f,49,6e,4e," & _ "61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61," & _ "6d,65,3e,50,65,72,65,67,72,69,6e,65,20,53,43,3c,2f,46,4e,61,6d,65,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,74,61,69,6c,73,3e,0a," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,74,74," & _ "69,6e,67,73,20,61,70,70,69,73,64,69,73,61,62,6c,65,64,3d,22,66,61,6c,73,65," & _ "22,20,61,70,70,69,73,64,65,73,6b,74,6f,70,3d,22,66,61,6c,73,65,22,3e,0a,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,"& _ "6f,6c,64,65,72,3e,41,64,6d,69,6e,69,73,74,72,61,74,69,6f,6e,3c,2f,46,6f,6c,"& _ "64,65,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,3c,44,65,73,63,72,69,70,74,69,6f,6e,3e,50,65,72,65,67,72,69,6e,"& _ "65,20,53,43,3c,2f,44,65,73,63,72,69,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,57,69,64,"& _ "74,68,3e,30,3c,2f,57,69,6e,57,69,64,74,68,3e,0a,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,48,65,69,67,68,74,"& _ "3e,30,3c,2f,57,69,6e,48,65,69,67,68,74,3e,0a,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38,"& _ "3c,2f,57,69,6e,43,6f,6c,6f,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,54,79,70,65,3e,70,65,72,63,65,"& _ "6e,74,3c,2f,57,69,6e,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,53,63,61,6c,65,3e,39,39,3c,"& _ "2f,57,69,6e,53,63,61,6c,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,3c,53,6f,75,6e,64,54,79,70,65,20,6d,69,6e,69,"& _ "6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,6e,65,3c,2f,53,6f,75,6e,64,54,79,"& _ "70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,3c,56,69,64,65,6f,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,"& _ "6c,73,65,22,3e,6e,6f,6e,65,3c,2f,56,69,64,65,6f,54,79,70,65,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,45,6e,63,"& _ "72,79,70,74,69,6f,6e,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,72,"& _ "63,35,2d,31,32,38,3c,2f,45,6e,63,72,79,70,74,69,6f,6e,3e,0a,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,41,70,70,4f,6e,"& _ "44,65,73,6b,74,6f,70,20,76,61,6c,75,65,3d,22,66,61,6c,73,65,22,3e,0a,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,41,"& _ "70,70,4f,6e,44,65,73,6b,74,6f,70,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,41,70,70,49,6e,53,74,61,72,74,6d,65,"& _ "6e,75,20,76,61,6c,75,65,3d,22,66,61,6c,73,65,22,3e,3c,2f,41,70,70,49,6e,53,"& _ "74,61,72,74,6d,65,6e,75,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,3c,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,46,"& _ "61,72,6d,33,30,31,3c,2f,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,0a,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,53,"& _ "4c,45,6e,61,62,6c,65,64,3e,74,72,75,65,3c,2f,53,53,4c,45,6e,61,62,6c,65,64,"& _ "e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,3c,52,65,6d,6f,74,65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,66,61,6c,"& _ "73,65,3c,2f,52,65,6d,6f,74,65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,0a,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,53,65,74,"& _ "74,69,6e,67,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,3c,49,63,6f,6e,3e,4f,41,41,41,41,41,41,48,4d,41,41,41,41,41,41,44,49,"& _ "41,41,41,41,41,41,42,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,49,41,41,41,41,41,41,42,4d,41,"& _ "41,41,41,41,41,44,4f,41,41,41,41,41,41,48,41,41,41,45,45,45,45,45,45,45,45,"& _ "45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,41,41,41,41,41,45,50,"& _ "50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,"& _ "45,41,41,41,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,"& _ "50,50,50,50,50,50,50,50,45,41,45,50,50,50,50,49,48,48,48,48,48,49,50,50,50,"& _ "50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,45,45,50,50,49,48,48,48,48,"& _ "48,48,48,48,48,48,49,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,45,45,"& _ "50,49,48,48,48,48,48,48,48,48,48,48,48,48,48,50,50,50,50,50,50,50,50,50,50,"& _ "50,50,50,50,50,45,45,50,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,50,"& _ "50,50,50,50,50,50,50,50,50,50,50,50,45,45,49,48,48,48,48,48,48,48,48,48,48,"& _ "48,48,48,48,48,48,48,50,50,50,50,50,50,50,50,50,50,50,50,45,45,49,48,48,48,"& _ "48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,50,50,50,50,50,50,50,50,50,"& _ "50,45,45,49,48,48,48,48,48,48,48,48,48,48,48,50,50,49,41,41,41,41,48,50,50,"& _ "48,41,41,41,48,49,50,50,45,45,49,48,48,48,48,48,48,48,48,48,48,49,50,49,41,"& _ "41,48,48,48,49,50,48,41,48,49,48,41,48,50,50,45,45,49,48,48,48,48,48,48,48,"& _ "48,48,48,50,50,48,41,49,49,49,49,49,49,41,48,50,50,50,49,49,50,50,45,45,50,"& _ "48,48,48,48,48,48,48,48,48,48,50,50,48,41,48,49,50,49,49,48,41,48,50,50,50,"& _ "50,50,50,50,45,45,50,49,48,48,48,48,48,48,48,48,48,50,50,50,48,41,41,41,48,"& _ "49,48,41,48,49,49,50,50,50,50,50,45,45,50,50,48,48,48,48,48,48,48,48,48,50,"& _ "50,50,50,49,48,48,41,48,48,41,48,49,49,49,50,50,50,50,45,45,50,50,49,48,48,"& _ "48,48,48,48,48,48,49,50,50,50,50,50,50,41,41,49,41,49,49,49,49,50,50,50,50,"& _ "45,45,50,50,50,48,48,48,48,48,48,48,48,48,50,48,48,50,50,50,41,41,50,41,41,"& _ "48,49,48,49,48,50,50,45,45,50,50,50,49,48,48,48,48,48,48,48,48,50,48,41,41,"& _ "41,41,41,48,50,49,41,41,41,41,41,48,50,50,45,45,50,50,50,50,49,48,48,48,48,"& _ "48,48,48,49,50,49,48,48,48,49,50,50,50,49,48,48,48,49,49,50,50,45,45,50,50,"& _ "50,50,50,48,48,48,48,48,48,48,48,50,50,50,50,50,50,50,50,50,50,49,49,49,49,"& _ "49,50,50,45,45,50,50,50,50,50,50,48,48,49,48,49,49,48,48,50,50,50,50,50,50,"& _ "50,50,50,49,49,49,49,49,49,50,45,45,50,50,50,50,50,50,49,48,48,49,48,49,49,"& _ "48,48,50,50,50,50,50,50,50,50,49,49,49,49,49,49,50,45,45,50,50,50,50,50,50,"& _ "50,49,48,49,49,48,49,49,48,48,50,50,50,50,50,50,49,49,49,49,49,49,49,50,45,"& _ "45,50,50,50,50,50,50,50,50,49,48,49,49,48,49,49,48,48,50,49,49,49,49,49,49,"& _ "49,49,49,49,49,50,45,45,50,50,50,50,50,50,50,50,50,49,48,49,49,48,49,49,48,"& _ "48,49,49,49,49,49,49,49,49,49,49,49,50,45,45,50,50,50,50,50,50,50,50,50,50,"& _ "50,49,49,49,48,49,49,48,48,48,49,49,49,49,49,49,49,49,50,50,45,45,50,50,50,"& _ "50,50,50,50,50,50,50,50,50,49,49,49,48,49,49,49,48,48,48,49,49,49,49,49,50,"& _ "50,50,45,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,49,49,48,49,49,49,"& _ "48,48,48,48,48,49,50,50,50,45,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50,"& _ "50,50,50,50,49,48,49,50,50,50,50,50,50,50,50,50,45,41,45,50,50,50,50,50,50,"& _ "50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,45,41,41,"& _ "41,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,"& _ "50,50,50,45,41,41,41,41,41,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,"& _ "45,45,45,45,45,45,45,45,45,45,41,41,41,3c,2f,49,63,6f,6e,3e,0a,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,49,6e,66,6f,"& _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,3c,49,63,6f,6e,54,79,70,65,20,73,69,7a,65,3d,22,33,32,22,20,62,70,70,3d,"& _ "22,34,22,20,66,6f,72,6d,61,74,3d,22,72,61,77,22,3e,0a,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,54,79,"& _ "70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,"& _ "2f,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,3c,2f,44,65,74,61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,3c,53,65,71,4e,6f,3e,31,32,35,34,32,30,38,37,32,31,3c,2f,53,65,"& _ "71,4e,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,72,"& _ "76,65,72,54,79,70,65,3e,77,69,6e,33,32,3c,2f,53,65,72,76,65,72,54,79,70,65,"& _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,43,6c,69,65,6e,74,"& _ "54,79,70,65,3e,69,63,61,33,30,3c,2f,43,6c,69,65,6e,74,54,79,70,65,3e,3c,2f,"& _ "41,70,70,44,61,74,61,3e,3c,41,70,70,44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e,"& _ "46,61,72,6d,33,30,32,3a,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65,"& _ "6e,74,20,4d,61,6e,61,67,65,72,20,37,30,30,20,53,50,31,35,3c,2f,49,6e,4e,61,"& _ "6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61,6d,"& _ "65,3e,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65,6e,74,20,4d,61,6e,"& _ "61,67,65,72,20,37,30,30,20,53,50,31,35,3c,2f,46,4e,61,6d,65,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,74,61,69,6c,73,3e,0a,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,74,74,69,6e,"& _ "67,73,20,61,70,70,69,73,64,69,73,61,62,6c,65,64,3d,22,66,61,6c,73,65,22,20,"& _ "61,70,70,69,73,64,65,73,6b,74,6f,70,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,6f,6c,"& _ "64,65,72,3e,4a,32,45,45,20,54,6f,6f,6c,73,3c,2f,46,6f,6c,64,65,72,3e,0a,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,"& _ "65,73,63,72,69,70,74,69,6f,6e,3e,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f,"& _ "79,6d,65,6e,74,20,4d,61,6e,61,67,65,72,20,37,30,30,20,53,50,31,35,3c,2f,44,"& _ "65,73,63,72,69,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,57,69,64,74,68,3e,30,3c,2f,57,"& _ "69,6e,57,69,64,74,68,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,3c,57,69,6e,48,65,69,67,68,74,3e,30,3c,2f,57,69,6e,"& _ "48,65,69,67,68,74,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f,"& _ "6c,6f,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,3c,57,69,6e,54,79,70,65,3e,70,65,72,63,65,6e,74,3c,2f,57,69,6e,"& _ "54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,3c,57,69,6e,53,63,61,6c,65,3e,39,39,3c,2f,57,69,6e,53,63,61,"& _ "6c,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,3c,53,6f,75,6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,"& _ "6c,73,65,22,3e,6e,6f,6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64,"& _ "65,6f,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,"& _ "6e,65,3c,2f,56,69,64,65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e,"& _ "20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c,"& _ "2f,45,6e,63,72,79,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70,"& _ "20,76,61,6c,75,65,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73,"& _ "6b,74,6f,70,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,3c,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75,"& _ "65,3d,22,66,61,6c,73,65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,"& _ "75,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,3c,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3c,"& _ "2f,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65,"& _ "64,3e,74,72,75,65,3c,2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74,"& _ "65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d,"& _ "6f,74,65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,"& _ "3e,50,50,50,50,50,50,50,50,50,50,50,50,50,50,41,50,50,50,50,50,50,4f,41,48,"& _ "50,41,41,41,41,41,41,44,4f,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,"& _ "41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,44,4d,41,"& _ "41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,41,48,4f,41,41,"& _ "41,41,41,41,48,4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,"& _ "41,41,42,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,"& _ "41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,"& _ "44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,"& _ "50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,"& _ "4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,50,"& _ "41,41,41,41,41,48,50,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,43,43,43,43,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,43,4b,43,43,43,43,"& _ "41,41,41,41,41,41,41,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,43,43,43,4d,"& _ "43,4b,43,43,43,43,43,43,41,41,41,41,41,4d,4d,50,50,50,50,50,50,50,50,50,50,"& _ "50,50,43,4b,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,4d,50,50,4d,4d,"& _ "4d,4d,4d,4d,4d,4d,4d,4d,43,4b,43,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,"& _ "41,4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,43,4b,43,43,4b,43,43,43,4b,43,"& _ "43,43,43,43,43,41,41,41,4d,50,50,4d,4d,4f,4d,4f,4d,4f,4d,49,4d,49,43,4b,43,"& _ "43,4b,43,4b,4b,43,4b,43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d,4f,4d,49,4d,"& _ "50,50,50,50,43,4b,43,43,4b,43,4b,4b,43,43,4b,43,43,41,41,41,41,41,4d,4d,50,"& _ "4d,4d,4f,4d,50,50,50,4f,4f,4f,4f,43,43,4b,43,43,4b,4b,43,43,43,41,41,41,41,"& _ "41,41,41,41,41,4d,50,4d,4f,4d,50,4f,4f,4f,4f,50,50,50,4f,41,4b,43,43,43,4b,"& _ "43,43,43,43,41,41,41,41,41,41,41,41,4d,50,4d,4d,50,4f,4f,50,50,50,4f,4f,4f,"& _ "4f,4f,41,4b,43,43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,4f,"& _ "50,50,4f,4f,4f,4f,4f,4f,48,50,41,4b,43,43,43,43,43,43,43,41,41,41,41,41,41,"& _ "41,4d,50,4d,50,4f,50,50,4f,4f,4f,4f,4f,4f,48,50,49,48,41,4b,43,43,43,43,43,"& _ "43,41,41,41,41,41,41,41,4d,50,49,50,4f,50,4f,4f,4f,4f,50,50,48,50,49,48,41,"& _ "4f,41,43,4b,4b,43,43,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,50,4f,4f,4f,50,"& _ "4d,48,50,49,48,41,4f,4f,4f,43,41,41,41,41,41,41,41,41,41,41,41,41,4d,50,50,"& _ "4f,50,4f,4f,4f,50,4d,48,50,49,48,41,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,"& _ "41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,48,49,48,41,50,4f,4f,4f,50,4f,50,"& _ "4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,4d,48,41,4d,"& _ "50,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,4f,4f,"& _ "50,50,50,4d,4d,4d,50,4f,4f,4f,50,4f,4f,50,4d,41,41,41,41,41,41,41,41,41,41,"& _ "4d,50,49,50,4f,4f,50,50,50,50,50,50,50,4f,4f,4f,4f,50,4f,50,49,4d,41,41,41,"& _ "41,41,41,41,41,41,41,4d,50,4d,50,4f,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50,"& _ "4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,50,50,50,50,50,50,4f,4f,"& _ "4f,4f,4f,4f,50,50,4f,4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d,"& _ "50,50,50,50,4f,4f,4f,4f,4f,50,50,50,4f,4f,50,4d,4d,4f,41,41,41,41,41,41,41,"& _ "41,41,41,4d,50,4d,4d,4d,50,50,4f,4f,4f,50,50,50,4f,4f,4f,4f,50,4d,4d,4d,4f,"& _ "41,41,41,41,41,41,41,41,41,4d,4d,50,4d,4d,4d,4d,50,50,50,4f,4f,4f,4f,4f,50,"& _ "50,50,4d,4d,4d,4f,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4f,4d,4d,4d,4d,"& _ "4d,50,50,50,50,50,4d,4d,4d,4d,4d,4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,50,"& _ "50,4d,4d,4f,4d,4f,4d,4d,4d,4d,4d,4d,4d,4d,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,"& _ "41,41,41,41,41,4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,"& _ "4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,4d,50,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,"& _ "4f,4d,4f,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41,41,4d,4d,4f,4f,4f,"& _ "4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4d,4d,41,41,41,41,41,41,41,"& _ "41,41,41,4d,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,4d,41,"& _ "41,41,41,41,41,41,3c,2f,49,63,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,54,"& _ "79,70,65,20,73,69,7a,65,3d,22,33,32,22,20,62,70,70,3d,22,34,22,20,66,6f,72,"& _ "6d,61,74,3d,22,72,61,77,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,54,79,70,65,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,49,6e,"& _ "66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,44,65,74,"& _ "61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,"& _ "71,4e,6f,3e,31,32,35,31,38,30,32,32,33,36,3c,2f,53,65,71,4e,6f,3e,0a,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,72,76,65,72,54,79,70,65,"& _ "3e,77,69,6e,33,32,3c,2f,53,65,72,76,65,72,54,79,70,65,3e,0a,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,3c,43,6c,69,65,6e,74,54,79,70,65,3e,69,63,"& _ "61,33,30,3c,2f,43,6c,69,65,6e,74,54,79,70,65,3e,3c,2f,41,70,70,44,61,74,61,"& _ "3e,3c,41,70,70,44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e,46,61,72,6d,33,30,32,"& _ "3a,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65,6e,74,20,4d,61,6e,61,"& _ "67,65,72,20,37,5e,44,38,42,34,39,42,36,34,3c,2f,49,6e,4e,61,6d,65,3e,0a,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61,6d,65,3e,53,6f,66,"& _ "74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65,6e,74,20,4d,61,6e,61,67,65,72,20,"& _ "37,30,30,20,53,50,31,37,3c,2f,46,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,3c,44,65,74,61,69,6c,73,3e,0a,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,74,74,69,6e,67,73,20,61,70,"& _ "70,69,73,64,69,73,61,62,6c,65,64,3d,22,66,61,6c,73,65,22,20,61,70,70,69,73,"& _ "64,65,73,6b,74,6f,70,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,6f,6c,64,65,72,3e,4a,"& _ "32,45,45,20,54,6f,6f,6c,73,3c,2f,46,6f,6c,64,65,72,3e,0a,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,73,63,72,69,"& _ "70,74,69,6f,6e,3e,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65,6e,74,"& _ "20,4d,61,6e,61,67,65,72,20,37,30,30,20,53,50,31,37,3c,2f,44,65,73,63,72,69,"& _ "70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,3c,57,69,6e,57,69,64,74,68,3e,30,3c,2f,57,69,6e,57,69,64,"& _ "74,68,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,3c,57,69,6e,48,65,69,67,68,74,3e,30,3c,2f,57,69,6e,48,65,69,67,68,"& _ "74,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f,6c,6f,72,3e,0a,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,"& _ "57,69,6e,54,79,70,65,3e,70,65,72,63,65,6e,74,3c,2f,57,69,6e,54,79,70,65,3e,"& _ "0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "3c,57,69,6e,53,63,61,6c,65,3e,39,39,3c,2f,57,69,6e,53,63,61,6c,65,3e,0a,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,"& _ "6f,75,6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,"& _ "6e,6f,6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64,65,6f,54,79,70,"& _ "65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,6e,65,3c,2f,56,"& _ "69,64,65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e,20,6d,69,6e,69,"& _ "6d,75,6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c,2f,45,6e,63,72,"& _ "79,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70,20,76,61,6c,75,"& _ "65,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73,6b,74,6f,70,3e,"& _ "0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "3c,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75,65,3d,22,66,61,"& _ "6c,73,65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,3e,0a,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,50,75,"& _ "62,6c,69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3c,2f,50,75,62,6c,"& _ "69,73,68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65,64,3e,74,72,75,"& _ "65,3c,2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74,65,41,63,63,65,"& _ "73,73,45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d,6f,74,65,41,63,"& _ "63,65,73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,3e,50,50,50,50,"& _ "50,50,50,50,50,50,50,50,50,50,41,50,50,50,50,50,50,4f,41,48,50,41,41,41,41,"& _ "41,41,44,4f,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,"& _ "41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,44,4d,41,41,41,41,41,41,"& _ "48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,48,"& _ "4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,42,50,4f,"& _ "41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,"& _ "41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,"& _ "41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4d,41,41,41,"& _ "41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,"& _ "41,44,50,4d,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,50,41,41,41,41,41,"& _ "48,50,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,43,43,43,43,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,43,4b,43,43,43,43,41,41,41,41,41,"& _ "41,41,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,43,43,43,4d,43,4b,43,43,43,"& _ "43,43,43,41,41,41,41,41,4d,4d,50,50,50,50,50,50,50,50,50,50,50,50,43,4b,43,"& _ "43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,4d,50,50,4d,4d,4d,4d,4d,4d,4d,"& _ "4d,4d,4d,43,4b,43,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,50,50,4d,"& _ "4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,43,4b,43,43,4b,43,43,43,4b,43,43,43,43,43,43,"& _ "41,41,41,4d,50,50,4d,4d,4f,4d,4f,4d,4f,4d,49,4d,49,43,4b,43,43,4b,43,4b,4b,"& _ "43,4b,43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d,4f,4d,49,4d,50,50,50,50,43,"& _ "4b,43,43,4b,43,4b,4b,43,43,4b,43,43,41,41,41,41,41,4d,4d,50,4d,4d,4f,4d,50,"& _ "50,50,4f,4f,4f,4f,43,43,4b,43,43,4b,4b,43,43,43,41,41,41,41,41,41,41,41,41,"& _ "4d,50,4d,4f,4d,50,4f,4f,4f,4f,50,50,50,4f,41,4b,43,43,43,4b,43,43,43,43,41,"& _ "41,41,41,41,41,41,41,4d,50,4d,4d,50,4f,4f,50,50,50,4f,4f,4f,4f,4f,41,4b,43,"& _ "43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,4f,50,50,4f,4f,4f,"& _ "4f,4f,4f,48,50,41,4b,43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,"& _ "4f,50,50,4f,4f,4f,4f,4f,4f,48,50,49,48,41,4b,43,43,43,43,43,43,41,41,41,41,"& _ "41,41,41,4d,50,49,50,4f,50,4f,4f,4f,4f,50,50,48,50,49,48,41,4f,41,43,4b,4b,"& _ "43,43,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,50,4f,4f,4f,50,4d,48,50,49,48,"& _ "41,4f,4f,4f,43,41,41,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f,"& _ "50,4d,48,50,49,48,41,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,"& _ "50,50,4f,50,4f,4f,4f,50,4d,48,49,48,41,50,4f,4f,4f,50,4f,50,4d,41,41,41,41,"& _ "41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,4d,48,41,4d,50,4f,4f,4f,50,"& _ "4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,4f,4f,50,50,50,4d,4d,"& _ "4d,50,4f,4f,4f,50,4f,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,49,50,4f,"& _ "4f,50,50,50,50,50,50,50,4f,4f,4f,4f,50,4f,50,49,4d,41,41,41,41,41,41,41,41,"& _ "41,41,4d,50,4d,50,4f,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50,4f,50,4d,4f,41,"& _ "41,41,41,41,41,41,41,41,41,4d,50,4d,50,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,"& _ "50,4f,4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d,50,50,50,50,4f,"& _ "4f,4f,4f,4f,50,50,50,4f,4f,50,4d,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,"& _ "4d,4d,4d,50,50,4f,4f,4f,50,50,50,4f,4f,4f,4f,50,4d,4d,4d,4f,41,41,41,41,41,"& _ "41,41,41,41,4d,4d,50,4d,4d,4d,4d,50,50,50,4f,4f,4f,4f,4f,50,50,50,4d,4d,4d,"& _ "4f,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4f,4d,4d,4d,4d,4d,50,50,50,50,"& _ "50,4d,4d,4d,4d,4d,4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4d,4f,4d,"& _ "4f,4d,4d,4d,4d,4d,4d,4d,4d,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41,"& _ "4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,41,41,"& _ "41,41,41,41,41,41,41,4d,4d,50,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,"& _ "4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41,41,4d,4d,4f,4f,4f,4f,4f,4f,4f,4f,"& _ "4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4d,4d,41,41,41,41,41,41,41,41,41,41,4d,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,4d,41,41,41,41,41,41,"& _ "41,3c,2f,49,63,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,3c,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,54,79,70,65,20,73,"& _ "69,7a,65,3d,22,33,32,22,20,62,70,70,3d,22,34,22,20,66,6f,72,6d,61,74,3d,22,"& _ "72,61,77,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,3c,2f,49,63,6f,6e,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,49,6e,66,6f,3e,0a,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,44,65,74,61,69,6c,73,3e,"& _ "0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,71,4e,6f,3e,31,"& _ "32,35,31,37,38,37,39,37,33,3c,2f,53,65,71,4e,6f,3e,0a,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,3c,53,65,72,76,65,72,54,79,70,65,3e,77,69,6e,33,"& _ "32,3c,2f,53,65,72,76,65,72,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,3c,43,6c,69,65,6e,74,54,79,70,65,3e,69,63,61,33,30,3c,2f,"& _ "43,6c,69,65,6e,74,54,79,70,65,3e,3c,2f,41,70,70,44,61,74,61,3e,3c,41,70,70,"& _ "44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3a,56,69,73,75,"& _ "61,6c,20,41,64,6d,69,6e,20,37,30,30,20,53,50,31,35,3c,2f,49,6e,4e,61,6d,65,"& _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61,6d,65,3e,"& _ "56,69,73,75,61,6c,20,41,64,6d,69,6e,20,37,30,30,20,53,50,31,35,3c,2f,46,4e,"& _ "61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,74,"& _ "61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,3c,53,65,74,74,69,6e,67,73,20,61,70,70,69,73,64,69,73,61,62,6c,65,64,3d,"& _ "22,66,61,6c,73,65,22,20,61,70,70,69,73,64,65,73,6b,74,6f,70,3d,22,66,61,6c,"& _ "73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,3c,46,6f,6c,64,65,72,3e,4a,32,45,45,20,54,6f,6f,6c,73,3c,2f,46,"& _ "6f,6c,64,65,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,3c,44,65,73,63,72,69,70,74,69,6f,6e,3e,56,69,73,75,61,6c,"& _ "20,41,64,6d,69,6e,20,37,30,30,20,53,50,30,38,3c,2f,44,65,73,63,72,69,70,74,"& _ "69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,3c,57,69,6e,57,69,64,74,68,3e,30,3c,2f,57,69,6e,57,69,64,74,68,"& _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,3c,57,69,6e,48,65,69,67,68,74,3e,30,3c,2f,57,69,6e,48,65,69,67,68,74,3e,"& _ "0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f,6c,6f,72,3e,0a,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69,"& _ "6e,54,79,70,65,3e,70,65,72,63,65,6e,74,3c,2f,57,69,6e,54,79,70,65,3e,0a,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57,"& _ "69,6e,53,63,61,6c,65,3e,39,39,3c,2f,57,69,6e,53,63,61,6c,65,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,6f,75,"& _ "6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,"& _ "6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64,65,6f,54,79,70,65,20,"& _ "6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,6e,65,3c,2f,56,69,64,"& _ "65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e,20,6d,69,6e,69,6d,75,"& _ "6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c,2f,45,6e,63,72,79,70,"& _ "74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70,20,76,61,6c,75,65,3d,"& _ "22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73,6b,74,6f,70,3e,0a,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,41,"& _ "70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75,65,3d,22,66,61,6c,73,"& _ "65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,3e,0a,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,50,75,62,6c,"& _ "69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3c,2f,50,75,62,6c,69,73,"& _ "68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65,64,3e,74,72,75,65,3c,"& _ "2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74,65,41,63,63,65,73,73,"& _ "45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d,6f,74,65,41,63,63,65,"& _ "73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,3e,50,50,50,50,50,50,"& _ "50,50,50,50,50,50,50,50,41,50,50,50,50,50,50,4f,41,48,50,41,41,41,41,41,41,"& _ "44,4f,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,"& _ "4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,44,4d,41,41,41,41,41,41,48,4f,"& _ "41,41,41,41,41,41,50,4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,48,4f,41,"& _ "41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,42,50,4f,41,41,"& _ "41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,"& _ "41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,"& _ "41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4d,41,41,41,41,41,"& _ "44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,"& _ "50,4d,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,50,41,41,41,41,41,48,50,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,43,43,43,43,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,43,4b,43,43,43,43,41,41,41,41,41,41,41,"& _ "4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,43,43,43,4d,43,4b,43,43,43,43,43,"& _ "43,41,41,41,41,41,4d,4d,50,50,50,50,50,50,50,50,50,50,50,50,43,4b,43,43,43,"& _ "43,4b,43,43,43,43,43,43,43,41,41,41,4d,4d,50,50,4d,4d,4d,4d,4d,4d,4d,4d,4d,"& _ "4d,43,4b,43,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d,"& _ "4f,4d,4f,4d,4f,4d,4f,4d,43,4b,43,43,4b,43,43,43,4b,43,43,43,43,43,43,41,41,"& _ "41,4d,50,50,4d,4d,4f,4d,4f,4d,4f,4d,49,4d,49,43,4b,43,43,4b,43,4b,4b,43,4b,"& _ "43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d,4f,4d,49,4d,50,50,50,50,43,4b,43,"& _ "43,4b,43,4b,4b,43,43,4b,43,43,41,41,41,41,41,4d,4d,50,4d,4d,4f,4d,50,50,50,"& _ "4f,4f,4f,4f,43,43,4b,43,43,4b,4b,43,43,43,41,41,41,41,41,41,41,41,41,4d,50,"& _ "4d,4f,4d,50,4f,4f,4f,4f,50,50,50,4f,41,4b,43,43,43,4b,43,43,43,43,41,41,41,"& _ "41,41,41,41,41,4d,50,4d,4d,50,4f,4f,50,50,50,4f,4f,4f,4f,4f,41,4b,43,43,43,"& _ "43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,4f,50,50,4f,4f,4f,4f,4f,"& _ "4f,48,50,41,4b,43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,50,"& _ "50,4f,4f,4f,4f,4f,4f,48,50,49,48,41,4b,43,43,43,43,43,43,41,41,41,41,41,41,"& _ "41,4d,50,49,50,4f,50,4f,4f,4f,4f,50,50,48,50,49,48,41,4f,41,43,4b,4b,43,43,"& _ "41,41,41,41,41,41,41,41,4d,50,50,4f,4f,50,4f,4f,4f,50,4d,48,50,49,48,41,4f,"& _ "4f,4f,43,41,41,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,"& _ "48,50,49,48,41,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,"& _ "4f,50,4f,4f,4f,50,4d,48,49,48,41,50,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,"& _ "41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,4d,48,41,4d,50,4f,4f,4f,50,4f,50,"& _ "4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,4f,4f,50,50,50,4d,4d,4d,50,"& _ "4f,4f,4f,50,4f,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,49,50,4f,4f,50,"& _ "50,50,50,50,50,50,4f,4f,4f,4f,50,4f,50,49,4d,41,41,41,41,41,41,41,41,41,41,"& _ "4d,50,4d,50,4f,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50,4f,50,4d,4f,41,41,41,"& _ "41,41,41,41,41,41,41,4d,50,4d,50,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50,4f,"& _ "4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d,50,50,50,50,4f,4f,4f,"& _ "4f,4f,50,50,50,4f,4f,50,4d,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d,"& _ "4d,50,50,4f,4f,4f,50,50,50,4f,4f,4f,4f,50,4d,4d,4d,4f,41,41,41,41,41,41,41,"& _ "41,41,4d,4d,50,4d,4d,4d,4d,50,50,50,4f,4f,4f,4f,4f,50,50,50,4d,4d,4d,4f,4f,"& _ "41,41,41,41,41,41,41,41,41,4d,50,50,4d,4f,4d,4d,4d,4d,4d,50,50,50,50,50,4d,"& _ "4d,4d,4d,4d,4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4d,4f,4d,4f,4d,"& _ "4d,4d,4d,4d,4d,4d,4d,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41,4d,50,"& _ "50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,41,41,41,41,"& _ "41,41,41,41,41,4d,4d,50,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,"& _ "4d,4f,4f,41,41,41,41,41,41,41,41,41,41,4d,4d,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,"& _ "4f,4f,4f,4f,4f,4f,4f,4f,4f,4d,4d,41,41,41,41,41,41,41,41,41,41,4d,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,4d,41,41,41,41,41,41,41,3c,"& _ "2f,49,63,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,3c,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,54,79,70,65,20,73,69,7a,"& _ "65,3d,22,33,32,22,20,62,70,70,3d,22,34,22,20,66,6f,72,6d,61,74,3d,22,72,61,"& _ "77,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,3c,2f,49,63,6f,6e,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,44,65,74,61,69,6c,73,3e,0a,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,71,4e,6f,3e,31,32,35,"& _ "31,38,30,32,32,36,32,3c,2f,53,65,71,4e,6f,3e,0a,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,3c,53,65,72,76,65,72,54,79,70,65,3e,77,69,6e,33,32,3c,"& _ "2f,53,65,72,76,65,72,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,3c,43,6c,69,65,6e,74,54,79,70,65,3e,69,63,61,33,30,3c,2f,43,6c,"& _ "69,65,6e,74,54,79,70,65,3e,3c,2f,41,70,70,44,61,74,61,3e,3c,41,70,70,44,61,"& _ "74,61,3e,3c,49,6e,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3a,56,69,73,75,61,6c,"& _ "20,41,64,6d,69,6e,20,37,30,30,20,53,50,31,37,5e,33,33,43,43,45,46,31,39,3c,"& _ "2f,49,6e,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "3c,46,4e,61,6d,65,3e,56,69,73,75,61,6c,20,41,64,6d,69,6e,20,37,30,30,20,53,"& _ "50,31,37,3c,2f,46,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,3c,44,65,74,61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,3c,53,65,74,74,69,6e,67,73,20,61,70,70,69,73,64,69,"& _ "73,61,62,6c,65,64,3d,22,66,61,6c,73,65,22,20,61,70,70,69,73,64,65,73,6b,74,"& _ "6f,70,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,3c,46,6f,6c,64,65,72,3e,4a,32,45,45,20,54,"& _ "6f,6f,6c,73,3c,2f,46,6f,6c,64,65,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,73,63,72,69,70,74,69,6f,6e,"& _ "3e,56,69,73,75,61,6c,20,41,64,6d,69,6e,20,37,30,30,20,53,50,31,37,3c,2f,44,"& _ "65,73,63,72,69,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,57,69,64,74,68,3e,30,3c,2f,57,"& _ "69,6e,57,69,64,74,68,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,3c,57,69,6e,48,65,69,67,68,74,3e,30,3c,2f,57,69,6e,"& _ "48,65,69,67,68,74,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f,"& _ "6c,6f,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,3c,57,69,6e,54,79,70,65,3e,70,65,72,63,65,6e,74,3c,2f,57,69,6e,"& _ "54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,3c,57,69,6e,53,63,61,6c,65,3e,39,39,3c,2f,57,69,6e,53,63,61,"& _ "6c,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,3c,53,6f,75,6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,"& _ "6c,73,65,22,3e,6e,6f,6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64,"& _ "65,6f,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,"& _ "6e,65,3c,2f,56,69,64,65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e,"& _ "20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c,"& _ "2f,45,6e,63,72,79,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70,"& _ "20,76,61,6c,75,65,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73,"& _ "6b,74,6f,70,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,3c,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75,"& _ "65,3d,22,66,61,6c,73,65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,"& _ "75,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,3c,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3c,"& _ "2f,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65,"& _ "64,3e,74,72,75,65,3c,2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74,"& _ "65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d,"& _ "6f,74,65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,"& _ "3e,50,50,50,50,50,50,50,50,50,50,50,50,50,50,41,50,50,50,50,50,50,4f,41,48,"& _ "50,41,41,41,41,41,41,44,4f,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,"& _ "41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,44,4d,41,"& _ "41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,41,48,4f,41,41,"& _ "41,41,41,41,48,4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,"& _ "41,41,42,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,"& _ "41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,"& _ "44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,"& _ "50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,"& _ "4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,50,"& _ "41,41,41,41,41,48,50,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,43,43,43,43,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,43,4b,43,43,43,43,"& _ "41,41,41,41,41,41,41,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,43,43,43,4d,"& _ "43,4b,43,43,43,43,43,43,41,41,41,41,41,4d,4d,50,50,50,50,50,50,50,50,50,50,"& _ "50,50,43,4b,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,4d,50,50,4d,4d,"& _ "4d,4d,4d,4d,4d,4d,4d,4d,43,4b,43,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,"& _ "41,4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,43,4b,43,43,4b,43,43,43,4b,43,"& _ "43,43,43,43,43,41,41,41,4d,50,50,4d,4d,4f,4d,4f,4d,4f,4d,49,4d,49,43,4b,43,"& _ "43,4b,43,4b,4b,43,4b,43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d,4f,4d,49,4d,"& _ "50,50,50,50,43,4b,43,43,4b,43,4b,4b,43,43,4b,43,43,41,41,41,41,41,4d,4d,50,"& _ "4d,4d,4f,4d,50,50,50,4f,4f,4f,4f,43,43,4b,43,43,4b,4b,43,43,43,41,41,41,41,"& _ "41,41,41,41,41,4d,50,4d,4f,4d,50,4f,4f,4f,4f,50,50,50,4f,41,4b,43,43,43,4b,"& _ "43,43,43,43,41,41,41,41,41,41,41,41,4d,50,4d,4d,50,4f,4f,50,50,50,4f,4f,4f,"& _ "4f,4f,41,4b,43,43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,4f,"& _ "50,50,4f,4f,4f,4f,4f,4f,48,50,41,4b,43,43,43,43,43,43,43,41,41,41,41,41,41,"& _ "41,4d,50,4d,50,4f,50,50,4f,4f,4f,4f,4f,4f,48,50,49,48,41,4b,43,43,43,43,43,"& _ "43,41,41,41,41,41,41,41,4d,50,49,50,4f,50,4f,4f,4f,4f,50,50,48,50,49,48,41,"& _ "4f,41,43,4b,4b,43,43,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,50,4f,4f,4f,50,"& _ "4d,48,50,49,48,41,4f,4f,4f,43,41,41,41,41,41,41,41,41,41,41,41,41,4d,50,50,"& _ "4f,50,4f,4f,4f,50,4d,48,50,49,48,41,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,"& _ "41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,48,49,48,41,50,4f,4f,4f,50,4f,50,"& _ "4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,4d,48,41,4d,"& _ "50,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,4f,4f,"& _ "50,50,50,4d,4d,4d,50,4f,4f,4f,50,4f,4f,50,4d,41,41,41,41,41,41,41,41,41,41,"& _ "4d,50,49,50,4f,4f,50,50,50,50,50,50,50,4f,4f,4f,4f,50,4f,50,49,4d,41,41,41,"& _ "41,41,41,41,41,41,41,4d,50,4d,50,4f,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50,"& _ "4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,50,50,50,50,50,50,4f,4f,"& _ "4f,4f,4f,4f,50,50,4f,4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d,"& _ "50,50,50,50,4f,4f,4f,4f,4f,50,50,50,4f,4f,50,4d,4d,4f,41,41,41,41,41,41,41,"& _ "41,41,41,4d,50,4d,4d,4d,50,50,4f,4f,4f,50,50,50,4f,4f,4f,4f,50,4d,4d,4d,4f,"& _ "41,41,41,41,41,41,41,41,41,4d,4d,50,4d,4d,4d,4d,50,50,50,4f,4f,4f,4f,4f,50,"& _ "50,50,4d,4d,4d,4f,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4f,4d,4d,4d,4d,"& _ "4d,50,50,50,50,50,4d,4d,4d,4d,4d,4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,50,"& _ "50,4d,4d,4f,4d,4f,4d,4d,4d,4d,4d,4d,4d,4d,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,"& _ "41,41,41,41,41,4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,"& _ "4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,4d,50,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,"& _ "4f,4d,4f,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41,41,4d,4d,4f,4f,4f,"& _ "4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4d,4d,41,41,41,41,41,41,41,"& _ "41,41,41,4d,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,4d,41,"& _ "41,41,41,41,41,41,3c,2f,49,63,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,54,"& _ "79,70,65,20,73,69,7a,65,3d,22,33,32,22,20,62,70,70,3d,22,34,22,20,66,6f,72,"& _ "6d,61,74,3d,22,72,61,77,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,54,79,70,65,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,49,6e,"& _ "66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,44,65,74,"& _ "61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,"& _ "71,4e,6f,3e,31,32,35,31,37,38,37,37,32,36,3c,2f,53,65,71,4e,6f,3e,0a,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,72,76,65,72,54,79,70,65,"& _ "3e,77,69,6e,33,32,3c,2f,53,65,72,76,65,72,54,79,70,65,3e,0a,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,3c,43,6c,69,65,6e,74,54,79,70,65,3e,69,63,"& _ "61,33,30,3c,2f,43,6c,69,65,6e,74,54,79,70,65,3e,3c,2f,41,70,70,44,61,74,61,"& _ "3e,3c,41,70,70,44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e,46,61,72,6d,33,30,33,"& _ "3a,53,41,50,20,4e,57,20,44,45,56,20,53,74,75,64,69,6f,3c,2f,49,6e,4e,61,6d,"& _ "65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61,6d,65,"& _ "3e,53,41,50,20,4e,57,20,44,45,56,20,53,74,75,64,69,6f,3c,2f,46,4e,61,6d,65,"& _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,74,61,69,6c,"& _ "73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,"& _ "65,74,74,69,6e,67,73,20,61,70,70,69,73,64,69,73,61,62,6c,65,64,3d,22,66,61,"& _ "6c,73,65,22,20,61,70,70,69,73,64,65,73,6b,74,6f,70,3d,22,66,61,6c,73,65,22,"& _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,3c,57,69,6e,57,69,64,74,68,3e,31,30,32,34,3c,2f,57,69,6e,57,69,64,74,68,"& _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,3c,57,69,6e,48,65,69,67,68,74,3e,37,36,38,3c,2f,57,69,6e,48,65,69,67,68,"& _ "74,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f,6c,6f,72,3e,0a,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,"& _ "57,69,6e,54,79,70,65,3e,70,69,78,65,6c,73,3c,2f,57,69,6e,54,79,70,65,3e,0a,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,"& _ "57,69,6e,53,63,61,6c,65,3e,30,3c,2f,57,69,6e,53,63,61,6c,65,3e,0a,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,6f,75,"& _ "6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,"& _ "6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64,65,6f,54,79,70,65,20,"& _ "6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,6e,65,3c,2f,56,69,64,"& _ "65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e,20,6d,69,6e,69,6d,75,"& _ "6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c,2f,45,6e,63,72,79,70,"& _ "74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70,20,76,61,6c,75,65,3d,"& _ "22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73,6b,74,6f,70,3e,0a,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,41,"& _ "70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75,65,3d,22,66,61,6c,73,"& _ "65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,3e,0a,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,50,75,62,6c,"& _ "69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,33,3c,2f,50,75,62,6c,69,73,"& _ "68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65,64,3e,74,72,75,65,3c,"& _ "2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74,65,41,63,63,65,73,73,"& _ "45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d,6f,74,65,41,63,63,65,"& _ "73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a,20,20,20,20,20,20,20,"& _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,3e,41,41,41,41,41,48,"& _ "50,50,41,41,41,41,41,48,50,50,41,41,41,41,41,50,50,50,41,41,41,41,42,50,50,"& _ "50,41,41,41,41,44,50,50,50,41,41,41,41,48,50,50,50,41,41,41,41,41,41,41,50,"& _ "41,41,41,41,41,41,41,50,41,41,41,42,41,41,41,50,41,41,41,42,41,41,41,50,41,"& _ "41,41,42,41,41,41,50,41,41,41,42,41,41,41,50,41,41,41,44,4f,50,48,50,41,41,"& _ "41,41,41,44,48,50,41,41,41,41,41,44,48,50,41,41,41,41,41,41,48,50,41,41,41,"& _ "41,41,44,48,50,41,41,41,41,41,48,48,50,41,42,4d,41,42,50,48,50,41,44,50,50,"& _ "41,41,41,50,41,44,4f,42,41,41,41,50,41,41,41,42,41,41,41,50,41,41,41,42,41,"& _ "41,41,50,41,41,41,41,41,41,41,50,44,41,41,42,41,41,41,50,48,41,41,42,50,50,"& _ "50,50,50,41,41,42,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,"& _ "50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,"& _ "41,45,41,45,47,47,47,47,47,47,47,47,45,47,45,47,45,45,45,45,45,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,50,50,49,49,49,49,49,48,48,47,47,47,45,45,45,45,45,"& _ "41,45,41,41,41,41,41,41,41,41,41,41,41,41,41,49,49,4f,4f,4f,47,4d,47,4d,45,"& _ "45,45,45,47,45,45,45,45,41,41,41,41,41,41,41,41,41,41,41,41,41,41,50,4f,4f,"& _ "4d,48,4d,47,47,47,47,45,47,45,45,45,45,45,45,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,45,50,4f,4d,48,4d,47,47,45,45,45,45,45,45,47,45,47,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,49,47,47,47,45,45,45,45,45,45,45,45,45,41,"& _ "45,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,45,49,47,45,45,45,41,41,"& _ "41,41,41,41,41,41,41,41,48,48,48,41,42,41,44,44,44,44,44,42,41,41,41,41,41,"& _ "49,45,41,4c,50,4c,49,4c,4c,4c,4c,4a,4c,4a,41,44,49,4c,4c,4c,4c,44,4c,4a,44,"& _ "44,42,41,41,41,41,45,49,45,41,49,50,4c,4c,4a,44,4a,44,49,4c,48,41,41,50,50,"& _ "50,49,49,50,49,50,49,49,48,41,41,41,41,41,49,45,41,49,50,50,50,50,50,50,50,"& _ "50,50,49,41,45,49,50,50,50,50,50,50,50,50,49,41,41,41,41,41,45,49,45,41,48,"& _ "50,50,50,50,50,50,50,49,49,49,41,43,49,50,50,50,50,50,50,49,49,49,48,41,41,"& _ "41,41,45,48,45,41,48,50,50,50,50,50,50,49,49,49,49,41,41,49,49,49,49,49,49,"& _ "48,48,48,41,41,41,41,41,41,41,49,45,43,48,49,49,49,49,49,48,48,48,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,45,48,45,45,45,45,45,41,41,"& _ "41,49,49,48,44,44,44,44,4c,4a,4c,4a,41,41,41,41,41,41,41,41,41,41,41,45,48,"& _ "45,45,45,45,41,47,41,41,4c,50,4c,4c,44,4c,4a,44,48,48,49,42,41,41,41,41,41,"& _ "41,41,41,41,41,45,48,45,45,47,45,45,45,41,50,49,50,50,50,50,50,50,50,50,50,"& _ "50,41,41,41,41,41,41,41,41,41,41,41,45,48,45,45,45,45,45,43,41,41,41,50,50,"& _ "50,50,50,50,50,49,49,49,41,41,41,41,41,41,41,41,41,41,41,45,48,45,45,47,45,"& _ "45,41,41,41,48,50,50,50,50,50,50,50,49,49,49,41,41,41,41,41,41,41,41,41,41,"& _ "41,45,48,41,45,45,47,45,41,41,41,48,49,49,49,49,48,48,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,45,47,45,45,45,45,41,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,42,44,44,4c,4c,4a,42,41,41,41,41,41,47,45,41,45,41,41,41,41,41,"& _ "41,41,41,42,41,41,44,50,50,4c,4c,4c,4c,4c,4a,48,48,44,41,41,41,41,45,47,41,"& _ "41,50,49,49,44,4c,4c,4c,44,4c,4a,4c,41,44,50,49,49,49,50,49,50,50,50,49,48,"& _ "41,41,41,41,41,45,45,41,4c,50,4c,4c,44,4a,49,49,49,49,49,41,41,49,50,50,50,"& _ "50,50,50,50,49,49,41,41,41,41,41,45,47,41,41,49,50,50,50,50,50,50,50,50,49,"& _ "49,41,41,49,50,50,50,50,50,49,49,49,48,48,41,41,41,41,45,45,41,41,48,50,50,"& _ "50,50,50,50,50,49,49,49,41,41,49,49,49,49,49,48,48,46,43,48,41,41,41,41,41,"& _ "41,41,41,41,48,50,50,50,50,50,49,49,49,49,49,41,41,41,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,48,49,49,49,49,48,48,41,41,41,41,41,41,41,"& _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41") consolewrite ($pn) ;-(( Stefan Edited September 29, 2009 by 99ojo
Moderators SmOke_N Posted September 29, 2009 Moderators Posted September 29, 2009 (edited) Two things pop out quite quickly. 1. A string length can only be 4096 chars ( I believe that's the correct size ) for 1 line. Even though you have many lines visually to see, you're concatenating them, so it's still considered to be one lines. 2. Your expecting BinaryToString() to interpret what you have in that string, you have commas that don't belong, and you're not prefixing the string with "0x" which is required. Edited September 29, 2009 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
PsaltyDS Posted September 29, 2009 Posted September 29, 2009 I don't think you can pass the binary into BinaryToString() in that format (a string of comma delimited hex). This converts your format to usable: expandcollapse popup$sBin = "3c,41,70,70,44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e," & _ "46,61,72,6d,33,30,31,3a,50,65,72,65,67,72,69,6e,65,20,53,43,3c,2f,49,6e,4e," & _ "61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61," & _ "6d,65,3e,50,65,72,65,67,72,69,6e,65,20,53,43,3c,2f,46,4e,61,6d,65,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,74,61,69,6c,73,3e,0a," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,74,74," & _ "69,6e,67,73,20,61,70,70,69,73,64,69,73,61,62,6c,65,64,3d,22,66,61,6c,73,65," & _ "22,20,61,70,70,69,73,64,65,73,6b,74,6f,70,3d,22,66,61,6c,73,65,22,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46," & _ "6f,6c,64,65,72,3e,41,64,6d,69,6e,69,73,74,72,61,74,69,6f,6e,3c,2f,46,6f,6c," & _ "64,65,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,3c,44,65,73,63,72,69,70,74,69,6f,6e,3e,50,65,72,65,67,72,69,6e," & _ "65,20,53,43,3c,2f,44,65,73,63,72,69,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,57,69,64," & _ "74,68,3e,30,3c,2f,57,69,6e,57,69,64,74,68,3e,0a,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,48,65,69,67,68,74," & _ "3e,30,3c,2f,57,69,6e,48,65,69,67,68,74,3e,0a,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38," & _ "3c,2f,57,69,6e,43,6f,6c,6f,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,54,79,70,65,3e,70,65,72,63,65," & _ "6e,74,3c,2f,57,69,6e,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,53,63,61,6c,65,3e,39,39,3c," & _ "2f,57,69,6e,53,63,61,6c,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,3c,53,6f,75,6e,64,54,79,70,65,20,6d,69,6e,69," & _ "6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,6e,65,3c,2f,53,6f,75,6e,64,54,79," & _ "70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,3c,56,69,64,65,6f,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61," & _ "6c,73,65,22,3e,6e,6f,6e,65,3c,2f,56,69,64,65,6f,54,79,70,65,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,45,6e,63," & _ "72,79,70,74,69,6f,6e,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,72," & _ "63,35,2d,31,32,38,3c,2f,45,6e,63,72,79,70,74,69,6f,6e,3e,0a,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,41,70,70,4f,6e," & _ "44,65,73,6b,74,6f,70,20,76,61,6c,75,65,3d,22,66,61,6c,73,65,22,3e,0a,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,41," & _ "70,70,4f,6e,44,65,73,6b,74,6f,70,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,41,70,70,49,6e,53,74,61,72,74,6d,65," & _ "6e,75,20,76,61,6c,75,65,3d,22,66,61,6c,73,65,22,3e,3c,2f,41,70,70,49,6e,53," & _ "74,61,72,74,6d,65,6e,75,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,3c,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,46," & _ "61,72,6d,33,30,31,3c,2f,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,0a,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,53," & _ "4c,45,6e,61,62,6c,65,64,3e,74,72,75,65,3c,2f,53,53,4c,45,6e,61,62,6c,65,64," & _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,3c,52,65,6d,6f,74,65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,66,61,6c," & _ "73,65,3c,2f,52,65,6d,6f,74,65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,0a," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,53,65,74," & _ "74,69,6e,67,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,3c,49,63,6f,6e,3e,4f,41,41,41,41,41,41,48,4d,41,41,41,41,41,41,44,49," & _ "41,41,41,41,41,41,42,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," $sBin &= "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,49,41,41,41,41,41,41,42,4d,41," & _ "41,41,41,41,41,44,4f,41,41,41,41,41,41,48,41,41,41,45,45,45,45,45,45,45,45," & _ "45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,41,41,41,41,41,45,50," & _ "50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50," & _ "45,41,41,41,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50," & _ "50,50,50,50,50,50,50,50,45,41,45,50,50,50,50,49,48,48,48,48,48,49,50,50,50," & _ "50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,45,45,50,50,49,48,48,48,48," & _ "48,48,48,48,48,48,49,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,45,45," & _ "50,49,48,48,48,48,48,48,48,48,48,48,48,48,48,50,50,50,50,50,50,50,50,50,50," & _ "50,50,50,50,50,45,45,50,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,50," & _ "50,50,50,50,50,50,50,50,50,50,50,50,45,45,49,48,48,48,48,48,48,48,48,48,48," & _ "48,48,48,48,48,48,48,50,50,50,50,50,50,50,50,50,50,50,50,45,45,49,48,48,48," & _ "48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,50,50,50,50,50,50,50,50,50," & _ "50,45,45,49,48,48,48,48,48,48,48,48,48,48,48,50,50,49,41,41,41,41,48,50,50," & _ "48,41,41,41,48,49,50,50,45,45,49,48,48,48,48,48,48,48,48,48,48,49,50,49,41," & _ "41,48,48,48,49,50,48,41,48,49,48,41,48,50,50,45,45,49,48,48,48,48,48,48,48," & _ "48,48,48,50,50,48,41,49,49,49,49,49,49,41,48,50,50,50,49,49,50,50,45,45,50," & _ "48,48,48,48,48,48,48,48,48,48,50,50,48,41,48,49,50,49,49,48,41,48,50,50,50," & _ "50,50,50,50,45,45,50,49,48,48,48,48,48,48,48,48,48,50,50,50,48,41,41,41,48," & _ "49,48,41,48,49,49,50,50,50,50,50,45,45,50,50,48,48,48,48,48,48,48,48,48,50," & _ "50,50,50,49,48,48,41,48,48,41,48,49,49,49,50,50,50,50,45,45,50,50,49,48,48," & _ "48,48,48,48,48,48,49,50,50,50,50,50,50,41,41,49,41,49,49,49,49,50,50,50,50," & _ "45,45,50,50,50,48,48,48,48,48,48,48,48,48,50,48,48,50,50,50,41,41,50,41,41," & _ "48,49,48,49,48,50,50,45,45,50,50,50,49,48,48,48,48,48,48,48,48,50,48,41,41," & _ "41,41,41,48,50,49,41,41,41,41,41,48,50,50,45,45,50,50,50,50,49,48,48,48,48," & _ "48,48,48,49,50,49,48,48,48,49,50,50,50,49,48,48,48,49,49,50,50,45,45,50,50," & _ "50,50,50,48,48,48,48,48,48,48,48,50,50,50,50,50,50,50,50,50,50,49,49,49,49," & _ "49,50,50,45,45,50,50,50,50,50,50,48,48,49,48,49,49,48,48,50,50,50,50,50,50," & _ "50,50,50,49,49,49,49,49,49,50,45,45,50,50,50,50,50,50,49,48,48,49,48,49,49," & _ "48,48,50,50,50,50,50,50,50,50,49,49,49,49,49,49,50,45,45,50,50,50,50,50,50," & _ "50,49,48,49,49,48,49,49,48,48,50,50,50,50,50,50,49,49,49,49,49,49,49,50,45," & _ "45,50,50,50,50,50,50,50,50,49,48,49,49,48,49,49,48,48,50,49,49,49,49,49,49," & _ "49,49,49,49,49,50,45,45,50,50,50,50,50,50,50,50,50,49,48,49,49,48,49,49,48," & _ "48,49,49,49,49,49,49,49,49,49,49,49,50,45,45,50,50,50,50,50,50,50,50,50,50," & _ "50,49,49,49,48,49,49,48,48,48,49,49,49,49,49,49,49,49,50,50,45,45,50,50,50," & _ "50,50,50,50,50,50,50,50,50,49,49,49,48,49,49,49,48,48,48,49,49,49,49,49,50," & _ "50,50,45,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,49,49,48,49,49,49," & _ "48,48,48,48,48,49,50,50,50,45,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50," & _ "50,50,50,50,49,48,49,50,50,50,50,50,50,50,50,50,45,41,45,50,50,50,50,50,50," & _ "50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,45,41,41," & _ "41,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50," & _ "50,50,50,45,41,41,41,41,41,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45," & _ "45,45,45,45,45,45,45,45,45,45,41,41,41,3c,2f,49,63,6f,6e,3e,0a,20,20,20,20," $sBin &= "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,49,6e,66,6f," & _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,3c,49,63,6f,6e,54,79,70,65,20,73,69,7a,65,3d,22,33,32,22,20,62,70,70,3d," & _ "22,34,22,20,66,6f,72,6d,61,74,3d,22,72,61,77,22,3e,0a,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,54,79," & _ "70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c," & _ "2f,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,3c,2f,44,65,74,61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,3c,53,65,71,4e,6f,3e,31,32,35,34,32,30,38,37,32,31,3c,2f,53,65," & _ "71,4e,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,72," & _ "76,65,72,54,79,70,65,3e,77,69,6e,33,32,3c,2f,53,65,72,76,65,72,54,79,70,65," & _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,43,6c,69,65,6e,74," & _ "54,79,70,65,3e,69,63,61,33,30,3c,2f,43,6c,69,65,6e,74,54,79,70,65,3e,3c,2f," & _ "41,70,70,44,61,74,61,3e,3c,41,70,70,44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e," & _ "46,61,72,6d,33,30,32,3a,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65," & _ "6e,74,20,4d,61,6e,61,67,65,72,20,37,30,30,20,53,50,31,35,3c,2f,49,6e,4e,61," & _ "6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61,6d," & _ "65,3e,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65,6e,74,20,4d,61,6e," & _ "61,67,65,72,20,37,30,30,20,53,50,31,35,3c,2f,46,4e,61,6d,65,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,74,61,69,6c,73,3e,0a,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,74,74,69,6e," & _ "67,73,20,61,70,70,69,73,64,69,73,61,62,6c,65,64,3d,22,66,61,6c,73,65,22,20," & _ "61,70,70,69,73,64,65,73,6b,74,6f,70,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,6f,6c," & _ "64,65,72,3e,4a,32,45,45,20,54,6f,6f,6c,73,3c,2f,46,6f,6c,64,65,72,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44," & _ "65,73,63,72,69,70,74,69,6f,6e,3e,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f," & _ "79,6d,65,6e,74,20,4d,61,6e,61,67,65,72,20,37,30,30,20,53,50,31,35,3c,2f,44," & _ "65,73,63,72,69,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,57,69,64,74,68,3e,30,3c,2f,57," & _ "69,6e,57,69,64,74,68,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,3c,57,69,6e,48,65,69,67,68,74,3e,30,3c,2f,57,69,6e," & _ "48,65,69,67,68,74,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f," & _ "6c,6f,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,3c,57,69,6e,54,79,70,65,3e,70,65,72,63,65,6e,74,3c,2f,57,69,6e," & _ "54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,3c,57,69,6e,53,63,61,6c,65,3e,39,39,3c,2f,57,69,6e,53,63,61," & _ "6c,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,3c,53,6f,75,6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61," & _ "6c,73,65,22,3e,6e,6f,6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64," & _ "65,6f,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f," & _ "6e,65,3c,2f,56,69,64,65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e," & _ "20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c," & _ "2f,45,6e,63,72,79,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70," & _ "20,76,61,6c,75,65,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73," $sBin &= "6b,74,6f,70,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,3c,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75," & _ "65,3d,22,66,61,6c,73,65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e," & _ "75,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,3c,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3c," & _ "2f,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65," & _ "64,3e,74,72,75,65,3c,2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74," & _ "65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d," & _ "6f,74,65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e," & _ "3e,50,50,50,50,50,50,50,50,50,50,50,50,50,50,41,50,50,50,50,50,50,4f,41,48," & _ "50,41,41,41,41,41,41,44,4f,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d," & _ "41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,44,4d,41," & _ "41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,41,48,4f,41,41," & _ "41,41,41,41,48,4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41," & _ "41,41,42,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41," & _ "41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41," & _ "44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44," & _ "50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50," & _ "4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,50," & _ "41,41,41,41,41,48,50,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,43,43,43,43,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,43,4b,43,43,43,43," & _ "41,41,41,41,41,41,41,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,43,43,43,4d," & _ "43,4b,43,43,43,43,43,43,41,41,41,41,41,4d,4d,50,50,50,50,50,50,50,50,50,50," & _ "50,50,43,4b,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,4d,50,50,4d,4d," & _ "4d,4d,4d,4d,4d,4d,4d,4d,43,4b,43,43,43,43,43,4b,43,43,43,43,43,43,43,41,41," & _ "41,4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,43,4b,43,43,4b,43,43,43,4b,43," & _ "43,43,43,43,43,41,41,41,4d,50,50,4d,4d,4f,4d,4f,4d,4f,4d,49,4d,49,43,4b,43," & _ "43,4b,43,4b,4b,43,4b,43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d,4f,4d,49,4d," & _ "50,50,50,50,43,4b,43,43,4b,43,4b,4b,43,43,4b,43,43,41,41,41,41,41,4d,4d,50," & _ "4d,4d,4f,4d,50,50,50,4f,4f,4f,4f,43,43,4b,43,43,4b,4b,43,43,43,41,41,41,41," & _ "41,41,41,41,41,4d,50,4d,4f,4d,50,4f,4f,4f,4f,50,50,50,4f,41,4b,43,43,43,4b," & _ "43,43,43,43,41,41,41,41,41,41,41,41,4d,50,4d,4d,50,4f,4f,50,50,50,4f,4f,4f," & _ "4f,4f,41,4b,43,43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,4f," & _ "50,50,4f,4f,4f,4f,4f,4f,48,50,41,4b,43,43,43,43,43,43,43,41,41,41,41,41,41," & _ "41,4d,50,4d,50,4f,50,50,4f,4f,4f,4f,4f,4f,48,50,49,48,41,4b,43,43,43,43,43," & _ "43,41,41,41,41,41,41,41,4d,50,49,50,4f,50,4f,4f,4f,4f,50,50,48,50,49,48,41," & _ "4f,41,43,4b,4b,43,43,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,50,4f,4f,4f,50," & _ "4d,48,50,49,48,41,4f,4f,4f,43,41,41,41,41,41,41,41,41,41,41,41,41,4d,50,50," & _ "4f,50,4f,4f,4f,50,4d,48,50,49,48,41,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41," & _ "41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,48,49,48,41,50,4f,4f,4f,50,4f,50," & _ "4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,4d,48,41,4d," & _ "50,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,4f,4f," & _ "50,50,50,4d,4d,4d,50,4f,4f,4f,50,4f,4f,50,4d,41,41,41,41,41,41,41,41,41,41," & _ "4d,50,49,50,4f,4f,50,50,50,50,50,50,50,4f,4f,4f,4f,50,4f,50,49,4d,41,41,41," $sBin &= "41,41,41,41,41,41,41,4d,50,4d,50,4f,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50," & _ "4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,50,50,50,50,50,50,4f,4f," & _ "4f,4f,4f,4f,50,50,4f,4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d," & _ "50,50,50,50,4f,4f,4f,4f,4f,50,50,50,4f,4f,50,4d,4d,4f,41,41,41,41,41,41,41," & _ "41,41,41,4d,50,4d,4d,4d,50,50,4f,4f,4f,50,50,50,4f,4f,4f,4f,50,4d,4d,4d,4f," & _ "41,41,41,41,41,41,41,41,41,4d,4d,50,4d,4d,4d,4d,50,50,50,4f,4f,4f,4f,4f,50," & _ "50,50,4d,4d,4d,4f,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4f,4d,4d,4d,4d," & _ "4d,50,50,50,50,50,4d,4d,4d,4d,4d,4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,50," & _ "50,4d,4d,4f,4d,4f,4d,4d,4d,4d,4d,4d,4d,4d,4d,4f,4d,4f,4d,4f,4f,41,41,41,41," & _ "41,41,41,41,41,4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d," & _ "4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,4d,50,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d," & _ "4f,4d,4f,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41,41,4d,4d,4f,4f,4f," & _ "4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4d,4d,41,41,41,41,41,41,41," & _ "41,41,41,4d,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,4d,41," & _ "41,41,41,41,41,41,3c,2f,49,63,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,54," & _ "79,70,65,20,73,69,7a,65,3d,22,33,32,22,20,62,70,70,3d,22,34,22,20,66,6f,72," & _ "6d,61,74,3d,22,72,61,77,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,54,79,70,65,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,49,6e," & _ "66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,44,65,74," & _ "61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65," & _ "71,4e,6f,3e,31,32,35,31,38,30,32,32,33,36,3c,2f,53,65,71,4e,6f,3e,0a,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,72,76,65,72,54,79,70,65," & _ "3e,77,69,6e,33,32,3c,2f,53,65,72,76,65,72,54,79,70,65,3e,0a,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,3c,43,6c,69,65,6e,74,54,79,70,65,3e,69,63," & _ "61,33,30,3c,2f,43,6c,69,65,6e,74,54,79,70,65,3e,3c,2f,41,70,70,44,61,74,61," & _ "3e,3c,41,70,70,44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e,46,61,72,6d,33,30,32," & _ "3a,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65,6e,74,20,4d,61,6e,61," & _ "67,65,72,20,37,5e,44,38,42,34,39,42,36,34,3c,2f,49,6e,4e,61,6d,65,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61,6d,65,3e,53,6f,66," & _ "74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65,6e,74,20,4d,61,6e,61,67,65,72,20," & _ "37,30,30,20,53,50,31,37,3c,2f,46,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,3c,44,65,74,61,69,6c,73,3e,0a,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,74,74,69,6e,67,73,20,61,70," & _ "70,69,73,64,69,73,61,62,6c,65,64,3d,22,66,61,6c,73,65,22,20,61,70,70,69,73," & _ "64,65,73,6b,74,6f,70,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,6f,6c,64,65,72,3e,4a," & _ "32,45,45,20,54,6f,6f,6c,73,3c,2f,46,6f,6c,64,65,72,3e,0a,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,73,63,72,69," & _ "70,74,69,6f,6e,3e,53,6f,66,74,77,61,72,65,20,44,65,70,6c,6f,79,6d,65,6e,74," & _ "20,4d,61,6e,61,67,65,72,20,37,30,30,20,53,50,31,37,3c,2f,44,65,73,63,72,69," & _ "70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,3c,57,69,6e,57,69,64,74,68,3e,30,3c,2f,57,69,6e,57,69,64," & _ "74,68,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,3c,57,69,6e,48,65,69,67,68,74,3e,30,3c,2f,57,69,6e,48,65,69,67,68," & _ "74,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f,6c,6f,72,3e,0a," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c," $sBin &= "57,69,6e,54,79,70,65,3e,70,65,72,63,65,6e,74,3c,2f,57,69,6e,54,79,70,65,3e," & _ "0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "3c,57,69,6e,53,63,61,6c,65,3e,39,39,3c,2f,57,69,6e,53,63,61,6c,65,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53," & _ "6f,75,6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e," & _ "6e,6f,6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64,65,6f,54,79,70," & _ "65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,6e,65,3c,2f,56," & _ "69,64,65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e,20,6d,69,6e,69," & _ "6d,75,6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c,2f,45,6e,63,72," & _ "79,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70,20,76,61,6c,75," & _ "65,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73,6b,74,6f,70,3e," & _ "0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "3c,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75,65,3d,22,66,61," & _ "6c,73,65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,3e,0a,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,50,75," & _ "62,6c,69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3c,2f,50,75,62,6c," & _ "69,73,68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65,64,3e,74,72,75," & _ "65,3c,2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74,65,41,63,63,65," & _ "73,73,45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d,6f,74,65,41,63," & _ "63,65,73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,3e,50,50,50,50," & _ "50,50,50,50,50,50,50,50,50,50,41,50,50,50,50,50,50,4f,41,48,50,41,41,41,41," & _ "41,41,44,4f,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41," & _ "41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,44,4d,41,41,41,41,41,41," & _ "48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,48," & _ "4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,42,50,4f," & _ "41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41," & _ "41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41," & _ "41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4d,41,41,41," & _ "41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41," & _ "41,44,50,4d,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,50,41,41,41,41,41," & _ "48,50,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,43,43,43,43,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,43,4b,43,43,43,43,41,41,41,41,41," & _ "41,41,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,43,43,43,4d,43,4b,43,43,43," & _ "43,43,43,41,41,41,41,41,4d,4d,50,50,50,50,50,50,50,50,50,50,50,50,43,4b,43," & _ "43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,4d,50,50,4d,4d,4d,4d,4d,4d,4d," & _ "4d,4d,4d,43,4b,43,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,50,50,4d," & _ "4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,43,4b,43,43,4b,43,43,43,4b,43,43,43,43,43,43," & _ "41,41,41,4d,50,50,4d,4d,4f,4d,4f,4d,4f,4d,49,4d,49,43,4b,43,43,4b,43,4b,4b," & _ "43,4b,43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d,4f,4d,49,4d,50,50,50,50,43," & _ "4b,43,43,4b,43,4b,4b,43,43,4b,43,43,41,41,41,41,41,4d,4d,50,4d,4d,4f,4d,50," $sBin &= "50,50,4f,4f,4f,4f,43,43,4b,43,43,4b,4b,43,43,43,41,41,41,41,41,41,41,41,41," & _ "4d,50,4d,4f,4d,50,4f,4f,4f,4f,50,50,50,4f,41,4b,43,43,43,4b,43,43,43,43,41," & _ "41,41,41,41,41,41,41,4d,50,4d,4d,50,4f,4f,50,50,50,4f,4f,4f,4f,4f,41,4b,43," & _ "43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,4f,50,50,4f,4f,4f," & _ "4f,4f,4f,48,50,41,4b,43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50," & _ "4f,50,50,4f,4f,4f,4f,4f,4f,48,50,49,48,41,4b,43,43,43,43,43,43,41,41,41,41," & _ "41,41,41,4d,50,49,50,4f,50,4f,4f,4f,4f,50,50,48,50,49,48,41,4f,41,43,4b,4b," & _ "43,43,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,50,4f,4f,4f,50,4d,48,50,49,48," & _ "41,4f,4f,4f,43,41,41,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f," & _ "50,4d,48,50,49,48,41,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d," & _ "50,50,4f,50,4f,4f,4f,50,4d,48,49,48,41,50,4f,4f,4f,50,4f,50,4d,41,41,41,41," & _ "41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,4d,48,41,4d,50,4f,4f,4f,50," & _ "4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,4f,4f,50,50,50,4d,4d," & _ "4d,50,4f,4f,4f,50,4f,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,49,50,4f," & _ "4f,50,50,50,50,50,50,50,4f,4f,4f,4f,50,4f,50,49,4d,41,41,41,41,41,41,41,41," & _ "41,41,4d,50,4d,50,4f,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50,4f,50,4d,4f,41," & _ "41,41,41,41,41,41,41,41,41,4d,50,4d,50,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50," & _ "50,4f,4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d,50,50,50,50,4f," & _ "4f,4f,4f,4f,50,50,50,4f,4f,50,4d,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50," & _ "4d,4d,4d,50,50,4f,4f,4f,50,50,50,4f,4f,4f,4f,50,4d,4d,4d,4f,41,41,41,41,41," & _ "41,41,41,41,4d,4d,50,4d,4d,4d,4d,50,50,50,4f,4f,4f,4f,4f,50,50,50,4d,4d,4d," & _ "4f,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4f,4d,4d,4d,4d,4d,50,50,50,50," & _ "50,4d,4d,4d,4d,4d,4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4d,4f,4d," & _ "4f,4d,4d,4d,4d,4d,4d,4d,4d,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41," & _ "4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,41,41," & _ "41,41,41,41,41,41,41,4d,4d,50,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f," & _ "4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41,41,4d,4d,4f,4f,4f,4f,4f,4f,4f,4f," & _ "4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4d,4d,41,41,41,41,41,41,41,41,41,41,4d,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,4d,41,41,41,41,41,41," & _ "41,3c,2f,49,63,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,3c,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,54,79,70,65,20,73," & _ "69,7a,65,3d,22,33,32,22,20,62,70,70,3d,22,34,22,20,66,6f,72,6d,61,74,3d,22," & _ "72,61,77,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,3c,2f,49,63,6f,6e,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,49,6e,66,6f,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,44,65,74,61,69,6c,73,3e," & _ "0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,71,4e,6f,3e,31," & _ "32,35,31,37,38,37,39,37,33,3c,2f,53,65,71,4e,6f,3e,0a,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,3c,53,65,72,76,65,72,54,79,70,65,3e,77,69,6e,33," & _ "32,3c,2f,53,65,72,76,65,72,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,3c,43,6c,69,65,6e,74,54,79,70,65,3e,69,63,61,33,30,3c,2f," & _ "43,6c,69,65,6e,74,54,79,70,65,3e,3c,2f,41,70,70,44,61,74,61,3e,3c,41,70,70," & _ "44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3a,56,69,73,75," & _ "61,6c,20,41,64,6d,69,6e,20,37,30,30,20,53,50,31,35,3c,2f,49,6e,4e,61,6d,65," & _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61,6d,65,3e," & _ "56,69,73,75,61,6c,20,41,64,6d,69,6e,20,37,30,30,20,53,50,31,35,3c,2f,46,4e," & _ "61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,74," & _ "61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,3c,53,65,74,74,69,6e,67,73,20,61,70,70,69,73,64,69,73,61,62,6c,65,64,3d," $sBin &= "22,66,61,6c,73,65,22,20,61,70,70,69,73,64,65,73,6b,74,6f,70,3d,22,66,61,6c," & _ "73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,3c,46,6f,6c,64,65,72,3e,4a,32,45,45,20,54,6f,6f,6c,73,3c,2f,46," & _ "6f,6c,64,65,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,3c,44,65,73,63,72,69,70,74,69,6f,6e,3e,56,69,73,75,61,6c," & _ "20,41,64,6d,69,6e,20,37,30,30,20,53,50,30,38,3c,2f,44,65,73,63,72,69,70,74," & _ "69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,3c,57,69,6e,57,69,64,74,68,3e,30,3c,2f,57,69,6e,57,69,64,74,68," & _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,3c,57,69,6e,48,65,69,67,68,74,3e,30,3c,2f,57,69,6e,48,65,69,67,68,74,3e," & _ "0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f,6c,6f,72,3e,0a,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57,69," & _ "6e,54,79,70,65,3e,70,65,72,63,65,6e,74,3c,2f,57,69,6e,54,79,70,65,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,57," & _ "69,6e,53,63,61,6c,65,3e,39,39,3c,2f,57,69,6e,53,63,61,6c,65,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,6f,75," & _ "6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f," & _ "6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64,65,6f,54,79,70,65,20," & _ "6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,6e,65,3c,2f,56,69,64," & _ "65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e,20,6d,69,6e,69,6d,75," & _ "6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c,2f,45,6e,63,72,79,70," & _ "74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70,20,76,61,6c,75,65,3d," & _ "22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73,6b,74,6f,70,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,41," & _ "70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75,65,3d,22,66,61,6c,73," & _ "65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,3e,0a,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,50,75,62,6c," & _ "69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3c,2f,50,75,62,6c,69,73," & _ "68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65,64,3e,74,72,75,65,3c," & _ "2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74,65,41,63,63,65,73,73," & _ "45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d,6f,74,65,41,63,63,65," & _ "73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,3e,50,50,50,50,50,50," & _ "50,50,50,50,50,50,50,50,41,50,50,50,50,50,50,4f,41,48,50,41,41,41,41,41,41," & _ "44,4f,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42," & _ "4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,44,4d,41,41,41,41,41,41,48,4f," & _ "41,41,41,41,41,41,50,4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,48,4f,41," & _ "41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,42,50,4f,41,41," & _ "41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41," & _ "41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41," & _ "41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4d,41,41,41,41,41," & _ "44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44," $sBin &= "50,4d,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,50,41,41,41,41,41,48,50," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,43,43,43,43,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,43,4b,43,43,43,43,41,41,41,41,41,41,41," & _ "4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,43,43,43,4d,43,4b,43,43,43,43,43," & _ "43,41,41,41,41,41,4d,4d,50,50,50,50,50,50,50,50,50,50,50,50,43,4b,43,43,43," & _ "43,4b,43,43,43,43,43,43,43,41,41,41,4d,4d,50,50,4d,4d,4d,4d,4d,4d,4d,4d,4d," & _ "4d,43,4b,43,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d," & _ "4f,4d,4f,4d,4f,4d,4f,4d,43,4b,43,43,4b,43,43,43,4b,43,43,43,43,43,43,41,41," & _ "41,4d,50,50,4d,4d,4f,4d,4f,4d,4f,4d,49,4d,49,43,4b,43,43,4b,43,4b,4b,43,4b," & _ "43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d,4f,4d,49,4d,50,50,50,50,43,4b,43," & _ "43,4b,43,4b,4b,43,43,4b,43,43,41,41,41,41,41,4d,4d,50,4d,4d,4f,4d,50,50,50," & _ "4f,4f,4f,4f,43,43,4b,43,43,4b,4b,43,43,43,41,41,41,41,41,41,41,41,41,4d,50," & _ "4d,4f,4d,50,4f,4f,4f,4f,50,50,50,4f,41,4b,43,43,43,4b,43,43,43,43,41,41,41," & _ "41,41,41,41,41,4d,50,4d,4d,50,4f,4f,50,50,50,4f,4f,4f,4f,4f,41,4b,43,43,43," & _ "43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,4f,50,50,4f,4f,4f,4f,4f," & _ "4f,48,50,41,4b,43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,50," & _ "50,4f,4f,4f,4f,4f,4f,48,50,49,48,41,4b,43,43,43,43,43,43,41,41,41,41,41,41," & _ "41,4d,50,49,50,4f,50,4f,4f,4f,4f,50,50,48,50,49,48,41,4f,41,43,4b,4b,43,43," & _ "41,41,41,41,41,41,41,41,4d,50,50,4f,4f,50,4f,4f,4f,50,4d,48,50,49,48,41,4f," & _ "4f,4f,43,41,41,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d," & _ "48,50,49,48,41,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,50," & _ "4f,50,4f,4f,4f,50,4d,48,49,48,41,50,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41," & _ "41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,4d,48,41,4d,50,4f,4f,4f,50,4f,50," & _ "4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,4f,4f,50,50,50,4d,4d,4d,50," & _ "4f,4f,4f,50,4f,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,49,50,4f,4f,50," & _ "50,50,50,50,50,50,4f,4f,4f,4f,50,4f,50,49,4d,41,41,41,41,41,41,41,41,41,41," & _ "4d,50,4d,50,4f,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50,4f,50,4d,4f,41,41,41," & _ "41,41,41,41,41,41,41,4d,50,4d,50,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50,4f," & _ "4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d,50,50,50,50,4f,4f,4f," & _ "4f,4f,50,50,50,4f,4f,50,4d,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d," & _ "4d,50,50,4f,4f,4f,50,50,50,4f,4f,4f,4f,50,4d,4d,4d,4f,41,41,41,41,41,41,41," & _ "41,41,4d,4d,50,4d,4d,4d,4d,50,50,50,4f,4f,4f,4f,4f,50,50,50,4d,4d,4d,4f,4f," & _ "41,41,41,41,41,41,41,41,41,4d,50,50,4d,4f,4d,4d,4d,4d,4d,50,50,50,50,50,4d," & _ "4d,4d,4d,4d,4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4d,4f,4d,4f,4d," & _ "4d,4d,4d,4d,4d,4d,4d,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41,4d,50," & _ "50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,41,41,41,41," & _ "41,41,41,41,41,4d,4d,50,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f," & _ "4d,4f,4f,41,41,41,41,41,41,41,41,41,41,4d,4d,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f," & _ "4f,4f,4f,4f,4f,4f,4f,4f,4f,4d,4d,41,41,41,41,41,41,41,41,41,41,4d,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,4d,41,41,41,41,41,41,41,3c," & _ "2f,49,63,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,3c,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,54,79,70,65,20,73,69,7a," & _ "65,3d,22,33,32,22,20,62,70,70,3d,22,34,22,20,66,6f,72,6d,61,74,3d,22,72,61," & _ "77,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,3c,2f,49,63,6f,6e,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,44,65,74,61,69,6c,73,3e,0a,20," $sBin &= "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,71,4e,6f,3e,31,32,35," & _ "31,38,30,32,32,36,32,3c,2f,53,65,71,4e,6f,3e,0a,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,3c,53,65,72,76,65,72,54,79,70,65,3e,77,69,6e,33,32,3c," & _ "2f,53,65,72,76,65,72,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,3c,43,6c,69,65,6e,74,54,79,70,65,3e,69,63,61,33,30,3c,2f,43,6c," & _ "69,65,6e,74,54,79,70,65,3e,3c,2f,41,70,70,44,61,74,61,3e,3c,41,70,70,44,61," & _ "74,61,3e,3c,49,6e,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3a,56,69,73,75,61,6c," & _ "20,41,64,6d,69,6e,20,37,30,30,20,53,50,31,37,5e,33,33,43,43,45,46,31,39,3c," & _ "2f,49,6e,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "3c,46,4e,61,6d,65,3e,56,69,73,75,61,6c,20,41,64,6d,69,6e,20,37,30,30,20,53," & _ "50,31,37,3c,2f,46,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,3c,44,65,74,61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,3c,53,65,74,74,69,6e,67,73,20,61,70,70,69,73,64,69," & _ "73,61,62,6c,65,64,3d,22,66,61,6c,73,65,22,20,61,70,70,69,73,64,65,73,6b,74," & _ "6f,70,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,3c,46,6f,6c,64,65,72,3e,4a,32,45,45,20,54," & _ "6f,6f,6c,73,3c,2f,46,6f,6c,64,65,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,73,63,72,69,70,74,69,6f,6e," & _ "3e,56,69,73,75,61,6c,20,41,64,6d,69,6e,20,37,30,30,20,53,50,31,37,3c,2f,44," & _ "65,73,63,72,69,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,3c,57,69,6e,57,69,64,74,68,3e,30,3c,2f,57," & _ "69,6e,57,69,64,74,68,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,3c,57,69,6e,48,65,69,67,68,74,3e,30,3c,2f,57,69,6e," & _ "48,65,69,67,68,74,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f," & _ "6c,6f,72,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,3c,57,69,6e,54,79,70,65,3e,70,65,72,63,65,6e,74,3c,2f,57,69,6e," & _ "54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,3c,57,69,6e,53,63,61,6c,65,3e,39,39,3c,2f,57,69,6e,53,63,61," & _ "6c,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,3c,53,6f,75,6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61," & _ "6c,73,65,22,3e,6e,6f,6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64," & _ "65,6f,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f," & _ "6e,65,3c,2f,56,69,64,65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e," & _ "20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c," & _ "2f,45,6e,63,72,79,70,74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70," & _ "20,76,61,6c,75,65,3d,22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73," & _ "6b,74,6f,70,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,3c,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75," & _ "65,3d,22,66,61,6c,73,65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e," & _ "75,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,3c,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,32,3c," & _ "2f,50,75,62,6c,69,73,68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65," & _ "64,3e,74,72,75,65,3c,2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74," $sBin &= "65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d," & _ "6f,74,65,41,63,63,65,73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e," & _ "3e,50,50,50,50,50,50,50,50,50,50,50,50,50,50,41,50,50,50,50,50,50,4f,41,48," & _ "50,41,41,41,41,41,41,44,4f,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d," & _ "41,41,41,41,41,41,42,4d,41,41,41,41,41,41,42,4d,41,41,41,41,41,41,44,4d,41," & _ "41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41,41,41,41,48,4f,41,41," & _ "41,41,41,41,48,4f,41,41,41,41,41,41,48,4f,41,41,41,41,41,41,50,4f,41,41,41," & _ "41,41,42,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41," & _ "41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41," & _ "44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,4f,41,41,41,41,41,44," & _ "50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50," & _ "4d,41,41,41,41,41,44,50,4d,41,41,41,41,41,44,50,4f,41,41,41,41,41,44,50,50," & _ "41,41,41,41,41,48,50,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,43,43,43,43,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,43,4b,43,43,43,43," & _ "41,41,41,41,41,41,41,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,4d,43,43,43,4d," & _ "43,4b,43,43,43,43,43,43,41,41,41,41,41,4d,4d,50,50,50,50,50,50,50,50,50,50," & _ "50,50,43,4b,43,43,43,43,4b,43,43,43,43,43,43,43,41,41,41,4d,4d,50,50,4d,4d," & _ "4d,4d,4d,4d,4d,4d,4d,4d,43,4b,43,43,43,43,43,4b,43,43,43,43,43,43,43,41,41," & _ "41,4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,43,4b,43,43,4b,43,43,43,4b,43," & _ "43,43,43,43,43,41,41,41,4d,50,50,4d,4d,4f,4d,4f,4d,4f,4d,49,4d,49,43,4b,43," & _ "43,4b,43,4b,4b,43,4b,43,43,43,43,43,41,41,41,4d,50,50,4d,4f,4d,4f,4d,49,4d," & _ "50,50,50,50,43,4b,43,43,4b,43,4b,4b,43,43,4b,43,43,41,41,41,41,41,4d,4d,50," & _ "4d,4d,4f,4d,50,50,50,4f,4f,4f,4f,43,43,4b,43,43,4b,4b,43,43,43,41,41,41,41," & _ "41,41,41,41,41,4d,50,4d,4f,4d,50,4f,4f,4f,4f,50,50,50,4f,41,4b,43,43,43,4b," & _ "43,43,43,43,41,41,41,41,41,41,41,41,4d,50,4d,4d,50,4f,4f,50,50,50,4f,4f,4f," & _ "4f,4f,41,4b,43,43,43,43,43,43,43,43,41,41,41,41,41,41,41,4d,50,4d,50,4f,4f," & _ "50,50,4f,4f,4f,4f,4f,4f,48,50,41,4b,43,43,43,43,43,43,43,41,41,41,41,41,41," & _ "41,4d,50,4d,50,4f,50,50,4f,4f,4f,4f,4f,4f,48,50,49,48,41,4b,43,43,43,43,43," & _ "43,41,41,41,41,41,41,41,4d,50,49,50,4f,50,4f,4f,4f,4f,50,50,48,50,49,48,41," & _ "4f,41,43,4b,4b,43,43,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,50,4f,4f,4f,50," & _ "4d,48,50,49,48,41,4f,4f,4f,43,41,41,41,41,41,41,41,41,41,41,41,41,4d,50,50," & _ "4f,50,4f,4f,4f,50,4d,48,50,49,48,41,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41," & _ "41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,48,49,48,41,50,4f,4f,4f,50,4f,50," & _ "4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,50,4f,4f,4f,50,4d,4d,48,41,4d," & _ "50,4f,4f,4f,50,4f,50,4d,41,41,41,41,41,41,41,41,41,41,4d,50,50,4f,4f,4f,4f," & _ "50,50,50,4d,4d,4d,50,4f,4f,4f,50,4f,4f,50,4d,41,41,41,41,41,41,41,41,41,41," & _ "4d,50,49,50,4f,4f,50,50,50,50,50,50,50,4f,4f,4f,4f,50,4f,50,49,4d,41,41,41," & _ "41,41,41,41,41,41,41,4d,50,4d,50,4f,50,50,50,50,50,4f,4f,4f,4f,4f,4f,50,50," & _ "4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,50,50,50,50,50,50,4f,4f," & _ "4f,4f,4f,4f,50,50,4f,4f,50,4d,4f,41,41,41,41,41,41,41,41,41,41,4d,50,4d,4d," & _ "50,50,50,50,4f,4f,4f,4f,4f,50,50,50,4f,4f,50,4d,4d,4f,41,41,41,41,41,41,41," & _ "41,41,41,4d,50,4d,4d,4d,50,50,4f,4f,4f,50,50,50,4f,4f,4f,4f,50,4d,4d,4d,4f," & _ "41,41,41,41,41,41,41,41,41,4d,4d,50,4d,4d,4d,4d,50,50,50,4f,4f,4f,4f,4f,50," & _ "50,50,4d,4d,4d,4f,4f,41,41,41,41,41,41,41,41,41,4d,50,50,4d,4f,4d,4d,4d,4d," & _ "4d,50,50,50,50,50,4d,4d,4d,4d,4d,4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,50," & _ "50,4d,4d,4f,4d,4f,4d,4d,4d,4d,4d,4d,4d,4d,4d,4f,4d,4f,4d,4f,4f,41,41,41,41," $sBin &= "41,41,41,41,41,4d,50,50,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d," & _ "4f,4d,4f,41,41,41,41,41,41,41,41,41,4d,4d,50,4f,4d,4f,4d,4f,4d,4f,4d,4f,4d," & _ "4f,4d,4f,4d,4f,4d,4f,4d,4f,4f,41,41,41,41,41,41,41,41,41,41,4d,4d,4f,4f,4f," & _ "4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4f,4d,4d,41,41,41,41,41,41,41," & _ "41,41,41,4d,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,4d,41," & _ "41,41,41,41,41,41,3c,2f,49,63,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,49,6e,66,6f,3e,0a,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,54," & _ "79,70,65,20,73,69,7a,65,3d,22,33,32,22,20,62,70,70,3d,22,34,22,20,66,6f,72," & _ "6d,61,74,3d,22,72,61,77,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,54,79,70,65,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,49,63,6f,6e,49,6e," & _ "66,6f,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,2f,44,65,74," & _ "61,69,6c,73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65," & _ "71,4e,6f,3e,31,32,35,31,37,38,37,37,32,36,3c,2f,53,65,71,4e,6f,3e,0a,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,65,72,76,65,72,54,79,70,65," & _ "3e,77,69,6e,33,32,3c,2f,53,65,72,76,65,72,54,79,70,65,3e,0a,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,3c,43,6c,69,65,6e,74,54,79,70,65,3e,69,63," & _ "61,33,30,3c,2f,43,6c,69,65,6e,74,54,79,70,65,3e,3c,2f,41,70,70,44,61,74,61," & _ "3e,3c,41,70,70,44,61,74,61,3e,3c,49,6e,4e,61,6d,65,3e,46,61,72,6d,33,30,33," & _ "3a,53,41,50,20,4e,57,20,44,45,56,20,53,74,75,64,69,6f,3c,2f,49,6e,4e,61,6d," & _ "65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,46,4e,61,6d,65," & _ "3e,53,41,50,20,4e,57,20,44,45,56,20,53,74,75,64,69,6f,3c,2f,46,4e,61,6d,65," & _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,44,65,74,61,69,6c," & _ "73,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53," & _ "65,74,74,69,6e,67,73,20,61,70,70,69,73,64,69,73,61,62,6c,65,64,3d,22,66,61," & _ "6c,73,65,22,20,61,70,70,69,73,64,65,73,6b,74,6f,70,3d,22,66,61,6c,73,65,22," & _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,3c,57,69,6e,57,69,64,74,68,3e,31,30,32,34,3c,2f,57,69,6e,57,69,64,74,68," & _ "3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,3c,57,69,6e,48,65,69,67,68,74,3e,37,36,38,3c,2f,57,69,6e,48,65,69,67,68," & _ "74,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,3c,57,69,6e,43,6f,6c,6f,72,3e,38,3c,2f,57,69,6e,43,6f,6c,6f,72,3e,0a," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c," & _ "57,69,6e,54,79,70,65,3e,70,69,78,65,6c,73,3c,2f,57,69,6e,54,79,70,65,3e,0a," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c," & _ "57,69,6e,53,63,61,6c,65,3e,30,3c,2f,57,69,6e,53,63,61,6c,65,3e,0a,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,53,6f,75," & _ "6e,64,54,79,70,65,20,6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f," & _ "6e,65,3c,2f,53,6f,75,6e,64,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,56,69,64,65,6f,54,79,70,65,20," & _ "6d,69,6e,69,6d,75,6d,3d,22,66,61,6c,73,65,22,3e,6e,6f,6e,65,3c,2f,56,69,64," & _ "65,6f,54,79,70,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,3c,45,6e,63,72,79,70,74,69,6f,6e,20,6d,69,6e,69,6d,75," & _ "6d,3d,22,66,61,6c,73,65,22,3e,72,63,35,2d,31,32,38,3c,2f,45,6e,63,72,79,70," & _ "74,69,6f,6e,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,3c,41,70,70,4f,6e,44,65,73,6b,74,6f,70,20,76,61,6c,75,65,3d," & _ "22,66,61,6c,73,65,22,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,3c,2f,41,70,70,4f,6e,44,65,73,6b,74,6f,70,3e,0a,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,41," $sBin &= "70,70,49,6e,53,74,61,72,74,6d,65,6e,75,20,76,61,6c,75,65,3d,22,66,61,6c,73," & _ "65,22,3e,3c,2f,41,70,70,49,6e,53,74,61,72,74,6d,65,6e,75,3e,0a,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,3c,50,75,62,6c," & _ "69,73,68,65,72,4e,61,6d,65,3e,46,61,72,6d,33,30,33,3c,2f,50,75,62,6c,69,73," & _ "68,65,72,4e,61,6d,65,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,3c,53,53,4c,45,6e,61,62,6c,65,64,3e,74,72,75,65,3c," & _ "2f,53,53,4c,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,3c,52,65,6d,6f,74,65,41,63,63,65,73,73," & _ "45,6e,61,62,6c,65,64,3e,66,61,6c,73,65,3c,2f,52,65,6d,6f,74,65,41,63,63,65," & _ "73,73,45,6e,61,62,6c,65,64,3e,0a,20,20,20,20,20,20,20,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,3c,2f,53,65,74,74,69,6e,67,73,3e,0a,20,20,20,20,20,20,20," & _ "20,20,20,20,20,20,20,20,20,20,20,20,20,3c,49,63,6f,6e,3e,41,41,41,41,41,48," & _ "50,50,41,41,41,41,41,48,50,50,41,41,41,41,41,50,50,50,41,41,41,41,42,50,50," & _ "50,41,41,41,41,44,50,50,50,41,41,41,41,48,50,50,50,41,41,41,41,41,41,41,50," & _ "41,41,41,41,41,41,41,50,41,41,41,42,41,41,41,50,41,41,41,42,41,41,41,50,41," & _ "41,41,42,41,41,41,50,41,41,41,42,41,41,41,50,41,41,41,44,4f,50,48,50,41,41," & _ "41,41,41,44,48,50,41,41,41,41,41,44,48,50,41,41,41,41,41,41,48,50,41,41,41," & _ "41,41,44,48,50,41,41,41,41,41,48,48,50,41,42,4d,41,42,50,48,50,41,44,50,50," & _ "41,41,41,50,41,44,4f,42,41,41,41,50,41,41,41,42,41,41,41,50,41,41,41,42,41," & _ "41,41,50,41,41,41,41,41,41,41,50,44,41,41,42,41,41,41,50,48,41,41,42,50,50," & _ "50,50,50,41,41,42,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50," & _ "50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50," & _ "41,45,41,45,47,47,47,47,47,47,47,47,45,47,45,47,45,45,45,45,45,41,41,41,41," & _ "41,41,41,41,41,41,41,41,50,50,49,49,49,49,49,48,48,47,47,47,45,45,45,45,45," & _ "41,45,41,41,41,41,41,41,41,41,41,41,41,41,41,49,49,4f,4f,4f,47,4d,47,4d,45," & _ "45,45,45,47,45,45,45,45,41,41,41,41,41,41,41,41,41,41,41,41,41,41,50,4f,4f," & _ "4d,48,4d,47,47,47,47,45,47,45,45,45,45,45,45,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,45,50,4f,4d,48,4d,47,47,45,45,45,45,45,45,47,45,47,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,49,47,47,47,45,45,45,45,45,45,45,45,45,41," & _ "45,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,45,49,47,45,45,45,41,41," & _ "41,41,41,41,41,41,41,41,48,48,48,41,42,41,44,44,44,44,44,42,41,41,41,41,41," & _ "49,45,41,4c,50,4c,49,4c,4c,4c,4c,4a,4c,4a,41,44,49,4c,4c,4c,4c,44,4c,4a,44," & _ "44,42,41,41,41,41,45,49,45,41,49,50,4c,4c,4a,44,4a,44,49,4c,48,41,41,50,50," & _ "50,49,49,50,49,50,49,49,48,41,41,41,41,41,49,45,41,49,50,50,50,50,50,50,50," & _ "50,50,49,41,45,49,50,50,50,50,50,50,50,50,49,41,41,41,41,41,45,49,45,41,48," & _ "50,50,50,50,50,50,50,49,49,49,41,43,49,50,50,50,50,50,50,49,49,49,48,41,41," & _ "41,41,45,48,45,41,48,50,50,50,50,50,50,49,49,49,49,41,41,49,49,49,49,49,49," & _ "48,48,48,41,41,41,41,41,41,41,49,45,43,48,49,49,49,49,49,48,48,48,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,45,48,45,45,45,45,45,41,41," & _ "41,49,49,48,44,44,44,44,4c,4a,4c,4a,41,41,41,41,41,41,41,41,41,41,41,45,48," & _ "45,45,45,45,41,47,41,41,4c,50,4c,4c,44,4c,4a,44,48,48,49,42,41,41,41,41,41," & _ "41,41,41,41,41,45,48,45,45,47,45,45,45,41,50,49,50,50,50,50,50,50,50,50,50," & _ "50,41,41,41,41,41,41,41,41,41,41,41,45,48,45,45,45,45,45,43,41,41,41,50,50," & _ "50,50,50,50,50,49,49,49,41,41,41,41,41,41,41,41,41,41,41,45,48,45,45,47,45," & _ "45,41,41,41,48,50,50,50,50,50,50,50,49,49,49,41,41,41,41,41,41,41,41,41,41," & _ "41,45,48,41,45,45,47,45,41,41,41,48,49,49,49,49,48,48,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,45,47,45,45,45,45,41,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,42,44,44,4c,4c,4a,42,41,41,41,41,41,47,45,41,45,41,41,41,41,41," & _ "41,41,41,42,41,41,44,50,50,4c,4c,4c,4c,4c,4a,48,48,44,41,41,41,41,45,47,41," & _ "41,50,49,49,44,4c,4c,4c,44,4c,4a,4c,41,44,50,49,49,49,50,49,50,50,50,49,48," $sBin &= "41,41,41,41,41,45,45,41,4c,50,4c,4c,44,4a,49,49,49,49,49,41,41,49,50,50,50," & _ "50,50,50,50,49,49,41,41,41,41,41,45,47,41,41,49,50,50,50,50,50,50,50,50,49," & _ "49,41,41,49,50,50,50,50,50,49,49,49,48,48,41,41,41,41,45,45,41,41,48,50,50," & _ "50,50,50,50,50,49,49,49,41,41,49,49,49,49,49,48,48,46,43,48,41,41,41,41,41," & _ "41,41,41,41,48,50,50,50,50,50,49,49,49,49,49,41,41,41,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,48,49,49,49,49,48,48,41,41,41,41,41,41,41," & _ "41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41" consolewrite("Original string: $sBin =" & $sBin & @LF) $sBin ="0x" & StringReplace($sBin,",","") consolewrite("Reformatted string: $sBin =" & $sBin & @LF) $bBin = Binary($sBin) $iCnt = BinaryLen($bBin) consolewrite("Binary data (" & $iCnt & " bytes): $bBin =" & $bBin & @LF) $sBin = BinaryToString($bBin) consolewrite("$sBin =" & $sBin & @LF) Interesting that the binary turns out to be exactly 16KB. Hmmm... Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
PsaltyDS Posted September 29, 2009 Posted September 29, 2009 Just to prove there isn't a 16KB limit in AutoIt's functions, this creates a 64KB binary, saves it to the registry, and reads it out again: Global $sString = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" & @CRLF ConsoleWrite("$sString (" & StringLen($sString) & " bytes)= " & $sString & @LF) For $n = 1 To 10 $sString &= $sString Next ConsoleWrite("$sString (" & StringLen($sString) & " bytes)= " & $sString & @LF) $bBinary = StringToBinary($sString) ConsoleWrite("$bBinary (" & BinaryLen($bBinary) & " bytes)= " & $bBinary & @LF) RegWrite("HKCU\SOFTWARE\AutoIt v3", "Test_Binary", "REG_BINARY", $bBinary) $bRead = RegRead("HKCU\SOFTWARE\AutoIt v3", "Test_Binary") ConsoleWrite("$bRead (" & BinaryLen($bRead) & " bytes)= " & $bRead & @LF) Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
99ojo Posted September 29, 2009 Author Posted September 29, 2009 I don't think you can pass the binary into BinaryToString() in that format (a string of comma delimited hex). This converts your format to usable: Interesting that the binary turns out to be exactly 16KB. Hmmm... Hi,that could be the hint. Interesting that the binary turns out to be exactly 16KB.I think, now i have an idea, how the 'bastards' doing it. They are splitting the strings for the tray icons, if the binary reaches 16 k and more. The next key would be Application Model 001. They concenate the two keys together and building up the tray menus.I thought that the regkey Application Model 001 was for saving old value. But i have to proof tomorrow at work.By the way, the output of your code is exactly the same after reading out the registry with RegRead. And there are some tray menus missing. So i come up, with the concenate idea.I will post result........Thanks a lot.;-))Stefan
99ojo Posted September 30, 2009 Author Posted September 30, 2009 (edited) Hi,that could be the hint. I think, now i have an idea, how the 'bastards' doing it. They are splitting the strings for the tray icons, if the binary reaches 16 k and more. The next key would be Application Model 001. They concenate the two keys together and building up the tray menus.I thought that the regkey Application Model 001 was for saving old value. But i have to proof tomorrow at work.By the way, the output of your code is exactly the same after reading out the registry with RegRead. And there are some tray menus missing. So i come up, with the concenate idea.I will post result........Thanks a lot.;-))StefanHi,as i mentioned above. The regkey is splitted if 16k is reached.16 k thanks to PsaltyDS for opening eyes by his code work.;-))Stefan Edited September 30, 2009 by 99ojo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now