diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 7902408868..3ac6ed18e4 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -333,16 +333,6 @@ if(BuildSPEngine OR BuildJK2SPEngine) source_group("cgame" FILES ${SPEngineCGameFiles}) set(SPEngineFiles ${SPEngineFiles} ${SPEngineCGameFiles}) - if(WIN32) - set(SPEngineWin32Files - "${SPDir}/win32/resource.h" - "${SPDir}/win32/winquake.rc" - "${SharedDir}/sys/win_manifest.manifest" - ) - source_group("win32" FILES ${SPEngineWin32Files}) - set(SPEngineFiles ${SPEngineFiles} ${SPEngineWin32Files}) - endif() - set(SPEngineSysFiles "${SharedDir}/sys/sys_main.cpp" "${SharedDir}/sys/sys_event.cpp" @@ -385,14 +375,15 @@ if(BuildSPEngine OR BuildJK2SPEngine) # project macro so we can invoke it twice: for jk2 and for ja function(add_sp_project ProjectName Label SPDirName InstallDir Component) - if(MakeApplicationBundles) - set_source_files_properties(${SPDirName}/macosx/OpenJK.icns PROPERTIES MACOSX_PACKAGE_LOCATION Resources) - set(SPEngineFiles ${SPEngineFiles} ${SPDirName}/macosx/OpenJK.icns) - set_source_files_properties(${SPDirName}/macosx/English.lproj/InfoPlist.strings PROPERTIES MACOSX_PACKAGE_LOCATION Resources/English.lproj) - set(SPEngineFiles ${SPEngineFiles} ${SPDirName}/macosx/English.lproj/InfoPlist.strings) - endif(MakeApplicationBundles) - if(WIN32) + set(SPEngineWin32Files + "${SPDirName}/win32/resource.h" + "${SPDirName}/win32/winquake.rc" + "${SharedDir}/sys/win_manifest.manifest" + ) + source_group("win32" FILES ${SPEngineWin32Files}) + set(SPEngineFiles ${SPEngineFiles} ${SPEngineWin32Files}) + add_executable(${ProjectName} WIN32 ${SPEngineFiles}) if(UseInternalSDL2) if(CMAKE_SIZEOF_VOID_P EQUAL 4) @@ -407,6 +398,11 @@ if(BuildSPEngine OR BuildJK2SPEngine) endif() else(WIN32) if(MakeApplicationBundles) + set_source_files_properties(${SPDirName}/macosx/OpenJK.icns PROPERTIES MACOSX_PACKAGE_LOCATION Resources) + set(SPEngineFiles ${SPEngineFiles} ${SPDirName}/macosx/OpenJK.icns) + set_source_files_properties(${SPDirName}/macosx/English.lproj/InfoPlist.strings PROPERTIES MACOSX_PACKAGE_LOCATION Resources/English.lproj) + set(SPEngineFiles ${SPEngineFiles} ${SPDirName}/macosx/English.lproj/InfoPlist.strings) + add_executable(${ProjectName} MACOSX_BUNDLE ${SPEngineFiles}) set_target_properties(${ProjectName} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${SPDirName}/macosx/OpenJKInfo.plist") else(MakeApplicationBundles) diff --git a/code/macosx/OpenJK.icns b/code/macosx/OpenJK.icns index 9bb472bab4..fb6735ec3e 100644 Binary files a/code/macosx/OpenJK.icns and b/code/macosx/OpenJK.icns differ diff --git a/code/win32/starwars.ico b/code/win32/starwars.ico deleted file mode 100644 index c07f6c314e..0000000000 Binary files a/code/win32/starwars.ico and /dev/null differ diff --git a/code/win32/winquake.rc b/code/win32/winquake.rc index 937ad8c83f..c9cd5cb0e9 100644 --- a/code/win32/winquake.rc +++ b/code/win32/winquake.rc @@ -53,7 +53,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON1 ICON "starwars.ico" +IDI_ICON1 ICON "../../shared/icons/OpenJK_SP.ico" ///////////////////////////////////////////////////////////////////////////// // diff --git a/codeJK2/macosx/OpenJK.icns b/codeJK2/macosx/OpenJK.icns index 9bb472bab4..9bf1aff77e 100644 Binary files a/codeJK2/macosx/OpenJK.icns and b/codeJK2/macosx/OpenJK.icns differ diff --git a/codeJK2/win32/starwars.ico b/codeJK2/win32/starwars.ico deleted file mode 100644 index c07f6c314e..0000000000 Binary files a/codeJK2/win32/starwars.ico and /dev/null differ diff --git a/codeJK2/win32/winquake.rc b/codeJK2/win32/winquake.rc new file mode 100644 index 0000000000..d0d7e755d9 --- /dev/null +++ b/codeJK2/win32/winquake.rc @@ -0,0 +1,101 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON1 ICON "../../shared/icons/OpenJO.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// +#include "../../code/qcommon/game_version.h" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION VERSION_MAJOR_RELEASE,VERSION_MINOR_RELEASE,VERSION_EXTERNAL_BUILD,VERSION_INTERNAL_BUILD + PRODUCTVERSION VERSION_MAJOR_RELEASE,VERSION_MINOR_RELEASE,VERSION_EXTERNAL_BUILD,VERSION_INTERNAL_BUILD + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "Raven Software" + VALUE "CompanyName", "Activision Inc" + VALUE "FileDescription", "OpenJO" + VALUE "FileVersion", VERSION_STRING + VALUE "InternalName", "JASP" + VALUE "LegalCopyright", "Copyright (C) 2013" + VALUE "OriginalFilename", "jasp.exe" + VALUE "ProductName", "OpenJO" + VALUE "ProductVersion", VERSION_STRING + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// + + diff --git a/codemp/CMakeLists.txt b/codemp/CMakeLists.txt index 1e424ffd51..22cde56954 100644 --- a/codemp/CMakeLists.txt +++ b/codemp/CMakeLists.txt @@ -531,7 +531,6 @@ if(BuildMPEngine) if(WIN32) set(MPEngineWin32Files - "${MPDir}/win32/icon.ico" "${MPDir}/win32/resource.h" "${MPDir}/win32/openjk.rc" "${SharedDir}/sys/win_manifest.manifest" diff --git a/codemp/macosx/OpenJK.icns b/codemp/macosx/OpenJK.icns index 9bb472bab4..798673e388 100644 Binary files a/codemp/macosx/OpenJK.icns and b/codemp/macosx/OpenJK.icns differ diff --git a/codemp/win32/icon.ico b/codemp/win32/icon.ico deleted file mode 100644 index c07f6c314e..0000000000 Binary files a/codemp/win32/icon.ico and /dev/null differ diff --git a/codemp/win32/openjk.rc b/codemp/win32/openjk.rc index 14dafa26af..2cb5931781 100644 --- a/codemp/win32/openjk.rc +++ b/codemp/win32/openjk.rc @@ -54,7 +54,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON1 ICON "icon.ico" +IDI_ICON1 ICON "../../shared/icons/OpenJK.ico" ///////////////////////////////////////////////////////////////////////////// // diff --git a/codemp/win32/openjkded.rc b/codemp/win32/openjkded.rc index bde24b0e18..1184889bae 100644 --- a/codemp/win32/openjkded.rc +++ b/codemp/win32/openjkded.rc @@ -54,7 +54,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON1 ICON "icon.ico" +IDI_ICON1 ICON "../../shared/icons/openjkcmd.ico" ///////////////////////////////////////////////////////////////////////////// // diff --git a/shared/icons/OpenJK.ico b/shared/icons/OpenJK.ico new file mode 100644 index 0000000000..c42fc32f54 Binary files /dev/null and b/shared/icons/OpenJK.ico differ diff --git a/shared/icons/OpenJK_IconPSD.psd b/shared/icons/OpenJK_IconPSD.psd deleted file mode 100644 index 2dddc1bbec..0000000000 Binary files a/shared/icons/OpenJK_IconPSD.psd and /dev/null differ diff --git a/shared/icons/OpenJK_Icon_1024.png b/shared/icons/OpenJK_Icon_1024.png deleted file mode 100644 index 7113df00c4..0000000000 Binary files a/shared/icons/OpenJK_Icon_1024.png and /dev/null differ diff --git a/shared/icons/OpenJK_Icon_128.png b/shared/icons/OpenJK_Icon_128.png deleted file mode 100644 index 31664f6614..0000000000 Binary files a/shared/icons/OpenJK_Icon_128.png and /dev/null differ diff --git a/shared/icons/OpenJK_Icon_16.png b/shared/icons/OpenJK_Icon_16.png deleted file mode 100644 index f8295d9b6c..0000000000 Binary files a/shared/icons/OpenJK_Icon_16.png and /dev/null differ diff --git a/shared/icons/OpenJK_Icon_32.png b/shared/icons/OpenJK_Icon_32.png deleted file mode 100644 index 526dbd218c..0000000000 Binary files a/shared/icons/OpenJK_Icon_32.png and /dev/null differ diff --git a/shared/icons/OpenJK_Icon_64.png b/shared/icons/OpenJK_Icon_64.png deleted file mode 100644 index 6d6fd089bf..0000000000 Binary files a/shared/icons/OpenJK_Icon_64.png and /dev/null differ diff --git a/shared/icons/OpenJK_SP.ico b/shared/icons/OpenJK_SP.ico new file mode 100644 index 0000000000..e797dfa8f2 Binary files /dev/null and b/shared/icons/OpenJK_SP.ico differ diff --git a/shared/icons/OpenJO.ico b/shared/icons/OpenJO.ico new file mode 100644 index 0000000000..640fbaa4d3 Binary files /dev/null and b/shared/icons/OpenJO.ico differ diff --git a/shared/icons/PNG/jo128.png b/shared/icons/PNG/jo128.png new file mode 100644 index 0000000000..65144a9512 Binary files /dev/null and b/shared/icons/PNG/jo128.png differ diff --git a/shared/icons/PNG/jo16.png b/shared/icons/PNG/jo16.png new file mode 100644 index 0000000000..1bdaa06d78 Binary files /dev/null and b/shared/icons/PNG/jo16.png differ diff --git a/shared/icons/PNG/jo256.png b/shared/icons/PNG/jo256.png new file mode 100644 index 0000000000..03145b20fc Binary files /dev/null and b/shared/icons/PNG/jo256.png differ diff --git a/shared/icons/PNG/jo32.png b/shared/icons/PNG/jo32.png new file mode 100644 index 0000000000..089b1612d6 Binary files /dev/null and b/shared/icons/PNG/jo32.png differ diff --git a/shared/icons/PNG/jo48.png b/shared/icons/PNG/jo48.png new file mode 100644 index 0000000000..28c9d86a73 Binary files /dev/null and b/shared/icons/PNG/jo48.png differ diff --git a/shared/icons/PNG/jo512.png b/shared/icons/PNG/jo512.png new file mode 100644 index 0000000000..49d5e0aeb9 Binary files /dev/null and b/shared/icons/PNG/jo512.png differ diff --git a/shared/icons/PNG/jo64.png b/shared/icons/PNG/jo64.png new file mode 100644 index 0000000000..11328ac756 Binary files /dev/null and b/shared/icons/PNG/jo64.png differ diff --git a/shared/icons/PNG/mp128.png b/shared/icons/PNG/mp128.png new file mode 100644 index 0000000000..a2197d1075 Binary files /dev/null and b/shared/icons/PNG/mp128.png differ diff --git a/shared/icons/PNG/mp16.png b/shared/icons/PNG/mp16.png new file mode 100644 index 0000000000..d1f7eabfc4 Binary files /dev/null and b/shared/icons/PNG/mp16.png differ diff --git a/shared/icons/PNG/mp256.png b/shared/icons/PNG/mp256.png new file mode 100644 index 0000000000..a33d66649b Binary files /dev/null and b/shared/icons/PNG/mp256.png differ diff --git a/shared/icons/PNG/mp32.png b/shared/icons/PNG/mp32.png new file mode 100644 index 0000000000..f00d8c8b39 Binary files /dev/null and b/shared/icons/PNG/mp32.png differ diff --git a/shared/icons/PNG/mp48.png b/shared/icons/PNG/mp48.png new file mode 100644 index 0000000000..e5f82a13e6 Binary files /dev/null and b/shared/icons/PNG/mp48.png differ diff --git a/shared/icons/PNG/mp512.png b/shared/icons/PNG/mp512.png new file mode 100644 index 0000000000..305db6de23 Binary files /dev/null and b/shared/icons/PNG/mp512.png differ diff --git a/shared/icons/PNG/mp64.png b/shared/icons/PNG/mp64.png new file mode 100644 index 0000000000..43419b90e3 Binary files /dev/null and b/shared/icons/PNG/mp64.png differ diff --git a/shared/icons/PNG/sp128.png b/shared/icons/PNG/sp128.png new file mode 100644 index 0000000000..a10cfcdf79 Binary files /dev/null and b/shared/icons/PNG/sp128.png differ diff --git a/shared/icons/PNG/sp16.png b/shared/icons/PNG/sp16.png new file mode 100644 index 0000000000..4b7284b4e2 Binary files /dev/null and b/shared/icons/PNG/sp16.png differ diff --git a/shared/icons/PNG/sp256.png b/shared/icons/PNG/sp256.png new file mode 100644 index 0000000000..568ed5a81c Binary files /dev/null and b/shared/icons/PNG/sp256.png differ diff --git a/shared/icons/PNG/sp32.png b/shared/icons/PNG/sp32.png new file mode 100644 index 0000000000..5fb9344266 Binary files /dev/null and b/shared/icons/PNG/sp32.png differ diff --git a/shared/icons/PNG/sp48.png b/shared/icons/PNG/sp48.png new file mode 100644 index 0000000000..b9a5238a60 Binary files /dev/null and b/shared/icons/PNG/sp48.png differ diff --git a/shared/icons/PNG/sp512.png b/shared/icons/PNG/sp512.png new file mode 100644 index 0000000000..9b4f87ba60 Binary files /dev/null and b/shared/icons/PNG/sp512.png differ diff --git a/shared/icons/PNG/sp64.png b/shared/icons/PNG/sp64.png new file mode 100644 index 0000000000..ff33b6ad9d Binary files /dev/null and b/shared/icons/PNG/sp64.png differ diff --git a/shared/icons/Source/JO_bg.jpg b/shared/icons/Source/JO_bg.jpg new file mode 100644 index 0000000000..7a3a4ebe6b Binary files /dev/null and b/shared/icons/Source/JO_bg.jpg differ diff --git a/shared/icons/Source/MP_bg.jpg b/shared/icons/Source/MP_bg.jpg new file mode 100644 index 0000000000..4d8abea45a Binary files /dev/null and b/shared/icons/Source/MP_bg.jpg differ diff --git a/shared/icons/Source/SP_bg.jpg b/shared/icons/Source/SP_bg.jpg new file mode 100644 index 0000000000..57d75eea17 Binary files /dev/null and b/shared/icons/Source/SP_bg.jpg differ diff --git a/shared/icons/Source/openjk.blend b/shared/icons/Source/openjk.blend new file mode 100644 index 0000000000..927d8d7e17 Binary files /dev/null and b/shared/icons/Source/openjk.blend differ diff --git a/shared/icons/icon.ico b/shared/icons/icon.ico deleted file mode 100644 index c07f6c314e..0000000000 Binary files a/shared/icons/icon.ico and /dev/null differ diff --git a/shared/icons/license.txt b/shared/icons/license.txt index a74ecb91ec..8f4a2b4c1f 100644 --- a/shared/icons/license.txt +++ b/shared/icons/license.txt @@ -1,8 +1,11 @@ The OpenJK icon was made by Antonio Aiello and is released under the MIT/X11 license, as quoted here. -code*/macosx/OpenJK.icns, code/win32/starwars.ico, -codemp/win32/icon.ico and shared/sdl/sdl_icon.h are derived works +Rework was made by SomaZ, no change of the license. + +openjkcmd.ico was contributed by SirYodaJedi + +code*/macosx/OpenJK.icns and shared/sdl/sdl_icon.h are derived works under the same terms. ---- diff --git a/shared/icons/ocgDGfu.png b/shared/icons/ocgDGfu.png deleted file mode 100644 index f07e04704b..0000000000 Binary files a/shared/icons/ocgDGfu.png and /dev/null differ diff --git a/shared/icons/openjkcmd.ico b/shared/icons/openjkcmd.ico new file mode 100644 index 0000000000..646ac03ea2 Binary files /dev/null and b/shared/icons/openjkcmd.ico differ diff --git a/shared/sdl/sdl_icon.h b/shared/sdl/sdl_icon.h index 7cc6321c17..3b6155a13f 100644 --- a/shared/sdl/sdl_icon.h +++ b/shared/sdl/sdl_icon.h @@ -29,160 +29,451 @@ static const struct { uint8_t pixel_data[32 * 32 * 4 + 1]; } CLIENT_WINDOW_ICON = { 32, 32, 4, - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\1\1\377\1\2" - "\3\377\1\3\4\377\1\3\4\377\1\2\3\377\0\1\2\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\1\1\377\3\7\12\377\7\16\23\377\7\21\31\377\10\22\32\377\6\16\25" - "\377\3\10\12\377\0\2\2\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\2\4\5\377\10\22\33\377;" - "HS\377EVc\3770DT\377P\\e\377\10\24\35\377\2\5\7\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\3\7\12\377\16!0\377\214\227\240\377Zu\212\377Gg\200\377\250\260\266\377" - "\15\"3\377\4\12\15\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\1\377\2\3\5\377\3\10\13\377\11\24\34\377\27""3J\377" - "\215\234\251\377]\201\235\377Ku\226\377\253\264\274\377\25""5O\377\12\26" - "\37\377\3\7\12\377\1\3\4\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\1\3\4\377" - "\4\11\15\377\10\23\32\377\11\30$\377\25'6\377[o~\377\247\260\267\377\213" - "\236\255\377\203\230\251\377\273\302\307\377au\205\377\23(7\377\11\27!\377" - "\7\20\27\377\3\10\13\377\1\2\3\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\1\5\6\377\7\17\26\377\15\36,\377!" - "4D\377\200\211\217\377q~\210\377.Oi\377\213\234\252\377]\202\240\377My\233" - "\377\255\267\276\377'Mk\377s\177\211\377~\207\215\377\25(8\377\14\34'\377" - "\6\15\23\377\2\3\5\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\2\5\7\377\10\23\33\377\15%7\377ev\202\377\232\242\251\377\32/@\377" - "\16\40""0\377\30""8P\377\216\235\251\377^\201\233\377Nv\225\377\266\275\304" - "\377\26""9U\377\17#3\377\35""1@\377\261\267\273\377Tes\377\15#3\377\7\20" - "\27\377\2\4\5\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\1\3\4\377\10\22\32" - "\377\16)>\377\211\227\240\377\216\232\244\377\22-A\377\12\27\40\377\12\25" - "\36\377\27""4K\377\203\224\241\377^\201\234\377Mt\223\377\271\277\304\377" - "\22/G\377\12\25\36\377\12\26\40\377\21+?\377\267\276\303\377w\206\223\377" - "\16':\377\6\17\26\377\1\2\3\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\1\1\377\6\14\21\377\22" - "*<\377q\204\222\377\256\267\275\377\30""8Q\377\13\30#\377\3\6\11\377\11\23" - "\33\377\32""7O\377\343\344\346\377b\206\243\377Ow\226\377\274\302\307\377" - "\21.E\377\7\17\25\377\3\6\11\377\14\32$\377\31""8Q\377\325\332\334\377aw" - "\207\377\21&7\377\5\12\16\377\0\0\1\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\2\5\7\377\15\35*\3773Rj\377" - "\324\327\331\377@_w\377\20$4\377\4\10\13\377\0\2\2\377\12\26\40\377\35?Y" - "\377\337\341\343\377c\212\250\377Ox\230\377\300\305\311\377\21/F\377\7\16" - "\24\377\0\1\1\377\4\11\15\377\21&5\377Ql\202\377\350\352\352\377%E^\377\14" - "\32%\377\2\3\6\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\6\15\22\377\24""2J\377\236\253\264\377\250\263" - "\273\377\27:W\377\11\22\32\377\0\1\2\377\0\1\1\377\13\30\"\377\36B]\377\337" - "\341\343\377d\213\252\377Py\231\377\303\310\314\377\23""4N\377\12\26\37\377" - "\3\6\10\377\1\4\6\377\11\24\34\377\25:W\377\273\302\310\377\240\256\271\377" - "\23/E\377\5\13\20\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\1\3\3\377\14\31$\377.Pk\377\320\324\327\377t\215\240\377" - "\24-A\377\4\10\14\377\0\0\0\377\0\1\1\377\13\30\"\377\36B^\377\337\341\343" - "\377d\214\252\377Pz\233\377\307\313\315\377\34Il\377!8K\377\13\26\37\377" - "\3\10\13\377\4\11\15\377\25/C\377\202\227\251\377\335\337\341\377#Fb\377" - "\13\27!\377\1\2\3\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\3\5\7\377\22'8\377v\216\240\377\310\314\320\377Jk\206\377\20!0\377" - "\2\3\5\377\0\0\0\377\0\1\1\377\13\30\"\377\36B^\377\337\341\343\377d\214" - "\252\377R|\236\377\312\315\317\3771i\224\377\320\325\331\377\13\37""0\377" - "\6\15\22\377\2\4\6\377\20#2\377Qq\212\377\314\321\325\377u\215\240\377\21" - "%5\377\2\5\7\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\4\11\15\377\24""2H\377\236\255\270\377\324\327\332\377(On\377\15\33" - "&\377\1\2\2\377\0\0\0\377\0\1\1\377\13\30\"\377\36B^\377\337\341\343\377" - "d\213\253\377R\177\242\377\276\303\307\377\243\260\272\377\273\301\306\377" - "\20(:\377\5\14\20\377\1\2\3\377\15\34'\377,Sp\377\323\327\332\377\241\257" - "\273\377\24""0F\377\4\10\14\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" - "\0\0\377\0\0\0\377\5\14\21\377\25""6R\377\263\273\303\377\330\332\334\377" - "\35Ef\377\13\30\"\377\0\1\1\377\0\0\0\377\1\3\4\377\15\34)\377!Hf\377\340" - "\341\343\377d\213\252\377S\201\244\377\272\277\303\377\217\236\251\377-U" - "s\377\16\37,\377\3\6\11\377\0\1\1\377\13\30\"\377\35Fe\377\330\332\334\377" - "\265\276\305\377\24""6Q\377\5\14\20\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\6\14\22\377\25""8S\377\265\275\303\377\332\334" - "\335\377\35Ff\377\13\30\"\377\0\1\1\377\1\2\2\377\6\15\22\377\26""1F\377" - "=f\205\377\321\324\327\377e\213\250\377S\177\242\377\303\307\312\377Y~\232" - "\377\36Ik\377\15\35)\377\3\6\10\377\0\1\2\377\13\30\"\377\35Ef\377\327\331" - "\333\377\267\276\305\377\25""8T\377\6\14\22\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\5\12\16\377\25""4L\377\246\263\275\377" - "\326\330\333\377.Tr\377\15\34'\377\2\4\6\377\6\15\23\377\22*<\377;^z\377" - "\300\306\312\377\244\260\271\377?o\225\377Q|\236\377\300\304\310\377\254" - "\265\273\377\202\227\250\377\23""3L\377\11\25\36\377\3\6\11\377\15\33&\377" - "*Qo\377\323\326\331\377\246\263\274\377\25""4N\377\5\13\17\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\3\7\11\377\23+=\377\202" - "\231\252\377\312\317\323\377Uu\216\377\21$4\377\7\21\30\377\22*<\377@_x\377" - "\303\311\314\377\236\253\265\377\226\251\267\377f\212\246\377Q|\235\377\314" - "\316\317\377\177\232\260\377\330\332\335\377\217\240\256\377\20""0I\377\12" - "\26\40\377\21$4\377Mn\210\377\306\313\317\377\204\231\252\377\24-@\377\3" - "\7\12\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\1\3" - "\4\377\15\34(\3777Zv\377\324\326\331\377\212\240\257\377\27""5L\377\21&7" - "\377F`t\377\306\312\316\377\233\252\265\377/i\225\377\341\341\342\377c\211" - "\247\377Q|\236\377\337\336\335\377#d\226\377\212\242\265\377\325\330\333" - "\377\231\246\260\377\20*>\377\30""6M\377y\221\243\377\311\316\321\377Cd}" - "\377\16\36+\377\1\3\5\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\1\1\377\6\17\25\377\25""5N\377\251\265\277\377\312\317\323\377" - "\27@a\377\21""3N\377\304\307\313\377\217\235\247\377&Uy\377(X~\377\337\341" - "\342\377d\214\252\377R}\240\377\341\341\341\377\33In\377\36Ii\377{\217\236" - "\377\331\332\333\377\20""3M\377\31Cd\377\262\272\301\377\251\263\273\377" - "\26""9T\377\10\20\27\377\0\1\1\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\2\5\7\377\15\35*\377/Pj\377\336\337\341\377" - "g\202\227\377\30>]\377z\204\214\377\24/D\377\26""1E\377\37Ge\377\337\341" - "\343\377d\214\253\377S~\240\377\343\343\344\377\25;X\377\22):\377\16&8\377" - "`mx\377\27;V\377Mm\206\377\315\321\324\377=]u\377\17!/\377\3\6\11\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\1\1\377\5\13\20\377\20&7\377Un\201\377\343\344\345\377%Hb\377\24." - "B\377\13\30!\377\16\37,\377\35A]\377\337\341\343\377d\214\253\377S~\241\377" - "\344\345\345\377\26""9T\377\15\33&\377\10\22\32\377\21&7\377\32>Y\377\274" - "\303\307\377ez\212\377\21*>\377\6\15\23\377\0\1\2\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\1" - "\2\3\377\6\16\24\377\17%6\377Qfw\377\314\317\322\377\33""4F\377\15\34)\377" - "\20$4\377\37Eb\377\337\341\343\377e\215\254\377S\200\243\377\346\346\347" - "\377\31>[\377\17!/\377\13\30#\377\17(;\377\242\252\261\377ew\205\377\20)" - "=\377\7\21\30\377\1\3\4\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\1\3\4\377" - "\6\15\23\377\14\36*\377'Vi\377\202\216" - "\227\377\26)8\377\6\15\21\377\0\0\1\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\2\3\5\377\6\16\22\377" - "\10\24\36\377\11\27!\377\12\27!\377\10\24\35\377\6\16\24\377\2\4\6\377\0" - "\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377" - "\0\0\0\377\0\0\0\377\0\0\0\377\1\2\3\377\1\3\4\377\2\4\6\377\2\4\6\377\1" - "\3\5\377\1\2\3\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" - "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" - "\377", +#ifdef JK2_MODE // OpenJO Icon + "\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\012\033)\004\015-G$\067Rn_\066X}x\065\\\201\203Cc\213\203" + "\022\070[P\014/C\027\005\040\060\001\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000" + "\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\016\"\063\003\022+" + "D!\023;c^t\215\252\263_\223\306\276]\226\316\304\273\302\317\350\066i\236\227" + "\017\070`N\015(A\020\007#,\001\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000" + "\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001" + "\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\016\040\062\000\016#\070\006\021*D\037\025\065WQ\031N\205" + "\202{\240\306\307_\244\356\320a\255\377\327\334\342\352\371B\205\315\270" + "\023J\200z\020\060R=\017&>\017\014\037\060\001\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001" + "\001\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\001\001\001\000\015*B\000\016&>\003\015(A\024\020\060P\066\022:b[\030J}~!f\255\241" + "{\251\330\325j\267\377\337h\270\377\344\333\343\355\373H\234\365\313\027a" + "\254\233\022Cvq\020\064XE\016*F\033\015%;\005\011'&\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001" + "\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001" + "\001\000\013%;\001\015'B\014\016/P.\020:eX\032K}{Fn\230\240k\211\250\311j\220\271\346" + "\215\254\313\370x\263\360\373w\270\371\374\326\335\342\376\207\264\346\361" + "n\232\307\325Dt\251\253\032Q\211\203\017=k_\015\060S\062\014(B\015\014+\062\001\000\000" + "\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\010\000\000\013'=\001\014)E\025\016\067_F\022H~uCp\237\243\207\233\260\330s\212" + "\242\366\071a\210\376![\227\377`\222\303\377R\244\371\377V\260\377\377\310" + "\324\342\377B\226\354\377\001\001\001\001\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\001\001\001\000\005%\035\000\015'A\012\016\065^D\021R\225\206]\217\301\311" + "\251\256\270\372Ku\240\377\021:c\377\015$<\377\017!\065\377\023\062R\377.c\232" + "\377\236\260\306\377Q\252\377\377Q\257\377\377\266\302\320\377\070\203\316" + "\377\027J|\377\023\062Q\377\021\061R\377\023Du\377R\201\257\377\272\273\306\373" + "e\227\312\312\020T\231\206\014\067aA\013'E\010\012$\025\000\001\001\001\000\000\000\000\000\001\001\001" + "\000\000\000\000\000\015)?\002\016/P)\020H\202s:}\300\265\261\270\303\365\204\242\276\377" + "\026K\177\377\015'A\377\014\032)\377\015\035.\377\022\065X\377\066q\255\377\267\302" + "\316\377Q\261\377\377U\271\377\377\300\314\334\377=\217\344\377\031U\223\377" + "\023\071_\377\021/N\377\022\070]\377\032W\224\377\212\253\313\377\277\305\321\365" + ":\202\311\265\014G\203q\013.Q$\012%\070\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\016" + ")B\015\020\071eQ\025_\254\227\215\260\325\341\304\310\322\376\070q\252\377\015" + "\063Z\377\012\032,\377\011\024\037\377\014\034+\377\021\066[\377\071y\273\377\312\324" + "\341\377X\275\377\377Y\300\377\377\306\323\346\377?\247\377\377.\200\327" + "\377\037[\227\377\024Am\377\023\070^\377\022Fz\377>\200\302\377\316\322\335\377" + "\223\266\332\342\025c\262\227\014\070fL\013(A\011\001\032\007\000\000\000\000\000\000\000\000\000\021" + "\034-\001\017-K$\020F\200r;\203\314\270\316\326\337\370\244\276\330\377\027S\216" + "\377\014&A\377\011\024\040\377\010\021\032\377\013\032)\377\021\067]\377;|\300\377\313" + "\326\343\377Z\277\377\377_\305\377\377\302\340\374\377\\\316\377\377\257" + "\316\364\377\205\257\332\377#l\265\377\024G{\377\023Ct\377\033e\257\377\246" + "\305\345\377\333\341\351\370:\207\326\270\014F\201n\013,L\034\011%\070\000\000\000\000" + "\000\004(=\000\021\"\065\005\020\062V=\022V\237\212}\260\345\325\354\355\360\376l\235" + "\320\377\017Ar\377\012\035\062\377\010\021\032\377\010\021\031\377\013\032)\377\022\070" + "_\377<\177\305\377\331\344\361\377`\305\377\377O\276\377\377y\332\377\377" + "\275\347\377\377\337\356\372\377\337\344\356\377\213\272\354\377\040j\266" + "\377\024L\205\377\024Z\240\377s\253\351\377\357\355\360\376y\260\353\325\015" + "V\237\207\014\062Y\064\012&B\002\001\001\001\000\001\001\001\000\021$<\013\020\067`Q\030g\271\233\260" + "\317\362\347\361\365\374\377E\205\304\377\016\067a\377\011\031)\377\007\017\030\377" + "\010\020\031\377\014\034,\377\023;d\377>\202\310\377\342\355\371\377a\306\377\377" + "?\275\377\377\307\362\377\377\333\356\377\377_\317\377\377\210\324\377\377" + "\354\355\370\377\207\262\336\377\035`\247\377\025X\236\377I\225\343\377\361" + "\366\372\377\266\327\371\350\023f\267\231\014\067cG\012&D\006\000\000\000\000\000N\267\000" + "\021&@\021\021oc*|\321\254\335\353\374\364\350\362" + "\377\377-r\270\377\015\060T\377\012\031(\377\011\022\034\377\012\027$\377\017'@\377" + "\026K\203\377D\227\351\377\351\366\377\377c\317\377\377d\321\377\377\334\365" + "\377\377=\270\377\377)\223\377\377(\222\377\377g\300\377\377\330\353\376" + "\377*w\306\377\026Y\237\377\061\205\333\377\347\364\377\377\340\360\377\364" + "%|\322\252\014>q[\012(G\015\040\377\377\000\003\062^\000\021&@\025\021>oc'y\317\254\337" + "\355\377\364\351\364\377\377+r\271\377\016\062W\377\012\033,\377\013\030&\377\015" + "!\066\377\023:b\377\036i\266\377v\273\377\377\357\365\377\377]\307\377\377^" + "\312\377\377\357\374\377\377\204\331\377\377/\255\377\377;\260\377\377\262" + "\335\377\377\324\344\366\377(p\272\377\025T\227\377.\202\325\377\346\363\377" + "\377\337\357\377\364${\320\252\014=pZ\012(F\015\001\001\001\000\002\062h\000\020$>\021\021<" + "j]\037q\304\246\323\346\374\361\352\362\375\377\062z\300\377\020\071c\377\015" + "\"\070\377\016#\071\377\021\065Z\377\033\\\236\377q\256\352\377\352\363\377\377" + "\253\344\377\377;\267\377\377;\272\377\377\250\352\377\377\354\362\376\377" + "\225\343\377\377\271\347\377\377\346\356\373\377c\235\326\377\027T\224\377" + "\024P\216\377\063\204\325\377\353\364\376\377\323\351\376\361\035r\305\244\014" + ";kR\011&D\011#\377\377\000\001\070\266\000\021\":\012\021\067`O\026e\264\231\250\313\362" + "\346\355\361\370\377L\216\322\377\021Bv\377\020.M\377\021\065[\377\035Z\227\377" + "t\247\332\377\336\345\360\377\235\341\377\377\233\333\377\377[\305\377\377" + "]\307\377\377\240\347\377\377\244\350\377\377\351\361\367\377\335\350\365" + "\377b\242\343\377\030Z\236\377\023Br\377\024O\214\377P\231\337\377\356\361\366" + "\377\254\320\364\345\023e\265\226\013\066bC\012'D\005\235\377\377\000\000\000\000\000\023" + "\036\063\004\020\061U:\022T\230\207m\245\337\320\351\351\354\376t\247\330\377\025" + "T\225\377\023?l\377\036U\214\377|\247\321\377\324\332\350\377\204\306\377\377" + "L\302\377\377\321\341\365\377`\314\377\377a\316\377\377\314\335\362\377R" + "\307\377\377|\270\366\377Y\223\317\377\031W\226\377\023\001\001\001\001\000\001\001\001\000\014\010\020\001\017,J\037\021D{l/{\313\261\277\317\334\364\257" + "\301\330\377$n\272\377\026R\220\377[\207\263\377\312\320\335\377t\253\341" + "\377(\215\366\377E\254\377\377\313\331\347\377]\312\377\377[\312\377\377" + "\313\331\347\377@\241\377\377\036l\275\377\026J\177\377\021\065X\377\020-J\377" + "\021\071b\377\"h\256\377\265\310\337\377\303\320\335\364+|\312\256\014Czd\013" + "+K\025\016*>\000\001\001\001\000\000\000\000\000\000\000\000\000\017)C\012\020\066_H\024Z\241\216n\241\323" + "\324\306\306\314\375U\222\315\377\030`\251\377]\206\257\377_\212\266\377!" + "c\250\377\037j\265\377?\227\361\377\302\317\333\377W\303\377\377W\303\377" + "\377\277\312\331\377>\217\341\377\030P\210\377\022\061R\377\017'@\377\017,J\377" + "\022Ey\377T\212\301\377\314\317\326\375p\243\323\323\020X\241\212\014\065^=\012" + "%>\005\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\013!\063\001\020-L\037\020@tf#m\267\244\224" + "\255\306\350\236\255\300\376)o\267\377!Z\226\377\032L\177\377\030Ft\377\035" + "X\224\377:\212\332\377\265\303\317\377Q\273\377\377U\276\377\377\266\303" + "\321\377;\207\324\377\026Gx\377\021,H\377\017)C\377\021\067^\377*c\235\377\251" + "\266\306\376\232\266\317\346\"m\267\240\014?r^\013,M\026\013(\061\000\001\001\001\000\000" + "\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\015%?\005\017\060T\063\020H\201t\065x\273\256\230" + "\254\276\353\212\245\301\376#^\232\377\025Cr\377\027>g\377\033R\211\377<\212" + "\331\377\272\310\327\377Q\272\377\377V\277\377\377\270\306\324\377\066\201" + "\316\377\027H{\377\022\062R\377\021\065Z\377!R\205\377\212\243\273\376\241\263" + "\305\353\062v\271\252\015E}m\013/T)\013'D\003\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\000" + "\000\000\000\001\001\001\000\007\026)\000\016(B\012\016\062W:\020H\201t\060o\255\247\220\247\276\341" + "\207\237\266\374+[\214\377\027Fw\377\033X\226\377>\217\341\377\275\312\330" + "\377P\272\377\377U\300\377\377\270\305\323\377:\211\333\377\031R\215\377\025" + "An\377*W\204\377\211\237\264\374\224\252\302\340\061o\253\244\014E}n\014\062" + "W\061\014(F\006\016\061I\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000" + "\000\000\015$=\000\016&@\012\017\061U\064\017Ath!]\232\222j\215\261\304\215\242\267\356" + "V}\245\375)m\260\377?\226\361\377\301\320\334\377V\303\377\377X\305\377\377" + "\301\316\335\377=\224\357\377$f\251\377Tz\241\374\207\234\260\355m\220\264" + "\302!\\\230\216\015?rb\015\061U,\014'D\006\013&\070\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001" + "\001\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\014'B\000\016$>\006\017-L$\020\067aQ" + "\024G|v\060d\231\231c\212\261\302q\234\310\345x\257\352\370\332\344\356\377" + "m\310\377\376u\317\377\376\336\351\362\377y\260\352\367r\236\307\344e\214" + "\264\300.b\226\226\022Fyq\017\067_I\014,K\035\015%@\004\000\000\000\000\000\000\000\000\001\001\001\000\000" + "\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\015" + "\">\000\015%=\002\017(C\021\020/O\065\022:d^\027N\206\202\040o\300\250Q\247\377\324\341" + "\352\365\374w\323\377\356w\322\377\356\356\372\377\373T\253\377\323\036m\274" + "\245\024K\203\177\021\071bX\016.N-\015'C\015\014'C\001\000\000\000\000\001\001\001\000\000\000\000\000\001\001" + "\001\000\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001" + "\001\000\000\000\000\000\001\001\001\000\015!\067\000\017$:\006\020*E%\024\070^Y\027V\227\215I\231\352\305" + "\352\365\377\372h\316\377\344k\321\377\344\362\374\377\372K\232\355\303\025" + "U\225\212\022\067]R\017*E\036\016%;\004\020\"<\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000" + "\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\021.C\000\020$;\005\021.K-\024FyqK\212\312\265\357" + "\364\376\370j\275\377\332o\302\377\332\370\377\377\370O\217\317\263\022Dw" + "l\017,J&\015#\067\003\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\001\001\001\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\032\031U\000\017$A\013\020\064\\E\066j\234\216\261" + "\312\331\332Z\230\325\300]\234\325\300\270\315\340\333\067i\240\215\017\065" + "^@\016%E\010\063\061\202\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000" + "\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\015kq\001\014\062J\021\021\066[@\034" + "Iui\034Jwp\034Ixp\035Ixi\020\066Y>\012,J\016\007WM\001\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001" + "\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000", +#elif _JK2EXE // OpenJK SP Icon +"\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\021\000\000\024S\021\004`z\\*NzJCByCOW\215XP\030X\025\034" + "\011[\007\003\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000" + "\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\017D\021\003\023Y\024" + "$\200\240\200\217j\262k\235e\262g\245\270\304\266\335F\220Fk\023[\023\036\017" + "K\023\002\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001" + "\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\000" + "\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\021C\021\002\024P\024\031\027o\030N\202\264" + "\202\252j\315l\262h\331i\271\321\331\322\364K\254K\224\026p\026J\023M\023\022" + "\021@\016\001\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000" + "\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000" + "\000\000\000\000\013\066\003\000\014J\015\001\020Q\020\010\022X\023\040\030l\031I#\215$s\201\300\200" + "\274r\335t\304q\345r\311\321\336\321\367S\316T\251\032\220\033p\025e\025?\022" + "R\022\025\020L\017\003\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000" + "\007K\007\000\014U\014\005\020a\021\032%r&?X\216Yts\231s\260h\232i\330\206\255\205\363" + "s\300u\370p\303p\370\312\323\314\375\206\304\206\347p\254r\300Q\225R\207" + "#x%Q\022^\023'\017T\017\012\020n\016\001\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001" + "\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\007J\006\001\015" + "a\015\015\027t\030\064V\225Wt\215\245\216\303m\207m\362\063b\063\375\033b\033\377" + "Y\230Y\377K\264L\377O\305P\377\271\312\272\377>\250?\377\067\203\070\376p\224" + "p\363\212\244\213\311R\226T|\025p\026@\016\\\016\025\020Y\016\002\010]\000\000\000\000\000\000" + "\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\011V\011\001\014e\014\024\036\201\037Jt\247u\240\227\245\227\355FoF\376\022?\023\377" + "\020<\020\377\023U\024\377P\214Q\377G\255H\377J\275J\377\254\275\256\377\065\231" + "\066\377\023`\024\377\025O\026\377MyL\376\231\246\227\356u\251u\244\037\201\040" + "S\017b\017\035\020W\017\003\012O\000\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000" + "\000\000\001\001\001\000\001\001\001\000\010N\010\001\014f\015\023\034\205\035Pv\250w\260\236\250\236" + "\367;m;\377\014\066\015\377\013)\013\377\016\062\016\377\024V\024\377U\222U\377H\262" + "J\377F\272G\377\252\273\253\377\064\217\064\377\022N\023\377\016\066\016\377\016" + ">\017\377;p<\377\233\244\232\370y\253z\266\036\205\036Z\020c\020\035\016P\016\002\000" + "\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\013`\013\013" + "\023\203\024Ej\255k\246\243\251\243\367I}J\377\015<\015\377\011\"\011\377\012\036" + "\012\377\015\061\016\377'j(\377\226\255\226\377H\273J\377H\301H\377\244\264\245" + "\377\063\214\063\377\021G\022\377\014)\015\377\013)\013\377\015@\016\377I~I\377\254" + "\256\252\370o\257p\254\026\202\027Q\020]\020\023\021K\021\000\000\000\000\000\001\001\001\000\000\000" + "\000\000\001\001\001\000\000\000\000\000\000\000\000\000\012\\\013\003\015w\016-C\245D\206\257\271\256\356" + "{\240|\377\023Q\023\377\011%\011\377\007\025\007\377\010\030\010\377\014\064\015\377.w." + "\377\261\277\261\377M\310N\377I\311J\377\260\300\261\377\065\217\065\377\021" + "F\022\377\013#\013\377\010\034\011\377\012*\013\377\024U\024\377\177\244\177\377\266" + "\277\264\357H\255I\214\020r\021;\017S\020\007\015@\005\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\005C\004\000\014g\015\020\030\221\031Z\221\276\223\314\272\302\273\376\064z\065" + "\377\011\065\012\377\006\026\006\377\004\015\005\377\007\025\007\377\014\065\014\377\060\177\060" + "\377\271\311\271\377O\320Q\377N\322O\377\272\313\274\377\070\227\071\377\023" + "M\023\377\014'\014\377\010\031\010\377\011\036\011\377\013:\013\377\066\200\067\377\301" + "\305\277\376\231\305\231\317\034\225\035e\020`\021\035\020M\013\001\001\001\001\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\011\\\011\002\014u\015+C\257D\211\311\322\312\363\234\276\235" + "\377\024[\025\377\010$\010\377\005\016\005\377\003\011\003\377\006\023\006\377\013\066\014\377" + "\062\204\063\377\304\323\305\377R\331T\377T\334T\377\305\327\310\377<\252=" + "\377\026d\027\377\021\070\021\377\011\037\012\377\010\032\010\377\012+\012\377\024_\025" + "\377\236\300\236\377\313\323\312\364J\267L\217\021q\022;\020O\016\005\000\000\000\000\000" + "\000\000\000\001\001\001\000\000\000\000\000\014b\014\006\017\210\020G\201\306\202\267\346\347\346\375" + "g\247i\377\013E\013\377\006\032\006\377\003\011\003\377\003\010\003\377\006\023\006\377\014\067\015" + "\377\064\210\064\377\315\337\317\377X\341Z\377V\343X\377\322\352\323\377B\314" + "C\377C\243D\377PzP\377\015.\015\377\011\034\011\377\011\"\011\377\015K\016\377k\252" + "k\377\343\340\342\375\210\323\211\271\023\207\024V\022X\021\020\005\065\003\000\001\001\001" + "\000\001\001\001\000\001\001\001\000\014h\015\016\027\232\031^\261\331\262\327\350\356\350\377A" + "\220B\377\012\071\012\377\005\024\005\377\003\010\003\377\003\010\003\377\007\025\007\377\015;\015" + "\377\066\215\067\377\324\346\325\377[\350]\377X\352Y\377\330\362\333\377q\361" + "r\377\307\342\307\377v\237v\377\016\070\016\377\011\034\011\377\011\037\011\377\014" + "?\014\377C\224D\377\347\352\346\377\267\340\267\327\033\232\035j\021^\022\035\017" + "J\017\000\000\000\000\000\000\000\000\000\003\026\001\000\014k\016\026#\245%n\324\354\324\346\345\361" + "\345\377\061\205\062\377\011\063\012\377\005\022\005\377\003\007\003\377\004\012\004\377\007\031" + "\007\377\015A\016\377\070\224\070\377\335\360\337\377Z\352\\\377[\363]\377\342" + "\367\343\377\270\372\266\377\300\334\300\377\066\177\067\377\015\065\016\377\011" + "\034\011\377\010\034\010\377\012\070\013\377\060\207\060\377\340\353\342\377\324\356" + "\324\346)\252+y\022c\023(\021J\023\001\000\000\000\000\001\001\001\000\007\027\001\000\014m\015\032-\257" + ".u\330\354\330\353\341\357\341\377)\177*\377\011\061\012\377\006\023\006\377\004\013" + "\004\377\005\020\006\377\011#\011\377\017Q\020\377;\246<\377\335\361\337\377]\357_\377" + "\\\364\\\377\345\372\345\377\214\361\214\377=\267>\377\026e\027\377\016\061\016" + "\377\011\034\011\377\010\033\010\377\013\067\014\377'\177'\377\331\350\333\377\344" + "\366\343\355\063\264\065\200\022f\023.\021J\023\002\000\000\000\000\001\001\001\000\011\036\000\000\014" + "n\015\032)\253+u\333\360\333\353\342\360\342\377(\177)\377\012\064\012\377\006\027" + "\006\377\006\022\006\377\010\035\010\377\015;\015\377\030w\031\377m\313m\377\353\367\353" + "\377Z\360[\377Z\361\\\377\345\376\347\377\177\360~\377\061\272\064\377\026k" + "\027\377\016\070\017\377\012!\012\377\011\037\011\377\013\070\014\377(\202)\377\331\350" + "\332\377\342\364\342\355\063\263\064\200\021f\023.\021L\023\002\001\001\001\000\001\001\001\000\010" + "\024\000\000\014k\015\025!\244#m\320\352\320\345\344\357\344\377/\206/\377\014<\015" + "\377\011\040\011\377\011\040\011\377\014\066\014\377\026f\027\377i\272k\377\336\353" + "\336\377\241\363\243\377\065\344\067\377[\361\\\377\341\372\342\377\270\374" + "\267\377\254\335\255\377\061\231\062\377\021S\022\377\014\060\015\377\013(\013\377" + "\014@\015\377\060\212\060\377\340\351\337\377\323\354\323\347)\254+y\021c\023(" + "\021J\024\001\000\000\000\000\001\001\001\000\000\000\000\000\013c\015\015\026\231\027[\253\327\253\322\347" + "\353\347\377E\227F\377\014I\015\377\014/\014\377\014\070\015\377\027b\030\377q\263" + "q\377\330\344\333\377\232\364\232\377\227\363\231\377S\351U\377[\362]\377" + "\335\363\334\377\202\377\202\377\326\347\327\377\256\321\256\377\062\214\064" + "\377\020M\021\377\015\071\016\377\017O\020\377G\234H\377\345\351\344\377\262\340" + "\263\324\033\232\034i\021]\022\034\022T\023\001\000\000\000\000\000\000\000\000\000\000\000\000\012Z\012\005\016" + "\205\020Bs\301u\256\334\335\334\374r\262r\377\020^\021\377\016D\017\377\030\\\031" + "\377v\257v\377\313\322\313\377}\326\177\377F\345H\377\311\340\310\377X\353" + "Y\377Y\357Z\377\310\340\311\377H\355I\377[\330\\\377\315\334\316\377\256" + "\311\256\377\063}\064\377\020O\021\377\021d\022\377r\261r\377\335\336\335\374~" + "\317\200\263\023\204\025T\021V\021\016\023J\016\000\001\001\001\000\001\001\001\000\001\001\001\000\007K\007\001" + "\015r\016$\064\247\065~\277\320\300\354\250\302\247\377\036{\037\377\021\\\022\377" + "V\215V\377\276\305\277\377n\267n\377\"\245#\377\071\302;\377\300\327\303\377" + "V\351X\377S\347U\377\300\327\301\377A\310B\377\040\244\"\377O\254P\377\271" + "\306\271\377y\247x\377\024f\025\377\040\202!\377\253\306\253\377\301\321\301" + "\355:\260;\206\021n\022\066\020M\017\004\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\003)\002\000" + "\014e\016\013\022\210\024Mu\270w\266\274\276\272\374P\233Q\377\023l\024\377U\210" + "U\377W\217W\377\034s\035\377\030y\032\377\070\253\071\377\266\310\266\377S\344" + "U\377N\336P\377\265\307\266\377>\260>\377\032x\033\377\031k\031\377A\204A\377" + "X\215X\377\026r\027\377S\241T\377\277\303\276\373\201\311\204\271\027\215\031" + "\\\021\\\022\027\021E\011\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\012Q\012\001\014" + "l\015\037(\233*l\224\263\226\326\231\257\231\376)\200*\377\033c\034\377\025T\025" + "\377\023M\023\377\027a\030\377\064\235\065\377\255\301\257\377K\327M\377K\330L" + "\377\253\275\253\377\071\242:\377\027b\030\377\024I\024\377\023N\023\377\027_\030" + "\377*\202+\377\234\261\234\376\233\276\233\330.\243/v\021i\022\060\021R\022\004" + "\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\013\000\000\014_\015\004\015r\017" + ".;\237<{\234\262\236\335\203\245\204\376\037h\040\377\021J\021\377\022C\022\377" + "\025Z\026\377\065\232\065\377\253\276\254\377N\331O\377K\330L\377\254\275\255" + "\377\067\236\067\377\027\\\027\377\022B\022\377\021G\022\377\036f\037\377\202\246\204" + "\376\237\266\240\337<\244=\203\021r\023>\020W\022\013\022H\022\000\001\001\001\000\001\001\001\000" + "\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\005\063\003\000\014`\016\007\017p\020\060;\226" + "\020Y\021\016\020L\021\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\020`\025\000\015]\016\006\015i\017$*\207,Zv\243x\245\212\242\213" + "\347N\200N\373#w$\377\066\247\067\377\273\320\274\377O\336Q\377N\335O\377\271" + "\314\272\377<\255<\377\"x#\377Q\203R\374\214\245\215\345x\247y\247+\211-" + "a\021h\022\060\020W\021\013\023P\023\001\001\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000" + "\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\021\065\014\000\015V\016\002\016]\017" + "\023\024k\025\070<\210=im\241m\243t\256v\326u\276v\361\316\334\317\376i\341k" + "\374m\343n\374\325\343\326\376x\303x\362s\255t\327n\243n\246<\213=n\030n\032" + "A\023\\\024\034\020Q\021\005\030P\023\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001" + "\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\012C\011\000\021" + "S\023\000\017Q\020\007\021[\022\040\026q\027K\040\235\"yU\324U\262\334\351\333\370\200" + "\377\201\327}\377}\327\351\365\351\370]\334^\264#\240%\200\030r\031T\024Z\025" + "*\022N\022\014\022I\022\001\023W\015\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000" + "\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001" + "\001\000\000\000\000\000\017@\017\000\020I\021\002\023U\023\034\025}\026WM\303N\236\345\366\346\366" + "u\377w\306t\377u\307\360\376\361\366U\315V\242\030\201\032a\026V\026'\023H\024" + "\005\024J\025\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\001\001\001\000\021M\022\005\023k\024\063S\257T\213\344\356\344\364v" + "\357x\273u\360v\274\361\367\362\364^\275`\220\026k\027?\022I\024\011\017\071\013" + "\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\001\001\001\000\000\000\000\000\034:'\000\017W\021\020G\221IX\275\326\304\306k\303p" + "\235g\277j\236\304\330\310\312K\222M_\023Y\024\026\026B\025\001\001\001\001\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000" + "\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000" + "\001\001\001\000\000\000\000\000\000\000\000\000\033\277\040\001\025f\030\016\064w\071-,u+\065*q)\070\064s\065" + "\062\026c\024\022\014e\011\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001" + "\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000", +#else // OpenJK Icon +"\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\021\022\037\002\032&:\032GP`QZM^bgERa\177T]WX\027\034!D\022" + "\020\004\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000" + "\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\024\040-\001\034':\030\"\062RS|\204" + "\231\254\207z\221\260\234s\203\260\306\272\273\337\211FKnT\025\032!<\026\030" + "\002\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001" + "\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000" + "\000\001\001\001\000\001\001\001\000\021\037/\000\022\"\065\004\030'<\030\037/KG,Bmz\206\222\257\302\232" + "\204\247\303\267{\223\303\334\322\325\365\255U[\226i\031\036MI\024\030\023A\023" + "\021\001\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001\001" + "\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\021." + "C\000\021'?\003\020'?\021\024-J\061\032\065YU#Cnx\066Y\222\233\212\234\300\321\246\221" + "\266\323\302\204\237\323\336\323\324\367\305W^\253\207\036$q`\027\033AM\022\025" + "\026H\021\021\003\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\014#\071\001\017" + "(A\012\020.M+\023\070bU\037IyxKj\220\236n\204\237\307p\205\245\344\223\237\267" + "\367\240\220\254\372\260\202\226\372\324\315\316\375\300\210\214\347\250" + "ru\300\224RU\207t$'Q[\022\024'Q\020\021\011W\023\014\001\000\000\000\000\000\000\000\000\001\001\001\000\000" + "\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\014" + "*@\001\015)C\024\020\066]C\025H|sDn\233\242\205\226\253\327p\204\231\366>Y{\376" + "\060N}\377p\203\250\377\212s\230\377\250i\203\377\312\274\275\377\242CI\377" + "~:>\376\222pq\363\245\214\215\311\230SV{n\026\030>Y\016\017\024R\023\017\002\000\000\000" + "\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\014)\071\001\015+F\030\017:eQ\031T\220\206e\212\261\302\227\242\260\363Lj\211" + "\376\034:]\377\036\065T\377*Ak\377iz\234\377\204n\224\377\241e\177\377\275\261" + "\262\377\223;B\377[\027\033\377N\027\032\377wLN\376\247\232\231\356\254xx\244" + "\200\036\037Qa\017\020\033V\020\017\002\034\007\000\000\000\000\000\000\001\001\001\000\001\001\001\000\001\001\001\000\001" + "\001\001\000\000\000\000\000\001\001\001\000\014+?\000\015*C\023\017:gP\031Y\230\215i\216\264\316\242" + "\252\265\372?f\215\377\024\064W\377\024'>\377\033,E\377*Cm\377k}\243\377\205" + "r\232\377\235c~\377\274\260\262\377\211:A\377K\026\033\377\066\020\022\377>\020" + "\021\377n;=\377\244\232\232\367\254{|\264\206\034\036Wc\017\020\033Q\021\020\001\000" + "\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\001)\027\000\015(A\012\016\066\\B\022" + "S\224\205]\215\276\311\246\252\265\372Mt\234\377\024\071`\377\020#\067\377\023" + "\036.\377\033+E\377:U\201\377\235\243\260\377\211y\247\377\237g\204\377\265" + "\252\254\377\204\070?\377D\025\032\377(\016\021\377)\014\016\377@\016\017\377\177" + "IL\377\256\253\254\370\261pr\253\202\025\026N\\\020\020\022^\026\025\000\000\000\000\000\001" + "\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\014*?\002\015/O'\020H\201q:}\300\264\257\266\301" + "\365~\233\266\377\031J}\377\020&?\377\016\031&\377\021\032'\377\033.J\377Cd\226" + "\377\263\266\276\377\216\201\266\377\244m\215\377\300\264\266\377\206;B\377" + "C\026\032\377#\015\017\377\035\012\013\377,\014\015\377T\024\025\377\246\200\202\377" + "\276\265\265\356\256HJ\212q\016\020\071U\017\021\006B\021\007\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\015*B\014\017\071cO\027a\253\227\212\255\321\341\273\301\312\377" + "\067o\247\377\020\063X\377\014\032)\377\013\023\034\377\020\030%\377\032.L\377Ei\240" + "\377\277\303\313\377\223\210\301\377\252r\225\377\312\275\300\377\217?F\377" + "J\027\034\377&\016\020\377\032\012\013\377\040\012\013\377;\014\015\377~\067\070\377\310" + "\300\300\376\306\231\234\316\226\033\034c_\017\020\032S\023\015\001\001\001\001\000\000\000\000" + "\000\000\000\000\000\021\040\063\001\016.J\"\017G\177q\071\202\312\270\316\325\334\370\237" + "\271\323\377\031R\214\377\016&@\377\013\024\037\377\012\017\027\377\017\026\"\377\032" + "/M\377In\246\377\315\320\330\377\227\214\306\377\263z\236\377\331\314\316" + "\377\240CL\377`\033!\377\070\024\026\377!\013\015\377\033\011\012\377,\013\014\377^" + "\024\026\377\300\235\235\377\323\313\314\363\265JL\216q\020\022\070L\017\016\005\000" + "\000\000\000\000\000\000\000\004\061B\000\020'\071\004\016\063T;\021W\236\211w\253\335\325\352\353" + "\357\376l\234\315\377\020@q\377\014\035\060\377\011\020\030\377\012\017\025\377\017" + "\026\"\377\034\060P\377Kq\252\377\327\334\345\377\235\220\314\377\273~\243\377" + "\346\326\331\377\302JS\377\236IO\377yQS\377-\016\020\377\035\012\013\377#\012\012" + "\377L\015\016\377\250jk\377\342\341\341\375\316\206\210\270\206\021\023SU\020" + "\020\016\016\003\001\000\001\001\001\000\001\001\001\000\017'=\012\017\071_P\027g\267\233\255\312\351\350" + "\353\355\365\377E\204\303\377\017\067`\377\013\031(\377\010\016\026\377\011\016\025" + "\377\020\030%\377\035\063T\377Mt\256\377\334\341\351\377\244\225\323\377\277" + "~\244\377\355\333\337\377\347w\200\377\341\311\312\377\235wx\377\067\020\022" + "\377\035\012\013\377\040\012\013\377@\014\015\377\225DF\377\354\351\351\377\340\266" + "\270\327\233\032\034h\\\020\021\033.\016\006\000\000\000\000\000\000\000\000\000\020)A\020\017>i\\\040" + "s\306\246\324\345\370\361\346\356\372\377\065x\272\377\017\062W\377\013\027%\377" + "\011\017\026\377\013\021\031\377\021\033*\377\037\067]\377Q{\272\377\344\350\363\377" + "\245\225\322\377\307\204\253\377\370\347\353\377\371\275\300\377\335\303" + "\303\377|\070<\377\065\020\022\377\034\012\013\377\035\011\012\377\071\013\014\377\206" + "\060\061\377\360\344\344\377\356\325\326\346\255(*vb\021\022&>\020\017\001\000\000\000" + "\000\005*F\000\020*B\024\017@nb(}\317\254\331\350\371\364\346\361\377\377\060u\271" + "\377\017\060S\377\014\030&\377\012\022\033\377\015\025\040\377\024\"\067\377\"Cr\377" + "V\210\317\377\347\353\367\377\255\235\332\377\310\205\254\377\372\350\353" + "\377\354\223\231\377\257BI\377b\031\035\377\060\017\022\377\034\012\013\377\034\011" + "\012\377\070\014\015\377~()\377\352\335\334\377\364\342\340\354\265\062\065~e\020" + "\023,E\017\021\002\000\000\000\000\003\071l\000\017)A\024\017@nb%z\314\254\334\353\374\364\345" + "\361\376\377+q\266\377\020\062V\377\014\033+\377\015\027$\377\020\037\061\377\031\065" + "X\377,`\243\377\202\260\356\377\360\364\372\377\247\227\325\377\311\203\251" + "\377\375\352\355\377\350\204\213\377\261\070?\377h\031\036\377\070\020\023\377" + "!\013\015\377\040\012\013\377:\014\015\377\201(*\377\351\335\334\377\364\343\342" + "\355\263\061\064~e\021\023,D\017\021\002\001\001\001\000\003:u\000\017'?\020\017>i[\037r\303\245" + "\322\345\372\361\347\357\373\377\063z\300\377\022\071b\377\017\"\067\377\020\"" + "\066\377\025\062T\377#X\224\377x\246\335\377\342\352\365\377\264\315\371\377" + "\216\202\315\377\312\204\250\377\371\345\351\377\372\300\302\377\332\257" + "\262\377\224\065\070\377R\023\026\377\060\016\017\377(\014\015\377A\015\016\377\212" + "\061\062\377\354\342\341\377\354\324\323\346\253(*vb\021\023%F\021\023\001\000\000\000" + "\000\001A\337\000\017%;\011\017\070_M\025f\262\231\247\312\360\345\350\352\363\377L" + "\215\316\377\023Cu\377\022.K\377\025\064W\377#W\221\377w\241\320\377\332\341" + "\354\377\251\326\377\377\254\317\377\377\242\222\320\377\306\202\251\377" + "\362\340\343\377\372\212\221\377\347\327\332\377\317\257\260\377\211\065\067" + "\377L\022\024\377\071\016\020\377P\020\021\377\235IK\377\354\350\346\377\340\263" + "\263\323\233\031\033f[\020\022\032H\015\016\001\000\000\000\000\000\000\000\000\022\"\067\003\016\062S\067" + "\022U\227\206k\243\334\320\343\343\347\376r\243\323\377\027T\223\377\026?k\377" + "!S\210\377}\243\312\377\315\323\340\377\212\274\367\377d\266\377\377\320" + "\331\350\377\242\224\323\377\300\200\247\377\335\313\316\377\342S]\377\320" + "_f\377\335\316\316\377\311\257\260\377|\064\066\377P\021\023\377d\022\023\377\261" + "st\377\340\337\335\374\316\177\201\261\204\022\024PS\020\021\015+\013\003\000\001\001\001" + "\000\001\001\001\000\013\013\024\001\016-I\035\020Ezk.z\305\260\307\326\344\364\256\300\326" + "\377$l\266\377\031R\215\377a\211\263\377\303\310\324\377x\245\330\377\065\201" + "\337\377X\234\372\377\314\323\334\377\240\225\325\377\267|\243\377\321\303" + "\305\377\277JU\377\234'/\377\250QU\377\310\271\271\377\251{}\377f\024\026\377" + "\203!#\377\307\254\254\377\322\302\301\354\261:<\204m\020\022\063M\020\017\004\001" + "\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\016*C\011\017\067]F\024Z\236\215l\237\321\324\276" + "\276\304\375T\217\311\377\033_\247\377]\203\253\377_\203\255\377)_\237\377" + ",b\245\377S\211\326\377\277\305\317\377\233\222\322\377\261x\240\377\305" + "\270\272\377\246FQ\377r\040(\377j\035!\377\204CF\377\216Z[\377r\026\030\377\240" + "RT\377\304\302\300\373\310\202\205\270\213\026\030Y[\020\022\025F\016\010\000\001\001" + "\001\000\001\001\001\000\000\000\000\000\000\000\000\000\013#\064\001\017-J\035\017Atd\"l\265\243\220\253\304" + "\347\237\256\302\376/r\267\377#Y\222\377\036Jz\377\037Bk\377)P\204\377L}\302" + "\377\261\270\301\377\221\212\311\377\257x\237\377\274\256\261\377\230AK\377" + "\\\036$\377I\030\033\377N\025\030\377^\030\032\377\200*,\377\266\237\240\376\276" + "\235\235\330\244.\060th\020\022-T\021\023\004\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000" + "\000\000\000\000\000\000\000\015'@\004\017\060R\060\021H\200s\061t\266\254\231\253\277\352\211" + "\242\274\376&\\\226\377\032Cn\377\036;_\377'Kz\377L|\277\377\261\267\301\377" + "\223\213\312\377\255w\237\377\273\256\262\377\223?I\377W\035#\377A\025\031\377" + "H\023\026\377g!\"\377\247\205\206\376\266\241\242\337\242<>\201q\021\022\006\020,K\"\022\067^N\027Exu\064a\222\231d\204\250\301" + "v\226\275\344\204\252\334\367\321\326\335\377\244\237\323\375\276\221\262" + "\375\341\332\332\376\273|\201\362\247sx\330\240pr\247\207>@oi\031\034BY\025" + "\027\034N\020\022\005[\034\032\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000" + "\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\016\"@\000\020&<\002\021(A\020\023" + "-K\062\030\070_[\037I|\177-f\255\245`\232\350\321\336\343\353\373\263\256\346" + "\346\317\234\301\342\364\353\356\371\321gr\267\223)\062\203i\033!XT\026\033-" + "J\023\026\014I\021\024\001V\023\016\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000" + "\000\000\001\001\001\000\001\001\001\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001" + "\001\000\023)H\000\023$\070\005\024'@\040\033\064WS$O\210\211W\214\323\301\347\356\367\371" + "\255\250\346\332\320\227\276\324\375\362\364\366\300^h\246r\036'fL\031\037," + "@\026\032\007F\034\035\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\023'\070\000\030&;\003\030*D&\037@lkW\200\267\261\347\354\361\370" + "\242\237\322\320\300\221\262\311\367\357\363\365\257ck\224]\033#E?\027\033\014" + "\063\026\023\000\001\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\001\001\001\000#\024K\000\026!<\010\031/Q>?`\214\211\262\303\316\327" + "\205\206\253\265\232{\224\256\321\303\312\315\206IRfQ\025\036\033F\017\032\001\001" + "\001\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\001" + "\001\001\000\001\001\001\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001\001\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\001\001\001\000\001\001\001\000\000\000\000\000\017oq\000\024.E\015\034\062S\070-Ek_;>[^P\065HQa\066" + "??J\035\040\030M\032\027\002\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\001\000\000\000\000\000\001\001" + "\001\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000\001\001\001\000", +#endif }; -