Persian Woocommerce - Version 3.3.5

Version Description

  • -
  • ( >> )

  • Pay.ir .
Download this release

Release Info

Developer hannanstd
Plugin Icon 128x128 Persian Woocommerce
Version 3.3.5
Comparing to
See all releases

Code changes from version 3.3.0 to 3.3.5

Files changed (89) hide show
  1. assets/css/admin.font.css +1 -1
  2. assets/css/admin.rtl.css +0 -7
  3. assets/css/dashboard.rtl.css +0 -1
  4. assets/css/{datepicker/theme.css → datepicker.css} +31 -32
  5. assets/css/menu.rtl.css +0 -1
  6. assets/css/reports-print.rtl.css +0 -1
  7. assets/fonts/BYekan.eot +0 -0
  8. assets/fonts/BYekan.ttf +0 -0
  9. assets/fonts/BYekan.woff +0 -0
  10. assets/fonts/WooCommerce.eot +0 -0
  11. assets/fonts/WooCommerce.svg +0 -95
  12. assets/fonts/WooCommerce.ttf +0 -0
  13. assets/fonts/WooCommerce.woff +0 -0
  14. assets/fonts/star.eot +0 -0
  15. assets/fonts/star.svg +0 -19
  16. assets/fonts/star.ttf +0 -0
  17. assets/fonts/star.woff +0 -0
  18. assets/images/about.png +0 -0
  19. assets/images/chosen-sprite.png +0 -0
  20. assets/images/chosen-sprite@2x.png +0 -0
  21. assets/{css → images}/datepicker/active-bg.gif +0 -0
  22. assets/{css → images}/datepicker/dark-bg.gif +0 -0
  23. assets/{css → images}/datepicker/hover-bg.gif +0 -0
  24. assets/{css → images}/datepicker/menuarrow.gif +0 -0
  25. assets/{css → images}/datepicker/normal-bg.gif +0 -0
  26. assets/{css → images}/datepicker/rowhover-bg.gif +0 -0
  27. assets/{css → images}/datepicker/status-bg.gif +0 -0
  28. assets/{css → images}/datepicker/title-bg.gif +0 -0
  29. assets/{css → images}/datepicker/today-bg.gif +0 -0
  30. assets/images/feed.png +0 -0
  31. assets/images/icons/credit-cards/amex.png +0 -0
  32. assets/images/icons/credit-cards/diners.png +0 -0
  33. assets/images/icons/credit-cards/discover.png +0 -0
  34. assets/images/icons/credit-cards/jcb.png +0 -0
  35. assets/images/icons/credit-cards/laser.png +0 -0
  36. assets/images/icons/credit-cards/maestro.png +0 -0
  37. assets/images/icons/credit-cards/mastercard.png +0 -0
  38. assets/images/icons/credit-cards/visa.png +0 -0
  39. assets/images/icons/loader.svg +0 -8
  40. assets/images/logo.png +0 -0
  41. assets/images/payir.png +0 -0
  42. assets/images/select2-spinner.gif +0 -0
  43. assets/images/select2.png +0 -0
  44. assets/images/select2x2.png +0 -0
  45. assets/js/admin.js +0 -23
  46. assets/js/datepicker.js +0 -0
  47. assets/js/iran_cities.js +2706 -2710
  48. assets/js/iran_cities.min.js +0 -0
  49. include/assets/css/admin.font.css +0 -10
  50. include/assets/css/admin.rtl.css +0 -7
  51. include/assets/css/dashboard.rtl.css +0 -1
  52. include/assets/css/menu.rtl.css +0 -1
  53. include/assets/css/reports-print.rtl.css +0 -1
  54. include/assets/fonts/BYekan.eot +0 -0
  55. include/assets/fonts/BYekan.ttf +0 -0
  56. include/assets/fonts/BYekan.woff +0 -0
  57. include/assets/fonts/WooCommerce.eot +0 -0
  58. include/assets/fonts/WooCommerce.svg +0 -95
  59. include/assets/fonts/WooCommerce.ttf +0 -0
  60. include/assets/fonts/WooCommerce.woff +0 -0
  61. include/assets/fonts/star.eot +0 -0
  62. include/assets/fonts/star.svg +0 -19
  63. include/assets/fonts/star.ttf +0 -0
  64. include/assets/fonts/star.woff +0 -0
  65. include/assets/images/about.png +0 -0
  66. include/assets/images/chosen-sprite.png +0 -0
  67. include/assets/images/chosen-sprite@2x.png +0 -0
  68. include/assets/images/feed.png +0 -0
  69. include/assets/images/icons/credit-cards/amex.png +0 -0
  70. include/assets/images/icons/credit-cards/diners.png +0 -0
  71. include/assets/images/icons/credit-cards/discover.png +0 -0
  72. include/assets/images/icons/credit-cards/jcb.png +0 -0
  73. include/assets/images/icons/credit-cards/laser.png +0 -0
  74. include/assets/images/icons/credit-cards/maestro.png +0 -0
  75. include/assets/images/icons/credit-cards/mastercard.png +0 -0
  76. include/assets/images/icons/credit-cards/visa.png +0 -0
  77. include/assets/images/icons/loader.svg +0 -8
  78. include/assets/images/logo.png +0 -0
  79. include/assets/images/select2-spinner.gif +0 -0
  80. include/assets/images/select2.png +0 -0
  81. include/assets/images/select2x2.png +0 -0
  82. include/assets/js/admin.js +0 -23
  83. include/assets/js/iran_cities.js +0 -2884
  84. include/assets/js/iran_cities.min.js +0 -3
  85. include/class-address.php +271 -249
  86. include/class-core.php +275 -0
  87. include/class-currencies.php +43 -0
  88. include/class-currency.php +0 -50
  89. include/class-gateways.php +621 -0
assets/css/admin.font.css CHANGED
@@ -6,5 +6,5 @@
6
  font-style: normal;
7
  }
8
  #wpbody,h1,h2,h3,h4,h5,h6 {
9
- font-family:BYekan !important;
10
  }
6
  font-style: normal;
7
  }
8
  #wpbody,h1,h2,h3,h4,h5,h6 {
9
+ font-family: BYekan, serif !important;
10
  }
assets/css/admin.rtl.css DELETED
@@ -1,7 +0,0 @@
1
- @charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}.woocommerce-checkout .form-row .chosen-container{width:100%!important}.woocommerce-checkout .form-row .chosen-container-single .chosen-single{height:28px;line-height:29px}.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{background:url(../images/chosen-sprite.png) 100% 3px no-repeat!important}.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div b{background-position:-18px 4px!important}.woocommerce-checkout .form-row .chosen-container-single .chosen-search input{line-height:13px;width:100%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.woocommerce-checkout .form-row .chosen-container .chosen-drop{width:100%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{background-image:url(../images/chosen-sprite@2x.png)!important;background-position:100% 5px!important;background-repeat:no-repeat!important;background-size:52px 37px!important}.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div b{background-position:-18px 5px!important}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;right:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{right:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 8px 0 0;height:26px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:26px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-left:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-left:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;left:26px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;left:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../images/chosen-sprite.png) 100% 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 5px 4px 20px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../images/chosen-sprite.png) 0% -20px no-repeat #fff;background:url(../images/chosen-sprite.png) 100% -20px no-repeat,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(../images/chosen-sprite.png) 100% -20px no-repeat,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) 100% -20px no-repeat,-moz-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) 100% -20px no-repeat,-o-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) 100% -20px no-repeat,linear-gradient(#eee 1%,#fff 15%);font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;right:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 0 4px 4px;padding:0 4px 0 0;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-right:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:right;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:5px;height:15px;outline:0;border:0!important;background:100% 0!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 5px 3px 20px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;left:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-left:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none;background:100% 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#111!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:left}.chosen-rtl .chosen-single{overflow:visible;padding:0 0 0 8px}.chosen-rtl .chosen-single span{margin-left:0;margin-right:26px;direction:ltr}.chosen-rtl .chosen-single-with-deselect span{margin-right:38px}.chosen-rtl .chosen-single div{left:auto;right:3px}.chosen-rtl .chosen-single abbr{left:auto;right:26px}.chosen-rtl .chosen-choices li{float:left}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:ltr}.chosen-rtl .chosen-choices li.search-choice{margin:3px 0 3px 5px;padding:3px 19px 3px 5px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{left:auto;right:4px}.chosen-rtl .chosen-drop,.chosen-rtl.chosen-container-single-nosearch .chosen-search{right:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 4px 4px 0;padding:0 0 0 4px}.chosen-rtl .chosen-results li.group-option{padding-left:15px;padding-right:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 20px 4px 5px;background:url(../images/chosen-sprite.png) -30px -20px no-repeat #fff;background:url(../images/chosen-sprite.png) -30px -20px no-repeat,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(../images/chosen-sprite.png) -30px -20px no-repeat,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) -30px -20px no-repeat,-moz-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) -30px -20px no-repeat,-o-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) -30px -20px no-repeat,linear-gradient(#eee 1%,#fff 15%);direction:ltr}.chosen-ltr.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-ltr.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-ltr .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.select2-container{margin:0;position:relative;display:block!important;zoom:1;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;padding:0 8px 0 0;overflow:hidden;position:relative;border:1px solid #ccc;white-space:nowrap;color:#444;text-decoration:none;border-radius:3px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;font-weight:400}html[dir=rtl] .select2-container .select2-choice{padding:0 0 0 8px}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#ccc;border-radius:0 0 4px 4px}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-left:42px}.select2-container .select2-choice>.select2-chosen{margin-left:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir=rtl] .select2-container .select2-choice>.select2-chosen{margin-right:26px;margin-left:0}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;left:24px;top:5px;font-size:1px;text-decoration:none;border:0;background:url(../images/select2.png) left top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:left -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;right:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;top:100%;background:#fff;color:#000;border:1px solid #ccc;border-top:0;border-radius:0 0 3px 3px}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #ccc;border-bottom:0;border-radius:3px 3px 0 0}.select2-drop-active{border:1px solid #666;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #666}.select2-drop-auto-width{border-top:1px solid #ccc;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;left:0;top:0;border-radius:3px 0 0 3px;background-clip:padding-box}html[dir=rtl] .select2-container .select2-choice .select2-arrow{right:0;left:auto;border-radius:0 3px 3px 0}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;position:relative}.select2-container .select2-choice .select2-arrow b:after{position:absolute;display:block;content:"";top:50%;right:50%;border:4px solid transparent;border-top-color:#666;margin-right:-7px;margin-top:-2px}.select2-search{display:inline-block;width:100%;margin:0;padding-right:4px;padding-left:4px;position:relative;z-index:10000;white-space:nowrap;padding-bottom:4px}.select2-search input{width:100%;height:auto!important;padding:4px 5px 4px 20px!important;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none;background:url(../images/select2.png) 0% -22px no-repeat #fff}html[dir=rtl] .select2-search input{padding:4px 20px 4px 5px;background:url(../images/select2.png) -37px -22px no-repeat #fff}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:url(../images/select2-spinner.gif) 0% no-repeat #fff}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #666;outline:0}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-dropdown-open .select2-choice .select2-arrow b:after{border-top-color:transparent;border-bottom-color:#666;margin-top:-6px}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #666;border-top-color:transparent}.select2-dropdown-open .select2-choice .select2-arrow{background:100% 0;border-right:none;filter:none}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow{border-left:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}html[dir=ltr] .select2-dropdown-open .select2-choice .select2-arrow b{background-position:-16px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:4px;margin:0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent;background:#fafafa}html[dir=rtl] .select2-results{padding:0 0 0 4px;margin:4px 4px 4px 0}.select2-results ul.select2-result-sub{margin:0;padding-right:0}.select2-results li{list-style:none;display:list-item;background-image:none;margin:3px 0}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:5px 7px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results-dept-1 .select2-result-label{padding-right:20px}.select2-results-dept-2 .select2-result-label{padding-right:40px}.select2-results-dept-3 .select2-result-label{padding-right:60px}.select2-results-dept-4 .select2-result-label{padding-right:80px}.select2-results-dept-5 .select2-result-label{padding-right:100px}.select2-results-dept-6 .select2-result-label{padding-right:110px}.select2-results-dept-7 .select2-result-label{padding-right:120px}.select2-results .select2-highlighted{background:#f1f1f1;color:#000;border-radius:3px}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:100% 0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-right:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:url(../images/select2-spinner.gif) 0% no-repeat #f4f4f4}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-right:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0 0 0 5px;position:relative;border:1px solid #ccc;cursor:text;overflow:hidden;background-color:#fff;min-height:26px}html[dir=rtl] .select2-container-multi .select2-choices{padding:0 5px 0 0}.select2-locked{padding:3px 5px!important}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #666;outline:0}.select2-container-multi .select2-choices li{float:right;list-style:none}html[dir=rtl] .select2-container-multi .select2-choices li{float:left}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{margin:1px 0;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:100% 0!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:url(../images/select2-spinner.gif) 0% no-repeat #fff!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:5px 24px 5px 8px;margin:3px 5px 3px 0;position:relative;line-height:15px;color:#333;cursor:default;border-radius:2px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 0 3px 5px;padding:5px 8px 5px 24px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;left:7px;top:6px;font-size:1px;outline:0;background:url(../images/select2.png) left top no-repeat}html[dir=rtl] .select2-search-choice-close{left:auto;right:7px}.select2-container-multi .select2-search-choice-close{right:7px}html[dir=rtl] .select2-container-multi .select2-search-choice-close{right:auto;left:7px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:left -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:100% 0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;right:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;right:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-search input{background-image:url(../images/select2x2.png)!important;background-repeat:no-repeat!important;background-size:60px 40px!important;background-position:0% -21px!important}}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.blockUI.blockOverlay:before{height:1em;width:1em;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;display:block;content:"";-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.wc_addons_wrap .products{overflow:hidden}.wc_addons_wrap .products li{float:right;margin:0 0 1em 1em!important;padding:0;vertical-align:top;width:300px}.wc_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wc_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-left:260px solid #fff}.wc_addons_wrap .products li a .price,.wc_addons_wrap .products li a img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wc_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wc_addons_wrap .products li a:focus,.wc_addons_wrap .products li a:hover{background-color:#fff}.wc_addons_wrap .storefront{background:url(../images/storefront-bg.jpg) bottom right #f6f6f6;border:1px solid #ddd;padding:20px;overflow:hidden;zoom:1}.wc_addons_wrap .storefront img{width:278px;height:auto;float:right;margin:0 0 0 20px;box-shadow:0 1px 6px rgba(0,0,0,.1)}.wc_addons_wrap .storefront p{max-width:750px}.woocommerce-message{position:relative;border-right-color:#cc99c2!important;overflow:hidden}.woocommerce-message a.button-primary,.woocommerce-message button.button-primary{background:#cc99c2;border-color:#b366a4;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);color:#fff;text-decoration:none!important}.woocommerce-message a.button-primary:hover,.woocommerce-message button.button-primary:hover{background:#bb77ae;border-color:#aa559a;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15)}.woocommerce-message a.button-primary:active,.woocommerce-message button.button-primary:active{background:#aa559a;border-color:#aa559a}.woocommerce-message a.docs,.woocommerce-message a.skip{opacity:.5;text-decoration:none!important}.woocommerce-message .twitter-share-button{margin-top:-3px;margin-right:3px;vertical-align:middle}#variable_product_options #message{margin:10px}.clear{clear:both}#woocommerce-fields-bulk.inline-edit-col label,#woocommerce-fields.inline-edit-col{clear:right}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:100% 0;color:inherit}.postbox,.woocommerce{input:invalid;input-border:1px solid #cc010b;input-background:#ffebe8}.simplify-commerce-banner{overflow:hidden}.simplify-commerce-banner img{float:left;padding:15px 0;margin-right:1em;width:200px}table.wc_status_table{margin-bottom:1em}table.wc_status_table tr:nth-child(2n) td,table.wc_status_table tr:nth-child(2n) th{background:#fcfcfc}table.wc_status_table th{font-weight:700;padding:9px}table.wc_status_table td:first-child{width:33%}table.wc_status_table td.help{width:1em}table.wc_status_table td{padding:9px;font-size:1.1em}table.wc_status_table td mark{background:100% 0}table.wc_status_table td mark.yes{color:#7ad03a}table.wc_status_table td mark.no{color:#999}table.wc_status_table td mark.error{color:#a00}table.wc_status_table td ul{margin:0}table.wc_status_table .help_tip{cursor:help}#debug-report{display:none;margin:10px 0;padding:0;position:relative}#debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}#log-viewer-select{padding:10px 0 8px;line-height:180%}#log-viewer textarea{width:100%;resize:vertical}.inline-edit-product.quick-edit-row .inline-edit-col-center,.inline-edit-product.quick-edit-row .inline-edit-col-right{float:left!important}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-right:10px}#woocommerce-fields.inline-edit-col .dimensions div{display:block;margin:.2em 0}#woocommerce-fields.inline-edit-col .dimensions div span.title{display:block;float:right;width:5em}#woocommerce-fields.inline-edit-col .dimensions div span.input-text-wrap{display:block;margin-right:5em}#woocommerce-fields.inline-edit-col .text{box-sizing:border-box;width:99%;float:right;margin:1px 1px 1px 1%}#woocommerce-fields.inline-edit-col .height,#woocommerce-fields.inline-edit-col .length,#woocommerce-fields.inline-edit-col .width{width:32.33%}#woocommerce-fields.inline-edit-col .height{margin-left:0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group label{clear:none;width:49%;margin:.2em 0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group.dimensions label{width:75%;max-width:75%}#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .regular_price,#woocommerce-fields-bulk.inline-edit-col .sale_price,#woocommerce-fields-bulk.inline-edit-col .stock,#woocommerce-fields-bulk.inline-edit-col .weight{box-sizing:border-box;width:100%;margin-right:4.4em}#woocommerce-fields-bulk.inline-edit-col .height,#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .width{box-sizing:border-box;width:25%}.column-coupon_code{line-height:2.25em}.column-coupon_code,ul.wc_coupon_list{margin:0;overflow:hidden;zoom:1;clear:both}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block}ul.wc_coupon_list li.code:after{content:", "}ul.wc_coupon_list li.code:last-of-type:after{display:none}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list_block{margin:0;padding-bottom:2px}ul.wc_coupon_list_block li{border-top:1px solid #fff;border-bottom:1px solid #ccc;line-height:2.5em;margin:0;padding:.5em 0}ul.wc_coupon_list_block li:first-child{border-top:0;padding-top:0}ul.wc_coupon_list_block li:last-child{border-bottom:0;padding-bottom:0}.button.wc-reload{text-indent:-9999px;position:relative;padding:0;-webkit-border-radius:100%;border-radius:100%;height:24px;width:24px!important;display:inline-block}.button.wc-reload:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:22px}#order_data h2,#order_data p.order_number{font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;font-weight:400}.tablenav .actions{overflow:visible}.tablenav .select2-container{float:right;max-width:200px;font-size:14px;vertical-align:middle;margin:1px 1px 1px 6px}#woocommerce-order-data .handlediv,#woocommerce-order-data h3.hndle{display:none}#woocommerce-order-data .inside{display:block!important}#order_data{padding:23px 24px 12px}#order_data h2{margin:0;font-size:21px;line-height:1.2;text-shadow:-1px 1px 1px #fff;padding:0}#order_data h4{color:#333;margin:1.33em 0 0}#order_data p{color:#777}#order_data p.order_number{margin:0;line-height:1.6em;font-size:16px}#order_data .order_data_column_container{clear:both}#order_data .order_data_column{width:32%;padding:0 0 0 2%;float:right}#order_data .order_data_column:last-child{padding-left:0}#order_data .order_data_column p{padding:0!important}#order_data .order_data_column .address strong{display:block}#order_data .order_data_column .form-field{float:right;width:48%;padding:0;margin:9px 0 0}#order_data .order_data_column .form-field label{display:block;padding:0 0 3px}#order_data .order_data_column .form-field input,#order_data .order_data_column .form-field select,#order_data .order_data_column .form-field textarea{width:100%}#order_data .order_data_column .form-field .select2-container{width:100%!important}#order_data .order_data_column .form-field .date-picker{width:50%}#order_data .order_data_column .form-field .hour,#order_data .order_data_column .form-field .minute{width:2.5em}#order_data .order_data_column .form-field small{display:block;margin:5px 0 0;color:#999}#order_data .order_data_column .form-field.last{float:left}#order_data .order_data_column .form-field-wide{width:100%;clear:both}#order_data .order_data_column .form-field-wide .wc-customer-search,#order_data .order_data_column .form-field-wide .wc-enhanced-select,#order_data .order_data_column .form-field-wide input,#order_data .order_data_column .form-field-wide select,#order_data .order_data_column .form-field-wide textarea{width:100%}#order_data .order_data_column p.none_set{color:#999}#order_data .order_data_column ._billing_address_1_field,#order_data .order_data_column ._billing_city_field,#order_data .order_data_column ._billing_country_field,#order_data .order_data_column ._billing_email_field,#order_data .order_data_column ._billing_first_name_field,#order_data .order_data_column ._shipping_address_1_field,#order_data .order_data_column ._shipping_city_field,#order_data .order_data_column ._shipping_country_field,#order_data .order_data_column ._shipping_first_name_field{float:right}#order_data .order_data_column ._billing_address_2_field,#order_data .order_data_column ._billing_last_name_field,#order_data .order_data_column ._billing_phone_field,#order_data .order_data_column ._billing_postcode_field,#order_data .order_data_column ._billing_state_field,#order_data .order_data_column ._shipping_address_2_field,#order_data .order_data_column ._shipping_last_name_field,#order_data .order_data_column ._shipping_postcode_field,#order_data .order_data_column ._shipping_state_field,#order_data .order_data_column .wc-customer-user label a{float:left}#order_data .order_data_column ._billing_company_field,#order_data .order_data_column ._shipping_company_field,#order_data .order_data_column ._transaction_id_field{clear:both;width:100%}#order_data .order_data_column ._billing_email_field{clear:right}#order_data .order_data_column div.edit_address{display:none;zoom:1;padding-left:1px}#order_data .order_data_column .billing-same-as-shipping,#order_data .order_data_column .load_customer_billing,#order_data .order_data_column .load_customer_shipping,#order_data .order_data_column a.edit_address{width:14px;height:0;padding:14px 0 0;margin:0 6px 0 0;overflow:hidden;position:relative;color:#999;border:0;float:left}#order_data .order_data_column .billing-same-as-shipping:focus,#order_data .order_data_column .billing-same-as-shipping:hover,#order_data .order_data_column .load_customer_billing:focus,#order_data .order_data_column .load_customer_billing:hover,#order_data .order_data_column .load_customer_shipping:focus,#order_data .order_data_column .load_customer_shipping:hover,#order_data .order_data_column a.edit_address:focus,#order_data .order_data_column a.edit_address:hover{color:#000}#order_data .order_data_column .billing-same-as-shipping:after,#order_data .order_data_column .load_customer_billing:after,#order_data .order_data_column .load_customer_shipping:after,#order_data .order_data_column a.edit_address:after{font-family:WooCommerce;position:absolute;top:0;right:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased}#order_data .order_data_column .billing-same-as-shipping:after{content:"\e008"}#order_data .order_data_column .load_customer_billing:after,#order_data .order_data_column .load_customer_shipping:after{content:"\e03a"}#order_data .order_data_column a.edit_address:after{content:"\e603"}.order_actions{margin:0;overflow:hidden;zoom:1}.order_actions li{border-top:1px solid #fff;border-bottom:1px solid #ddd;padding:6px 0;margin:0;line-height:1.6em;float:right;width:50%;text-align:center}.order_actions li a{float:none;text-align:center;text-decoration:underline}.order_actions li.wide{width:auto;float:none;clear:both;padding:6px;text-align:right;overflow:hidden}.order_actions li #delete-action{line-height:25px;vertical-align:middle;text-align:right;float:right}.order_actions li .save_order{float:left}.order_actions li#actions{overflow:hidden}.order_actions li#actions .button{width:24px;box-sizing:border-box;float:left}.order_actions li#actions select{width:225px;box-sizing:border-box;float:right}#woocommerce-order-items .inside{margin:0;padding:0;background:#fefefe}#woocommerce-order-items .wc-order-data-row{border-bottom:1px solid #DFDFDF;padding:12px;background:#f8f8f8;line-height:2em;text-align:left}#woocommerce-order-items .wc-order-data-row:after,#woocommerce-order-items .wc-order-data-row:before{content:" ";display:table}#woocommerce-order-items .wc-order-data-row:after{clear:both}#woocommerce-order-items .wc-order-data-row p{margin:0;line-height:2em}#woocommerce-order-items .wc-order-data-row .wc-used-coupons{text-align:right}#woocommerce-order-items .wc-order-data-row .wc-used-coupons .tips{display:inline-block}#woocommerce-order-items .wc-order-bulk-actions{background:#fefefe;vertical-align:top;border-top:0}#woocommerce-order-items .wc-order-bulk-actions select{vertical-align:top}#woocommerce-order-items .wc-order-bulk-actions p.bulk-actions{float:right}#woocommerce-order-items .wc-order-add-item{background:#fff;vertical-align:top;border-top:none}#woocommerce-order-items .wc-order-add-item .add_item_id,#woocommerce-order-items .wc-order-add-item .select2-container{vertical-align:top}#woocommerce-order-items .wc-order-add-item .add_item_id .search-field input,#woocommerce-order-items .wc-order-add-item .select2-container .search-field input{min-width:100px}#woocommerce-order-items .wc-order-add-item .select2-container{width:400px!important;text-align:right}#woocommerce-order-items .wc-order-add-item .calculate-action,#woocommerce-order-items .wc-order-add-item .cancel-action,#woocommerce-order-items .wc-order-add-item .save-action{float:right;margin-left:2px}#woocommerce-order-items .wc-used-coupons{float:right;width:50%}#woocommerce-order-items .wc-order-totals{float:left;width:50%;margin:0;padding:0}#woocommerce-order-items .wc-order-totals .amount{font-weight:700}#woocommerce-order-items .wc-order-totals .label{vertical-align:top}#woocommerce-order-items .wc-order-totals .total{font-size:1em!important;width:10em;margin:0 .5em 0 0;box-sizing:border-box}#woocommerce-order-items .wc-order-totals .total input[type=text]{width:96%;float:left}#woocommerce-order-items .wc-order-totals .refunded-total{color:#a00}#woocommerce-order-items .refund-actions{margin-top:5px;padding-top:12px;border-top:1px solid #DFDFDF}#woocommerce-order-items .refund-actions .button{float:left;margin-right:4px}#woocommerce-order-items .refund-actions .cancel-action{float:right;margin-right:0}#woocommerce-order-items .add_meta{margin-right:0!important}#woocommerce-order-items h3 small{color:#999}#woocommerce-order-items .amount{white-space:nowrap}#woocommerce-order-items .add-items .description{margin-left:10px}.woocommerce_order_items_wrapper{margin:0;overflow:auto}.woocommerce_order_items_wrapper table.woocommerce_order_items{width:100%;background:#fff}.woocommerce_order_items_wrapper table.woocommerce_order_items thead th{background:#f8f8f8;padding:8px;font-size:11px;text-align:right;color:#555;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.woocommerce_order_items_wrapper table.woocommerce_order_items thead th:last-child{padding-left:12px}.woocommerce_order_items_wrapper table.woocommerce_order_items thead th:first-child{padding-right:12px}.woocommerce_order_items_wrapper table.woocommerce_order_items thead th.sortable{cursor:pointer}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th,.woocommerce_order_items_wrapper table.woocommerce_order_items td{padding:8px;text-align:right;line-height:26px;vertical-align:top;border-bottom:1px dotted #ececec}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,.woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{width:100%}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th select,.woocommerce_order_items_wrapper table.woocommerce_order_items td select{width:50%}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th input,.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,.woocommerce_order_items_wrapper table.woocommerce_order_items td input,.woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{font-size:14px;padding:4px;color:#555}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items td:last-child{padding-left:12px}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:first-child,.woocommerce_order_items_wrapper table.woocommerce_order_items td:first-child{padding-right:12px}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:last-child td{border-bottom:1px solid #dfdfdf}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:first-child td{border-top:8px solid #f8f8f8}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody#order_line_items tr:first-child td{border-top:none}.woocommerce_order_items_wrapper table.woocommerce_order_items td.check-column{padding:8px 12px 8px 8px;width:1%}.woocommerce_order_items_wrapper table.woocommerce_order_items .item{min-width:200px}.woocommerce_order_items_wrapper table.woocommerce_order_items .center,.woocommerce_order_items_wrapper table.woocommerce_order_items .variation-id{text-align:center}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class{text-align:left}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost label,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax label,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label{white-space:nowrap;color:#999;font-size:.833em}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label input{display:inline}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost input,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax input,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class input{width:70px;vertical-align:middle;text-align:left}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost select,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost select,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost select,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax select,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity select,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax select,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class select{width:85px;height:26px;vertical-align:middle;font-size:1em}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input{display:block;background:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);margin:1px;width:70px}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input input{width:100%;box-sizing:border-box;border:0;box-shadow:none;margin:0;color:#555;background:100% 0}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input input:last-child{color:#bbb;border-top:1px dashed #ddd}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .view{white-space:nowrap}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost del,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost del,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost del,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax del,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity del,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax del,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class del{color:#ccc}.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity{text-align:center}.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input{text-align:center;width:50px}.woocommerce_order_items_wrapper table.woocommerce_order_items span.subtotal{opacity:.5}.woocommerce_order_items_wrapper table.woocommerce_order_items td.tax_class,.woocommerce_order_items_wrapper table.woocommerce_order_items th.tax_class{text-align:right}.woocommerce_order_items_wrapper table.woocommerce_order_items .calculated{border-color:#ae8ca2;border-style:dotted}.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{width:100%}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{margin:.5em 0 0}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr th,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr th{border:0;padding:0 0 .5em 4px;line-height:1.5em;width:20%}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td{padding:0 0 .5em 4px;border:0;line-height:1.5em}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input{width:100%;margin:0;position:relative;border-bottom:0;box-shadow:none}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td textarea,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td textarea{width:100%;height:4em;margin:0;box-shadow:none}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input:focus+textarea,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input:focus+textarea{border-top-color:#999}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p{margin:0 0 .5em;line-height:1.5em}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p:last-child{margin:0}.woocommerce_order_items_wrapper table.woocommerce_order_items .thumb{text-align:right;width:27px}.wc-order-items-editable .delete-order-item:before,.wc-order-items-editable .delete_refund:before,.wc-order-items-editable .edit-order-item:before,.woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div:before,.woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div:before,.woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div:before{text-align:center;font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;top:0;right:0}.woocommerce_order_items_wrapper table.woocommerce_order_items .thumb a{display:block}.woocommerce_order_items_wrapper table.woocommerce_order_items .thumb img{padding:1px;margin:0;border:1px solid #dfdfdf;vertical-align:middle;width:21px;height:21px}.woocommerce_order_items_wrapper table.woocommerce_order_items .refund_by,ul.order_notes li p.meta .exact-date{border-bottom:1px dotted #999}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:14px;margin:6px}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";color:#bbb}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:14px;margin:6px}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";color:#bbb}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:14px;margin:6px}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";color:#bbb}.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax{white-space:nowrap}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax{padding:8px 8px 8px 16px}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:12px;visibility:hidden;float:left;margin:2px 0 0 -16px}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax:before,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#fff;background-color:#000;-webkit-border-radius:100%;border-radius:100%;border:1px solid #000;box-shadow:0 1px 2px rgba(0,0,0,.2)}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax:hover:before,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax:hover:before{border-color:#a00;background-color:#a00}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax:hover .delete-order-tax,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax:hover .delete-order-tax{visibility:visible}.woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded{display:block;color:#a00;white-space:nowrap}.wc-order-items-editable .edit-order-item{text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:0 0 0 .5em}.wc-order-items-editable .edit-order-item:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";content:"\e603";color:#999}.wc-order-items-editable .edit-order-item:hover:before{color:#555}.wc-order-items-editable .delete-order-item,.wc-order-items-editable .delete_refund{text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:0}.wc-order-items-editable .delete-order-item:before,.wc-order-items-editable .delete_refund:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";content:"\e013";color:#999}.wc-order-items-editable .delete-order-item:hover:before,.wc-order-items-editable .delete_refund:hover:before{color:#a00}.wc-order-items-editable .wc-order-edit-line-item-actions{width:2.5em;text-align:left}.wc-order-items-editable .wc-order-totals .wc-order-edit-line-item-actions{width:1.5em}.wc-order-items-editable .wc-order-totals .edit-order-item{margin:0}#woocommerce-order-downloads .buttons{float:right;padding:0;margin:0;vertical-align:top}#woocommerce-order-downloads .buttons .add_item_id,#woocommerce-order-downloads .buttons .select2-container{width:400px!important;margin-left:9px;vertical-align:top;float:right}#woocommerce-order-downloads .buttons button{margin:2px 0 0}#woocommerce-order-downloads h3 small{color:#999}#poststuff #woocommerce-order-actions .inside{margin:0;padding:0}#poststuff #woocommerce-order-actions .inside ul.order_actions li{padding:6px 10px;box-sizing:border-box}#poststuff #woocommerce-order-actions .inside ul.order_actions li:last-child{border-bottom:0}#poststuff #woocommerce-order-notes .inside{margin:0;padding:0}#poststuff #woocommerce-order-notes .inside ul.order_notes li{padding:0 10px}#woocommerce_customers p.search-box{margin:6px 0 4px;float:right}#woocommerce_customers .tablenav{float:left;clear:none}.widefat.customers td{vertical-align:middle;padding:4px 7px}.widefat .column-order_title{width:15%}.widefat .column-order_title time{display:block;color:#999;margin:3px 0}.widefat .column-orders,.widefat .column-paying,.widefat .column-spent{text-align:center;width:8%}.widefat .column-last_order{width:11%}.widefat .column-order_actions,.widefat .column-user_actions,.widefat .column-wc_actions{width:110px}.widefat .column-order_actions a.button,.widefat .column-user_actions a.button,.widefat .column-wc_actions a.button{float:right;margin:0 0 2px 4px;cursor:pointer;padding:3px 4px;height:auto}.widefat .column-order_actions a.button img,.widefat .column-user_actions a.button img,.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.widefat .column-order_date,.widefat .column-order_total{width:9%}.widefat .column-order_status{width:45px;text-align:center}.widefat .column-order_status mark{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;background:100% 0;font-size:1.4em;margin:0 auto}.widefat .column-order_status mark.cancelled:after,.widefat .column-order_status mark.completed:after,.widefat .column-order_status mark.failed:after,.widefat .column-order_status mark.on-hold:after,.widefat .column-order_status mark.pending:after,.widefat .column-order_status mark.processing:after,.widefat .column-order_status mark.refunded:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center}.widefat .column-order_status mark.pending:after{content:"\e012";color:#ffba00}.widefat .column-order_status mark.completed:after{content:"\e015";color:#2ea2cc}.widefat .column-order_status mark.on-hold:after{content:"\e033";color:#999}.widefat .column-order_status mark.failed:after{content:"\e016";color:#d0c21f}.widefat .column-order_status mark.cancelled:after{content:"\e013";color:#a00}.widefat .column-order_status mark.processing:after{content:"\e011";color:#73a724}.widefat .column-order_status mark.refunded:after{content:"\e014";color:#999}.widefat td.column-order_status{padding-top:9px}.column-customer_message .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-customer_message .note-on:after,.column-order_notes .note-on:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;top:0;right:0;text-align:center;line-height:16px}.column-customer_message .note-on:after{text-indent:0;position:absolute;width:100%;height:100%;content:""}.column-order_notes .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-order_notes .note-on:after{text-indent:0;position:absolute;width:100%;height:100%;content:""}.attributes-table .attribute-actions .configure-terms:after,.order_actions .complete:after,.order_actions .processing:after,.order_actions .view:after,.user_actions .edit:after,.user_actions .link:after,.user_actions .refresh:after,.user_actions .view:after{font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;top:0;right:0;line-height:1.85;margin:0;text-align:center;font-weight:400}.order_actions .complete,.order_actions .processing,.order_actions .view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.order_actions .complete:after,.order_actions .processing:after,.order_actions .view:after{text-indent:0;position:absolute;width:100%;height:100%}.order_actions .processing:after{content:"\e00f"}.order_actions .complete:after{content:"\e017"}.order_actions .view:after{content:"\e010"}.user_actions .edit,.user_actions .link,.user_actions .refresh,.user_actions .view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.user_actions .edit:after,.user_actions .link:after,.user_actions .refresh:after,.user_actions .view:after{text-indent:0;position:absolute;width:100%;height:100%}.user_actions .edit:after{content:"\e603"}.user_actions .link:after{content:"\e00d"}.user_actions .view:after{content:"\e010"}.user_actions .refresh:after{content:"\e031"}.attributes-table td,.attributes-table th{width:15%;vertical-align:top}.attributes-table .attribute-terms{width:32%}.attributes-table .attribute-actions{width:2em}.attributes-table .attribute-actions .configure-terms{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms:after{text-indent:0;position:absolute;width:100%;height:100%;content:""}ul.order_notes{padding:2px 0 0}ul.order_notes li .note_content{padding:10px;background:#efefef;position:relative}ul.order_notes li .note_content p{margin:0;padding:0;word-wrap:break-word}ul.order_notes li p.meta{padding:10px;color:#999;margin:0;font-size:11px}ul.order_notes li a.delete_note{color:#a00}table.wp-list-table .row-actions,table.wp-list-table span.na{color:#999}ul.order_notes li .note_content:after{content:"";display:block;position:absolute;bottom:-10px;right:20px;width:0;height:0;border-width:10px 0 0 10px;border-style:solid;border-color:#efefef transparent}ul.order_notes li.customer-note .note_content{background:#d7cad2}ul.order_notes li.customer-note .note_content:after{border-color:#d7cad2 transparent}.add_note{border-top:1px solid #ddd;padding:10px 10px 0}.add_note h4{margin-top:5px!important}.add_note #add_order_note{width:100%;height:50px}table.wp-list-table .column-thumb{width:52px;text-align:center;white-space:nowrap}table.wp-list-table .column-name{width:22%}table.wp-list-table .column-product_cat,table.wp-list-table .column-product_tag{width:11%!important}table.wp-list-table .column-featured,table.wp-list-table .column-product_type{width:48px;text-align:right!important}table.wp-list-table .column-customer_message,table.wp-list-table .column-order_notes{width:48px;text-align:center}table.wp-list-table .column-customer_message img,table.wp-list-table .column-order_notes img{margin:0 auto;padding-top:0!important}table.wp-list-table .manage-column.column-featured img,table.wp-list-table .manage-column.column-product_type img{padding-right:2px}table.wp-list-table .column-price .woocommerce-price-suffix{display:none}table.wp-list-table img{margin:1px 2px}table.wp-list-table td.column-thumb img{margin:0;vertical-align:middle;width:auto;height:auto;max-width:40px;max-height:40px}table.wp-list-table .column-is_in_stock{text-align:right!important}table.wp-list-table .notes_head:after,table.wp-list-table .order-notes_head:after,table.wp-list-table .status_head:after,table.wp-list-table span.product-type:before,table.wp-list-table span.wc-featured:before,table.wp-list-table span.wc-image:before,table.wp-list-table span.wc-type:before{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;top:0;right:0;text-align:center;line-height:1;font-family:WooCommerce}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image,table.wp-list-table span.wc-type{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table span.wc-featured:before,table.wp-list-table span.wc-image:before,table.wp-list-table span.wc-type:before{font-weight:400;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}table.wp-list-table span.wc-featured{margin:0;cursor:pointer}table.wp-list-table span.wc-featured:before{content:"\e020"}table.wp-list-table span.wc-featured.not-featured:before{content:"\e021"}table.wp-list-table td.column-featured span.wc-featured{font-size:1.2em}table.wp-list-table span.wc-type{margin:0}table.wp-list-table span.wc-type:before{content:"\e01d"}table.wp-list-table span.product-type{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}table.wp-list-table span.product-type:before{font-weight:400;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}table.wp-list-table span.product-type.grouped:before{content:"\e002"}table.wp-list-table span.product-type.external:before{content:"\e034"}table.wp-list-table span.product-type.variable:before{content:"\e003"}table.wp-list-table span.product-type.downloadable:before{content:"\e001"}table.wp-list-table span.product-type.virtual:before{content:"\e000"}table.wp-list-table mark.instock{font-weight:700;color:#7ad03a;background:100% 0;line-height:1}table.wp-list-table mark.outofstock{font-weight:700;color:#a44;background:100% 0;line-height:1}table.wp-list-table .notes_head,table.wp-list-table .order-notes_head,table.wp-list-table .status_head{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table .notes_head:after,table.wp-list-table .order-notes_head:after,table.wp-list-table .status_head:after{font-weight:400;margin:0;text-indent:0;position:absolute;width:100%;height:100%}table.wp-list-table .order-notes_head:after{content:"\e028"}table.wp-list-table .notes_head:after{content:"\e026"}table.wp-list-table .status_head:after{content:"\e011"}table.wp-list-table .column-order_items{width:12%}table.wp-list-table .column-order_items table.order_items{width:100%;margin:3px 0 0;padding:0;display:none}table.wp-list-table .column-order_items table.order_items td{border:0;margin:0;padding:0 0 3px}table.wp-list-table .column-order_items table.order_items td.qty{color:#999;padding-left:6px;text-align:right}mark.notice{background:#fff;color:#a00;margin:0 10px 0 0}a.export_rates,a.import_rates{float:left;margin-right:9px;margin-top:-2px;margin-bottom:0}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table span.tips,table.wc_tax_rates span.tips{color:#2ea2cc}table.wc_input_table td,table.wc_tax_rates td{padding:0;border-left:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;border-top:0;background:#fff}table.wc_input_table td input[type=text],table.wc_input_table td input[type=number],table.wc_tax_rates td input[type=text],table.wc_tax_rates td input[type=number]{width:100%;padding:5px 7px;margin:0;border:0;background:100% 0}table.wc_input_table td.apply_to_shipping,table.wc_input_table td.compound,table.wc_tax_rates td.apply_to_shipping,table.wc_tax_rates td.compound{padding:5px 7px;vertical-align:middle}table.wc_input_table td.apply_to_shipping input,table.wc_input_table td.compound input,table.wc_tax_rates td.apply_to_shipping input,table.wc_tax_rates td.compound input{width:auto;padding:0}table.wc_input_table td:last-child,table.wc_tax_rates td:last-child{border-left:0}table.wc_input_table tr.current td,table.wc_tax_rates tr.current td{background-color:#fefbcc}table.wc_input_table .cost,table.wc_input_table .cost input,table.wc_input_table .item_cost,table.wc_input_table .item_cost input,table.wc_tax_rates .cost,table.wc_tax_rates .cost input,table.wc_tax_rates .item_cost,table.wc_tax_rates .item_cost input{text-align:left}table.wc_input_table th.sort,table.wc_tax_rates th.sort{width:17px;padding:0}table.wc_input_table td.sort,table.wc_tax_rates td.sort{padding:0 4px;cursor:move;background:#f9f9f9;text-align:center;vertical-align:middle}table.wc_input_table td.sort:before,table.wc_tax_rates td.sort:before{content:"\e032";font-family:WooCommerce;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}table.wc_input_table td.sort:hover:before,table.wc_tax_rates td.sort:hover:before{color:#333}table.wc_input_table .button,table.wc_tax_rates .button{float:right;margin-left:5px}table.wc_input_table .export,table.wc_input_table .import,table.wc_tax_rates .export,table.wc_tax_rates .import{float:left;margin-left:0;margin-right:5px}table.wc_input_table span.tips,table.wc_tax_rates span.tips{padding:0 3px}table.wc_input_table .pagination,table.wc_tax_rates .pagination{float:left}table.wc_input_table .pagination .button,table.wc_tax_rates .pagination .button{margin-right:5px;margin-left:0}table.wc_input_table .pagination .current,table.wc_tax_rates .pagination .current{background:#bbb;text-shadow:none}table.wc_input_table tfoot th,table.wc_tax_rates tfoot th{padding-right:20px;padding-left:20px}table.wc_input_table tr:last-child td,table.wc_tax_rates tr:last-child td{border-bottom:0}table.wc_gateways,table.wc_shipping{position:relative}table.wc_gateways td,table.wc_shipping td{vertical-align:middle;padding:7px;line-height:2em}table.wc_gateways tr:nth-child(odd) td,table.wc_shipping tr:nth-child(odd) td{background:#f9f9f9}table.wc_gateways th,table.wc_shipping th{padding:9px 7px!important;vertical-align:middle}table.wc_gateways td.name,table.wc_shipping td.name{font-weight:700}table.wc_gateways .settings,table.wc_shipping .settings{text-align:left}table.wc_gateways .default,table.wc_gateways .radio,table.wc_gateways .status,table.wc_shipping .default,table.wc_shipping .radio,table.wc_shipping .status{text-align:center}table.wc_gateways .default .tips,table.wc_gateways .radio .tips,table.wc_gateways .status .tips,table.wc_shipping .default .tips,table.wc_shipping .radio .tips,table.wc_shipping .status .tips{margin:0 auto}table.wc_gateways .default input,table.wc_gateways .radio input,table.wc_gateways .status input,table.wc_shipping .default input,table.wc_shipping .radio input,table.wc_shipping .status input{margin:0}table.wc_gateways th.sort,table.wc_shipping th.sort{width:28px;padding:0}table.wc_gateways td.sort,table.wc_shipping td.sort{padding:0 7px;cursor:move;text-align:center;vertical-align:middle}table.wc_gateways td.sort:before,table.wc_shipping td.sort:before{content:"\e032";font-family:WooCommerce;text-align:center;line-height:1;color:#ccc;display:block;width:17px;float:right;height:100%}img.help_tip{vertical-align:middle;margin:0 9px 0 0}.postbox img.help_tip{margin-top:-4px}.status-disabled,.status-enabled{font-size:1.4em;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder:after,.status-enabled:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-indent:0;top:0;right:0;text-align:center}.status-enabled:before{line-height:1;margin:0;position:absolute;width:100%;height:100%;content:"";color:#a46497}.woocommerce .woo-nav-tab-wrapper{margin-bottom:16px}.woocommerce .subsubsub{margin:-8px 0 0}.woocommerce #template div{margin:0}.woocommerce #template div p .button{float:left;margin-right:10px;margin-top:-4px}.woocommerce #template div .editor textarea{margin-bottom:8px}.woocommerce textarea[disabled=disabled]{background:#DFDFDF!important}.woocommerce table.form-table{margin:0;position:relative}.woocommerce table.form-table .forminp-radio ul{margin:0}.woocommerce table.form-table .forminp-radio ul li{line-height:1.4em}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input{width:25em}.woocommerce table.form-table textarea.wide-input{width:100%}.woocommerce table.form-table img.help_tip{padding:0;margin:-4px 5px 0 0;vertical-align:middle;cursor:help;line-height:1}.woocommerce table.form-table span.help_tip{cursor:help;color:#2ea2cc}.woocommerce table.form-table th{position:relative;padding-left:24px}.woocommerce table.form-table .select2-container{display:block;max-width:350px;vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-left:inherit}.woocommerce table.form-table th img.help_tip{margin:0 0 0 -24px;float:left}.woocommerce table.form-table fieldset{margin-top:4px}.woocommerce table.form-table fieldset img.help_tip{margin:-3px 5px 0 0}.woocommerce table.form-table fieldset p.description{margin-bottom:8px}.woocommerce table.form-table fieldset:first-child{margin-top:0}.woocommerce table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.woocommerce table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .colorpickpreview{padding:3px 20px 3px 3px;border:1px solid #ddd;border-left:0}.woocommerce table.form-table .colorpick{border-right:0}.woocommerce table.form-table .image_width_settings{vertical-align:middle}.woocommerce table.form-table .image_width_settings label{margin-right:10px}.woocommerce #tabs-wrap table a.remove{margin-right:4px}.woocommerce #tabs-wrap table p{margin:0 0 4px!important;overflow:hidden;zoom:1}.woocommerce #tabs-wrap table p a.add{float:right}#wp-excerpt-editor-container{background:#fff}#product_variation-parent #parent_id{width:100%}#postimagediv img{border:1px solid #d5d5d5;max-width:100%}#woocommerce-product-images .inside{margin:0;padding:0}#woocommerce-product-images .inside .add_product_images{padding:0 12px 12px}#woocommerce-product-images .inside #product_images_container{padding:0 9px 0 0}#woocommerce-product-images .inside #product_images_container ul{margin:0;padding:0}#woocommerce-product-images .inside #product_images_container ul:after,#woocommerce-product-images .inside #product_images_container ul:before{content:" ";display:table}#woocommerce-product-images .inside #product_images_container ul:after{clear:both}#woocommerce-product-images .inside #product_images_container ul li.add,#woocommerce-product-images .inside #product_images_container ul li.image,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{width:80px;float:right;cursor:move;border:1px solid #d5d5d5;margin:9px 0 0 9px;background:#f7f7f7;border-radius:2px;position:relative;box-sizing:border-box}#woocommerce-product-images .inside #product_images_container ul li.add img,#woocommerce-product-images .inside #product_images_container ul li.image img,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder img{width:100%;height:auto;display:block}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{border:3px dashed #ddd;position:relative}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder:after{margin:0;position:absolute;width:100%;height:100%;content:"";font-size:2.618em;line-height:72px;color:#ddd}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:before,#woocommerce-product-images .inside #product_images_container ul ul.actions li a.view:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;color:#fff;background-color:#000;text-align:center;right:0}#woocommerce-product-images .inside #product_images_container ul ul.actions{position:absolute;top:-8px;left:-8px;padding:2px;display:none}#woocommerce-product-images .inside #product_images_container ul ul.actions li{float:left;margin:0 2px 0 0}#woocommerce-product-images .inside #product_images_container ul ul.actions li a{width:1em;margin:0;height:0;display:block;overflow:hidden}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.tips{cursor:pointer}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.view{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.4em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.view:before{margin:0;text-indent:0;position:absolute;top:0;width:100%;height:100%;content:""}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.4em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:before{margin:0;text-indent:0;position:absolute;top:0;width:100%;height:100%;content:"";border-radius:100%;box-shadow:0 1px 2px rgba(0,0,0,.2)}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:hover before{background-color:#a00}#woocommerce-product-images .inside #product_images_container ul li:hover ul.actions{display:block}#woocommerce-product-data h3.hndle{padding:10px}#woocommerce-product-data h3.hndle span{display:block;vertical-align:middle;line-height:24px}#woocommerce-product-data h3.hndle span span{display:inline;line-height:inherit;vertical-align:baseline}#woocommerce-product-data h3.hndle label{padding-left:1em;font-size:12px;vertical-align:baseline}#woocommerce-product-data h3.hndle label:first-child{margin-left:1em;border-left:1px solid #dfdfdf}#woocommerce-product-data h3.hndle input,#woocommerce-product-data h3.hndle select{margin:-3px .5em 0 0;vertical-align:middle}#woocommerce-product-data>.handlediv{margin-top:4px}#woocommerce-product-data .wrap{margin:0}#woocommerce-coupon-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#woocommerce-coupon-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description::-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap{background:#fff}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{float:right;width:80%}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-product-data .woocommerce_options_panel .wc-radios{display:block;float:right;margin:0}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-product-data .woocommerce_options_panel .wc-radios li{display:block;padding:0 0 10px}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li input,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-product-data .woocommerce_options_panel .wc-radios li input{width:auto}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap,.woocommerce .panel-wrap{overflow:hidden}#woocommerce-coupon-data ul.wc-tabs,#woocommerce-product-data ul.wc-tabs,.woocommerce ul.wc-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#woocommerce-coupon-data ul.wc-tabs:after,#woocommerce-product-data ul.wc-tabs:after,.woocommerce ul.wc-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li,#woocommerce-product-data ul.wc-tabs li,.woocommerce ul.wc-tabs li{margin:0;padding:0;display:block;position:relative}#woocommerce-coupon-data ul.wc-tabs li a,#woocommerce-product-data ul.wc-tabs li a,.woocommerce ul.wc-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li a:before,#woocommerce-product-data ul.wc-tabs li a:before,.woocommerce ul.wc-tabs li a:before,.woocommerce_page_wc-settings .shippingrows .add.button:before{line-height:1;margin-left:.618em;font-weight:400;font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none}#woocommerce-coupon-data ul.wc-tabs li a:before,#woocommerce-product-data ul.wc-tabs li a:before,.woocommerce ul.wc-tabs li a:before{content:""}#woocommerce-coupon-data ul.wc-tabs li.general_options a:before,#woocommerce-product-data ul.wc-tabs li.general_options a:before,.woocommerce ul.wc-tabs li.general_options a:before{content:"\e006"}#woocommerce-coupon-data ul.wc-tabs li.inventory_options a:before,#woocommerce-product-data ul.wc-tabs li.inventory_options a:before,.woocommerce ul.wc-tabs li.inventory_options a:before{content:"\e02c"}#woocommerce-coupon-data ul.wc-tabs li.shipping_options a:before,#woocommerce-product-data ul.wc-tabs li.shipping_options a:before,.woocommerce ul.wc-tabs li.shipping_options a:before{content:"\e01a"}#woocommerce-coupon-data ul.wc-tabs li.linked_product_options a:before,#woocommerce-product-data ul.wc-tabs li.linked_product_options a:before,.woocommerce ul.wc-tabs li.linked_product_options a:before{content:"\e00d"}#woocommerce-coupon-data ul.wc-tabs li.attribute_options a:before,#woocommerce-product-data ul.wc-tabs li.attribute_options a:before,.woocommerce ul.wc-tabs li.attribute_options a:before{content:"\e02b"}#woocommerce-coupon-data ul.wc-tabs li.advanced_options a:before,#woocommerce-product-data ul.wc-tabs li.advanced_options a:before,.woocommerce ul.wc-tabs li.advanced_options a:before{content:"\e01c"}#woocommerce-coupon-data ul.wc-tabs li.variation_options a:before,#woocommerce-product-data ul.wc-tabs li.variation_options a:before,.woocommerce ul.wc-tabs li.variation_options a:before{content:"\e003"}#woocommerce-coupon-data ul.wc-tabs li.usage_restriction_options a:before,#woocommerce-product-data ul.wc-tabs li.usage_restriction_options a:before,.woocommerce ul.wc-tabs li.usage_restriction_options a:before{content:"\e602"}#woocommerce-coupon-data ul.wc-tabs li.usage_limit_options a:before,#woocommerce-product-data ul.wc-tabs li.usage_limit_options a:before,.woocommerce ul.wc-tabs li.usage_limit_options a:before{content:"\e601"}#woocommerce-coupon-data ul.wc-tabs li.general_coupon_data a:before,#woocommerce-product-data ul.wc-tabs li.general_coupon_data a:before,.woocommerce ul.wc-tabs li.general_coupon_data a:before{content:"\e600"}#woocommerce-coupon-data ul.wc-tabs li.active a,#woocommerce-product-data ul.wc-tabs li.active a,.woocommerce ul.wc-tabs li.active a{color:#555;position:relative;background-color:#eee}.woocommerce_page_wc-settings .shippingrows th.check-column{padding-top:20px}.woocommerce_page_wc-settings .shippingrows tfoot th{padding-right:10px}.woocommerce_page_wc-settings .shippingrows .add.button:before{content:""}.woocommerce_page_wc-settings h3.wc-settings-sub-title{font-size:1.2em}#woocommerce-coupon-data .inside,#woocommerce-order-data .inside,#woocommerce-order-downloads .inside,#woocommerce-product-data .inside,#woocommerce-product-type-options .inside{padding:0;margin:0}.panel,.woocommerce_options_panel{padding:9px;color:#555}.panel,.woocommerce_page_settings .woocommerce_options_panel{padding:0}#woocommerce-product-specs .inside,#woocommerce-product-type-options .panel{padding:9px;margin:0}#woocommerce-product-type-options .panel p,.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}#woocommerce-product-type-options .panel p:after,.woocommerce_options_panel fieldset.form-field:after,.woocommerce_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.woocommerce_options_panel .checkbox,.woocommerce_variable_attributes .checkbox{width:auto;vertical-align:middle;margin:7px 0}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{width:100%;padding:0!important}.woocommerce_options_panel .downloadable_files table th,.woocommerce_variations .downloadable_files table th{padding:7px 7px 7px 0!important}.woocommerce_options_panel .downloadable_files table td,.woocommerce_variations .downloadable_files table td{vertical-align:middle!important;padding:4px 7px 4px 0!important;position:relative}.woocommerce_options_panel .downloadable_files table td:last-child,.woocommerce_variations .downloadable_files table td:last-child{padding-left:7px!important}.woocommerce_options_panel .downloadable_files table td input.input_text,.woocommerce_variations .downloadable_files table td input.input_text{width:100%;float:none;margin:1px 0;min-width:0}.woocommerce_options_panel .downloadable_files table td .upload_file_button,.woocommerce_variations .downloadable_files table td .upload_file_button{float:left;width:auto;cursor:pointer}.woocommerce_options_panel .downloadable_files table td .delete,.woocommerce_variations .downloadable_files table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em}.woocommerce_options_panel .downloadable_files table td .delete:before,.woocommerce_variations .downloadable_files table td .delete:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";content:"\e013";color:#999}.woocommerce_options_panel .downloadable_files table td .delete:hover:before,.woocommerce_variations .downloadable_files table td .delete:hover:before{color:#a00}.woocommerce_options_panel .downloadable_files table th.sort,.woocommerce_variations .downloadable_files table th.sort{width:17px;padding:0}.woocommerce_options_panel .downloadable_files table td.sort,.woocommerce_variations .downloadable_files table td.sort{padding:0 8px;cursor:move;background:#f9f9f9;text-align:center;vertical-align:middle}.woocommerce_options_panel .downloadable_files table td.sort:before,.woocommerce_variations .downloadable_files table td.sort:before{content:"\e032";font-family:WooCommerce;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}.woocommerce_options_panel .downloadable_files table td.sort:hover:before,.woocommerce_variations .downloadable_files table td.sort:hover:before{color:#333}.woocommerce_variation h3 .sort{cursor:move;text-align:center;float:left;height:26px;width:17px;display:none;vertical-align:middle;margin-left:.5em;color:#a0a5aa}.woocommerce_variation h3 .sort:before{content:"\e032";font-family:WooCommerce;text-align:center;cursor:move;display:block;width:17px;line-height:28px}.woocommerce_variation h3 .sort:hover{color:#777}.woocommerce_variation h3:hover .sort,.woocommerce_variation.ui-sortable-helper .sort{display:block}.woocommerce_options_panel{box-sizing:border-box}.woocommerce_options_panel .downloadable_files{padding:0 162px 0 9px;position:relative;margin:9px 0}.woocommerce_options_panel .downloadable_files label{position:absolute;right:0;margin:0 12px 0 0;line-height:24px}.woocommerce_options_panel p{margin:9px 0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 162px 5px 20px!important}.woocommerce_options_panel .sale_price_dates_fields .short:first-of-type{margin-bottom:1em}.woocommerce_options_panel .sale_price_dates_fields .short:nth-of-type(2){clear:right}.woocommerce_options_panel label,.woocommerce_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.woocommerce_options_panel label .req,.woocommerce_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.woocommerce_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.woocommerce_options_panel .description-block{margin-right:0;display:block}.woocommerce_options_panel input,.woocommerce_options_panel select,.woocommerce_options_panel textarea{margin:0}.woocommerce_options_panel textarea{vertical-align:top;height:3.5em;line-height:1.5em}.woocommerce_options_panel input[type=text],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=email]{width:50%;float:right}.woocommerce_options_panel input.button{width:auto;margin-right:8px}.woocommerce_options_panel select{float:right}.woocommerce_options_panel .short,.woocommerce_options_panel input[type=text].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=email].short{width:50%}.woocommerce_options_panel .sized{width:auto!important;margin-left:6px}.woocommerce_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.woocommerce_options_panel .options_group:first-child{border-top:0}.woocommerce_options_panel .options_group:last-child{border-bottom:0}.woocommerce_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.woocommerce_options_panel .options_group fieldset label{width:auto;float:none}.woocommerce_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.woocommerce_options_panel .options_group fieldset ul li{margin:0;width:auto}.woocommerce_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.woocommerce_options_panel .options_group fieldset ul.wc-radios label{margin-right:0}.woocommerce_options_panel .dimensions_field .wrap{display:block;width:50%}.woocommerce_options_panel .dimensions_field .wrap input{width:30.75%;margin-left:3.8%}.woocommerce_options_panel .dimensions_field .wrap .last{margin-left:0}.woocommerce_options_panel.padded{padding:1em}#woocommerce-product-data input.dp-applied,.woocommerce_options_panel .select2-container{float:right}#grouped_product_options,#simple_product_options,#virtual_product_options{padding:12px;font-style:italic;color:#666}.wc-metaboxes-wrapper .toolbar{margin:0!important;border-top:1px solid #fff;border-bottom:1px solid #eee;padding:9px 12px!important}.wc-metaboxes-wrapper .toolbar:first-child{border-top:0}.wc-metaboxes-wrapper .toolbar:last-child{border-bottom:0}.wc-metaboxes-wrapper .toolbar .add_variation{float:left;margin-right:5px}.wc-metaboxes-wrapper .toolbar .cancel-variation-changes,.wc-metaboxes-wrapper .toolbar .save-variation-changes{float:right;margin-left:5px}.wc-metaboxes-wrapper p.toolbar{overflow:hidden;zoom:1}.wc-metaboxes-wrapper .fr,.wc-metaboxes-wrapper button.add_variable_attribute,.wc-metaboxes-wrapper select.attribute_taxonomy{float:right;}.wc-metaboxes-wrapper .wc-metaboxes{border-bottom:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox-sortable-placeholder{border-color:#bbb;background-color:#f5f5f5;margin-bottom:9px;border-width:1px;border-style:dashed}.wc-metaboxes-wrapper .wc-metabox{background:#fff;border-bottom:1px solid #eee;margin:0!important}.wc-metaboxes-wrapper .wc-metabox select{font-weight:400}.wc-metaboxes-wrapper .wc-metabox:last-of-type{border-bottom:0}.wc-metaboxes-wrapper .wc-metabox .handlediv:before{line-height:.5!important}.wc-metaboxes-wrapper .wc-metabox.closed{border-radius:3px}.wc-metaboxes-wrapper .wc-metabox.closed .handlediv:before{content:"\f140"!important}.wc-metaboxes-wrapper .wc-metabox.closed h3{border:0}.wc-metaboxes-wrapper .wc-metabox h3{margin:0!important;padding:.75em 1em .75em .75em!important;font-size:1em!important;overflow:hidden;zoom:1;cursor:move}.wc-metaboxes-wrapper .wc-metabox h3 a.delete,.wc-metaboxes-wrapper .wc-metabox h3 button{float:left}.wc-metaboxes-wrapper .wc-metabox h3 a.delete{color:red;font-weight:400;line-height:26px;display:none;text-decoration:none}.wc-metaboxes-wrapper .wc-metabox h3 strong{line-height:26px;font-weight:700}.wc-metaboxes-wrapper .wc-metabox h3 select{font-family:sans-serif;margin:0 1px}.wc-metaboxes-wrapper .wc-metabox h3 .handlediv{background-position:6px 5px!important;display:none;height:26px}.wc-metaboxes-wrapper .wc-metabox h3.fixed{cursor:pointer!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3{cursor:pointer}.wc-metaboxes-wrapper .wc-metabox h3:hover .handlediv,.wc-metaboxes-wrapper .wc-metabox h3:hover a.delete,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper .handlediv,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper a.delete{display:block}.wc-metaboxes-wrapper .wc-metabox table{width:100%;position:relative;background-color:#fdfdfd;padding:1em;border-top:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox table td{text-align:right;padding:0 0 1em 6px;vertical-align:top;border:0}.wc-metaboxes-wrapper .wc-metabox table td label{text-align:right;display:block;line-height:21px}.wc-metaboxes-wrapper .wc-metabox table td input{float:right;min-width:200px}.wc-metaboxes-wrapper .wc-metabox table td input,.wc-metaboxes-wrapper .wc-metabox table td textarea{width:100%;margin:0;display:block;font-size:14px;padding:4px;color:#555}.wc-metaboxes-wrapper .wc-metabox table td .select2-container,.wc-metaboxes-wrapper .wc-metabox table td select{width:100%!important}.wc-metaboxes-wrapper .wc-metabox table td input.short{width:200px}.wc-metaboxes-wrapper .wc-metabox table td input.checkbox{width:16px;min-width:inherit;vertical-align:text-bottom;display:inline-block;float:none}.wc-metaboxes-wrapper .wc-metabox table td.attribute_name{width:200px}.wc-metaboxes-wrapper .wc-metabox table .minus,.wc-metaboxes-wrapper .wc-metabox table .plus{margin-top:6px}.wc-metaboxes-wrapper .wc-metabox table .fl{float:right}.wc-metaboxes-wrapper .wc-metabox table .fr{float:left}.variations-pagenav{float:left;line-height:24px}.variations-pagenav .displaying-num{color:#777;font-size:12px;font-style:italic}.variations-pagenav .expand-close{margin-left:2px;color:#777;font-size:12px;font-style:italic}.variations-pagenav .expand-close a{background:100% 0;padding:0;font-size:12px;text-decoration:none}.variations-pagenav a{padding:0 10px 3px;background:rgba(0,0,0,.05);font-size:16px;font-weight:400;text-decoration:none}.variations-pagenav a.disabled,.variations-pagenav a.disabled:active,.variations-pagenav a.disabled:focus,.variations-pagenav a.disabled:hover{color:#A0A5AA;background:rgba(0,0,0,.05)}.variations-defaults{float:right}.woocommerce_variable_attributes{background-color:#fdfdfd;border-top:1px solid #eee}.woocommerce_variable_attributes .data{padding:1em 2em}.woocommerce_variable_attributes .data:after,.woocommerce_variable_attributes .data:before{content:" ";display:table}.woocommerce_variable_attributes .data:after{clear:both}.woocommerce_variable_attributes .upload_image_button{display:block;width:48px;height:48px;float:right;margin-left:20px;position:relative;cursor:pointer}.woocommerce_variable_attributes .upload_image_button img{width:100%;height:auto;display:none}.woocommerce_variable_attributes .upload_image_button:before{content:"\f128";font-family:Dashicons;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;line-height:48px;font-size:48px;font-weight:400;-webkit-font-smoothing:antialiased}.woocommerce_variable_attributes .upload_image_button.remove img{display:block}.woocommerce_variable_attributes .upload_image_button.remove:before{content:"\f335";display:none}.woocommerce_variable_attributes .upload_image_button.remove:hover:before{display:block}.woocommerce_variable_attributes .options{border:1px solid #eee;border-width:1px 0;padding:.25em 0}.woocommerce_variable_attributes .options label{display:inline-block;padding:4px 0 2px 1em}.woocommerce_variable_attributes .options input[type=checkbox]{margin-top:5px;margin-left:3px}.form-row label{display:block}.form-row input[type=number],.form-row input[type=text],.form-row select{width:100%}.form-row.dimensions_field input{width:25%;float:right;margin-left:1%}.form-row.dimensions_field input:last-of-type{margin-left:0}.form-row-first,.form-row-last{width:48%;float:left}.form-row-first{clear:both;float:right}.form-row-full{clear:both}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;position:absolute;top:0;right:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.chart-tooltip,.wc_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.chart-tooltip code,.wc_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.wc_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.wc_error_tip:after{content:"";display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}img.ui-datepicker-trigger{vertical-align:middle;margin-top:-1px;cursor:pointer}.wc-metabox-content img.ui-datepicker-trigger,.woocommerce_options_panel img.ui-datepicker-trigger{float:right;margin-left:8px;margin-top:4px;margin-right:4px}#ui-datepicker-div{display:none}.woocommerce-reports-wide.woocommerce-reports-wrap,.woocommerce-reports-wrap.woocommerce-reports-wrap{margin-right:300px;padding-top:18px}.woocommerce-reports-wide.halved,.woocommerce-reports-wrap.halved{margin:0;overflow:hidden;zoom:1}.woocommerce-reports-wide .widefat td,.woocommerce-reports-wrap .widefat td{vertical-align:top;padding:7px}.woocommerce-reports-wide .widefat td .description,.woocommerce-reports-wrap .widefat td .description{margin:4px 0 0}.woocommerce-reports-wide .postbox:after,.woocommerce-reports-wrap .postbox:after{content:".";display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox h3,.woocommerce-reports-wrap .postbox h3{cursor:default!important}.woocommerce-reports-wide .postbox .inside,.woocommerce-reports-wrap .postbox .inside{padding:10px;margin:0!important}.woocommerce-reports-wide .postbox h3.stats_range,.woocommerce-reports-wrap .postbox h3.stats_range{padding:0!important;border-bottom-color:#dfdfdf}.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv{float:left;line-height:26px;border-right:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox h3.stats_range .export_csv:before,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none;margin-left:4px}.woocommerce-reports-wide .postbox h3.stats_range ul,.woocommerce-reports-wrap .postbox h3.stats_range ul{list-style:none;margin:0;padding:0;zoom:1;background:#f5f5f5}.woocommerce-reports-wide .postbox h3.stats_range ul:after,.woocommerce-reports-wide .postbox h3.stats_range ul:before,.woocommerce-reports-wrap .postbox h3.stats_range ul:after,.woocommerce-reports-wrap .postbox h3.stats_range ul:before{content:" ";display:table}.woocommerce-reports-wide .postbox h3.stats_range ul:after,.woocommerce-reports-wrap .postbox h3.stats_range ul:after{clear:both}.woocommerce-reports-wide .postbox h3.stats_range ul li,.woocommerce-reports-wrap .postbox h3.stats_range ul li{float:right;margin:0;padding:0;line-height:26px}.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li a{border-left:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox h3.stats_range ul li.active,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active{background:#fff;-webkit-box-shadow:0 4px 0 0 #fff;box-shadow:0 4px 0 0 #fff}.woocommerce-reports-wide .postbox h3.stats_range ul li.active a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active a{color:#777}.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:9px 10px;vertical-align:middle}.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form{display:inline;margin:0}.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker{padding:0;margin:0 0 0 10px;background:100% 0;border:0;color:#777;text-align:center;-webkit-box-shadow:none;box-shadow:none}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding:12px 249px 12px 12px;margin:0!important}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{width:225px;margin-right:-237px;float:right}.woocommerce-reports-wide .postbox .chart-widgets,.woocommerce-reports-wrap .postbox .chart-widgets{margin:0;padding:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget{margin:0 0 1em;background:#fafafa;border:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget:after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget:after{content:".";display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4{background:#fff;border:1px solid #dfdfdf;border-right-width:0;border-left-width:0;padding:10px;margin:0;color:#2ea2cc;border-top-width:0;background-image:-webkit-gradient(linear,right bottom,right top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-moz-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-o-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4.section_title:hover,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4.section_title:hover{color:#a00}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title{cursor:pointer}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span{display:block}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span:after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;float:left;font-size:.9em;line-height:1.618}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open{color:#333}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open span:after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open span:after{display:none}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section{border-bottom:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section .select2-container,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section .select2-container{width:100%!important}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section:last-of-type,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section:last-of-type{border-radius:0 0 3px 3px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td{padding:7px 10px;vertical-align:top;border-top:1px solid #e5e5e5;line-height:1.4em}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.sparkline,form.report_filters div,form.report_filters input,form.report_filters label,form.report_filters p{vertical-align:middle}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr:first-child td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr:first-child td{border-top:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name{max-width:175px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name a,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name a{word-wrap:break-word}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table .wc_sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table .wc_sparkline{width:32px;height:1em;display:block;float:left}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p{margin:0;padding:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p .submit{margin-top:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget #product_ids,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget #product_ids{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_none,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_none{float:left;color:#999;margin-right:4px;margin-top:10px}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none;margin:0 0 1em;padding:0;border:1px solid #dfdfdf;border-left-width:0;border-bottom-width:0;background:#fff}.woocommerce-reports-wide .postbox .chart-legend li,.woocommerce-reports-wrap .postbox .chart-legend li{border-left:5px solid #aaa;color:#aaa;padding:1em;display:block;margin:0;-webkit-transition:all ease .5s;box-shadow:inset 0 -1px 0 0 #dfdfdf}.woocommerce-reports-wide .postbox .chart-legend li strong,.woocommerce-reports-wrap .postbox .chart-legend li strong{font-size:1.618em;line-height:1.2em;color:#464646;font-weight:400;display:block;font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif}.woocommerce-reports-wide .postbox .chart-legend li strong del,.woocommerce-reports-wrap .postbox .chart-legend li strong del{color:#e74c3c;font-weight:400}.woocommerce-reports-wide .postbox .chart-legend li:hover,.woocommerce-reports-wrap .postbox .chart-legend li:hover{box-shadow:inset 0 -1px 0 0 #dfdfdf,inset -300px 0 0 rgba(156,93,144,.1);border-left:5px solid #9c5d90!important;padding-right:1.5em;color:#9c5d90}.woocommerce-reports-wide .postbox .pie-chart-legend,.woocommerce-reports-wrap .postbox .pie-chart-legend{margin:12px 0 0;overflow:hidden}.woocommerce-reports-wide .postbox .pie-chart-legend li,.woocommerce-reports-wrap .postbox .pie-chart-legend li{float:right;margin:0;padding:6px 0 0;border-top:4px solid #999;text-align:center;box-sizing:border-box;width:50%}.woocommerce-reports-wide .postbox .stat,.woocommerce-reports-wrap .postbox .stat{font-size:1.5em!important;font-weight:700;text-align:center}.woocommerce-reports-wide .postbox .chart-placeholder,.woocommerce-reports-wrap .postbox .chart-placeholder{width:100%;height:650px;overflow:hidden;position:relative}.woocommerce-reports-wide .postbox .chart-prompt,.woocommerce-reports-wrap .postbox .chart-prompt{line-height:650px;margin:0;color:#999;font-size:1.2em;font-style:italic;text-align:center}.woocommerce-reports-wide .postbox .chart-container,.woocommerce-reports-wrap .postbox .chart-container{background:#fff;padding:12px;position:relative;border:1px solid #dfdfdf;border-radius:3px}.woocommerce-reports-wide .postbox .main .chart-legend,.woocommerce-reports-wrap .postbox .main .chart-legend{margin-top:12px}.woocommerce-reports-wide .postbox .main .chart-legend li,.woocommerce-reports-wrap .postbox .main .chart-legend li{border-left:0;margin:0 0 0 8px;float:right;border-top:4px solid #aaa}.woocommerce-reports-wide .woocommerce-reports-main,.woocommerce-reports-wrap .woocommerce-reports-main{float:right;min-width:100%}.woocommerce-reports-wide .woocommerce-reports-main table td,.woocommerce-reports-wrap .woocommerce-reports-main table td{padding:9px}.woocommerce-reports-wide .woocommerce-reports-sidebar,.woocommerce-reports-wrap .woocommerce-reports-sidebar{display:inline;width:281px;margin-right:-300px;clear:both;float:right}.woocommerce-reports-wide .woocommerce-reports-left,.woocommerce-reports-wrap .woocommerce-reports-left{width:49.5%;float:right}.woocommerce-reports-wide .woocommerce-reports-right,.woocommerce-reports-wrap .woocommerce-reports-right{width:49.5%;float:left}.woocommerce-reports-wide .column-wc_actions a.edit,.woocommerce-reports-wide .column-wc_actions a.view,.woocommerce-reports-wrap .column-wc_actions a.edit,.woocommerce-reports-wrap .column-wc_actions a.view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.woocommerce-reports-wide .column-wc_actions a.edit:after,.woocommerce-reports-wide .column-wc_actions a.view:after,.woocommerce-reports-wrap .column-wc_actions a.edit:after,.woocommerce-reports-wrap .column-wc_actions a.view:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce-reports-wide .column-wc_actions a.edit:after,.woocommerce-reports-wrap .column-wc_actions a.edit:after{content:"\e01c"}.woocommerce-reports-wide .column-wc_actions a.view:after,.woocommerce-reports-wrap .column-wc_actions a.view:after{content:"\e010"}.woocommerce-wide-reports-wrap{padding-bottom:11px}.woocommerce-wide-reports-wrap .widefat .export-data{float:left}.woocommerce-wide-reports-wrap .widefat td,.woocommerce-wide-reports-wrap .widefat th{vertical-align:middle;padding:7px}.chart-tooltip{position:absolute;display:none;line-height:1}table.bar_chart{width:100%}table.bar_chart thead th{text-align:right;color:#ccc;padding:6px 0}table.bar_chart tbody th{padding:6px 0;width:25%;text-align:right!important;font-weight:400!important;border-bottom:1px solid #fee}table.bar_chart tbody td{text-align:left;line-height:24px;padding:6px 0 6px 6px;border-bottom:1px solid #fee}table.bar_chart tbody td span{color:#8a4b75;display:block}table.bar_chart tbody td span.alt{color:#47a03e;margin-top:6px}table.bar_chart tbody td.bars{position:relative;text-align:right;padding:6px 0 6px 6px;border-bottom:1px solid #fee}table.bar_chart tbody td.bars a,table.bar_chart tbody td.bars span{text-decoration:none;clear:both;background:#8a4b75;float:right;display:block;line-height:24px;height:24px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;border-radius:3px}table.bar_chart tbody td.bars span.alt{clear:both;background:#47a03e}table.bar_chart tbody td.bars span.alt span{margin:0;color:#c5dec2!important;text-shadow:0 1px 0 #47a03e;background:100% 0}@media only screen and (max-width:1280px){#order_data .order_data_column{width:48%}#order_data .order_data_column:first-child{width:100%}.woocommerce_options_panel .description{display:block;clear:both;margin-right:0}.woocommerce_options_panel .dimensions_field .wrap,.woocommerce_options_panel .short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=text].short{width:80%}.woocommerce_options_panel .downloadable_files,.woocommerce_variations .downloadable_files{padding:0;clear:both}.woocommerce_options_panel .downloadable_files label,.woocommerce_variations .downloadable_files label{position:static}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{margin:0 12px 24px;width:94%}.woocommerce_options_panel .downloadable_files table .sort,.woocommerce_variations .downloadable_files table .sort{display:none}.woocommerce_options_panel .woocommerce_variable_attributes .downloadable_files table,.woocommerce_variations .woocommerce_variable_attributes .downloadable_files table{margin:0 0 1em;width:100%}}@media only screen and (max-width:900px){#woocommerce-coupon-data ul.coupon_data_tabs,#woocommerce-product-data .wc-tabs-back,#woocommerce-product-data ul.product_data_tabs{width:10%}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{width:90%}#woocommerce-coupon-data ul.coupon_data_tabs li a,#woocommerce-product-data ul.product_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#woocommerce-coupon-data ul.coupon_data_tabs li a:before,#woocommerce-product-data ul.product_data_tabs li a:before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#wp-excerpt-media-buttons a{font-size:16px;line-height:37px;height:39px;padding:0 15px 0 20px}#wp-excerpt-editor-tools{padding-top:20px;padding-left:15px;overflow:hidden;margin-bottom:-1px}#woocommerce-product-data .checkbox{width:25px}.variations-pagenav{float:none;text-align:center;font-size:18px}.variations-pagenav .displaying-num{font-size:16px}.variations-pagenav a{padding:8px 20px 11px;font-size:18px}.variations-pagenav select{padding:0 20px}.variations-defaults{float:none;text-align:center;margin-top:10px}}@media only screen and (max-width:500px){.woocommerce_options_panel label,.woocommerce_options_panel legend{float:none;width:auto;display:block;margin:0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 20px!important}}.wc-backbone-modal *{box-sizing:border-box}.wc-backbone-modal .wc-backbone-modal-content{position:fixed;top:50%;right:50%;width:500px;background:#fff;z-index:100000}.wc-backbone-modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:99900}.wc-backbone-modal-main{padding-bottom:51px}.wc-backbone-modal-main article,.wc-backbone-modal-main header{display:block;position:relative}.wc-backbone-modal-main .wc-backbone-modal-header{height:50px;background:#fcfcfc;padding:0 16px 0 50px;border-bottom:1px solid #ddd}.wc-backbone-modal-main .wc-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:50px}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:50px;width:50px;padding:0;position:absolute;top:0;left:0;text-align:center;border:0;border-right:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:before{font:400 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus,.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover{background:#ddd;border-color:#ccc;color:#000}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus{outline:0}.wc-backbone-modal-main article{padding:10px 16px}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main footer{position:absolute;right:0;left:0;bottom:0;z-index:100;padding:10px 16px;background:#fcfcfc;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.wc-backbone-modal-main footer .inner{float:left;line-height:23px}.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px}.select2-container{line-height:1.85em;font-size:14px}#woocommerce-product-data .hndle label:first-child {margin-left: 1em;border-left: 1px solid #dfdfdf;}#woocommerce-product-data .hndle label {padding-left: 1em;}.wc-metaboxes-wrapper .expand-close {float: left;}.wc-metaboxes-wrapper .expand-close a {text-decoration: none;}#woocommerce-product-data .hndle span span {display: inline;line-height: inherit;vertical-align: baseline;}#tiptip_holder {right: auto;left: 0;}#tiptip_arrow, #tiptip_arrow_inner {right: 50%;margin-right: -6px;}.chosen-rtl {text-align: right;}.chosen-rtl .chosen-single {padding: 0 8px 0 0;}.chosen-rtl .chosen-single span {margin-right: 0;margin-left: 26px;direction: rtl;}.chosen-rtl .chosen-single-with-deselect span {margin-left: 38px;}.chosen-rtl .chosen-single div {right: auto;left: 3px;}.chosen-rtl .chosen-single abbr {right: auto;left: 26px;}.chosen-rtl .chosen-choices li {float: right;}.chosen-rtl .chosen-choices li.search-field input[type=text] {direction: rtl;}.chosen-rtl .chosen-choices li.search-choice {margin: 3px 5px 3px 0;padding: 3px 5px 3px 19px;}.chosen-rtl .chosen-choices li.search-choice .search-choice-close {right: auto;left: 4px;}.chosen-rtl .chosen-drop, .chosen-rtl.chosen-container-single-nosearch .chosen-search {left: 9999px;}.chosen-rtl.chosen-container-single .chosen-results {margin: 0 0 4px 4px;padding: 0 4px 0 0;}.chosen-rtl .chosen-results li.group-option {padding-right: 15px;padding-left: 0;}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {border-right: none;}.chosen-rtl .chosen-search input[type=text] {padding: 4px 5px 4px 20px;background: url(../images/chosen-sprite.png) -30px -20px no-repeat #fff;background: url(../images/chosen-sprite.png) -30px -20px no-repeat,-o-linear-gradient(#eee 1%,#fff 15%);background: url(../images/chosen-sprite.png) -30px -20px no-repeat,0 0,0 0,1%,15% #fff;direction: rtl;}.chosen-rtl.chosen-container-single .chosen-single div b {background-position: 6px 2px;}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {background-position: -12px 2px;}html[dir=rtl] .select2-container .select2-choice {padding: 0 8px 0 0;}html[dir=rtl] .select2-container .select2-choice>.select2-chosen {margin-left: 26px;margin-right: 0;}html[dir=rtl] .select2-container .select2-choice .select2-arrow {left: 0;right: auto;border-radius: 3px 0 0 3px;}html[dir=rtl] .select2-search input {padding: 4px 5px 4px 20px;background: url(../images/select2.png) -37px -22px no-repeat #fff;}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {border-right: none;}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {background-position: -16px 1px;}html[dir=rtl] .select2-results {padding: 0 4px 0 0;margin: 4px 0 4px 4px;}html[dir=rtl] .select2-container-multi .select2-choices {padding: 0 0 0 5px;}html[dir=rtl] .select2-container-multi .select2-choices li {float: right;}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {margin: 3px 5px 3px 0;padding: 5px 24px 5px 8px;}html[dir=rtl] .select2-search-choice-close {right: auto;left: 24px;}html[dir=rtl] .select2-container-multi .select2-search-choice-close {left: auto;right: 7px;}.select2-container .select2-choice abbr:hover {background-position-x: 100%;}.post-type-shop_order #ui-datepicker-div {z-index:999999 !important;}.woocommerce-reports-wide .postbox div.stats_range ul li{float:right !important;}.woocommerce-reports-wide .postbox div.stats_range ul li a{border-right: none;border-left: 1px solid #dfdfdf;}
2
-
3
- .woocommerce-reports-wide .postbox div.stats_range .export_csv, .woocommerce-reports-wide .postbox h3.stats_range .export_csv, .woocommerce-reports-wrap .postbox div.stats_range .export_csv, .woocommerce-reports-wrap .postbox h3.stats_range .export_csv {
4
- float: left !important;
5
- border-left: none;
6
- border-right: 1px solid #dfdfdf;
7
- }
 
 
 
 
 
 
 
assets/css/dashboard.rtl.css DELETED
@@ -1 +0,0 @@
1
- @charset "UTF-8";@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}ul.woocommerce_stats{overflow:hidden;zoom:1}ul.woocommerce_stats li{width:25%;padding:0 1em;float:right;font-size:.8em;border-right:1px solid #fff;border-left:1px solid #ececec;text-align:center;box-sizing:border-box}ul.woocommerce_stats li:first-child{border-right:0}ul.woocommerce_stats li:last-child{border-left:0}#woocommerce_dashboard_status .wc_status_list li.low-in-stock,#woocommerce_dashboard_status .wc_status_list li.processing-orders{border-left:1px solid #ececec}ul.woocommerce_stats strong{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:4em;line-height:1.2em;font-weight:400;text-align:center;display:block}#woocommerce_dashboard_status .inside{padding:0;margin:0}#woocommerce_dashboard_status .wc_status_list{overflow:hidden;margin:0}#woocommerce_dashboard_status .wc_status_list li{width:50%;float:right;padding:0;box-sizing:border-box;margin:0;border-top:1px solid #ececec;color:#aaa}#woocommerce_dashboard_status .wc_status_list li a{display:block;color:#aaa;padding:9px 12px;-webkit-transition:all ease .5s;position:relative;font-size:12px}#woocommerce_dashboard_status .wc_status_list li a .wc_sparkline{width:4em;height:2em;display:block;float:left;position:absolute;left:0;top:50%;margin-left:12px;margin-top:-1.25em}#woocommerce_dashboard_status .wc_status_list li a strong{font-size:18px;line-height:1.2em;font-weight:400;display:block;color:#21759b}#woocommerce_dashboard_status .wc_status_list li a:hover{color:#2ea2cc}#woocommerce_dashboard_status .wc_status_list li a:hover strong,#woocommerce_dashboard_status .wc_status_list li a:hover:before{color:#2ea2cc!important}#woocommerce_dashboard_status .wc_status_list li a:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0 0 12px 12px;text-indent:0;top:0;right:0;height:100%;text-align:center;content:"";font-size:2em;position:relative;width:auto;line-height:1.2em;color:#464646;float:right}#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month,#woocommerce_dashboard_status .wc_status_list li.sales-this-month{width:100%}#woocommerce_dashboard_status .wc_status_list li:first-child{border-top:0}#woocommerce_dashboard_status .wc_status_list li.sales-this-month a:before{content:"\e01f"}#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month a:before{content:"\e006"}#woocommerce_dashboard_status .wc_status_list li.processing-orders a:before{content:"\e011";color:#7ad03a}#woocommerce_dashboard_status .wc_status_list li.on-hold-orders a:before{content:"\e033";color:#999}#woocommerce_dashboard_status .wc_status_list li.low-in-stock a:before{content:"\e02c";color:#ffba00}#woocommerce_dashboard_status .wc_status_list li.out-of-stock a:before{content:"\e02c";color:#a00}#woocommerce_dashboard_recent_reviews li{line-height:1.5em;margin-bottom:12px}#woocommerce_dashboard_recent_reviews h4.meta{line-height:1.4;margin:-.2em 0 0;font-weight:400;color:#999}#woocommerce_dashboard_recent_reviews blockquote{padding:0;margin:0}#woocommerce_dashboard_recent_reviews .avatar{float:right;margin:0 0 5px 10px}#woocommerce_dashboard_recent_reviews .star-rating{float:left;overflow:hidden;position:relative;height:1.5em;line-height:1.5;margin-right:.5em;width:5.4em;font-family:WooCommerce!important}#woocommerce_dashboard_recent_reviews .star-rating:before{content:"\e021\e021\e021\e021\e021";color:#b3b3b3;float:right;top:0;right:0;position:absolute;letter-spacing:.1em;letter-spacing:0\9}#woocommerce_dashboard_recent_reviews .star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}#woocommerce_dashboard_recent_reviews .star-rating span:before{content:"\e020\e020\e020\e020\e020";top:0;position:absolute;right:0;letter-spacing:.1em;letter-spacing:0\9;color:#9c5d90}#dash-left-now li.product-count a:before{font-family:WooCommerce;content:"\e01d"}
 
assets/css/{datepicker/theme.css → datepicker.css} RENAMED
@@ -15,7 +15,7 @@ div.calendar {
15
  font-size: 11px;
16
  color: #000;
17
  cursor: default;
18
- background: url("normal-bg.gif");
19
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
20
  }
21
 
@@ -28,7 +28,7 @@ div.calendar {
28
  .calendar .ibutton { /* "<<", "<", ">", ">>" buttons have this class */
29
  text-align: center; /* They are the navigation buttons */
30
  padding: 2px; /* Make the buttons seem like they're pressing */
31
- background: url("title-bg.gif") repeat-x 0 100%; color: #000;
32
  font-weight: bold;
33
  }
34
 
@@ -37,16 +37,16 @@ div.calendar {
37
  }
38
 
39
  .calendar .nav div {
40
- background: transparent url("menuarrow.gif") no-repeat 100% 100%;
41
  }
42
 
43
- .calendar thead tr { background: url("title-bg.gif") repeat-x 0 100%; color: #000; }
44
 
45
  .calendar thead .title { /* This holds the current "month, year" */
46
  font-weight: bold; /* Pressing it will take you to the current date */
47
  text-align: center;
48
  padding: 2px;
49
- background: url("title-bg.gif") repeat-x 0 100%; color: #000;
50
  }
51
 
52
  .calendar thead .headrow { /* Row <TR> containing navigation buttons */
@@ -64,19 +64,19 @@ div.calendar {
64
  }
65
 
66
  .calendar thead .hilite { /* How do the buttons in header appear when hover */
67
- background: url("hover-bg.gif");
68
  border-bottom: 1px solid #797979;
69
  padding: 2px 2px 1px 2px;
70
  }
71
 
72
  .calendar thead .active { /* Active (pressed) buttons in header */
73
- background: url("active-bg.gif"); color: #fff;
74
- padding: 3px 1px 0px 3px;
75
  border-bottom: 1px solid #797979;
76
  }
77
 
78
  .calendar thead .daynames { /* Row <TR> containing the day names */
79
- background: url("dark-bg.gif");
80
  }
81
 
82
  /* The body part -- contains all the days in month. */
@@ -99,24 +99,24 @@ div.calendar {
99
  .calendar table .wn {
100
  padding: 2px 3px 2px 2px;
101
  border-right: 1px solid #797979;
102
- background: url("dark-bg.gif");
103
  }
104
 
105
  .calendar tbody .rowhilite td,
106
  .calendar tbody .rowhilite td.wn {
107
- background: url("rowhover-bg.gif");
108
  }
109
 
110
- .calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }
111
 
112
  .calendar tbody td.hilite { /* Hovered cells <TD> */
113
- background: url("hover-bg.gif");
114
  padding: 1px 3px 1px 1px;
115
  border: 1px solid #bbb;
116
  }
117
 
118
  .calendar tbody td.active { /* Active (pressed) cells <TD> */
119
- padding: 2px 2px 0px 2px;
120
  }
121
 
122
  .calendar tbody td.weekend { /* Cells showing weekend days */
@@ -127,7 +127,7 @@ div.calendar {
127
  font-weight: bold;
128
  border: 1px solid #797979;
129
  padding: 1px 3px 1px 1px;
130
- background: url("active-bg.gif"); color: #fff;
131
  }
132
 
133
  .calendar tbody .disabled { color: #999; }
@@ -150,7 +150,7 @@ div.calendar {
150
 
151
  .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
152
  padding: 2px;
153
- background: url("status-bg.gif") repeat-x 0 0; color: #000;
154
  }
155
 
156
  .calendar tfoot .hilite { /* Hover style for buttons in footer */
@@ -162,7 +162,7 @@ div.calendar {
162
 
163
  .calendar tfoot .active { /* Active (pressed) style for buttons in footer */
164
  background: #7c7;
165
- padding: 2px 0px 0px 2px;
166
  }
167
 
168
  /* Combo boxes (menus that display months/years for direct selection) */
@@ -170,14 +170,13 @@ div.calendar {
170
  .calendar .combo {
171
  position: absolute;
172
  display: none;
173
- top: 0px;
174
- left: 0px;
175
  width: 4em;
176
  cursor: default;
177
- border-width: 0 1px 1px 1px;
178
- border-style: solid;
179
- border-color: #797979;
180
- background: url("normal-bg.gif"); color: #000;
181
  z-index: 100;
182
  font-size: 90%;
183
  }
@@ -193,27 +192,27 @@ div.calendar {
193
  }
194
 
195
  .calendar .combo .hilite {
196
- background: url("hover-bg.gif"); color: #000;
197
  }
198
 
199
  .calendar .combo .active {
200
- background: url("active-bg.gif"); color: #fff;
201
  font-weight: bold;
202
  }
203
 
204
  .calendar td.time {
205
  border-top: 1px solid #797979;
206
- padding: 1px 0px;
207
  text-align: center;
208
- background: url("dark-bg.gif");
209
  }
210
 
211
  .calendar td.time .hour,
212
  .calendar td.time .minute,
213
  .calendar td.time .ampm {
214
- padding: 0px 5px 0px 6px;
215
  font-weight: bold;
216
- background: url("normal-bg.gif"); color: #000;
217
  }
218
 
219
  .calendar td.time .hour,
@@ -226,14 +225,14 @@ div.calendar {
226
  }
227
 
228
  .calendar td.time .colon {
229
- padding: 0px 2px 0px 3px;
230
  font-weight: bold;
231
  }
232
 
233
  .calendar td.time span.hilite {
234
- background: url("hover-bg.gif"); color: #000;
235
  }
236
 
237
  .calendar td.time span.active {
238
- background: url("active-bg.gif"); color: #fff;
239
  }
15
  font-size: 11px;
16
  color: #000;
17
  cursor: default;
18
+ background: url("../images/datepicker/normal-bg.gif");
19
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
20
  }
21
 
28
  .calendar .ibutton { /* "<<", "<", ">", ">>" buttons have this class */
29
  text-align: center; /* They are the navigation buttons */
30
  padding: 2px; /* Make the buttons seem like they're pressing */
31
+ background: url("../images/datepicker/title-bg.gif") repeat-x 0 100%; color: #000;
32
  font-weight: bold;
33
  }
34
 
37
  }
38
 
39
  .calendar .nav div {
40
+ background: transparent url("../images/datepicker/menuarrow.gif") no-repeat 100% 100%;
41
  }
42
 
43
+ .calendar thead tr { background: url("../images/datepicker/title-bg.gif") repeat-x 0 100%; color: #000; }
44
 
45
  .calendar thead .title { /* This holds the current "month, year" */
46
  font-weight: bold; /* Pressing it will take you to the current date */
47
  text-align: center;
48
  padding: 2px;
49
+ background: url("../images/datepicker/title-bg.gif") repeat-x 0 100%; color: #000;
50
  }
51
 
52
  .calendar thead .headrow { /* Row <TR> containing navigation buttons */
64
  }
65
 
66
  .calendar thead .hilite { /* How do the buttons in header appear when hover */
67
+ background: url("../images/datepicker/hover-bg.gif");
68
  border-bottom: 1px solid #797979;
69
  padding: 2px 2px 1px 2px;
70
  }
71
 
72
  .calendar thead .active { /* Active (pressed) buttons in header */
73
+ background: url("../images/datepicker/active-bg.gif"); color: #fff;
74
+ padding: 3px 1px 0 3px;
75
  border-bottom: 1px solid #797979;
76
  }
77
 
78
  .calendar thead .daynames { /* Row <TR> containing the day names */
79
+ background: url("../images/datepicker/dark-bg.gif");
80
  }
81
 
82
  /* The body part -- contains all the days in month. */
99
  .calendar table .wn {
100
  padding: 2px 3px 2px 2px;
101
  border-right: 1px solid #797979;
102
+ background: url("../images/datepicker/dark-bg.gif");
103
  }
104
 
105
  .calendar tbody .rowhilite td,
106
  .calendar tbody .rowhilite td.wn {
107
+ background: url("../images/datepicker/rowhover-bg.gif");
108
  }
109
 
110
+ .calendar tbody td.today { font-weight: bold; /* background: url("../images/datepicker/today-bg.gif") no-repeat 70% 50%; */ }
111
 
112
  .calendar tbody td.hilite { /* Hovered cells <TD> */
113
+ background: url("../images/datepicker/hover-bg.gif");
114
  padding: 1px 3px 1px 1px;
115
  border: 1px solid #bbb;
116
  }
117
 
118
  .calendar tbody td.active { /* Active (pressed) cells <TD> */
119
+ padding: 2px 2px 0 2px;
120
  }
121
 
122
  .calendar tbody td.weekend { /* Cells showing weekend days */
127
  font-weight: bold;
128
  border: 1px solid #797979;
129
  padding: 1px 3px 1px 1px;
130
+ background: url("../images/datepicker/active-bg.gif"); color: #fff;
131
  }
132
 
133
  .calendar tbody .disabled { color: #999; }
150
 
151
  .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
152
  padding: 2px;
153
+ background: url("../images/datepicker/status-bg.gif") repeat-x 0 0; color: #000;
154
  }
155
 
156
  .calendar tfoot .hilite { /* Hover style for buttons in footer */
162
 
163
  .calendar tfoot .active { /* Active (pressed) style for buttons in footer */
164
  background: #7c7;
165
+ padding: 2px 0 0 2px;
166
  }
167
 
168
  /* Combo boxes (menus that display months/years for direct selection) */
170
  .calendar .combo {
171
  position: absolute;
172
  display: none;
173
+ top: 0;
174
+ left: 0;
175
  width: 4em;
176
  cursor: default;
177
+ border: 1px solid #797979;
178
+ border-top-width: 0;
179
+ background: url("../images/datepicker/normal-bg.gif"); color: #000;
 
180
  z-index: 100;
181
  font-size: 90%;
182
  }
192
  }
193
 
194
  .calendar .combo .hilite {
195
+ background: url("../images/datepicker/hover-bg.gif"); color: #000;
196
  }
197
 
198
  .calendar .combo .active {
199
+ background: url("../images/datepicker/active-bg.gif"); color: #fff;
200
  font-weight: bold;
201
  }
202
 
203
  .calendar td.time {
204
  border-top: 1px solid #797979;
205
+ padding: 1px 0;
206
  text-align: center;
207
+ background: url("../images/datepicker/dark-bg.gif");
208
  }
209
 
210
  .calendar td.time .hour,
211
  .calendar td.time .minute,
212
  .calendar td.time .ampm {
213
+ padding: 0 5px 0 6px;
214
  font-weight: bold;
215
+ background: url("../images/datepicker/normal-bg.gif"); color: #000;
216
  }
217
 
218
  .calendar td.time .hour,
225
  }
226
 
227
  .calendar td.time .colon {
228
+ padding: 0 2px 0 3px;
229
  font-weight: bold;
230
  }
231
 
232
  .calendar td.time span.hilite {
233
+ background: url("../images/datepicker/hover-bg.gif"); color: #000;
234
  }
235
 
236
  .calendar td.time span.active {
237
+ background: url("../images/datepicker/active-bg.gif"); color: #fff;
238
  }
assets/css/menu.rtl.css DELETED
@@ -1 +0,0 @@
1
- @charset "UTF-8";@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}#adminmenu #toplevel_page_woocommerce .menu-icon-generic div.wp-menu-image:before{font-family:WooCommerce!important;content:"\e03d";font-size:1.3em!important}#adminmenu #menu-posts-product .menu-icon-post div.wp-menu-image:before{font-family:WooCommerce!important;content:"\e01d";font-size:1.3em!important}#adminmenu #toplevel_page_wc-reports .menu-icon-generic div.wp-menu-image:before{font-family:WooCommerce!important;content:"\e023";font-size:1.3em!important}span.mce_woocommerce_shortcodes_button{background-image:none!important;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}span.mce_woocommerce_shortcodes_button:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-size:.9em;line-height:1.2}.wc_plugin_upgrade_notice{font-weight:400;color:#fff;background:#d54d21;padding:1em;margin:9px 0}.wc_plugin_upgrade_notice a{color:#fff;text-decoration:underline}.wc_plugin_upgrade_notice:before{content:"\f348";display:inline-block;font:400 18px/1 dashicons;speak:none;margin:0 -2px 0 8px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top}
 
assets/css/reports-print.rtl.css DELETED
@@ -1 +0,0 @@
1
- *{background:0 0!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important;font-size:9pt!important;opacity:1;-webkit-transition:none!important}@page{margin:.5cm}#adminmenuback,#adminmenuwrap,#screen-meta-links,#wpadminbar,#wpfooter,.update-nag,.updated,.woo-nav-tab-wrapper,.woocommerce-reports-wide .button,.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv, .export_csv {display:none !important;}h2 .nav-tab{line-height:14px}.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:5px;line-height:14px}#wpcontent{margin-right:0;}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{margin-left:0px;width:160px;display:block;}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding-left:30px;}.chart-legend{overflow:hidden;zoom:1}.chart-legend li{padding:.25em .5em!important;box-shadow:none!important;border-bottom:1px solid gray!important}
 
assets/fonts/BYekan.eot CHANGED
File without changes
assets/fonts/BYekan.ttf CHANGED
File without changes
assets/fonts/BYekan.woff CHANGED
File without changes
assets/fonts/WooCommerce.eot DELETED
Binary file
assets/fonts/WooCommerce.svg DELETED
@@ -1,95 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>
5
- <json>
6
- {
7
- "fontFamily": "WooCommerce",
8
- "fontURL": "http://woothemes.com",
9
- "designer": "James Koster",
10
- "designerURL": "http://jameskoster.co.uk",
11
- "license": "SIL OFL",
12
- "licenseURL": "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL",
13
- "version": "Version 1.0.3",
14
- "majorVersion": 0,
15
- "fontId": "WooCommerce",
16
- "psName": "WooCommerce",
17
- "subFamily": "Regular",
18
- "fullName": "WooCommerce",
19
- "description": "Font generated by IcoMoon."
20
- }
21
- </json>
22
- </metadata>
23
- <defs>
24
- <font id="WooCommerce" horiz-adv-x="1024">
25
- <font-face units-per-em="1024" ascent="960" descent="-64" />
26
- <missing-glyph horiz-adv-x="1024" />
27
- <glyph unicode="&#x20;" d="" horiz-adv-x="512" />
28
- <glyph unicode="&#xe000;" d="M307.2 780.752v-153.6h51.248v153.6h-51.248zM230.4 780.752v-153.6h25.648v153.6h-25.648zM435.2 780.752v-153.6h128.048v153.6h-128.048zM179.2 780.752v-153.6h25.648v153.6h-25.648zM819.152 780.752v-153.6h25.648v153.6h-25.648zM742.384 780.752v-153.6h25.6v153.6h-25.6zM614.4 780.752v-153.6h51.152v153.6h-51.152zM947.136 883.152v-358.352h-870.336v358.352h870.336zM971.312 960h-895.888c-17.104 0-42.656-5.728-55.472-18.512-12.784-14.208-19.904-24.208-19.904-41.2v-382.56c0-17.088 7.12-37.040 19.904-51.248 12.832-12.784 38.384-18.464 55.456-18.464h895.904c17.088 0 21.392 5.696 34.16 18.464 12.784 14.208 18.464 34.16 18.464 51.248l0.016 382.56c0 16.992-5.696 32.672-18.464 45.456s-17.088 14.256-34.176 14.256zM308.624 122.336c0-9.952 5.728-18.464 14.256-25.6-31.28-11.344-54.064-41.2-54.064-78.224 0-45.456 35.552-82.496 81.104-82.496h375.344c45.552 0 81.104 37.040 81.104 82.496 0 37.040-22.768 68.272-55.456 78.224 9.904 10 15.648 19.904 15.648 32.672 0 91.008-72.496 164.976-162.128 164.976-52.592 0-101.024-27.040-129.424-68.224-15.6 8.512-32.672 12.784-51.152 12.784-64.016 0-115.232-52.592-115.232-116.608z" />
29
- <glyph unicode="&#xe001;" d="M547.504-49.936l143.696 160.688c22.768 18.464 22.768 36.992 0 55.504h-102.4v143.6c0 15.648-15.648 35.552-36.944 35.552h-79.664c-21.344 0-36.992-14.16-36.992-31.28v-147.856h-85.264c-21.392-18.512-35.552-37.040-12.864-55.504l143.696-160.688c21.28-18.496 45.44-18.496 66.736-0.016zM307.2 780.56v-153.6h51.248v153.6h-51.248zM230.4 780.56v-153.6h25.648v153.6h-25.648zM435.2 780.56v-153.6h128.048v153.6h-128.048zM179.2 780.56v-153.6h25.648v153.6h-25.648zM819.152 780.56v-153.6h25.648v153.6h-25.648zM742.384 780.56v-153.6h25.6v153.6h-25.6zM614.4 780.56v-153.6h51.152v153.6h-51.152zM947.136 882.96v-358.352l-870.336-0.016v358.368h870.336zM971.312 959.792h-895.888c-17.088 0-42.624-5.728-55.456-18.512-12.8-14.208-19.92-24.208-19.92-41.2v-382.56c0-17.088 7.12-37.040 19.904-51.248 12.832-12.784 38.384-18.464 55.456-18.464h895.904c17.088 0 21.392 5.696 34.16 18.464 12.784 14.208 18.464 34.16 18.464 51.248l0.016 382.56c0 16.992-5.696 32.672-18.464 45.456s-17.088 14.256-34.176 14.256z" />
30
- <glyph unicode="&#xe002;" d="M307.2 780.752v-153.6h51.248v153.6h-51.248zM230.4 780.752v-153.6h25.648v153.6h-25.648zM435.2 780.752v-153.6h128.048v153.6h-128.048zM179.2 780.752v-153.6h25.648v153.6h-25.648zM819.152 780.752v-153.6h25.648v153.6h-25.648zM742.384 780.752v-153.6h25.6v153.6h-25.6zM614.4 780.752v-153.6h51.152v153.6h-51.152zM947.136 883.152v-358.352h-870.336v358.352h870.336zM971.312 960h-895.888c-17.104 0-42.656-5.728-55.472-18.512-12.784-14.208-19.904-24.208-19.904-41.2v-382.56c0-17.088 7.12-37.040 19.904-51.248 12.832-12.784 38.384-18.464 55.456-18.464h410.992v-76.8h-358.352v-128l-52.624-0.016c-17.088 0-42.624-5.648-55.456-18.432-12.8-14.256-19.92-24.24-19.92-41.296v-177.76c0-17.040 7.12-36.992 19.904-51.2 12.832-12.784 38.384-18.512 55.456-18.512h179.152c17.088 0 21.392 5.728 34.16 18.512 12.784 14.208 18.464 34.16 18.464 51.2v177.76c0 17.040-5.696 32.72-18.464 45.504s-17.088 14.208-34.16 14.208h-75.376l0.016 76.864h307.2v-76.848h-52.592c-17.136 0-42.672-5.648-55.504-18.432-12.784-14.256-19.856-24.256-19.856-41.296v-177.76c0-17.040 7.072-36.992 19.856-51.2 12.832-12.784 38.384-18.512 55.504-18.512h179.152c17.040 0 21.392 5.728 34.16 18.512 12.784 14.208 18.432 34.16 18.432 51.2v177.76c0 17.040-5.648 32.72-18.432 45.504s-17.136 14.208-34.16 14.208h-75.376v76.864h307.2v-76.848h-52.624c-17.088 0-42.624-5.648-55.504-18.432-12.784-14.256-19.904-24.256-19.904-41.296v-177.76c0-17.040 7.12-36.992 19.904-51.2 12.864-12.784 38.432-18.512 55.504-18.512h179.152c17.088 0 21.392 5.728 34.16 18.512 12.784 14.208 18.464 34.16 18.464 51.2v177.76c0 17.040-5.696 32.72-18.464 45.504s-17.088 14.208-34.16 14.208h-75.328v128l-358.384 0.032v76.8h433.712c17.088 0 21.392 5.696 34.16 18.464 12.784 14.208 18.464 34.16 18.464 51.248l0.016 382.56c0 16.992-5.696 32.672-18.464 45.456s-17.088 14.256-34.176 14.256zM256.048 192.048v-204.848h-204.8v204.848h204.8zM972.752 192.048v-204.848h-204.752v204.848h204.752zM614.4 192.048v-204.848h-204.752v204.848h204.752z" />
31
- <glyph unicode="&#xe003;" d="M307.2 729.552v-409.504h51.248l-0.016 409.504h-51.232zM230.4 729.552v-409.504h25.648v409.504h-25.648zM563.248 729.552v-409.504h51.152v409.504h-51.152zM179.2 729.552v-409.504h25.648v409.504h-25.648zM665.552 729.552v-409.504h25.648v409.504h-25.648zM486.4 729.552v-409.504h25.552v409.504h-25.552zM435.2 729.552v-409.504h25.6v409.504h-25.6zM793.552 832v-614.4h-716.752v614.4h716.752zM817.76 908.8h-742.336c-17.088 0-42.624-5.696-55.456-18.512-12.8-14.256-19.92-24.16-19.92-41.296v-638.464c0-17.088 7.12-37.040 19.904-51.2 12.832-12.832 38.384-18.512 55.456-18.512h742.336c17.040 0 21.344 5.696 34.112 18.512 12.784 14.16 18.464 34.112 18.464 51.2l0.032 638.464c0 17.136-5.696 32.72-18.464 45.552-12.784 12.768-17.088 14.256-34.128 14.256zM230.4 64h-76.8v-7.072c0-17.088 7.168-36.944 19.952-51.2 12.784-12.832 38.384-18.512 55.456-18.512h742.304c17.088 0 21.392 5.696 34.16 18.512 12.784 14.256 18.464 34.112 18.464 51.2l0.032 638.56c0 17.040-5.696 32.672-18.464 45.456s-17.088 14.256-34.16 14.256h-24.16v-691.2h-716.784z" />
32
- <glyph unicode="&#xe004;" d="M511.984-63.952c282.992 0 512 228.96 512 511.904 0 283.024-229.008 512-512 512-283.024 0-511.952-228.96-511.952-512 0-282.944 228.912-511.904 511.952-511.904zM511.984 0.032c-247.472 0-447.936 200.528-447.936 447.936 0 247.472 200.448 448.032 447.936 448.032 247.424 0 447.984-200.528 447.984-448.032-0.016-247.408-200.544-447.936-447.984-447.936zM322.096 437.44v-51.2h82.496l-89.536-96.704c-11.392-11.392-10-34.112 2.832-48.336 12.784-12.832 29.872-14.208 42.624-2.832l89.584 96.656v-76.752h51.248v179.168h-179.248zM706.144 463.088v51.152h-86.752l89.584 95.264c11.392 11.392 9.952 31.328-2.832 45.504-12.864 12.832-28.528 14.208-39.904 1.44l-88.096-93.872 0.016 79.664h-51.248v-179.152h179.232z" />
33
- <glyph unicode="&#xe005;" d="M524.768 639.984v-51.2h82.496l-236.080-233.232v79.616h-51.152v-179.152h179.152v51.2h-86.72l240.304 230.416v-76.8h51.248v179.152h-179.248zM511.984-63.952c282.992 0 512 228.96 512 511.904 0 283.024-229.008 512-512 512-283.024 0-511.952-228.96-511.952-512 0-282.944 228.912-511.904 511.952-511.904zM511.984 0.032c-247.472 0-447.936 200.528-447.936 447.936 0 247.472 200.448 448.032 447.936 448.032 247.424 0 447.984-200.528 447.984-448.032-0.016-247.408-200.544-447.936-447.984-447.936z" />
34
- <glyph unicode="&#xe006;" d="M947.136 806.4h-870.288v-716.8h870.304l-0.016 716.8zM971.312 883.152c17.136 0 21.344-1.44 34.16-14.208 12.784-12.784 18.512-28.48 18.512-45.504v-740.88c0-17.136-5.728-37.040-18.512-51.296-12.832-12.784-17.040-18.432-34.16-18.432l-895.856 0.032c-17.136 0-42.72 5.648-55.504 18.432-12.784 14.256-19.952 34.16-19.952 51.296l-0.016 740.832c0 17.040 7.168 27.040 19.952 41.296 12.784 12.784 38.384 18.432 55.504 18.432l895.872-0.016zM307.2 703.952h51.184v-511.888h-51.184zM230.448 703.952h25.6v-511.888h-25.6zM716.8 703.952h51.136v-511.888h-51.136zM435.2 703.952h76.8v-511.888h-76.8zM179.248 703.952h25.552v-511.888h-25.552zM819.2 703.952h25.552v-511.888h-25.552zM639.952 703.952h25.648v-511.888h-25.648zM588.8 703.952h25.6v-511.888h-25.6z" />
35
- <glyph unicode="&#xe007;" d="M268.88 486.464v-76.848h204.752v-204.752h76.848l-0.016 204.768h204.752v76.848l-204.752-0.016v204.752h-76.848v-204.752h-204.736zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
36
- <glyph unicode="&#xe008;" d="M551.856 243.168l136.48 140.816 34.16 35.552 17.040 18.512-179.152 189.152-51.2-52.688 82.496-88.144h-246.016c-28.48 0-51.248-22.72-51.248-51.2s22.768-51.2 51.248-51.2h243.184l-86.8-89.632 49.808-51.168zM512.048-63.952c282.944 0 511.904 228.96 511.904 511.904 0 283.024-228.96 512-511.904 512-283.040 0-512-228.96-512-511.984 0-282.96 228.96-511.92 512-511.92zM512.048 0.032c-247.472 0-448.032 200.528-448.032 447.936 0 247.472 200.528 448.032 448.032 448.032 247.392 0 447.936-200.528 447.936-448.032-0.016-247.408-200.544-447.936-447.936-447.936z" />
37
- <glyph unicode="&#xe009;" d="M716.848 487.808l-140.816 136.528-35.552 34.064-18.512 17.136-189.168-179.168 52.688-51.296 88.144 82.496v-246c0-28.432 22.72-51.2 51.2-51.2s51.2 22.768 51.2 51.2v243.184l89.632-86.704 51.184 49.76zM1023.952 447.968c0 283.024-228.96 512-511.904 512-283.040-0.016-512-228.976-512-512 0-282.944 228.96-511.904 512-511.904 282.944-0.016 511.904 228.944 511.904 511.904zM959.968 447.968c0-247.392-200.528-447.936-447.936-447.936-247.472 0-448.032 200.528-448.032 447.936 0 247.472 200.528 448.032 448.032 448.032 247.408-0.032 447.936-200.56 447.936-448.032z" />
38
- <glyph unicode="&#xe00a;" d="M307.168 408.192l140.816-136.528 35.552-34.064 18.512-17.136 189.152 179.168-52.688 51.296-88.144-82.496v246c0 28.432-22.72 51.2-51.2 51.2s-51.2-22.768-51.2-51.2v-243.184l-89.632 86.704-51.168-49.76zM0.048 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.944-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM64.032 448.048c0 247.392 200.528 447.936 447.936 447.936 247.472 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
39
- <glyph unicode="&#xe00b;" d="M472.192 652.848l-136.528-140.816-34.064-35.552-17.136-18.512 179.152-189.152 51.296 52.688-82.496 88.144h246c28.432 0 51.2 22.72 51.2 51.2s-22.768 51.2-51.2 51.2h-243.184l86.704 89.632-49.744 51.168zM512.048 959.952c-283.040 0-512-228.96-512-511.904 0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904zM512.048 895.968c247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.472 0-448.032 200.528-448.032 448.032 0.016 247.408 200.544 447.936 448.032 447.936z" />
40
- <glyph unicode="&#xe00c;" d="M844.736 115.2l-255.904 255.952-179.248-179.152-76.752 76.8-153.6-153.6 665.504-0.016zM281.632 473.6c0-42.672 34.16-76.848 76.752-76.848 42.72 0 76.848 34.16 76.848 76.848 0 42.592-34.112 76.752-76.848 76.752-42.592 0-76.752-34.16-76.752-76.752zM947.168 703.952v-691.152l-870.336 0.016v691.152l870.336-0.016zM1023.984 959.952h-1023.952v-1023.904h948.528c24.208 0 34.16 8.464 49.76 24.16 17.136 15.648 25.648 38.432 25.648 61.104v938.64z" />
41
- <glyph unicode="&#xe00d;" d="M752.352 878.896c-52.688 51.2-137.952 51.2-190.544-1.392l-479.312-479.312c-52.576-52.592-52.576-137.856-1.392-190.544l17.040-17.040 66.832 68.224-44.064 44.064 536.16 536.192 44.064-44.064 68.224 66.832-17.008 17.040zM254.608 34.144l17.040-17.040c52.688-51.2 137.952-51.2 190.544 1.392l479.312 479.312c52.592 52.592 52.592 137.872 1.392 190.544l-17.040 17.040-66.832-68.224 44.064-44.064-536.16-536.176-44.064 44.064-68.256-66.848zM992.656 950c-12.784 12.832-32.72 12.832-45.504 1.44l-312.848-312.896c-11.392-12.784-11.392-32.672 0-45.456l22.768-22.768c12.784-11.392 32.672-11.392 45.456 0l312.912 312.832c11.392 12.784 11.392 32.72-1.44 45.504l-21.344 21.344zM366.928 325.696c-12.784 11.392-32.672 11.392-45.456 0l-312.912-312.832c-11.392-12.784-11.392-32.72 1.44-45.504l21.344-21.344c12.784-12.832 32.72-12.832 45.504-1.44l312.848 312.896c11.392 12.784 11.392 32.672 0 45.456l-22.768 22.768z" />
42
- <glyph unicode="&#xe00e;" d="M358.384 524.8l-76.752-76.8h76.752v-230.4l-76.752 0.016v-51.152h204.752v51.152h-76.8l-0.016 307.184h-51.184zM588.832 524.8c-28.528 0-51.2-22.768-51.2-51.152v-256.048c0-28.384 22.688-51.152 51.2-51.152h102.4c28.432 0 51.2 22.768 51.2 51.152l-0.016 256.048c0 28.384-22.768 51.152-51.2 51.152h-102.384zM588.832 473.648h102.4v-256.048h-102.4v256.048zM947.168 678.4v-665.552l-870.336 0.016v665.552l870.336-0.016zM1023.984 960h-1023.952v-1024h948.528c24.208 0 34.16 8.56 49.76 24.16 17.136 15.744 25.648 38.432 25.648 61.2v938.64zM755.2 857.568c21.296 0 38.384-17.088 38.384-38.384 0-21.344-17.088-38.432-38.384-38.432-21.344 0-38.432 17.088-38.432 38.432 0.016 21.296 17.088 38.384 38.432 38.384zM243.216 857.568c21.392 0 38.432-17.088 38.432-38.384 0-21.344-17.040-38.432-38.432-38.432-21.296 0-38.432 17.088-38.432 38.432 0 21.296 17.136 38.384 38.432 38.384z" />
43
- <glyph unicode="&#xe00f;" d="M0.080 448c0-49.808 39.776-89.584 91.008-89.584 49.712 0 89.584 39.776 89.584 89.584s-39.856 89.584-89.584 89.584c-51.232 0-91.008-39.776-91.008-89.584zM420.976 448c0-49.808 41.296-89.584 91.056-89.584 49.712 0 90.96 39.776 90.96 89.584s-41.248 89.584-90.96 89.584c-49.76 0-91.056-39.776-91.056-89.584zM843.344 448c0-49.808 39.824-89.584 89.632-89.584 51.2 0 90.96 39.776 90.96 89.584s-39.776 89.584-90.96 89.584c-49.808 0-89.632-39.776-89.632-89.584z" />
44
- <glyph unicode="&#xe010;" d="M305.824 428.8c0-108.096 92.448-196.24 206.144-196.24 113.84 0 206.288 88.144 206.288 196.24 0 46.944-18.512 91.056-49.808 125.136 204.8-46.944 355.536-172.080 355.536-172.080v91.056c0 0-230.4 190.544-509.136 190.544-277.328-0.016-514.8-190.544-514.8-190.544v-91.056c0 0 150.736 120.864 352.704 170.688-28.464-34.176-46.928-76.8-46.928-123.744z" />
45
- <glyph unicode="&#xe011;" d="M294.432 448.048c0-21.392 17.088-38.432 38.384-38.432 21.344 0 38.432 17.040 38.432 38.432 0 21.296-17.088 38.432-38.432 38.432-21.312-0.016-38.384-17.136-38.384-38.432zM473.632 448.048c0-21.392 17.040-38.432 38.432-38.432 21.296 0 38.432 17.040 38.432 38.432 0 21.296-17.136 38.432-38.432 38.432-21.408-0.016-38.432-17.136-38.432-38.432zM652.784 448.048c0-21.392 17.136-38.432 38.432-38.432s38.432 17.040 38.432 38.432c0 21.296-17.136 38.432-38.432 38.432s-38.432-17.136-38.432-38.432zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
46
- <glyph unicode="&#xe012;" d="M473.632 716.768v-332.752h281.6v76.8h-204.768v255.952h-76.832zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
47
- <glyph unicode="&#xe013;" d="M369.728 658.048l-53.984-53.984 142.208-145.088-143.6-146.48 53.984-55.456 143.6 146.48 143.696-146.48 54.032 55.456-143.6 146.48 142.208 145.088-54.112 53.984-142.208-145.040-142.224 145.040zM156.416 820.208c-199.040-199.104-203.312-524.736-5.632-729.536 199.152-206.24 523.344-206.24 722.448 0 197.664 204.8 193.408 530.432-5.76 729.536-197.568 197.712-513.328 197.712-711.056 0zM200.528 776.096c172.080 172.128 450.8 172.128 622.864 0 173.504-174.896 176.368-460.704 4.304-638.464-173.552-179.248-457.968-179.248-631.392 0-172.096 177.76-169.216 463.568 4.224 638.464z" />
48
- <glyph unicode="&#xe014;" d="M601.616 439.536l154.992 93.792-154.992 95.36v-65.472l-332.736 0.016v-169.248l51.152 46.944v71.104h281.6l-0.016-72.496zM448.032 435.184l-154.992-95.264 154.992-95.264v62.592h332.752v173.504l-51.152-48.384v-73.936l-281.6-0.016v76.768zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
49
- <glyph unicode="&#xe015;" d="M281.6 459.44l140.768-136.576 35.552-34.112 18.464-17.088 291.552 281.552-52.592 51.2-240.32-231.776-142.208 136.528-51.216-49.728zM0.048 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.944-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM64.032 448.048c0 247.392 200.528 447.936 447.936 447.936 247.472 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
50
- <glyph unicode="&#xe016;" d="M478.752 691.216v-358.352h76.848l-0.016 358.352h-76.832zM478.752 281.664v-76.8h76.848v76.8h-76.848zM5.264 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.944-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM69.248 448.048c0 247.392 200.528 447.936 447.936 447.936 247.472 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
51
- <glyph unicode="&#xe017;" d="M0.032 418.192l294.384-290.112 35.552-34.176 18.512-17.088 675.504 665.6-78.224 76.768-598.768-590.144-270.16 264.512z" />
52
- <glyph unicode="&#xe018;" d="M550.384 348.432c91.056 15.648 140.768 76.848 140.768 176.32 0 113.84-65.472 179.2-179.152 179.2-109.536 0-172.128-59.712-179.248-166.368h51.264c7.072 78.224 46.944 115.168 128 115.168 85.312 0 127.952-42.672 127.952-128 0-71.104-28.432-110.88-89.584-123.744v8.512l-76.8-25.552v-76.752h76.8l0.016 41.216zM473.6 256.016v-76.8h76.8v76.8h-76.8zM0.016 447.968c0-282.944 228.96-511.904 512-511.904 282.944 0 511.952 228.96 511.952 511.904 0 283.024-229.008 511.984-511.952 511.984-283.040 0-512-228.96-512-511.984zM64.048 447.968c0 247.472 200.48 448 447.968 448 247.392 0 447.936-200.528 447.936-448.032 0-247.392-200.528-447.936-447.936-447.936-247.488 0.032-447.968 200.56-447.968 447.968z" />
53
- <glyph unicode="&#xe019;" d="M664.16 192.048c8.56 0 14.256 1.392 19.904 5.696-9.952 2.784-18.512 7.072-24.16 12.784-12.784 14.256-19.904 34.064-19.904 51.2v510.512c0 17.040 7.12 27.040 19.904 41.2 12.832 12.864 38.384 18.56 55.456 18.56h1.392l0.016 68.288c0 16.992-5.648 32.672-18.464 45.456-12.8 12.768-17.104 14.256-34.144 14.256h-588.736c-17.104 0-42.656-5.728-55.472-18.512-12.784-14.208-19.904-24.208-19.904-41.2v-638.56c0-17.136 7.12-36.944 19.904-51.2 12.832-12.784 38.384-18.464 55.456-18.464h588.752zM716.752 268.848v486.352l230.4-51.248-0.016-435.104h-230.384zM971.312 780.752l-254.56 51.248h-1.376c-17.088 0-42.624-5.696-55.456-18.56-12.784-14.16-19.904-24.16-19.904-41.2v-510.528c0-17.136 7.12-36.944 19.904-51.2 5.648-5.696 14.208-10 24.16-12.784 10-4.304 21.392-5.696 31.28-5.696h255.952c17.088 0 21.392 5.696 34.16 18.464 12.784 14.256 18.464 34.064 18.464 51.2v459.344c0 17.088-5.696 32.672-18.464 45.552-12.768 12.768-17.072 14.16-34.16 14.16zM76.8 25.632c0-49.712 39.856-89.632 89.632-89.632 49.808 0 89.632 39.904 89.632 89.632 0 49.76-39.824 89.632-89.632 89.632-49.776-0.016-89.632-39.872-89.632-89.632zM768 25.632c0-49.712 39.776-89.632 89.584-89.632s89.584 39.904 89.584 89.632c0 49.76-39.776 89.632-89.584 89.632s-89.584-39.872-89.584-89.632z" />
54
- <glyph unicode="&#xe01a;" d="M640 883.152v-110.928c0 17.040 7.12 27.040 19.904 41.2 12.832 12.864 38.384 18.56 55.456 18.56h1.392l0.016 68.304c0 16.992-5.648 32.672-18.464 45.456-12.8 12.768-17.104 14.256-34.144 14.256h-588.736c-17.104 0-42.656-5.728-55.472-18.512-12.784-14.208-19.904-24.208-19.904-41.2v-638.56c0-17.136 7.12-36.944 19.904-51.2 12.832-12.784 38.384-18.464 55.456-18.464h588.752c8.56 0 14.256 1.392 19.904 5.696 10-4.304 21.392-5.696 31.28-5.696h255.952c17.088 0 21.392 5.696 34.16 18.464 12.784 14.256 18.464 34.064 18.464 51.2l0.032 459.312c0 17.088-5.696 32.672-18.464 45.552-12.784 12.784-17.088 14.16-34.16 14.16l-254.56 51.248h-1.392c-17.088 0-42.624-5.696-55.456-18.56-12.784-14.16-19.904-24.16-19.904-41.2l-0.016-503.392h-563.2v614.304h563.2zM716.752 268.848v486.352l230.4-51.248-0.016-435.104h-230.384zM76.8 25.632c0-49.712 39.856-89.632 89.632-89.632 49.808 0 89.632 39.904 89.632 89.632 0 49.76-39.824 89.632-89.632 89.632-49.776-0.016-89.632-39.872-89.632-89.632zM768 25.632c0-49.712 39.776-89.632 89.584-89.632s89.584 39.904 89.584 89.632c0 49.76-39.776 89.632-89.584 89.632s-89.584-39.872-89.584-89.632z" />
55
- <glyph unicode="&#xe01b;" d="M568.896 819.232h-18.432v-81.056c11.296-12.832 16.992 5.696 25.552-15.696v-49.712c0-7.12 10-11.392 14.208-11.392 25.6 0 91.056 68.224 113.744 85.264-44.016 39.856-90.96 58.32-135.072 72.592zM473.632 819.232h-24.16c-76.752-17.136-163.6-54.064-231.84-160.736v-7.12c4.304 2.88 14.256 5.696 17.088 5.696 7.072 0 7.072-2.832 8.56-5.696v-55.408c0-12.832 34.064-103.824 49.76-108.096 8.56-2.88 17.088 1.44 22.72-4.272 17.040-19.904 22.768-49.808 36.992-68.224 21.344-28.528 54.032-59.808 82.496-71.104 9.952-7.168 29.872 4.224 38.384-11.392v-89.632c0-18.512 34.112 4.272 34.112-29.904v-9.904c-4.224-18.512-25.552 2.832-34.112-18.512v-150.736c4.272-8.512 24.16-8.512 34.112-8.512 0 0 39.856-2.88 39.856 14.208 0 19.952-22.768 11.392-28.48 12.784 22.768 26.992 44.112 56.896 69.712 81.104 36.944 34.112 46.896 72.496 61.104 100.976 5.696 12.784 14.208 32.672 14.208 36.944 0 29.872-115.168 83.888-122.256 86.752h-78.272c-24.16 11.392-51.152 36.992-66.768 63.984v56.896l5.648 7.168h39.824l5.696-7.168v-55.408c1.44-4.304 14.208-11.392 18.464-11.392 5.696 0 2.88 7.072 7.12 11.392v99.488c0 15.6 35.552 36.992 39.824 39.824h55.472c4.272 0 21.344 4.272 21.344 14.16 0 21.392-29.872-5.648-39.776 5.728v54.064c0 21.296-28.528 14.16-34.16 17.040 14.208 25.6 28.432 36.992 28.432 54.064 0 7.072-2.832 9.904-5.648 11.296-10 2.88-22.768 0-31.328 7.168-9.952 7.072-32.72 18.464-34.112 35.552v56.928zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
56
- <glyph unicode="&#xe01c;" d="M0.048 338.48c14.16-63.984 39.824-125.088 75.376-179.152 41.248 14.16 88.192 5.648 120.912-27.040 32.672-32.72 41.2-79.616 26.992-120.816 54.032-35.552 115.216-61.2 179.152-75.456 17.088 44.112 59.76 75.456 109.488 75.456 49.808 0 92.496-31.328 109.536-75.456 64.032 14.256 125.184 39.904 179.248 75.456-14.256 41.2-5.728 88.096 26.992 120.816 32.72 32.672 79.664 41.2 120.864 27.040 35.552 54.064 61.104 115.168 75.376 179.152-44.064 17.136-75.376 59.712-75.376 109.536s31.28 92.4 75.376 109.536c-14.256 63.984-39.824 125.088-75.376 179.152-41.2-14.16-88.144-5.648-120.864 27.040-32.72 32.72-41.248 79.616-26.992 120.816-54.096 35.536-115.248 61.184-179.28 75.44-17.040-44.112-59.712-75.456-109.536-75.456-49.712 0-92.4 31.328-109.488 75.456-63.936-14.256-125.136-39.904-179.152-75.456 14.208-41.2 5.696-88.096-26.992-120.816-32.72-32.672-79.664-41.2-120.912-27.040-35.52-54.080-61.184-115.184-75.344-179.168 44.064-17.136 75.376-59.712 75.376-109.536s-31.312-92.384-75.376-109.504zM153.6 448c0 197.68 160.784 358.4 358.352 358.4 197.728 0 358.4-160.736 358.4-358.4s-160.688-358.4-358.4-358.4c-197.568 0-358.352 160.736-358.352 358.4z" />
57
- <glyph unicode="&#xe01d;" d="M204.848 655.616v149.312c-1.488 21.392-10 38.432-25.648 54.064-15.6 15.648-45.456 24.16-69.616 24.16h-35.552c-22.768 0-32.768-11.392-49.808-26.992-14.224-14.208-22.784-29.856-24.176-49.76h128v-531.904c0-22.72 8.56-42.672 25.552-58.272 17.088-15.696 46.944-24.16 69.712-24.16h476.384c22.72 0 32.72 11.344 49.808 26.992 14.16 14.256 22.688 29.904 24.16 49.808h-568.848v78.192c7.072-1.44 12.784-1.44 18.464-1.44h520.512c24.16 0 95.264 12.832 112.352 29.904 17.040 15.648 28.432 31.248 39.824 55.408l127.952 294.432c0 22.72-9.904 42.624-27.040 58.272-17.040 15.648-26.992 22.768-49.76 22.768h-723.808c-5.696 0-11.392 0-18.464-1.488v-75.376h742.304l-128-307.2-614.304 0.016v233.264zM614.4 76.816c0-35.552 28.48-63.984 64.032-63.984s63.984 28.432 63.984 63.984-28.432 63.984-63.984 63.984-64.032-28.432-64.032-63.984zM102.448 76.816c0-35.552 28.432-63.984 63.984-63.984s63.984 28.432 63.984 63.984-28.432 63.984-63.984 63.984-63.984-28.432-63.984-63.984z" />
58
- <glyph unicode="&#xe01e;" d="M665.552 217.616h-255.904v76.8h255.904v-76.8zM358.448 217.616h-179.248v76.8h179.248v-76.8zM947.136 575.952h-870.336v-460.704h870.352l-0.016 460.704zM947.136 780.752h-870.336v-127.952h870.352l-0.016 127.952zM947.136 857.568c22.768 0 32.72-7.072 49.76-22.72 17.136-15.648 27.040-35.552 27.040-58.32v-652.736c0-22.768-8.512-45.552-25.552-61.152-15.696-15.6-25.648-24.16-49.808-24.16h-853.264c-22.768 0-52.592 8.56-69.712 24.16-17.040 15.568-25.552 38.352-25.552 61.12v652.736c0 22.768 8.512 41.296 25.552 56.896 15.648 15.6 46.944 24.16 69.712 24.16h851.824z" />
59
- <glyph unicode="&#xe01f;" d="M819.2 166.448h-76.8v435.152h76.8v-435.152zM639.952 166.448h-76.752v332.752h76.752v-332.752zM460.8 166.448h-76.752v511.952h76.752v-511.952zM281.6 166.448h-76.8v204.752h76.8v-204.752zM947.136 806.4h-870.288v-716.8h870.304l-0.016 716.8zM971.312 883.152c17.136 0 21.344-1.44 34.16-14.208 12.784-12.784 18.512-28.48 18.512-45.504v-740.88c0-17.136-5.728-37.040-18.512-51.296-12.832-12.784-17.040-18.432-34.16-18.432l-895.856 0.032c-17.136 0-42.72 5.648-55.504 18.432-12.784 14.256-19.952 34.16-19.952 51.296l-0.016 740.832c0 17.040 7.168 27.040 19.952 41.296 12.784 12.784 38.384 18.432 55.504 18.432l895.872-0.016z" />
60
- <glyph unicode="&#xe020;" d="M511.968 934.4l157.904-321.456 354.048-51.152-255.904-248.864 59.712-351.328-315.76 164.992-315.664-164.992 59.712 351.328-255.952 248.864 354.096 51.152z" />
61
- <glyph unicode="&#xe021;" d="M512.048 936.96l-157.952-321.456-354.048-51.2 255.952-248.864-59.712-351.184 315.76 164.896 315.632-164.896-59.712 351.184 256 248.864-354.096 51.2-157.824 321.456zM512.048 794.752l117.952-236.080 265.952-38.432-191.968-183.456 45.552-258.832-237.472 122.304-237.568-122.304 45.552 258.832-192.048 183.456 266 38.432 118.048 236.080z" />
62
- <glyph unicode="&#xe022;" d="M511.936 955.696l-422.288-418.064h844.704l-422.416 418.064zM89.648 358.432l422.288-418.112 422.416 418.112h-844.704z" />
63
- <glyph unicode="&#xe023;" d="M1023.952 729.552c0 28.528-27.040 51.2-59.712 51.2h-34.16c-32.672 0-59.712-22.688-59.712-51.2v-793.552h153.6v793.552zM588.8 908.8c0 28.432-27.040 51.2-59.728 51.2h-34.112c-32.72 0-59.76-22.768-59.76-51.2v-972.784h153.6v972.784zM153.6 499.2c0 28.432-26.992 51.2-59.712 51.2h-34.128c-32.672 0-59.712-22.768-59.712-51.2v-563.2h153.552v563.2z" />
64
- <glyph unicode="&#xe024;" d="M268.832 824.832c-157.856-157.856-177.76-401.088-55.504-573.104l-5.696-4.272-184.864-186.256c-29.872-28.528-29.872-75.376-1.44-103.824s75.376-28.48 103.776 1.392l186.288 184.944 4.352 5.648c172.032-122.304 415.248-102.4 573.056 55.456 176.368 174.896 180.592 457.92 8.56 628.608-170.704 172.048-453.648 167.744-628.528-8.592zM329.936 763.68c140.816 140.816 366.928 143.648 503.376 5.696 138-136.528 135.184-362.608-5.648-503.424-140.768-140.768-366.88-143.6-503.376-5.696-137.952 136.512-135.136 362.656 5.648 503.424z" />
65
- <glyph unicode="&#xe025;" d="M411.088 628.672c-65.424-65.472-75.408-164.976-29.872-241.84-1.488-1.392-2.88-2.832-4.304-4.224l-69.664-69.712c-19.904-18.464-19.904-49.76 0-69.664s51.2-19.904 69.664 0l69.712 69.664c1.392 1.44 2.832 2.832 4.224 4.304 76.848-45.552 176.368-35.552 241.84 29.872 76.752 76.8 76.752 201.92-1.488 280.128-78.192 78.24-203.328 78.24-280.112 1.472zM455.104 584.56c52.64 52.64 139.424 52.64 192.016-1.44 54.064-52.592 54.064-139.376 1.44-192.016-52.64-54.032-139.376-52.592-193.456 0-52.576 54.080-54.016 140.832 0 193.456zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
66
- <glyph unicode="&#xe026;" d="M611.568 492.080c0 51.2-29.904 122.304-112.4 122.304s-112.304-56.848-112.304-118.048c0-32.672 15.6-99.536 41.2-127.952 4.272-4.272 29.904-22.768 29.904-32.72 0-14.208-4.272-9.952-9.952-14.208-31.328-71.104-230.4-41.296-230.4-163.552 0-14.208 18.464-28.48 18.464-42.624h557.456v69.616c0 99.632-214.704 65.472-246.048 150.768 56.96 66.88 64.080 99.568 64.080 156.416zM947.136 703.952v-691.104l-870.336 0.016v691.088h870.336zM1023.952 960h-1023.904v-1024h948.528c24.16 0 34.112 8.56 49.808 24.16 17.040 15.744 25.552 38.432 25.552 61.2v938.64z" />
67
- <glyph unicode="&#xe027;" d="M947.136 608.688v-595.84l-819.088 0.016v-76.848h824.8c21.296 0 35.552 7.168 49.808 21.344 14.208 14.208 21.296 34.16 21.296 52.64v822h-76.8v-223.312zM819.152 729.552v-588.752h-742.352v588.752h742.352zM896 960h-895.952v-896h824.848c21.296 0 29.824 7.168 44.064 21.392 14.256 14.16 27.040 38.384 27.040 58.272v816.336z" />
68
- <glyph unicode="&#xe028;" d="M947.136 703.952h-870.336v-691.104h870.352l-0.016 691.104zM1023.952 960v-938.624c0-22.768-8.512-45.456-25.552-61.2-15.696-15.6-25.648-24.16-49.808-24.16h-948.544v1023.984h1023.904z" />
69
- <glyph unicode="&#xe029;" d="M989.856 533.408l-416.736 379.696c-45.456 58.32-92.4 58.32-137.952 0v-237.472h-356.912c-42.624 0-78.192-42.672-78.192-96.752v-268.784c0-52.592 34.112-95.264 76.8-95.264h358.304v-226.096c45.552-56.848 92.496-69.712 137.952-12.784l416.72 381.072c45.472 58.336 45.472 118.064 0.016 176.384zM76.864 445.232v153.6h435.104v255.952l460.8-409.552-460.8-409.552v255.936h-435.104v153.616z" />
70
- <glyph unicode="&#xe02a;" d="M426.624 925.824l-379.792-418.112c-58.24-44.064-58.24-91.008 0-136.48h237.568v-356.912c0-42.72 42.592-78.272 96.656-78.272h268.784c52.64 0 95.264 34.16 95.264 76.8v358.384h226.096c56.944 45.456 69.712 92.4 12.864 136.48l-381.168 418.112c-58.32 45.552-118.032 45.552-176.272 0zM514.704 12.848h-153.552v435.152h-256l409.552 460.784 409.648-460.8-256.032 0.016v-435.152h-153.616z" />
71
- <glyph unicode="&#xe02b;" d="M230.4 588.752v-76.752h307.2v76.752h-307.2zM332.8 435.152v-127.952h460.752v127.952h-460.752zM947.136 793.552v-691.152h-870.336v691.152h870.336zM971.312 870.336h-895.888c-17.088 0-42.624-5.696-55.456-18.464-12.8-14.256-19.92-24.16-19.92-41.248v-715.264c0-17.136 7.12-37.040 19.904-51.296 12.832-12.784 38.384-18.432 55.456-18.432h895.904c17.088 0 21.392 5.648 34.16 18.432 12.784 14.256 18.464 34.16 18.464 51.296l0.016 715.264c0 17.088-5.696 32.72-18.464 45.504-12.784 12.832-17.088 14.208-34.176 14.208z" />
72
- <glyph unicode="&#xe02c;" d="M947.136 89.6h-870.336v793.552h-1.376c-17.088 0-42.624-5.648-55.456-18.432-12.8-14.256-19.92-24.24-19.92-41.296v-740.88c0-17.136 7.12-37.040 19.904-51.296 12.832-12.784 38.384-18.432 55.456-18.432h895.904c17.088 0 21.392 5.648 34.16 18.432 12.784 14.256 18.464 34.16 18.464 51.296v7.024l-76.8 0.016zM870.352 371.2c0-42.624 34.16-76.8 76.8-76.8 42.72 0 76.8 34.16 76.8 76.8s-34.064 76.8-76.8 76.8c-42.64 0-76.8-34.16-76.8-76.8zM908.784 371.2c0 21.344 17.040 38.384 38.384 38.384s38.384-17.040 38.384-38.384-17.040-38.384-38.384-38.384-38.384 17.056-38.384 38.384zM520.512 642.848c12.832-24.16 38.384-41.248 68.272-41.248 31.28 0 56.848 18.464 69.712 44.064 130.816-28.432 199.072-137.952 233.232-221.84 9.904 11.392 25.552 19.904 41.2 22.768-36.944 82.4-119.44 214.704-268.784 248.864-8.512 34.064-38.384 59.712-75.376 59.712-36.944 0-68.272-27.040-75.376-61.2-170.688-49.76-251.744-258.784-278.736-351.264-32.72-9.904-55.504-38.336-55.504-73.888 0-42.672 34.16-76.8 76.848-76.8 42.592 0 76.752 34.112 76.752 76.8 0 29.872-17.040 55.408-42.672 68.224 31.328 106.704 99.616 264.56 230.432 305.808zM550.368 678.4c0 21.344 17.088 38.384 38.432 38.384 21.296 0 38.384-17.040 38.384-38.384s-17.088-38.384-38.384-38.384c-21.344 0.016-38.432 17.040-38.432 38.384zM217.632 268.848c0 21.296 17.088 38.336 38.432 38.336 21.296 0 38.384-17.040 38.384-38.336 0-21.392-17.088-38.432-38.384-38.432-21.344 0.016-38.432 17.040-38.432 38.432z" />
73
- <glyph unicode="&#xe02d;" d="M947.136 752.32v-662.72h-870.336v662.72l386.816-386.816c27.040-27.040 69.712-27.040 96.752 0l386.768 386.816zM119.488 806.4h785.024l-359.824-361.264c-18.464-17.040-46.896-17.040-65.424 0l-359.776 361.264zM971.312 883.152h-895.888c-17.088 0-42.624-5.648-55.456-18.432-12.8-14.256-19.92-24.24-19.92-41.296v-740.88c0-17.136 7.12-37.040 19.904-51.296 12.832-12.784 38.384-18.432 55.456-18.432h895.904c17.088 0 21.392 5.648 34.16 18.432 12.784 14.256 18.464 34.16 18.464 51.296l0.016 740.88c0 17.040-5.696 32.72-18.464 45.504s-17.088 14.224-34.176 14.224z" />
74
- <glyph unicode="&#xe02e;" d="M597.232-29.84l379.696 416.624c58.32 45.552 58.32 92.496 0 138h-237.488v356.944c0 42.72-42.688 78.272-95.264 78.272h-268.832c-54.032 0-96.656-34.16-96.656-76.848v-358.352h-224.704c-58.32-45.504-71.104-92.448-12.832-138l379.728-416.624c58.288-45.552 118.016-45.552 176.352-0.016zM508.992 883.152h153.6v-435.152h256.048l-409.648-460.784-409.504 460.784h256v435.152h153.504z" />
75
- <glyph unicode="&#xe02f;" d="M34.16 362.768l416.672-379.696c45.504-58.32 92.448-58.32 137.952 0v237.472h356.96c42.624 0 78.192 42.72 78.192 96.704v267.392c0 53.984-34.064 96.704-76.8 96.704h-358.336v224.704c-45.504 58.272-92.448 71.104-137.952 12.784l-416.688-379.696c-45.504-58.32-45.504-118.032 0-176.368zM947.136 450.944v-153.6h-435.184v-255.952l-460.704 409.552 460.704 409.552v-255.952h435.2l-0.016-153.6z" />
76
- <glyph unicode="&#xe030;" d="M943.632 883.184v-229.008l76.8-56.848v302.848c0 17.136-5.696 32.72-18.512 45.552-12.784 12.784-17.040 14.256-34.112 14.256h-896c-16.992 0-42.592-5.696-55.36-18.512-12.88-14.256-19.968-24.16-19.968-41.296v-894.464c0-17.040 7.072-36.944 19.952-51.2 12.784-12.784 38.384-18.464 55.36-18.464h896c17.088 0 21.344 5.696 34.112 18.464 12.832 14.256 18.512 34.16 18.512 51.2l0.016 292.944-76.8-56.848v-228.96h-870.352v870.336h870.352zM278.080 396.784h460.704v-128.016l288.72 179.2-288.72 179.184v-127.968h-358.304c-66.848 0-102.4-35.552-102.4-102.4z" />
77
- <glyph unicode="&#xe031;" d="M922.288 332.832c2.88 8.512 4.272 17.040 5.696 25.6l-75.408 18.464c-1.392-8.512-2.88-17.088-5.696-24.16-52.544-206.24-263.024-331.376-469.264-278.736-204.8 54.032-329.872 264.48-275.904 469.28 52.688 206.224 263.12 331.36 469.312 277.344 115.168-28.48 204.752-108.096 251.696-209.104l-110.88-65.376c-2.88-14.256 4.224-28.432 18.432-31.28l199.104-51.2c14.208-2.88 28.48 4.272 31.328 18.512l51.152 199.072c2.832 14.256-4.224 28.432-18.464 31.28l-103.776-61.104c-56.896 116.56-163.552 208.976-300.064 244.528-247.488 64.048-499.232-85.344-563.216-332.768-63.968-247.472 85.312-499.184 332.816-563.104 247.424-64.080 499.104 85.312 563.136 332.752z" />
78
- <glyph unicode="&#xe032;" d="M48.384 857.568c-26.992 0-48.336-21.36-48.336-46.96v-8.464c0-25.648 21.344-46.944 48.336-46.944h927.232c27.040 0 48.336 21.296 48.336 46.944v8.464c0 25.6-21.296 46.944-48.336 46.944l-927.232 0.016zM48.384 499.2c-26.992 0-48.336-21.344-48.336-46.944v-8.512c0-25.6 21.344-46.944 48.336-46.944h927.232c27.040 0 48.336 21.344 48.336 46.944v8.512c0 25.6-21.296 46.944-48.336 46.944h-927.232zM48.384 140.8c-26.992 0-48.336-21.28-48.336-46.928v-8.464c0-25.6 21.344-46.944 48.336-46.944l927.232-0.016c27.040 0 48.336 21.344 48.336 46.944v8.464c0 25.648-21.296 46.944-48.336 46.944l-927.232 0.016z" />
79
- <glyph unicode="&#xe033;" d="M512.048 959.952c-283.024 0-512-228.96-512-511.904 0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904zM512.064 0.032c-247.488 0-448.032 200.528-448.032 448.032 0 247.376 200.528 447.936 448.032 447.936 247.408 0 447.936-200.528 447.936-447.936 0-247.488-200.528-448.032-447.936-448.032zM268.512 486.4v-76.784h487.008v76.784h-204.752z" />
80
- <glyph unicode="&#xe034;" d="M307.2 780.56v-153.616h51.248v153.616h-51.248zM230.4 780.56v-153.616h25.648v153.616h-25.648zM435.2 780.56v-153.616h128.048v153.616h-128.048zM179.2 780.56v-153.616h25.648v153.616h-25.648zM819.152 780.56v-153.616h25.648v153.616h-25.648zM742.368 780.56v-153.616h25.616v153.616h-25.616zM614.4 780.56v-153.616h51.152v153.616h-51.152zM947.136 882.96v-358.352l-870.336-0.016v358.368h870.336zM971.312 959.792h-895.888c-17.088 0-42.624-5.728-55.456-18.512-12.8-14.208-19.92-24.208-19.92-41.2v-382.56c0-17.088 7.12-37.040 19.904-51.248 12.832-12.784 38.384-18.464 55.456-18.464h895.904c17.088 0 21.392 5.696 34.16 18.464 12.784 14.208 18.464 34.16 18.464 51.248l0.016 382.56c0 16.992-5.696 32.672-18.464 45.456-12.784 12.784-17.088 14.256-34.176 14.256zM707.648 157.968l-160.688 143.712c-18.464 22.752-36.992 22.752-55.52 0v-102.4l-143.6 0.016c-15.632 0-35.552-15.632-35.552-36.944v-79.664c0-21.36 14.16-36.992 31.28-36.992h147.84v-85.264c18.512-21.392 37.056-35.552 55.52-12.848l160.704 143.664c18.48 21.28 18.48 45.44 0.016 66.72z" />
81
- <glyph unicode="&#xe035;" d="M571.664 837.952h193.632l-210.112-226.96c-26.736-26.72-23.472-80.064 6.64-113.488 29.968-30.064 70.096-33.296 100.048-6.624l210.24 226.848v-180.128h120.256v420.512h-420.704v-120.16zM452.256 386.448c-30.176 30.080-66.944 33.36-93.632 3.376l-206.736-220.32v186.976h-120.272v-420.48h420.672v120.080h-203.584l210.208 223.568c26.704 26.736 23.36 73.504-6.656 106.8z" />
82
- <glyph unicode="&#xe036;" d="M66.272 303.072h193.632l-210.128-226.96c-26.736-26.72-23.472-80.064 6.656-113.472 29.968-30.080 70.080-33.312 100.032-6.624l210.24 226.848v-180.128h120.256v420.496h-420.688v-120.16zM967.616 933.84c-30.192 30.080-66.96 33.36-93.648 3.36l-206.736-220.304v186.976h-120.256v-420.48h420.672v120.064l-203.616-0.016 210.224 223.584c26.72 26.736 23.36 73.52-6.64 106.816z" />
83
- <glyph unicode="&#xe037;" d="M251.488-54.704c-32.48 0-63.040 12.528-86.192 35.264l-127.744 112.304c-47.936 47.936-47.936 125.936 0 173.872l84.224 84.272c23.248 23.232 54.128 36 86.96 36 32.848 0 63.712-12.784 86.928-35.984-0.016 0.032-0.032 0.032-0.032 0.032 0.144 0 8.352-6.448 20.32-6.448 12.592 0 21.040 7.152 21.408 7.456l264.448 264.512c-0.016-0.016-0.032-0.032-0.048-0.032-0.112 0 6.464 8.256 6.464 20.32 0 7.664-2.688 13.824-4.928 17.6l-2.080 2.080c-47.936 47.936-47.936 125.936 0 173.872l84.272 84.272c23.216 23.216 54.080 36.016 86.928 36.016 32.48 0 63.040-12.512 86.192-35.264l127.76-112.304c23.248-23.232 36.032-54.112 36.032-86.944s-12.8-63.728-36.032-86.944l-647.92-647.936c-23.232-23.216-54.096-36.016-86.96-36.016zM80.624 137.2l127.632-112.208c23.136-23.12 63.392-23.104 86.512 0l647.936 647.936c11.552 11.552 17.92 26.928 17.92 43.248 0 16.016-6.128 31.136-17.28 42.608l-127.632 112.208c-23.152 23.12-63.392 23.104-86.512 0.016l-84.256-84.272c-11.552-11.552-17.936-26.912-17.936-43.248s6.368-31.696 17.936-43.248l8.048-8.768c7.76-11.312 17.056-29.952 17.072-54.576 0-37.024-21.472-60.8-23.92-63.376l-266.224-266.208c-3.216-3.056-27.008-24.496-63.984-24.496-36.992 0-60.752 21.424-63.328 23.872-12.176 12.176-27.536 18.528-43.872 18.528s-31.712-6.368-43.264-17.936l-84.24-84.24c-23.616-23.616-23.824-61.936-0.608-85.84z" />
84
- <glyph unicode="&#xe038;" d="M1023.952 0.064h-1023.904v29.808c0 12.192 0.448 24.448 0.912 36.688 0.432 11.52 0.88 23.040 0.88 34.56 0 142.928 134.192 179.824 242.016 209.456 67.552 18.56 131.376 36.112 149.376 72.064 3.072 6.112 6.24 12.912 8.64 18.208-3.696 5.024-12.592 14.624-20.592 23.264-4.336 4.672-9.088 9.776-14.192 15.472-24.784 27.456-82.4 104.56-82.4 227.152 0 140.080 83.328 227.088 217.488 227.088 142.896 0 217.632-117.808 217.632-234.208 0-98.752-14.48-159.616-101.472-265.52 28.288-41.776 104.72-60.88 178.88-79.424 106.256-26.576 226.72-56.688 226.72-168.432v-146.176zM60.352 59.648h903.984v86.576c0 60.816-68.592 82.336-181.552 110.592-97.264 24.336-197.808 49.472-227.808 131.104l-6 16.336 11.28 13.248c90.944 106.832 99.952 153.52 99.952 242.112 0 60.4-33.024 174.608-158.032 174.608-137.376 0-157.872-104.944-157.872-167.488 0-101.92 46.88-164.896 67.056-187.248 4.896-5.44 9.488-10.368 13.632-14.848 22.16-23.872 38.144-41.12 38.144-66.432v-6.208l-2.464-5.696c0 0-7.296-16.784-14.144-30.4-29.904-59.648-106.144-80.624-186.864-102.816-119.744-32.912-198.208-61.28-198.208-151.984 0-12.24-0.464-24.544-0.928-36.8-0.064-1.568-0.112-3.104-0.176-4.656z" />
85
- <glyph unicode="&#xe039;" d="M5.264 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.928-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM69.248 448.048c0 247.376 200.528 447.936 447.936 447.936 247.488 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
86
- <glyph unicode="&#xe03a;" d="M1023.952 0.064h-1023.904v29.808c0 12.192 0.448 24.448 0.912 36.688 0.432 11.52 0.88 23.040 0.88 34.56 0 142.928 134.192 179.824 242.016 209.456 67.552 18.56 131.376 36.112 149.376 72.064 3.072 6.112 6.24 12.912 8.64 18.208-3.696 5.024-12.592 14.624-20.592 23.264-4.336 4.672-9.088 9.776-14.192 15.472-24.784 27.456-82.4 104.56-82.4 227.152 0 140.080 83.328 227.088 217.488 227.088 142.896 0 217.632-117.808 217.632-234.208 0-98.752-14.48-159.616-101.472-265.52 28.288-41.776 104.72-60.88 178.88-79.424 106.256-26.576 226.72-56.688 226.72-168.432v-146.176z" />
87
- <glyph unicode="&#xe03b;" d="M251.488-54.704c-32.48 0-63.040 12.528-86.192 35.264l-127.744 112.304c-47.936 47.936-47.936 125.936 0 173.872l84.224 84.272c23.248 23.232 54.128 36 86.96 36 32.848 0 63.712-12.784 86.928-35.984-0.016 0.032-0.032 0.032-0.032 0.032 0.144 0 8.352-6.448 20.32-6.448 12.592 0 21.040 7.152 21.408 7.456l264.448 264.512c-0.016-0.016-0.032-0.032-0.048-0.032-0.112 0 6.464 8.256 6.464 20.32 0 7.664-2.688 13.824-4.928 17.6l-2.080 2.080c-47.936 47.936-47.936 125.936 0 173.872l84.272 84.272c23.216 23.216 54.080 36.016 86.928 36.016 32.48 0 63.040-12.512 86.192-35.264l127.76-112.304c23.248-23.232 36.032-54.112 36.032-86.944s-12.8-63.728-36.032-86.944l-647.92-647.936c-23.232-23.216-54.096-36.016-86.96-36.016z" />
88
- <glyph unicode="&#xe03c;" d="M5.264 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.928-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904z" />
89
- <glyph unicode="&#xe03d;" d="M612.192 533.664c0 6.896-3.136 51.6-28 51.6-37.36 0-46.704-72.256-46.704-82.624 0-3.408 3.152-58.496 28.032-58.496 34.192 0.032 46.672 72.288 46.672 89.52zM814.384 533.664c0 6.896-3.152 51.6-28.032 51.6-37.28 0-46.608-72.256-46.608-82.624 0-3.408 3.072-58.496 27.952-58.496 34.192 0.032 46.688 72.288 46.688 89.52zM141.296 959.232c-68.224 0-123.504-55.488-123.504-123.92v-650.72c0-68.432 55.296-123.92 123.504-123.92h339.808l123.504-123.936v123.936h278.048c68.224 0 123.52 55.472 123.52 123.92v650.72c0 68.432-55.296 123.92-123.52 123.92h-741.36zM668.16 537.072c0-55.088-31.088-154.88-102.64-154.88-6.208 0-18.496 3.616-25.424 6.016-32.512 11.168-50.192 49.696-52.352 66.256 0 0-3.072 17.792-3.072 40.752 0 22.992 3.072 45.328 3.072 45.328 15.552 75.728 43.552 106.736 96.448 106.736 59.072 0.032 83.968-58.528 83.968-110.208zM486.496 657.6c0-3.392-43.552-141.168-43.552-213.424v-75.712c-2.592-12.080-4.16-24.144-21.824-24.144-46.608 0-88.88 151.472-92.016 161.84-6.208-6.896-62.24-161.84-96.448-161.84-24.864 0-43.552 113.648-46.608 123.936-9.344 55.072-26.048 157.52-26.048 164.416 0 20.672 1.152 38.736 26.048 38.736 6.208 0 21.6-6.064 23.712-17.168 11.648-62.032 16.688-120.512 29.168-185.968 1.856-2.928 1.504-7.008 4.56-10.432 3.152 10.288 66.928 168.784 94.96 168.784 22.544 0 30.4-44.592 33.536-61.824 6.208-20.656 13.088-55.216 22.416-82.752 0 13.776 12.48 203.12 65.392 203.12 18.592-0.032 26.704-6.928 26.704-27.568zM870.32 537.072c0-55.088-31.088-154.88-102.64-154.88-6.192 0-18.448 3.616-25.424 6.016-32.432 11.168-50.176 49.696-52.288 66.256 0 0-3.888 17.92-3.888 40.896s3.888 45.184 3.888 45.184c15.552 75.728 43.488 106.736 96.384 106.736 59.104 0.032 83.968-58.528 83.968-110.208z" />
90
- <glyph unicode="&#xe600;" d="M944.946 804.152v-131.514c-92.58-32.661-159.103-121.022-159.103-224.631s66.523-191.985 159.103-224.631v-131.514h-865.988v131.514c92.58 32.661 159.103 121.022 159.103 224.631s-66.523 191.985-159.103 224.631v131.514h865.988zM991.765 883.159h-959.626c-17.776 0-32.187-14.032-32.187-31.35v-244.714c87.871 0 159.103-71.232 159.103-159.103s-71.232-159.087-159.103-159.087v-244.714c0-17.318 14.411-31.35 32.187-31.35h959.626c17.776 0 32.187 14.032 32.187 31.35v244.714c-87.871 0-159.103 71.232-159.103 159.103s71.232 159.103 159.103 159.103v244.698c0 17.318-14.411 31.35-32.187 31.35v0z" />
91
- <glyph unicode="&#xe601;" d="M873.967 809.999c-200.139 200.139-523.906 200.107-724.045-0.032-200.075-200.060-200.107-523.827 0.032-723.966 200.091-200.091 523.922-200.123 723.997-0.047 200.139 200.123 200.107 523.954 0.016 724.045zM828.697 131.209c-174.936-174.936-458.552-174.92-633.504 0.032-174.999 174.983-174.936 458.536-0.016 633.472 174.999 174.999 458.552 175.046 633.551 0.047 174.951-174.951 174.967-458.568-0.032-633.551zM286.603 538.596l58.338-58.338-131.688-5.072c-16.101 0-31.192-17.050-32.187-36.153-0.032-18.108 11.077-31.176 28.158-32.14l131.688 5.009-54.277-54.277 36.248-36.248 126.679 126.679-126.742 126.742-36.216-36.201zM815.819 486.326l-128.685-4.077 56.331 56.331-36.232 36.232-126.679-126.679 126.758-126.758 36.169 36.169-61.34 61.34 130.692 4.045c16.101 0 29.217 15.106 30.196 34.162-0.032 18.171-10.113 30.212-27.21 29.232zM488.259 703.972h47.404v-511.945h-47.404v511.945z" />
92
- <glyph unicode="&#xe602;" d="M511.992 959.937c-283.016 0-511.976-228.96-511.976-511.897 0-283.032 228.96-511.992 511.976-511.992 282.937 0 511.897 228.96 511.897 511.992 0 282.937-228.96 511.897-511.897 511.897zM63.979 448.055c0 247.369 200.534 447.934 448.029 447.934 109.866 0 210.441-39.614 288.357-105.252l-631.102-631.134c-65.654 77.932-105.284 178.538-105.284 288.452zM512.024 0.011c-109.913 0-210.52 39.614-288.468 105.284l631.134 631.134c65.638-77.932 105.268-178.491 105.268-288.373 0-247.479-200.549-448.044-447.934-448.044z" />
93
- <glyph unicode="&#xe603;" d="M999.966 815.419l-120.121 120.121c-31.84 31.84-83.478 31.84-115.318 0l-678.648-678.632-85.832-320.339 320.339 85.832 0.948-0.948 678.648 678.648c31.84 31.84 31.84 83.478-0.016 115.318zM107.401 93.617l34.162 127.5 143.049-143.049-127.5-34.162-49.711 49.711zM827.891 617.176l-146.304 146.304 120.184 120.184 146.304-146.304-120.184-120.184z" />
94
- <glyph unicode="&#xe604;" d="M688.988 466.963h169.086v-72.691h-169.086v72.691zM894.42 133.531h-820.148v420.346h434.568c15.802 33.185 36.346 63.21 61.63 86.914h-496.198v120.099h820.148v-66.37c26.864-12.642 50.568-28.444 72.691-47.407v109.037c0 22.123-9.481 39.506-25.284 55.309-15.802 14.222-25.284 22.123-47.407 22.123h-802.765c-22.123 0-50.568-7.901-66.37-22.123s-23.704-31.605-23.704-53.728v-616.296c0-22.123 7.901-42.667 23.704-56.889s44.247-22.123 66.37-22.123h804.346c22.123 0 31.605 7.901 47.407 22.123s23.704 36.346 23.704 56.889v71.111c-22.123-18.963-45.827-34.765-72.691-47.407v-31.605zM774.321 678.716c-137.481 0-248.099-110.617-248.099-248.099s110.617-248.099 248.099-248.099 248.099 110.617 248.099 248.099-112.198 248.099-248.099 248.099zM584.691 430.617c0 104.296 85.333 189.63 189.63 189.63s189.63-85.333 189.63-189.63-85.333-189.63-189.63-189.63-189.63 85.333-189.63 189.63zM224.395 466.963v-72.691h259.16c-1.58 12.642-3.16 23.704-3.16 36.346s1.58 23.704 3.16 36.346h-259.16z" />
95
- </font></defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/fonts/WooCommerce.ttf DELETED
Binary file
assets/fonts/WooCommerce.woff DELETED
Binary file
assets/fonts/star.eot DELETED
Binary file
assets/fonts/star.svg DELETED
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>
5
- This is a custom SVG font generated by IcoMoon.
6
- <iconset grid="16"></iconset>
7
- </metadata>
8
- <defs>
9
- <font id="icomoon" horiz-adv-x="512" >
10
- <font-face units-per-em="512" ascent="480" descent="-32" />
11
- <missing-glyph horiz-adv-x="512" />
12
- <glyph unicode="&#x53;" d="M 269.474,480.00L 352.509,311.757L 538.171,284.777L 403.822,153.824L 435.54-31.095L 269.474,56.21L 103.408-31.095L 135.119,153.824L 0.771,284.777L 186.438,311.757 z" horiz-adv-x="538.9473684210526" />
13
- <glyph unicode="&#x73;" d="M 269.474,406.94l 54.04-109.487l 7.524-15.247l 16.821-2.447l 120.827-17.559L 381.251,176.982l-12.18-11.868l 2.873-16.756l 20.647-120.336
14
- L 284.521,84.833L 269.474,92.745l-15.047-7.912L 146.351,28.017l 20.642,120.336l 2.873,16.756l-12.175,11.868L 70.263,262.201l 120.827,17.559
15
- l 16.826,2.447l 7.524,15.247L 269.474,406.94 M 269.474,480.00L 186.438,311.757l-185.667-26.98l 134.349-130.953l-31.717-184.918L 269.474,56.21l 166.066-87.304
16
- l-31.722,184.918l 134.354,130.953l-185.662,26.98L 269.474,480.00L 269.474,480.00z" horiz-adv-x="538.9473684210526" />
17
- <glyph unicode="&#x20;" horiz-adv-x="256" />
18
- <glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
19
- </font></defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/fonts/star.ttf DELETED
Binary file
assets/fonts/star.woff DELETED
Binary file
assets/images/about.png CHANGED
File without changes
assets/images/chosen-sprite.png DELETED
Binary file
assets/images/chosen-sprite@2x.png DELETED
Binary file
assets/{css → images}/datepicker/active-bg.gif RENAMED
File without changes
assets/{css → images}/datepicker/dark-bg.gif RENAMED
File without changes
assets/{css → images}/datepicker/hover-bg.gif RENAMED
File without changes
assets/{css → images}/datepicker/menuarrow.gif RENAMED
File without changes
assets/{css → images}/datepicker/normal-bg.gif RENAMED
File without changes
assets/{css → images}/datepicker/rowhover-bg.gif RENAMED
File without changes
assets/{css → images}/datepicker/status-bg.gif RENAMED
File without changes
assets/{css → images}/datepicker/title-bg.gif RENAMED
File without changes
assets/{css → images}/datepicker/today-bg.gif RENAMED
File without changes
assets/images/feed.png CHANGED
File without changes
assets/images/icons/credit-cards/amex.png DELETED
Binary file
assets/images/icons/credit-cards/diners.png DELETED
Binary file
assets/images/icons/credit-cards/discover.png DELETED
Binary file
assets/images/icons/credit-cards/jcb.png DELETED
Binary file
assets/images/icons/credit-cards/laser.png DELETED
Binary file
assets/images/icons/credit-cards/maestro.png DELETED
Binary file
assets/images/icons/credit-cards/mastercard.png DELETED
Binary file
assets/images/icons/credit-cards/visa.png DELETED
Binary file
assets/images/icons/loader.svg DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- viewBox="0 0 91.3 91.1" enable-background="new 0 0 91.3 91.1" xml:space="preserve">
6
- <circle cx="45.7" cy="45.7" r="45.7"/>
7
- <circle fill="#FFFFFF" cx="45.7" cy="24.4" r="12.5"/>
8
- </svg>
 
 
 
 
 
 
 
 
assets/images/logo.png CHANGED
File without changes
assets/images/payir.png CHANGED
File without changes
assets/images/select2-spinner.gif DELETED
Binary file
assets/images/select2.png DELETED
Binary file
assets/images/select2x2.png DELETED
Binary file
assets/js/admin.js DELETED
@@ -1,23 +0,0 @@
1
- jQuery(document).ready(function($) {
2
-
3
- $('.persian-woocommerce').on( 'click', '.select_all', function() {
4
- jQuery( this ).closest( 'td' ).find( 'select option' ).attr( 'selected', 'selected' );
5
- jQuery( this ).closest( 'td' ).find( 'select' ).trigger( 'change' );
6
- return false;
7
- });
8
-
9
- $('.persian-woocommerce').on( 'click', '.select_none', function() {
10
- jQuery( this ).closest( 'td' ).find( 'select option' ).removeAttr( 'selected' );
11
- jQuery( this ).closest( 'td' ).find( 'select' ).trigger( 'change' );
12
- return false;
13
- });
14
-
15
- $('select#PW_Options\\[allowed_states\\]').change( function() {
16
- if ( jQuery( this ).val() === 'specific' ) {
17
- jQuery( this ).parent().parent().next( 'tr' ).show();
18
- } else {
19
- jQuery( this ).parent().parent().next( 'tr' ).hide();
20
- }
21
- }).change();
22
-
23
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/js/datepicker.js CHANGED
File without changes
assets/js/iran_cities.js CHANGED
@@ -1,29 +1,25 @@
1
- /**
2
- * Created by HANNANStd on 3/1/2016.
3
- */
4
  function Persian_Woo_iranCities(province) {
5
 
6
  var cities = [];
7
 
8
  switch (province.toUpperCase()) {
9
-
10
  //تهران
11
  case 'THR':
12
  case 'TE':
13
- cities[1] = new Array('شهر قدس', '3619');
14
- cities[2] = new Array('پردیس', '5588');
15
- cities[3] = new Array('نسیم شهر', '5589');
16
- cities[4] = new Array('گلستان', '5590');
17
- cities[5] = new Array('قرچک', '5591');
18
- cities[6] = new Array('دماوند', '3633');
19
- cities[7] = new Array('فیروزکوه', '3634');
20
- cities[8] = new Array('ورامین', '3592');
21
- cities[9] = new Array('پیشوا', '3593');
22
- cities[10] = new Array('جاجرود', '3594');
23
- cities[11] = new Array('لواسان', '3588');
24
- cities[12] = new Array('شهریار', '3589');
25
- cities[13] = new Array('فردوس', '3590');
26
- cities[15] = new Array('تجزیه مبادلات لشکر', '3578');
27
  // cities[14] = new Array('منطقه 11 پستی تهران','3577');
28
  // cities[16] = new Array('منطقه 13 پستی تهران','3579');
29
  // cities[17] = new Array('منطقه 14 پستی تهران','3580');
@@ -32,2851 +28,2851 @@ function Persian_Woo_iranCities(province) {
32
  // cities[20] = new Array('منطقه 17 پستی تهران','3583');
33
  // cities[21] = new Array('منطقه 18 پستی تهران','3584');
34
  // cities[22] = new Array('منطقه 19 پستی تهران','3585');
35
- cities[23] = new Array('ری', '3586');
36
- cities[24] = new Array('برغان', '3851');
37
- cities[25] = new Array('رامجین', '3852');
38
- cities[26] = new Array('کوهسار', '3853');
39
- cities[27] = new Array('شهراسر', '3854');
40
- cities[28] = new Array('منگلان', '3855');
41
- cities[29] = new Array('طالقان', '3856');
42
- cities[30] = new Array('قلعه سین', '3857');
43
- cities[31] = new Array('خیرآبادخالصه', '3858');
44
- cities[32] = new Array('عسگرآبادعباسی', '3859');
45
- cities[33] = new Array('دهماسین', '3860');
46
- cities[34] = new Array('باغ خواص', '3861');
47
- cities[35] = new Array('ایجدان', '3862');
48
- cities[36] = new Array('آب باریک', '3863');
49
- cities[37] = new Array('جواد آباد', '3864');
50
- cities[38] = new Array('خاوه', '3865');
51
- cities[39] = new Array('محمودآبادعرب', '3866');
52
- cities[40] = new Array('جلیل آباد', '3867');
53
- cities[41] = new Array('کریم آباد', '3868');
54
- cities[42] = new Array('قلعه خواجه', '3869');
55
- cities[43] = new Array('داودآباد', '3870');
56
- cities[44] = new Array('پاکدشت', '3871');
57
- cities[45] = new Array('شریف آباد', '3872');
58
- cities[46] = new Array('پارچین', '3873');
59
- cities[47] = new Array('حصارامیر', '3874');
60
- cities[48] = new Array('خاتون آباد', '3875');
61
- cities[49] = new Array('آتشگاه', '3822');
62
- cities[50] = new Array('احمدآبادمستوفی', '3823');
63
- cities[51] = new Array('اسلام شهر', '3824');
64
- cities[52] = new Array('مروزبهرام', '3825');
65
- cities[53] = new Array('گلدسته', '3826');
66
- cities[54] = new Array('صالح آباد', '3827');
67
- cities[55] = new Array('واوان', '3828');
68
- cities[56] = new Array('شاتره', '3829');
69
- cities[57] = new Array('میان آباد', '3830');
70
- cities[58] = new Array('چهاردانگه', '3831');
71
- cities[59] = new Array('فخرایران', '3832');
72
- cities[60] = new Array('احمدآبادمصدق', '3833');
73
- cities[61] = new Array('نجم آباد', '3834');
74
- cities[62] = new Array('تنگمان', '3835');
75
- cities[63] = new Array('سعیدآباد', '3836');
76
- cities[64] = new Array('هیو', '3837');
77
- cities[65] = new Array('حومه گلندوک', '3838');
78
- cities[66] = new Array('اوشان', '3839');
79
- cities[67] = new Array('میگون', '3840');
80
- cities[68] = new Array('فشم', '3841');
81
- cities[69] = new Array('لوسان بزرگ', '3842');
82
- cities[70] = new Array('شهریاربردآباد', '3843');
83
- cities[71] = new Array('قاسم آبادقندیشاد', '3844');
84
- cities[72] = new Array('باغستان', '3845');
85
- cities[73] = new Array('شهرآباد', '3846');
86
- cities[74] = new Array('شاهدشهر', '3847');
87
- cities[75] = new Array('ملارد', '3848');
88
- cities[76] = new Array('لم آباد', '3849');
89
- cities[77] = new Array('خسروآباد', '3786');
90
- cities[78] = new Array('بومهن', '3787');
91
- cities[79] = new Array('شهرجدیدپردیس', '3788');
92
- cities[80] = new Array('خرمدشت', '3789');
93
- cities[81] = new Array('باقر شهر', '3790');
94
- cities[82] = new Array('جعفرآباد', '3791');
95
- cities[83] = new Array('مرقدامام', '3792');
96
- cities[84] = new Array('کهریزک', '3793');
97
- cities[85] = new Array('تورقوزآباد', '3794');
98
- cities[86] = new Array('شورآباد', '3795');
99
- cities[87] = new Array('قمصر', '3796');
100
- cities[88] = new Array('حسن آباد', '3797');
101
- cities[89] = new Array('شمس آباد', '3798');
102
- cities[90] = new Array('ابراهیم آباد', '3799');
103
- cities[91] = new Array('چرمسازی سالاریه', '3800');
104
- cities[92] = new Array('قلعه محمدعلیخان', '3801');
105
- cities[93] = new Array('فرودگاه امام خمینی', '3802');
106
- cities[94] = new Array('وهن آباد', '3803');
107
- cities[95] = new Array('قلعه نوخالصه', '3804');
108
- cities[96] = new Array('گل تپه کبیر', '3805');
109
- cities[97] = new Array('محمودآبادپیرزاد', '3806');
110
- cities[98] = new Array('فرون آباد', '3807');
111
- cities[99] = new Array('خاورشهر', '3808');
112
- cities[100] = new Array('اسلام آباد', '3809');
113
- cities[101] = new Array('لپهزنگ', '3810');
114
- cities[102] = new Array('قیام دشت', '3811');
115
- cities[103] = new Array('قرچحصار', '3812');
116
- cities[104] = new Array('خلاریز', '3813');
117
- cities[105] = new Array('سوهانک', '3814');
118
- cities[106] = new Array('پس قلعه', '3815');
119
- cities[107] = new Array('درکه', '3816');
120
- cities[108] = new Array('ادران', '3817');
121
- cities[109] = new Array('آسارا', '3818');
122
- cities[110] = new Array('نساء', '3819');
123
- cities[111] = new Array('پلنگ آباد', '3820');
124
- cities[112] = new Array('شهرقدس(مویز)', '4003');
125
- cities[113] = new Array('اندیشه', '4004');
126
- cities[114] = new Array('مارلیک', '4005');
127
- cities[115] = new Array('نصیرآباد', '4006');
128
- cities[116] = new Array('رزگان', '4007');
129
- cities[117] = new Array('گلمه', '4008');
130
- cities[118] = new Array('پرند', '4009');
131
- cities[119] = new Array('سلطان آباد', '4010');
132
- cities[120] = new Array('گلستان', '4011');
133
- cities[121] = new Array('اسماعیل آباد', '4012');
134
- cities[122] = new Array('اکبرآباد', '4013');
135
- cities[123] = new Array('نصیرآبادقاجار', '4014');
136
- cities[124] = new Array('منجیل آباد', '4015');
137
- cities[125] = new Array('جابان', '4109');
138
- cities[126] = new Array('رودهن', '4110');
139
- cities[127] = new Array('گیلاوند', '4111');
140
- cities[128] = new Array('آبعلی', '4112');
141
- cities[129] = new Array('کیلان', '4113');
142
- cities[130] = new Array('آبسرد', '4114');
143
- cities[131] = new Array('سربندان', '4115');
144
- cities[132] = new Array('مشاء', '4116');
145
- cities[133] = new Array('مراء', '4117');
146
- cities[134] = new Array('هرانده', '4118');
147
- cities[135] = new Array('درده', '4119');
148
- cities[136] = new Array('حصارین', '4120');
149
- cities[137] = new Array('ارجمند', '4121');
150
- cities[138] = new Array('امیریه', '4122');
151
- cities[139] = new Array('گرمدره', '4123');
152
- cities[140] = new Array('تهران', '3322');
153
  break;
154
 
155
  //گیلان
156
  case 'GIL':
157
  case 'GI':
158
- cities[1] = new Array('رودبنه', '5607');
159
- cities[2] = new Array('آبکنار', '3636');
160
- cities[3] = new Array('خمام', '3637');
161
- cities[4] = new Array('فومن', '3638');
162
- cities[5] = new Array('صومعه سرا', '3639');
163
- cities[6] = new Array('هشتپر ـ طوالش', '3640');
164
- cities[7] = new Array('ماسال', '3641');
165
- cities[8] = new Array('آستارا', '3642');
166
- cities[9] = new Array('سیاهکل', '3643');
167
- cities[10] = new Array('آستانه اشرفیه', '3644');
168
- cities[11] = new Array('منجیل', '3645');
169
- cities[12] = new Array('رودبار', '3646');
170
- cities[13] = new Array('لنگرود', '3647');
171
- cities[14] = new Array('رودسر', '3648');
172
- cities[15] = new Array('کلاچای', '3649');
173
- cities[16] = new Array('کپورچال', '4124');
174
- cities[17] = new Array('جیرهنده لشت نشا', '4125');
175
- cities[18] = new Array('لیجارکی', '4126');
176
- cities[19] = new Array('سنگر', '4127');
177
- cities[20] = new Array('اسلام آباد', '4128');
178
- cities[21] = new Array('سراوان', '4129');
179
- cities[22] = new Array('خشک بیجار', '4130');
180
- cities[23] = new Array('لشت نشا', '4131');
181
- cities[24] = new Array('پیربست لولمان', '4132');
182
- cities[25] = new Array('خاچکین', '4133');
183
- cities[26] = new Array('کوچصفهان', '4134');
184
- cities[27] = new Array('بلسبنه', '4135');
185
- cities[28] = new Array('چاپارخانه', '4136');
186
- cities[29] = new Array('جیرکویه', '4137');
187
- cities[30] = new Array('لولمان', '4138');
188
- cities[31] = new Array('شفت', '4139');
189
- cities[32] = new Array('ملاسرا', '4140');
190
- cities[33] = new Array('چوبر', '4141');
191
- cities[34] = new Array('ماسوله', '4142');
192
- cities[35] = new Array('گشت', '4143');
193
- cities[36] = new Array('احمد سرگوراب', '4144');
194
- cities[37] = new Array('مرجقل', '4145');
195
- cities[38] = new Array('گورابزرمیخ', '4146');
196
- cities[39] = new Array('طاهر گوداب', '4147');
197
- cities[40] = new Array('ضیابر', '4148');
198
- cities[41] = new Array('مرکیه', '4149');
199
- cities[42] = new Array('هنده خاله', '4150');
200
- cities[43] = new Array('نوخاله اکبر', '4151');
201
- cities[44] = new Array('بازاراسالم', '4152');
202
- cities[45] = new Array('شیلهوشت', '4153');
203
- cities[46] = new Array('جوکندان', '4154');
204
- cities[47] = new Array('لیسار', '4155');
205
- cities[48] = new Array('خطبه سرا', '4156');
206
- cities[49] = new Array('حویق', '4157');
207
- cities[50] = new Array('پلاسی', '4158');
208
- cities[51] = new Array('ویسادار', '4159');
209
- cities[52] = new Array('رضوان شهر', '4160');
210
- cities[53] = new Array('شاندرمن', '4161');
211
- cities[54] = new Array('پرهسر', '4162');
212
- cities[55] = new Array('پلنک پاره', '4163');
213
- cities[56] = new Array('بازارجمعه شاندرمن', '4164');
214
- cities[57] = new Array('اسالم', '4165');
215
- cities[58] = new Array('شیخ محله', '4166');
216
- cities[59] = new Array('ویرمونی', '4167');
217
- cities[60] = new Array('سیبلی', '4168');
218
- cities[61] = new Array('لوندویل', '4169');
219
- cities[62] = new Array('شند', '4170');
220
- cities[63] = new Array('کوتهکومه', '4171');
221
- cities[64] = new Array('حیران علیا', '4172');
222
- cities[65] = new Array('پاشاکی', '4173');
223
- cities[66] = new Array('گرماور', '4174');
224
- cities[67] = new Array('لیش', '4175');
225
- cities[68] = new Array('بادکوسرا', '4176');
226
- cities[69] = new Array('شیرین نسائ', '4177');
227
- cities[70] = new Array('خرارود', '4178');
228
- cities[71] = new Array('دیلمان', '4179');
229
- cities[72] = new Array('لسکوکلایه', '4180');
230
- cities[73] = new Array('کیسم', '4181');
231
- cities[74] = new Array('شیرکوه چهارده', '4182');
232
- cities[75] = new Array('دهشال', '4183');
233
- cities[76] = new Array('کیاشهر', '4184');
234
- cities[77] = new Array('دستک', '4185');
235
- cities[78] = new Array('پرگاپشت مهدیقانی', '4186');
236
- cities[79] = new Array('لوشان', '4187');
237
- cities[80] = new Array('بیورزین', '4188');
238
- cities[81] = new Array('جیرنده', '4189');
239
- cities[82] = new Array('برهسر', '4190');
240
- cities[83] = new Array('ویشان', '4191');
241
- cities[84] = new Array('کلیشم', '4192');
242
- cities[85] = new Array('علی آباد کلشتر', '4193');
243
- cities[86] = new Array('رستم آباد', '4194');
244
- cities[87] = new Array('توتکابن', '4195');
245
- cities[88] = new Array('کلشتر', '4196');
246
- cities[89] = new Array('جوین', '4197');
247
- cities[90] = new Array('اسکلک', '4198');
248
- cities[91] = new Array('کوکنه', '4199');
249
- cities[92] = new Array('سلوش', '4200');
250
- cities[93] = new Array('چمخاله', '4201');
251
- cities[94] = new Array('شلمان', '4202');
252
- cities[95] = new Array('کومله', '4203');
253
- cities[96] = new Array('دیوشل', '4204');
254
- cities[97] = new Array('پروش پایین', '4205');
255
- cities[98] = new Array('اطاقور', '4206');
256
- cities[99] = new Array('قاسم آبادسفلی', '4207');
257
- cities[100] = new Array('حسن سرا', '4208');
258
- cities[101] = new Array('طوللات', '4209');
259
- cities[102] = new Array('رانکوه', '4210');
260
- cities[103] = new Array('چابکسر', '4211');
261
- cities[104] = new Array('جنگسرا', '4212');
262
- cities[105] = new Array('واجارگاه', '4213');
263
- cities[106] = new Array('رحیم آباد', '4214');
264
- cities[107] = new Array('بلترک', '4215');
265
- cities[108] = new Array('املش', '4216');
266
- cities[109] = new Array('پائین زربیجار', '4217');
267
- cities[110] = new Array('کجیر', '4218');
268
- cities[111] = new Array('گرمابدست', '4219');
269
- cities[112] = new Array('شوئیل', '4220');
270
- cities[113] = new Array('پونل', '4221');
271
- cities[114] = new Array('بندرانزلی', '3519');
272
- cities[115] = new Array('لاهیجان', '3520');
273
- cities[116] = new Array('رشت', '3361');
274
  break;
275
 
276
  //آذربایجان شرقی
277
  case 'EAZ':
278
  case 'AE':
279
- cities[1] = new Array('تبریز', '3366');
280
- cities[2] = new Array('میانه', '3527');
281
- cities[3] = new Array('مرند', '3528');
282
- cities[4] = new Array('مراغه', '3529');
283
- cities[5] = new Array('سبلان', '3682');
284
- cities[6] = new Array('شهر جدید سهند', '3683');
285
- cities[7] = new Array('اسکو', '3684');
286
- cities[8] = new Array('سردرود', '3685');
287
- cities[9] = new Array('آذرشهر', '3686');
288
- cities[10] = new Array('شبستر', '3687');
289
- cities[11] = new Array('هریس', '3688');
290
- cities[12] = new Array('هادیشهر', '3689');
291
- cities[13] = new Array('جلفا', '3690');
292
- cities[14] = new Array('اهر', '3691');
293
- cities[15] = new Array('کلیبر', '3692');
294
- cities[16] = new Array('سراب', '3693');
295
- cities[17] = new Array('بستان آباد', '3694');
296
- cities[18] = new Array('عجب شیر', '3695');
297
- cities[19] = new Array('بناب', '3696');
298
- cities[20] = new Array('ملکان', '3697');
299
- cities[21] = new Array('قره اغاج ـ چاراویماق', '3698');
300
- cities[22] = new Array('اغچه ریش', '3699');
301
- cities[23] = new Array('ترک', '4383');
302
- cities[24] = new Array('ترکمانچای', '4384');
303
- cities[25] = new Array('خاتون آباد', '4385');
304
- cities[26] = new Array('شیخدرآباد', '4386');
305
- cities[27] = new Array('قره بلاغ', '4387');
306
- cities[28] = new Array('آق کند', '4388');
307
- cities[29] = new Array('اچاچی', '4389');
308
- cities[30] = new Array('گوندوغدی', '4390');
309
- cities[31] = new Array('پورسخلو', '4391');
310
- cities[32] = new Array('کنگاور', '4392');
311
- cities[33] = new Array('قویوجاق', '4393');
312
- cities[34] = new Array('ارموداق', '4394');
313
- cities[35] = new Array('کهنمو', '4395');
314
- cities[36] = new Array('اربط', '4396');
315
- cities[37] = new Array('خسروشهر', '4397');
316
- cities[38] = new Array('لاهیجان', '4398');
317
- cities[39] = new Array('خاصبان', '4399');
318
- cities[40] = new Array('ایلخچی', '4400');
319
- cities[41] = new Array('سرایده', '4401');
320
- cities[42] = new Array('کجاآباد', '4402');
321
- cities[43] = new Array('خلجان', '4403');
322
- cities[44] = new Array('ینگی اسپران', '4404');
323
- cities[45] = new Array('باسمنج', '4405');
324
- cities[46] = new Array('شادبادمشایخ', '4406');
325
- cities[47] = new Array('کندرود', '4407');
326
- cities[48] = new Array('مایان سفلی', '4408');
327
- cities[49] = new Array('تیمورلو', '4409');
328
- cities[50] = new Array('قدمگاه', '4410');
329
- cities[51] = new Array('ممقان', '4411');
330
- cities[52] = new Array('گوگان', '4412');
331
- cities[53] = new Array('شیرامین', '4413');
332
- cities[54] = new Array('هفت چشمه', '4414');
333
- cities[55] = new Array('امند', '4415');
334
- cities[56] = new Array('خامنه', '4416');
335
- cities[57] = new Array('سیس', '4417');
336
- cities[58] = new Array('صوفیان', '4418');
337
- cities[59] = new Array('شندآباد', '4419');
338
- cities[60] = new Array('تسوج', '4420');
339
- cities[61] = new Array('شرفخانه', '4421');
340
- cities[62] = new Array('مینق', '4422');
341
- cities[63] = new Array('بخشایش ـ کلوانق', '4423');
342
- cities[64] = new Array('سرند', '4424');
343
- cities[65] = new Array('زرنق', '4425');
344
- cities[66] = new Array('بیلوردی', '4426');
345
- cities[67] = new Array('خواجه', '4427');
346
- cities[68] = new Array('گلین قیه', '4428');
347
- cities[69] = new Array('هرزندجدید', '4429');
348
- cities[70] = new Array('بناب جدید ـ مرند', '4430');
349
- cities[71] = new Array('زنوز', '4431');
350
- cities[72] = new Array('دولت آباد', '4432');
351
- cities[73] = new Array('یکان کهریز', '4433');
352
- cities[74] = new Array('یامچی', '4434');
353
- cities[75] = new Array('شجاع', '4435');
354
- cities[76] = new Array('داران', '4436');
355
- cities[77] = new Array('سیهرود', '4437');
356
- cities[78] = new Array('نوجهمهر', '4438');
357
- cities[79] = new Array('کشک سرای', '4439');
358
- cities[80] = new Array('خاروانا', '4440');
359
- cities[81] = new Array('هوراند', '4441');
360
- cities[82] = new Array('چولقشلاقی', '4442');
361
- cities[83] = new Array('ورگهان', '4443');
362
- cities[84] = new Array('افیل', '4444');
363
- cities[85] = new Array('اذغان', '4445');
364
- cities[86] = new Array('سیهکلان', '4446');
365
- cities[87] = new Array('ورزقان', '4447');
366
- cities[88] = new Array('اقبراز', '4448');
367
- cities[89] = new Array('مولان', '4449');
368
- cities[90] = new Array('خمارلو', '4450');
369
- cities[91] = new Array('عاشقلو', '4451');
370
- cities[92] = new Array('اسکلو', '4452');
371
- cities[93] = new Array('ابشاحمد', '4453');
372
- cities[94] = new Array('یوزبند', '4454');
373
- cities[95] = new Array('کاغذکنان', '4455');
374
- cities[96] = new Array('خداآفرین', '4456');
375
- cities[97] = new Array('کندوان', '4457');
376
- cities[98] = new Array('تیل', '4458');
377
- cities[99] = new Array('وایقان', '4459');
378
- cities[100] = new Array('لاریجان', '4460');
379
- cities[101] = new Array('اسب فروشان', '4461');
380
- cities[102] = new Array('ابرغان', '4462');
381
- cities[103] = new Array('شربیان', '4463');
382
- cities[104] = new Array('مهربان', '4464');
383
- cities[105] = new Array('رازلیق', '4465');
384
- cities[106] = new Array('اغمیون', '4466');
385
- cities[107] = new Array('اردها', '4467');
386
- cities[108] = new Array('قرهچای حاجعلی', '4468');
387
- cities[109] = new Array('قره بابا', '4469');
388
- cities[110] = new Array('سعیدآباد', '4470');
389
- cities[111] = new Array('الانق', '4471');
390
- cities[112] = new Array('کردکندی', '4472');
391
- cities[113] = new Array('قرهچمن', '4473');
392
- cities[114] = new Array('ورجوی', '4474');
393
- cities[115] = new Array('گلتپه', '4475');
394
- cities[116] = new Array('خراجو', '4476');
395
- cities[117] = new Array('داشاتان', '4477');
396
- cities[118] = new Array('داش بلاغ بازار', '4478');
397
- cities[119] = new Array('صومعه', '4479');
398
- cities[120] = new Array('علویان', '4480');
399
- cities[121] = new Array('شیراز', '4481');
400
- cities[122] = new Array('خضرلو', '4482');
401
- cities[123] = new Array('یگنجه', '4483');
402
- cities[124] = new Array('مهماندار', '4484');
403
- cities[125] = new Array('خانیان', '4485');
404
- cities[126] = new Array('دانالو', '4486');
405
- cities[127] = new Array('رحمانلو', '4487');
406
- cities[128] = new Array('زاوشت', '4488');
407
- cities[129] = new Array('القو', '4489');
408
- cities[130] = new Array('روشت بزرگ', '4490');
409
- cities[131] = new Array('خوشه مهر', '4491');
410
- cities[132] = new Array('زوارق', '4492');
411
- cities[133] = new Array('خانه برق', '4493');
412
- cities[134] = new Array('لکلر', '4494');
413
- cities[135] = new Array('بایقوت', '4495');
414
- cities[136] = new Array('اروق', '4496');
415
- cities[137] = new Array('اقمنار', '4497');
416
- cities[138] = new Array('لیلان', '4498');
417
- cities[139] = new Array('طوراغائی', '4499');
418
- cities[140] = new Array('هشترود', '4500');
419
- cities[141] = new Array('اوشندل', '4501');
420
- cities[142] = new Array('علی آبادعلیا', '4502');
421
- cities[143] = new Array('ذوالبین', '4503');
422
- cities[144] = new Array('نظرکهریزی', '4504');
423
- cities[145] = new Array('آتش بیگ', '4505');
424
- cities[146] = new Array('سلوک', '4506');
425
- cities[147] = new Array('نصیرآبادسفلی', '4507');
426
- cities[148] = new Array('ارسگنای سفلی', '4508');
427
- cities[149] = new Array('سلطان آباد', '4509');
428
- cities[150] = new Array('قله حسین خان', '4510');
429
- cities[151] = new Array('ذاکر کندی', '4511');
430
- cities[152] = new Array('قوچ احمد', '4512');
431
- cities[153] = new Array('اغزیارت', '4513');
432
- cities[154] = new Array('تیکمه داش', '5576');
433
  break;
434
 
435
  //خوزستان
436
  case 'KHZ':
437
  case 'KZ':
438
- cities[1] = new Array('اهواز', '3374');
439
- cities[2] = new Array('آبادان', '3538');
440
- cities[3] = new Array('خرمشهر', '3539');
441
- cities[4] = new Array('اروندکنار', '3075');
442
- cities[5] = new Array('ملاثانی', '3076');
443
- cities[6] = new Array('ماهشهر', '3077');
444
- cities[7] = new Array('آغاجاری', '3078');
445
- cities[8] = new Array('رامهرمز', '3079');
446
- cities[9] = new Array('ایذه', '3080');
447
- cities[10] = new Array('شادگان', '3081');
448
- cities[11] = new Array('سوسنگرد ـ دشت آزادگان', '3082');
449
- cities[12] = new Array('شوشتر', '3083');
450
- cities[13] = new Array('دزفول', '3084');
451
- cities[14] = new Array('شوش', '3085');
452
- cities[15] = new Array('اندیمشک', '3086');
453
- cities[16] = new Array('مسجد سلیمان', '3087');
454
- cities[17] = new Array('شیبان', '5597');
455
- cities[18] = new Array('ویس', '5598');
456
- cities[19] = new Array('زهره', '5599');
457
- cities[20] = new Array('شرافت', '5600');
458
- cities[21] = new Array('سالند', '5601');
459
- cities[22] = new Array('فیاضی', '4614');
460
- cities[23] = new Array('تنگه یک', '4615');
461
- cities[24] = new Array('چویبده', '4616');
462
- cities[25] = new Array('نهر سلیم', '4617');
463
- cities[26] = new Array('فرخپیـسعدونی', '4618');
464
- cities[27] = new Array('ابطر', '4619');
465
- cities[28] = new Array('عیندو', '4620');
466
- cities[29] = new Array('حمیدیه', '4621');
467
- cities[30] = new Array('امالطیر', '4622');
468
- cities[31] = new Array('خزامی', '4623');
469
- cities[32] = new Array('قلعه چنعال', '4624');
470
- cities[33] = new Array('کریت برومی', '4625');
471
- cities[34] = new Array('نحیزانیه', '4626');
472
- cities[35] = new Array('چمکلگه', '4627');
473
- cities[36] = new Array('چمران ـ شهرک طالقانی', '4628');
474
- cities[37] = new Array('بندر امام خمینی', '4629');
475
- cities[38] = new Array('بندرامام خمینی', '4630');
476
- cities[39] = new Array('صالح شهر', '4631');
477
- cities[40] = new Array('اسیاب', '4632');
478
- cities[41] = new Array('هندیجان', '4633');
479
- cities[42] = new Array('بهبهان', '4634');
480
- cities[43] = new Array('گروه پدافندهوائی', '4635');
481
- cities[44] = new Array('ده ابراهیم', '4636');
482
- cities[45] = new Array('کردستان بزرگ', '4637');
483
- cities[46] = new Array('منصوریه', '4638');
484
- cities[47] = new Array('سردشت', '4639');
485
- cities[48] = new Array('امیدیه', '4640');
486
- cities[49] = new Array('میانکوه', '4641');
487
- cities[50] = new Array('رودزردماشین', '4642');
488
- cities[51] = new Array('کیم', '4643');
489
- cities[52] = new Array('نفت سفید', '4644');
490
- cities[53] = new Array('رمیله علیا', '4645');
491
- cities[54] = new Array('رامشیر', '4646');
492
- cities[55] = new Array('جایزان', '4647');
493
- cities[56] = new Array('دره تونمنمی', '4648');
494
- cities[57] = new Array('نورآباد', '4649');
495
- cities[58] = new Array('صیدون', '4650');
496
- cities[59] = new Array('باغ ملک', '4651');
497
- cities[60] = new Array('قلعه تل', '4652');
498
- cities[61] = new Array('چنارستان', '4653');
499
- cities[62] = new Array('پشت پیان', '4654');
500
- cities[63] = new Array('دهدز', '4655');
501
- cities[64] = new Array('عبودی', '4656');
502
- cities[65] = new Array('دارخوین', '4657');
503
- cities[66] = new Array('درویشی', '4658');
504
- cities[67] = new Array('بوزیسیف', '4659');
505
- cities[68] = new Array('مینوشهر', '4660');
506
- cities[69] = new Array('حفارشرقی', '4661');
507
- cities[70] = new Array('مقاومت', '4662');
508
- cities[71] = new Array('برویهیک', '4663');
509
- cities[72] = new Array('ابوحمیظه', '4664');
510
- cities[73] = new Array('هویزه', '4665');
511
- cities[74] = new Array('یزدنو', '4666');
512
- cities[75] = new Array('رفیع', '4667');
513
- cities[76] = new Array('بستان', '4668');
514
- cities[77] = new Array('سیدعباس', '4669');
515
- cities[78] = new Array('گوریه', '4670');
516
- cities[79] = new Array('جنتمکان', '4671');
517
- cities[80] = new Array('گتوند', '4672');
518
- cities[81] = new Array('پیردالو', '4673');
519
- cities[82] = new Array('شهرکنورمحمدی', '4674');
520
- cities[83] = new Array('گاومیش آباد', '4675');
521
- cities[84] = new Array('عربحسن', '4676');
522
- cities[85] = new Array('صفی آباد', '4677');
523
- cities[86] = new Array('شهرک امام خمینی', '4678');
524
- cities[87] = new Array('مهمانشهراصفهانی', '4679');
525
- cities[88] = new Array('بردگوری', '4680');
526
- cities[89] = new Array('نبات', '4681');
527
- cities[90] = new Array('چلون', '4682');
528
- cities[91] = new Array('شرکت کاغذسازی پار', '4683');
529
- cities[92] = new Array('مزرعه یک', '4684');
530
- cities[93] = new Array('خرج راضی احمد', '4685');
531
- cities[94] = new Array('الوانی', '4686');
532
- cities[95] = new Array('همله تیمور', '4687');
533
- cities[96] = new Array('شهرک بهرام', '4688');
534
- cities[97] = new Array('صالحمشطت', '4689');
535
- cities[98] = new Array('شهرک انصار', '4690');
536
- cities[99] = new Array('قلعه خواجو', '4691');
537
- cities[100] = new Array('حسینیه', '4692');
538
- cities[101] = new Array('کلگهدره2', '4693');
539
- cities[102] = new Array('تلهزنگ', '4694');
540
- cities[103] = new Array('چمکلگ', '4695');
541
- cities[104] = new Array('عنبر', '4696');
542
- cities[105] = new Array('لالی', '4697');
543
- cities[106] = new Array('دره بوری', '4698');
544
- cities[107] = new Array('هفتگل', '4699');
545
- cities[108] = new Array('کوشکک کوشک', '4700');
546
- cities[109] = new Array('قلعه خواجه ـ اندیکا', '4701');
547
- cities[110] = new Array('گلگیر', '4702');
548
  break;
549
 
550
  //فارس
551
  case 'FRS':
552
  case 'FA':
553
- cities[1] = new Array('بهمن', '5574');
554
- cities[2] = new Array('بندامیر', '4808');
555
- cities[3] = new Array('اکبرآباد', '4809');
556
- cities[4] = new Array('خیرآبادتوللی', '4810');
557
- cities[5] = new Array('داریان', '4811');
558
- cities[6] = new Array('کچل آباد', '4812');
559
- cities[7] = new Array('گشنکان', '4813');
560
- cities[8] = new Array('کمجان', '4814');
561
- cities[9] = new Array('شورجه', '4815');
562
- cities[10] = new Array('مهارلونو', '4816');
563
- cities[11] = new Array('کوهنجان', '4817');
564
- cities[12] = new Array('سلطان آباد', '4818');
565
- cities[13] = new Array('تفیهان', '4819');
566
- cities[14] = new Array('طسوج', '4820');
567
- cities[15] = new Array('اکبرآبادکوار', '4821');
568
- cities[16] = new Array('مظفری', '4822');
569
- cities[17] = new Array('کوشک بیدک', '4823');
570
- cities[18] = new Array('فتح آباد', '4824');
571
- cities[19] = new Array('دهشیب', '4825');
572
- cities[20] = new Array('چنارراهدار', '4826');
573
- cities[21] = new Array('موردراز', '4827');
574
- cities[22] = new Array('کوشک بیبیچه', '4828');
575
- cities[23] = new Array('کلاتون', '4829');
576
- cities[24] = new Array('کلانی', '4830');
577
- cities[25] = new Array('کمارج', '4831');
578
- cities[26] = new Array('مهبودی علیا', '4832');
579
- cities[27] = new Array('وراوی', '4833');
580
- cities[28] = new Array('حکیم باشی', '4834');
581
- cities[29] = new Array('کنارتخته', '4835');
582
- cities[30] = new Array('خشت', '4836');
583
- cities[31] = new Array('انارستان', '4837');
584
- cities[32] = new Array('نودان', '4838');
585
- cities[33] = new Array('مهرنجان', '4839');
586
- cities[34] = new Array('جره', '4840');
587
- cities[35] = new Array('بالاده', '4841');
588
- cities[36] = new Array('لپوئی', '4842');
589
- cities[37] = new Array('کام فیروز', '4843');
590
- cities[38] = new Array('خرامه', '4844');
591
- cities[39] = new Array('سروستان', '4845');
592
- cities[40] = new Array('کوار', '4846');
593
- cities[41] = new Array('کدسنج', '4847');
594
- cities[42] = new Array('ماهسرم علیا', '4848');
595
- cities[43] = new Array('گویم', '4849');
596
- cities[44] = new Array('کلاه سیاه', '4850');
597
- cities[45] = new Array('بابامیر', '4851');
598
- cities[46] = new Array('آهنگری', '4852');
599
- cities[47] = new Array('پیرین', '4853');
600
- cities[48] = new Array('حسین آبادرستم', '4854');
601
- cities[49] = new Array('مصیری ـ رستم', '4855');
602
- cities[50] = new Array('میشان', '4856');
603
- cities[51] = new Array('بهرغان', '4857');
604
- cities[52] = new Array('بیضا', '4858');
605
- cities[53] = new Array('دهپاگا', '4859');
606
- cities[54] = new Array('کمهر', '4860');
607
- cities[55] = new Array('راشک علیا', '4861');
608
- cities[56] = new Array('هرایجان', '4862');
609
- cities[57] = new Array('بانش', '4863');
610
- cities[58] = new Array('کوشک', '4864');
611
- cities[59] = new Array('خانیمن', '4865');
612
- cities[60] = new Array('سعادت شهر ـ پاسارگاد', '4866');
613
- cities[61] = new Array('قادرآباد', '4867');
614
- cities[62] = new Array('ارسنجان', '4868');
615
- cities[63] = new Array('سیدان', '4869');
616
- cities[64] = new Array('زنگی آباد', '4870');
617
- cities[65] = new Array('کوشکک', '4871');
618
- cities[66] = new Array('خنجشت', '4872');
619
- cities[67] = new Array('امامزاده اسماعیل', '4873');
620
- cities[68] = new Array('حسن آباد', '4874');
621
- cities[69] = new Array('آس پاس', '4875');
622
- cities[70] = new Array('سده', '4876');
623
- cities[71] = new Array('بازیچه', '4877');
624
- cities[72] = new Array('دژکرد', '4878');
625
- cities[73] = new Array('شهرمیان', '4879');
626
- cities[74] = new Array('صغاد', '4880');
627
- cities[75] = new Array('بوانات', '4881');
628
- cities[76] = new Array('صفاشهر ـ خرم بید', '4882');
629
- cities[77] = new Array('خرمی', '4883');
630
- cities[78] = new Array('علاءمرودشت', '4884');
631
- cities[79] = new Array('فیشور', '4885');
632
- cities[80] = new Array('کازرون', '3545');
633
- cities[81] = new Array('جهرم', '3546');
634
- cities[82] = new Array('اردکان ـ سپیدان', '3710');
635
- cities[83] = new Array('مرودشت', '3711');
636
- cities[84] = new Array('اقلید', '3712');
637
- cities[85] = new Array('آباده', '3713');
638
- cities[86] = new Array('لار ـ لارستان', '3714');
639
- cities[87] = new Array('گراش', '3715');
640
- cities[88] = new Array('استهبان', '3716');
641
- cities[89] = new Array('فسا', '3717');
642
- cities[90] = new Array('فیروزآباد', '3718');
643
- cities[91] = new Array('داراب', '3719');
644
- cities[92] = new Array('نی ریز', '3720');
645
- cities[93] = new Array('شیراز', '3384');
646
- cities[94] = new Array('بوانات(سوریان)', '3260');
647
- cities[95] = new Array('سورمق', '3261');
648
- cities[96] = new Array('ایزدخواست', '3262');
649
- cities[97] = new Array('حیدرآباد', '3263');
650
- cities[98] = new Array('ابدون', '3264');
651
- cities[99] = new Array('باب انار', '3265');
652
- cities[100] = new Array('بندبست', '3266');
653
- cities[101] = new Array('آبگرم مینا', '3267');
654
- cities[102] = new Array('اوز', '3268');
655
- cities[103] = new Array('لامرد', '3269');
656
- cities[104] = new Array('جویم', '3270');
657
- cities[105] = new Array('بنارویه', '3271');
658
- cities[106] = new Array('لطیفی', '3272');
659
- cities[107] = new Array('بیرم', '3273');
660
- cities[108] = new Array('اشکنان', '3274');
661
- cities[109] = new Array('کهنه', '3275');
662
- cities[110] = new Array('خنج', '3276');
663
- cities[111] = new Array('مهر', '3277');
664
- cities[112] = new Array('رونیز', '3278');
665
- cities[113] = new Array('بنوان', '3279');
666
- cities[114] = new Array('ایج', '3280');
667
- cities[115] = new Array('درب قلعه', '3281');
668
- cities[116] = new Array('قلعه دمتنگ', '3282');
669
- cities[117] = new Array('قطب آباد', '3283');
670
- cities[118] = new Array('دنیان', '3284');
671
- cities[119] = new Array('سروو', '3285');
672
- cities[120] = new Array('مانیان', '3286');
673
- cities[121] = new Array('بهجان', '3287');
674
- cities[122] = new Array('کوشک قاضی', '3288');
675
- cities[123] = new Array('خیرآباد جنگل', '3289');
676
- cities[124] = new Array('نوبندگان', '3290');
677
- cities[125] = new Array('ششده', '3291');
678
- cities[126] = new Array('قاسم آباد سفلی', '3292');
679
- cities[127] = new Array('زاهدشهر', '3293');
680
- cities[128] = new Array('میانده', '3294');
681
- cities[129] = new Array('صحرارود', '3295');
682
- cities[130] = new Array('بایگان', '3296');
683
- cities[131] = new Array('مبارک آباد', '3297');
684
- cities[132] = new Array('میمند', '3298');
685
- cities[133] = new Array('افزر', '3299');
686
- cities[134] = new Array('قیر', '3300');
687
- cities[135] = new Array('فراشبند', '3301');
688
- cities[136] = new Array('دهرم', '3302');
689
- cities[137] = new Array('چوگان', '3303');
690
- cities[138] = new Array('مادوان', '3304');
691
- cities[139] = new Array('ماهسالاری', '3305');
692
- cities[140] = new Array('رستاق', '3306');
693
- cities[141] = new Array('دوبران', '3307');
694
- cities[142] = new Array('حاجی آباد ـ زرین دشت', '3308');
695
- cities[143] = new Array('فدامی', '3309');
696
- cities[144] = new Array('چمن مروارید', '3310');
697
- cities[145] = new Array('جنت شهر(دهخیر)', '3311');
698
- cities[146] = new Array('لای حنا', '3312');
699
- cities[147] = new Array('آباده طشک', '3313');
700
- cities[148] = new Array('قطاربنه', '3314');
701
- cities[149] = new Array('دهکرگی', '3315');
702
- cities[150] = new Array('جعفرآباد', '3316');
703
- cities[151] = new Array('مشکان', '3317');
704
- cities[152] = new Array('قطرویه', '3318');
705
- cities[153] = new Array('هرگان', '3319');
706
- cities[154] = new Array('خاوران', '3320');
707
- cities[155] = new Array('خفر', '3321');
708
- cities[156] = new Array('قائمیه', '3123');
709
- cities[157] = new Array('زرقان', '3124');
710
- cities[158] = new Array('نورآباد ـ ممسنی', '3125');
711
  break;
712
 
713
  //اصفهان
714
  case 'ESF':
715
  case 'IS':
716
- cities[1] = new Array('نوش آباد', '5577');
717
- cities[2] = new Array('بهارستان', '5578');
718
- cities[3] = new Array('نصر آباد', '5579');
719
- cities[4] = new Array('سگزی', '5580');
720
- cities[5] = new Array('تودشک', '5581');
721
- cities[6] = new Array('بادرود', '5582');
722
- cities[7] = new Array('خالدآباد', '5583');
723
- cities[8] = new Array('کوشک', '5584');
724
- cities[9] = new Array('نیاسر', '5585');
725
- cities[10] = new Array('ابریشم', '5586');
726
- cities[11] = new Array('افوس', '5587');
727
- cities[12] = new Array('رهنان', '5575');
728
- cities[13] = new Array('خوراسگان', '5514');
729
- cities[14] = new Array('دستجاء', '5515');
730
- cities[15] = new Array('شهرک صنعتی مورچ', '5516');
731
- cities[16] = new Array('پاسگاه امام جعفر', '5517');
732
- cities[17] = new Array('پالایشگاه اصفهان', '5518');
733
- cities[18] = new Array('کلهرود', '5519');
734
- cities[19] = new Array('گرگاب', '5520');
735
- cities[20] = new Array('دستگردوبرخوار', '5521');
736
- cities[21] = new Array('گز', '5522');
737
- cities[22] = new Array('خورزوق', '5523');
738
- cities[23] = new Array('حبیب آباد', '5524');
739
- cities[24] = new Array('موته', '5525');
740
- cities[25] = new Array('وزوان', '5526');
741
- cities[26] = new Array('لای بید', '5527');
742
- cities[27] = new Array('رباط آقاکمال', '5528');
743
- cities[28] = new Array('خسروآباد', '5529');
744
- cities[29] = new Array('کمشچه', '5530');
745
- cities[30] = new Array('جندق', '5531');
746
- cities[31] = new Array('فرخی', '5532');
747
- cities[32] = new Array('مزیک', '5533');
748
- cities[33] = new Array('مهرجان', '5534');
749
- cities[34] = new Array('بیاضیه', '5535');
750
- cities[35] = new Array('چوپانان', '5536');
751
- cities[36] = new Array('بلان', '5537');
752
- cities[37] = new Array('محمدآباد', '5538');
753
- cities[38] = new Array('هرند', '5539');
754
- cities[39] = new Array('ورزنه', '5540');
755
- cities[40] = new Array('قهجاورستان', '5541');
756
- cities[41] = new Array('نیک آباد', '5542');
757
- cities[42] = new Array('اژیه', '5543');
758
- cities[43] = new Array('حسن اباد', '5544');
759
- cities[44] = new Array('کچومثقال', '5545');
760
- cities[45] = new Array('ظفرقند', '5546');
761
- cities[46] = new Array('نهوج', '5547');
762
- cities[47] = new Array('نیسیان', '5548');
763
- cities[48] = new Array('ومکان', '5549');
764
- cities[49] = new Array('همسار', '5550');
765
- cities[50] = new Array('فسخود', '5551');
766
- cities[51] = new Array('نوداز', '5552');
767
- cities[52] = new Array('اشکستان', '5553');
768
- cities[53] = new Array('کجان', '5554');
769
- cities[54] = new Array('نیستانک', '5555');
770
- cities[55] = new Array('انارک', '5556');
771
- cities[56] = new Array('بافران', '5557');
772
- cities[57] = new Array('تیرانچی', '5558');
773
- cities[58] = new Array('اصغرآباد', '5559');
774
- cities[59] = new Array('دستگردفداره', '5560');
775
- cities[60] = new Array('قرطمان', '5561');
776
- cities[61] = new Array('جعفرآباد', '5562');
777
- cities[62] = new Array('مهاباد', '5563');
778
- cities[63] = new Array('درقه', '5564');
779
- cities[64] = new Array('شهراب', '5565');
780
- cities[65] = new Array('تورزن', '5566');
781
- cities[66] = new Array('کریم آباد', '5567');
782
- cities[67] = new Array('تلک آباد', '5568');
783
- cities[68] = new Array('موغار', '5569');
784
- cities[69] = new Array('خوانسارک', '5570');
785
- cities[70] = new Array('پیربکران', '5571');
786
- cities[71] = new Array('کلیشادوسودرجان', '5572');
787
- cities[72] = new Array('جوچی', '5573');
788
- cities[73] = new Array('کرمگان', '5086');
789
- cities[74] = new Array('باغکومه', '5087');
790
- cities[75] = new Array('سهروفیروزان', '5088');
791
- cities[76] = new Array('لارگان', '5089');
792
- cities[77] = new Array('اشترجان', '5090');
793
- cities[78] = new Array('گارماسه', '5091');
794
- cities[79] = new Array('حسین آبادازران', '5092');
795
- cities[80] = new Array('شیردوان', '5093');
796
- cities[81] = new Array('جوجیل', '5094');
797
- cities[82] = new Array('ورنامخواست', '5095');
798
- cities[83] = new Array('سده لنجان', '5096');
799
- cities[84] = new Array('چرمهین', '5097');
800
- cities[85] = new Array('باغ بهارداران', '5098');
801
- cities[86] = new Array('نوگوران', '5099');
802
- cities[87] = new Array('چمگردان', '5100');
803
- cities[88] = new Array('کرجگان', '5101');
804
- cities[89] = new Array('دیزیچه', '5102');
805
- cities[90] = new Array('زیبا شهر', '5103');
806
- cities[91] = new Array('باغملک', '5104');
807
- cities[92] = new Array('دهسرخ', '5105');
808
- cities[93] = new Array('پلی اکریل', '5106');
809
- cities[94] = new Array('فولادمبارکه', '5107');
810
- cities[95] = new Array('کرکوند', '5108');
811
- cities[96] = new Array('زاینده رود', '5109');
812
- cities[97] = new Array('چمنور', '5110');
813
- cities[98] = new Array('کجرثیه', '5111');
814
- cities[99] = new Array('اشیان', '5112');
815
- cities[100] = new Array('طالخونچه', '5113');
816
- cities[101] = new Array('نکوآباد', '5114');
817
- cities[102] = new Array('رضوان شهر', '5115');
818
- cities[103] = new Array('ورپشت', '5116');
819
- cities[104] = new Array('عسگران', '5117');
820
- cities[105] = new Array('گندان', '5118');
821
- cities[106] = new Array('عزیزآباد', '5119');
822
- cities[107] = new Array('میرآباد', '5120');
823
- cities[108] = new Array('حاجی آباد', '5121');
824
- cities[109] = new Array('خیرآباد', '5122');
825
- cities[110] = new Array('اشن', '5123');
826
- cities[111] = new Array('خونداب', '5124');
827
- cities[112] = new Array('حسین آباد', '5125');
828
- cities[113] = new Array('غرغن', '5126');
829
- cities[114] = new Array('دامنه', '5127');
830
- cities[115] = new Array('بوئین ومیاندشت', '5128');
831
- cities[116] = new Array('زرنه', '5129');
832
- cities[117] = new Array('بلطاق', '5130');
833
- cities[118] = new Array('کرچ', '5131');
834
- cities[119] = new Array('قره بلطاق', '5132');
835
- cities[120] = new Array('مجتمع مسکونی سدزا', '5133');
836
- cities[121] = new Array('مشهد کاوه', '5134');
837
- cities[122] = new Array('اسکندری برآفتاب', '5135');
838
- cities[123] = new Array('رزوه', '5136');
839
- cities[124] = new Array('نهرخلج', '5137');
840
- cities[125] = new Array('چاه غلامرضارحیمی', '5138');
841
- cities[126] = new Array('اورگان', '5139');
842
- cities[127] = new Array('گلدشت', '5140');
843
- cities[128] = new Array('جوزدان', '5141');
844
- cities[129] = new Array('کهریزسنگ', '5142');
845
- cities[130] = new Array('نهضت آباد', '5143');
846
- cities[131] = new Array('قلعسرخ', '5144');
847
- cities[132] = new Array('اسلام ابادموگوئی', '5145');
848
- cities[133] = new Array('مصیر', '5146');
849
- cities[134] = new Array('برف انبار', '5147');
850
- cities[135] = new Array('قمشلو', '5148');
851
- cities[136] = new Array('قمبوان', '5149');
852
- cities[137] = new Array('مهیار', '5150');
853
- cities[138] = new Array('پیرزان', '5151');
854
- cities[139] = new Array('منوچهرآباد', '5152');
855
- cities[140] = new Array('شهرک شیمیائی رازی', '5153');
856
- cities[141] = new Array('همگین', '5154');
857
- cities[142] = new Array('موسی آباد', '5155');
858
- cities[143] = new Array('کهرویه', '5156');
859
- cities[144] = new Array('قصرچم', '5157');
860
- cities[145] = new Array('اسلام آباد', '5158');
861
- cities[146] = new Array('امین آباد', '5159');
862
- cities[147] = new Array('مقصودبیک', '5160');
863
- cities[148] = new Array('سولار', '5161');
864
- cities[149] = new Array('منظریه', '5162');
865
- cities[150] = new Array('گرموک', '5163');
866
- cities[151] = new Array('مزرعه بانه', '5164');
867
- cities[152] = new Array('هست', '5165');
868
- cities[153] = new Array('ونک', '5166');
869
- cities[154] = new Array('قبرکیفا', '5167');
870
- cities[155] = new Array('کهنگان', '5168');
871
- cities[156] = new Array('کمه', '5169');
872
- cities[157] = new Array('مورک', '5170');
873
- cities[158] = new Array('چهارراه', '5171');
874
- cities[159] = new Array('دهنساء سفلی', '5172');
875
- cities[160] = new Array('اغداش', '5173');
876
- cities[161] = new Array('چشمه رحمان', '5174');
877
- cities[162] = new Array('ورق', '5175');
878
- cities[163] = new Array('سعادت آباد', '5176');
879
- cities[164] = new Array('فتح آباد', '5177');
880
- cities[165] = new Array('سنسن', '5178');
881
- cities[166] = new Array('کامو', '5179');
882
- cities[167] = new Array('دهریز', '5180');
883
- cities[168] = new Array('رجق', '5181');
884
- cities[169] = new Array('ابشیرین', '5182');
885
- cities[170] = new Array('نشلج', '5183');
886
- cities[171] = new Array('مشکات', '5184');
887
- cities[172] = new Array('سفید شهر', '5185');
888
- cities[173] = new Array('مزرعه صدر', '5186');
889
- cities[174] = new Array('ابوزیدآباد', '5187');
890
- cities[175] = new Array('کاغذی', '5188');
891
- cities[176] = new Array('قهرود', '5189');
892
- cities[177] = new Array('جوشقان و کامو', '5190');
893
- cities[178] = new Array('برزک', '5191');
894
- cities[179] = new Array('اسحق آباد', '5192');
895
- cities[180] = new Array('وادقان', '5193');
896
- cities[181] = new Array('اذران', '5194');
897
- cities[182] = new Array('طرق', '5195');
898
- cities[183] = new Array('اریسمان', '5196');
899
- cities[184] = new Array('ابیانه', '5197');
900
- cities[185] = new Array('اوره', '5198');
901
- cities[186] = new Array('کامه', '5199');
902
- cities[187] = new Array('ملازجان', '5200');
903
- cities[188] = new Array('سعیدآباد', '5201');
904
- cities[189] = new Array('مرغ', '5202');
905
- cities[190] = new Array('قرغن', '5203');
906
- cities[191] = new Array('کوچری', '5204');
907
- cities[192] = new Array('کلوچان', '5205');
908
- cities[193] = new Array('گلشهر', '5206');
909
- cities[194] = new Array('وداغ', '5207');
910
- cities[195] = new Array('زرنجان', '5208');
911
- cities[196] = new Array('وانشان', '5209');
912
- cities[197] = new Array('تیکن', '5210');
913
- cities[198] = new Array('سنگ سفید', '5211');
914
- cities[199] = new Array('رحمت آباد', '5212');
915
- cities[200] = new Array('خمپیچ', '5213');
916
- cities[201] = new Array('مهرآباد', '5214');
917
- cities[202] = new Array('تیدجان', '5215');
918
- cities[203] = new Array('خشک رود', '5216');
919
- cities[204] = new Array('ویست', '5217');
920
- cities[205] = new Array('سپاهان شهر', '5218');
921
- cities[206] = new Array('شاهین شهر', '3552');
922
- cities[207] = new Array('خمینی شهر', '3553');
923
- cities[208] = new Array('نجف آباد', '3554');
924
- cities[209] = new Array('شهرضا', '3555');
925
- cities[210] = new Array('کاشان', '3556');
926
- cities[211] = new Array('مورچه خورت', '3761');
927
- cities[212] = new Array('دولت آباد', '3762');
928
- cities[213] = new Array('میمه', '3763');
929
- cities[214] = new Array('خور', '3764');
930
- cities[215] = new Array('کوهپایه', '3765');
931
- cities[216] = new Array('اردستان', '3766');
932
- cities[217] = new Array('نائین', '3767');
933
- cities[218] = new Array('درچه', '3768');
934
- cities[219] = new Array('زواره', '3769');
935
- cities[220] = new Array('فلاورجان', '3770');
936
- cities[221] = new Array('قهد ریجان', '3771');
937
- cities[222] = new Array('زرین شهر ـ لنجان', '3772');
938
- cities[223] = new Array('مبارکه', '3773');
939
- cities[224] = new Array('فولادشهر', '3774');
940
- cities[225] = new Array('تیران', '3775');
941
- cities[226] = new Array('دهق', '3776');
942
- cities[227] = new Array('علویچه', '3777');
943
- cities[228] = new Array('داران ـ فریدن', '3778');
944
- cities[229] = new Array('چادگان', '3779');
945
- cities[230] = new Array('ویلاشهر', '3780');
946
- cities[231] = new Array('فریدون شهر', '3781');
947
- cities[232] = new Array('اصفهان', '3386');
948
- cities[233] = new Array('شهرک مجلسی', '2983');
949
- cities[234] = new Array('دهاقان', '2984');
950
- cities[235] = new Array('اسفرجان', '2985');
951
- cities[236] = new Array('سمیرم', '2986');
952
- cities[237] = new Array('حنا', '2987');
953
- cities[238] = new Array('مهرگرد', '2988');
954
- cities[239] = new Array('جوشقان استرک', '2989');
955
- cities[240] = new Array('آران وبیدگل', '2990');
956
- cities[241] = new Array('قمصر', '2991');
957
- cities[242] = new Array('نطنز', '2992');
958
- cities[243] = new Array('گلپایگان', '2993');
959
- cities[244] = new Array('گوگد', '2994');
960
- cities[245] = new Array('خوانسار', '2995');
961
  break;
962
 
963
  //خراسان رضوی
964
  case 'RKH':
965
  case 'KV':
966
- cities[1] = new Array('گیفان بالا', '2832');
967
- cities[2] = new Array('دررود', '3013');
968
- cities[3] = new Array('طرقبه ـ بینالود', '3018');
969
- cities[4] = new Array('چناران', '3019');
970
- cities[5] = new Array('کلات', '3020');
971
- cities[6] = new Array('سرخس', '3021');
972
- cities[7] = new Array('فریمان', '3022');
973
- cities[8] = new Array('مشهد', '3387');
974
- cities[9] = new Array('قزاقی', '2893');
975
- cities[10] = new Array('بام', '2894');
976
- cities[11] = new Array('راهچمن', '2881');
977
- cities[12] = new Array('انداده', '2882');
978
- cities[13] = new Array('نقاب ـ جوین', '2883');
979
- cities[14] = new Array('حکم اباد', '2884');
980
- cities[15] = new Array('برغمد', '2885');
981
- cities[16] = new Array('بلاش اباد', '2886');
982
- cities[17] = new Array('نوده انقلاب', '2887');
983
- cities[18] = new Array('رباط جز', '2888');
984
- cities[19] = new Array('شامکان', '2889');
985
- cities[20] = new Array('تندک', '2890');
986
- cities[21] = new Array('شقان', '3024');
987
- cities[22] = new Array('قوچان', '3025');
988
- cities[23] = new Array('درگز', '3026');
989
- cities[24] = new Array('فیض آباد ـ مه ولات', '3027');
990
- cities[25] = new Array('رشتخوار', '3028');
991
- cities[26] = new Array('کدکن', '3029');
992
- cities[27] = new Array('خواف', '3030');
993
- cities[28] = new Array('تربت جام', '3031');
994
- cities[29] = new Array('صالح آباد', '3032');
995
- cities[30] = new Array('تایباد', '3033');
996
- cities[31] = new Array('داورزن', '3034');
997
- cities[32] = new Array('جغتای', '3035');
998
- cities[33] = new Array('ششتمد', '3036');
999
- cities[34] = new Array('کاشمر', '3037');
1000
- cities[35] = new Array('بردسکن', '3038');
1001
- cities[36] = new Array('گناباد', '3039');
1002
- cities[37] = new Array('خرم ده غربی', '2825');
1003
- cities[38] = new Array('امیرآباد', '2827');
1004
- cities[39] = new Array('گریوان', '2828');
1005
- cities[40] = new Array('بدرانلو', '2829');
1006
- cities[41] = new Array('اینچه علیا', '2816');
1007
- cities[42] = new Array('امند', '2817');
1008
- cities[43] = new Array('کهنه جلگه', '2818');
1009
- cities[44] = new Array('یکه سعودعلیا', '2819');
1010
- cities[45] = new Array('راستقان', '2820');
1011
- cities[46] = new Array('غلامان', '2821');
1012
- cities[47] = new Array('اصغرآباد', '2822');
1013
- cities[48] = new Array('چمنبید', '2823');
1014
- cities[49] = new Array('قاسمخان', '2896');
1015
- cities[50] = new Array('رزق اباد', '2897');
1016
- cities[51] = new Array('سارمران', '2898');
1017
- cities[52] = new Array('روئین', '2899');
1018
- cities[53] = new Array('اوندر', '2900');
1019
- cities[54] = new Array('ریوش(کوهسرخ)', '2901');
1020
- cities[55] = new Array('دهنو', '2902');
1021
- cities[56] = new Array('فدافند', '2903');
1022
- cities[57] = new Array('خلیل آباد', '2904');
1023
- cities[58] = new Array('کندر', '2905');
1024
- cities[59] = new Array('بند قرائ', '2906');
1025
- cities[60] = new Array('کاسف', '2907');
1026
- cities[61] = new Array('کبودان', '2908');
1027
- cities[62] = new Array('شفیع اباد', '2909');
1028
- cities[63] = new Array('رکناباد', '2910');
1029
- cities[64] = new Array('شهرآباد', '2911');
1030
- cities[65] = new Array('انابد', '2912');
1031
- cities[66] = new Array('میرآباد مازول', '2774');
1032
- cities[67] = new Array('فرخک', '2775');
1033
- cities[68] = new Array('خرو', '2776');
1034
- cities[69] = new Array('قدمگاه', '2777');
1035
- cities[70] = new Array('اسحاق آباد', '2778');
1036
- cities[71] = new Array('خوجان', '2779');
1037
- cities[72] = new Array('عشق آباد', '2780');
1038
- cities[73] = new Array('اوارشک', '2781');
1039
- cities[74] = new Array('ملک آباد', '2782');
1040
- cities[75] = new Array('گورده', '2783');
1041
- cities[76] = new Array('شاندیز', '2784');
1042
- cities[77] = new Array('طوس سفلی', '2785');
1043
- cities[78] = new Array('قرقی سفلی', '2786');
1044
- cities[79] = new Array('کنویست', '2787');
1045
- cities[80] = new Array('رادکان', '2788');
1046
- cities[81] = new Array('سیدآباد', '2789');
1047
- cities[82] = new Array('گلبهار', '2790');
1048
- cities[83] = new Array('سلوگرد', '2791');
1049
- cities[84] = new Array('ارداک', '2792');
1050
- cities[85] = new Array('بقمچ', '2793');
1051
- cities[86] = new Array('گلمکان', '2794');
1052
- cities[87] = new Array('شهرک رضوی', '2795');
1053
- cities[88] = new Array('میامی', '2796');
1054
- cities[89] = new Array('چاهک', '2797');
1055
- cities[90] = new Array('شهر زو', '2798');
1056
- cities[91] = new Array('گوش', '2799');
1057
- cities[92] = new Array('نریمانی سفلی', '2800');
1058
- cities[93] = new Array('تقی آباد', '2801');
1059
- cities[94] = new Array('کچولی', '2802');
1060
- cities[95] = new Array('شیرتپه', '2803');
1061
- cities[96] = new Array('پس کمر', '2804');
1062
- cities[97] = new Array('مزداوند', '2805');
1063
- cities[98] = new Array('بزنگان', '2806');
1064
- cities[99] = new Array('گنبدلی', '2807');
1065
- cities[100] = new Array('کندکلی', '2808');
1066
- cities[101] = new Array('کته شمشیرسفلی', '2809');
1067
- cities[102] = new Array('سنگبست', '2810');
1068
- cities[103] = new Array('سفید سنگ', '2811');
1069
- cities[104] = new Array('قلندرآباد', '2812');
1070
- cities[105] = new Array('فرهادگرد', '2813');
1071
- cities[106] = new Array('زرکک', '2814');
1072
- cities[107] = new Array('کهنه اوغاز', '2835');
1073
- cities[108] = new Array('دوین', '2836');
1074
- cities[109] = new Array('گلیان', '2837');
1075
- cities[110] = new Array('زاورم', '2838');
1076
- cities[111] = new Array('زیارت', '2839');
1077
- cities[112] = new Array('رباط', '2840');
1078
- cities[113] = new Array('شهرکهنه', '2841');
1079
- cities[114] = new Array('قریه شرف', '2842');
1080
- cities[115] = new Array('نشتیفان', '2843');
1081
- cities[116] = new Array('سنگان', '2844');
1082
- cities[117] = new Array('مزن آباد', '2845');
1083
- cities[118] = new Array('قاسم آباد', '2846');
1084
- cities[119] = new Array('چمن آباد', '2847');
1085
- cities[120] = new Array('حسن آباد', '2848');
1086
- cities[121] = new Array('سلامی', '2849');
1087
- cities[122] = new Array('چشمه گل', '2850');
1088
- cities[123] = new Array('سمیع آباد', '2851');
1089
- cities[124] = new Array('نیل شهر', '2852');
1090
- cities[125] = new Array('احمدآباد صولت', '2853');
1091
- cities[126] = new Array('نصرآباد', '2854');
1092
- cities[127] = new Array('ابدال آباد', '2855');
1093
- cities[128] = new Array('کاریزنو', '2856');
1094
- cities[129] = new Array('درزاب علیا', '2857');
1095
- cities[130] = new Array('محموداباد', '2858');
1096
- cities[131] = new Array('یاقوتین جدید', '2859');
1097
- cities[132] = new Array('جنت اباد', '2860');
1098
- cities[133] = new Array('موسی اباد', '2861');
1099
- cities[134] = new Array('نبی تاک', '2862');
1100
- cities[135] = new Array('ازاده', '2863');
1101
- cities[136] = new Array('کاریز', '2864');
1102
- cities[137] = new Array('درفارون', '2865');
1103
- cities[138] = new Array('کرات', '2866');
1104
- cities[139] = new Array('مشهدریزه', '2867');
1105
- cities[140] = new Array('باخرز', '2868');
1106
- cities[141] = new Array('قلعه نو', '2869');
1107
- cities[142] = new Array('کوهسفید', '2870');
1108
- cities[143] = new Array('مهر', '2871');
1109
- cities[144] = new Array('رباط سرپوش', '2872');
1110
- cities[145] = new Array('مشکان', '2873');
1111
- cities[146] = new Array('نامن', '2874');
1112
- cities[147] = new Array('رودآب', '2875');
1113
- cities[148] = new Array('بنفج', '2876');
1114
- cities[149] = new Array('مزینان', '2877');
1115
- cities[150] = new Array('دستوران', '2878');
1116
- cities[151] = new Array('ازادوار', '2879');
1117
- cities[152] = new Array('نیشابور', '3559');
1118
- cities[153] = new Array('تربت حیدریه', '3561');
1119
- cities[154] = new Array('سبزوار', '3562');
1120
- cities[155] = new Array('چرمه', '5395');
1121
- cities[156] = new Array('ارسک', '5396');
1122
- cities[157] = new Array('رقه', '5397');
1123
- cities[158] = new Array('کرند', '5398');
1124
- cities[159] = new Array('اصفاک', '5399');
1125
- cities[160] = new Array('نیگان', '5400');
1126
- cities[161] = new Array('خانکوک', '5401');
1127
- cities[162] = new Array('شاهرخت', '5390');
1128
- cities[163] = new Array('دهک', '5384');
1129
- cities[164] = new Array('میغان', '5385');
1130
- cities[165] = new Array('طبین بالا', '5386');
1131
- cities[166] = new Array('بیهود', '5387');
1132
- cities[167] = new Array('افریر', '5388');
1133
- cities[168] = new Array('گزیک', '5377');
1134
- cities[169] = new Array('شاخن', '5378');
1135
- cities[170] = new Array('گازار', '5379');
1136
- cities[171] = new Array('چاهداشی', '5380');
1137
- cities[172] = new Array('چهار فرسخ', '5381');
1138
- cities[173] = new Array('توتسک', '5382');
1139
- cities[174] = new Array('چهکند', '5368');
1140
- cities[175] = new Array('القور', '5369');
1141
- cities[176] = new Array('درح', '5370');
1142
- cities[177] = new Array('القار', '5371');
1143
- cities[178] = new Array('طبس سینا', '5372');
1144
- cities[179] = new Array('برون', '5392');
1145
- cities[180] = new Array('مصعبی', '5393');
1146
- cities[181] = new Array('سلطان آباد', '5594');
1147
- cities[182] = new Array('رضویه', '5595');
1148
- cities[183] = new Array('همت آباد', '5596');
1149
- cities[184] = new Array('دیهوک', '5403');
1150
- cities[185] = new Array('کریت', '5404');
1151
- cities[186] = new Array('اسفندیار', '5405');
1152
- cities[187] = new Array('جوخواه', '5406');
1153
- cities[188] = new Array('پیرحاجات', '5407');
1154
- cities[189] = new Array('گزو', '5408');
1155
- cities[190] = new Array('سربیت', '5409');
1156
- cities[191] = new Array('مرزداران', '5410');
1157
- cities[192] = new Array('فیروزه ـ تخت جلگه', '5411');
1158
- cities[193] = new Array('شوراب', '5312');
1159
- cities[194] = new Array('گلبوی سفلی', '5313');
1160
- cities[195] = new Array('مبارکه', '5314');
1161
- cities[196] = new Array('چکنه', '5315');
1162
- cities[197] = new Array('برزنون', '5316');
1163
- cities[198] = new Array('فدیشه', '5317');
1164
- cities[199] = new Array('بار', '5318');
1165
- cities[200] = new Array('یلاک', '5319');
1166
- cities[201] = new Array('دیزادیز', '5320');
1167
- cities[202] = new Array('جعفرآبادعلیا', '5321');
1168
- cities[203] = new Array('شفیع', '5322');
1169
- cities[204] = new Array('دوغایی', '5323');
1170
- cities[205] = new Array('تیکانلو', '5325');
1171
- cities[206] = new Array('جوزان', '5326');
1172
- cities[207] = new Array('امام قلی', '5327');
1173
- cities[208] = new Array('باجگیران', '5328');
1174
- cities[209] = new Array('مایوان', '5329');
1175
- cities[210] = new Array('چریرسالت', '5330');
1176
- cities[211] = new Array('خرق', '5331');
1177
- cities[212] = new Array('حسن آبادلائن نو', '5332');
1178
- cities[213] = new Array('لطف آباد', '5333');
1179
- cities[214] = new Array('کبکان', '5334');
1180
- cities[215] = new Array('چاپشلو', '5335');
1181
- cities[216] = new Array('نوخندان', '5336');
1182
- cities[217] = new Array('زیندانلو', '5337');
1183
- cities[218] = new Array('محمدتقی', '5338');
1184
- cities[219] = new Array('سیوکی', '5339');
1185
- cities[220] = new Array('مهنه', '5340');
1186
- cities[221] = new Array('عبدل آباد', '5341');
1187
- cities[222] = new Array('شادمهر', '5342');
1188
- cities[223] = new Array('بایک', '5344');
1189
- cities[224] = new Array('چخماق', '5345');
1190
- cities[225] = new Array('قلعه آقاحسن', '5346');
1191
- cities[226] = new Array('زرغری', '5347');
1192
- cities[227] = new Array('جنگل', '5348');
1193
- cities[228] = new Array('باسفر', '5349');
1194
- cities[229] = new Array('دولت آباد ـ زاوه', '5350');
1195
- cities[230] = new Array('یک لنگی علیا', '5351');
1196
- cities[231] = new Array('کامه سفلی', '5352');
1197
- cities[232] = new Array('رودخانه', '5353');
1198
- cities[233] = new Array('رباط سنگ', '5354');
1199
- cities[234] = new Array('اسدآباد', '5355');
1200
- cities[235] = new Array('نسر', '5356');
1201
- cities[236] = new Array('درونه', '5357');
1202
- cities[237] = new Array('یونسی', '5358');
1203
- cities[238] = new Array('بیدخت', '5359');
1204
- cities[239] = new Array('گیسوبالا', '5360');
1205
- cities[240] = new Array('کاخک', '5361');
1206
- cities[241] = new Array('زیبد', '5362');
1207
- cities[242] = new Array('بجستان', '5363');
1208
- cities[243] = new Array('جزین', '5364');
1209
- cities[244] = new Array('ماژان', '5365');
1210
- cities[245] = new Array('روبیات', '5366');
1211
  break;
1212
 
1213
  //قزوین
1214
  case 'GZN':
1215
  case 'QZ':
1216
- cities[1] = new Array('قزوین', '3512');
1217
- cities[2] = new Array('شهر صنعتی البرز', '3595');
1218
- cities[3] = new Array('اقبالیه', '3596');
1219
- cities[4] = new Array('الوند ـ البرز', '3597');
1220
- cities[5] = new Array('آبیک', '3598');
1221
- cities[6] = new Array('بوئین زهرا', '3599');
1222
- cities[7] = new Array('َآوج', '3600');
1223
- cities[8] = new Array('طالقان', '3601');
1224
- cities[9] = new Array('تاکستان', '3602');
1225
- cities[10] = new Array('محمدیه', '3603');
1226
- cities[11] = new Array('محمود آباد نمونه', '3876');
1227
- cities[12] = new Array('بیدستان', '3877');
1228
- cities[13] = new Array('الولک', '3878');
1229
- cities[14] = new Array('کاکوهستان', '3879');
1230
- cities[15] = new Array('فلار', '3880');
1231
- cities[16] = new Array('رجائی دشت', '3881');
1232
- cities[17] = new Array('معلم کلایه', '3882');
1233
- cities[18] = new Array('مینودشت', '3883');
1234
- cities[19] = new Array('زوارک', '3884');
1235
- cities[20] = new Array('صمغ آباد', '3885');
1236
- cities[21] = new Array('ناصرآباد', '3886');
1237
- cities[22] = new Array('رشتقون', '3887');
1238
- cities[23] = new Array('قشلاق', '3888');
1239
- cities[24] = new Array('خاکعلی', '3889');
1240
- cities[25] = new Array('لیا', '3890');
1241
- cities[26] = new Array('سگزآباد', '3891');
1242
- cities[27] = new Array('عصمت آباد', '3892');
1243
- cities[28] = new Array('خرم آباد', '3893');
1244
- cities[29] = new Array('اسفرورین', '3894');
1245
- cities[30] = new Array('شال', '3895');
1246
- cities[31] = new Array('دانسفهان', '3896');
1247
- cities[32] = new Array('قلعه هاشمخان', '3897');
1248
- cities[33] = new Array('گلنجین', '3898');
1249
- cities[34] = new Array('استلج', '3899');
1250
- cities[35] = new Array('آبگرم', '3900');
1251
- cities[36] = new Array('نیارج', '3901');
1252
- cities[37] = new Array('حصارولیعصر', '3902');
1253
- cities[38] = new Array('ماهین', '3903');
1254
- cities[39] = new Array('سیردان', '3904');
1255
- cities[40] = new Array('کبح', '3905');
1256
- cities[41] = new Array('سیاهپوش', '3906');
1257
- cities[42] = new Array('نیارک', '3907');
1258
- cities[43] = new Array('آقابابا', '3908');
1259
- cities[44] = new Array('خرم دشت', '3909');
1260
- cities[45] = new Array('نهاوند', '3910');
1261
- cities[46] = new Array('ضیاآباد', '3911');
1262
- cities[47] = new Array('حسین آباد', '3912');
1263
- cities[48] = new Array('رحیم آباد', '3913');
1264
- cities[49] = new Array('یحیی آباد', '3914');
1265
- cities[50] = new Array('نیکویه', '3915');
1266
- cities[51] = new Array('رازمیان', '3916');
1267
- cities[52] = new Array('کوهین', '3917');
1268
- cities[53] = new Array('ارداق', '5602');
1269
- cities[54] = new Array('نرجه', '5603');
1270
  break;
1271
 
1272
  //سمنان
1273
  case 'SM':
1274
  case 'SMN':
1275
- cities[1] = new Array('خیرآباد', '3918');
1276
- cities[2] = new Array('میاندره', '3919');
1277
- cities[3] = new Array('رضاآباد', '3920');
1278
- cities[4] = new Array('زرطول', '3921');
1279
- cities[5] = new Array('عطاری', '3922');
1280
- cities[6] = new Array('اهوان', '3923');
1281
- cities[7] = new Array('مشیریه', '3924');
1282
- cities[8] = new Array('جام', '3925');
1283
- cities[9] = new Array('دوزهیر', '3926');
1284
- cities[10] = new Array('معدن نمک', '3927');
1285
- cities[11] = new Array('نظامی', '3928');
1286
- cities[12] = new Array('اسدآباد', '3929');
1287
- cities[13] = new Array('لاسجرد', '3930');
1288
- cities[14] = new Array('سیدآباد', '3931');
1289
- cities[15] = new Array('عبداله آبادپائین', '3932');
1290
- cities[16] = new Array('بیابانک', '3933');
1291
- cities[17] = new Array('مومن آباد', '3934');
1292
- cities[18] = new Array('درجزین', '3935');
1293
- cities[19] = new Array('دربند', '3936');
1294
- cities[20] = new Array('گلرودبار', '3937');
1295
- cities[21] = new Array('آبگرم', '3938');
1296
- cities[22] = new Array('افتر', '3939');
1297
- cities[23] = new Array('فولاد محله', '3940');
1298
- cities[24] = new Array('ده صوفیان', '3941');
1299
- cities[25] = new Array('هیکو', '3942');
1300
- cities[26] = new Array('چاشم', '3943');
1301
- cities[27] = new Array('کردوان', '3944');
1302
- cities[28] = new Array('مندولک', '3945');
1303
- cities[29] = new Array('داورآباد', '3946');
1304
- cities[30] = new Array('ارادان', '3947');
1305
- cities[31] = new Array('رامه پائین', '3948');
1306
- cities[32] = new Array('بنکوه', '3949');
1307
- cities[33] = new Array('کهن آباد', '3950');
1308
- cities[34] = new Array('چمن آبادکوروس', '3951');
1309
- cities[35] = new Array('کرک', '3952');
1310
- cities[36] = new Array('گلستانک', '3953');
1311
- cities[37] = new Array('لجران', '3954');
1312
- cities[38] = new Array('جودانه', '3955');
1313
- cities[39] = new Array('ابراهیم آباد بالا', '3956');
1314
- cities[40] = new Array('بکران', '3957');
1315
- cities[41] = new Array('کردآباد', '3958');
1316
- cities[42] = new Array('نردین', '3959');
1317
- cities[43] = new Array('سوداغلن', '3960');
1318
- cities[44] = new Array('فرومه', '3961');
1319
- cities[45] = new Array('ابرسیج', '3962');
1320
- cities[46] = new Array('میغان', '3963');
1321
- cities[47] = new Array('قلعه نوخرقان', '3964');
1322
- cities[48] = new Array('چهل دختر نظامی', '3965');
1323
- cities[49] = new Array('کلاته خیج', '3966');
1324
- cities[50] = new Array('نگارمن', '3967');
1325
- cities[51] = new Array('ده ملا', '3968');
1326
- cities[52] = new Array('رویان', '3969');
1327
- cities[53] = new Array('بوشت', '3970');
1328
- cities[54] = new Array('سطوه', '3971');
1329
- cities[55] = new Array('طرود', '3972');
1330
- cities[56] = new Array('مغان', '3973');
1331
- cities[57] = new Array('گیور', '3974');
1332
- cities[58] = new Array('دستجرد', '3975');
1333
- cities[59] = new Array('مسیح آباد', '3976');
1334
- cities[60] = new Array('احمدآباد', '3977');
1335
- cities[61] = new Array('زمان آباد', '3978');
1336
- cities[62] = new Array('سلم رود', '3979');
1337
- cities[63] = new Array('جزن', '3980');
1338
- cities[64] = new Array('برم', '3981');
1339
- cities[65] = new Array('محمدآباد', '3982');
1340
- cities[66] = new Array('معصوم آباد', '3983');
1341
- cities[67] = new Array('فرات', '3984');
1342
- cities[68] = new Array('علیان', '3985');
1343
- cities[69] = new Array('عمروان', '3986');
1344
- cities[70] = new Array('قوشه', '3987');
1345
- cities[71] = new Array('دروار', '3988');
1346
- cities[72] = new Array('آستانه', '3989');
1347
- cities[73] = new Array('دیباج', '3990');
1348
- cities[74] = new Array('طزره', '3991');
1349
- cities[75] = new Array('مهماندوست', '3992');
1350
- cities[76] = new Array('کلاته ملا', '3993');
1351
- cities[77] = new Array('قدرت آباد', '3994');
1352
- cities[78] = new Array('علا', '3604');
1353
- cities[79] = new Array('آبخوری', '3605');
1354
- cities[80] = new Array('سرخه', '3606');
1355
- cities[81] = new Array('مهدی شهر', '3607');
1356
- cities[82] = new Array('شهمیرزاد', '3608');
1357
- cities[83] = new Array('گرمسار', '3609');
1358
- cities[84] = new Array('ایوانکی', '3610');
1359
- cities[85] = new Array('میامی', '3611');
1360
- cities[86] = new Array('بسطام', '3612');
1361
- cities[87] = new Array('مجن', '3613');
1362
- cities[88] = new Array('بیارجمند', '3614');
1363
- cities[89] = new Array('دامغان', '3615');
1364
- cities[90] = new Array('امیریه', '3616');
1365
- cities[91] = new Array('سمنان', '3513');
1366
- cities[92] = new Array('شاهرود', '3514');
1367
  break;
1368
 
1369
  //قم
1370
  case 'QHM':
1371
  case 'QM':
1372
- cities[1] = new Array('قنوات', '3617');
1373
- cities[2] = new Array('دستجرد', '3618');
1374
- cities[3] = new Array('امیر آباد گنجه', '3995');
1375
- cities[4] = new Array('قمرود', '3996');
1376
- cities[5] = new Array('کهک', '3997');
1377
- cities[6] = new Array('قلعه چم', '3998');
1378
- cities[7] = new Array('قاهان', '3999');
1379
- cities[8] = new Array('شهر جعفریه', '4000');
1380
- cities[9] = new Array('جنداب', '4001');
1381
- cities[10] = new Array('سلفچگان', '4002');
1382
- cities[11] = new Array('قم', '3515');
1383
  break;
1384
 
1385
  //مرکزی
1386
  case 'MK':
1387
  case 'MKZ':
1388
- cities[1] = new Array('محلات', '3621');
1389
- cities[2] = new Array('دلیجان', '3622');
1390
- cities[3] = new Array('خنداب', '3623');
1391
- cities[4] = new Array('کمیجان', '3624');
1392
- cities[5] = new Array('شازند', '3625');
1393
- cities[6] = new Array('آستانه', '3626');
1394
- cities[7] = new Array('خمین', '3627');
1395
- cities[8] = new Array('رباط مراد', '3628');
1396
- cities[9] = new Array('غرق آباد', '3629');
1397
- cities[10] = new Array('مامونیه ـ زرندیه', '3630');
1398
- cities[11] = new Array('تفرش', '3631');
1399
- cities[12] = new Array('آشتیان', '3632');
1400
- cities[13] = new Array('سلطان آباد', '4016');
1401
- cities[14] = new Array('اصفهانک', '4017');
1402
- cities[15] = new Array('حسین آباد', '4018');
1403
- cities[16] = new Array('خشک رود', '4019');
1404
- cities[17] = new Array('حکیم آباد', '4020');
1405
- cities[18] = new Array('یحیی آباد', '4021');
1406
- cities[19] = new Array('صدرآباد', '4022');
1407
- cities[20] = new Array('قطب صنعتی', '4023');
1408
- cities[21] = new Array('نیمور', '4024');
1409
- cities[22] = new Array('نخجیروان', '4025');
1410
- cities[23] = new Array('باقرآباد', '4026');
1411
- cities[24] = new Array('بزیجان', '4027');
1412
- cities[25] = new Array('عیسی آباد', '4028');
1413
- cities[26] = new Array('خورهه', '4029');
1414
- cities[27] = new Array('دودهک', '4030');
1415
- cities[28] = new Array('بیجگان', '4031');
1416
- cities[29] = new Array('خاوه', '4032');
1417
- cities[30] = new Array('نراق', '4033');
1418
- cities[31] = new Array('سینقان', '4034');
1419
- cities[32] = new Array('هستیجان', '4035');
1420
- cities[33] = new Array('کرهرود', '4036');
1421
- cities[34] = new Array('قنات ناصری', '4037');
1422
- cities[35] = new Array('ساروق', '4038');
1423
- cities[36] = new Array('داودآباد', '4039');
1424
- cities[37] = new Array('معصومیه', '4040');
1425
- cities[38] = new Array('انجدان', '4041');
1426
- cities[39] = new Array('دینه کبود', '4042');
1427
- cities[40] = new Array('حصارخنداب', '4043');
1428
- cities[41] = new Array('چیزان', '4044');
1429
- cities[42] = new Array('جاروسیان', '4045');
1430
- cities[43] = new Array('ادشته', '4046');
1431
- cities[44] = new Array('استوه', '4047');
1432
- cities[45] = new Array('سنجان', '4048');
1433
- cities[46] = new Array('اناج', '4049');
1434
- cities[47] = new Array('وفس', '4050');
1435
- cities[48] = new Array('خسروبیک', '4051');
1436
- cities[49] = new Array('میلاجرد', '4052');
1437
- cities[50] = new Array('سقاور', '4053');
1438
- cities[51] = new Array('هزاوه', '4054');
1439
- cities[52] = new Array('قدمگاه', '4055');
1440
- cities[53] = new Array('هفته', '4056');
1441
- cities[54] = new Array('لنجرود', '4057');
1442
- cities[55] = new Array('توره', '4058');
1443
- cities[56] = new Array('کزاز', '4059');
1444
- cities[57] = new Array('کتیران بالا', '4060');
1445
- cities[58] = new Array('نهرمیان', '4061');
1446
- cities[59] = new Array('سرسختی بالا', '4062');
1447
- cities[60] = new Array('لوزدرعلیا', '4063');
1448
- cities[61] = new Array('خنادرهوسطی', '4064');
1449
- cities[62] = new Array('هندودر', '4065');
1450
- cities[63] = new Array('تواندشت علیا', '4066');
1451
- cities[64] = new Array('مالمیر', '4067');
1452
- cities[65] = new Array('چهارچریک', '4068');
1453
- cities[66] = new Array('خیس آباد', '4069');
1454
- cities[67] = new Array('چهارچشمه', '4070');
1455
- cities[68] = new Array('لکان', '4071');
1456
- cities[69] = new Array('قورچی باشی', '4072');
1457
- cities[70] = new Array('ورچه', '4073');
1458
- cities[71] = new Array('فرقهان', '4074');
1459
- cities[72] = new Array('امامزاده ورچه', '4075');
1460
- cities[73] = new Array('رباط کمنسان', '4076');
1461
- cities[74] = new Array('ریحان علیا', '4077');
1462
- cities[75] = new Array('مزنق', '4078');
1463
- cities[76] = new Array('خورآوند', '4079');
1464
- cities[77] = new Array('شیجان علیا', '4080');
1465
- cities[78] = new Array('گلدشت', '4081');
1466
- cities[79] = new Array('دهنو', '4082');
1467
- cities[80] = new Array('نوبران', '4083');
1468
- cities[81] = new Array('قلعک', '4084');
1469
- cities[82] = new Array('یلاباد', '4085');
1470
- cities[83] = new Array('رازقان', '4086');
1471
- cities[84] = new Array('الویر', '4087');
1472
- cities[85] = new Array('دوزج', '4088');
1473
- cities[86] = new Array('علیشار', '4089');
1474
- cities[87] = new Array('بالقلو', '4090');
1475
- cities[88] = new Array('زاویه', '4091');
1476
- cities[89] = new Array('چمران', '4092');
1477
- cities[90] = new Array('ماقان', '4093');
1478
- cities[91] = new Array('سامان', '4094');
1479
- cities[92] = new Array('دخان', '4095');
1480
- cities[93] = new Array('مراغه', '4096');
1481
- cities[94] = new Array('فرمهین', '4097');
1482
- cities[95] = new Array('شهراب', '4098');
1483
- cities[96] = new Array('زاغر', '4099');
1484
- cities[97] = new Array('کهک', '4100');
1485
- cities[98] = new Array('فشک', '4101');
1486
- cities[99] = new Array('آهنگران', '4102');
1487
- cities[100] = new Array('علیان آباد', '4103');
1488
- cities[101] = new Array('مزرعهنو', '4104');
1489
- cities[102] = new Array('صالح آباد', '4105');
1490
- cities[103] = new Array('سیاوشان', '4106');
1491
- cities[104] = new Array('آهو', '4107');
1492
- cities[105] = new Array('پرندک', '4108');
1493
- cities[106] = new Array('اراک', '3516');
1494
- cities[107] = new Array('ساوه', '3517');
1495
- cities[108] = new Array('شهرک مهاجران', '3635');
1496
  break;
1497
 
1498
  //زنجان
1499
  case 'ZJN':
1500
  case 'ZA':
1501
- cities[1] = new Array('زنجان', '3521');
1502
- cities[2] = new Array('محمودآباد', '3196');
1503
- cities[3] = new Array('باشقشلاق', '3197');
1504
- cities[4] = new Array('گرماب', '3198');
1505
- cities[5] = new Array('زرین آباد ـ ایجرود', '3199');
1506
- cities[6] = new Array('کهلا', '3200');
1507
- cities[7] = new Array('گیلوان', '3201');
1508
- cities[8] = new Array('دستجرده', '3202');
1509
- cities[9] = new Array('سعیدآباد', '3203');
1510
- cities[10] = new Array('چورزق', '3204');
1511
- cities[11] = new Array('حلب', '3205');
1512
- cities[12] = new Array('درام', '3206');
1513
- cities[13] = new Array(' آب بر ـ طارم', '3207');
1514
- cities[14] = new Array('زرین رود', '3208');
1515
- cities[15] = new Array('ماهنشان', '3650');
1516
- cities[16] = new Array('سلطانیه', '3651');
1517
- cities[17] = new Array('ابهر', '3652');
1518
- cities[18] = new Array('خرمدره', '3653');
1519
- cities[19] = new Array('قیدار', '3654');
1520
- cities[20] = new Array('همایون', '4222');
1521
- cities[21] = new Array('بوغداکندی', '4223');
1522
- cities[22] = new Array('اژدهاتو', '4224');
1523
- cities[23] = new Array('اسفجین', '4225');
1524
- cities[24] = new Array('ارمغان خانه', '4226');
1525
- cities[25] = new Array('قبله بلاغی', '4227');
1526
- cities[26] = new Array('پری', '4228');
1527
- cities[27] = new Array('اندآباد علیا', '4229');
1528
- cities[28] = new Array('قرهگل', '4230');
1529
- cities[29] = new Array('نیک پی', '4231');
1530
- cities[30] = new Array('دندی', '4232');
1531
- cities[31] = new Array('سونتو', '4233');
1532
- cities[32] = new Array('قلتوق', '4234');
1533
- cities[33] = new Array('گوزلدره سفلی', '4235');
1534
- cities[34] = new Array('سنبل آباد', '4236');
1535
- cities[35] = new Array('دره سجین', '4237');
1536
- cities[36] = new Array('دولت آباد', '4238');
1537
- cities[37] = new Array('کینهورس', '4239');
1538
- cities[38] = new Array('هیدج', '4240');
1539
- cities[39] = new Array('صائین قلعه', '4241');
1540
- cities[40] = new Array('اقبلاغ سفلی', '4242');
1541
- cities[41] = new Array('سهرورد', '4243');
1542
- cities[42] = new Array('کرسف', '4244');
1543
- cities[43] = new Array('سجاس', '4245');
1544
  break;
1545
 
1546
  // مازندران
1547
  case 'MZN':
1548
  case 'MN':
1549
- cities[1] = new Array('شیرنگ علیا', '4340');
1550
- cities[2] = new Array('مارون کلاته', '4341');
1551
- cities[3] = new Array('مزرعه کتول', '4342');
1552
- cities[4] = new Array('حاجی کلاته', '4343');
1553
- cities[5] = new Array('بدراقنوری', '4344');
1554
- cities[6] = new Array('خولیندره', '4345');
1555
- cities[7] = new Array('گامیشلی', '4331');
1556
- cities[8] = new Array('قرنجیک', '4332');
1557
- cities[9] = new Array('قلعه محمود', '4333');
1558
- cities[10] = new Array('کفشگری', '4334');
1559
- cities[11] = new Array('بالاجاده', '4317');
1560
- cities[12] = new Array('میاندره', '4320');
1561
- cities[13] = new Array('ایلوار', '4321');
1562
- cities[14] = new Array('زلکلان', '4322');
1563
- cities[15] = new Array('یساقی', '4323');
1564
- cities[16] = new Array('بندپی', '4324');
1565
- cities[17] = new Array('مهتر کلا', '4325');
1566
- cities[18] = new Array('داوکان', '4326');
1567
- cities[19] = new Array('قره قاشلی', '4327');
1568
- cities[20] = new Array('پنج پیکر', '4328');
1569
- cities[21] = new Array('خواجه نفس', '4329');
1570
- cities[22] = new Array('گلوگاه ـ بابل', '5608');
1571
- cities[23] = new Array('ایزدشهر', '5609');
1572
- cities[24] = new Array('تقی آباد', '4336');
1573
- cities[25] = new Array('پیرواش', '4337');
1574
- cities[26] = new Array('جعفرآبادنامتلو', '4348');
1575
- cities[27] = new Array('شش آب', '4349');
1576
- cities[28] = new Array('کوچک خرطومه', '4350');
1577
- cities[29] = new Array('ایمرملاساری', '4351');
1578
- cities[30] = new Array('بیبی شیروان', '4352');
1579
- cities[31] = new Array('تنگراه', '4367');
1580
- cities[32] = new Array('صالح آباد چولی', '4368');
1581
- cities[33] = new Array('کیارام', '4369');
1582
- cities[34] = new Array('دوزین', '4370');
1583
- cities[35] = new Array('قلعه قافه', '4371');
1584
- cities[36] = new Array('کنگور', '4372');
1585
- cities[37] = new Array('بالایشیخکین گلین', '4373');
1586
- cities[38] = new Array('پیشکمر', '4374');
1587
- cities[39] = new Array('بیشک تپه', '4375');
1588
- cities[40] = new Array('مراوه تپه', '4376');
1589
- cities[41] = new Array('قرهگل شرقی', '4377');
1590
- cities[42] = new Array('عزیز آباد', '4378');
1591
- cities[43] = new Array('یانبلاغ', '4379');
1592
- cities[44] = new Array('زرگر محله', '4380');
1593
- cities[45] = new Array('مرزی کلا', '4381');
1594
- cities[46] = new Array('رودپی', '4382');
1595
- cities[47] = new Array('معدن قشلاقی', '4354');
1596
- cities[48] = new Array('فارسیان', '4355');
1597
- cities[49] = new Array('خوش ییلاق', '4356');
1598
- cities[50] = new Array('تاتارعلیا', '4357');
1599
- cities[51] = new Array('پشمک نیاده', '4358');
1600
- cities[52] = new Array('باغلی مارامه', '4359');
1601
- cities[53] = new Array('داشلی برون', '4360');
1602
- cities[54] = new Array('دیگچه', '4361');
1603
- cities[55] = new Array('حاجیقوشان', '4362');
1604
- cities[56] = new Array('سارجهگر', '4363');
1605
- cities[57] = new Array('کرند', '4364');
1606
- cities[58] = new Array('آمل', '3522');
1607
- cities[59] = new Array('بابل', '3523');
1608
- cities[60] = new Array('ساری', '3524');
1609
- cities[61] = new Array('معلم کلاء', '3209');
1610
- cities[62] = new Array('سرخرود', '3210');
1611
- cities[63] = new Array('وسطی کلاء', '3211');
1612
- cities[64] = new Array('رینه', '3212');
1613
- cities[65] = new Array('سوا', '3213');
1614
- cities[66] = new Array('بایجان', '3214');
1615
- cities[67] = new Array('گزنک', '3215');
1616
- cities[68] = new Array('چمستان', '3216');
1617
- cities[69] = new Array('بنفشه ده', '3217');
1618
- cities[70] = new Array('رئیس کلالاویج', '3218');
1619
- cities[71] = new Array('اوزه', '3219');
1620
- cities[72] = new Array('بلده', '3220');
1621
- cities[73] = new Array('تاکر', '3221');
1622
- cities[74] = new Array('گلنده رود', '3222');
1623
- cities[75] = new Array('چلندر', '3223');
1624
- cities[76] = new Array('صلاح الدین کلاء', '3224');
1625
- cities[77] = new Array('نارنجبن', '3225');
1626
- cities[78] = new Array('رویانشهر', '3226');
1627
- cities[79] = new Array('کجور', '3227');
1628
- cities[80] = new Array('پولکجور', '3228');
1629
- cities[81] = new Array('لشکنار', '3229');
1630
- cities[82] = new Array('هچیرود', '3230');
1631
- cities[83] = new Array('مرزن آباد', '3231');
1632
- cities[84] = new Array('کردیچال', '3232');
1633
- cities[85] = new Array('کلاردشت', '3233');
1634
- cities[86] = new Array('کلنو', '3234');
1635
- cities[87] = new Array('دلیر', '3235');
1636
- cities[88] = new Array('سیاه پیشه', '3236');
1637
- cities[89] = new Array('کلارآباد', '3237');
1638
- cities[90] = new Array('عباس آباد', '3238');
1639
- cities[91] = new Array('سرلنگا', '3239');
1640
- cities[92] = new Array('کترا', '3240');
1641
- cities[93] = new Array('گلعلی آباد', '3241');
1642
- cities[94] = new Array('میانکوه دوهزار', '3242');
1643
- cities[95] = new Array('مهران سه هزار', '3243');
1644
- cities[96] = new Array('نشتارود', '3244');
1645
- cities[97] = new Array('قلعه گردن', '3245');
1646
- cities[98] = new Array('خرم آباد', '3246');
1647
- cities[99] = new Array('شیرود', '3247');
1648
- cities[100] = new Array('سلیمان آباد', '3248');
1649
- cities[101] = new Array('کشکو', '3249');
1650
- cities[102] = new Array('لاکتراشان', '3250');
1651
- cities[103] = new Array('سادات محله', '3251');
1652
- cities[104] = new Array('کتالم', '3252');
1653
- cities[105] = new Array('اغوزکتی', '3253');
1654
- cities[106] = new Array('جواهرده', '3254');
1655
- cities[107] = new Array('جفت رودبار', '3255');
1656
- cities[108] = new Array('تهل', '3256');
1657
- cities[109] = new Array('خوشرودپی', '3257');
1658
- cities[110] = new Array('آهنگرکلا', '3258');
1659
- cities[111] = new Array('گاون کلا', '3259');
1660
- cities[112] = new Array('وقبله', '4246');
1661
- cities[113] = new Array('شورکش', '4247');
1662
- cities[114] = new Array('اینچهدان', '4248');
1663
- cities[115] = new Array('عرب خیل', '4249');
1664
- cities[116] = new Array('بهنمیر', '4250');
1665
- cities[117] = new Array('کاسگرمحله', '4251');
1666
- cities[118] = new Array('کله بست', '4252');
1667
- cities[119] = new Array('بیشه سر', '4253');
1668
- cities[120] = new Array('گنج افروز', '4254');
1669
- cities[121] = new Array('گتاب', '4255');
1670
- cities[122] = new Array('دابودشت', '4256');
1671
- cities[123] = new Array('درازکش', '4257');
1672
- cities[124] = new Array('گردرودبار', '4258');
1673
- cities[125] = new Array('شهیدآباد', '4259');
1674
- cities[126] = new Array('احمد چاله پس', '4260');
1675
- cities[127] = new Array('بالا جنید', '4261');
1676
- cities[128] = new Array('خطیر کلاء', '4262');
1677
- cities[129] = new Array('حاجی کلاء صنم', '4263');
1678
- cities[130] = new Array('واسکس', '4264');
1679
- cities[131] = new Array('قادیکلاء', '4265');
1680
- cities[132] = new Array('دیکنده', '4266');
1681
- cities[133] = new Array('کفشگرکلااوطه', '4267');
1682
- cities[134] = new Array('کیا کلا', '4268');
1683
- cities[135] = new Array('بالادسته', '4269');
1684
- cities[136] = new Array('بیزکی', '4270');
1685
- cities[137] = new Array('کوهی خیل', '4271');
1686
- cities[138] = new Array('سنگتاب', '4272');
1687
- cities[139] = new Array('رکابدارکلا', '4273');
1688
- cities[140] = new Array('شیر کلا', '4274');
1689
- cities[141] = new Array('آلاشت', '4275');
1690
- cities[142] = new Array('لغور', '4276');
1691
- cities[143] = new Array('اتو', '4277');
1692
- cities[144] = new Array('شیرگاه', '4278');
1693
- cities[145] = new Array('پالند', '4279');
1694
- cities[146] = new Array('چرات', '4280');
1695
- cities[147] = new Array('دهمیان', '4281');
1696
- cities[148] = new Array('خشکدره', '4282');
1697
- cities[149] = new Array('امافت', '4283');
1698
- cities[150] = new Array('دو آب', '4284');
1699
- cities[151] = new Array('ورسک', '4285');
1700
- cities[152] = new Array('کتی لته', '4286');
1701
- cities[153] = new Array('اروست', '4287');
1702
- cities[154] = new Array('فریم', '4288');
1703
- cities[155] = new Array('سنگده', '4289');
1704
- cities[156] = new Array('قادیکلا', '4290');
1705
- cities[157] = new Array('تاکام', '4291');
1706
- cities[158] = new Array('هولار', '4292');
1707
- cities[159] = new Array('اسبوکلا', '4293');
1708
- cities[160] = new Array('سورک', '4294');
1709
- cities[161] = new Array('اسلام آباد', '4295');
1710
- cities[162] = new Array('گهرباران', '4296');
1711
- cities[163] = new Array('فرخ آباد', '4297');
1712
- cities[164] = new Array('داراب کلاء', '4298');
1713
- cities[165] = new Array('ماچک پشت', '4299');
1714
- cities[166] = new Array('خورشید', '4300');
1715
- cities[167] = new Array('زاغمرز', '4301');
1716
- cities[168] = new Array('چلمردی', '4302');
1717
- cities[169] = new Array('رستم کلا', '4303');
1718
- cities[170] = new Array('پائین زرندین', '4304');
1719
- cities[171] = new Array('بارابسر', '4305');
1720
- cities[172] = new Array('تیر تاش', '4306');
1721
- cities[173] = new Array('خلیل شهر', '4307');
1722
- cities[174] = new Array('حسین آباد', '4308');
1723
- cities[175] = new Array('دامداری حسن ابوطا', '4309');
1724
- cities[176] = new Array('بشیرینه', '4310');
1725
- cities[177] = new Array('سفیدچاه', '4311');
1726
- cities[178] = new Array('دامداری مجریان', '4312');
1727
- cities[179] = new Array('محمودآباد', '3655');
1728
- cities[180] = new Array('نور', '3656');
1729
- cities[181] = new Array('نوشهر', '3657');
1730
- cities[182] = new Array('چالوس', '3658');
1731
- cities[183] = new Array('سلمانشهر', '3659');
1732
- cities[184] = new Array('تنکابن', '3660');
1733
- cities[185] = new Array('رامسر', '3661');
1734
- cities[186] = new Array('امیرکلا', '3662');
1735
- cities[187] = new Array('بابلسر', '3663');
1736
- cities[188] = new Array('فریدون کنار', '3664');
1737
- cities[189] = new Array('قائم شهر', '3665');
1738
- cities[190] = new Array('جویبار', '3666');
1739
- cities[191] = new Array('زیرآب', '3667');
1740
- cities[192] = new Array('پل سفید ـ سوادکوه', '3668');
1741
- cities[193] = new Array('کیاسر', '3669');
1742
- cities[194] = new Array('نکاء', '3670');
1743
- cities[195] = new Array('بهشهر', '3671');
1744
- cities[196] = new Array('گلوگاه', '3672');
1745
  break;
1746
 
1747
  //گلستان
1748
  case 'GLS':
1749
  case 'GO':
1750
- cities[1] = new Array('گرگان', '3525');
1751
- cities[2] = new Array('بندر گز', '3673');
1752
- cities[3] = new Array('کردکوی', '3674');
1753
- cities[4] = new Array('بندرترکمن', '3675');
1754
- cities[5] = new Array('آق قلا', '3676');
1755
- cities[6] = new Array('علی آباد', '3677');
1756
- cities[7] = new Array('آزادشهر', '3678');
1757
- cities[8] = new Array('گنبدکاوس', '3679');
1758
- cities[9] = new Array('مینودشت', '3680');
1759
- cities[10] = new Array('کلاله', '3681');
1760
- cities[11] = new Array('خان ببین', '4346');
1761
- cities[12] = new Array('دلند', '4347');
1762
- cities[13] = new Array('سرخن کلاته', '4335');
1763
- cities[14] = new Array('نوده خاندوز', '4353');
1764
- cities[15] = new Array('گالیکش', '4365');
1765
- cities[16] = new Array('جلین', '4366');
1766
- cities[17] = new Array('نگین شهر', '4318');
1767
- cities[18] = new Array('سیمین شهر', '4319');
1768
- cities[19] = new Array('نوکنده', '4313');
1769
- cities[20] = new Array('اینچه برون', '4314');
1770
- cities[21] = new Array('مراوه تپه', '4315');
1771
- cities[22] = new Array('رامیان', '4316');
1772
- cities[23] = new Array('گمیش تپه', '4330');
1773
- cities[24] = new Array('انبار آلوم', '4338');
1774
- cities[25] = new Array('فاضل آباد', '4339');
1775
  break;
1776
 
1777
  //اردبیل
1778
  case 'ADL':
1779
  case 'AR':
1780
- cities[1] = new Array('اردبیل', '3532');
1781
- cities[2] = new Array('نمین', '3700');
1782
- cities[3] = new Array('نیر', '3701');
1783
- cities[4] = new Array('گرمی', '3702');
1784
- cities[5] = new Array('مشکین شهر', '3703');
1785
- cities[6] = new Array('بیله سوار', '3704');
1786
- cities[7] = new Array('خلخال', '3705');
1787
- cities[8] = new Array('پارس آباد', '3706');
1788
- cities[9] = new Array('ابی بیگلو', '4514');
1789
- cities[10] = new Array('نانهکران', '4515');
1790
- cities[11] = new Array('عنبران', '4516');
1791
- cities[12] = new Array('گرده', '4517');
1792
- cities[13] = new Array('ثمرین', '4518');
1793
- cities[14] = new Array('اردی موسی', '4519');
1794
- cities[15] = new Array('سرعین', '4520');
1795
- cities[16] = new Array('کوارئیم', '4521');
1796
- cities[17] = new Array('اسلام آباد', '4522');
1797
- cities[18] = new Array('مهماندوست', '4523');
1798
- cities[19] = new Array('هیر', '4524');
1799
- cities[20] = new Array('بقرآباد', '4525');
1800
- cities[21] = new Array('بودالالو', '4526');
1801
- cities[22] = new Array('ارالوی بزرگ', '4527');
1802
- cities[23] = new Array('دیزج', '4528');
1803
- cities[24] = new Array('حمزه خانلو', '4529');
1804
- cities[25] = new Array('زهرا', '4530');
1805
- cities[26] = new Array('انی علیا', '4531');
1806
- cities[27] = new Array('قاسمکندی', '4532');
1807
- cities[28] = new Array('تازه کند انگوت', '4533');
1808
- cities[29] = new Array('قره اغاج پائین', '4534');
1809
- cities[30] = new Array('پریخان', '4535');
1810
- cities[31] = new Array('قصابه', '4536');
1811
- cities[32] = new Array('فخرآباد', '4537');
1812
- cities[33] = new Array('رضی', '4538');
1813
- cities[34] = new Array('قوشه سفلی', '4539');
1814
- cities[35] = new Array('مرادلو', '4540');
1815
- cities[36] = new Array('گنجوبه', '4541');
1816
- cities[37] = new Array('گوگ تپه', '4542');
1817
- cities[38] = new Array('انجیر لو', '4543');
1818
- cities[39] = new Array('جعفرآباد', '4544');
1819
- cities[40] = new Array('آغداش کلام', '4545');
1820
- cities[41] = new Array('خورخور سفلی', '4546');
1821
- cities[42] = new Array('شورگل', '4547');
1822
- cities[43] = new Array('نظرعلی بلاغی', '4548');
1823
- cities[44] = new Array('لنبر', '4549');
1824
- cities[45] = new Array('فیروزآباد', '4550');
1825
- cities[46] = new Array('گیوی ـ کوثر', '4551');
1826
- cities[47] = new Array('خلف لو', '4552');
1827
- cities[48] = new Array('هشتجین', '4553');
1828
- cities[49] = new Array('برندق', '4554');
1829
- cities[50] = new Array('کلور', '4555');
1830
- cities[51] = new Array('تازه کندقدیم', '4556');
1831
- cities[52] = new Array('گوشلو', '4557');
1832
- cities[53] = new Array('اققباق سفلی', '4558');
1833
- cities[54] = new Array('شهرک شهید غفاری', '4559');
1834
- cities[55] = new Array('اصلاندوز', '4560');
1835
- cities[56] = new Array('بلانعلیا', '4561');
1836
- cities[57] = new Array('لاهرود', '4562');
1837
  break;
1838
 
1839
  //آذربایجان غربی
1840
  case 'WAZ':
1841
  case 'AW':
1842
- cities[1] = new Array('باراندوز', '4563');
1843
- cities[2] = new Array('دیزج دول', '4564');
1844
- cities[3] = new Array('ابگرم', '4565');
1845
- cities[4] = new Array('سرنق', '4566');
1846
- cities[5] = new Array('چهریق علیا', '4567');
1847
- cities[6] = new Array('داراب', '4568');
1848
- cities[7] = new Array('دلزی', '4569');
1849
- cities[8] = new Array('اغ برزه', '4570');
1850
- cities[9] = new Array('سنجی', '4571');
1851
- cities[10] = new Array('کیک آباد', '4572');
1852
- cities[11] = new Array('خاتون باغ', '4573');
1853
- cities[12] = new Array('حاجی حسن', '4574');
1854
- cities[13] = new Array('سوگلی تپه', '4575');
1855
- cities[14] = new Array('کلیجه', '4576');
1856
- cities[15] = new Array('حاجیکند', '4577');
1857
- cities[16] = new Array('باغچه', '4578');
1858
- cities[17] = new Array('خورخوره', '4579');
1859
- cities[18] = new Array('کاولان علیا', '4580');
1860
- cities[19] = new Array('سیاقول علیا', '4581');
1861
- cities[20] = new Array('اگریقاش', '4582');
1862
- cities[21] = new Array('اوزوندره علیا', '4583');
1863
- cities[22] = new Array('یکشوه', '4584');
1864
- cities[23] = new Array('جوانمرد', '4585');
1865
- cities[24] = new Array('اغتطر', '4586');
1866
- cities[25] = new Array('سیمینه', '4587');
1867
- cities[26] = new Array('رحیمخان', '4588');
1868
- cities[27] = new Array('گلتپه قورمیش', '4589');
1869
- cities[28] = new Array('سلماش', '4590');
1870
- cities[29] = new Array('اسلام آباد', '4591');
1871
- cities[30] = new Array('بیوران سفلی', '4592');
1872
- cities[31] = new Array('زمزیران', '4593');
1873
- cities[32] = new Array('ربط', '4594');
1874
- cities[33] = new Array('کشاورز (اقبال)', '4595');
1875
- cities[34] = new Array('ملا شهاب الدین', '4596');
1876
- cities[35] = new Array('للکلو', '4597');
1877
- cities[36] = new Array('بکتاش', '4598');
1878
- cities[37] = new Array('چهاربرج قدیم', '4599');
1879
- cities[38] = new Array('گوگ تپه خالصه', '4600');
1880
- cities[39] = new Array('تک آغاج', '4601');
1881
- cities[40] = new Array('هاچاسو', '4602');
1882
- cities[41] = new Array('هولاسو', '4603');
1883
- cities[42] = new Array('قوزلوی افشار', '4604');
1884
- cities[43] = new Array('محمودآباد', '4605');
1885
- cities[44] = new Array('الیچین', '4606');
1886
- cities[45] = new Array('حیدرباغی', '4607');
1887
- cities[46] = new Array('حمزه قاسم', '4608');
1888
- cities[47] = new Array('اوغولبیگ', '4609');
1889
- cities[48] = new Array('دورباش', '4610');
1890
- cities[49] = new Array('اقابیگ', '4611');
1891
- cities[50] = new Array('احمدآبادسفلی', '4612');
1892
- cities[51] = new Array('باروق', '4613');
1893
- cities[52] = new Array('سیلوانا', '3707');
1894
- cities[53] = new Array('قوشچی', '3708');
1895
- cities[54] = new Array('نقده', '3709');
1896
- cities[55] = new Array('ارومیه', '3533');
1897
- cities[56] = new Array('سیلوه', '3534');
1898
- cities[57] = new Array('خوی', '3535');
1899
- cities[58] = new Array('مهاباد', '3536');
1900
- cities[59] = new Array('اشنویه', '3057');
1901
- cities[60] = new Array('پیرانشهر', '3058');
1902
- cities[61] = new Array('جلدیان', '3059');
1903
- cities[62] = new Array('ایواوغلی', '3060');
1904
- cities[63] = new Array('دیزجدیز', '3061');
1905
- cities[64] = new Array('فیرورق', '3062');
1906
- cities[65] = new Array('قره ضیاء الدین ـ چایپاره', '3063');
1907
- cities[66] = new Array('ماکو', '3064');
1908
- cities[67] = new Array('سیه چشمه ـ چالدران', '3065');
1909
- cities[68] = new Array('سلماس', '3066');
1910
- cities[69] = new Array('تازه شهر', '3067');
1911
- cities[70] = new Array('گوگ تپه', '3068');
1912
- cities[71] = new Array('کتیکه', '3069');
1913
- cities[72] = new Array('بوکان', '3070');
1914
- cities[73] = new Array('سردشت', '3071');
1915
- cities[74] = new Array('میاندوآب', '3072');
1916
- cities[75] = new Array('شاهین دژ', '3073');
1917
- cities[76] = new Array('تکاب', '3074');
1918
- cities[77] = new Array('میاوق', '2913');
1919
- cities[78] = new Array('ایبلو', '2914');
1920
- cities[79] = new Array('دستجرد', '2915');
1921
- cities[80] = new Array('نوشین شهر', '2916');
1922
- cities[81] = new Array('طلا تپه', '2917');
1923
- cities[82] = new Array('راژان', '2918');
1924
- cities[83] = new Array('هاشم آباد', '2919');
1925
- cities[84] = new Array('دیزج', '2920');
1926
- cities[85] = new Array('زیوه', '2921');
1927
- cities[86] = new Array('توئی', '2922');
1928
- cities[87] = new Array('موانا', '2923');
1929
- cities[88] = new Array('قره باغ', '2924');
1930
- cities[89] = new Array('بهله', '2925');
1931
- cities[90] = new Array('امامکندی', '2926');
1932
- cities[91] = new Array('نازلو', '2927');
1933
- cities[92] = new Array('سرو', '2928');
1934
- cities[93] = new Array('کانسپی', '2929');
1935
- cities[94] = new Array('ممکان', '2930');
1936
- cities[95] = new Array('میرآباد', '2931');
1937
- cities[96] = new Array('حسنلو', '2932');
1938
- cities[97] = new Array('کهریز عجم', '2933');
1939
- cities[98] = new Array('محمد یار', '2934');
1940
- cities[99] = new Array('شیخ احمد', '2935');
1941
- cities[100] = new Array('بیگی مقلعه', '2936');
1942
- cities[101] = new Array('راهدانه', '2937');
1943
- cities[102] = new Array('شاهوانه', '2938');
1944
- cities[103] = new Array('نالوس', '2939');
1945
- cities[104] = new Array('ده شمس بزرگ', '2940');
1946
- cities[105] = new Array('گلاز', '2941');
1947
- cities[106] = new Array('لولکان', '2942');
1948
- cities[107] = new Array('سیاوان', '2943');
1949
- cities[108] = new Array('کلهکین', '2944');
1950
- cities[109] = new Array('شین آباد', '2945');
1951
- cities[110] = new Array('چیانه', '2946');
1952
- cities[111] = new Array('بیکوس', '2947');
1953
- cities[112] = new Array('هنگاباد', '2948');
1954
- cities[113] = new Array('گردکشانه', '2949');
1955
- cities[114] = new Array('پسوه', '2950');
1956
- cities[115] = new Array('ریگ آباد', '2951');
1957
- cities[116] = new Array('احمد غریب', '2952');
1958
- cities[117] = new Array('سیهباز', '2953');
1959
- cities[118] = new Array('بیله وار', '2954');
1960
- cities[119] = new Array('ولدیان', '2955');
1961
- cities[120] = new Array('قوروق', '2956');
1962
- cities[121] = new Array('هندوان', '2957');
1963
- cities[122] = new Array('بدلان', '2958');
1964
- cities[123] = new Array('بلسورسفلی', '2959');
1965
- cities[124] = new Array('زورآباد', '2960');
1966
- cities[125] = new Array('استران', '2961');
1967
- cities[126] = new Array('قطور', '2962');
1968
- cities[127] = new Array('شیرین بلاغی', '2963');
1969
- cities[128] = new Array('مراکان', '2964');
1970
- cities[129] = new Array('چورس', '2965');
1971
- cities[130] = new Array('قورول علیا', '2966');
1972
- cities[131] = new Array('بسطام', '2967');
1973
- cities[132] = new Array('قرهتپه', '2968');
1974
- cities[133] = new Array('ریحانلوی علیا', '2969');
1975
- cities[134] = new Array('زاویه سفلی', '2970');
1976
- cities[135] = new Array('آواجیق (کلیسا کندی)', '2971');
1977
- cities[136] = new Array('بازرگان', '2972');
1978
- cities[137] = new Array('قمقشلاق علیا', '2973');
1979
- cities[138] = new Array('یولاگلدی', '2974');
1980
- cities[139] = new Array('قرنقو', '2975');
1981
- cities[140] = new Array('شوط', '2976');
1982
- cities[141] = new Array('پلدشت', '2977');
1983
- cities[142] = new Array('نازک علیا', '2978');
1984
- cities[143] = new Array('حسنکندی', '2979');
1985
- cities[144] = new Array('وردان', '2980');
1986
- cities[145] = new Array('قرهقشلاق', '2981');
1987
- cities[146] = new Array('تمر', '2982');
1988
  break;
1989
 
1990
  //همدان
1991
  case 'HDN':
1992
  case 'HD':
1993
- cities[1] = new Array('همدان', '3540');
1994
- cities[2] = new Array('بهار', '3088');
1995
- cities[3] = new Array('اسدآباد', '3089');
1996
- cities[4] = new Array('کبودرآهنگ', '3090');
1997
- cities[5] = new Array('فامنین', '3091');
1998
- cities[6] = new Array('ملایر', '3092');
1999
- cities[7] = new Array('تویسرکان', '3093');
2000
- cities[8] = new Array('نهاوند', '3094');
2001
- cities[9] = new Array('حسین آباد', '3126');
2002
- cities[10] = new Array('گنبد', '3127');
2003
- cities[11] = new Array('جورقان', '3128');
2004
- cities[12] = new Array('پادگان قهرمان', '3129');
2005
- cities[13] = new Array('همهکسی', '2705');
2006
- cities[14] = new Array('صالح آباد', '2706');
2007
- cities[15] = new Array('پرلوک', '2707');
2008
- cities[16] = new Array('عاشوری', '2708');
2009
- cities[17] = new Array('مهاجران', '2709');
2010
- cities[18] = new Array('ویرایی', '2710');
2011
- cities[19] = new Array('مریانج', '2711');
2012
- cities[20] = new Array('جنت آباد', '2712');
2013
- cities[21] = new Array('موسی آباد', '2713');
2014
- cities[22] = new Array('چنارسفلی', '2714');
2015
- cities[23] = new Array('چنارعلیا', '2715');
2016
- cities[24] = new Array('اجین', '2716');
2017
- cities[25] = new Array('طویلان سفلا', '2717');
2018
- cities[26] = new Array('کوریجان', '2718');
2019
- cities[27] = new Array('کوهین', '2719');
2020
- cities[28] = new Array('قهوردسفلی', '2720');
2021
- cities[29] = new Array('اکنلو', '2721');
2022
- cities[30] = new Array('شیرین سو', '2722');
2023
- cities[31] = new Array('گل تپه', '2723');
2024
- cities[32] = new Array('داقداق آباد', '2724');
2025
- cities[33] = new Array('قهاوند', '2725');
2026
- cities[34] = new Array('تجرک', '2726');
2027
- cities[35] = new Array('کوزره', '2727');
2028
- cities[36] = new Array('چانگرین', '2728');
2029
- cities[37] = new Array('دمق', '2729');
2030
- cities[38] = new Array('رزن', '2730');
2031
- cities[39] = new Array('قروه درجزین', '2731');
2032
- cities[40] = new Array('ازناو', '2732');
2033
- cities[41] = new Array('جوزان', '2733');
2034
- cities[42] = new Array('زنگنه', '2734');
2035
- cities[43] = new Array('سامن', '2735');
2036
- cities[44] = new Array('اورزمان', '2736');
2037
- cities[45] = new Array('جوکار', '2737');
2038
- cities[46] = new Array('اسلام آباد', '2738');
2039
- cities[47] = new Array('جعفریه', '2739');
2040
- cities[48] = new Array('سرکان', '2740');
2041
- cities[49] = new Array('میانده', '2741');
2042
- cities[50] = new Array('فرسنج', '2742');
2043
- cities[51] = new Array('ولاشجرد', '2743');
2044
- cities[52] = new Array('اشتران', '2744');
2045
- cities[53] = new Array('باباپیر', '2745');
2046
- cities[54] = new Array('جهان آباد', '2746');
2047
- cities[55] = new Array('باباقاسم', '2747');
2048
- cities[56] = new Array('بابارستم', '2748');
2049
- cities[57] = new Array('گیان', '2749');
2050
- cities[58] = new Array('دهفول', '2750');
2051
- cities[59] = new Array('فیروزان', '2751');
2052
- cities[60] = new Array('شهرک صنعتی', '2752');
2053
- cities[61] = new Array('پایگاه نوژه', '2753');
2054
- cities[62] = new Array('علیصدر', '2754');
2055
- cities[63] = new Array('زند', '2755');
2056
- cities[64] = new Array('ازندریان', '2756');
2057
- cities[65] = new Array('خزل', '2757');
2058
- cities[66] = new Array('لالجین', '4703');
2059
- cities[67] = new Array('دینارآباد', '4704');
2060
  break;
2061
 
2062
  //کردستان
2063
  case 'KRD':
2064
  case 'KD':
2065
- cities[1] = new Array('شویشه', '5604');
2066
- cities[2] = new Array('شاهین', '3130');
2067
- cities[3] = new Array('طای', '3131');
2068
- cities[4] = new Array('گازرخانی', '3132');
2069
- cities[5] = new Array('نشورسفلی', '3133');
2070
- cities[6] = new Array('شیروانه', '3134');
2071
- cities[7] = new Array('خامسان', '3135');
2072
- cities[8] = new Array('موچش', '3136');
2073
- cities[9] = new Array('شریف آباد', '3137');
2074
- cities[10] = new Array('کوله', '3138');
2075
- cities[11] = new Array('هزارکانیان', '3139');
2076
- cities[12] = new Array('زرینه', '3140');
2077
- cities[13] = new Array('گورباباعلی', '3141');
2078
- cities[14] = new Array('گاوشله', '3142');
2079
- cities[15] = new Array('حزکه', '3143');
2080
- cities[16] = new Array('یاسوکند', '3144');
2081
- cities[17] = new Array('توپاغاج', '3145');
2082
- cities[18] = new Array('اغبلاغ طفامین', '3146');
2083
- cities[19] = new Array('باباشارنی', '3147');
2084
- cities[20] = new Array('خسروآباد', '3148');
2085
- cities[21] = new Array('جعفرآباد', '3149');
2086
- cities[22] = new Array('دلبران', '3150');
2087
- cities[23] = new Array('دزج', '3151');
2088
- cities[24] = new Array('کانی گنجی', '3152');
2089
- cities[25] = new Array('بلبان آباد', '3153');
2090
- cities[26] = new Array('دهگلان', '3154');
2091
- cities[27] = new Array('قروچای', '3155');
2092
- cities[28] = new Array('سریش آباد', '3156');
2093
- cities[29] = new Array('نی', '3157');
2094
- cities[30] = new Array('بردهرشه', '3158');
2095
- cities[31] = new Array('چناره', '3159');
2096
- cities[32] = new Array('پیرخفران', '3160');
2097
- cities[33] = new Array('بیساران', '3161');
2098
- cities[34] = new Array('سروآباد', '3162');
2099
- cities[35] = new Array('اورامانتخت', '3163');
2100
- cities[36] = new Array('سرا', '3164');
2101
- cities[37] = new Array('گلتپه', '3165');
2102
- cities[38] = new Array('تیلکو', '3166');
2103
- cities[39] = new Array('صاحب', '3167');
2104
- cities[40] = new Array('خورخوره', '3168');
2105
- cities[41] = new Array('کسنزان', '3169');
2106
- cities[42] = new Array('میرهده', '3170');
2107
- cities[43] = new Array('ننور', '3171');
2108
- cities[44] = new Array('بوئین سفلی', '3172');
2109
- cities[45] = new Array('َآرمرده', '3173');
2110
- cities[46] = new Array('بوالحسن', '3174');
2111
- cities[47] = new Array('کانی سور', '3175');
2112
- cities[48] = new Array('کوخان', '3176');
2113
- cities[49] = new Array('شوی', '3177');
2114
- cities[50] = new Array('کامیاران', '3095');
2115
- cities[51] = new Array('دیواندره', '3096');
2116
- cities[52] = new Array('بیجار', '3097');
2117
- cities[53] = new Array('قروه', '3098');
2118
- cities[54] = new Array('مریوان', '3099');
2119
- cities[55] = new Array('سقز', '3100');
2120
- cities[56] = new Array('بانه', '3101');
2121
- cities[57] = new Array('سنندج', '3541');
2122
  break;
2123
 
2124
  //کرمانشاه
2125
  case 'KRH':
2126
  case 'BK':
2127
- cities[1] = new Array('تازه آباد ـ ثلاث باباجانی', '4705');
2128
- cities[2] = new Array('نسار دیره', '4706');
2129
- cities[3] = new Array('سرمست(گواور)', '4707');
2130
- cities[4] = new Array('تپهرش', '4708');
2131
- cities[5] = new Array('خسروی', '4709');
2132
- cities[6] = new Array('نفت شهر', '4710');
2133
- cities[7] = new Array('سومار', '4711');
2134
- cities[8] = new Array('گیلانغرب', '4712');
2135
- cities[9] = new Array('چله', '4713');
2136
- cities[10] = new Array('قیلان', '4714');
2137
- cities[11] = new Array('باینگان', '4715');
2138
- cities[12] = new Array('نوسود', '4716');
2139
- cities[13] = new Array('نودشه', '4717');
2140
- cities[14] = new Array('روانسر', '4718');
2141
- cities[15] = new Array('دولت آباد', '4719');
2142
- cities[16] = new Array('جوانرود', '4720');
2143
- cities[17] = new Array('میرآباد', '4721');
2144
- cities[18] = new Array('کرمانشاه', '3542');
2145
- cities[19] = new Array('هرسین', '3102');
2146
- cities[20] = new Array('کنگاور', '3103');
2147
- cities[21] = new Array('سنقر', '3104');
2148
- cities[22] = new Array('اسلام آباد غرب', '3105');
2149
- cities[23] = new Array('سرپل ذهاب', '3106');
2150
- cities[24] = new Array('قصرشیرین', '3107');
2151
- cities[25] = new Array('پاوه', '3108');
2152
- cities[26] = new Array('هفت اشیان', '3178');
2153
- cities[27] = new Array('هلشی', '3179');
2154
- cities[28] = new Array('دوردشت', '3180');
2155
- cities[29] = new Array('سنقرآباد', '3181');
2156
- cities[30] = new Array('بیستون', '3182');
2157
- cities[31] = new Array('جعفرآباد(گاکیه)', '3183');
2158
- cities[32] = new Array('مرزبانی', '3184');
2159
- cities[33] = new Array('فش', '3185');
2160
- cities[34] = new Array('فرامان', '3186');
2161
- cities[35] = new Array('سلطان آباد', '3187');
2162
- cities[36] = new Array('صحنه', '3188');
2163
- cities[37] = new Array('قزوینه', '3189');
2164
- cities[38] = new Array('دهلقین', '3190');
2165
- cities[39] = new Array('درکه', '3191');
2166
- cities[40] = new Array('باوله', '3192');
2167
- cities[41] = new Array('گردکانه علیا', '3193');
2168
- cities[42] = new Array('اگاه علیا', '3194');
2169
- cities[43] = new Array('سطر', '3195');
2170
- cities[44] = new Array('کیونان', '2758');
2171
- cities[45] = new Array('کرگسار', '2759');
2172
- cities[46] = new Array('کندوله', '2760');
2173
- cities[47] = new Array('زاوله علیا', '2761');
2174
- cities[48] = new Array('حمیل', '2762');
2175
- cities[49] = new Array('ریجاب', '2763');
2176
- cities[50] = new Array('کرندغرب ـ دالاهو', '2764');
2177
- cities[51] = new Array('گهواره', '2765');
2178
- cities[52] = new Array('کوزران', '2766');
2179
- cities[53] = new Array('قلعه شیان', '2767');
2180
- cities[54] = new Array('سرفیروز آباد', '2768');
2181
- cities[55] = new Array('رباط', '2769');
2182
- cities[56] = new Array('حسن آباد', '2770');
2183
- cities[57] = new Array('سراب ذهاب', '2771');
2184
- cities[58] = new Array('ترک ویس', '2772');
2185
- cities[59] = new Array('ازگله', '2773');
2186
  break;
2187
 
2188
  //لرستان
2189
  case 'LRS':
2190
  case 'LO':
2191
- cities[1] = new Array('نورآباد ـ دلفان', '3109');
2192
- cities[2] = new Array('کوهدشت', '3110');
2193
- cities[3] = new Array('پل دختر', '3111');
2194
- cities[4] = new Array('الیگودرز', '3112');
2195
- cities[5] = new Array('ازنا', '3113');
2196
- cities[6] = new Array('دورود', '3114');
2197
- cities[7] = new Array('الشتر ـ سلسله', '3115');
2198
- cities[8] = new Array('خرم آباد', '3543');
2199
- cities[9] = new Array('بروجرد', '3544');
2200
- cities[10] = new Array('ماسور', '4722');
2201
- cities[11] = new Array('چغلوندی', '4723');
2202
- cities[12] = new Array('برخوردار', '4724');
2203
- cities[13] = new Array('فرهادآباد', '4725');
2204
- cities[14] = new Array('دمباغ', '4726');
2205
- cities[15] = new Array('کهریزوروشت', '4727');
2206
- cities[16] = new Array('چشمه کوزان', '4728');
2207
- cities[17] = new Array('هفت چشمه', '4729');
2208
- cities[18] = new Array('تقی آباد', '4730');
2209
- cities[19] = new Array('خوشناموند', '4731');
2210
- cities[20] = new Array('اشتره گل گل', '4732');
2211
- cities[21] = new Array('چقابل', '4733');
2212
- cities[22] = new Array('سوری', '4734');
2213
- cities[23] = new Array('کونانی', '4735');
2214
- cities[24] = new Array('گراب', '4736');
2215
- cities[25] = new Array('درب گنبد', '4737');
2216
- cities[26] = new Array('پاعلم', '4738');
2217
- cities[27] = new Array('واشیان نصیرتپه', '4739');
2218
- cities[28] = new Array('چشمک زیرتنگ', '4740');
2219
- cities[29] = new Array('افرینه', '4741');
2220
- cities[30] = new Array('معمولان', '4742');
2221
- cities[31] = new Array('میان راهان', '4743');
2222
- cities[32] = new Array('شوراب سفلی', '4744');
2223
- cities[33] = new Array('شاهپورآباد', '4745');
2224
- cities[34] = new Array('چمن سلطان', '4746');
2225
- cities[35] = new Array('کیزاندره', '4747');
2226
- cities[36] = new Array('بزنوید', '4748');
2227
- cities[37] = new Array('شول آباد', '4749');
2228
- cities[38] = new Array('حیه', '4750');
2229
- cities[39] = new Array('مرگسر', '4751');
2230
- cities[40] = new Array('مومن آباد', '4752');
2231
- cities[41] = new Array('رازان', '4753');
2232
- cities[42] = new Array('سیاه گوشی', '4754');
2233
- cities[43] = new Array('زاغه', '4755');
2234
- cities[44] = new Array('سراب دوره', '4756');
2235
- cities[45] = new Array('چاه ذوالفقار', '4757');
2236
- cities[46] = new Array('چمپلک', '4758');
2237
- cities[47] = new Array('ژان', '4759');
2238
- cities[48] = new Array('کاغه شمالی', '4760');
2239
- cities[49] = new Array('چالان چولان', '4761');
2240
- cities[50] = new Array('سپیددشت', '4762');
2241
- cities[51] = new Array('چمسنگر', '4763');
2242
- cities[52] = new Array('تنگ هفت', '4764');
2243
- cities[53] = new Array('حکومتی', '4765');
2244
- cities[54] = new Array('سیاهپوش', '4766');
2245
- cities[55] = new Array('ده رحیم', '4767');
2246
- cities[56] = new Array('فیروزآباد', '4768');
2247
- cities[57] = new Array('اشترینان', '4769');
2248
- cities[58] = new Array('بندیزه', '4770');
2249
- cities[59] = new Array('دره گرگ', '4771');
2250
  break;
2251
 
2252
  //بوشهر
2253
  case 'BHR':
2254
  case 'BU':
2255
- cities[1] = new Array('بوشهر', '3547');
2256
- cities[2] = new Array('بندرگناوه', '3721');
2257
- cities[3] = new Array('خورموج ـ دشتی', '3722');
2258
- cities[4] = new Array('اهرم ـ تنگستان', '3723');
2259
- cities[5] = new Array('برازجان ـ دشتستان', '3724');
2260
- cities[6] = new Array('نخل تقی', '3725');
2261
- cities[7] = new Array('عالی شهر', '4886');
2262
- cities[8] = new Array('بندرریگ', '4887');
2263
- cities[9] = new Array('چهارروستائی', '4888');
2264
- cities[10] = new Array('شول', '4889');
2265
- cities[11] = new Array('بندردیلم', '4890');
2266
- cities[12] = new Array('امام حسن', '4891');
2267
- cities[13] = new Array('چغارک', '4892');
2268
- cities[14] = new Array('عسلویه', '4893');
2269
- cities[15] = new Array('بادوله', '4894');
2270
- cities[16] = new Array('شنبه', '4895');
2271
- cities[17] = new Array('کاکی', '4896');
2272
- cities[18] = new Array('جزیره خارک', '4897');
2273
- cities[19] = new Array('دلوار', '4898');
2274
- cities[20] = new Array('بنهگز', '4899');
2275
- cities[21] = new Array('آباد', '4900');
2276
- cities[22] = new Array('بردخون', '4901');
2277
- cities[23] = new Array('بندردیر', '4902');
2278
- cities[24] = new Array('ابدان', '4903');
2279
- cities[25] = new Array('ریز', '4904');
2280
- cities[26] = new Array('بندرکنگان', '4905');
2281
- cities[27] = new Array('جم', '4906');
2282
- cities[28] = new Array('آبگرم', '4907');
2283
- cities[29] = new Array('دالکی', '4908');
2284
- cities[30] = new Array('شبانکاره', '4909');
2285
- cities[31] = new Array('آبپخش', '4910');
2286
- cities[32] = new Array('سعدآباد', '4911');
2287
- cities[33] = new Array('وحدتیه', '4912');
2288
- cities[34] = new Array('تنگ ارم', '4913');
2289
- cities[35] = new Array('کلمه', '4914');
2290
- cities[36] = new Array('سیراف', '5620');
2291
  break;
2292
 
2293
  //کرمان
2294
  case 'KRN':
2295
  case 'KE':
2296
- cities[1] = new Array('کرمان', '3548');
2297
- cities[2] = new Array('رفسنجان', '3549');
2298
- cities[3] = new Array('سیرجان', '3550');
2299
- cities[4] = new Array('ماهان', '3729');
2300
- cities[5] = new Array('گلباف', '3730');
2301
- cities[6] = new Array('راور', '3731');
2302
- cities[7] = new Array('بم', '3732');
2303
- cities[8] = new Array('بروات', '3733');
2304
- cities[9] = new Array('راین', '3734');
2305
- cities[10] = new Array('محمدآباد ـ ریگان', '3735');
2306
- cities[11] = new Array('سرچشمه', '3736');
2307
- cities[12] = new Array('انار', '3737');
2308
- cities[13] = new Array('شهربابک', '3738');
2309
- cities[14] = new Array('زرند', '3739');
2310
- cities[15] = new Array('کیان شهر', '3740');
2311
- cities[16] = new Array('کوهبنان', '3741');
2312
- cities[17] = new Array('چترود', '3742');
2313
- cities[18] = new Array('پاریز', '3743');
2314
- cities[19] = new Array('بردسیر', '3744');
2315
- cities[20] = new Array('بافت', '3745');
2316
- cities[21] = new Array('جیرفت', '3746');
2317
- cities[22] = new Array('عنبرآباد', '3747');
2318
- cities[23] = new Array('کهنوج', '3748');
2319
- cities[24] = new Array('منوجان', '3749');
2320
- cities[25] = new Array('محی آباد', '5605');
2321
- cities[26] = new Array('ده بالا', '4936');
2322
- cities[27] = new Array('حسین آبادخان', '4937');
2323
- cities[28] = new Array('جوپار', '4938');
2324
- cities[29] = new Array('باغین', '4939');
2325
- cities[30] = new Array('اختیارآباد', '4940');
2326
- cities[31] = new Array('زنگی آباد', '4941');
2327
- cities[32] = new Array('جوشان', '4942');
2328
- cities[33] = new Array('سیرچ', '4943');
2329
- cities[34] = new Array('اندوهجرد', '4944');
2330
- cities[35] = new Array('شهداد', '4945');
2331
- cities[36] = new Array('کشیت', '4946');
2332
- cities[37] = new Array('همت آباد', '4947');
2333
- cities[38] = new Array('باغهوتک', '4948');
2334
- cities[39] = new Array('خورند', '4949');
2335
- cities[40] = new Array('فیض آباد', '4950');
2336
- cities[41] = new Array('دریجان', '4951');
2337
- cities[42] = new Array('نرماشیر', '4952');
2338
- cities[43] = new Array('فهرج', '4953');
2339
- cities[44] = new Array('دهنوگنیگی', '4954');
2340
- cities[45] = new Array('برج معاذ', '4955');
2341
- cities[46] = new Array('قلعه خان', '4956');
2342
- cities[47] = new Array('نظام شهر', '4957');
2343
- cities[48] = new Array('خانه خاتون', '4958');
2344
- cities[49] = new Array('ابارق', '4959');
2345
- cities[50] = new Array('عبدالصمدیه', '4960');
2346
- cities[51] = new Array('گروه', '4961');
2347
- cities[52] = new Array('گزک', '4962');
2348
- cities[53] = new Array('حسین آباد', '4963');
2349
- cities[54] = new Array('دهنه عباسی', '4964');
2350
- cities[55] = new Array('تهرود', '4965');
2351
- cities[56] = new Array('میرآباد', '4966');
2352
- cities[57] = new Array('داوران', '4967');
2353
- cities[58] = new Array('خنامان', '4968');
2354
- cities[59] = new Array('کبوترخان', '4969');
2355
- cities[60] = new Array('هرمزآباد', '4970');
2356
- cities[61] = new Array('کشکوئیه', '4971');
2357
- cities[62] = new Array('گلشن', '4972');
2358
- cities[63] = new Array('فردوسیه', '4973');
2359
- cities[64] = new Array('بهجت آباد', '4974');
2360
- cities[65] = new Array('بهرمان', '4975');
2361
- cities[66] = new Array('جوادیه فلاح', '4976');
2362
- cities[67] = new Array('میمند', '4977');
2363
- cities[68] = new Array('برفه', '4978');
2364
- cities[69] = new Array('خورسند', '4979');
2365
- cities[70] = new Array('خبر', '4980');
2366
- cities[71] = new Array('کهرخ', '4981');
2367
- cities[72] = new Array('جوزم', '4982');
2368
- cities[73] = new Array('دهج', '4983');
2369
- cities[74] = new Array('دشتخاک', '4984');
2370
- cities[75] = new Array('برفوئیه', '4985');
2371
- cities[76] = new Array('حتکن', '4986');
2372
- cities[77] = new Array('ریحان', '4987');
2373
- cities[78] = new Array('جرجافک', '4988');
2374
- cities[79] = new Array('حصین', '4989');
2375
- cities[80] = new Array('یزدانشهر', '4990');
2376
- cities[81] = new Array('شعبجره', '4991');
2377
- cities[82] = new Array('ناچو', '4992');
2378
- cities[83] = new Array('سریز', '4993');
2379
- cities[84] = new Array('خانوک', '4994');
2380
- cities[85] = new Array('علی آبادسفلی', '4995');
2381
- cities[86] = new Array('جور', '4996');
2382
- cities[87] = new Array('هوتک', '4997');
2383
- cities[88] = new Array('کهنوج( مغزآباد)', '4998');
2384
- cities[89] = new Array('کاظم آباد', '4999');
2385
- cities[90] = new Array('هجدک', '5000');
2386
- cities[91] = new Array('حرجند', '5001');
2387
- cities[92] = new Array('نجف شهر', '5002');
2388
- cities[93] = new Array('بلورد', '5003');
2389
- cities[94] = new Array('ملک اباد', '5004');
2390
- cities[95] = new Array('حاجی آبادرضوان', '5005');
2391
- cities[96] = new Array('عمادآباد', '5006');
2392
- cities[97] = new Array('زیدآباد', '5007');
2393
- cities[98] = new Array('سعادت آباد', '5008');
2394
- cities[99] = new Array('دولت ابادتنگوئیه', '5009');
2395
- cities[100] = new Array('نگار', '5010');
2396
- cities[101] = new Array('گلزار', '5011');
2397
- cities[102] = new Array('لاله زار', '5012');
2398
- cities[103] = new Array('قلعه عسگر', '5013');
2399
- cities[104] = new Array('مومن آباد', '5014');
2400
- cities[105] = new Array('برین', '5015');
2401
- cities[106] = new Array('کمال آباد', '5016');
2402
- cities[107] = new Array('امیرآباد', '5017');
2403
- cities[108] = new Array('بزنجان', '5018');
2404
- cities[109] = new Array('رابر', '5019');
2405
- cities[110] = new Array('دهسرد(پتکان)', '5020');
2406
- cities[111] = new Array('ارزوئیه', '5021');
2407
- cities[112] = new Array('جبالبارز', '5022');
2408
- cities[113] = new Array('دولت اباداسفن', '5023');
2409
- cities[114] = new Array('بهرآسمان', '5024');
2410
- cities[115] = new Array('درب بهشت', '5025');
2411
- cities[116] = new Array('دولت ابادسکوچ', '5026');
2412
- cities[117] = new Array('گور', '5027');
2413
- cities[118] = new Array('رضی آباد', '5028');
2414
- cities[119] = new Array('هیحان علیا', '5029');
2415
- cities[120] = new Array('دهانه گمرکان', '5030');
2416
- cities[121] = new Array('قلعه گنج', '5031');
2417
- cities[122] = new Array('مردهک', '5032');
2418
- cities[123] = new Array('دوساری', '5033');
2419
- cities[124] = new Array('حسین آبادجدید', '5034');
2420
- cities[125] = new Array('بلوک', '5035');
2421
- cities[126] = new Array('رودبار', '5036');
2422
- cities[127] = new Array('نودژ', '5037');
2423
- cities[128] = new Array('فاریاب', '5038');
2424
- cities[129] = new Array('کیورآباد', '5039');
2425
- cities[130] = new Array('رائین قلعه', '5040');
2426
- cities[131] = new Array('سرخ قلعه', '5041');
2427
- cities[132] = new Array('رمشک', '5042');
2428
- cities[133] = new Array('حیدرآباد', '5043');
2429
- cities[134] = new Array('خیرآباد', '5044');
2430
  break;
2431
 
2432
  //هرمزگان
2433
  case 'HRZ':
2434
  case 'HG':
2435
- cities[1] = new Array('بندرخمیر', '3750');
2436
- cities[2] = new Array('کیش', '3751');
2437
- cities[3] = new Array('قشم', '3752');
2438
- cities[4] = new Array('بستک', '3753');
2439
- cities[5] = new Array('بندر لنگه', '3754');
2440
- cities[6] = new Array('میناب', '3755');
2441
- cities[7] = new Array('دهبارز ـ رودان', '3756');
2442
- cities[8] = new Array('ایسین', '5045');
2443
- cities[9] = new Array('پل شرقی', '5046');
2444
- cities[10] = new Array('فین', '5047');
2445
- cities[11] = new Array('سیاهو', '5048');
2446
- cities[12] = new Array('فارغان', '5049');
2447
- cities[13] = new Array('باغات', '5050');
2448
- cities[14] = new Array('حاجی آباد', '5051');
2449
- cities[15] = new Array('خورگو', '5052');
2450
- cities[16] = new Array('شمیل', '5053');
2451
- cities[17] = new Array('حسن لنگی', '5054');
2452
- cities[18] = new Array('سیریک', '5055');
2453
- cities[19] = new Array('گونمردی', '5056');
2454
- cities[20] = new Array('گروک سفلی', '5057');
2455
- cities[21] = new Array('گوهرت', '5058');
2456
- cities[22] = new Array('درگهان', '5059');
2457
- cities[23] = new Array('سوزا', '5060');
2458
- cities[24] = new Array('هرمز', '5061');
2459
- cities[25] = new Array('جزیرهلارک', '5062');
2460
- cities[26] = new Array('جزیره هنگام', '5063');
2461
- cities[27] = new Array('جزیره سیری', '5064');
2462
- cities[28] = new Array('ابوموسی', '5065');
2463
- cities[29] = new Array('پدل', '5066');
2464
- cities[30] = new Array('کنگ', '5067');
2465
- cities[31] = new Array('دژگان', '5068');
2466
- cities[32] = new Array('رویدر', '5069');
2467
- cities[33] = new Array('دهنگ', '5070');
2468
- cities[34] = new Array('جناح', '5071');
2469
- cities[35] = new Array('کمشک', '5072');
2470
- cities[36] = new Array('گزیر', '5073');
2471
- cities[37] = new Array('مغویه', '5074');
2472
- cities[38] = new Array('چارک', '5075');
2473
- cities[39] = new Array('دشتی', '5076');
2474
- cities[40] = new Array('پارسیان', '5077');
2475
- cities[41] = new Array('جزیره لاوان', '5078');
2476
- cities[42] = new Array('جاسک', '5079');
2477
- cities[43] = new Array('بندر', '5080');
2478
- cities[44] = new Array('سندرک', '5081');
2479
- cities[45] = new Array('درپهن', '5082');
2480
- cities[46] = new Array('جگدان', '5083');
2481
- cities[47] = new Array('گوهران', '5084');
2482
- cities[48] = new Array('سردشت ـ بشاگرد', '5085');
2483
- cities[49] = new Array('گرهون', '5506');
2484
- cities[50] = new Array('جغین', '5507');
2485
- cities[51] = new Array('زیارت علی', '5508');
2486
- cities[52] = new Array('ماشنگی', '5509');
2487
- cities[53] = new Array('گوربند', '5510');
2488
- cities[54] = new Array('تیاب', '5511');
2489
- cities[55] = new Array('بندزک کهنه', '5512');
2490
- cities[56] = new Array('هشتبندی', '5513');
2491
- cities[57] = new Array('بندرعباس', '3551');
2492
  break;
2493
 
2494
  //چهارمحال و بختیاری
2495
  case 'CHB':
2496
  case 'CM':
2497
- cities[1] = new Array('فرخ شهر', '2996');
2498
- cities[2] = new Array('دزک', '2997');
2499
- cities[3] = new Array('هفشجان', '2998');
2500
- cities[4] = new Array('هارونی', '2999');
2501
- cities[5] = new Array('سامان', '3000');
2502
- cities[6] = new Array('فارسان', '3001');
2503
- cities[7] = new Array('بروجن', '3002');
2504
- cities[8] = new Array('اردل', '3003');
2505
- cities[9] = new Array('لردگان', '3004');
2506
- cities[10] = new Array('شهرکرد', '3557');
2507
- cities[11] = new Array('کیان', '5219');
2508
- cities[12] = new Array('طاقانک', '5220');
2509
- cities[13] = new Array('خراجی', '5221');
2510
- cities[14] = new Array('دستنائ', '5222');
2511
- cities[15] = new Array('شلمزار ـ کیار', '5223');
2512
- cities[16] = new Array('گهرو', '5224');
2513
- cities[17] = new Array('سورشجان', '5225');
2514
- cities[18] = new Array('مرغملک', '5226');
2515
- cities[19] = new Array('سودجان', '5227');
2516
- cities[20] = new Array('چالشتر', '5228');
2517
- cities[21] = new Array('شورآب صغیر', '5229');
2518
- cities[22] = new Array('هوره', '5230');
2519
- cities[23] = new Array('مارکده', '5231');
2520
- cities[24] = new Array('نافچ', '5232');
2521
- cities[25] = new Array('وردنجان', '5233');
2522
- cities[26] = new Array('بن', '5234');
2523
- cities[27] = new Array('بردنجان', '5235');
2524
- cities[28] = new Array('باباحیدر', '5236');
2525
- cities[29] = new Array('میهه', '5237');
2526
- cities[30] = new Array('چلگرد ـ کوهرنگ', '5238');
2527
- cities[31] = new Array('شهریاری', '5239');
2528
- cities[32] = new Array('جونقان', '5240');
2529
- cities[33] = new Array('صمصامی', '5241');
2530
- cities[34] = new Array('تلورد', '5242');
2531
- cities[35] = new Array('نقنه', '5243');
2532
- cities[36] = new Array('فرادنبه', '5244');
2533
- cities[37] = new Array('سفیددشت', '5245');
2534
- cities[38] = new Array('بلداجی', '5246');
2535
- cities[39] = new Array('اورگان', '5247');
2536
- cities[40] = new Array('گندمان', '5248');
2537
- cities[41] = new Array('امام قیس', '5249');
2538
- cities[42] = new Array('ناغان', '5250');
2539
- cities[43] = new Array('دوپلان', '5251');
2540
- cities[44] = new Array('دورک', '5252');
2541
- cities[45] = new Array('سرخون', '5253');
2542
- cities[46] = new Array('عزیزآباد', '5254');
2543
- cities[47] = new Array('دشتک', '5255');
2544
- cities[48] = new Array('سرمور', '5256');
2545
- cities[49] = new Array('ارمندعلیا', '5257');
2546
- cities[50] = new Array('آلونی', '5258');
2547
- cities[51] = new Array('مال خلیفه', '5259');
2548
- cities[52] = new Array('چمنبید', '5260');
2549
- cities[53] = new Array('سردشت', '5261');
2550
- cities[54] = new Array('گرگر', '5262');
2551
- cities[55] = new Array('منجبرآفتاب', '5263');
2552
  break;
2553
 
2554
  //یزد
2555
  case 'YZD':
2556
  case 'YA':
2557
- cities[1] = new Array('حمیدیا', '5610');
2558
- cities[2] = new Array('فراغه', '5264');
2559
- cities[3] = new Array('تیرجرد', '5265');
2560
- cities[4] = new Array('مهردشت', '5266');
2561
- cities[5] = new Array('اسفندآباد', '5267');
2562
- cities[6] = new Array('شاهدیه', '5268');
2563
- cities[7] = new Array('فهرج', '5269');
2564
- cities[8] = new Array('رستاق', '5270');
2565
- cities[9] = new Array('فجر', '5271');
2566
- cities[10] = new Array('ندوشن', '5272');
2567
- cities[11] = new Array('احمدآباد', '5273');
2568
- cities[12] = new Array('عقدائ', '5274');
2569
- cities[13] = new Array('نارستان', '5275');
2570
- cities[14] = new Array('زرین', '5276');
2571
- cities[15] = new Array('رباطات', '5277');
2572
- cities[16] = new Array('بفروئیه', '5278');
2573
- cities[17] = new Array('شهیدیه', '5279');
2574
- cities[18] = new Array('اسفیچ', '5280');
2575
- cities[19] = new Array('سبزدشت', '5281');
2576
- cities[20] = new Array('مبارکه', '5282');
2577
- cities[21] = new Array('بهاباد', '5283');
2578
- cities[22] = new Array('کوشک', '5284');
2579
- cities[23] = new Array('بنتان', '5285');
2580
- cities[24] = new Array('جلگه', '5286');
2581
- cities[25] = new Array('تنگ چنار', '5287');
2582
- cities[26] = new Array('میانکوه', '5288');
2583
- cities[27] = new Array('ارنان', '5289');
2584
- cities[28] = new Array('بهادران', '5290');
2585
- cities[29] = new Array('مروست', '5291');
2586
- cities[30] = new Array('فتح آباد', '5292');
2587
- cities[31] = new Array('پیشکوه', '5293');
2588
- cities[32] = new Array('نصرآباد', '5294');
2589
- cities[33] = new Array('علی آباد', '5295');
2590
- cities[34] = new Array('نیر', '5296');
2591
- cities[35] = new Array('شیرکوه', '5297');
2592
- cities[36] = new Array('بخگاریزات', '5298');
2593
- cities[37] = new Array('دهشیر', '5299');
2594
- cities[38] = new Array('محمد آباد', '5300');
2595
- cities[39] = new Array('خضر آباد', '5301');
2596
- cities[40] = new Array('رباط پشت بادام', '5302');
2597
- cities[41] = new Array('خرانق', '5303');
2598
- cities[42] = new Array('ساغند', '5304');
2599
- cities[43] = new Array('زارچ', '5305');
2600
- cities[44] = new Array('مهدی آباد', '5306');
2601
- cities[45] = new Array('احمدآبادمشیر', '5307');
2602
- cities[46] = new Array('شرب العین', '5308');
2603
- cities[47] = new Array('قوام آباد', '5309');
2604
- cities[48] = new Array('خویدک', '5310');
2605
- cities[49] = new Array('هرات ـ خاتم', '5311');
2606
- cities[50] = new Array('یزد', '3558');
2607
- cities[51] = new Array('اشکذر ـ صدوق', '3007');
2608
- cities[52] = new Array('اردکان', '3008');
2609
- cities[53] = new Array('میبد', '3009');
2610
- cities[54] = new Array('بافق', '3010');
2611
- cities[55] = new Array('مهریز', '3011');
2612
- cities[56] = new Array('تفت', '3012');
2613
- cities[57] = new Array('ابرکوه', '3005');
2614
  break;
2615
 
2616
  //سیستان و بلوچستان
2617
  case 'SBN':
2618
  case 'SB':
2619
- cities[1] = new Array('نصرت آباد', '3046');
2620
- cities[2] = new Array('حاجی آباد', '3047');
2621
- cities[3] = new Array('میرجاوه', '3048');
2622
- cities[4] = new Array('دوست محمد ـ هیرمند', '3049');
2623
- cities[5] = new Array('زابل', '3050');
2624
- cities[6] = new Array('زهک', '3051');
2625
- cities[7] = new Array('خواجه احمد', '3052');
2626
- cities[8] = new Array('خاش', '3053');
2627
- cities[9] = new Array('سرباز', '3054');
2628
- cities[10] = new Array('بمپور', '3055');
2629
- cities[11] = new Array('سراوان', '3056');
2630
- cities[12] = new Array('سوران ـ سیب سوران', '3782');
2631
- cities[13] = new Array('چابهار', '3783');
2632
- cities[14] = new Array('کنارک', '3784');
2633
- cities[15] = new Array('نیک شهر', '3785');
2634
- cities[16] = new Array('زاهدان', '3564');
2635
- cities[17] = new Array('ایرانشهر', '3565');
2636
- cities[18] = new Array('نوک اباد', '5412');
2637
- cities[19] = new Array('حرمک', '5413');
2638
- cities[20] = new Array('پاسگاه تلسیاه', '5414');
2639
- cities[21] = new Array('محمدابادکورین', '5415');
2640
- cities[22] = new Array('گلوگاه', '5416');
2641
- cities[23] = new Array('گردجنگل', '5417');
2642
- cities[24] = new Array('میل هفتادودو', '5418');
2643
- cities[25] = new Array('انده', '5419');
2644
- cities[26] = new Array('تیمن', '5420');
2645
- cities[27] = new Array('لادیزعلیا', '5421');
2646
- cities[28] = new Array('کچهرود', '5422');
2647
- cities[29] = new Array('دیزوک', '5423');
2648
- cities[30] = new Array('قنات عیسی اباد', '5424');
2649
- cities[31] = new Array('سیادک', '5425');
2650
- cities[32] = new Array('خمک', '5426');
2651
- cities[33] = new Array('تحت عدالت', '5427');
2652
- cities[34] = new Array('برج میرگل', '5428');
2653
- cities[35] = new Array('جهان ابادعلیا', '5429');
2654
- cities[36] = new Array('پکک', '5430');
2655
- cities[37] = new Array('جانی اباد', '5431');
2656
- cities[38] = new Array('ادیمی', '5432');
2657
- cities[39] = new Array('تیموراباد', '5433');
2658
- cities[40] = new Array('دولت اباد', '5434');
2659
- cities[41] = new Array('لوتک', '5435');
2660
- cities[42] = new Array('سکوهه', '5436');
2661
- cities[43] = new Array('محمدآباد', '5437');
2662
- cities[44] = new Array('بنجار', '5438');
2663
- cities[45] = new Array('جزینک', '5439');
2664
- cities[46] = new Array('قلعه نو', '5440');
2665
- cities[47] = new Array('محمد شاهکرم', '5441');
2666
- cities[48] = new Array('سیاهسر', '5442');
2667
- cities[49] = new Array('ژالهای', '5443');
2668
- cities[50] = new Array('کرباسک', '5444');
2669
- cities[51] = new Array('نوراباد', '5445');
2670
- cities[52] = new Array('کارواندر', '5446');
2671
- cities[53] = new Array('ناصراباد', '5447');
2672
- cities[54] = new Array('بالاقلعه ایردگان', '5448');
2673
- cities[55] = new Array('کمن', '5449');
2674
- cities[56] = new Array('زیرگلدان', '5450');
2675
- cities[57] = new Array('بیت اباد', '5451');
2676
- cities[58] = new Array('گوهرکوه', '5452');
2677
- cities[59] = new Array('دهپابید', '5453');
2678
- cities[60] = new Array('ناذیل', '5454');
2679
- cities[61] = new Array('گوشه', '5455');
2680
- cities[62] = new Array('سنگان', '5456');
2681
- cities[63] = new Array('عشق آباد', '5457');
2682
- cities[64] = new Array('افضل اباد', '5458');
2683
- cities[65] = new Array('چانف', '5459');
2684
- cities[66] = new Array('اسماعیل کلک', '5460');
2685
- cities[67] = new Array('پارود', '5461');
2686
- cities[68] = new Array('راسک', '5462');
2687
- cities[69] = new Array('پیشین', '5463');
2688
- cities[70] = new Array('ایرفشان', '5464');
2689
- cities[71] = new Array('سرداب', '5465');
2690
- cities[72] = new Array('اسپکه', '5466');
2691
- cities[73] = new Array('پیپ', '5467');
2692
- cities[74] = new Array('بنت', '5468');
2693
- cities[75] = new Array('فنوج', '5469');
2694
- cities[76] = new Array('گلمورتی ـ دلگان', '5470');
2695
- cities[77] = new Array('هودیان', '5471');
2696
- cities[78] = new Array('بزمان', '5472');
2697
- cities[79] = new Array('کوشکوک ناهوک', '5473');
2698
- cities[80] = new Array('محمدی', '5474');
2699
- cities[81] = new Array('کلهگان(سردک)', '5475');
2700
- cities[82] = new Array('جالق', '5476');
2701
- cities[83] = new Array('سیرکان', '5477');
2702
- cities[84] = new Array('اسفندک', '5478');
2703
- cities[85] = new Array('کوهک', '5479');
2704
- cities[86] = new Array('گشت', '5480');
2705
- cities[87] = new Array('پسکو', '5481');
2706
- cities[88] = new Array('رگنتگ', '5482');
2707
- cities[89] = new Array('زابلی', '5483');
2708
- cities[90] = new Array('هیدوچ', '5484');
2709
- cities[91] = new Array('طیس', '5485');
2710
- cities[92] = new Array('تلنگ', '5486');
2711
- cities[93] = new Array('پلان', '5487');
2712
- cities[94] = new Array('نگور', '5488');
2713
- cities[95] = new Array('باهوکلات', '5489');
2714
- cities[96] = new Array('پسابندر', '5490');
2715
- cities[97] = new Array('پیرسهراب', '5491');
2716
- cities[98] = new Array('پایگاه کنارک', '5492');
2717
- cities[99] = new Array('کهیر هوتان', '5493');
2718
- cities[100] = new Array('شهدای کهیر', '5494');
2719
- cities[101] = new Array('زراباد', '5495');
2720
- cities[102] = new Array('مسکوتان', '5496');
2721
- cities[103] = new Array('کیتج', '5497');
2722
- cities[104] = new Array('دستگرد', '5498');
2723
- cities[105] = new Array('محنت', '5499');
2724
- cities[106] = new Array('چاهان', '5500');
2725
- cities[107] = new Array('هیمان', '5501');
2726
- cities[108] = new Array('قصرقند', '5502');
2727
- cities[109] = new Array('شگیم بالا', '5503');
2728
- cities[110] = new Array('کشیک', '5504');
2729
- cities[111] = new Array('ساربوک', '5505');
2730
  break;
2731
 
2732
  //ایلام
2733
  case 'ILM':
2734
  case 'IL':
2735
- cities[1] = new Array('باکلکراب', '4772');
2736
- cities[2] = new Array('جعفرآباد', '4773');
2737
- cities[3] = new Array('شهرک شهید کشوری', '4774');
2738
- cities[4] = new Array('چوار', '4775');
2739
- cities[5] = new Array('حاجی بختیار', '4776');
2740
- cities[6] = new Array('چمن سیدمحمد', '4777');
2741
- cities[7] = new Array('شورابه ملک', '4778');
2742
- cities[8] = new Array('کلان', '4779');
2743
- cities[9] = new Array('زرنه', '4780');
2744
- cities[10] = new Array('توحید', '4781');
2745
- cities[11] = new Array('بلاوهتره سفلی', '4782');
2746
- cities[12] = new Array('لومار', '4783');
2747
- cities[13] = new Array('آسمان آباد', '4784');
2748
- cities[14] = new Array('قنات آباد', '4785');
2749
- cities[15] = new Array('شهرک سرنیک', '4786');
2750
- cities[16] = new Array('پیازآباد', '4787');
2751
- cities[17] = new Array('ایرج آباد', '4788');
2752
- cities[18] = new Array('ارمو', '4789');
2753
- cities[19] = new Array('چشمه شیرین', '4790');
2754
- cities[20] = new Array('بدره', '4791');
2755
- cities[21] = new Array('شهرک ولی عصر', '4792');
2756
- cities[22] = new Array('انجیرهنیشه کبد', '4793');
2757
- cities[23] = new Array('سراب باغ', '4794');
2758
- cities[24] = new Array('مورموری', '4795');
2759
- cities[25] = new Array('چمهندی', '4796');
2760
- cities[26] = new Array('موسیان', '4797');
2761
- cities[27] = new Array('بردی', '4798');
2762
- cities[28] = new Array('میمه', '4799');
2763
- cities[29] = new Array('پهله', '4800');
2764
- cities[30] = new Array('عین خوش', '4801');
2765
- cities[31] = new Array('دشت عباس', '4802');
2766
- cities[32] = new Array('شهرک اسلامیه', '4803');
2767
- cities[33] = new Array('صالح آباد', '4804');
2768
- cities[34] = new Array('ارکواز', '4805');
2769
- cities[35] = new Array('دولکبودخوشادل', '4806');
2770
- cities[36] = new Array('یاریاب', '4807');
2771
- cities[37] = new Array('ایلام', '3116');
2772
- cities[38] = new Array('ایوان', '3117');
2773
- cities[39] = new Array('سرابله ـ شیروان و چرداول', '3118');
2774
- cities[40] = new Array('دره شهر', '3119');
2775
- cities[41] = new Array('آبدانان', '3120');
2776
- cities[42] = new Array('دهلران', '3121');
2777
- cities[43] = new Array('مهران', '3122');
2778
  break;
2779
 
2780
  //کهگیلوییه و بویراحمد
2781
  case 'KBD':
2782
  case 'KB':
2783
- cities[1] = new Array('دهدشت', '3726');
2784
- cities[2] = new Array('دوگنبد', '3727');
2785
- cities[3] = new Array('یاسوج', '3728');
2786
- cities[4] = new Array('سوق', '4915');
2787
- cities[5] = new Array('لنده', '4916');
2788
- cities[6] = new Array('لیکک', '4917');
2789
- cities[7] = new Array('چرام', '4918');
2790
- cities[8] = new Array('دیشموک', '4919');
2791
- cities[9] = new Array('قلعه رئیسی', '4920');
2792
- cities[10] = new Array('قلعه دختر', '4921');
2793
- cities[11] = new Array('باباکلان', '4922');
2794
- cities[12] = new Array('مظفرآباد', '4923');
2795
- cities[13] = new Array('دیل', '4924');
2796
- cities[14] = new Array('شاه بهرام', '4925');
2797
- cities[15] = new Array('چاه تلخاب علیا', '4926');
2798
- cities[16] = new Array('باشت', '4927');
2799
- cities[17] = new Array('سربیشه', '4928');
2800
- cities[18] = new Array('سپیدار', '4929');
2801
- cities[19] = new Array('نقارخانه', '4930');
2802
- cities[20] = new Array('گراب سفلی', '4931');
2803
- cities[21] = new Array('موشمی علیا', '4932');
2804
- cities[22] = new Array('میمند', '4933');
2805
- cities[23] = new Array('مارگون', '4934');
2806
- cities[24] = new Array('سیسخت', '4935');
2807
- cities[25] = new Array('مادوان', '5606');
2808
  break;
2809
 
2810
  //خراسان شمال
2811
  case 'NKH':
2812
  case 'KS':
2813
- cities[1] = new Array('حصار گرمخانه', '5343');
2814
- cities[2] = new Array('فاروج', '5324');
2815
- cities[3] = new Array('بجنورد', '3560');
2816
- cities[4] = new Array('جاجرم', '2880');
2817
- cities[5] = new Array('قاضی', '2824');
2818
- cities[6] = new Array('پیش قلعه', '2830');
2819
- cities[7] = new Array('راز', '2831');
2820
- cities[8] = new Array('سنخواست', '2826');
2821
- cities[9] = new Array('شیروان', '2834');
2822
- cities[10] = new Array('صفی آباد', '2895');
2823
- cities[11] = new Array('اسفراین', '2892');
2824
- cities[12] = new Array('گرمه', '3023');
2825
- cities[13] = new Array('آشخانه ـ مانه و سلمقان', '3014');
2826
- cities[14] = new Array('شوقان', '3015');
2827
- cities[15] = new Array('درق', '3016');
2828
- cities[16] = new Array('لوجلی', '3017');
2829
  break;
2830
 
2831
  //خراسان جنوی
2832
  case 'SKH':
2833
  case 'KJ':
2834
- cities[1] = new Array('سه قلعه', '5402');
2835
- cities[2] = new Array('قهستان', '5592');
2836
- cities[3] = new Array('اسلامیه', '5593');
2837
- cities[4] = new Array('زهان', '5391');
2838
- cities[5] = new Array('خوسف', '5367');
2839
- cities[6] = new Array('حاجی آباد', '5373');
2840
- cities[7] = new Array('نیمبلوک', '5374');
2841
- cities[8] = new Array('آیسک', '5375');
2842
- cities[9] = new Array('اسدیه ـ درمیان', '5376');
2843
- cities[10] = new Array('شوسف', '5383');
2844
- cities[11] = new Array('خضری', '5389');
2845
- cities[12] = new Array('سرایان', '5394');
2846
- cities[13] = new Array('بیرجند', '3563');
2847
- cities[14] = new Array('دشت بیاض', '2815');
2848
- cities[15] = new Array('اسفدن', '2833');
2849
- cities[16] = new Array('آرین شهر', '2891');
2850
- cities[17] = new Array('طبس', '3006');
2851
- cities[18] = new Array('مود', '3040');
2852
- cities[19] = new Array('سر بیشه', '3041');
2853
- cities[20] = new Array('نهبندان', '3042');
2854
- cities[21] = new Array('قائن ـ قائنات', '3043');
2855
- cities[22] = new Array('فردوس', '3044');
2856
- cities[23] = new Array('بشرویه', '3045');
2857
  break;
2858
 
2859
  //البرز
2860
  case 'ABZ':
2861
  case 'AL':
2862
- cities[1] = new Array('کرج', '3351');
2863
- cities[2] = new Array('اشتهارد', '3821');
2864
- cities[3] = new Array('گلسار', '3850');
2865
- cities[4] = new Array('نظرآباد', '3587');
2866
- cities[5] = new Array('هشتگرد ـ ساوجبلاغ', '3591');
2867
- cities[14] = new Array('شهر جدید هشتگرد', '5618');
2868
- cities[6] = new Array('رباط کریم', '3620');
2869
- cities[7] = new Array('مشکین شهر', '5611');
2870
- cities[8] = new Array('محمدشهر', '5612');
2871
- cities[9] = new Array('ماهیدشت', '5613');
2872
- cities[10] = new Array('کمال شهر', '5614');
2873
- cities[11] = new Array('صفادشت', '5615');
2874
- cities[12] = new Array('فردوسیه', '5616');
2875
- cities[13] = new Array('چهارباغ', '5617');
2876
  break;
2877
 
2878
  default:
2879
- cities[1] = new Array('لطفا استان خود را انتخاب کنید','0');
2880
  break;
2881
  }
2882
 
 
 
 
1
  function Persian_Woo_iranCities(province) {
2
 
3
  var cities = [];
4
 
5
  switch (province.toUpperCase()) {
 
6
  //تهران
7
  case 'THR':
8
  case 'TE':
9
+ cities[1] = ['شهر قدس', '3619'];
10
+ cities[2] = ['پردیس', '5588'];
11
+ cities[3] = ['نسیم شهر', '5589'];
12
+ cities[4] = ['گلستان', '5590'];
13
+ cities[5] = ['قرچک', '5591'];
14
+ cities[6] = ['دماوند', '3633'];
15
+ cities[7] = ['فیروزکوه', '3634'];
16
+ cities[8] = ['ورامین', '3592'];
17
+ cities[9] = ['پیشوا', '3593'];
18
+ cities[10] = ['جاجرود', '3594'];
19
+ cities[11] = ['لواسان', '3588'];
20
+ cities[12] = ['شهریار', '3589'];
21
+ cities[13] = ['فردوس', '3590'];
22
+ cities[15] = ['تجزیه مبادلات لشکر', '3578'];
23
  // cities[14] = new Array('منطقه 11 پستی تهران','3577');
24
  // cities[16] = new Array('منطقه 13 پستی تهران','3579');
25
  // cities[17] = new Array('منطقه 14 پستی تهران','3580');
28
  // cities[20] = new Array('منطقه 17 پستی تهران','3583');
29
  // cities[21] = new Array('منطقه 18 پستی تهران','3584');
30
  // cities[22] = new Array('منطقه 19 پستی تهران','3585');
31
+ cities[23] = ['ری', '3586'];
32
+ cities[24] = ['برغان', '3851'];
33
+ cities[25] = ['رامجین', '3852'];
34
+ cities[26] = ['کوهسار', '3853'];
35
+ cities[27] = ['شهراسر', '3854'];
36
+ cities[28] = ['منگلان', '3855'];
37
+ cities[29] = ['طالقان', '3856'];
38
+ cities[30] = ['قلعه سین', '3857'];
39
+ cities[31] = ['خیرآبادخالصه', '3858'];
40
+ cities[32] = ['عسگرآبادعباسی', '3859'];
41
+ cities[33] = ['دهماسین', '3860'];
42
+ cities[34] = ['باغ خواص', '3861'];
43
+ cities[35] = ['ایجدان', '3862'];
44
+ cities[36] = ['آب باریک', '3863'];
45
+ cities[37] = ['جواد آباد', '3864'];
46
+ cities[38] = ['خاوه', '3865'];
47
+ cities[39] = ['محمودآبادعرب', '3866'];
48
+ cities[40] = ['جلیل آباد', '3867'];
49
+ cities[41] = ['کریم آباد', '3868'];
50
+ cities[42] = ['قلعه خواجه', '3869'];
51
+ cities[43] = ['داودآباد', '3870'];
52
+ cities[44] = ['پاکدشت', '3871'];
53
+ cities[45] = ['شریف آباد', '3872'];
54
+ cities[46] = ['پارچین', '3873'];
55
+ cities[47] = ['حصارامیر', '3874'];
56
+ cities[48] = ['خاتون آباد', '3875'];
57
+ cities[49] = ['آتشگاه', '3822'];
58
+ cities[50] = ['احمدآبادمستوفی', '3823'];
59
+ cities[51] = ['اسلام شهر', '3824'];
60
+ cities[52] = ['مروزبهرام', '3825'];
61
+ cities[53] = ['گلدسته', '3826'];
62
+ cities[54] = ['صالح آباد', '3827'];
63
+ cities[55] = ['واوان', '3828'];
64
+ cities[56] = ['شاتره', '3829'];
65
+ cities[57] = ['میان آباد', '3830'];
66
+ cities[58] = ['چهاردانگه', '3831'];
67
+ cities[59] = ['فخرایران', '3832'];
68
+ cities[60] = ['احمدآبادمصدق', '3833'];
69
+ cities[61] = ['نجم آباد', '3834'];
70
+ cities[62] = ['تنگمان', '3835'];
71
+ cities[63] = ['سعیدآباد', '3836'];
72
+ cities[64] = ['هیو', '3837'];
73
+ cities[65] = ['حومه گلندوک', '3838'];
74
+ cities[66] = ['اوشان', '3839'];
75
+ cities[67] = ['میگون', '3840'];
76
+ cities[68] = ['فشم', '3841'];
77
+ cities[69] = ['لوسان بزرگ', '3842'];
78
+ cities[70] = ['شهریاربردآباد', '3843'];
79
+ cities[71] = ['قاسم آبادقندیشاد', '3844'];
80
+ cities[72] = ['باغستان', '3845'];
81
+ cities[73] = ['شهرآباد', '3846'];
82
+ cities[74] = ['شاهدشهر', '3847'];
83
+ cities[75] = ['ملارد', '3848'];
84
+ cities[76] = ['لم آباد', '3849'];
85
+ cities[77] = ['خسروآباد', '3786'];
86
+ cities[78] = ['بومهن', '3787'];
87
+ cities[79] = ['شهرجدیدپردیس', '3788'];
88
+ cities[80] = ['خرمدشت', '3789'];
89
+ cities[81] = ['باقر شهر', '3790'];
90
+ cities[82] = ['جعفرآباد', '3791'];
91
+ cities[83] = ['مرقدامام', '3792'];
92
+ cities[84] = ['کهریزک', '3793'];
93
+ cities[85] = ['تورقوزآباد', '3794'];
94
+ cities[86] = ['شورآباد', '3795'];
95
+ cities[87] = ['قمصر', '3796'];
96
+ cities[88] = ['حسن آباد', '3797'];
97
+ cities[89] = ['شمس آباد', '3798'];
98
+ cities[90] = ['ابراهیم آباد', '3799'];
99
+ cities[91] = ['چرمسازی سالاریه', '3800'];
100
+ cities[92] = ['قلعه محمدعلیخان', '3801'];
101
+ cities[93] = ['فرودگاه امام خمینی', '3802'];
102
+ cities[94] = ['وهن آباد', '3803'];
103
+ cities[95] = ['قلعه نوخالصه', '3804'];
104
+ cities[96] = ['گل تپه کبیر', '3805'];
105
+ cities[97] = ['محمودآبادپیرزاد', '3806'];
106
+ cities[98] = ['فرون آباد', '3807'];
107
+ cities[99] = ['خاورشهر', '3808'];
108
+ cities[100] = ['اسلام آباد', '3809'];
109
+ cities[101] = ['لپهزنگ', '3810'];
110
+ cities[102] = ['قیام دشت', '3811'];
111
+ cities[103] = ['قرچحصار', '3812'];
112
+ cities[104] = ['خلاریز', '3813'];
113
+ cities[105] = ['سوهانک', '3814'];
114
+ cities[106] = ['پس قلعه', '3815'];
115
+ cities[107] = ['درکه', '3816'];
116
+ cities[108] = ['ادران', '3817'];
117
+ cities[109] = ['آسارا', '3818'];
118
+ cities[110] = ['نساء', '3819'];
119
+ cities[111] = ['پلنگ آباد', '3820'];
120
+ cities[112] = ['شهرقدس(مویز)', '4003'];
121
+ cities[113] = ['اندیشه', '4004'];
122
+ cities[114] = ['مارلیک', '4005'];
123
+ cities[115] = ['نصیرآباد', '4006'];
124
+ cities[116] = ['رزگان', '4007'];
125
+ cities[117] = ['گلمه', '4008'];
126
+ cities[118] = ['پرند', '4009'];
127
+ cities[119] = ['سلطان آباد', '4010'];
128
+ cities[120] = ['گلستان', '4011'];
129
+ cities[121] = ['اسماعیل آباد', '4012'];
130
+ cities[122] = ['اکبرآباد', '4013'];
131
+ cities[123] = ['نصیرآبادقاجار', '4014'];
132
+ cities[124] = ['منجیل آباد', '4015'];
133
+ cities[125] = ['جابان', '4109'];
134
+ cities[126] = ['رودهن', '4110'];
135
+ cities[127] = ['گیلاوند', '4111'];
136
+ cities[128] = ['آبعلی', '4112'];
137
+ cities[129] = ['کیلان', '4113'];
138
+ cities[130] = ['آبسرد', '4114'];
139
+ cities[131] = ['سربندان', '4115'];
140
+ cities[132] = ['مشاء', '4116'];
141
+ cities[133] = ['مراء', '4117'];
142
+ cities[134] = ['هرانده', '4118'];
143
+ cities[135] = ['درده', '4119'];
144
+ cities[136] = ['حصارین', '4120'];
145
+ cities[137] = ['ارجمند', '4121'];
146
+ cities[138] = ['امیریه', '4122'];
147
+ cities[139] = ['گرمدره', '4123'];
148
+ cities[140] = ['تهران', '3322'];
149
  break;
150
 
151
  //گیلان
152
  case 'GIL':
153
  case 'GI':
154
+ cities[1] = ['رودبنه', '5607'];
155
+ cities[2] = ['آبکنار', '3636'];
156
+ cities[3] = ['خمام', '3637'];
157
+ cities[4] = ['فومن', '3638'];
158
+ cities[5] = ['صومعه سرا', '3639'];
159
+ cities[6] = ['هشتپر ـ طوالش', '3640'];
160
+ cities[7] = ['ماسال', '3641'];
161
+ cities[8] = ['آستارا', '3642'];
162
+ cities[9] = ['سیاهکل', '3643'];
163
+ cities[10] = ['آستانه اشرفیه', '3644'];
164
+ cities[11] = ['منجیل', '3645'];
165
+ cities[12] = ['رودبار', '3646'];
166
+ cities[13] = ['لنگرود', '3647'];
167
+ cities[14] = ['رودسر', '3648'];
168
+ cities[15] = ['کلاچای', '3649'];
169
+ cities[16] = ['کپورچال', '4124'];
170
+ cities[17] = ['جیرهنده لشت نشا', '4125'];
171
+ cities[18] = ['لیجارکی', '4126'];
172
+ cities[19] = ['سنگر', '4127'];
173
+ cities[20] = ['اسلام آباد', '4128'];
174
+ cities[21] = ['سراوان', '4129'];
175
+ cities[22] = ['خشک بیجار', '4130'];
176
+ cities[23] = ['لشت نشا', '4131'];
177
+ cities[24] = ['پیربست لولمان', '4132'];
178
+ cities[25] = ['خاچکین', '4133'];
179
+ cities[26] = ['کوچصفهان', '4134'];
180
+ cities[27] = ['بلسبنه', '4135'];
181
+ cities[28] = ['چاپارخانه', '4136'];
182
+ cities[29] = ['جیرکویه', '4137'];
183
+ cities[30] = ['لولمان', '4138'];
184
+ cities[31] = ['شفت', '4139'];
185
+ cities[32] = ['ملاسرا', '4140'];
186
+ cities[33] = ['چوبر', '4141'];
187
+ cities[34] = ['ماسوله', '4142'];
188
+ cities[35] = ['گشت', '4143'];
189
+ cities[36] = ['احمد سرگوراب', '4144'];
190
+ cities[37] = ['مرجقل', '4145'];
191
+ cities[38] = ['گورابزرمیخ', '4146'];
192
+ cities[39] = ['طاهر گوداب', '4147'];
193
+ cities[40] = ['ضیابر', '4148'];
194
+ cities[41] = ['مرکیه', '4149'];
195
+ cities[42] = ['هنده خاله', '4150'];
196
+ cities[43] = ['نوخاله اکبر', '4151'];
197
+ cities[44] = ['بازاراسالم', '4152'];
198
+ cities[45] = ['شیلهوشت', '4153'];
199
+ cities[46] = ['جوکندان', '4154'];
200
+ cities[47] = ['لیسار', '4155'];
201
+ cities[48] = ['خطبه سرا', '4156'];
202
+ cities[49] = ['حویق', '4157'];
203
+ cities[50] = ['پلاسی', '4158'];
204
+ cities[51] = ['ویسادار', '4159'];
205
+ cities[52] = ['رضوان شهر', '4160'];
206
+ cities[53] = ['شاندرمن', '4161'];
207
+ cities[54] = ['پرهسر', '4162'];
208
+ cities[55] = ['پلنک پاره', '4163'];
209
+ cities[56] = ['بازارجمعه شاندرمن', '4164'];
210
+ cities[57] = ['اسالم', '4165'];
211
+ cities[58] = ['شیخ محله', '4166'];
212
+ cities[59] = ['ویرمونی', '4167'];
213
+ cities[60] = ['سیبلی', '4168'];
214
+ cities[61] = ['لوندویل', '4169'];
215
+ cities[62] = ['شند', '4170'];
216
+ cities[63] = ['کوتهکومه', '4171'];
217
+ cities[64] = ['حیران علیا', '4172'];
218
+ cities[65] = ['پاشاکی', '4173'];
219
+ cities[66] = ['گرماور', '4174'];
220
+ cities[67] = ['لیش', '4175'];
221
+ cities[68] = ['بادکوسرا', '4176'];
222
+ cities[69] = ['شیرین نسائ', '4177'];
223
+ cities[70] = ['خرارود', '4178'];
224
+ cities[71] = ['دیلمان', '4179'];
225
+ cities[72] = ['لسکوکلایه', '4180'];
226
+ cities[73] = ['کیسم', '4181'];
227
+ cities[74] = ['شیرکوه چهارده', '4182'];
228
+ cities[75] = ['دهشال', '4183'];
229
+ cities[76] = ['کیاشهر', '4184'];
230
+ cities[77] = ['دستک', '4185'];
231
+ cities[78] = ['پرگاپشت مهدیقانی', '4186'];
232
+ cities[79] = ['لوشان', '4187'];
233
+ cities[80] = ['بیورزین', '4188'];
234
+ cities[81] = ['جیرنده', '4189'];
235
+ cities[82] = ['برهسر', '4190'];
236
+ cities[83] = ['ویشان', '4191'];
237
+ cities[84] = ['کلیشم', '4192'];
238
+ cities[85] = ['علی آباد کلشتر', '4193'];
239
+ cities[86] = ['رستم آباد', '4194'];
240
+ cities[87] = ['توتکابن', '4195'];
241
+ cities[88] = ['کلشتر', '4196'];
242
+ cities[89] = ['جوین', '4197'];
243
+ cities[90] = ['اسکلک', '4198'];
244
+ cities[91] = ['کوکنه', '4199'];
245
+ cities[92] = ['سلوش', '4200'];
246
+ cities[93] = ['چمخاله', '4201'];
247
+ cities[94] = ['شلمان', '4202'];
248
+ cities[95] = ['کومله', '4203'];
249
+ cities[96] = ['دیوشل', '4204'];
250
+ cities[97] = ['پروش پایین', '4205'];
251
+ cities[98] = ['اطاقور', '4206'];
252
+ cities[99] = ['قاسم آبادسفلی', '4207'];
253
+ cities[100] = ['حسن سرا', '4208'];
254
+ cities[101] = ['طوللات', '4209'];
255
+ cities[102] = ['رانکوه', '4210'];
256
+ cities[103] = ['چابکسر', '4211'];
257
+ cities[104] = ['جنگسرا', '4212'];
258
+ cities[105] = ['واجارگاه', '4213'];
259
+ cities[106] = ['رحیم آباد', '4214'];
260
+ cities[107] = ['بلترک', '4215'];
261
+ cities[108] = ['املش', '4216'];
262
+ cities[109] = ['پائین زربیجار', '4217'];
263
+ cities[110] = ['کجیر', '4218'];
264
+ cities[111] = ['گرمابدست', '4219'];
265
+ cities[112] = ['شوئیل', '4220'];
266
+ cities[113] = ['پونل', '4221'];
267
+ cities[114] = ['بندرانزلی', '3519'];
268
+ cities[115] = ['لاهیجان', '3520'];
269
+ cities[116] = ['رشت', '3361'];
270
  break;
271
 
272
  //آذربایجان شرقی
273
  case 'EAZ':
274
  case 'AE':
275
+ cities[1] = ['تبریز', '3366'];
276
+ cities[2] = ['میانه', '3527'];
277
+ cities[3] = ['مرند', '3528'];
278
+ cities[4] = ['مراغه', '3529'];
279
+ cities[5] = ['سبلان', '3682'];
280
+ cities[6] = ['شهر جدید سهند', '3683'];
281
+ cities[7] = ['اسکو', '3684'];
282
+ cities[8] = ['سردرود', '3685'];
283
+ cities[9] = ['آذرشهر', '3686'];
284
+ cities[10] = ['شبستر', '3687'];
285
+ cities[11] = ['هریس', '3688'];
286
+ cities[12] = ['هادیشهر', '3689'];
287
+ cities[13] = ['جلفا', '3690'];
288
+ cities[14] = ['اهر', '3691'];
289
+ cities[15] = ['کلیبر', '3692'];
290
+ cities[16] = ['سراب', '3693'];
291
+ cities[17] = ['بستان آباد', '3694'];
292
+ cities[18] = ['عجب شیر', '3695'];
293
+ cities[19] = ['بناب', '3696'];
294
+ cities[20] = ['ملکان', '3697'];
295
+ cities[21] = ['قره اغاج ـ چاراویماق', '3698'];
296
+ cities[22] = ['اغچه ریش', '3699'];
297
+ cities[23] = ['ترک', '4383'];
298
+ cities[24] = ['ترکمانچای', '4384'];
299
+ cities[25] = ['خاتون آباد', '4385'];
300
+ cities[26] = ['شیخدرآباد', '4386'];
301
+ cities[27] = ['قره بلاغ', '4387'];
302
+ cities[28] = ['آق کند', '4388'];
303
+ cities[29] = ['اچاچی', '4389'];
304
+ cities[30] = ['گوندوغدی', '4390'];
305
+ cities[31] = ['پورسخلو', '4391'];
306
+ cities[32] = ['کنگاور', '4392'];
307
+ cities[33] = ['قویوجاق', '4393'];
308
+ cities[34] = ['ارموداق', '4394'];
309
+ cities[35] = ['کهنمو', '4395'];
310
+ cities[36] = ['اربط', '4396'];
311
+ cities[37] = ['خسروشهر', '4397'];
312
+ cities[38] = ['لاهیجان', '4398'];
313
+ cities[39] = ['خاصبان', '4399'];
314
+ cities[40] = ['ایلخچی', '4400'];
315
+ cities[41] = ['سرایده', '4401'];
316
+ cities[42] = ['کجاآباد', '4402'];
317
+ cities[43] = ['خلجان', '4403'];
318
+ cities[44] = ['ینگی اسپران', '4404'];
319
+ cities[45] = ['باسمنج', '4405'];
320
+ cities[46] = ['شادبادمشایخ', '4406'];
321
+ cities[47] = ['کندرود', '4407'];
322
+ cities[48] = ['مایان سفلی', '4408'];
323
+ cities[49] = ['تیمورلو', '4409'];
324
+ cities[50] = ['قدمگاه', '4410'];
325
+ cities[51] = ['ممقان', '4411'];
326
+ cities[52] = ['گوگان', '4412'];
327
+ cities[53] = ['شیرامین', '4413'];
328
+ cities[54] = ['هفت چشمه', '4414'];
329
+ cities[55] = ['امند', '4415'];
330
+ cities[56] = ['خامنه', '4416'];
331
+ cities[57] = ['سیس', '4417'];
332
+ cities[58] = ['صوفیان', '4418'];
333
+ cities[59] = ['شندآباد', '4419'];
334
+ cities[60] = ['تسوج', '4420'];
335
+ cities[61] = ['شرفخانه', '4421'];
336
+ cities[62] = ['مینق', '4422'];
337
+ cities[63] = ['بخشایش ـ کلوانق', '4423'];
338
+ cities[64] = ['سرند', '4424'];
339
+ cities[65] = ['زرنق', '4425'];
340
+ cities[66] = ['بیلوردی', '4426'];
341
+ cities[67] = ['خواجه', '4427'];
342
+ cities[68] = ['گلین قیه', '4428'];
343
+ cities[69] = ['هرزندجدید', '4429'];
344
+ cities[70] = ['بناب جدید ـ مرند', '4430'];
345
+ cities[71] = ['زنوز', '4431'];
346
+ cities[72] = ['دولت آباد', '4432'];
347
+ cities[73] = ['یکان کهریز', '4433'];
348
+ cities[74] = ['یامچی', '4434'];
349
+ cities[75] = ['شجاع', '4435'];
350
+ cities[76] = ['داران', '4436'];
351
+ cities[77] = ['سیهرود', '4437'];
352
+ cities[78] = ['نوجهمهر', '4438'];
353
+ cities[79] = ['کشک سرای', '4439'];
354
+ cities[80] = ['خاروانا', '4440'];
355
+ cities[81] = ['هوراند', '4441'];
356
+ cities[82] = ['چولقشلاقی', '4442'];
357
+ cities[83] = ['ورگهان', '4443'];
358
+ cities[84] = ['افیل', '4444'];
359
+ cities[85] = ['اذغان', '4445'];
360
+ cities[86] = ['سیهکلان', '4446'];
361
+ cities[87] = ['ورزقان', '4447'];
362
+ cities[88] = ['اقبراز', '4448'];
363
+ cities[89] = ['مولان', '4449'];
364
+ cities[90] = ['خمارلو', '4450'];
365
+ cities[91] = ['عاشقلو', '4451'];
366
+ cities[92] = ['اسکلو', '4452'];
367
+ cities[93] = ['ابشاحمد', '4453'];
368
+ cities[94] = ['یوزبند', '4454'];
369
+ cities[95] = ['کاغذکنان', '4455'];
370
+ cities[96] = ['خداآفرین', '4456'];
371
+ cities[97] = ['کندوان', '4457'];
372
+ cities[98] = ['تیل', '4458'];
373
+ cities[99] = ['وایقان', '4459'];
374
+ cities[100] = ['لاریجان', '4460'];
375
+ cities[101] = ['اسب فروشان', '4461'];
376
+ cities[102] = ['ابرغان', '4462'];
377
+ cities[103] = ['شربیان', '4463'];
378
+ cities[104] = ['مهربان', '4464'];
379
+ cities[105] = ['رازلیق', '4465'];
380
+ cities[106] = ['اغمیون', '4466'];
381
+ cities[107] = ['اردها', '4467'];
382
+ cities[108] = ['قرهچای حاجعلی', '4468'];
383
+ cities[109] = ['قره بابا', '4469'];
384
+ cities[110] = ['سعیدآباد', '4470'];
385
+ cities[111] = ['الانق', '4471'];
386
+ cities[112] = ['کردکندی', '4472'];
387
+ cities[113] = ['قرهچمن', '4473'];
388
+ cities[114] = ['ورجوی', '4474'];
389
+ cities[115] = ['گلتپه', '4475'];
390
+ cities[116] = ['خراجو', '4476'];
391
+ cities[117] = ['داشاتان', '4477'];
392
+ cities[118] = ['داش بلاغ بازار', '4478'];
393
+ cities[119] = ['صومعه', '4479'];
394
+ cities[120] = ['علویان', '4480'];
395
+ cities[121] = ['شیراز', '4481'];
396
+ cities[122] = ['خضرلو', '4482'];
397
+ cities[123] = ['یگنجه', '4483'];
398
+ cities[124] = ['مهماندار', '4484'];
399
+ cities[125] = ['خانیان', '4485'];
400
+ cities[126] = ['دانالو', '4486'];
401
+ cities[127] = ['رحمانلو', '4487'];
402
+ cities[128] = ['زاوشت', '4488'];
403
+ cities[129] = ['القو', '4489'];
404
+ cities[130] = ['روشت بزرگ', '4490'];
405
+ cities[131] = ['خوشه مهر', '4491'];
406
+ cities[132] = ['زوارق', '4492'];
407
+ cities[133] = ['خانه برق', '4493'];
408
+ cities[134] = ['لکلر', '4494'];
409
+ cities[135] = ['بایقوت', '4495'];
410
+ cities[136] = ['اروق', '4496'];
411
+ cities[137] = ['اقمنار', '4497'];
412
+ cities[138] = ['لیلان', '4498'];
413
+ cities[139] = ['طوراغائی', '4499'];
414
+ cities[140] = ['هشترود', '4500'];
415
+ cities[141] = ['اوشندل', '4501'];
416
+ cities[142] = ['علی آبادعلیا', '4502'];
417
+ cities[143] = ['ذوالبین', '4503'];
418
+ cities[144] = ['نظرکهریزی', '4504'];
419
+ cities[145] = ['آتش بیگ', '4505'];
420
+ cities[146] = ['سلوک', '4506'];
421
+ cities[147] = ['نصیرآبادسفلی', '4507'];
422
+ cities[148] = ['ارسگنای سفلی', '4508'];
423
+ cities[149] = ['سلطان آباد', '4509'];
424
+ cities[150] = ['قله حسین خان', '4510'];
425
+ cities[151] = ['ذاکر کندی', '4511'];
426
+ cities[152] = ['قوچ احمد', '4512'];
427
+ cities[153] = ['اغزیارت', '4513'];
428
+ cities[154] = ['تیکمه داش', '5576'];
429
  break;
430
 
431
  //خوزستان
432
  case 'KHZ':
433
  case 'KZ':
434
+ cities[1] = ['اهواز', '3374'];
435
+ cities[2] = ['آبادان', '3538'];
436
+ cities[3] = ['خرمشهر', '3539'];
437
+ cities[4] = ['اروندکنار', '3075'];
438
+ cities[5] = ['ملاثانی', '3076'];
439
+ cities[6] = ['ماهشهر', '3077'];
440
+ cities[7] = ['آغاجاری', '3078'];
441
+ cities[8] = ['رامهرمز', '3079'];
442
+ cities[9] = ['ایذه', '3080'];
443
+ cities[10] = ['شادگان', '3081'];
444
+ cities[11] = ['سوسنگرد ـ دشت آزادگان', '3082'];
445
+ cities[12] = ['شوشتر', '3083'];
446
+ cities[13] = ['دزفول', '3084'];
447
+ cities[14] = ['شوش', '3085'];
448
+ cities[15] = ['اندیمشک', '3086'];
449
+ cities[16] = ['مسجد سلیمان', '3087'];
450
+ cities[17] = ['شیبان', '5597'];
451
+ cities[18] = ['ویس', '5598'];
452
+ cities[19] = ['زهره', '5599'];
453
+ cities[20] = ['شرافت', '5600'];
454
+ cities[21] = ['سالند', '5601'];
455
+ cities[22] = ['فیاضی', '4614'];
456
+ cities[23] = ['تنگه یک', '4615'];
457
+ cities[24] = ['چویبده', '4616'];
458
+ cities[25] = ['نهر سلیم', '4617'];
459
+ cities[26] = ['فرخپیـسعدونی', '4618'];
460
+ cities[27] = ['ابطر', '4619'];
461
+ cities[28] = ['عیندو', '4620'];
462
+ cities[29] = ['حمیدیه', '4621'];
463
+ cities[30] = ['امالطیر', '4622'];
464
+ cities[31] = ['خزامی', '4623'];
465
+ cities[32] = ['قلعه چنعال', '4624'];
466
+ cities[33] = ['کریت برومی', '4625'];
467
+ cities[34] = ['نحیزانیه', '4626'];
468
+ cities[35] = ['چمکلگه', '4627'];
469
+ cities[36] = ['چمران ـ شهرک طالقانی', '4628'];
470
+ cities[37] = ['بندر امام خمینی', '4629'];
471
+ cities[38] = ['بندرامام خمینی', '4630'];
472
+ cities[39] = ['صالح شهر', '4631'];
473
+ cities[40] = ['اسیاب', '4632'];
474
+ cities[41] = ['هندیجان', '4633'];
475
+ cities[42] = ['بهبهان', '4634'];
476
+ cities[43] = ['گروه پدافندهوائی', '4635'];
477
+ cities[44] = ['ده ابراهیم', '4636'];
478
+ cities[45] = ['کردستان بزرگ', '4637'];
479
+ cities[46] = ['منصوریه', '4638'];
480
+ cities[47] = ['سردشت', '4639'];
481
+ cities[48] = ['امیدیه', '4640'];
482
+ cities[49] = ['میانکوه', '4641'];
483
+ cities[50] = ['رودزردماشین', '4642'];
484
+ cities[51] = ['کیم', '4643'];
485
+ cities[52] = ['نفت سفید', '4644'];
486
+ cities[53] = ['رمیله علیا', '4645'];
487
+ cities[54] = ['رامشیر', '4646'];
488
+ cities[55] = ['جایزان', '4647'];
489
+ cities[56] = ['دره تونمنمی', '4648'];
490
+ cities[57] = ['نورآباد', '4649'];
491
+ cities[58] = ['صیدون', '4650'];
492
+ cities[59] = ['باغ ملک', '4651'];
493
+ cities[60] = ['قلعه تل', '4652'];
494
+ cities[61] = ['چنارستان', '4653'];
495
+ cities[62] = ['پشت پیان', '4654'];
496
+ cities[63] = ['دهدز', '4655'];
497
+ cities[64] = ['عبودی', '4656'];
498
+ cities[65] = ['دارخوین', '4657'];
499
+ cities[66] = ['درویشی', '4658'];
500
+ cities[67] = ['بوزیسیف', '4659'];
501
+ cities[68] = ['مینوشهر', '4660'];
502
+ cities[69] = ['حفارشرقی', '4661'];
503
+ cities[70] = ['مقاومت', '4662'];
504
+ cities[71] = ['برویهیک', '4663'];
505
+ cities[72] = ['ابوحمیظه', '4664'];
506
+ cities[73] = ['هویزه', '4665'];
507
+ cities[74] = ['یزدنو', '4666'];
508
+ cities[75] = ['رفیع', '4667'];
509
+ cities[76] = ['بستان', '4668'];
510
+ cities[77] = ['سیدعباس', '4669'];
511
+ cities[78] = ['گوریه', '4670'];
512
+ cities[79] = ['جنتمکان', '4671'];
513
+ cities[80] = ['گتوند', '4672'];
514
+ cities[81] = ['پیردالو', '4673'];
515
+ cities[82] = ['شهرکنورمحمدی', '4674'];
516
+ cities[83] = ['گاومیش آباد', '4675'];
517
+ cities[84] = ['عربحسن', '4676'];
518
+ cities[85] = ['صفی آباد', '4677'];
519
+ cities[86] = ['شهرک امام خمینی', '4678'];
520
+ cities[87] = ['مهمانشهراصفهانی', '4679'];
521
+ cities[88] = ['بردگوری', '4680'];
522
+ cities[89] = ['نبات', '4681'];
523
+ cities[90] = ['چلون', '4682'];
524
+ cities[91] = ['شرکت کاغذسازی پار', '4683'];
525
+ cities[92] = ['مزرعه یک', '4684'];
526
+ cities[93] = ['خرج راضی احمد', '4685'];
527
+ cities[94] = ['الوانی', '4686'];
528
+ cities[95] = ['همله تیمور', '4687'];
529
+ cities[96] = ['شهرک بهرام', '4688'];
530
+ cities[97] = ['صالحمشطت', '4689'];
531
+ cities[98] = ['شهرک انصار', '4690'];
532
+ cities[99] = ['قلعه خواجو', '4691'];
533
+ cities[100] = ['حسینیه', '4692'];
534
+ cities[101] = ['کلگهدره2', '4693'];
535
+ cities[102] = ['تلهزنگ', '4694'];
536
+ cities[103] = ['چمکلگ', '4695'];
537
+ cities[104] = ['عنبر', '4696'];
538
+ cities[105] = ['لالی', '4697'];
539
+ cities[106] = ['دره بوری', '4698'];
540
+ cities[107] = ['هفتگل', '4699'];
541
+ cities[108] = ['کوشکک کوشک', '4700'];
542
+ cities[109] = ['قلعه خواجه ـ اندیکا', '4701'];
543
+ cities[110] = ['گلگیر', '4702'];
544
  break;
545
 
546
  //فارس
547
  case 'FRS':
548
  case 'FA':
549
+ cities[1] = ['بهمن', '5574'];
550
+ cities[2] = ['بندامیر', '4808'];
551
+ cities[3] = ['اکبرآباد', '4809'];
552
+ cities[4] = ['خیرآبادتوللی', '4810'];
553
+ cities[5] = ['داریان', '4811'];
554
+ cities[6] = ['کچل آباد', '4812'];
555
+ cities[7] = ['گشنکان', '4813'];
556
+ cities[8] = ['کمجان', '4814'];
557
+ cities[9] = ['شورجه', '4815'];
558
+ cities[10] = ['مهارلونو', '4816'];
559
+ cities[11] = ['کوهنجان', '4817'];
560
+ cities[12] = ['سلطان آباد', '4818'];
561
+ cities[13] = ['تفیهان', '4819'];
562
+ cities[14] = ['طسوج', '4820'];
563
+ cities[15] = ['اکبرآبادکوار', '4821'];
564
+ cities[16] = ['مظفری', '4822'];
565
+ cities[17] = ['کوشک بیدک', '4823'];
566
+ cities[18] = ['فتح آباد', '4824'];
567
+ cities[19] = ['دهشیب', '4825'];
568
+ cities[20] = ['چنارراهدار', '4826'];
569
+ cities[21] = ['موردراز', '4827'];
570
+ cities[22] = ['کوشک بیبیچه', '4828'];
571
+ cities[23] = ['کلاتون', '4829'];
572
+ cities[24] = ['کلانی', '4830'];
573
+ cities[25] = ['کمارج', '4831'];
574
+ cities[26] = ['مهبودی علیا', '4832'];
575
+ cities[27] = ['وراوی', '4833'];
576
+ cities[28] = ['حکیم باشی', '4834'];
577
+ cities[29] = ['کنارتخته', '4835'];
578
+ cities[30] = ['خشت', '4836'];
579
+ cities[31] = ['انارستان', '4837'];
580
+ cities[32] = ['نودان', '4838'];
581
+ cities[33] = ['مهرنجان', '4839'];
582
+ cities[34] = ['جره', '4840'];
583
+ cities[35] = ['بالاده', '4841'];
584
+ cities[36] = ['لپوئی', '4842'];
585
+ cities[37] = ['کام فیروز', '4843'];
586
+ cities[38] = ['خرامه', '4844'];
587
+ cities[39] = ['سروستان', '4845'];
588
+ cities[40] = ['کوار', '4846'];
589
+ cities[41] = ['کدسنج', '4847'];
590
+ cities[42] = ['ماهسرم علیا', '4848'];
591
+ cities[43] = ['گویم', '4849'];
592
+ cities[44] = ['کلاه سیاه', '4850'];
593
+ cities[45] = ['بابامیر', '4851'];
594
+ cities[46] = ['آهنگری', '4852'];
595
+ cities[47] = ['پیرین', '4853'];
596
+ cities[48] = ['حسین آبادرستم', '4854'];
597
+ cities[49] = ['مصیری ـ رستم', '4855'];
598
+ cities[50] = ['میشان', '4856'];
599
+ cities[51] = ['بهرغان', '4857'];
600
+ cities[52] = ['بیضا', '4858'];
601
+ cities[53] = ['دهپاگا', '4859'];
602
+ cities[54] = ['کمهر', '4860'];
603
+ cities[55] = ['راشک علیا', '4861'];
604
+ cities[56] = ['هرایجان', '4862'];
605
+ cities[57] = ['بانش', '4863'];
606
+ cities[58] = ['کوشک', '4864'];
607
+ cities[59] = ['خانیمن', '4865'];
608
+ cities[60] = ['سعادت شهر ـ پاسارگاد', '4866'];
609
+ cities[61] = ['قادرآباد', '4867'];
610
+ cities[62] = ['ارسنجان', '4868'];
611
+ cities[63] = ['سیدان', '4869'];
612
+ cities[64] = ['زنگی آباد', '4870'];
613
+ cities[65] = ['کوشکک', '4871'];
614
+ cities[66] = ['خنجشت', '4872'];
615
+ cities[67] = ['امامزاده اسماعیل', '4873'];
616
+ cities[68] = ['حسن آباد', '4874'];
617
+ cities[69] = ['آس پاس', '4875'];
618
+ cities[70] = ['سده', '4876'];
619
+ cities[71] = ['بازیچه', '4877'];
620
+ cities[72] = ['دژکرد', '4878'];
621
+ cities[73] = ['شهرمیان', '4879'];
622
+ cities[74] = ['صغاد', '4880'];
623
+ cities[75] = ['بوانات', '4881'];
624
+ cities[76] = ['صفاشهر ـ خرم بید', '4882'];
625
+ cities[77] = ['خرمی', '4883'];
626
+ cities[78] = ['علاءمرودشت', '4884'];
627
+ cities[79] = ['فیشور', '4885'];
628
+ cities[80] = ['کازرون', '3545'];
629
+ cities[81] = ['جهرم', '3546'];
630
+ cities[82] = ['اردکان ـ سپیدان', '3710'];
631
+ cities[83] = ['مرودشت', '3711'];
632
+ cities[84] = ['اقلید', '3712'];
633
+ cities[85] = ['آباده', '3713'];
634
+ cities[86] = ['لار ـ لارستان', '3714'];
635
+ cities[87] = ['گراش', '3715'];
636
+ cities[88] = ['استهبان', '3716'];
637
+ cities[89] = ['فسا', '3717'];
638
+ cities[90] = ['فیروزآباد', '3718'];
639
+ cities[91] = ['داراب', '3719'];
640
+ cities[92] = ['نی ریز', '3720'];
641
+ cities[93] = ['شیراز', '3384'];
642
+ cities[94] = ['بوانات(سوریان)', '3260'];
643
+ cities[95] = ['سورمق', '3261'];
644
+ cities[96] = ['ایزدخواست', '3262'];
645
+ cities[97] = ['حیدرآباد', '3263'];
646
+ cities[98] = ['ابدون', '3264'];
647
+ cities[99] = ['باب انار', '3265'];
648
+ cities[100] = ['بندبست', '3266'];
649
+ cities[101] = ['آبگرم مینا', '3267'];
650
+ cities[102] = ['اوز', '3268'];
651
+ cities[103] = ['لامرد', '3269'];
652
+ cities[104] = ['جویم', '3270'];
653
+ cities[105] = ['بنارویه', '3271'];
654
+ cities[106] = ['لطیفی', '3272'];
655
+ cities[107] = ['بیرم', '3273'];
656
+ cities[108] = ['اشکنان', '3274'];
657
+ cities[109] = ['کهنه', '3275'];
658
+ cities[110] = ['خنج', '3276'];
659
+ cities[111] = ['مهر', '3277'];
660
+ cities[112] = ['رونیز', '3278'];
661
+ cities[113] = ['بنوان', '3279'];
662
+ cities[114] = ['ایج', '3280'];
663
+ cities[115] = ['درب قلعه', '3281'];
664
+ cities[116] = ['قلعه دمتنگ', '3282'];
665
+ cities[117] = ['قطب آباد', '3283'];
666
+ cities[118] = ['دنیان', '3284'];
667
+ cities[119] = ['سروو', '3285'];
668
+ cities[120] = ['مانیان', '3286'];
669
+ cities[121] = ['بهجان', '3287'];
670
+ cities[122] = ['کوشک قاضی', '3288'];
671
+ cities[123] = ['خیرآباد جنگل', '3289'];
672
+ cities[124] = ['نوبندگان', '3290'];
673
+ cities[125] = ['ششده', '3291'];
674
+ cities[126] = ['قاسم آباد سفلی', '3292'];
675
+ cities[127] = ['زاهدشهر', '3293'];
676
+ cities[128] = ['میانده', '3294'];
677
+ cities[129] = ['صحرارود', '3295'];
678
+ cities[130] = ['بایگان', '3296'];
679
+ cities[131] = ['مبارک آباد', '3297'];
680
+ cities[132] = ['میمند', '3298'];
681
+ cities[133] = ['افزر', '3299'];
682
+ cities[134] = ['قیر', '3300'];
683
+ cities[135] = ['فراشبند', '3301'];
684
+ cities[136] = ['دهرم', '3302'];
685
+ cities[137] = ['چوگان', '3303'];
686
+ cities[138] = ['مادوان', '3304'];
687
+ cities[139] = ['ماهسالاری', '3305'];
688
+ cities[140] = ['رستاق', '3306'];
689
+ cities[141] = ['دوبران', '3307'];
690
+ cities[142] = ['حاجی آباد ـ زرین دشت', '3308'];
691
+ cities[143] = ['فدامی', '3309'];
692
+ cities[144] = ['چمن مروارید', '3310'];
693
+ cities[145] = ['جنت شهر(دهخیر)', '3311'];
694
+ cities[146] = ['لای حنا', '3312'];
695
+ cities[147] = ['آباده طشک', '3313'];
696
+ cities[148] = ['قطاربنه', '3314'];
697
+ cities[149] = ['دهکرگی', '3315'];
698
+ cities[150] = ['جعفرآباد', '3316'];
699
+ cities[151] = ['مشکان', '3317'];
700
+ cities[152] = ['قطرویه', '3318'];
701
+ cities[153] = ['هرگان', '3319'];
702
+ cities[154] = ['خاوران', '3320'];
703
+ cities[155] = ['خفر', '3321'];
704
+ cities[156] = ['قائمیه', '3123'];
705
+ cities[157] = ['زرقان', '3124'];
706
+ cities[158] = ['نورآباد ـ ممسنی', '3125'];
707
  break;
708
 
709
  //اصفهان
710
  case 'ESF':
711
  case 'IS':
712
+ cities[1] = ['نوش آباد', '5577'];
713
+ cities[2] = ['بهارستان', '5578'];
714
+ cities[3] = ['نصر آباد', '5579'];
715
+ cities[4] = ['سگزی', '5580'];
716
+ cities[5] = ['تودشک', '5581'];
717
+ cities[6] = ['بادرود', '5582'];
718
+ cities[7] = ['خالدآباد', '5583'];
719
+ cities[8] = ['کوشک', '5584'];
720
+ cities[9] = ['نیاسر', '5585'];
721
+ cities[10] = ['ابریشم', '5586'];
722
+ cities[11] = ['افوس', '5587'];
723
+ cities[12] = ['رهنان', '5575'];
724
+ cities[13] = ['خوراسگان', '5514'];
725
+ cities[14] = ['دستجاء', '5515'];
726
+ cities[15] = ['شهرک صنعتی مورچ', '5516'];
727
+ cities[16] = ['پاسگاه امام جعفر', '5517'];
728
+ cities[17] = ['پالایشگاه اصفهان', '5518'];
729
+ cities[18] = ['کلهرود', '5519'];
730
+ cities[19] = ['گرگاب', '5520'];
731
+ cities[20] = ['دستگردوبرخوار', '5521'];
732
+ cities[21] = ['گز', '5522'];
733
+ cities[22] = ['خورزوق', '5523'];
734
+ cities[23] = ['حبیب آباد', '5524'];
735
+ cities[24] = ['موته', '5525'];
736
+ cities[25] = ['وزوان', '5526'];
737
+ cities[26] = ['لای بید', '5527'];
738
+ cities[27] = ['رباط آقاکمال', '5528'];
739
+ cities[28] = ['خسروآباد', '5529'];
740
+ cities[29] = ['کمشچه', '5530'];
741
+ cities[30] = ['جندق', '5531'];
742
+ cities[31] = ['فرخی', '5532'];
743
+ cities[32] = ['مزیک', '5533'];
744
+ cities[33] = ['مهرجان', '5534'];
745
+ cities[34] = ['بیاضیه', '5535'];
746
+ cities[35] = ['چوپانان', '5536'];
747
+ cities[36] = ['بلان', '5537'];
748
+ cities[37] = ['محمدآباد', '5538'];
749
+ cities[38] = ['هرند', '5539'];
750
+ cities[39] = ['ورزنه', '5540'];
751
+ cities[40] = ['قهجاورستان', '5541'];
752
+ cities[41] = ['نیک آباد', '5542'];
753
+ cities[42] = ['اژیه', '5543'];
754
+ cities[43] = ['حسن اباد', '5544'];
755
+ cities[44] = ['کچومثقال', '5545'];
756
+ cities[45] = ['ظفرقند', '5546'];
757
+ cities[46] = ['نهوج', '5547'];
758
+ cities[47] = ['نیسیان', '5548'];
759
+ cities[48] = ['ومکان', '5549'];
760
+ cities[49] = ['همسار', '5550'];
761
+ cities[50] = ['فسخود', '5551'];
762
+ cities[51] = ['نوداز', '5552'];
763
+ cities[52] = ['اشکستان', '5553'];
764
+ cities[53] = ['کجان', '5554'];
765
+ cities[54] = ['نیستانک', '5555'];
766
+ cities[55] = ['انارک', '5556'];
767
+ cities[56] = ['بافران', '5557'];
768
+ cities[57] = ['تیرانچی', '5558'];
769
+ cities[58] = ['اصغرآباد', '5559'];
770
+ cities[59] = ['دستگردفداره', '5560'];
771
+ cities[60] = ['قرطمان', '5561'];
772
+ cities[61] = ['جعفرآباد', '5562'];
773
+ cities[62] = ['مهاباد', '5563'];
774
+ cities[63] = ['درقه', '5564'];
775
+ cities[64] = ['شهراب', '5565'];
776
+ cities[65] = ['تورزن', '5566'];
777
+ cities[66] = ['کریم آباد', '5567'];
778
+ cities[67] = ['تلک آباد', '5568'];
779
+ cities[68] = ['موغار', '5569'];
780
+ cities[69] = ['خوانسارک', '5570'];
781
+ cities[70] = ['پیربکران', '5571'];
782
+ cities[71] = ['کلیشادوسودرجان', '5572'];
783
+ cities[72] = ['جوچی', '5573'];
784
+ cities[73] = ['کرمگان', '5086'];
785
+ cities[74] = ['باغکومه', '5087'];
786
+ cities[75] = ['سهروفیروزان', '5088'];
787
+ cities[76] = ['لارگان', '5089'];
788
+ cities[77] = ['اشترجان', '5090'];
789
+ cities[78] = ['گارماسه', '5091'];
790
+ cities[79] = ['حسین آبادازران', '5092'];
791
+ cities[80] = ['شیردوان', '5093'];
792
+ cities[81] = ['جوجیل', '5094'];
793
+ cities[82] = ['ورنامخواست', '5095'];
794
+ cities[83] = ['سده لنجان', '5096'];
795
+ cities[84] = ['چرمهین', '5097'];
796
+ cities[85] = ['باغ بهارداران', '5098'];
797
+ cities[86] = ['نوگوران', '5099'];
798
+ cities[87] = ['چمگردان', '5100'];
799
+ cities[88] = ['کرجگان', '5101'];
800
+ cities[89] = ['دیزیچه', '5102'];
801
+ cities[90] = ['زیبا شهر', '5103'];
802
+ cities[91] = ['باغملک', '5104'];
803
+ cities[92] = ['دهسرخ', '5105'];
804
+ cities[93] = ['پلی اکریل', '5106'];
805
+ cities[94] = ['فولادمبارکه', '5107'];
806
+ cities[95] = ['کرکوند', '5108'];
807
+ cities[96] = ['زاینده رود', '5109'];
808
+ cities[97] = ['چمنور', '5110'];
809
+ cities[98] = ['کجرثیه', '5111'];
810
+ cities[99] = ['اشیان', '5112'];
811
+ cities[100] = ['طالخونچه', '5113'];
812
+ cities[101] = ['نکوآباد', '5114'];
813
+ cities[102] = ['رضوان شهر', '5115'];
814
+ cities[103] = ['ورپشت', '5116'];
815
+ cities[104] = ['عسگران', '5117'];
816
+ cities[105] = ['گندان', '5118'];
817
+ cities[106] = ['عزیزآباد', '5119'];
818
+ cities[107] = ['میرآباد', '5120'];
819
+ cities[108] = ['حاجی آباد', '5121'];
820
+ cities[109] = ['خیرآباد', '5122'];
821
+ cities[110] = ['اشن', '5123'];
822
+ cities[111] = ['خونداب', '5124'];
823
+ cities[112] = ['حسین آباد', '5125'];
824
+ cities[113] = ['غرغن', '5126'];
825
+ cities[114] = ['دامنه', '5127'];
826
+ cities[115] = ['بوئین ومیاندشت', '5128'];
827
+ cities[116] = ['زرنه', '5129'];
828
+ cities[117] = ['بلطاق', '5130'];
829
+ cities[118] = ['کرچ', '5131'];
830
+ cities[119] = ['قره بلطاق', '5132'];
831
+ cities[120] = ['مجتمع مسکونی سدزا', '5133'];
832
+ cities[121] = ['مشهد کاوه', '5134'];
833
+ cities[122] = ['اسکندری برآفتاب', '5135'];
834
+ cities[123] = ['رزوه', '5136'];
835
+ cities[124] = ['نهرخلج', '5137'];
836
+ cities[125] = ['چاه غلامرضارحیمی', '5138'];
837
+ cities[126] = ['اورگان', '5139'];
838
+ cities[127] = ['گلدشت', '5140'];
839
+ cities[128] = ['جوزدان', '5141'];
840
+ cities[129] = ['کهریزسنگ', '5142'];
841
+ cities[130] = ['نهضت آباد', '5143'];
842
+ cities[131] = ['قلعسرخ', '5144'];
843
+ cities[132] = ['اسلام ابادموگوئی', '5145'];
844
+ cities[133] = ['مصیر', '5146'];
845
+ cities[134] = ['برف انبار', '5147'];
846
+ cities[135] = ['قمشلو', '5148'];
847
+ cities[136] = ['قمبوان', '5149'];
848
+ cities[137] = ['مهیار', '5150'];
849
+ cities[138] = ['پیرزان', '5151'];
850
+ cities[139] = ['منوچهرآباد', '5152'];
851
+ cities[140] = ['شهرک شیمیائی رازی', '5153'];
852
+ cities[141] = ['همگین', '5154'];
853
+ cities[142] = ['موسی آباد', '5155'];
854
+ cities[143] = ['کهرویه', '5156'];
855
+ cities[144] = ['قصرچم', '5157'];
856
+ cities[145] = ['اسلام آباد', '5158'];
857
+ cities[146] = ['امین آباد', '5159'];
858
+ cities[147] = ['مقصودبیک', '5160'];
859
+ cities[148] = ['سولار', '5161'];
860
+ cities[149] = ['منظریه', '5162'];
861
+ cities[150] = ['گرموک', '5163'];
862
+ cities[151] = ['مزرعه بانه', '5164'];
863
+ cities[152] = ['هست', '5165'];
864
+ cities[153] = ['ونک', '5166'];
865
+ cities[154] = ['قبرکیفا', '5167'];
866
+ cities[155] = ['کهنگان', '5168'];
867
+ cities[156] = ['کمه', '5169'];
868
+ cities[157] = ['مورک', '5170'];
869
+ cities[158] = ['چهارراه', '5171'];
870
+ cities[159] = ['دهنساء سفلی', '5172'];
871
+ cities[160] = ['اغداش', '5173'];
872
+ cities[161] = ['چشمه رحمان', '5174'];
873
+ cities[162] = ['ورق', '5175'];
874
+ cities[163] = ['سعادت آباد', '5176'];
875
+ cities[164] = ['فتح آباد', '5177'];
876
+ cities[165] = ['سنسن', '5178'];
877
+ cities[166] = ['کامو', '5179'];
878
+ cities[167] = ['دهریز', '5180'];
879
+ cities[168] = ['رجق', '5181'];
880
+ cities[169] = ['ابشیرین', '5182'];
881
+ cities[170] = ['نشلج', '5183'];
882
+ cities[171] = ['مشکات', '5184'];
883
+ cities[172] = ['سفید شهر', '5185'];
884
+ cities[173] = ['مزرعه صدر', '5186'];
885
+ cities[174] = ['ابوزیدآباد', '5187'];
886
+ cities[175] = ['کاغذی', '5188'];
887
+ cities[176] = ['قهرود', '5189'];
888
+ cities[177] = ['جوشقان و کامو', '5190'];
889
+ cities[178] = ['برزک', '5191'];
890
+ cities[179] = ['اسحق آباد', '5192'];
891
+ cities[180] = ['وادقان', '5193'];
892
+ cities[181] = ['اذران', '5194'];
893
+ cities[182] = ['طرق', '5195'];
894
+ cities[183] = ['اریسمان', '5196'];
895
+ cities[184] = ['ابیانه', '5197'];
896
+ cities[185] = ['اوره', '5198'];
897
+ cities[186] = ['کامه', '5199'];
898
+ cities[187] = ['ملازجان', '5200'];
899
+ cities[188] = ['سعیدآباد', '5201'];
900
+ cities[189] = ['مرغ', '5202'];
901
+ cities[190] = ['قرغن', '5203'];
902
+ cities[191] = ['کوچری', '5204'];
903
+ cities[192] = ['کلوچان', '5205'];
904
+ cities[193] = ['گلشهر', '5206'];
905
+ cities[194] = ['وداغ', '5207'];
906
+ cities[195] = ['زرنجان', '5208'];
907
+ cities[196] = ['وانشان', '5209'];
908
+ cities[197] = ['تیکن', '5210'];
909
+ cities[198] = ['سنگ سفید', '5211'];
910
+ cities[199] = ['رحمت آباد', '5212'];
911
+ cities[200] = ['خمپیچ', '5213'];
912
+ cities[201] = ['مهرآباد', '5214'];
913
+ cities[202] = ['تیدجان', '5215'];
914
+ cities[203] = ['خشک رود', '5216'];
915
+ cities[204] = ['ویست', '5217'];
916
+ cities[205] = ['سپاهان شهر', '5218'];
917
+ cities[206] = ['شاهین شهر', '3552'];
918
+ cities[207] = ['خمینی شهر', '3553'];
919
+ cities[208] = ['نجف آباد', '3554'];
920
+ cities[209] = ['شهرضا', '3555'];
921
+ cities[210] = ['کاشان', '3556'];
922
+ cities[211] = ['مورچه خورت', '3761'];
923
+ cities[212] = ['دولت آباد', '3762'];
924
+ cities[213] = ['میمه', '3763'];
925
+ cities[214] = ['خور', '3764'];
926
+ cities[215] = ['کوهپایه', '3765'];
927
+ cities[216] = ['اردستان', '3766'];
928
+ cities[217] = ['نائین', '3767'];
929
+ cities[218] = ['درچه', '3768'];
930
+ cities[219] = ['زواره', '3769'];
931
+ cities[220] = ['فلاورجان', '3770'];
932
+ cities[221] = ['قهد ریجان', '3771'];
933
+ cities[222] = ['زرین شهر ـ لنجان', '3772'];
934
+ cities[223] = ['مبارکه', '3773'];
935
+ cities[224] = ['فولادشهر', '3774'];
936
+ cities[225] = ['تیران', '3775'];
937
+ cities[226] = ['دهق', '3776'];
938
+ cities[227] = ['علویچه', '3777'];
939
+ cities[228] = ['داران ـ فریدن', '3778'];
940
+ cities[229] = ['چادگان', '3779'];
941
+ cities[230] = ['ویلاشهر', '3780'];
942
+ cities[231] = ['فریدون شهر', '3781'];
943
+ cities[232] = ['اصفهان', '3386'];
944
+ cities[233] = ['شهرک مجلسی', '2983'];
945
+ cities[234] = ['دهاقان', '2984'];
946
+ cities[235] = ['اسفرجان', '2985'];
947
+ cities[236] = ['سمیرم', '2986'];
948
+ cities[237] = ['حنا', '2987'];
949
+ cities[238] = ['مهرگرد', '2988'];
950
+ cities[239] = ['جوشقان استرک', '2989'];
951
+ cities[240] = ['آران وبیدگل', '2990'];
952
+ cities[241] = ['قمصر', '2991'];
953
+ cities[242] = ['نطنز', '2992'];
954
+ cities[243] = ['گلپایگان', '2993'];
955
+ cities[244] = ['گوگد', '2994'];
956
+ cities[245] = ['خوانسار', '2995'];
957
  break;
958
 
959
  //خراسان رضوی
960
  case 'RKH':
961
  case 'KV':
962
+ cities[1] = ['گیفان بالا', '2832'];
963
+ cities[2] = ['دررود', '3013'];
964
+ cities[3] = ['طرقبه ـ بینالود', '3018'];
965
+ cities[4] = ['چناران', '3019'];
966
+ cities[5] = ['کلات', '3020'];
967
+ cities[6] = ['سرخس', '3021'];
968
+ cities[7] = ['فریمان', '3022'];
969
+ cities[8] = ['مشهد', '3387'];
970
+ cities[9] = ['قزاقی', '2893'];
971
+ cities[10] = ['بام', '2894'];
972
+ cities[11] = ['راهچمن', '2881'];
973
+ cities[12] = ['انداده', '2882'];
974
+ cities[13] = ['نقاب ـ جوین', '2883'];
975
+ cities[14] = ['حکم اباد', '2884'];
976
+ cities[15] = ['برغمد', '2885'];
977
+ cities[16] = ['بلاش اباد', '2886'];
978
+ cities[17] = ['نوده انقلاب', '2887'];
979
+ cities[18] = ['رباط جز', '2888'];
980
+ cities[19] = ['شامکان', '2889'];
981
+ cities[20] = ['تندک', '2890'];
982
+ cities[21] = ['شقان', '3024'];
983
+ cities[22] = ['قوچان', '3025'];
984
+ cities[23] = ['درگز', '3026'];
985
+ cities[24] = ['فیض آباد ـ مه ولات', '3027'];
986
+ cities[25] = ['رشتخوار', '3028'];
987
+ cities[26] = ['کدکن', '3029'];
988
+ cities[27] = ['خواف', '3030'];
989
+ cities[28] = ['تربت جام', '3031'];
990
+ cities[29] = ['صالح آباد', '3032'];
991
+ cities[30] = ['تایباد', '3033'];
992
+ cities[31] = ['داورزن', '3034'];
993
+ cities[32] = ['جغتای', '3035'];
994
+ cities[33] = ['ششتمد', '3036'];
995
+ cities[34] = ['کاشمر', '3037'];
996
+ cities[35] = ['بردسکن', '3038'];
997
+ cities[36] = ['گناباد', '3039'];
998
+ cities[37] = ['خرم ده غربی', '2825'];
999
+ cities[38] = ['امیرآباد', '2827'];
1000
+ cities[39] = ['گریوان', '2828'];
1001
+ cities[40] = ['بدرانلو', '2829'];
1002
+ cities[41] = ['اینچه علیا', '2816'];
1003
+ cities[42] = ['امند', '2817'];
1004
+ cities[43] = ['کهنه جلگه', '2818'];
1005
+ cities[44] = ['یکه سعودعلیا', '2819'];
1006
+ cities[45] = ['راستقان', '2820'];
1007
+ cities[46] = ['غلامان', '2821'];
1008
+ cities[47] = ['اصغرآباد', '2822'];
1009
+ cities[48] = ['چمنبید', '2823'];
1010
+ cities[49] = ['قاسمخان', '2896'];
1011
+ cities[50] = ['رزق اباد', '2897'];
1012
+ cities[51] = ['سارمران', '2898'];
1013
+ cities[52] = ['روئین', '2899'];
1014
+ cities[53] = ['اوندر', '2900'];
1015
+ cities[54] = ['ریوش(کوهسرخ)', '2901'];
1016
+ cities[55] = ['دهنو', '2902'];
1017
+ cities[56] = ['فدافند', '2903'];
1018
+ cities[57] = ['خلیل آباد', '2904'];
1019
+ cities[58] = ['کندر', '2905'];
1020
+ cities[59] = ['بند قرائ', '2906'];
1021
+ cities[60] = ['کاسف', '2907'];
1022
+ cities[61] = ['کبودان', '2908'];
1023
+ cities[62] = ['شفیع اباد', '2909'];
1024
+ cities[63] = ['رکناباد', '2910'];
1025
+ cities[64] = ['شهرآباد', '2911'];
1026
+ cities[65] = ['انابد', '2912'];
1027
+ cities[66] = ['میرآباد مازول', '2774'];
1028
+ cities[67] = ['فرخک', '2775'];
1029
+ cities[68] = ['خرو', '2776'];
1030
+ cities[69] = ['قدمگاه', '2777'];
1031
+ cities[70] = ['اسحاق آباد', '2778'];
1032
+ cities[71] = ['خوجان', '2779'];
1033
+ cities[72] = ['عشق آباد', '2780'];
1034
+ cities[73] = ['اوارشک', '2781'];
1035
+ cities[74] = ['ملک آباد', '2782'];
1036
+ cities[75] = ['گورده', '2783'];
1037
+ cities[76] = ['شاندیز', '2784'];
1038
+ cities[77] = ['طوس سفلی', '2785'];
1039
+ cities[78] = ['قرقی سفلی', '2786'];
1040
+ cities[79] = ['کنویست', '2787'];
1041
+ cities[80] = ['رادکان', '2788'];
1042
+ cities[81] = ['سیدآباد', '2789'];
1043
+ cities[82] = ['گلبهار', '2790'];
1044
+ cities[83] = ['سلوگرد', '2791'];
1045
+ cities[84] = ['ارداک', '2792'];
1046
+ cities[85] = ['بقمچ', '2793'];
1047
+ cities[86] = ['گلمکان', '2794'];
1048
+ cities[87] = ['شهرک رضوی', '2795'];
1049
+ cities[88] = ['میامی', '2796'];
1050
+ cities[89] = ['چاهک', '2797'];
1051
+ cities[90] = ['شهر زو', '2798'];
1052
+ cities[91] = ['گوش', '2799'];
1053
+ cities[92] = ['نریمانی سفلی', '2800'];
1054
+ cities[93] = ['تقی آباد', '2801'];
1055
+ cities[94] = ['کچولی', '2802'];
1056
+ cities[95] = ['شیرتپه', '2803'];
1057
+ cities[96] = ['پس کمر', '2804'];
1058
+ cities[97] = ['مزداوند', '2805'];
1059
+ cities[98] = ['بزنگان', '2806'];
1060
+ cities[99] = ['گنبدلی', '2807'];
1061
+ cities[100] = ['کندکلی', '2808'];
1062
+ cities[101] = ['کته شمشیرسفلی', '2809'];
1063
+ cities[102] = ['سنگبست', '2810'];
1064
+ cities[103] = ['سفید سنگ', '2811'];
1065
+ cities[104] = ['قلندرآباد', '2812'];
1066
+ cities[105] = ['فرهادگرد', '2813'];
1067
+ cities[106] = ['زرکک', '2814'];
1068
+ cities[107] = ['کهنه اوغاز', '2835'];
1069
+ cities[108] = ['دوین', '2836'];
1070
+ cities[109] = ['گلیان', '2837'];
1071
+ cities[110] = ['زاورم', '2838'];
1072
+ cities[111] = ['زیارت', '2839'];
1073
+ cities[112] = ['رباط', '2840'];
1074
+ cities[113] = ['شهرکهنه', '2841'];
1075
+ cities[114] = ['قریه شرف', '2842'];
1076
+ cities[115] = ['نشتیفان', '2843'];
1077
+ cities[116] = ['سنگان', '2844'];
1078
+ cities[117] = ['مزن آباد', '2845'];
1079
+ cities[118] = ['قاسم آباد', '2846'];
1080
+ cities[119] = ['چمن آباد', '2847'];
1081
+ cities[120] = ['حسن آباد', '2848'];
1082
+ cities[121] = ['سلامی', '2849'];
1083
+ cities[122] = ['چشمه گل', '2850'];
1084
+ cities[123] = ['سمیع آباد', '2851'];
1085
+ cities[124] = ['نیل شهر', '2852'];
1086
+ cities[125] = ['احمدآباد صولت', '2853'];
1087
+ cities[126] = ['نصرآباد', '2854'];
1088
+ cities[127] = ['ابدال آباد', '2855'];
1089
+ cities[128] = ['کاریزنو', '2856'];
1090
+ cities[129] = ['درزاب علیا', '2857'];
1091
+ cities[130] = ['محموداباد', '2858'];
1092
+ cities[131] = ['یاقوتین جدید', '2859'];
1093
+ cities[132] = ['جنت اباد', '2860'];
1094
+ cities[133] = ['موسی اباد', '2861'];
1095
+ cities[134] = ['نبی تاک', '2862'];
1096
+ cities[135] = ['ازاده', '2863'];
1097
+ cities[136] = ['کاریز', '2864'];
1098
+ cities[137] = ['درفارون', '2865'];
1099
+ cities[138] = ['کرات', '2866'];
1100
+ cities[139] = ['مشهدریزه', '2867'];
1101
+ cities[140] = ['باخرز', '2868'];
1102
+ cities[141] = ['قلعه نو', '2869'];
1103
+ cities[142] = ['کوهسفید', '2870'];
1104
+ cities[143] = ['مهر', '2871'];
1105
+ cities[144] = ['رباط سرپوش', '2872'];
1106
+ cities[145] = ['مشکان', '2873'];
1107
+ cities[146] = ['نامن', '2874'];
1108
+ cities[147] = ['رودآب', '2875'];
1109
+ cities[148] = ['بنفج', '2876'];
1110
+ cities[149] = ['مزینان', '2877'];
1111
+ cities[150] = ['دستوران', '2878'];
1112
+ cities[151] = ['ازادوار', '2879'];
1113
+ cities[152] = ['نیشابور', '3559'];
1114
+ cities[153] = ['تربت حیدریه', '3561'];
1115
+ cities[154] = ['سبزوار', '3562'];
1116
+ cities[155] = ['چرمه', '5395'];
1117
+ cities[156] = ['ارسک', '5396'];
1118
+ cities[157] = ['رقه', '5397'];
1119
+ cities[158] = ['کرند', '5398'];
1120
+ cities[159] = ['اصفاک', '5399'];
1121
+ cities[160] = ['نیگان', '5400'];
1122
+ cities[161] = ['خانکوک', '5401'];
1123
+ cities[162] = ['شاهرخت', '5390'];
1124
+ cities[163] = ['دهک', '5384'];
1125
+ cities[164] = ['میغان', '5385'];
1126
+ cities[165] = ['طبین بالا', '5386'];
1127
+ cities[166] = ['بیهود', '5387'];
1128
+ cities[167] = ['افریر', '5388'];
1129
+ cities[168] = ['گزیک', '5377'];
1130
+ cities[169] = ['شاخن', '5378'];
1131
+ cities[170] = ['گازار', '5379'];
1132
+ cities[171] = ['چاهداشی', '5380'];
1133
+ cities[172] = ['چهار فرسخ', '5381'];
1134
+ cities[173] = ['توتسک', '5382'];
1135
+ cities[174] = ['چهکند', '5368'];
1136
+ cities[175] = ['القور', '5369'];
1137
+ cities[176] = ['درح', '5370'];
1138
+ cities[177] = ['القار', '5371'];
1139
+ cities[178] = ['طبس سینا', '5372'];
1140
+ cities[179] = ['برون', '5392'];
1141
+ cities[180] = ['مصعبی', '5393'];
1142
+ cities[181] = ['سلطان آباد', '5594'];
1143
+ cities[182] = ['رضویه', '5595'];
1144
+ cities[183] = ['همت آباد', '5596'];
1145
+ cities[184] = ['دیهوک', '5403'];
1146
+ cities[185] = ['کریت', '5404'];
1147
+ cities[186] = ['اسفندیار', '5405'];
1148
+ cities[187] = ['جوخواه', '5406'];
1149
+ cities[188] = ['پیرحاجات', '5407'];
1150
+ cities[189] = ['گزو', '5408'];
1151
+ cities[190] = ['سربیت', '5409'];
1152
+ cities[191] = ['مرزداران', '5410'];
1153
+ cities[192] = ['فیروزه ـ تخت جلگه', '5411'];
1154
+ cities[193] = ['شوراب', '5312'];
1155
+ cities[194] = ['گلبوی سفلی', '5313'];
1156
+ cities[195] = ['مبارکه', '5314'];
1157
+ cities[196] = ['چکنه', '5315'];
1158
+ cities[197] = ['برزنون', '5316'];
1159
+ cities[198] = ['فدیشه', '5317'];
1160
+ cities[199] = ['بار', '5318'];
1161
+ cities[200] = ['یلاک', '5319'];
1162
+ cities[201] = ['دیزادیز', '5320'];
1163
+ cities[202] = ['جعفرآبادعلیا', '5321'];
1164
+ cities[203] = ['شفیع', '5322'];
1165
+ cities[204] = ['دوغایی', '5323'];
1166
+ cities[205] = ['تیکانلو', '5325'];
1167
+ cities[206] = ['جوزان', '5326'];
1168
+ cities[207] = ['امام قلی', '5327'];
1169
+ cities[208] = ['باجگیران', '5328'];
1170
+ cities[209] = ['مایوان', '5329'];
1171
+ cities[210] = ['چریرسالت', '5330'];
1172
+ cities[211] = ['خرق', '5331'];
1173
+ cities[212] = ['حسن آبادلائن نو', '5332'];
1174
+ cities[213] = ['لطف آباد', '5333'];
1175
+ cities[214] = ['کبکان', '5334'];
1176
+ cities[215] = ['چاپشلو', '5335'];
1177
+ cities[216] = ['نوخندان', '5336'];
1178
+ cities[217] = ['زیندانلو', '5337'];
1179
+ cities[218] = ['محمدتقی', '5338'];
1180
+ cities[219] = ['سیوکی', '5339'];
1181
+ cities[220] = ['مهنه', '5340'];
1182
+ cities[221] = ['عبدل آباد', '5341'];
1183
+ cities[222] = ['شادمهر', '5342'];
1184
+ cities[223] = ['بایک', '5344'];
1185
+ cities[224] = ['چخماق', '5345'];
1186
+ cities[225] = ['قلعه آقاحسن', '5346'];
1187
+ cities[226] = ['زرغری', '5347'];
1188
+ cities[227] = ['جنگل', '5348'];
1189
+ cities[228] = ['باسفر', '5349'];
1190
+ cities[229] = ['دولت آباد ـ زاوه', '5350'];
1191
+ cities[230] = ['یک لنگی علیا', '5351'];
1192
+ cities[231] = ['کامه سفلی', '5352'];
1193
+ cities[232] = ['رودخانه', '5353'];
1194
+ cities[233] = ['رباط سنگ', '5354'];
1195
+ cities[234] = ['اسدآباد', '5355'];
1196
+ cities[235] = ['نسر', '5356'];
1197
+ cities[236] = ['درونه', '5357'];
1198
+ cities[237] = ['یونسی', '5358'];
1199
+ cities[238] = ['بیدخت', '5359'];
1200
+ cities[239] = ['گیسوبالا', '5360'];
1201
+ cities[240] = ['کاخک', '5361'];
1202
+ cities[241] = ['زیبد', '5362'];
1203
+ cities[242] = ['بجستان', '5363'];
1204
+ cities[243] = ['جزین', '5364'];
1205
+ cities[244] = ['ماژان', '5365'];
1206
+ cities[245] = ['روبیات', '5366'];
1207
  break;
1208
 
1209
  //قزوین
1210
  case 'GZN':
1211
  case 'QZ':
1212
+ cities[1] = ['قزوین', '3512'];
1213
+ cities[2] = ['شهر صنعتی البرز', '3595'];
1214
+ cities[3] = ['اقبالیه', '3596'];
1215
+ cities[4] = ['الوند ـ البرز', '3597'];
1216
+ cities[5] = ['آبیک', '3598'];
1217
+ cities[6] = ['بوئین زهرا', '3599'];
1218
+ cities[7] = ['َآوج', '3600'];
1219
+ cities[8] = ['طالقان', '3601'];
1220
+ cities[9] = ['تاکستان', '3602'];
1221
+ cities[10] = ['محمدیه', '3603'];
1222
+ cities[11] = ['محمود آباد نمونه', '3876'];
1223
+ cities[12] = ['بیدستان', '3877'];
1224
+ cities[13] = ['الولک', '3878'];
1225
+ cities[14] = ['کاکوهستان', '3879'];
1226
+ cities[15] = ['فلار', '3880'];
1227
+ cities[16] = ['رجائی دشت', '3881'];
1228
+ cities[17] = ['معلم کلایه', '3882'];
1229
+ cities[18] = ['مینودشت', '3883'];
1230
+ cities[19] = ['زوارک', '3884'];
1231
+ cities[20] = ['صمغ آباد', '3885'];
1232
+ cities[21] = ['ناصرآباد', '3886'];
1233
+ cities[22] = ['رشتقون', '3887'];
1234
+ cities[23] = ['قشلاق', '3888'];
1235
+ cities[24] = ['خاکعلی', '3889'];
1236
+ cities[25] = ['لیا', '3890'];
1237
+ cities[26] = ['سگزآباد', '3891'];
1238
+ cities[27] = ['عصمت آباد', '3892'];
1239
+ cities[28] = ['خرم آباد', '3893'];
1240
+ cities[29] = ['اسفرورین', '3894'];
1241
+ cities[30] = ['شال', '3895'];
1242
+ cities[31] = ['دانسفهان', '3896'];
1243
+ cities[32] = ['قلعه هاشمخان', '3897'];
1244
+ cities[33] = ['گلنجین', '3898'];
1245
+ cities[34] = ['استلج', '3899'];
1246
+ cities[35] = ['آبگرم', '3900'];
1247
+ cities[36] = ['نیارج', '3901'];
1248
+ cities[37] = ['حصارولیعصر', '3902'];
1249
+ cities[38] = ['ماهین', '3903'];
1250
+ cities[39] = ['سیردان', '3904'];
1251
+ cities[40] = ['کبح', '3905'];
1252
+ cities[41] = ['سیاهپوش', '3906'];
1253
+ cities[42] = ['نیارک', '3907'];
1254
+ cities[43] = ['آقابابا', '3908'];
1255
+ cities[44] = ['خرم دشت', '3909'];
1256
+ cities[45] = ['نهاوند', '3910'];
1257
+ cities[46] = ['ضیاآباد', '3911'];
1258
+ cities[47] = ['حسین آباد', '3912'];
1259
+ cities[48] = ['رحیم آباد', '3913'];
1260
+ cities[49] = ['یحیی آباد', '3914'];
1261
+ cities[50] = ['نیکویه', '3915'];
1262
+ cities[51] = ['رازمیان', '3916'];
1263
+ cities[52] = ['کوهین', '3917'];
1264
+ cities[53] = ['ارداق', '5602'];
1265
+ cities[54] = ['نرجه', '5603'];
1266
  break;
1267
 
1268
  //سمنان
1269
  case 'SM':
1270
  case 'SMN':
1271
+ cities[1] = ['خیرآباد', '3918'];
1272
+ cities[2] = ['میاندره', '3919'];
1273
+ cities[3] = ['رضاآباد', '3920'];
1274
+ cities[4] = ['زرطول', '3921'];
1275
+ cities[5] = ['عطاری', '3922'];
1276
+ cities[6] = ['اهوان', '3923'];
1277
+ cities[7] = ['مشیریه', '3924'];
1278
+ cities[8] = ['جام', '3925'];
1279
+ cities[9] = ['دوزهیر', '3926'];
1280
+ cities[10] = ['معدن نمک', '3927'];
1281
+ cities[11] = ['نظامی', '3928'];
1282
+ cities[12] = ['اسدآباد', '3929'];
1283
+ cities[13] = ['لاسجرد', '3930'];
1284
+ cities[14] = ['سیدآباد', '3931'];
1285
+ cities[15] = ['عبداله آبادپائین', '3932'];
1286
+ cities[16] = ['بیابانک', '3933'];
1287
+ cities[17] = ['مومن آباد', '3934'];
1288
+ cities[18] = ['درجزین', '3935'];
1289
+ cities[19] = ['دربند', '3936'];
1290
+ cities[20] = ['گلرودبار', '3937'];
1291
+ cities[21] = ['آبگرم', '3938'];
1292
+ cities[22] = ['افتر', '3939'];
1293
+ cities[23] = ['فولاد محله', '3940'];
1294
+ cities[24] = ['ده صوفیان', '3941'];
1295
+ cities[25] = ['هیکو', '3942'];
1296
+ cities[26] = ['چاشم', '3943'];
1297
+ cities[27] = ['کردوان', '3944'];
1298
+ cities[28] = ['مندولک', '3945'];
1299
+ cities[29] = ['داورآباد', '3946'];
1300
+ cities[30] = ['ارادان', '3947'];
1301
+ cities[31] = ['رامه پائین', '3948'];
1302
+ cities[32] = ['بنکوه', '3949'];
1303
+ cities[33] = ['کهن آباد', '3950'];
1304
+ cities[34] = ['چمن آبادکوروس', '3951'];
1305
+ cities[35] = ['کرک', '3952'];
1306
+ cities[36] = ['گلستانک', '3953'];
1307
+ cities[37] = ['لجران', '3954'];
1308
+ cities[38] = ['جودانه', '3955'];
1309
+ cities[39] = ['ابراهیم آباد بالا', '3956'];
1310
+ cities[40] = ['بکران', '3957'];
1311
+ cities[41] = ['کردآباد', '3958'];
1312
+ cities[42] = ['نردین', '3959'];
1313
+ cities[43] = ['سوداغلن', '3960'];
1314
+ cities[44] = ['فرومه', '3961'];
1315
+ cities[45] = ['ابرسیج', '3962'];
1316
+ cities[46] = ['میغان', '3963'];
1317
+ cities[47] = ['قلعه نوخرقان', '3964'];
1318
+ cities[48] = ['چهل دختر نظامی', '3965'];
1319
+ cities[49] = ['کلاته خیج', '3966'];
1320
+ cities[50] = ['نگارمن', '3967'];
1321
+ cities[51] = ['ده ملا', '3968'];
1322
+ cities[52] = ['رویان', '3969'];
1323
+ cities[53] = ['بوشت', '3970'];
1324
+ cities[54] = ['سطوه', '3971'];
1325
+ cities[55] = ['طرود', '3972'];
1326
+ cities[56] = ['مغان', '3973'];
1327
+ cities[57] = ['گیور', '3974'];
1328
+ cities[58] = ['دستجرد', '3975'];
1329
+ cities[59] = ['مسیح آباد', '3976'];
1330
+ cities[60] = ['احمدآباد', '3977'];
1331
+ cities[61] = ['زمان آباد', '3978'];
1332
+ cities[62] = ['سلم رود', '3979'];
1333
+ cities[63] = ['جزن', '3980'];
1334
+ cities[64] = ['برم', '3981'];
1335
+ cities[65] = ['محمدآباد', '3982'];
1336
+ cities[66] = ['معصوم آباد', '3983'];
1337
+ cities[67] = ['فرات', '3984'];
1338
+ cities[68] = ['علیان', '3985'];
1339
+ cities[69] = ['عمروان', '3986'];
1340
+ cities[70] = ['قوشه', '3987'];
1341
+ cities[71] = ['دروار', '3988'];
1342
+ cities[72] = ['آستانه', '3989'];
1343
+ cities[73] = ['دیباج', '3990'];
1344
+ cities[74] = ['طزره', '3991'];
1345
+ cities[75] = ['مهماندوست', '3992'];
1346
+ cities[76] = ['کلاته ملا', '3993'];
1347
+ cities[77] = ['قدرت آباد', '3994'];
1348
+ cities[78] = ['علا', '3604'];
1349
+ cities[79] = ['آبخوری', '3605'];
1350
+ cities[80] = ['سرخه', '3606'];
1351
+ cities[81] = ['مهدی شهر', '3607'];
1352
+ cities[82] = ['شهمیرزاد', '3608'];
1353
+ cities[83] = ['گرمسار', '3609'];
1354
+ cities[84] = ['ایوانکی', '3610'];
1355
+ cities[85] = ['میامی', '3611'];
1356
+ cities[86] = ['بسطام', '3612'];
1357
+ cities[87] = ['مجن', '3613'];
1358
+ cities[88] = ['بیارجمند', '3614'];
1359
+ cities[89] = ['دامغان', '3615'];
1360
+ cities[90] = ['امیریه', '3616'];
1361
+ cities[91] = ['سمنان', '3513'];
1362
+ cities[92] = ['شاهرود', '3514'];
1363
  break;
1364
 
1365
  //قم
1366
  case 'QHM':
1367
  case 'QM':
1368
+ cities[1] = ['قنوات', '3617'];
1369
+ cities[2] = ['دستجرد', '3618'];
1370
+ cities[3] = ['امیر آباد گنجه', '3995'];
1371
+ cities[4] = ['قمرود', '3996'];
1372
+ cities[5] = ['کهک', '3997'];
1373
+ cities[6] = ['قلعه چم', '3998'];
1374
+ cities[7] = ['قاهان', '3999'];
1375
+ cities[8] = ['شهر جعفریه', '4000'];
1376
+ cities[9] = ['جنداب', '4001'];
1377
+ cities[10] = ['سلفچگان', '4002'];
1378
+ cities[11] = ['قم', '3515'];
1379
  break;
1380
 
1381
  //مرکزی
1382
  case 'MK':
1383
  case 'MKZ':
1384
+ cities[1] = ['محلات', '3621'];
1385
+ cities[2] = ['دلیجان', '3622'];
1386
+ cities[3] = ['خنداب', '3623'];
1387
+ cities[4] = ['کمیجان', '3624'];
1388
+ cities[5] = ['شازند', '3625'];
1389
+ cities[6] = ['آستانه', '3626'];
1390
+ cities[7] = ['خمین', '3627'];
1391
+ cities[8] = ['رباط مراد', '3628'];
1392
+ cities[9] = ['غرق آباد', '3629'];
1393
+ cities[10] = ['مامونیه ـ زرندیه', '3630'];
1394
+ cities[11] = ['تفرش', '3631'];
1395
+ cities[12] = ['آشتیان', '3632'];
1396
+ cities[13] = ['سلطان آباد', '4016'];
1397
+ cities[14] = ['اصفهانک', '4017'];
1398
+ cities[15] = ['حسین آباد', '4018'];
1399
+ cities[16] = ['خشک رود', '4019'];
1400
+ cities[17] = ['حکیم آباد', '4020'];
1401
+ cities[18] = ['یحیی آباد', '4021'];
1402
+ cities[19] = ['صدرآباد', '4022'];
1403
+ cities[20] = ['قطب صنعتی', '4023'];
1404
+ cities[21] = ['نیمور', '4024'];
1405
+ cities[22] = ['نخجیروان', '4025'];
1406
+ cities[23] = ['باقرآباد', '4026'];
1407
+ cities[24] = ['بزیجان', '4027'];
1408
+ cities[25] = ['عیسی آباد', '4028'];
1409
+ cities[26] = ['خورهه', '4029'];
1410
+ cities[27] = ['دودهک', '4030'];
1411
+ cities[28] = ['بیجگان', '4031'];
1412
+ cities[29] = ['خاوه', '4032'];
1413
+ cities[30] = ['نراق', '4033'];
1414
+ cities[31] = ['سینقان', '4034'];
1415
+ cities[32] = ['هستیجان', '4035'];
1416
+ cities[33] = ['کرهرود', '4036'];
1417
+ cities[34] = ['قنات ناصری', '4037'];
1418
+ cities[35] = ['ساروق', '4038'];
1419
+ cities[36] = ['داودآباد', '4039'];
1420
+ cities[37] = ['معصومیه', '4040'];
1421
+ cities[38] = ['انجدان', '4041'];
1422
+ cities[39] = ['دینه کبود', '4042'];
1423
+ cities[40] = ['حصارخنداب', '4043'];
1424
+ cities[41] = ['چیزان', '4044'];
1425
+ cities[42] = ['جاروسیان', '4045'];
1426
+ cities[43] = ['ادشته', '4046'];
1427
+ cities[44] = ['استوه', '4047'];
1428
+ cities[45] = ['سنجان', '4048'];
1429
+ cities[46] = ['اناج', '4049'];
1430
+ cities[47] = ['وفس', '4050'];
1431
+ cities[48] = ['خسروبیک', '4051'];
1432
+ cities[49] = ['میلاجرد', '4052'];
1433
+ cities[50] = ['سقاور', '4053'];
1434
+ cities[51] = ['هزاوه', '4054'];
1435
+ cities[52] = ['قدمگاه', '4055'];
1436
+ cities[53] = ['هفته', '4056'];
1437
+ cities[54] = ['لنجرود', '4057'];
1438
+ cities[55] = ['توره', '4058'];
1439
+ cities[56] = ['کزاز', '4059'];
1440
+ cities[57] = ['کتیران بالا', '4060'];
1441
+ cities[58] = ['نهرمیان', '4061'];
1442
+ cities[59] = ['سرسختی بالا', '4062'];
1443
+ cities[60] = ['لوزدرعلیا', '4063'];
1444
+ cities[61] = ['خنادرهوسطی', '4064'];
1445
+ cities[62] = ['هندودر', '4065'];
1446
+ cities[63] = ['تواندشت علیا', '4066'];
1447
+ cities[64] = ['مالمیر', '4067'];
1448
+ cities[65] = ['چهارچریک', '4068'];
1449
+ cities[66] = ['خیس آباد', '4069'];
1450
+ cities[67] = ['چهارچشمه', '4070'];
1451
+ cities[68] = ['لکان', '4071'];
1452
+ cities[69] = ['قورچی باشی', '4072'];
1453
+ cities[70] = ['ورچه', '4073'];
1454
+ cities[71] = ['فرقهان', '4074'];
1455
+ cities[72] = ['امامزاده ورچه', '4075'];
1456
+ cities[73] = ['رباط کمنسان', '4076'];
1457
+ cities[74] = ['ریحان علیا', '4077'];
1458
+ cities[75] = ['مزنق', '4078'];
1459
+ cities[76] = ['خورآوند', '4079'];
1460
+ cities[77] = ['شیجان علیا', '4080'];
1461
+ cities[78] = ['گلدشت', '4081'];
1462
+ cities[79] = ['دهنو', '4082'];
1463
+ cities[80] = ['نوبران', '4083'];
1464
+ cities[81] = ['قلعک', '4084'];
1465
+ cities[82] = ['یلاباد', '4085'];
1466
+ cities[83] = ['رازقان', '4086'];
1467
+ cities[84] = ['الویر', '4087'];
1468
+ cities[85] = ['دوزج', '4088'];
1469
+ cities[86] = ['علیشار', '4089'];
1470
+ cities[87] = ['بالقلو', '4090'];
1471
+ cities[88] = ['زاویه', '4091'];
1472
+ cities[89] = ['چمران', '4092'];
1473
+ cities[90] = ['ماقان', '4093'];
1474
+ cities[91] = ['سامان', '4094'];
1475
+ cities[92] = ['دخان', '4095'];
1476
+ cities[93] = ['مراغه', '4096'];
1477
+ cities[94] = ['فرمهین', '4097'];
1478
+ cities[95] = ['شهراب', '4098'];
1479
+ cities[96] = ['زاغر', '4099'];
1480
+ cities[97] = ['کهک', '4100'];
1481
+ cities[98] = ['فشک', '4101'];
1482
+ cities[99] = ['آهنگران', '4102'];
1483
+ cities[100] = ['علیان آباد', '4103'];
1484
+ cities[101] = ['مزرعهنو', '4104'];
1485
+ cities[102] = ['صالح آباد', '4105'];
1486
+ cities[103] = ['سیاوشان', '4106'];
1487
+ cities[104] = ['آهو', '4107'];
1488
+ cities[105] = ['پرندک', '4108'];
1489
+ cities[106] = ['اراک', '3516'];
1490
+ cities[107] = ['ساوه', '3517'];
1491
+ cities[108] = ['شهرک مهاجران', '3635'];
1492
  break;
1493
 
1494
  //زنجان
1495
  case 'ZJN':
1496
  case 'ZA':
1497
+ cities[1] = ['زنجان', '3521'];
1498
+ cities[2] = ['محمودآباد', '3196'];
1499
+ cities[3] = ['باشقشلاق', '3197'];
1500
+ cities[4] = ['گرماب', '3198'];
1501
+ cities[5] = ['زرین آباد ـ ایجرود', '3199'];
1502
+ cities[6] = ['کهلا', '3200'];
1503
+ cities[7] = ['گیلوان', '3201'];
1504
+ cities[8] = ['دستجرده', '3202'];
1505
+ cities[9] = ['سعیدآباد', '3203'];
1506
+ cities[10] = ['چورزق', '3204'];
1507
+ cities[11] = ['حلب', '3205'];
1508
+ cities[12] = ['درام', '3206'];
1509
+ cities[13] = [' آب بر ـ طارم', '3207'];
1510
+ cities[14] = ['زرین رود', '3208'];
1511
+ cities[15] = ['ماهنشان', '3650'];
1512
+ cities[16] = ['سلطانیه', '3651'];
1513
+ cities[17] = ['ابهر', '3652'];
1514
+ cities[18] = ['خرمدره', '3653'];
1515
+ cities[19] = ['قیدار', '3654'];
1516
+ cities[20] = ['همایون', '4222'];
1517
+ cities[21] = ['بوغداکندی', '4223'];
1518
+ cities[22] = ['اژدهاتو', '4224'];
1519
+ cities[23] = ['اسفجین', '4225'];
1520
+ cities[24] = ['ارمغان خانه', '4226'];
1521
+ cities[25] = ['قبله بلاغی', '4227'];
1522
+ cities[26] = ['پری', '4228'];
1523
+ cities[27] = ['اندآباد علیا', '4229'];
1524
+ cities[28] = ['قرهگل', '4230'];
1525
+ cities[29] = ['نیک پی', '4231'];
1526
+ cities[30] = ['دندی', '4232'];
1527
+ cities[31] = ['سونتو', '4233'];
1528
+ cities[32] = ['قلتوق', '4234'];
1529
+ cities[33] = ['گوزلدره سفلی', '4235'];
1530
+ cities[34] = ['سنبل آباد', '4236'];
1531
+ cities[35] = ['دره سجین', '4237'];
1532
+ cities[36] = ['دولت آباد', '4238'];
1533
+ cities[37] = ['کینهورس', '4239'];
1534
+ cities[38] = ['هیدج', '4240'];
1535
+ cities[39] = ['صائین قلعه', '4241'];
1536
+ cities[40] = ['اقبلاغ سفلی', '4242'];
1537
+ cities[41] = ['سهرورد', '4243'];
1538
+ cities[42] = ['کرسف', '4244'];
1539
+ cities[43] = ['سجاس', '4245'];
1540
  break;
1541
 
1542
  // مازندران
1543
  case 'MZN':
1544
  case 'MN':
1545
+ cities[1] = ['شیرنگ علیا', '4340'];
1546
+ cities[2] = ['مارون کلاته', '4341'];
1547
+ cities[3] = ['مزرعه کتول', '4342'];
1548
+ cities[4] = ['حاجی کلاته', '4343'];
1549
+ cities[5] = ['بدراقنوری', '4344'];
1550
+ cities[6] = ['خولیندره', '4345'];
1551
+ cities[7] = ['گامیشلی', '4331'];
1552
+ cities[8] = ['قرنجیک', '4332'];
1553
+ cities[9] = ['قلعه محمود', '4333'];
1554
+ cities[10] = ['کفشگری', '4334'];
1555
+ cities[11] = ['بالاجاده', '4317'];
1556
+ cities[12] = ['میاندره', '4320'];
1557
+ cities[13] = ['ایلوار', '4321'];
1558
+ cities[14] = ['زلکلان', '4322'];
1559
+ cities[15] = ['یساقی', '4323'];
1560
+ cities[16] = ['بندپی', '4324'];
1561
+ cities[17] = ['مهتر کلا', '4325'];
1562
+ cities[18] = ['داوکان', '4326'];
1563
+ cities[19] = ['قره قاشلی', '4327'];
1564
+ cities[20] = ['پنج پیکر', '4328'];
1565
+ cities[21] = ['خواجه نفس', '4329'];
1566
+ cities[22] = ['گلوگاه ـ بابل', '5608'];
1567
+ cities[23] = ['ایزدشهر', '5609'];
1568
+ cities[24] = ['تقی آباد', '4336'];
1569
+ cities[25] = ['پیرواش', '4337'];
1570
+ cities[26] = ['جعفرآبادنامتلو', '4348'];
1571
+ cities[27] = ['شش آب', '4349'];
1572
+ cities[28] = ['کوچک خرطومه', '4350'];
1573
+ cities[29] = ['ایمرملاساری', '4351'];
1574
+ cities[30] = ['بیبی شیروان', '4352'];
1575
+ cities[31] = ['تنگراه', '4367'];
1576
+ cities[32] = ['صالح آباد چولی', '4368'];
1577
+ cities[33] = ['کیارام', '4369'];
1578
+ cities[34] = ['دوزین', '4370'];
1579
+ cities[35] = ['قلعه قافه', '4371'];
1580
+ cities[36] = ['کنگور', '4372'];
1581
+ cities[37] = ['بالایشیخکین گلین', '4373'];
1582
+ cities[38] = ['پیشکمر', '4374'];
1583
+ cities[39] = ['بیشک تپه', '4375'];
1584
+ cities[40] = ['مراوه تپه', '4376'];
1585
+ cities[41] = ['قرهگل شرقی', '4377'];
1586
+ cities[42] = ['عزیز آباد', '4378'];
1587
+ cities[43] = ['یانبلاغ', '4379'];
1588
+ cities[44] = ['زرگر محله', '4380'];
1589
+ cities[45] = ['مرزی کلا', '4381'];
1590
+ cities[46] = ['رودپی', '4382'];
1591
+ cities[47] = ['معدن قشلاقی', '4354'];
1592
+ cities[48] = ['فارسیان', '4355'];
1593
+ cities[49] = ['خوش ییلاق', '4356'];
1594
+ cities[50] = ['تاتارعلیا', '4357'];
1595
+ cities[51] = ['پشمک نیاده', '4358'];
1596
+ cities[52] = ['باغلی مارامه', '4359'];
1597
+ cities[53] = ['داشلی برون', '4360'];
1598
+ cities[54] = ['دیگچه', '4361'];
1599
+ cities[55] = ['حاجیقوشان', '4362'];
1600
+ cities[56] = ['سارجهگر', '4363'];
1601
+ cities[57] = ['کرند', '4364'];
1602
+ cities[58] = ['آمل', '3522'];
1603
+ cities[59] = ['بابل', '3523'];
1604
+ cities[60] = ['ساری', '3524'];
1605
+ cities[61] = ['معلم کلاء', '3209'];
1606
+ cities[62] = ['سرخرود', '3210'];
1607
+ cities[63] = ['وسطی کلاء', '3211'];
1608
+ cities[64] = ['رینه', '3212'];
1609
+ cities[65] = ['سوا', '3213'];
1610
+ cities[66] = ['بایجان', '3214'];
1611
+ cities[67] = ['گزنک', '3215'];
1612
+ cities[68] = ['چمستان', '3216'];
1613
+ cities[69] = ['بنفشه ده', '3217'];
1614
+ cities[70] = ['رئیس کلالاویج', '3218'];
1615
+ cities[71] = ['اوزه', '3219'];
1616
+ cities[72] = ['بلده', '3220'];
1617
+ cities[73] = ['تاکر', '3221'];
1618
+ cities[74] = ['گلنده رود', '3222'];
1619
+ cities[75] = ['چلندر', '3223'];
1620
+ cities[76] = ['صلاح الدین کلاء', '3224'];
1621
+ cities[77] = ['نارنجبن', '3225'];
1622
+ cities[78] = ['رویانشهر', '3226'];
1623
+ cities[79] = ['کجور', '3227'];
1624
+ cities[80] = ['پولکجور', '3228'];
1625
+ cities[81] = ['لشکنار', '3229'];
1626
+ cities[82] = ['هچیرود', '3230'];
1627
+ cities[83] = ['مرزن آباد', '3231'];
1628
+ cities[84] = ['کردیچال', '3232'];
1629
+ cities[85] = ['کلاردشت', '3233'];
1630
+ cities[86] = ['کلنو', '3234'];
1631
+ cities[87] = ['دلیر', '3235'];
1632
+ cities[88] = ['سیاه پیشه', '3236'];
1633
+ cities[89] = ['کلارآباد', '3237'];
1634
+ cities[90] = ['عباس آباد', '3238'];
1635
+ cities[91] = ['سرلنگا', '3239'];
1636
+ cities[92] = ['کترا', '3240'];
1637
+ cities[93] = ['گلعلی آباد', '3241'];
1638
+ cities[94] = ['میانکوه دوهزار', '3242'];
1639
+ cities[95] = ['مهران سه هزار', '3243'];
1640
+ cities[96] = ['نشتارود', '3244'];
1641
+ cities[97] = ['قلعه گردن', '3245'];
1642
+ cities[98] = ['خرم آباد', '3246'];
1643
+ cities[99] = ['شیرود', '3247'];
1644
+ cities[100] = ['سلیمان آباد', '3248'];
1645
+ cities[101] = ['کشکو', '3249'];
1646
+ cities[102] = ['لاکتراشان', '3250'];
1647
+ cities[103] = ['سادات محله', '3251'];
1648
+ cities[104] = ['کتالم', '3252'];
1649
+ cities[105] = ['اغوزکتی', '3253'];
1650
+ cities[106] = ['جواهرده', '3254'];
1651
+ cities[107] = ['جفت رودبار', '3255'];
1652
+ cities[108] = ['تهل', '3256'];
1653
+ cities[109] = ['خوشرودپی', '3257'];
1654
+ cities[110] = ['آهنگرکلا', '3258'];
1655
+ cities[111] = ['گاون کلا', '3259'];
1656
+ cities[112] = ['وقبله', '4246'];
1657
+ cities[113] = ['شورکش', '4247'];
1658
+ cities[114] = ['اینچهدان', '4248'];
1659
+ cities[115] = ['عرب خیل', '4249'];
1660
+ cities[116] = ['بهنمیر', '4250'];
1661
+ cities[117] = ['کاسگرمحله', '4251'];
1662
+ cities[118] = ['کله بست', '4252'];
1663
+ cities[119] = ['بیشه سر', '4253'];
1664
+ cities[120] = ['گنج افروز', '4254'];
1665
+ cities[121] = ['گتاب', '4255'];
1666
+ cities[122] = ['دابودشت', '4256'];
1667
+ cities[123] = ['درازکش', '4257'];
1668
+ cities[124] = ['گردرودبار', '4258'];
1669
+ cities[125] = ['شهیدآباد', '4259'];
1670
+ cities[126] = ['احمد چاله پس', '4260'];
1671
+ cities[127] = ['بالا جنید', '4261'];
1672
+ cities[128] = ['خطیر کلاء', '4262'];
1673
+ cities[129] = ['حاجی کلاء صنم', '4263'];
1674
+ cities[130] = ['واسکس', '4264'];
1675
+ cities[131] = ['قادیکلاء', '4265'];
1676
+ cities[132] = ['دیکنده', '4266'];
1677
+ cities[133] = ['کفشگرکلااوطه', '4267'];
1678
+ cities[134] = ['کیا کلا', '4268'];
1679
+ cities[135] = ['بالادسته', '4269'];
1680
+ cities[136] = ['بیزکی', '4270'];
1681
+ cities[137] = ['کوهی خیل', '4271'];
1682
+ cities[138] = ['سنگتاب', '4272'];
1683
+ cities[139] = ['رکابدارکلا', '4273'];
1684
+ cities[140] = ['شیر کلا', '4274'];
1685
+ cities[141] = ['آلاشت', '4275'];
1686
+ cities[142] = ['لغور', '4276'];
1687
+ cities[143] = ['اتو', '4277'];
1688
+ cities[144] = ['شیرگاه', '4278'];
1689
+ cities[145] = ['پالند', '4279'];
1690
+ cities[146] = ['چرات', '4280'];
1691
+ cities[147] = ['دهمیان', '4281'];
1692
+ cities[148] = ['خشکدره', '4282'];
1693
+ cities[149] = ['امافت', '4283'];
1694
+ cities[150] = ['دو آب', '4284'];
1695
+ cities[151] = ['ورسک', '4285'];
1696
+ cities[152] = ['کتی لته', '4286'];
1697
+ cities[153] = ['اروست', '4287'];
1698
+ cities[154] = ['فریم', '4288'];
1699
+ cities[155] = ['سنگده', '4289'];
1700
+ cities[156] = ['قادیکلا', '4290'];
1701
+ cities[157] = ['تاکام', '4291'];
1702
+ cities[158] = ['هولار', '4292'];
1703
+ cities[159] = ['اسبوکلا', '4293'];
1704
+ cities[160] = ['سورک', '4294'];
1705
+ cities[161] = ['اسلام آباد', '4295'];
1706
+ cities[162] = ['گهرباران', '4296'];
1707
+ cities[163] = ['فرخ آباد', '4297'];
1708
+ cities[164] = ['داراب کلاء', '4298'];
1709
+ cities[165] = ['ماچک پشت', '4299'];
1710
+ cities[166] = ['خورشید', '4300'];
1711
+ cities[167] = ['زاغمرز', '4301'];
1712
+ cities[168] = ['چلمردی', '4302'];
1713
+ cities[169] = ['رستم کلا', '4303'];
1714
+ cities[170] = ['پائین زرندین', '4304'];
1715
+ cities[171] = ['بارابسر', '4305'];
1716
+ cities[172] = ['تیر تاش', '4306'];
1717
+ cities[173] = ['خلیل شهر', '4307'];
1718
+ cities[174] = ['حسین آباد', '4308'];
1719
+ cities[175] = ['دامداری حسن ابوطا', '4309'];
1720
+ cities[176] = ['بشیرینه', '4310'];
1721
+ cities[177] = ['سفیدچاه', '4311'];
1722
+ cities[178] = ['دامداری مجریان', '4312'];
1723
+ cities[179] = ['محمودآباد', '3655'];
1724
+ cities[180] = ['نور', '3656'];
1725
+ cities[181] = ['نوشهر', '3657'];
1726
+ cities[182] = ['چالوس', '3658'];
1727
+ cities[183] = ['سلمانشهر', '3659'];
1728
+ cities[184] = ['تنکابن', '3660'];
1729
+ cities[185] = ['رامسر', '3661'];
1730
+ cities[186] = ['امیرکلا', '3662'];
1731
+ cities[187] = ['بابلسر', '3663'];
1732
+ cities[188] = ['فریدون کنار', '3664'];
1733
+ cities[189] = ['قائم شهر', '3665'];
1734
+ cities[190] = ['جویبار', '3666'];
1735
+ cities[191] = ['زیرآب', '3667'];
1736
+ cities[192] = ['پل سفید ـ سوادکوه', '3668'];
1737
+ cities[193] = ['کیاسر', '3669'];
1738
+ cities[194] = ['نکاء', '3670'];
1739
+ cities[195] = ['بهشهر', '3671'];
1740
+ cities[196] = ['گلوگاه', '3672'];
1741
  break;
1742
 
1743
  //گلستان
1744
  case 'GLS':
1745
  case 'GO':
1746
+ cities[1] = ['گرگان', '3525'];
1747
+ cities[2] = ['بندر گز', '3673'];
1748
+ cities[3] = ['کردکوی', '3674'];
1749
+ cities[4] = ['بندرترکمن', '3675'];
1750
+ cities[5] = ['آق قلا', '3676'];
1751
+ cities[6] = ['علی آباد', '3677'];
1752
+ cities[7] = ['آزادشهر', '3678'];
1753
+ cities[8] = ['گنبدکاوس', '3679'];
1754
+ cities[9] = ['مینودشت', '3680'];
1755
+ cities[10] = ['کلاله', '3681'];
1756
+ cities[11] = ['خان ببین', '4346'];
1757
+ cities[12] = ['دلند', '4347'];
1758
+ cities[13] = ['سرخن کلاته', '4335'];
1759
+ cities[14] = ['نوده خاندوز', '4353'];
1760
+ cities[15] = ['گالیکش', '4365'];
1761
+ cities[16] = ['جلین', '4366'];
1762
+ cities[17] = ['نگین شهر', '4318'];
1763
+ cities[18] = ['سیمین شهر', '4319'];
1764
+ cities[19] = ['نوکنده', '4313'];
1765
+ cities[20] = ['اینچه برون', '4314'];
1766
+ cities[21] = ['مراوه تپه', '4315'];
1767
+ cities[22] = ['رامیان', '4316'];
1768
+ cities[23] = ['گمیش تپه', '4330'];
1769
+ cities[24] = ['انبار آلوم', '4338'];
1770
+ cities[25] = ['فاضل آباد', '4339'];
1771
  break;
1772
 
1773
  //اردبیل
1774
  case 'ADL':
1775
  case 'AR':
1776
+ cities[1] = ['اردبیل', '3532'];
1777
+ cities[2] = ['نمین', '3700'];
1778
+ cities[3] = ['نیر', '3701'];
1779
+ cities[4] = ['گرمی', '3702'];
1780
+ cities[5] = ['مشکین شهر', '3703'];
1781
+ cities[6] = ['بیله سوار', '3704'];
1782
+ cities[7] = ['خلخال', '3705'];
1783
+ cities[8] = ['پارس آباد', '3706'];
1784
+ cities[9] = ['ابی بیگلو', '4514'];
1785
+ cities[10] = ['نانهکران', '4515'];
1786
+ cities[11] = ['عنبران', '4516'];
1787
+ cities[12] = ['گرده', '4517'];
1788
+ cities[13] = ['ثمرین', '4518'];
1789
+ cities[14] = ['اردی موسی', '4519'];
1790
+ cities[15] = ['سرعین', '4520'];
1791
+ cities[16] = ['کوارئیم', '4521'];
1792
+ cities[17] = ['اسلام آباد', '4522'];
1793
+ cities[18] = ['مهماندوست', '4523'];
1794
+ cities[19] = ['هیر', '4524'];
1795
+ cities[20] = ['بقرآباد', '4525'];
1796
+ cities[21] = ['بودالالو', '4526'];
1797
+ cities[22] = ['ارالوی بزرگ', '4527'];
1798
+ cities[23] = ['دیزج', '4528'];
1799
+ cities[24] = ['حمزه خانلو', '4529'];
1800
+ cities[25] = ['زهرا', '4530'];
1801
+ cities[26] = ['انی علیا', '4531'];
1802
+ cities[27] = ['قاسمکندی', '4532'];
1803
+ cities[28] = ['تازه کند انگوت', '4533'];
1804
+ cities[29] = ['قره اغاج پائین', '4534'];
1805
+ cities[30] = ['پریخان', '4535'];
1806
+ cities[31] = ['قصابه', '4536'];
1807
+ cities[32] = ['فخرآباد', '4537'];
1808
+ cities[33] = ['رضی', '4538'];
1809
+ cities[34] = ['قوشه سفلی', '4539'];
1810
+ cities[35] = ['مرادلو', '4540'];
1811
+ cities[36] = ['گنجوبه', '4541'];
1812
+ cities[37] = ['گوگ تپه', '4542'];
1813
+ cities[38] = ['انجیر لو', '4543'];
1814
+ cities[39] = ['جعفرآباد', '4544'];
1815
+ cities[40] = ['آغداش کلام', '4545'];
1816
+ cities[41] = ['خورخور سفلی', '4546'];
1817
+ cities[42] = ['شورگل', '4547'];
1818
+ cities[43] = ['نظرعلی بلاغی', '4548'];
1819
+ cities[44] = ['لنبر', '4549'];
1820
+ cities[45] = ['فیروزآباد', '4550'];
1821
+ cities[46] = ['گیوی ـ کوثر', '4551'];
1822
+ cities[47] = ['خلف لو', '4552'];
1823
+ cities[48] = ['هشتجین', '4553'];
1824
+ cities[49] = ['برندق', '4554'];
1825
+ cities[50] = ['کلور', '4555'];
1826
+ cities[51] = ['تازه کندقدیم', '4556'];
1827
+ cities[52] = ['گوشلو', '4557'];
1828
+ cities[53] = ['اققباق سفلی', '4558'];
1829
+ cities[54] = ['شهرک شهید غفاری', '4559'];
1830
+ cities[55] = ['اصلاندوز', '4560'];
1831
+ cities[56] = ['بلانعلیا', '4561'];
1832
+ cities[57] = ['لاهرود', '4562'];
1833
  break;
1834
 
1835
  //آذربایجان غربی
1836
  case 'WAZ':
1837
  case 'AW':
1838
+ cities[1] = ['باراندوز', '4563'];
1839
+ cities[2] = ['دیزج دول', '4564'];
1840
+ cities[3] = ['ابگرم', '4565'];
1841
+ cities[4] = ['سرنق', '4566'];
1842
+ cities[5] = ['چهریق علیا', '4567'];
1843
+ cities[6] = ['داراب', '4568'];
1844
+ cities[7] = ['دلزی', '4569'];
1845
+ cities[8] = ['اغ برزه', '4570'];
1846
+ cities[9] = ['سنجی', '4571'];
1847
+ cities[10] = ['کیک آباد', '4572'];
1848
+ cities[11] = ['خاتون باغ', '4573'];
1849
+ cities[12] = ['حاجی حسن', '4574'];
1850
+ cities[13] = ['سوگلی تپه', '4575'];
1851
+ cities[14] = ['کلیجه', '4576'];
1852
+ cities[15] = ['حاجیکند', '4577'];
1853
+ cities[16] = ['باغچه', '4578'];
1854
+ cities[17] = ['خورخوره', '4579'];
1855
+ cities[18] = ['کاولان علیا', '4580'];
1856
+ cities[19] = ['سیاقول علیا', '4581'];
1857
+ cities[20] = ['اگریقاش', '4582'];
1858
+ cities[21] = ['اوزوندره علیا', '4583'];
1859
+ cities[22] = ['یکشوه', '4584'];
1860
+ cities[23] = ['جوانمرد', '4585'];
1861
+ cities[24] = ['اغتطر', '4586'];
1862
+ cities[25] = ['سیمینه', '4587'];
1863
+ cities[26] = ['رحیمخان', '4588'];
1864
+ cities[27] = ['گلتپه قورمیش', '4589'];
1865
+ cities[28] = ['سلماش', '4590'];
1866
+ cities[29] = ['اسلام آباد', '4591'];
1867
+ cities[30] = ['بیوران سفلی', '4592'];
1868
+ cities[31] = ['زمزیران', '4593'];
1869
+ cities[32] = ['ربط', '4594'];
1870
+ cities[33] = ['کشاورز (اقبال)', '4595'];
1871
+ cities[34] = ['ملا شهاب الدین', '4596'];
1872
+ cities[35] = ['للکلو', '4597'];
1873
+ cities[36] = ['بکتاش', '4598'];
1874
+ cities[37] = ['چهاربرج قدیم', '4599'];
1875
+ cities[38] = ['گوگ تپه خالصه', '4600'];
1876
+ cities[39] = ['تک آغاج', '4601'];
1877
+ cities[40] = ['هاچاسو', '4602'];
1878
+ cities[41] = ['هولاسو', '4603'];
1879
+ cities[42] = ['قوزلوی افشار', '4604'];
1880
+ cities[43] = ['محمودآباد', '4605'];
1881
+ cities[44] = ['الیچین', '4606'];
1882
+ cities[45] = ['حیدرباغی', '4607'];
1883
+ cities[46] = ['حمزه قاسم', '4608'];
1884
+ cities[47] = ['اوغولبیگ', '4609'];
1885
+ cities[48] = ['دورباش', '4610'];
1886
+ cities[49] = ['اقابیگ', '4611'];
1887
+ cities[50] = ['احمدآبادسفلی', '4612'];
1888
+ cities[51] = ['باروق', '4613'];
1889
+ cities[52] = ['سیلوانا', '3707'];
1890
+ cities[53] = ['قوشچی', '3708'];
1891
+ cities[54] = ['نقده', '3709'];
1892
+ cities[55] = ['ارومیه', '3533'];
1893
+ cities[56] = ['سیلوه', '3534'];
1894
+ cities[57] = ['خوی', '3535'];
1895
+ cities[58] = ['مهاباد', '3536'];
1896
+ cities[59] = ['اشنویه', '3057'];
1897
+ cities[60] = ['پیرانشهر', '3058'];
1898
+ cities[61] = ['جلدیان', '3059'];
1899
+ cities[62] = ['ایواوغلی', '3060'];
1900
+ cities[63] = ['دیزجدیز', '3061'];
1901
+ cities[64] = ['فیرورق', '3062'];
1902
+ cities[65] = ['قره ضیاء الدین ـ چایپاره', '3063'];
1903
+ cities[66] = ['ماکو', '3064'];
1904
+ cities[67] = ['سیه چشمه ـ چالدران', '3065'];
1905
+ cities[68] = ['سلماس', '3066'];
1906
+ cities[69] = ['تازه شهر', '3067'];
1907
+ cities[70] = ['گوگ تپه', '3068'];
1908
+ cities[71] = ['کتیکه', '3069'];
1909
+ cities[72] = ['بوکان', '3070'];
1910
+ cities[73] = ['سردشت', '3071'];
1911
+ cities[74] = ['میاندوآب', '3072'];
1912
+ cities[75] = ['شاهین دژ', '3073'];
1913
+ cities[76] = ['تکاب', '3074'];
1914
+ cities[77] = ['میاوق', '2913'];
1915
+ cities[78] = ['ایبلو', '2914'];
1916
+ cities[79] = ['دستجرد', '2915'];
1917
+ cities[80] = ['نوشین شهر', '2916'];
1918
+ cities[81] = ['طلا تپه', '2917'];
1919
+ cities[82] = ['راژان', '2918'];
1920
+ cities[83] = ['هاشم آباد', '2919'];
1921
+ cities[84] = ['دیزج', '2920'];
1922
+ cities[85] = ['زیوه', '2921'];
1923
+ cities[86] = ['توئی', '2922'];
1924
+ cities[87] = ['موانا', '2923'];
1925
+ cities[88] = ['قره باغ', '2924'];
1926
+ cities[89] = ['بهله', '2925'];
1927
+ cities[90] = ['امامکندی', '2926'];
1928
+ cities[91] = ['نازلو', '2927'];
1929
+ cities[92] = ['سرو', '2928'];
1930
+ cities[93] = ['کانسپی', '2929'];
1931
+ cities[94] = ['ممکان', '2930'];
1932
+ cities[95] = ['میرآباد', '2931'];
1933
+ cities[96] = ['حسنلو', '2932'];
1934
+ cities[97] = ['کهریز عجم', '2933'];
1935
+ cities[98] = ['محمد یار', '2934'];
1936
+ cities[99] = ['شیخ احمد', '2935'];
1937
+ cities[100] = ['بیگی مقلعه', '2936'];
1938
+ cities[101] = ['راهدانه', '2937'];
1939
+ cities[102] = ['شاهوانه', '2938'];
1940
+ cities[103] = ['نالوس', '2939'];
1941
+ cities[104] = ['ده شمس بزرگ', '2940'];
1942
+ cities[105] = ['گلاز', '2941'];
1943
+ cities[106] = ['لولکان', '2942'];
1944
+ cities[107] = ['سیاوان', '2943'];
1945
+ cities[108] = ['کلهکین', '2944'];
1946
+ cities[109] = ['شین آباد', '2945'];
1947
+ cities[110] = ['چیانه', '2946'];
1948
+ cities[111] = ['بیکوس', '2947'];
1949
+ cities[112] = ['هنگاباد', '2948'];
1950
+ cities[113] = ['گردکشانه', '2949'];
1951
+ cities[114] = ['پسوه', '2950'];
1952
+ cities[115] = ['ریگ آباد', '2951'];
1953
+ cities[116] = ['احمد غریب', '2952'];
1954
+ cities[117] = ['سیهباز', '2953'];
1955
+ cities[118] = ['بیله وار', '2954'];
1956
+ cities[119] = ['ولدیان', '2955'];
1957
+ cities[120] = ['قوروق', '2956'];
1958
+ cities[121] = ['هندوان', '2957'];
1959
+ cities[122] = ['بدلان', '2958'];
1960
+ cities[123] = ['بلسورسفلی', '2959'];
1961
+ cities[124] = ['زورآباد', '2960'];
1962
+ cities[125] = ['استران', '2961'];
1963
+ cities[126] = ['قطور', '2962'];
1964
+ cities[127] = ['شیرین بلاغی', '2963'];
1965
+ cities[128] = ['مراکان', '2964'];
1966
+ cities[129] = ['چورس', '2965'];
1967
+ cities[130] = ['قورول علیا', '2966'];
1968
+ cities[131] = ['بسطام', '2967'];
1969
+ cities[132] = ['قرهتپه', '2968'];
1970
+ cities[133] = ['ریحانلوی علیا', '2969'];
1971
+ cities[134] = ['زاویه سفلی', '2970'];
1972
+ cities[135] = ['آواجیق (کلیسا کندی)', '2971'];
1973
+ cities[136] = ['بازرگان', '2972'];
1974
+ cities[137] = ['قمقشلاق علیا', '2973'];
1975
+ cities[138] = ['یولاگلدی', '2974'];
1976
+ cities[139] = ['قرنقو', '2975'];
1977
+ cities[140] = ['شوط', '2976'];
1978
+ cities[141] = ['پلدشت', '2977'];
1979
+ cities[142] = ['نازک علیا', '2978'];
1980
+ cities[143] = ['حسنکندی', '2979'];
1981
+ cities[144] = ['وردان', '2980'];
1982
+ cities[145] = ['قرهقشلاق', '2981'];
1983
+ cities[146] = ['تمر', '2982'];
1984
  break;
1985
 
1986
  //همدان
1987
  case 'HDN':
1988
  case 'HD':
1989
+ cities[1] = ['همدان', '3540'];
1990
+ cities[2] = ['بهار', '3088'];
1991
+ cities[3] = ['اسدآباد', '3089'];
1992
+ cities[4] = ['کبودرآهنگ', '3090'];
1993
+ cities[5] = ['فامنین', '3091'];
1994
+ cities[6] = ['ملایر', '3092'];
1995
+ cities[7] = ['تویسرکان', '3093'];
1996
+ cities[8] = ['نهاوند', '3094'];
1997
+ cities[9] = ['حسین آباد', '3126'];
1998
+ cities[10] = ['گنبد', '3127'];
1999
+ cities[11] = ['جورقان', '3128'];
2000
+ cities[12] = ['پادگان قهرمان', '3129'];
2001
+ cities[13] = ['همهکسی', '2705'];
2002
+ cities[14] = ['صالح آباد', '2706'];
2003
+ cities[15] = ['پرلوک', '2707'];
2004
+ cities[16] = ['عاشوری', '2708'];
2005
+ cities[17] = ['مهاجران', '2709'];
2006
+ cities[18] = ['ویرایی', '2710'];
2007
+ cities[19] = ['مریانج', '2711'];
2008
+ cities[20] = ['جنت آباد', '2712'];
2009
+ cities[21] = ['موسی آباد', '2713'];
2010
+ cities[22] = ['چنارسفلی', '2714'];
2011
+ cities[23] = ['چنارعلیا', '2715'];
2012
+ cities[24] = ['اجین', '2716'];
2013
+ cities[25] = ['طویلان سفلا', '2717'];
2014
+ cities[26] = ['کوریجان', '2718'];
2015
+ cities[27] = ['کوهین', '2719'];
2016
+ cities[28] = ['قهوردسفلی', '2720'];
2017
+ cities[29] = ['اکنلو', '2721'];
2018
+ cities[30] = ['شیرین سو', '2722'];
2019
+ cities[31] = ['گل تپه', '2723'];
2020
+ cities[32] = ['داقداق آباد', '2724'];
2021
+ cities[33] = ['قهاوند', '2725'];
2022
+ cities[34] = ['تجرک', '2726'];
2023
+ cities[35] = ['کوزره', '2727'];
2024
+ cities[36] = ['چانگرین', '2728'];
2025
+ cities[37] = ['دمق', '2729'];
2026
+ cities[38] = ['رزن', '2730'];
2027
+ cities[39] = ['قروه درجزین', '2731'];
2028
+ cities[40] = ['ازناو', '2732'];
2029
+ cities[41] = ['جوزان', '2733'];
2030
+ cities[42] = ['زنگنه', '2734'];
2031
+ cities[43] = ['سامن', '2735'];
2032
+ cities[44] = ['اورزمان', '2736'];
2033
+ cities[45] = ['جوکار', '2737'];
2034
+ cities[46] = ['اسلام آباد', '2738'];
2035
+ cities[47] = ['جعفریه', '2739'];
2036
+ cities[48] = ['سرکان', '2740'];
2037
+ cities[49] = ['میانده', '2741'];
2038
+ cities[50] = ['فرسنج', '2742'];
2039
+ cities[51] = ['ولاشجرد', '2743'];
2040
+ cities[52] = ['اشتران', '2744'];
2041
+ cities[53] = ['باباپیر', '2745'];
2042
+ cities[54] = ['جهان آباد', '2746'];
2043
+ cities[55] = ['باباقاسم', '2747'];
2044
+ cities[56] = ['بابارستم', '2748'];
2045
+ cities[57] = ['گیان', '2749'];
2046
+ cities[58] = ['دهفول', '2750'];
2047
+ cities[59] = ['فیروزان', '2751'];
2048
+ cities[60] = ['شهرک صنعتی', '2752'];
2049
+ cities[61] = ['پایگاه نوژه', '2753'];
2050
+ cities[62] = ['علیصدر', '2754'];
2051
+ cities[63] = ['زند', '2755'];
2052
+ cities[64] = ['ازندریان', '2756'];
2053
+ cities[65] = ['خزل', '2757'];
2054
+ cities[66] = ['لالجین', '4703'];
2055
+ cities[67] = ['دینارآباد', '4704'];
2056
  break;
2057
 
2058
  //کردستان
2059
  case 'KRD':
2060
  case 'KD':
2061
+ cities[1] = ['شویشه', '5604'];
2062
+ cities[2] = ['شاهین', '3130'];
2063
+ cities[3] = ['طای', '3131'];
2064
+ cities[4] = ['گازرخانی', '3132'];
2065
+ cities[5] = ['نشورسفلی', '3133'];
2066
+ cities[6] = ['شیروانه', '3134'];
2067
+ cities[7] = ['خامسان', '3135'];
2068
+ cities[8] = ['موچش', '3136'];
2069
+ cities[9] = ['شریف آباد', '3137'];
2070
+ cities[10] = ['کوله', '3138'];
2071
+ cities[11] = ['هزارکانیان', '3139'];
2072
+ cities[12] = ['زرینه', '3140'];
2073
+ cities[13] = ['گورباباعلی', '3141'];
2074
+ cities[14] = ['گاوشله', '3142'];
2075
+ cities[15] = ['حزکه', '3143'];
2076
+ cities[16] = ['یاسوکند', '3144'];
2077
+ cities[17] = ['توپاغاج', '3145'];
2078
+ cities[18] = ['اغبلاغ طفامین', '3146'];
2079
+ cities[19] = ['باباشارنی', '3147'];
2080
+ cities[20] = ['خسروآباد', '3148'];
2081
+ cities[21] = ['جعفرآباد', '3149'];
2082
+ cities[22] = ['دلبران', '3150'];
2083
+ cities[23] = ['دزج', '3151'];
2084
+ cities[24] = ['کانی گنجی', '3152'];
2085
+ cities[25] = ['بلبان آباد', '3153'];
2086
+ cities[26] = ['دهگلان', '3154'];
2087
+ cities[27] = ['قروچای', '3155'];
2088
+ cities[28] = ['سریش آباد', '3156'];
2089
+ cities[29] = ['نی', '3157'];
2090
+ cities[30] = ['بردهرشه', '3158'];
2091
+ cities[31] = ['چناره', '3159'];
2092
+ cities[32] = ['پیرخفران', '3160'];
2093
+ cities[33] = ['بیساران', '3161'];
2094
+ cities[34] = ['سروآباد', '3162'];
2095
+ cities[35] = ['اورامانتخت', '3163'];
2096
+ cities[36] = ['سرا', '3164'];
2097
+ cities[37] = ['گلتپه', '3165'];
2098
+ cities[38] = ['تیلکو', '3166'];
2099
+ cities[39] = ['صاحب', '3167'];
2100
+ cities[40] = ['خورخوره', '3168'];
2101
+ cities[41] = ['کسنزان', '3169'];
2102
+ cities[42] = ['میرهده', '3170'];
2103
+ cities[43] = ['ننور', '3171'];
2104
+ cities[44] = ['بوئین سفلی', '3172'];
2105
+ cities[45] = ['َآرمرده', '3173'];
2106
+ cities[46] = ['بوالحسن', '3174'];
2107
+ cities[47] = ['کانی سور', '3175'];
2108
+ cities[48] = ['کوخان', '3176'];
2109
+ cities[49] = ['شوی', '3177'];
2110
+ cities[50] = ['کامیاران', '3095'];
2111
+ cities[51] = ['دیواندره', '3096'];
2112
+ cities[52] = ['بیجار', '3097'];
2113
+ cities[53] = ['قروه', '3098'];
2114
+ cities[54] = ['مریوان', '3099'];
2115
+ cities[55] = ['سقز', '3100'];
2116
+ cities[56] = ['بانه', '3101'];
2117
+ cities[57] = ['سنندج', '3541'];
2118
  break;
2119
 
2120
  //کرمانشاه
2121
  case 'KRH':
2122
  case 'BK':
2123
+ cities[1] = ['تازه آباد ـ ثلاث باباجانی', '4705'];
2124
+ cities[2] = ['نسار دیره', '4706'];
2125
+ cities[3] = ['سرمست(گواور)', '4707'];
2126
+ cities[4] = ['تپهرش', '4708'];
2127
+ cities[5] = ['خسروی', '4709'];
2128
+ cities[6] = ['نفت شهر', '4710'];
2129
+ cities[7] = ['سومار', '4711'];
2130
+ cities[8] = ['گیلانغرب', '4712'];
2131
+ cities[9] = ['چله', '4713'];
2132
+ cities[10] = ['قیلان', '4714'];
2133
+ cities[11] = ['باینگان', '4715'];
2134
+ cities[12] = ['نوسود', '4716'];
2135
+ cities[13] = ['نودشه', '4717'];
2136
+ cities[14] = ['روانسر', '4718'];
2137
+ cities[15] = ['دولت آباد', '4719'];
2138
+ cities[16] = ['جوانرود', '4720'];
2139
+ cities[17] = ['میرآباد', '4721'];
2140
+ cities[18] = ['کرمانشاه', '3542'];
2141
+ cities[19] = ['هرسین', '3102'];
2142
+ cities[20] = ['کنگاور', '3103'];
2143
+ cities[21] = ['سنقر', '3104'];
2144
+ cities[22] = ['اسلام آباد غرب', '3105'];
2145
+ cities[23] = ['سرپل ذهاب', '3106'];
2146
+ cities[24] = ['قصرشیرین', '3107'];
2147
+ cities[25] = ['پاوه', '3108'];
2148
+ cities[26] = ['هفت اشیان', '3178'];
2149
+ cities[27] = ['هلشی', '3179'];
2150
+ cities[28] = ['دوردشت', '3180'];
2151
+ cities[29] = ['سنقرآباد', '3181'];
2152
+ cities[30] = ['بیستون', '3182'];
2153
+ cities[31] = ['جعفرآباد(گاکیه)', '3183'];
2154
+ cities[32] = ['مرزبانی', '3184'];
2155
+ cities[33] = ['فش', '3185'];
2156
+ cities[34] = ['فرامان', '3186'];
2157
+ cities[35] = ['سلطان آباد', '3187'];
2158
+ cities[36] = ['صحنه', '3188'];
2159
+ cities[37] = ['قزوینه', '3189'];
2160
+ cities[38] = ['دهلقین', '3190'];
2161
+ cities[39] = ['درکه', '3191'];
2162
+ cities[40] = ['باوله', '3192'];
2163
+ cities[41] = ['گردکانه علیا', '3193'];
2164
+ cities[42] = ['اگاه علیا', '3194'];
2165
+ cities[43] = ['سطر', '3195'];
2166
+ cities[44] = ['کیونان', '2758'];
2167
+ cities[45] = ['کرگسار', '2759'];
2168
+ cities[46] = ['کندوله', '2760'];
2169
+ cities[47] = ['زاوله علیا', '2761'];
2170
+ cities[48] = ['حمیل', '2762'];
2171
+ cities[49] = ['ریجاب', '2763'];
2172
+ cities[50] = ['کرندغرب ـ دالاهو', '2764'];
2173
+ cities[51] = ['گهواره', '2765'];
2174
+ cities[52] = ['کوزران', '2766'];
2175
+ cities[53] = ['قلعه شیان', '2767'];
2176
+ cities[54] = ['سرفیروز آباد', '2768'];
2177
+ cities[55] = ['رباط', '2769'];
2178
+ cities[56] = ['حسن آباد', '2770'];
2179
+ cities[57] = ['سراب ذهاب', '2771'];
2180
+ cities[58] = ['ترک ویس', '2772'];
2181
+ cities[59] = ['ازگله', '2773'];
2182
  break;
2183
 
2184
  //لرستان
2185
  case 'LRS':
2186
  case 'LO':
2187
+ cities[1] = ['نورآباد ـ دلفان', '3109'];
2188
+ cities[2] = ['کوهدشت', '3110'];
2189
+ cities[3] = ['پل دختر', '3111'];
2190
+ cities[4] = ['الیگودرز', '3112'];
2191
+ cities[5] = ['ازنا', '3113'];
2192
+ cities[6] = ['دورود', '3114'];
2193
+ cities[7] = ['الشتر ـ سلسله', '3115'];
2194
+ cities[8] = ['خرم آباد', '3543'];
2195
+ cities[9] = ['بروجرد', '3544'];
2196
+ cities[10] = ['ماسور', '4722'];
2197
+ cities[11] = ['چغلوندی', '4723'];
2198
+ cities[12] = ['برخوردار', '4724'];
2199
+ cities[13] = ['فرهادآباد', '4725'];
2200
+ cities[14] = ['دمباغ', '4726'];
2201
+ cities[15] = ['کهریزوروشت', '4727'];
2202
+ cities[16] = ['چشمه کوزان', '4728'];
2203
+ cities[17] = ['هفت چشمه', '4729'];
2204
+ cities[18] = ['تقی آباد', '4730'];
2205
+ cities[19] = ['خوشناموند', '4731'];
2206
+ cities[20] = ['اشتره گل گل', '4732'];
2207
+ cities[21] = ['چقابل', '4733'];
2208
+ cities[22] = ['سوری', '4734'];
2209
+ cities[23] = ['کونانی', '4735'];
2210
+ cities[24] = ['گراب', '4736'];
2211
+ cities[25] = ['درب گنبد', '4737'];
2212
+ cities[26] = ['پاعلم', '4738'];
2213
+ cities[27] = ['واشیان نصیرتپه', '4739'];
2214
+ cities[28] = ['چشمک زیرتنگ', '4740'];
2215
+ cities[29] = ['افرینه', '4741'];
2216
+ cities[30] = ['معمولان', '4742'];
2217
+ cities[31] = ['میان راهان', '4743'];
2218
+ cities[32] = ['شوراب سفلی', '4744'];
2219
+ cities[33] = ['شاهپورآباد', '4745'];
2220
+ cities[34] = ['چمن سلطان', '4746'];
2221
+ cities[35] = ['کیزاندره', '4747'];
2222
+ cities[36] = ['بزنوید', '4748'];
2223
+ cities[37] = ['شول آباد', '4749'];
2224
+ cities[38] = ['حیه', '4750'];
2225
+ cities[39] = ['مرگسر', '4751'];
2226
+ cities[40] = ['مومن آباد', '4752'];
2227
+ cities[41] = ['رازان', '4753'];
2228
+ cities[42] = ['سیاه گوشی', '4754'];
2229
+ cities[43] = ['زاغه', '4755'];
2230
+ cities[44] = ['سراب دوره', '4756'];
2231
+ cities[45] = ['چاه ذوالفقار', '4757'];
2232
+ cities[46] = ['چمپلک', '4758'];
2233
+ cities[47] = ['ژان', '4759'];
2234
+ cities[48] = ['کاغه شمالی', '4760'];
2235
+ cities[49] = ['چالان چولان', '4761'];
2236
+ cities[50] = ['سپیددشت', '4762'];
2237
+ cities[51] = ['چمسنگر', '4763'];
2238
+ cities[52] = ['تنگ هفت', '4764'];
2239
+ cities[53] = ['حکومتی', '4765'];
2240
+ cities[54] = ['سیاهپوش', '4766'];
2241
+ cities[55] = ['ده رحیم', '4767'];
2242
+ cities[56] = ['فیروزآباد', '4768'];
2243
+ cities[57] = ['اشترینان', '4769'];
2244
+ cities[58] = ['بندیزه', '4770'];
2245
+ cities[59] = ['دره گرگ', '4771'];
2246
  break;
2247
 
2248
  //بوشهر
2249
  case 'BHR':
2250
  case 'BU':
2251
+ cities[1] = ['بوشهر', '3547'];
2252
+ cities[2] = ['بندرگناوه', '3721'];
2253
+ cities[3] = ['خورموج ـ دشتی', '3722'];
2254
+ cities[4] = ['اهرم ـ تنگستان', '3723'];
2255
+ cities[5] = ['برازجان ـ دشتستان', '3724'];
2256
+ cities[6] = ['نخل تقی', '3725'];
2257
+ cities[7] = ['عالی شهر', '4886'];
2258
+ cities[8] = ['بندرریگ', '4887'];
2259
+ cities[9] = ['چهارروستائی', '4888'];
2260
+ cities[10] = ['شول', '4889'];
2261
+ cities[11] = ['بندردیلم', '4890'];
2262
+ cities[12] = ['امام حسن', '4891'];
2263
+ cities[13] = ['چغارک', '4892'];
2264
+ cities[14] = ['عسلویه', '4893'];
2265
+ cities[15] = ['بادوله', '4894'];
2266
+ cities[16] = ['شنبه', '4895'];
2267
+ cities[17] = ['کاکی', '4896'];
2268
+ cities[18] = ['جزیره خارک', '4897'];
2269
+ cities[19] = ['دلوار', '4898'];
2270
+ cities[20] = ['بنهگز', '4899'];
2271
+ cities[21] = ['آباد', '4900'];
2272
+ cities[22] = ['بردخون', '4901'];
2273
+ cities[23] = ['بندردیر', '4902'];
2274
+ cities[24] = ['ابدان', '4903'];
2275
+ cities[25] = ['ریز', '4904'];
2276
+ cities[26] = ['بندرکنگان', '4905'];
2277
+ cities[27] = ['جم', '4906'];
2278
+ cities[28] = ['آبگرم', '4907'];
2279
+ cities[29] = ['دالکی', '4908'];
2280
+ cities[30] = ['شبانکاره', '4909'];
2281
+ cities[31] = ['آبپخش', '4910'];
2282
+ cities[32] = ['سعدآباد', '4911'];
2283
+ cities[33] = ['وحدتیه', '4912'];
2284
+ cities[34] = ['تنگ ارم', '4913'];
2285
+ cities[35] = ['کلمه', '4914'];
2286
+ cities[36] = ['سیراف', '5620'];
2287
  break;
2288
 
2289
  //کرمان
2290
  case 'KRN':
2291
  case 'KE':
2292
+ cities[1] = ['کرمان', '3548'];
2293
+ cities[2] = ['رفسنجان', '3549'];
2294
+ cities[3] = ['سیرجان', '3550'];
2295
+ cities[4] = ['ماهان', '3729'];
2296
+ cities[5] = ['گلباف', '3730'];
2297
+ cities[6] = ['راور', '3731'];
2298
+ cities[7] = ['بم', '3732'];
2299
+ cities[8] = ['بروات', '3733'];
2300
+ cities[9] = ['راین', '3734'];
2301
+ cities[10] = ['محمدآباد ـ ریگان', '3735'];
2302
+ cities[11] = ['سرچشمه', '3736'];
2303
+ cities[12] = ['انار', '3737'];
2304
+ cities[13] = ['شهربابک', '3738'];
2305
+ cities[14] = ['زرند', '3739'];
2306
+ cities[15] = ['کیان شهر', '3740'];
2307
+ cities[16] = ['کوهبنان', '3741'];
2308
+ cities[17] = ['چترود', '3742'];
2309
+ cities[18] = ['پاریز', '3743'];
2310
+ cities[19] = ['بردسیر', '3744'];
2311
+ cities[20] = ['بافت', '3745'];
2312
+ cities[21] = ['جیرفت', '3746'];
2313
+ cities[22] = ['عنبرآباد', '3747'];
2314
+ cities[23] = ['کهنوج', '3748'];
2315
+ cities[24] = ['منوجان', '3749'];
2316
+ cities[25] = ['محی آباد', '5605'];
2317
+ cities[26] = ['ده بالا', '4936'];
2318
+ cities[27] = ['حسین آبادخان', '4937'];
2319
+ cities[28] = ['جوپار', '4938'];
2320
+ cities[29] = ['باغین', '4939'];
2321
+ cities[30] = ['اختیارآباد', '4940'];
2322
+ cities[31] = ['زنگی آباد', '4941'];
2323
+ cities[32] = ['جوشان', '4942'];
2324
+ cities[33] = ['سیرچ', '4943'];
2325
+ cities[34] = ['اندوهجرد', '4944'];
2326
+ cities[35] = ['شهداد', '4945'];
2327
+ cities[36] = ['کشیت', '4946'];
2328
+ cities[37] = ['همت آباد', '4947'];
2329
+ cities[38] = ['باغهوتک', '4948'];
2330
+ cities[39] = ['خورند', '4949'];
2331
+ cities[40] = ['فیض آباد', '4950'];
2332
+ cities[41] = ['دریجان', '4951'];
2333
+ cities[42] = ['نرماشیر', '4952'];
2334
+ cities[43] = ['فهرج', '4953'];
2335
+ cities[44] = ['دهنوگنیگی', '4954'];
2336
+ cities[45] = ['برج معاذ', '4955'];
2337
+ cities[46] = ['قلعه خان', '4956'];
2338
+ cities[47] = ['نظام شهر', '4957'];
2339
+ cities[48] = ['خانه خاتون', '4958'];
2340
+ cities[49] = ['ابارق', '4959'];
2341
+ cities[50] = ['عبدالصمدیه', '4960'];
2342
+ cities[51] = ['گروه', '4961'];
2343
+ cities[52] = ['گزک', '4962'];
2344
+ cities[53] = ['حسین آباد', '4963'];
2345
+ cities[54] = ['دهنه عباسی', '4964'];
2346
+ cities[55] = ['تهرود', '4965'];
2347
+ cities[56] = ['میرآباد', '4966'];
2348
+ cities[57] = ['داوران', '4967'];
2349
+ cities[58] = ['خنامان', '4968'];
2350
+ cities[59] = ['کبوترخان', '4969'];
2351
+ cities[60] = ['هرمزآباد', '4970'];
2352
+ cities[61] = ['کشکوئیه', '4971'];
2353
+ cities[62] = ['گلشن', '4972'];
2354
+ cities[63] = ['فردوسیه', '4973'];
2355
+ cities[64] = ['بهجت آباد', '4974'];
2356
+ cities[65] = ['بهرمان', '4975'];
2357
+ cities[66] = ['جوادیه فلاح', '4976'];
2358
+ cities[67] = ['میمند', '4977'];
2359
+ cities[68] = ['برفه', '4978'];
2360
+ cities[69] = ['خورسند', '4979'];
2361
+ cities[70] = ['خبر', '4980'];
2362
+ cities[71] = ['کهرخ', '4981'];
2363
+ cities[72] = ['جوزم', '4982'];
2364
+ cities[73] = ['دهج', '4983'];
2365
+ cities[74] = ['دشتخاک', '4984'];
2366
+ cities[75] = ['برفوئیه', '4985'];
2367
+ cities[76] = ['حتکن', '4986'];
2368
+ cities[77] = ['ریحان', '4987'];
2369
+ cities[78] = ['جرجافک', '4988'];
2370
+ cities[79] = ['حصین', '4989'];
2371
+ cities[80] = ['یزدانشهر', '4990'];
2372
+ cities[81] = ['شعبجره', '4991'];
2373
+ cities[82] = ['ناچو', '4992'];
2374
+ cities[83] = ['سریز', '4993'];
2375
+ cities[84] = ['خانوک', '4994'];
2376
+ cities[85] = ['علی آبادسفلی', '4995'];
2377
+ cities[86] = ['جور', '4996'];
2378
+ cities[87] = ['هوتک', '4997'];
2379
+ cities[88] = ['کهنوج( مغزآباد)', '4998'];
2380
+ cities[89] = ['کاظم آباد', '4999'];
2381
+ cities[90] = ['هجدک', '5000'];
2382
+ cities[91] = ['حرجند', '5001'];
2383
+ cities[92] = ['نجف شهر', '5002'];
2384
+ cities[93] = ['بلورد', '5003'];
2385
+ cities[94] = ['ملک اباد', '5004'];
2386
+ cities[95] = ['حاجی آبادرضوان', '5005'];
2387
+ cities[96] = ['عمادآباد', '5006'];
2388
+ cities[97] = ['زیدآباد', '5007'];
2389
+ cities[98] = ['سعادت آباد', '5008'];
2390
+ cities[99] = ['دولت ابادتنگوئیه', '5009'];
2391
+ cities[100] = ['نگار', '5010'];
2392
+ cities[101] = ['گلزار', '5011'];
2393
+ cities[102] = ['لاله زار', '5012'];
2394
+ cities[103] = ['قلعه عسگر', '5013'];
2395
+ cities[104] = ['مومن آباد', '5014'];
2396
+ cities[105] = ['برین', '5015'];
2397
+ cities[106] = ['کمال آباد', '5016'];
2398
+ cities[107] = ['امیرآباد', '5017'];
2399
+ cities[108] = ['بزنجان', '5018'];
2400
+ cities[109] = ['رابر', '5019'];
2401
+ cities[110] = ['دهسرد(پتکان)', '5020'];
2402
+ cities[111] = ['ارزوئیه', '5021'];
2403
+ cities[112] = ['جبالبارز', '5022'];
2404
+ cities[113] = ['دولت اباداسفن', '5023'];
2405
+ cities[114] = ['بهرآسمان', '5024'];
2406
+ cities[115] = ['درب بهشت', '5025'];
2407
+ cities[116] = ['دولت ابادسکوچ', '5026'];
2408
+ cities[117] = ['گور', '5027'];
2409
+ cities[118] = ['رضی آباد', '5028'];
2410
+ cities[119] = ['هیحان علیا', '5029'];
2411
+ cities[120] = ['دهانه گمرکان', '5030'];
2412
+ cities[121] = ['قلعه گنج', '5031'];
2413
+ cities[122] = ['مردهک', '5032'];
2414
+ cities[123] = ['دوساری', '5033'];
2415
+ cities[124] = ['حسین آبادجدید', '5034'];
2416
+ cities[125] = ['بلوک', '5035'];
2417
+ cities[126] = ['رودبار', '5036'];
2418
+ cities[127] = ['نودژ', '5037'];
2419
+ cities[128] = ['فاریاب', '5038'];
2420
+ cities[129] = ['کیورآباد', '5039'];
2421
+ cities[130] = ['رائین قلعه', '5040'];
2422
+ cities[131] = ['سرخ قلعه', '5041'];
2423
+ cities[132] = ['رمشک', '5042'];
2424
+ cities[133] = ['حیدرآباد', '5043'];
2425
+ cities[134] = ['خیرآباد', '5044'];
2426
  break;
2427
 
2428
  //هرمزگان
2429
  case 'HRZ':
2430
  case 'HG':
2431
+ cities[1] = ['بندرخمیر', '3750'];
2432
+ cities[2] = ['کیش', '3751'];
2433
+ cities[3] = ['قشم', '3752'];
2434
+ cities[4] = ['بستک', '3753'];
2435
+ cities[5] = ['بندر لنگه', '3754'];
2436
+ cities[6] = ['میناب', '3755'];
2437
+ cities[7] = ['دهبارز ـ رودان', '3756'];
2438
+ cities[8] = ['ایسین', '5045'];
2439
+ cities[9] = ['پل شرقی', '5046'];
2440
+ cities[10] = ['فین', '5047'];
2441
+ cities[11] = ['سیاهو', '5048'];
2442
+ cities[12] = ['فارغان', '5049'];
2443
+ cities[13] = ['باغات', '5050'];
2444
+ cities[14] = ['حاجی آباد', '5051'];
2445
+ cities[15] = ['خورگو', '5052'];
2446
+ cities[16] = ['شمیل', '5053'];
2447
+ cities[17] = ['حسن لنگی', '5054'];
2448
+ cities[18] = ['سیریک', '5055'];
2449
+ cities[19] = ['گونمردی', '5056'];
2450
+ cities[20] = ['گروک سفلی', '5057'];
2451
+ cities[21] = ['گوهرت', '5058'];
2452
+ cities[22] = ['درگهان', '5059'];
2453
+ cities[23] = ['سوزا', '5060'];
2454
+ cities[24] = ['هرمز', '5061'];
2455
+ cities[25] = ['جزیرهلارک', '5062'];
2456
+ cities[26] = ['جزیره هنگام', '5063'];
2457
+ cities[27] = ['جزیره سیری', '5064'];
2458
+ cities[28] = ['ابوموسی', '5065'];
2459
+ cities[29] = ['پدل', '5066'];
2460
+ cities[30] = ['کنگ', '5067'];
2461
+ cities[31] = ['دژگان', '5068'];
2462
+ cities[32] = ['رویدر', '5069'];
2463
+ cities[33] = ['دهنگ', '5070'];
2464
+ cities[34] = ['جناح', '5071'];
2465
+ cities[35] = ['کمشک', '5072'];
2466
+ cities[36] = ['گزیر', '5073'];
2467
+ cities[37] = ['مغویه', '5074'];
2468
+ cities[38] = ['چارک', '5075'];
2469
+ cities[39] = ['دشتی', '5076'];
2470
+ cities[40] = ['پارسیان', '5077'];
2471
+ cities[41] = ['جزیره لاوان', '5078'];
2472
+ cities[42] = ['جاسک', '5079'];
2473
+ cities[43] = ['بندر', '5080'];
2474
+ cities[44] = ['سندرک', '5081'];
2475
+ cities[45] = ['درپهن', '5082'];
2476
+ cities[46] = ['جگدان', '5083'];
2477
+ cities[47] = ['گوهران', '5084'];
2478
+ cities[48] = ['سردشت ـ بشاگرد', '5085'];
2479
+ cities[49] = ['گرهون', '5506'];
2480
+ cities[50] = ['جغین', '5507'];
2481
+ cities[51] = ['زیارت علی', '5508'];
2482
+ cities[52] = ['ماشنگی', '5509'];
2483
+ cities[53] = ['گوربند', '5510'];
2484
+ cities[54] = ['تیاب', '5511'];
2485
+ cities[55] = ['بندزک کهنه', '5512'];
2486
+ cities[56] = ['هشتبندی', '5513'];
2487
+ cities[57] = ['بندرعباس', '3551'];
2488
  break;
2489
 
2490
  //چهارمحال و بختیاری
2491
  case 'CHB':
2492
  case 'CM':
2493
+ cities[1] = ['فرخ شهر', '2996'];
2494
+ cities[2] = ['دزک', '2997'];
2495
+ cities[3] = ['هفشجان', '2998'];
2496
+ cities[4] = ['هارونی', '2999'];
2497
+ cities[5] = ['سامان', '3000'];
2498
+ cities[6] = ['فارسان', '3001'];
2499
+ cities[7] = ['بروجن', '3002'];
2500
+ cities[8] = ['اردل', '3003'];
2501
+ cities[9] = ['لردگان', '3004'];
2502
+ cities[10] = ['شهرکرد', '3557'];
2503
+ cities[11] = ['کیان', '5219'];
2504
+ cities[12] = ['طاقانک', '5220'];
2505
+ cities[13] = ['خراجی', '5221'];
2506
+ cities[14] = ['دستنائ', '5222'];
2507
+ cities[15] = ['شلمزار ـ کیار', '5223'];
2508
+ cities[16] = ['گهرو', '5224'];
2509
+ cities[17] = ['سورشجان', '5225'];
2510
+ cities[18] = ['مرغملک', '5226'];
2511
+ cities[19] = ['سودجان', '5227'];
2512
+ cities[20] = ['چالشتر', '5228'];
2513
+ cities[21] = ['شورآب صغیر', '5229'];
2514
+ cities[22] = ['هوره', '5230'];
2515
+ cities[23] = ['مارکده', '5231'];
2516
+ cities[24] = ['نافچ', '5232'];
2517
+ cities[25] = ['وردنجان', '5233'];
2518
+ cities[26] = ['بن', '5234'];
2519
+ cities[27] = ['بردنجان', '5235'];
2520
+ cities[28] = ['باباحیدر', '5236'];
2521
+ cities[29] = ['میهه', '5237'];
2522
+ cities[30] = ['چلگرد ـ کوهرنگ', '5238'];
2523
+ cities[31] = ['شهریاری', '5239'];
2524
+ cities[32] = ['جونقان', '5240'];
2525
+ cities[33] = ['صمصامی', '5241'];
2526
+ cities[34] = ['تلورد', '5242'];
2527
+ cities[35] = ['نقنه', '5243'];
2528
+ cities[36] = ['فرادنبه', '5244'];
2529
+ cities[37] = ['سفیددشت', '5245'];
2530
+ cities[38] = ['بلداجی', '5246'];
2531
+ cities[39] = ['اورگان', '5247'];
2532
+ cities[40] = ['گندمان', '5248'];
2533
+ cities[41] = ['امام قیس', '5249'];
2534
+ cities[42] = ['ناغان', '5250'];
2535
+ cities[43] = ['دوپلان', '5251'];
2536
+ cities[44] = ['دورک', '5252'];
2537
+ cities[45] = ['سرخون', '5253'];
2538
+ cities[46] = ['عزیزآباد', '5254'];
2539
+ cities[47] = ['دشتک', '5255'];
2540
+ cities[48] = ['سرمور', '5256'];
2541
+ cities[49] = ['ارمندعلیا', '5257'];
2542
+ cities[50] = ['آلونی', '5258'];
2543
+ cities[51] = ['مال خلیفه', '5259'];
2544
+ cities[52] = ['چمنبید', '5260'];
2545
+ cities[53] = ['سردشت', '5261'];
2546
+ cities[54] = ['گرگر', '5262'];
2547
+ cities[55] = ['منجبرآفتاب', '5263'];
2548
  break;
2549
 
2550
  //یزد
2551
  case 'YZD':
2552
  case 'YA':
2553
+ cities[1] = ['حمیدیا', '5610'];
2554
+ cities[2] = ['فراغه', '5264'];
2555
+ cities[3] = ['تیرجرد', '5265'];
2556
+ cities[4] = ['مهردشت', '5266'];
2557
+ cities[5] = ['اسفندآباد', '5267'];
2558
+ cities[6] = ['شاهدیه', '5268'];
2559
+ cities[7] = ['فهرج', '5269'];
2560
+ cities[8] = ['رستاق', '5270'];
2561
+ cities[9] = ['فجر', '5271'];
2562
+ cities[10] = ['ندوشن', '5272'];
2563
+ cities[11] = ['احمدآباد', '5273'];
2564
+ cities[12] = ['عقدائ', '5274'];
2565
+ cities[13] = ['نارستان', '5275'];
2566
+ cities[14] = ['زرین', '5276'];
2567
+ cities[15] = ['رباطات', '5277'];
2568
+ cities[16] = ['بفروئیه', '5278'];
2569
+ cities[17] = ['شهیدیه', '5279'];
2570
+ cities[18] = ['اسفیچ', '5280'];
2571
+ cities[19] = ['سبزدشت', '5281'];
2572
+ cities[20] = ['مبارکه', '5282'];
2573
+ cities[21] = ['بهاباد', '5283'];
2574
+ cities[22] = ['کوشک', '5284'];
2575
+ cities[23] = ['بنتان', '5285'];
2576
+ cities[24] = ['جلگه', '5286'];
2577
+ cities[25] = ['تنگ چنار', '5287'];
2578
+ cities[26] = ['میانکوه', '5288'];
2579
+ cities[27] = ['ارنان', '5289'];
2580
+ cities[28] = ['بهادران', '5290'];
2581
+ cities[29] = ['مروست', '5291'];
2582
+ cities[30] = ['فتح آباد', '5292'];
2583
+ cities[31] = ['پیشکوه', '5293'];
2584
+ cities[32] = ['نصرآباد', '5294'];
2585
+ cities[33] = ['علی آباد', '5295'];
2586
+ cities[34] = ['نیر', '5296'];
2587
+ cities[35] = ['شیرکوه', '5297'];
2588
+ cities[36] = ['بخگاریزات', '5298'];
2589
+ cities[37] = ['دهشیر', '5299'];
2590
+ cities[38] = ['محمد آباد', '5300'];
2591
+ cities[39] = ['خضر آباد', '5301'];
2592
+ cities[40] = ['رباط پشت بادام', '5302'];
2593
+ cities[41] = ['خرانق', '5303'];
2594
+ cities[42] = ['ساغند', '5304'];
2595
+ cities[43] = ['زارچ', '5305'];
2596
+ cities[44] = ['مهدی آباد', '5306'];
2597
+ cities[45] = ['احمدآبادمشیر', '5307'];
2598
+ cities[46] = ['شرب العین', '5308'];
2599
+ cities[47] = ['قوام آباد', '5309'];
2600
+ cities[48] = ['خویدک', '5310'];
2601
+ cities[49] = ['هرات ـ خاتم', '5311'];
2602
+ cities[50] = ['یزد', '3558'];
2603
+ cities[51] = ['اشکذر ـ صدوق', '3007'];
2604
+ cities[52] = ['اردکان', '3008'];
2605
+ cities[53] = ['میبد', '3009'];
2606
+ cities[54] = ['بافق', '3010'];
2607
+ cities[55] = ['مهریز', '3011'];
2608
+ cities[56] = ['تفت', '3012'];
2609
+ cities[57] = ['ابرکوه', '3005'];
2610
  break;
2611
 
2612
  //سیستان و بلوچستان
2613
  case 'SBN':
2614
  case 'SB':
2615
+ cities[1] = ['نصرت آباد', '3046'];
2616
+ cities[2] = ['حاجی آباد', '3047'];
2617
+ cities[3] = ['میرجاوه', '3048'];
2618
+ cities[4] = ['دوست محمد ـ هیرمند', '3049'];
2619
+ cities[5] = ['زابل', '3050'];
2620
+ cities[6] = ['زهک', '3051'];
2621
+ cities[7] = ['خواجه احمد', '3052'];
2622
+ cities[8] = ['خاش', '3053'];
2623
+ cities[9] = ['سرباز', '3054'];
2624
+ cities[10] = ['بمپور', '3055'];
2625
+ cities[11] = ['سراوان', '3056'];
2626
+ cities[12] = ['سوران ـ سیب سوران', '3782'];
2627
+ cities[13] = ['چابهار', '3783'];
2628
+ cities[14] = ['کنارک', '3784'];
2629
+ cities[15] = ['نیک شهر', '3785'];
2630
+ cities[16] = ['زاهدان', '3564'];
2631
+ cities[17] = ['ایرانشهر', '3565'];
2632
+ cities[18] = ['نوک اباد', '5412'];
2633
+ cities[19] = ['حرمک', '5413'];
2634
+ cities[20] = ['پاسگاه تلسیاه', '5414'];
2635
+ cities[21] = ['محمدابادکورین', '5415'];
2636
+ cities[22] = ['گلوگاه', '5416'];
2637
+ cities[23] = ['گردجنگل', '5417'];
2638
+ cities[24] = ['میل هفتادودو', '5418'];
2639
+ cities[25] = ['انده', '5419'];
2640
+ cities[26] = ['تیمن', '5420'];
2641
+ cities[27] = ['لادیزعلیا', '5421'];
2642
+ cities[28] = ['کچهرود', '5422'];
2643
+ cities[29] = ['دیزوک', '5423'];
2644
+ cities[30] = ['قنات عیسی اباد', '5424'];
2645
+ cities[31] = ['سیادک', '5425'];
2646
+ cities[32] = ['خمک', '5426'];
2647
+ cities[33] = ['تحت عدالت', '5427'];
2648
+ cities[34] = ['برج میرگل', '5428'];
2649
+ cities[35] = ['جهان ابادعلیا', '5429'];
2650
+ cities[36] = ['پکک', '5430'];
2651
+ cities[37] = ['جانی اباد', '5431'];
2652
+ cities[38] = ['ادیمی', '5432'];
2653
+ cities[39] = ['تیموراباد', '5433'];
2654
+ cities[40] = ['دولت اباد', '5434'];
2655
+ cities[41] = ['لوتک', '5435'];
2656
+ cities[42] = ['سکوهه', '5436'];
2657
+ cities[43] = ['محمدآباد', '5437'];
2658
+ cities[44] = ['بنجار', '5438'];
2659
+ cities[45] = ['جزینک', '5439'];
2660
+ cities[46] = ['قلعه نو', '5440'];
2661
+ cities[47] = ['محمد شاهکرم', '5441'];
2662
+ cities[48] = ['سیاهسر', '5442'];
2663
+ cities[49] = ['ژالهای', '5443'];
2664
+ cities[50] = ['کرباسک', '5444'];
2665
+ cities[51] = ['نوراباد', '5445'];
2666
+ cities[52] = ['کارواندر', '5446'];
2667
+ cities[53] = ['ناصراباد', '5447'];
2668
+ cities[54] = ['بالاقلعه ایردگان', '5448'];
2669
+ cities[55] = ['کمن', '5449'];
2670
+ cities[56] = ['زیرگلدان', '5450'];
2671
+ cities[57] = ['بیت اباد', '5451'];
2672
+ cities[58] = ['گوهرکوه', '5452'];
2673
+ cities[59] = ['دهپابید', '5453'];
2674
+ cities[60] = ['ناذیل', '5454'];
2675
+ cities[61] = ['گوشه', '5455'];
2676
+ cities[62] = ['سنگان', '5456'];
2677
+ cities[63] = ['عشق آباد', '5457'];
2678
+ cities[64] = ['افضل اباد', '5458'];
2679
+ cities[65] = ['چانف', '5459'];
2680
+ cities[66] = ['اسماعیل کلک', '5460'];
2681
+ cities[67] = ['پارود', '5461'];
2682
+ cities[68] = ['راسک', '5462'];
2683
+ cities[69] = ['پیشین', '5463'];
2684
+ cities[70] = ['ایرفشان', '5464'];
2685
+ cities[71] = ['سرداب', '5465'];
2686
+ cities[72] = ['اسپکه', '5466'];
2687
+ cities[73] = ['پیپ', '5467'];
2688
+ cities[74] = ['بنت', '5468'];
2689
+ cities[75] = ['فنوج', '5469'];
2690
+ cities[76] = ['گلمورتی ـ دلگان', '5470'];
2691
+ cities[77] = ['هودیان', '5471'];
2692
+ cities[78] = ['بزمان', '5472'];
2693
+ cities[79] = ['کوشکوک ناهوک', '5473'];
2694
+ cities[80] = ['محمدی', '5474'];
2695
+ cities[81] = ['کلهگان(سردک)', '5475'];
2696
+ cities[82] = ['جالق', '5476'];
2697
+ cities[83] = ['سیرکان', '5477'];
2698
+ cities[84] = ['اسفندک', '5478'];
2699
+ cities[85] = ['کوهک', '5479'];
2700
+ cities[86] = ['گشت', '5480'];
2701
+ cities[87] = ['پسکو', '5481'];
2702
+ cities[88] = ['رگنتگ', '5482'];
2703
+ cities[89] = ['زابلی', '5483'];
2704
+ cities[90] = ['هیدوچ', '5484'];
2705
+ cities[91] = ['طیس', '5485'];
2706
+ cities[92] = ['تلنگ', '5486'];
2707
+ cities[93] = ['پلان', '5487'];
2708
+ cities[94] = ['نگور', '5488'];
2709
+ cities[95] = ['باهوکلات', '5489'];
2710
+ cities[96] = ['پسابندر', '5490'];
2711
+ cities[97] = ['پیرسهراب', '5491'];
2712
+ cities[98] = ['پایگاه کنارک', '5492'];
2713
+ cities[99] = ['کهیر هوتان', '5493'];
2714
+ cities[100] = ['شهدای کهیر', '5494'];
2715
+ cities[101] = ['زراباد', '5495'];
2716
+ cities[102] = ['مسکوتان', '5496'];
2717
+ cities[103] = ['کیتج', '5497'];
2718
+ cities[104] = ['دستگرد', '5498'];
2719
+ cities[105] = ['محنت', '5499'];
2720
+ cities[106] = ['چاهان', '5500'];
2721
+ cities[107] = ['هیمان', '5501'];
2722
+ cities[108] = ['قصرقند', '5502'];
2723
+ cities[109] = ['شگیم بالا', '5503'];
2724
+ cities[110] = ['کشیک', '5504'];
2725
+ cities[111] = ['ساربوک', '5505'];
2726
  break;
2727
 
2728
  //ایلام
2729
  case 'ILM':
2730
  case 'IL':
2731
+ cities[1] = ['باکلکراب', '4772'];
2732
+ cities[2] = ['جعفرآباد', '4773'];
2733
+ cities[3] = ['شهرک شهید کشوری', '4774'];
2734
+ cities[4] = ['چوار', '4775'];
2735
+ cities[5] = ['حاجی بختیار', '4776'];
2736
+ cities[6] = ['چمن سیدمحمد', '4777'];
2737
+ cities[7] = ['شورابه ملک', '4778'];
2738
+ cities[8] = ['کلان', '4779'];
2739
+ cities[9] = ['زرنه', '4780'];
2740
+ cities[10] = ['توحید', '4781'];
2741
+ cities[11] = ['بلاوهتره سفلی', '4782'];
2742
+ cities[12] = ['لومار', '4783'];
2743
+ cities[13] = ['آسمان آباد', '4784'];
2744
+ cities[14] = ['قنات آباد', '4785'];
2745
+ cities[15] = ['شهرک سرنیک', '4786'];
2746
+ cities[16] = ['پیازآباد', '4787'];
2747
+ cities[17] = ['ایرج آباد', '4788'];
2748
+ cities[18] = ['ارمو', '4789'];
2749
+ cities[19] = ['چشمه شیرین', '4790'];
2750
+ cities[20] = ['بدره', '4791'];
2751
+ cities[21] = ['شهرک ولی عصر', '4792'];
2752
+ cities[22] = ['انجیرهنیشه کبد', '4793'];
2753
+ cities[23] = ['سراب باغ', '4794'];
2754
+ cities[24] = ['مورموری', '4795'];
2755
+ cities[25] = ['چمهندی', '4796'];
2756
+ cities[26] = ['موسیان', '4797'];
2757
+ cities[27] = ['بردی', '4798'];
2758
+ cities[28] = ['میمه', '4799'];
2759
+ cities[29] = ['پهله', '4800'];
2760
+ cities[30] = ['عین خوش', '4801'];
2761
+ cities[31] = ['دشت عباس', '4802'];
2762
+ cities[32] = ['شهرک اسلامیه', '4803'];
2763
+ cities[33] = ['صالح آباد', '4804'];
2764
+ cities[34] = ['ارکواز', '4805'];
2765
+ cities[35] = ['دولکبودخوشادل', '4806'];
2766
+ cities[36] = ['یاریاب', '4807'];
2767
+ cities[37] = ['ایلام', '3116'];
2768
+ cities[38] = ['ایوان', '3117'];
2769
+ cities[39] = ['سرابله ـ شیروان و چرداول', '3118'];
2770
+ cities[40] = ['دره شهر', '3119'];
2771
+ cities[41] = ['آبدانان', '3120'];
2772
+ cities[42] = ['دهلران', '3121'];
2773
+ cities[43] = ['مهران', '3122'];
2774
  break;
2775
 
2776
  //کهگیلوییه و بویراحمد
2777
  case 'KBD':
2778
  case 'KB':
2779
+ cities[1] = ['دهدشت', '3726'];
2780
+ cities[2] = ['دوگنبد', '3727'];
2781
+ cities[3] = ['یاسوج', '3728'];
2782
+ cities[4] = ['سوق', '4915'];
2783
+ cities[5] = ['لنده', '4916'];
2784
+ cities[6] = ['لیکک', '4917'];
2785
+ cities[7] = ['چرام', '4918'];
2786
+ cities[8] = ['دیشموک', '4919'];
2787
+ cities[9] = ['قلعه رئیسی', '4920'];
2788
+ cities[10] = ['قلعه دختر', '4921'];
2789
+ cities[11] = ['باباکلان', '4922'];
2790
+ cities[12] = ['مظفرآباد', '4923'];
2791
+ cities[13] = ['دیل', '4924'];
2792
+ cities[14] = ['شاه بهرام', '4925'];
2793
+ cities[15] = ['چاه تلخاب علیا', '4926'];
2794
+ cities[16] = ['باشت', '4927'];
2795
+ cities[17] = ['سربیشه', '4928'];
2796
+ cities[18] = ['سپیدار', '4929'];
2797
+ cities[19] = ['نقارخانه', '4930'];
2798
+ cities[20] = ['گراب سفلی', '4931'];
2799
+ cities[21] = ['موشمی علیا', '4932'];
2800
+ cities[22] = ['میمند', '4933'];
2801
+ cities[23] = ['مارگون', '4934'];
2802
+ cities[24] = ['سیسخت', '4935'];
2803
+ cities[25] = ['مادوان', '5606'];
2804
  break;
2805
 
2806
  //خراسان شمال
2807
  case 'NKH':
2808
  case 'KS':
2809
+ cities[1] = ['حصار گرمخانه', '5343'];
2810
+ cities[2] = ['فاروج', '5324'];
2811
+ cities[3] = ['بجنورد', '3560'];
2812
+ cities[4] = ['جاجرم', '2880'];
2813
+ cities[5] = ['قاضی', '2824'];
2814
+ cities[6] = ['پیش قلعه', '2830'];
2815
+ cities[7] = ['راز', '2831'];
2816
+ cities[8] = ['سنخواست', '2826'];
2817
+ cities[9] = ['شیروان', '2834'];
2818
+ cities[10] = ['صفی آباد', '2895'];
2819
+ cities[11] = ['اسفراین', '2892'];
2820
+ cities[12] = ['گرمه', '3023'];
2821
+ cities[13] = ['آشخانه ـ مانه و سلمقان', '3014'];
2822
+ cities[14] = ['شوقان', '3015'];
2823
+ cities[15] = ['درق', '3016'];
2824
+ cities[16] = ['لوجلی', '3017'];
2825
  break;
2826
 
2827
  //خراسان جنوی
2828
  case 'SKH':
2829
  case 'KJ':
2830
+ cities[1] = ['سه قلعه', '5402'];
2831
+ cities[2] = ['قهستان', '5592'];
2832
+ cities[3] = ['اسلامیه', '5593'];
2833
+ cities[4] = ['زهان', '5391'];
2834
+ cities[5] = ['خوسف', '5367'];
2835
+ cities[6] = ['حاجی آباد', '5373'];
2836
+ cities[7] = ['نیمبلوک', '5374'];
2837
+ cities[8] = ['آیسک', '5375'];
2838
+ cities[9] = ['اسدیه ـ درمیان', '5376'];
2839
+ cities[10] = ['شوسف', '5383'];
2840
+ cities[11] = ['خضری', '5389'];
2841
+ cities[12] = ['سرایان', '5394'];
2842
+ cities[13] = ['بیرجند', '3563'];
2843
+ cities[14] = ['دشت بیاض', '2815'];
2844
+ cities[15] = ['اسفدن', '2833'];
2845
+ cities[16] = ['آرین شهر', '2891'];
2846
+ cities[17] = ['طبس', '3006'];
2847
+ cities[18] = ['مود', '3040'];
2848
+ cities[19] = ['سر بیشه', '3041'];
2849
+ cities[20] = ['نهبندان', '3042'];
2850
+ cities[21] = ['قائن ـ قائنات', '3043'];
2851
+ cities[22] = ['فردوس', '3044'];
2852
+ cities[23] = ['بشرویه', '3045'];
2853
  break;
2854
 
2855
  //البرز
2856
  case 'ABZ':
2857
  case 'AL':
2858
+ cities[1] = ['کرج', '3351'];
2859
+ cities[2] = ['اشتهارد', '3821'];
2860
+ cities[3] = ['گلسار', '3850'];
2861
+ cities[4] = ['نظرآباد', '3587'];
2862
+ cities[5] = ['هشتگرد ـ ساوجبلاغ', '3591'];
2863
+ cities[14] = ['شهر جدید هشتگرد', '5618'];
2864
+ cities[6] = ['رباط کریم', '3620'];
2865
+ cities[7] = ['مشکین شهر', '5611'];
2866
+ cities[8] = ['محمدشهر', '5612'];
2867
+ cities[9] = ['ماهیدشت', '5613'];
2868
+ cities[10] = ['کمال شهر', '5614'];
2869
+ cities[11] = ['صفادشت', '5615'];
2870
+ cities[12] = ['فردوسیه', '5616'];
2871
+ cities[13] = ['چهارباغ', '5617'];
2872
  break;
2873
 
2874
  default:
2875
+ cities[1] = ['لطفا استان خود را انتخاب کنید','0'];
2876
  break;
2877
  }
2878
 
assets/js/iran_cities.min.js CHANGED
File without changes
include/assets/css/admin.font.css DELETED
@@ -1,10 +0,0 @@
1
- @font-face {
2
- font-family: 'BYekan';
3
- src: url('../fonts/BYekan.eot');
4
- src: url('../fonts/BYekan.woff') format('woff'), url('../fonts/BYekan.ttf') format('truetype');
5
- font-weight: normal;
6
- font-style: normal;
7
- }
8
- #wpbody,h1,h2,h3,h4,h5,h6 {
9
- font-family:BYekan !important;
10
- }
 
 
 
 
 
 
 
 
 
 
include/assets/css/admin.rtl.css DELETED
@@ -1,7 +0,0 @@
1
- @charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}.woocommerce-checkout .form-row .chosen-container{width:100%!important}.woocommerce-checkout .form-row .chosen-container-single .chosen-single{height:28px;line-height:29px}.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{background:url(../images/chosen-sprite.png) 100% 3px no-repeat!important}.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div b{background-position:-18px 4px!important}.woocommerce-checkout .form-row .chosen-container-single .chosen-search input{line-height:13px;width:100%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.woocommerce-checkout .form-row .chosen-container .chosen-drop{width:100%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{background-image:url(../images/chosen-sprite@2x.png)!important;background-position:100% 5px!important;background-repeat:no-repeat!important;background-size:52px 37px!important}.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div b{background-position:-18px 5px!important}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;right:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{right:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 8px 0 0;height:26px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:26px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-left:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-left:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;left:26px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;left:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../images/chosen-sprite.png) 100% 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 5px 4px 20px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../images/chosen-sprite.png) 0% -20px no-repeat #fff;background:url(../images/chosen-sprite.png) 100% -20px no-repeat,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(../images/chosen-sprite.png) 100% -20px no-repeat,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) 100% -20px no-repeat,-moz-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) 100% -20px no-repeat,-o-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) 100% -20px no-repeat,linear-gradient(#eee 1%,#fff 15%);font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;right:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 0 4px 4px;padding:0 4px 0 0;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-right:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:right;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:5px;height:15px;outline:0;border:0!important;background:100% 0!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 5px 3px 20px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;left:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-left:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none;background:100% 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#111!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:left}.chosen-rtl .chosen-single{overflow:visible;padding:0 0 0 8px}.chosen-rtl .chosen-single span{margin-left:0;margin-right:26px;direction:ltr}.chosen-rtl .chosen-single-with-deselect span{margin-right:38px}.chosen-rtl .chosen-single div{left:auto;right:3px}.chosen-rtl .chosen-single abbr{left:auto;right:26px}.chosen-rtl .chosen-choices li{float:left}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:ltr}.chosen-rtl .chosen-choices li.search-choice{margin:3px 0 3px 5px;padding:3px 19px 3px 5px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{left:auto;right:4px}.chosen-rtl .chosen-drop,.chosen-rtl.chosen-container-single-nosearch .chosen-search{right:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 4px 4px 0;padding:0 0 0 4px}.chosen-rtl .chosen-results li.group-option{padding-left:15px;padding-right:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 20px 4px 5px;background:url(../images/chosen-sprite.png) -30px -20px no-repeat #fff;background:url(../images/chosen-sprite.png) -30px -20px no-repeat,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(../images/chosen-sprite.png) -30px -20px no-repeat,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) -30px -20px no-repeat,-moz-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) -30px -20px no-repeat,-o-linear-gradient(#eee 1%,#fff 15%);background:url(../images/chosen-sprite.png) -30px -20px no-repeat,linear-gradient(#eee 1%,#fff 15%);direction:ltr}.chosen-ltr.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-ltr.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-ltr .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.select2-container{margin:0;position:relative;display:block!important;zoom:1;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;padding:0 8px 0 0;overflow:hidden;position:relative;border:1px solid #ccc;white-space:nowrap;color:#444;text-decoration:none;border-radius:3px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;font-weight:400}html[dir=rtl] .select2-container .select2-choice{padding:0 0 0 8px}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#ccc;border-radius:0 0 4px 4px}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-left:42px}.select2-container .select2-choice>.select2-chosen{margin-left:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir=rtl] .select2-container .select2-choice>.select2-chosen{margin-right:26px;margin-left:0}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;left:24px;top:5px;font-size:1px;text-decoration:none;border:0;background:url(../images/select2.png) left top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:left -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;right:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;top:100%;background:#fff;color:#000;border:1px solid #ccc;border-top:0;border-radius:0 0 3px 3px}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #ccc;border-bottom:0;border-radius:3px 3px 0 0}.select2-drop-active{border:1px solid #666;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #666}.select2-drop-auto-width{border-top:1px solid #ccc;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;left:0;top:0;border-radius:3px 0 0 3px;background-clip:padding-box}html[dir=rtl] .select2-container .select2-choice .select2-arrow{right:0;left:auto;border-radius:0 3px 3px 0}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;position:relative}.select2-container .select2-choice .select2-arrow b:after{position:absolute;display:block;content:"";top:50%;right:50%;border:4px solid transparent;border-top-color:#666;margin-right:-7px;margin-top:-2px}.select2-search{display:inline-block;width:100%;margin:0;padding-right:4px;padding-left:4px;position:relative;z-index:10000;white-space:nowrap;padding-bottom:4px}.select2-search input{width:100%;height:auto!important;padding:4px 5px 4px 20px!important;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none;background:url(../images/select2.png) 0% -22px no-repeat #fff}html[dir=rtl] .select2-search input{padding:4px 20px 4px 5px;background:url(../images/select2.png) -37px -22px no-repeat #fff}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:url(../images/select2-spinner.gif) 0% no-repeat #fff}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #666;outline:0}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-dropdown-open .select2-choice .select2-arrow b:after{border-top-color:transparent;border-bottom-color:#666;margin-top:-6px}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #666;border-top-color:transparent}.select2-dropdown-open .select2-choice .select2-arrow{background:100% 0;border-right:none;filter:none}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow{border-left:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}html[dir=ltr] .select2-dropdown-open .select2-choice .select2-arrow b{background-position:-16px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:4px;margin:0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent;background:#fafafa}html[dir=rtl] .select2-results{padding:0 0 0 4px;margin:4px 4px 4px 0}.select2-results ul.select2-result-sub{margin:0;padding-right:0}.select2-results li{list-style:none;display:list-item;background-image:none;margin:3px 0}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:5px 7px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results-dept-1 .select2-result-label{padding-right:20px}.select2-results-dept-2 .select2-result-label{padding-right:40px}.select2-results-dept-3 .select2-result-label{padding-right:60px}.select2-results-dept-4 .select2-result-label{padding-right:80px}.select2-results-dept-5 .select2-result-label{padding-right:100px}.select2-results-dept-6 .select2-result-label{padding-right:110px}.select2-results-dept-7 .select2-result-label{padding-right:120px}.select2-results .select2-highlighted{background:#f1f1f1;color:#000;border-radius:3px}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:100% 0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-right:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:url(../images/select2-spinner.gif) 0% no-repeat #f4f4f4}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-right:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0 0 0 5px;position:relative;border:1px solid #ccc;cursor:text;overflow:hidden;background-color:#fff;min-height:26px}html[dir=rtl] .select2-container-multi .select2-choices{padding:0 5px 0 0}.select2-locked{padding:3px 5px!important}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #666;outline:0}.select2-container-multi .select2-choices li{float:right;list-style:none}html[dir=rtl] .select2-container-multi .select2-choices li{float:left}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{margin:1px 0;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:100% 0!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:url(../images/select2-spinner.gif) 0% no-repeat #fff!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:5px 24px 5px 8px;margin:3px 5px 3px 0;position:relative;line-height:15px;color:#333;cursor:default;border-radius:2px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 0 3px 5px;padding:5px 8px 5px 24px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;left:7px;top:6px;font-size:1px;outline:0;background:url(../images/select2.png) left top no-repeat}html[dir=rtl] .select2-search-choice-close{left:auto;right:7px}.select2-container-multi .select2-search-choice-close{right:7px}html[dir=rtl] .select2-container-multi .select2-search-choice-close{right:auto;left:7px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:left -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:100% 0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;right:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;right:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-search input{background-image:url(../images/select2x2.png)!important;background-repeat:no-repeat!important;background-size:60px 40px!important;background-position:0% -21px!important}}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.blockUI.blockOverlay:before{height:1em;width:1em;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;display:block;content:"";-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.wc_addons_wrap .products{overflow:hidden}.wc_addons_wrap .products li{float:right;margin:0 0 1em 1em!important;padding:0;vertical-align:top;width:300px}.wc_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wc_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-left:260px solid #fff}.wc_addons_wrap .products li a .price,.wc_addons_wrap .products li a img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wc_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wc_addons_wrap .products li a:focus,.wc_addons_wrap .products li a:hover{background-color:#fff}.wc_addons_wrap .storefront{background:url(../images/storefront-bg.jpg) bottom right #f6f6f6;border:1px solid #ddd;padding:20px;overflow:hidden;zoom:1}.wc_addons_wrap .storefront img{width:278px;height:auto;float:right;margin:0 0 0 20px;box-shadow:0 1px 6px rgba(0,0,0,.1)}.wc_addons_wrap .storefront p{max-width:750px}.woocommerce-message{position:relative;border-right-color:#cc99c2!important;overflow:hidden}.woocommerce-message a.button-primary,.woocommerce-message button.button-primary{background:#cc99c2;border-color:#b366a4;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);color:#fff;text-decoration:none!important}.woocommerce-message a.button-primary:hover,.woocommerce-message button.button-primary:hover{background:#bb77ae;border-color:#aa559a;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15)}.woocommerce-message a.button-primary:active,.woocommerce-message button.button-primary:active{background:#aa559a;border-color:#aa559a}.woocommerce-message a.docs,.woocommerce-message a.skip{opacity:.5;text-decoration:none!important}.woocommerce-message .twitter-share-button{margin-top:-3px;margin-right:3px;vertical-align:middle}#variable_product_options #message{margin:10px}.clear{clear:both}#woocommerce-fields-bulk.inline-edit-col label,#woocommerce-fields.inline-edit-col{clear:right}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:100% 0;color:inherit}.postbox,.woocommerce{input:invalid;input-border:1px solid #cc010b;input-background:#ffebe8}.simplify-commerce-banner{overflow:hidden}.simplify-commerce-banner img{float:left;padding:15px 0;margin-right:1em;width:200px}table.wc_status_table{margin-bottom:1em}table.wc_status_table tr:nth-child(2n) td,table.wc_status_table tr:nth-child(2n) th{background:#fcfcfc}table.wc_status_table th{font-weight:700;padding:9px}table.wc_status_table td:first-child{width:33%}table.wc_status_table td.help{width:1em}table.wc_status_table td{padding:9px;font-size:1.1em}table.wc_status_table td mark{background:100% 0}table.wc_status_table td mark.yes{color:#7ad03a}table.wc_status_table td mark.no{color:#999}table.wc_status_table td mark.error{color:#a00}table.wc_status_table td ul{margin:0}table.wc_status_table .help_tip{cursor:help}#debug-report{display:none;margin:10px 0;padding:0;position:relative}#debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}#log-viewer-select{padding:10px 0 8px;line-height:180%}#log-viewer textarea{width:100%;resize:vertical}.inline-edit-product.quick-edit-row .inline-edit-col-center,.inline-edit-product.quick-edit-row .inline-edit-col-right{float:left!important}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-right:10px}#woocommerce-fields.inline-edit-col .dimensions div{display:block;margin:.2em 0}#woocommerce-fields.inline-edit-col .dimensions div span.title{display:block;float:right;width:5em}#woocommerce-fields.inline-edit-col .dimensions div span.input-text-wrap{display:block;margin-right:5em}#woocommerce-fields.inline-edit-col .text{box-sizing:border-box;width:99%;float:right;margin:1px 1px 1px 1%}#woocommerce-fields.inline-edit-col .height,#woocommerce-fields.inline-edit-col .length,#woocommerce-fields.inline-edit-col .width{width:32.33%}#woocommerce-fields.inline-edit-col .height{margin-left:0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group label{clear:none;width:49%;margin:.2em 0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group.dimensions label{width:75%;max-width:75%}#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .regular_price,#woocommerce-fields-bulk.inline-edit-col .sale_price,#woocommerce-fields-bulk.inline-edit-col .stock,#woocommerce-fields-bulk.inline-edit-col .weight{box-sizing:border-box;width:100%;margin-right:4.4em}#woocommerce-fields-bulk.inline-edit-col .height,#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .width{box-sizing:border-box;width:25%}.column-coupon_code{line-height:2.25em}.column-coupon_code,ul.wc_coupon_list{margin:0;overflow:hidden;zoom:1;clear:both}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block}ul.wc_coupon_list li.code:after{content:", "}ul.wc_coupon_list li.code:last-of-type:after{display:none}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list_block{margin:0;padding-bottom:2px}ul.wc_coupon_list_block li{border-top:1px solid #fff;border-bottom:1px solid #ccc;line-height:2.5em;margin:0;padding:.5em 0}ul.wc_coupon_list_block li:first-child{border-top:0;padding-top:0}ul.wc_coupon_list_block li:last-child{border-bottom:0;padding-bottom:0}.button.wc-reload{text-indent:-9999px;position:relative;padding:0;-webkit-border-radius:100%;border-radius:100%;height:24px;width:24px!important;display:inline-block}.button.wc-reload:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:22px}#order_data h2,#order_data p.order_number{font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;font-weight:400}.tablenav .actions{overflow:visible}.tablenav .select2-container{float:right;max-width:200px;font-size:14px;vertical-align:middle;margin:1px 1px 1px 6px}#woocommerce-order-data .handlediv,#woocommerce-order-data h3.hndle{display:none}#woocommerce-order-data .inside{display:block!important}#order_data{padding:23px 24px 12px}#order_data h2{margin:0;font-size:21px;line-height:1.2;text-shadow:-1px 1px 1px #fff;padding:0}#order_data h4{color:#333;margin:1.33em 0 0}#order_data p{color:#777}#order_data p.order_number{margin:0;line-height:1.6em;font-size:16px}#order_data .order_data_column_container{clear:both}#order_data .order_data_column{width:32%;padding:0 0 0 2%;float:right}#order_data .order_data_column:last-child{padding-left:0}#order_data .order_data_column p{padding:0!important}#order_data .order_data_column .address strong{display:block}#order_data .order_data_column .form-field{float:right;width:48%;padding:0;margin:9px 0 0}#order_data .order_data_column .form-field label{display:block;padding:0 0 3px}#order_data .order_data_column .form-field input,#order_data .order_data_column .form-field select,#order_data .order_data_column .form-field textarea{width:100%}#order_data .order_data_column .form-field .select2-container{width:100%!important}#order_data .order_data_column .form-field .date-picker{width:50%}#order_data .order_data_column .form-field .hour,#order_data .order_data_column .form-field .minute{width:2.5em}#order_data .order_data_column .form-field small{display:block;margin:5px 0 0;color:#999}#order_data .order_data_column .form-field.last{float:left}#order_data .order_data_column .form-field-wide{width:100%;clear:both}#order_data .order_data_column .form-field-wide .wc-customer-search,#order_data .order_data_column .form-field-wide .wc-enhanced-select,#order_data .order_data_column .form-field-wide input,#order_data .order_data_column .form-field-wide select,#order_data .order_data_column .form-field-wide textarea{width:100%}#order_data .order_data_column p.none_set{color:#999}#order_data .order_data_column ._billing_address_1_field,#order_data .order_data_column ._billing_city_field,#order_data .order_data_column ._billing_country_field,#order_data .order_data_column ._billing_email_field,#order_data .order_data_column ._billing_first_name_field,#order_data .order_data_column ._shipping_address_1_field,#order_data .order_data_column ._shipping_city_field,#order_data .order_data_column ._shipping_country_field,#order_data .order_data_column ._shipping_first_name_field{float:right}#order_data .order_data_column ._billing_address_2_field,#order_data .order_data_column ._billing_last_name_field,#order_data .order_data_column ._billing_phone_field,#order_data .order_data_column ._billing_postcode_field,#order_data .order_data_column ._billing_state_field,#order_data .order_data_column ._shipping_address_2_field,#order_data .order_data_column ._shipping_last_name_field,#order_data .order_data_column ._shipping_postcode_field,#order_data .order_data_column ._shipping_state_field,#order_data .order_data_column .wc-customer-user label a{float:left}#order_data .order_data_column ._billing_company_field,#order_data .order_data_column ._shipping_company_field,#order_data .order_data_column ._transaction_id_field{clear:both;width:100%}#order_data .order_data_column ._billing_email_field{clear:right}#order_data .order_data_column div.edit_address{display:none;zoom:1;padding-left:1px}#order_data .order_data_column .billing-same-as-shipping,#order_data .order_data_column .load_customer_billing,#order_data .order_data_column .load_customer_shipping,#order_data .order_data_column a.edit_address{width:14px;height:0;padding:14px 0 0;margin:0 6px 0 0;overflow:hidden;position:relative;color:#999;border:0;float:left}#order_data .order_data_column .billing-same-as-shipping:focus,#order_data .order_data_column .billing-same-as-shipping:hover,#order_data .order_data_column .load_customer_billing:focus,#order_data .order_data_column .load_customer_billing:hover,#order_data .order_data_column .load_customer_shipping:focus,#order_data .order_data_column .load_customer_shipping:hover,#order_data .order_data_column a.edit_address:focus,#order_data .order_data_column a.edit_address:hover{color:#000}#order_data .order_data_column .billing-same-as-shipping:after,#order_data .order_data_column .load_customer_billing:after,#order_data .order_data_column .load_customer_shipping:after,#order_data .order_data_column a.edit_address:after{font-family:WooCommerce;position:absolute;top:0;right:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased}#order_data .order_data_column .billing-same-as-shipping:after{content:"\e008"}#order_data .order_data_column .load_customer_billing:after,#order_data .order_data_column .load_customer_shipping:after{content:"\e03a"}#order_data .order_data_column a.edit_address:after{content:"\e603"}.order_actions{margin:0;overflow:hidden;zoom:1}.order_actions li{border-top:1px solid #fff;border-bottom:1px solid #ddd;padding:6px 0;margin:0;line-height:1.6em;float:right;width:50%;text-align:center}.order_actions li a{float:none;text-align:center;text-decoration:underline}.order_actions li.wide{width:auto;float:none;clear:both;padding:6px;text-align:right;overflow:hidden}.order_actions li #delete-action{line-height:25px;vertical-align:middle;text-align:right;float:right}.order_actions li .save_order{float:left}.order_actions li#actions{overflow:hidden}.order_actions li#actions .button{width:24px;box-sizing:border-box;float:left}.order_actions li#actions select{width:225px;box-sizing:border-box;float:right}#woocommerce-order-items .inside{margin:0;padding:0;background:#fefefe}#woocommerce-order-items .wc-order-data-row{border-bottom:1px solid #DFDFDF;padding:12px;background:#f8f8f8;line-height:2em;text-align:left}#woocommerce-order-items .wc-order-data-row:after,#woocommerce-order-items .wc-order-data-row:before{content:" ";display:table}#woocommerce-order-items .wc-order-data-row:after{clear:both}#woocommerce-order-items .wc-order-data-row p{margin:0;line-height:2em}#woocommerce-order-items .wc-order-data-row .wc-used-coupons{text-align:right}#woocommerce-order-items .wc-order-data-row .wc-used-coupons .tips{display:inline-block}#woocommerce-order-items .wc-order-bulk-actions{background:#fefefe;vertical-align:top;border-top:0}#woocommerce-order-items .wc-order-bulk-actions select{vertical-align:top}#woocommerce-order-items .wc-order-bulk-actions p.bulk-actions{float:right}#woocommerce-order-items .wc-order-add-item{background:#fff;vertical-align:top;border-top:none}#woocommerce-order-items .wc-order-add-item .add_item_id,#woocommerce-order-items .wc-order-add-item .select2-container{vertical-align:top}#woocommerce-order-items .wc-order-add-item .add_item_id .search-field input,#woocommerce-order-items .wc-order-add-item .select2-container .search-field input{min-width:100px}#woocommerce-order-items .wc-order-add-item .select2-container{width:400px!important;text-align:right}#woocommerce-order-items .wc-order-add-item .calculate-action,#woocommerce-order-items .wc-order-add-item .cancel-action,#woocommerce-order-items .wc-order-add-item .save-action{float:right;margin-left:2px}#woocommerce-order-items .wc-used-coupons{float:right;width:50%}#woocommerce-order-items .wc-order-totals{float:left;width:50%;margin:0;padding:0}#woocommerce-order-items .wc-order-totals .amount{font-weight:700}#woocommerce-order-items .wc-order-totals .label{vertical-align:top}#woocommerce-order-items .wc-order-totals .total{font-size:1em!important;width:10em;margin:0 .5em 0 0;box-sizing:border-box}#woocommerce-order-items .wc-order-totals .total input[type=text]{width:96%;float:left}#woocommerce-order-items .wc-order-totals .refunded-total{color:#a00}#woocommerce-order-items .refund-actions{margin-top:5px;padding-top:12px;border-top:1px solid #DFDFDF}#woocommerce-order-items .refund-actions .button{float:left;margin-right:4px}#woocommerce-order-items .refund-actions .cancel-action{float:right;margin-right:0}#woocommerce-order-items .add_meta{margin-right:0!important}#woocommerce-order-items h3 small{color:#999}#woocommerce-order-items .amount{white-space:nowrap}#woocommerce-order-items .add-items .description{margin-left:10px}.woocommerce_order_items_wrapper{margin:0;overflow:auto}.woocommerce_order_items_wrapper table.woocommerce_order_items{width:100%;background:#fff}.woocommerce_order_items_wrapper table.woocommerce_order_items thead th{background:#f8f8f8;padding:8px;font-size:11px;text-align:right;color:#555;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.woocommerce_order_items_wrapper table.woocommerce_order_items thead th:last-child{padding-left:12px}.woocommerce_order_items_wrapper table.woocommerce_order_items thead th:first-child{padding-right:12px}.woocommerce_order_items_wrapper table.woocommerce_order_items thead th.sortable{cursor:pointer}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th,.woocommerce_order_items_wrapper table.woocommerce_order_items td{padding:8px;text-align:right;line-height:26px;vertical-align:top;border-bottom:1px dotted #ececec}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,.woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{width:100%}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th select,.woocommerce_order_items_wrapper table.woocommerce_order_items td select{width:50%}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th input,.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,.woocommerce_order_items_wrapper table.woocommerce_order_items td input,.woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{font-size:14px;padding:4px;color:#555}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items td:last-child{padding-left:12px}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:first-child,.woocommerce_order_items_wrapper table.woocommerce_order_items td:first-child{padding-right:12px}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:last-child td{border-bottom:1px solid #dfdfdf}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:first-child td{border-top:8px solid #f8f8f8}.woocommerce_order_items_wrapper table.woocommerce_order_items tbody#order_line_items tr:first-child td{border-top:none}.woocommerce_order_items_wrapper table.woocommerce_order_items td.check-column{padding:8px 12px 8px 8px;width:1%}.woocommerce_order_items_wrapper table.woocommerce_order_items .item{min-width:200px}.woocommerce_order_items_wrapper table.woocommerce_order_items .center,.woocommerce_order_items_wrapper table.woocommerce_order_items .variation-id{text-align:center}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class{text-align:left}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost label,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax label,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label{white-space:nowrap;color:#999;font-size:.833em}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax label input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label input{display:inline}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost input,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax input,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class input{width:70px;vertical-align:middle;text-align:left}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost select,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost select,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost select,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax select,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity select,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax select,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class select{width:85px;height:26px;vertical-align:middle;font-size:1em}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input{display:block;background:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);margin:1px;width:70px}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input input,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input input{width:100%;box-sizing:border-box;border:0;box-shadow:none;margin:0;color:#555;background:100% 0}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input input:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input input:last-child{color:#bbb;border-top:1px dashed #ddd}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax .view,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .view{white-space:nowrap}.woocommerce_order_items_wrapper table.woocommerce_order_items .cost del,.woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost del,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost del,.woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax del,.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity del,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax del,.woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class del{color:#ccc}.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity{text-align:center}.woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input{text-align:center;width:50px}.woocommerce_order_items_wrapper table.woocommerce_order_items span.subtotal{opacity:.5}.woocommerce_order_items_wrapper table.woocommerce_order_items td.tax_class,.woocommerce_order_items_wrapper table.woocommerce_order_items th.tax_class{text-align:right}.woocommerce_order_items_wrapper table.woocommerce_order_items .calculated{border-color:#ae8ca2;border-style:dotted}.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{width:100%}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{margin:.5em 0 0}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr th,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr th{border:0;padding:0 0 .5em 4px;line-height:1.5em;width:20%}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td{padding:0 0 .5em 4px;border:0;line-height:1.5em}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input{width:100%;margin:0;position:relative;border-bottom:0;box-shadow:none}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td textarea,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td textarea{width:100%;height:4em;margin:0;box-shadow:none}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input:focus+textarea,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input:focus+textarea{border-top-color:#999}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p{margin:0 0 .5em;line-height:1.5em}.woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p:last-child,.woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p:last-child{margin:0}.woocommerce_order_items_wrapper table.woocommerce_order_items .thumb{text-align:right;width:27px}.wc-order-items-editable .delete-order-item:before,.wc-order-items-editable .delete_refund:before,.wc-order-items-editable .edit-order-item:before,.woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div:before,.woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div:before,.woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div:before{text-align:center;font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;top:0;right:0}.woocommerce_order_items_wrapper table.woocommerce_order_items .thumb a{display:block}.woocommerce_order_items_wrapper table.woocommerce_order_items .thumb img{padding:1px;margin:0;border:1px solid #dfdfdf;vertical-align:middle;width:21px;height:21px}.woocommerce_order_items_wrapper table.woocommerce_order_items .refund_by,ul.order_notes li p.meta .exact-date{border-bottom:1px dotted #999}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:14px;margin:6px}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";color:#bbb}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:14px;margin:6px}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";color:#bbb}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:14px;margin:6px}.woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";color:#bbb}.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax{white-space:nowrap}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax{padding:8px 8px 8px 16px}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:12px;visibility:hidden;float:left;margin:2px 0 0 -16px}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax:before,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#fff;background-color:#000;-webkit-border-radius:100%;border-radius:100%;border:1px solid #000;box-shadow:0 1px 2px rgba(0,0,0,.2)}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax:hover:before,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax:hover:before{border-color:#a00;background-color:#a00}.woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax:hover .delete-order-tax,.woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax:hover .delete-order-tax{visibility:visible}.woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded{display:block;color:#a00;white-space:nowrap}.wc-order-items-editable .edit-order-item{text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:0 0 0 .5em}.wc-order-items-editable .edit-order-item:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";content:"\e603";color:#999}.wc-order-items-editable .edit-order-item:hover:before{color:#555}.wc-order-items-editable .delete-order-item,.wc-order-items-editable .delete_refund{text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:0}.wc-order-items-editable .delete-order-item:before,.wc-order-items-editable .delete_refund:before{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:"";content:"\e013";color:#999}.wc-order-items-editable .delete-order-item:hover:before,.wc-order-items-editable .delete_refund:hover:before{color:#a00}.wc-order-items-editable .wc-order-edit-line-item-actions{width:2.5em;text-align:left}.wc-order-items-editable .wc-order-totals .wc-order-edit-line-item-actions{width:1.5em}.wc-order-items-editable .wc-order-totals .edit-order-item{margin:0}#woocommerce-order-downloads .buttons{float:right;padding:0;margin:0;vertical-align:top}#woocommerce-order-downloads .buttons .add_item_id,#woocommerce-order-downloads .buttons .select2-container{width:400px!important;margin-left:9px;vertical-align:top;float:right}#woocommerce-order-downloads .buttons button{margin:2px 0 0}#woocommerce-order-downloads h3 small{color:#999}#poststuff #woocommerce-order-actions .inside{margin:0;padding:0}#poststuff #woocommerce-order-actions .inside ul.order_actions li{padding:6px 10px;box-sizing:border-box}#poststuff #woocommerce-order-actions .inside ul.order_actions li:last-child{border-bottom:0}#poststuff #woocommerce-order-notes .inside{margin:0;padding:0}#poststuff #woocommerce-order-notes .inside ul.order_notes li{padding:0 10px}#woocommerce_customers p.search-box{margin:6px 0 4px;float:right}#woocommerce_customers .tablenav{float:left;clear:none}.widefat.customers td{vertical-align:middle;padding:4px 7px}.widefat .column-order_title{width:15%}.widefat .column-order_title time{display:block;color:#999;margin:3px 0}.widefat .column-orders,.widefat .column-paying,.widefat .column-spent{text-align:center;width:8%}.widefat .column-last_order{width:11%}.widefat .column-order_actions,.widefat .column-user_actions,.widefat .column-wc_actions{width:110px}.widefat .column-order_actions a.button,.widefat .column-user_actions a.button,.widefat .column-wc_actions a.button{float:right;margin:0 0 2px 4px;cursor:pointer;padding:3px 4px;height:auto}.widefat .column-order_actions a.button img,.widefat .column-user_actions a.button img,.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.widefat .column-order_date,.widefat .column-order_total{width:9%}.widefat .column-order_status{width:45px;text-align:center}.widefat .column-order_status mark{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;background:100% 0;font-size:1.4em;margin:0 auto}.widefat .column-order_status mark.cancelled:after,.widefat .column-order_status mark.completed:after,.widefat .column-order_status mark.failed:after,.widefat .column-order_status mark.on-hold:after,.widefat .column-order_status mark.pending:after,.widefat .column-order_status mark.processing:after,.widefat .column-order_status mark.refunded:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center}.widefat .column-order_status mark.pending:after{content:"\e012";color:#ffba00}.widefat .column-order_status mark.completed:after{content:"\e015";color:#2ea2cc}.widefat .column-order_status mark.on-hold:after{content:"\e033";color:#999}.widefat .column-order_status mark.failed:after{content:"\e016";color:#d0c21f}.widefat .column-order_status mark.cancelled:after{content:"\e013";color:#a00}.widefat .column-order_status mark.processing:after{content:"\e011";color:#73a724}.widefat .column-order_status mark.refunded:after{content:"\e014";color:#999}.widefat td.column-order_status{padding-top:9px}.column-customer_message .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-customer_message .note-on:after,.column-order_notes .note-on:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;top:0;right:0;text-align:center;line-height:16px}.column-customer_message .note-on:after{text-indent:0;position:absolute;width:100%;height:100%;content:""}.column-order_notes .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-order_notes .note-on:after{text-indent:0;position:absolute;width:100%;height:100%;content:""}.attributes-table .attribute-actions .configure-terms:after,.order_actions .complete:after,.order_actions .processing:after,.order_actions .view:after,.user_actions .edit:after,.user_actions .link:after,.user_actions .refresh:after,.user_actions .view:after{font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;top:0;right:0;line-height:1.85;margin:0;text-align:center;font-weight:400}.order_actions .complete,.order_actions .processing,.order_actions .view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.order_actions .complete:after,.order_actions .processing:after,.order_actions .view:after{text-indent:0;position:absolute;width:100%;height:100%}.order_actions .processing:after{content:"\e00f"}.order_actions .complete:after{content:"\e017"}.order_actions .view:after{content:"\e010"}.user_actions .edit,.user_actions .link,.user_actions .refresh,.user_actions .view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.user_actions .edit:after,.user_actions .link:after,.user_actions .refresh:after,.user_actions .view:after{text-indent:0;position:absolute;width:100%;height:100%}.user_actions .edit:after{content:"\e603"}.user_actions .link:after{content:"\e00d"}.user_actions .view:after{content:"\e010"}.user_actions .refresh:after{content:"\e031"}.attributes-table td,.attributes-table th{width:15%;vertical-align:top}.attributes-table .attribute-terms{width:32%}.attributes-table .attribute-actions{width:2em}.attributes-table .attribute-actions .configure-terms{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms:after{text-indent:0;position:absolute;width:100%;height:100%;content:""}ul.order_notes{padding:2px 0 0}ul.order_notes li .note_content{padding:10px;background:#efefef;position:relative}ul.order_notes li .note_content p{margin:0;padding:0;word-wrap:break-word}ul.order_notes li p.meta{padding:10px;color:#999;margin:0;font-size:11px}ul.order_notes li a.delete_note{color:#a00}table.wp-list-table .row-actions,table.wp-list-table span.na{color:#999}ul.order_notes li .note_content:after{content:"";display:block;position:absolute;bottom:-10px;right:20px;width:0;height:0;border-width:10px 0 0 10px;border-style:solid;border-color:#efefef transparent}ul.order_notes li.customer-note .note_content{background:#d7cad2}ul.order_notes li.customer-note .note_content:after{border-color:#d7cad2 transparent}.add_note{border-top:1px solid #ddd;padding:10px 10px 0}.add_note h4{margin-top:5px!important}.add_note #add_order_note{width:100%;height:50px}table.wp-list-table .column-thumb{width:52px;text-align:center;white-space:nowrap}table.wp-list-table .column-name{width:22%}table.wp-list-table .column-product_cat,table.wp-list-table .column-product_tag{width:11%!important}table.wp-list-table .column-featured,table.wp-list-table .column-product_type{width:48px;text-align:right!important}table.wp-list-table .column-customer_message,table.wp-list-table .column-order_notes{width:48px;text-align:center}table.wp-list-table .column-customer_message img,table.wp-list-table .column-order_notes img{margin:0 auto;padding-top:0!important}table.wp-list-table .manage-column.column-featured img,table.wp-list-table .manage-column.column-product_type img{padding-right:2px}table.wp-list-table .column-price .woocommerce-price-suffix{display:none}table.wp-list-table img{margin:1px 2px}table.wp-list-table td.column-thumb img{margin:0;vertical-align:middle;width:auto;height:auto;max-width:40px;max-height:40px}table.wp-list-table .column-is_in_stock{text-align:right!important}table.wp-list-table .notes_head:after,table.wp-list-table .order-notes_head:after,table.wp-list-table .status_head:after,table.wp-list-table span.product-type:before,table.wp-list-table span.wc-featured:before,table.wp-list-table span.wc-image:before,table.wp-list-table span.wc-type:before{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;top:0;right:0;text-align:center;line-height:1;font-family:WooCommerce}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image,table.wp-list-table span.wc-type{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table span.wc-featured:before,table.wp-list-table span.wc-image:before,table.wp-list-table span.wc-type:before{font-weight:400;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}table.wp-list-table span.wc-featured{margin:0;cursor:pointer}table.wp-list-table span.wc-featured:before{content:"\e020"}table.wp-list-table span.wc-featured.not-featured:before{content:"\e021"}table.wp-list-table td.column-featured span.wc-featured{font-size:1.2em}table.wp-list-table span.wc-type{margin:0}table.wp-list-table span.wc-type:before{content:"\e01d"}table.wp-list-table span.product-type{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}table.wp-list-table span.product-type:before{font-weight:400;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}table.wp-list-table span.product-type.grouped:before{content:"\e002"}table.wp-list-table span.product-type.external:before{content:"\e034"}table.wp-list-table span.product-type.variable:before{content:"\e003"}table.wp-list-table span.product-type.downloadable:before{content:"\e001"}table.wp-list-table span.product-type.virtual:before{content:"\e000"}table.wp-list-table mark.instock{font-weight:700;color:#7ad03a;background:100% 0;line-height:1}table.wp-list-table mark.outofstock{font-weight:700;color:#a44;background:100% 0;line-height:1}table.wp-list-table .notes_head,table.wp-list-table .order-notes_head,table.wp-list-table .status_head{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table .notes_head:after,table.wp-list-table .order-notes_head:after,table.wp-list-table .status_head:after{font-weight:400;margin:0;text-indent:0;position:absolute;width:100%;height:100%}table.wp-list-table .order-notes_head:after{content:"\e028"}table.wp-list-table .notes_head:after{content:"\e026"}table.wp-list-table .status_head:after{content:"\e011"}table.wp-list-table .column-order_items{width:12%}table.wp-list-table .column-order_items table.order_items{width:100%;margin:3px 0 0;padding:0;display:none}table.wp-list-table .column-order_items table.order_items td{border:0;margin:0;padding:0 0 3px}table.wp-list-table .column-order_items table.order_items td.qty{color:#999;padding-left:6px;text-align:right}mark.notice{background:#fff;color:#a00;margin:0 10px 0 0}a.export_rates,a.import_rates{float:left;margin-right:9px;margin-top:-2px;margin-bottom:0}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table span.tips,table.wc_tax_rates span.tips{color:#2ea2cc}table.wc_input_table td,table.wc_tax_rates td{padding:0;border-left:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;border-top:0;background:#fff}table.wc_input_table td input[type=text],table.wc_input_table td input[type=number],table.wc_tax_rates td input[type=text],table.wc_tax_rates td input[type=number]{width:100%;padding:5px 7px;margin:0;border:0;background:100% 0}table.wc_input_table td.apply_to_shipping,table.wc_input_table td.compound,table.wc_tax_rates td.apply_to_shipping,table.wc_tax_rates td.compound{padding:5px 7px;vertical-align:middle}table.wc_input_table td.apply_to_shipping input,table.wc_input_table td.compound input,table.wc_tax_rates td.apply_to_shipping input,table.wc_tax_rates td.compound input{width:auto;padding:0}table.wc_input_table td:last-child,table.wc_tax_rates td:last-child{border-left:0}table.wc_input_table tr.current td,table.wc_tax_rates tr.current td{background-color:#fefbcc}table.wc_input_table .cost,table.wc_input_table .cost input,table.wc_input_table .item_cost,table.wc_input_table .item_cost input,table.wc_tax_rates .cost,table.wc_tax_rates .cost input,table.wc_tax_rates .item_cost,table.wc_tax_rates .item_cost input{text-align:left}table.wc_input_table th.sort,table.wc_tax_rates th.sort{width:17px;padding:0}table.wc_input_table td.sort,table.wc_tax_rates td.sort{padding:0 4px;cursor:move;background:#f9f9f9;text-align:center;vertical-align:middle}table.wc_input_table td.sort:before,table.wc_tax_rates td.sort:before{content:"\e032";font-family:WooCommerce;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}table.wc_input_table td.sort:hover:before,table.wc_tax_rates td.sort:hover:before{color:#333}table.wc_input_table .button,table.wc_tax_rates .button{float:right;margin-left:5px}table.wc_input_table .export,table.wc_input_table .import,table.wc_tax_rates .export,table.wc_tax_rates .import{float:left;margin-left:0;margin-right:5px}table.wc_input_table span.tips,table.wc_tax_rates span.tips{padding:0 3px}table.wc_input_table .pagination,table.wc_tax_rates .pagination{float:left}table.wc_input_table .pagination .button,table.wc_tax_rates .pagination .button{margin-right:5px;margin-left:0}table.wc_input_table .pagination .current,table.wc_tax_rates .pagination .current{background:#bbb;text-shadow:none}table.wc_input_table tfoot th,table.wc_tax_rates tfoot th{padding-right:20px;padding-left:20px}table.wc_input_table tr:last-child td,table.wc_tax_rates tr:last-child td{border-bottom:0}table.wc_gateways,table.wc_shipping{position:relative}table.wc_gateways td,table.wc_shipping td{vertical-align:middle;padding:7px;line-height:2em}table.wc_gateways tr:nth-child(odd) td,table.wc_shipping tr:nth-child(odd) td{background:#f9f9f9}table.wc_gateways th,table.wc_shipping th{padding:9px 7px!important;vertical-align:middle}table.wc_gateways td.name,table.wc_shipping td.name{font-weight:700}table.wc_gateways .settings,table.wc_shipping .settings{text-align:left}table.wc_gateways .default,table.wc_gateways .radio,table.wc_gateways .status,table.wc_shipping .default,table.wc_shipping .radio,table.wc_shipping .status{text-align:center}table.wc_gateways .default .tips,table.wc_gateways .radio .tips,table.wc_gateways .status .tips,table.wc_shipping .default .tips,table.wc_shipping .radio .tips,table.wc_shipping .status .tips{margin:0 auto}table.wc_gateways .default input,table.wc_gateways .radio input,table.wc_gateways .status input,table.wc_shipping .default input,table.wc_shipping .radio input,table.wc_shipping .status input{margin:0}table.wc_gateways th.sort,table.wc_shipping th.sort{width:28px;padding:0}table.wc_gateways td.sort,table.wc_shipping td.sort{padding:0 7px;cursor:move;text-align:center;vertical-align:middle}table.wc_gateways td.sort:before,table.wc_shipping td.sort:before{content:"\e032";font-family:WooCommerce;text-align:center;line-height:1;color:#ccc;display:block;width:17px;float:right;height:100%}img.help_tip{vertical-align:middle;margin:0 9px 0 0}.postbox img.help_tip{margin-top:-4px}.status-disabled,.status-enabled{font-size:1.4em;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder:after,.status-enabled:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-indent:0;top:0;right:0;text-align:center}.status-enabled:before{line-height:1;margin:0;position:absolute;width:100%;height:100%;content:"";color:#a46497}.woocommerce .woo-nav-tab-wrapper{margin-bottom:16px}.woocommerce .subsubsub{margin:-8px 0 0}.woocommerce #template div{margin:0}.woocommerce #template div p .button{float:left;margin-right:10px;margin-top:-4px}.woocommerce #template div .editor textarea{margin-bottom:8px}.woocommerce textarea[disabled=disabled]{background:#DFDFDF!important}.woocommerce table.form-table{margin:0;position:relative}.woocommerce table.form-table .forminp-radio ul{margin:0}.woocommerce table.form-table .forminp-radio ul li{line-height:1.4em}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input{width:25em}.woocommerce table.form-table textarea.wide-input{width:100%}.woocommerce table.form-table img.help_tip{padding:0;margin:-4px 5px 0 0;vertical-align:middle;cursor:help;line-height:1}.woocommerce table.form-table span.help_tip{cursor:help;color:#2ea2cc}.woocommerce table.form-table th{position:relative;padding-left:24px}.woocommerce table.form-table .select2-container{display:block;max-width:350px;vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-left:inherit}.woocommerce table.form-table th img.help_tip{margin:0 0 0 -24px;float:left}.woocommerce table.form-table fieldset{margin-top:4px}.woocommerce table.form-table fieldset img.help_tip{margin:-3px 5px 0 0}.woocommerce table.form-table fieldset p.description{margin-bottom:8px}.woocommerce table.form-table fieldset:first-child{margin-top:0}.woocommerce table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.woocommerce table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .colorpickpreview{padding:3px 20px 3px 3px;border:1px solid #ddd;border-left:0}.woocommerce table.form-table .colorpick{border-right:0}.woocommerce table.form-table .image_width_settings{vertical-align:middle}.woocommerce table.form-table .image_width_settings label{margin-right:10px}.woocommerce #tabs-wrap table a.remove{margin-right:4px}.woocommerce #tabs-wrap table p{margin:0 0 4px!important;overflow:hidden;zoom:1}.woocommerce #tabs-wrap table p a.add{float:right}#wp-excerpt-editor-container{background:#fff}#product_variation-parent #parent_id{width:100%}#postimagediv img{border:1px solid #d5d5d5;max-width:100%}#woocommerce-product-images .inside{margin:0;padding:0}#woocommerce-product-images .inside .add_product_images{padding:0 12px 12px}#woocommerce-product-images .inside #product_images_container{padding:0 9px 0 0}#woocommerce-product-images .inside #product_images_container ul{margin:0;padding:0}#woocommerce-product-images .inside #product_images_container ul:after,#woocommerce-product-images .inside #product_images_container ul:before{content:" ";display:table}#woocommerce-product-images .inside #product_images_container ul:after{clear:both}#woocommerce-product-images .inside #product_images_container ul li.add,#woocommerce-product-images .inside #product_images_container ul li.image,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{width:80px;float:right;cursor:move;border:1px solid #d5d5d5;margin:9px 0 0 9px;background:#f7f7f7;border-radius:2px;position:relative;box-sizing:border-box}#woocommerce-product-images .inside #product_images_container ul li.add img,#woocommerce-product-images .inside #product_images_container ul li.image img,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder img{width:100%;height:auto;display:block}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{border:3px dashed #ddd;position:relative}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder:after{margin:0;position:absolute;width:100%;height:100%;content:"";font-size:2.618em;line-height:72px;color:#ddd}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:before,#woocommerce-product-images .inside #product_images_container ul ul.actions li a.view:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;color:#fff;background-color:#000;text-align:center;right:0}#woocommerce-product-images .inside #product_images_container ul ul.actions{position:absolute;top:-8px;left:-8px;padding:2px;display:none}#woocommerce-product-images .inside #product_images_container ul ul.actions li{float:left;margin:0 2px 0 0}#woocommerce-product-images .inside #product_images_container ul ul.actions li a{width:1em;margin:0;height:0;display:block;overflow:hidden}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.tips{cursor:pointer}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.view{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.4em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.view:before{margin:0;text-indent:0;position:absolute;top:0;width:100%;height:100%;content:""}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.4em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:before{margin:0;text-indent:0;position:absolute;top:0;width:100%;height:100%;content:"";border-radius:100%;box-shadow:0 1px 2px rgba(0,0,0,.2)}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:hover before{background-color:#a00}#woocommerce-product-images .inside #product_images_container ul li:hover ul.actions{display:block}#woocommerce-product-data h3.hndle{padding:10px}#woocommerce-product-data h3.hndle span{display:block;vertical-align:middle;line-height:24px}#woocommerce-product-data h3.hndle span span{display:inline;line-height:inherit;vertical-align:baseline}#woocommerce-product-data h3.hndle label{padding-left:1em;font-size:12px;vertical-align:baseline}#woocommerce-product-data h3.hndle label:first-child{margin-left:1em;border-left:1px solid #dfdfdf}#woocommerce-product-data h3.hndle input,#woocommerce-product-data h3.hndle select{margin:-3px .5em 0 0;vertical-align:middle}#woocommerce-product-data>.handlediv{margin-top:4px}#woocommerce-product-data .wrap{margin:0}#woocommerce-coupon-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#woocommerce-coupon-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description::-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap{background:#fff}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{float:right;width:80%}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-product-data .woocommerce_options_panel .wc-radios{display:block;float:right;margin:0}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-product-data .woocommerce_options_panel .wc-radios li{display:block;padding:0 0 10px}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li input,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-product-data .woocommerce_options_panel .wc-radios li input{width:auto}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap,.woocommerce .panel-wrap{overflow:hidden}#woocommerce-coupon-data ul.wc-tabs,#woocommerce-product-data ul.wc-tabs,.woocommerce ul.wc-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#woocommerce-coupon-data ul.wc-tabs:after,#woocommerce-product-data ul.wc-tabs:after,.woocommerce ul.wc-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li,#woocommerce-product-data ul.wc-tabs li,.woocommerce ul.wc-tabs li{margin:0;padding:0;display:block;position:relative}#woocommerce-coupon-data ul.wc-tabs li a,#woocommerce-product-data ul.wc-tabs li a,.woocommerce ul.wc-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li a:before,#woocommerce-product-data ul.wc-tabs li a:before,.woocommerce ul.wc-tabs li a:before,.woocommerce_page_wc-settings .shippingrows .add.button:before{line-height:1;margin-left:.618em;font-weight:400;font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none}#woocommerce-coupon-data ul.wc-tabs li a:before,#woocommerce-product-data ul.wc-tabs li a:before,.woocommerce ul.wc-tabs li a:before{content:""}#woocommerce-coupon-data ul.wc-tabs li.general_options a:before,#woocommerce-product-data ul.wc-tabs li.general_options a:before,.woocommerce ul.wc-tabs li.general_options a:before{content:"\e006"}#woocommerce-coupon-data ul.wc-tabs li.inventory_options a:before,#woocommerce-product-data ul.wc-tabs li.inventory_options a:before,.woocommerce ul.wc-tabs li.inventory_options a:before{content:"\e02c"}#woocommerce-coupon-data ul.wc-tabs li.shipping_options a:before,#woocommerce-product-data ul.wc-tabs li.shipping_options a:before,.woocommerce ul.wc-tabs li.shipping_options a:before{content:"\e01a"}#woocommerce-coupon-data ul.wc-tabs li.linked_product_options a:before,#woocommerce-product-data ul.wc-tabs li.linked_product_options a:before,.woocommerce ul.wc-tabs li.linked_product_options a:before{content:"\e00d"}#woocommerce-coupon-data ul.wc-tabs li.attribute_options a:before,#woocommerce-product-data ul.wc-tabs li.attribute_options a:before,.woocommerce ul.wc-tabs li.attribute_options a:before{content:"\e02b"}#woocommerce-coupon-data ul.wc-tabs li.advanced_options a:before,#woocommerce-product-data ul.wc-tabs li.advanced_options a:before,.woocommerce ul.wc-tabs li.advanced_options a:before{content:"\e01c"}#woocommerce-coupon-data ul.wc-tabs li.variation_options a:before,#woocommerce-product-data ul.wc-tabs li.variation_options a:before,.woocommerce ul.wc-tabs li.variation_options a:before{content:"\e003"}#woocommerce-coupon-data ul.wc-tabs li.usage_restriction_options a:before,#woocommerce-product-data ul.wc-tabs li.usage_restriction_options a:before,.woocommerce ul.wc-tabs li.usage_restriction_options a:before{content:"\e602"}#woocommerce-coupon-data ul.wc-tabs li.usage_limit_options a:before,#woocommerce-product-data ul.wc-tabs li.usage_limit_options a:before,.woocommerce ul.wc-tabs li.usage_limit_options a:before{content:"\e601"}#woocommerce-coupon-data ul.wc-tabs li.general_coupon_data a:before,#woocommerce-product-data ul.wc-tabs li.general_coupon_data a:before,.woocommerce ul.wc-tabs li.general_coupon_data a:before{content:"\e600"}#woocommerce-coupon-data ul.wc-tabs li.active a,#woocommerce-product-data ul.wc-tabs li.active a,.woocommerce ul.wc-tabs li.active a{color:#555;position:relative;background-color:#eee}.woocommerce_page_wc-settings .shippingrows th.check-column{padding-top:20px}.woocommerce_page_wc-settings .shippingrows tfoot th{padding-right:10px}.woocommerce_page_wc-settings .shippingrows .add.button:before{content:""}.woocommerce_page_wc-settings h3.wc-settings-sub-title{font-size:1.2em}#woocommerce-coupon-data .inside,#woocommerce-order-data .inside,#woocommerce-order-downloads .inside,#woocommerce-product-data .inside,#woocommerce-product-type-options .inside{padding:0;margin:0}.panel,.woocommerce_options_panel{padding:9px;color:#555}.panel,.woocommerce_page_settings .woocommerce_options_panel{padding:0}#woocommerce-product-specs .inside,#woocommerce-product-type-options .panel{padding:9px;margin:0}#woocommerce-product-type-options .panel p,.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}#woocommerce-product-type-options .panel p:after,.woocommerce_options_panel fieldset.form-field:after,.woocommerce_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.woocommerce_options_panel .checkbox,.woocommerce_variable_attributes .checkbox{width:auto;vertical-align:middle;margin:7px 0}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{width:100%;padding:0!important}.woocommerce_options_panel .downloadable_files table th,.woocommerce_variations .downloadable_files table th{padding:7px 7px 7px 0!important}.woocommerce_options_panel .downloadable_files table td,.woocommerce_variations .downloadable_files table td{vertical-align:middle!important;padding:4px 7px 4px 0!important;position:relative}.woocommerce_options_panel .downloadable_files table td:last-child,.woocommerce_variations .downloadable_files table td:last-child{padding-left:7px!important}.woocommerce_options_panel .downloadable_files table td input.input_text,.woocommerce_variations .downloadable_files table td input.input_text{width:100%;float:none;margin:1px 0;min-width:0}.woocommerce_options_panel .downloadable_files table td .upload_file_button,.woocommerce_variations .downloadable_files table td .upload_file_button{float:left;width:auto;cursor:pointer}.woocommerce_options_panel .downloadable_files table td .delete,.woocommerce_variations .downloadable_files table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em}.woocommerce_options_panel .downloadable_files table td .delete:before,.woocommerce_variations .downloadable_files table td .delete:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";content:"\e013";color:#999}.woocommerce_options_panel .downloadable_files table td .delete:hover:before,.woocommerce_variations .downloadable_files table td .delete:hover:before{color:#a00}.woocommerce_options_panel .downloadable_files table th.sort,.woocommerce_variations .downloadable_files table th.sort{width:17px;padding:0}.woocommerce_options_panel .downloadable_files table td.sort,.woocommerce_variations .downloadable_files table td.sort{padding:0 8px;cursor:move;background:#f9f9f9;text-align:center;vertical-align:middle}.woocommerce_options_panel .downloadable_files table td.sort:before,.woocommerce_variations .downloadable_files table td.sort:before{content:"\e032";font-family:WooCommerce;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}.woocommerce_options_panel .downloadable_files table td.sort:hover:before,.woocommerce_variations .downloadable_files table td.sort:hover:before{color:#333}.woocommerce_variation h3 .sort{cursor:move;text-align:center;float:left;height:26px;width:17px;display:none;vertical-align:middle;margin-left:.5em;color:#a0a5aa}.woocommerce_variation h3 .sort:before{content:"\e032";font-family:WooCommerce;text-align:center;cursor:move;display:block;width:17px;line-height:28px}.woocommerce_variation h3 .sort:hover{color:#777}.woocommerce_variation h3:hover .sort,.woocommerce_variation.ui-sortable-helper .sort{display:block}.woocommerce_options_panel{box-sizing:border-box}.woocommerce_options_panel .downloadable_files{padding:0 162px 0 9px;position:relative;margin:9px 0}.woocommerce_options_panel .downloadable_files label{position:absolute;right:0;margin:0 12px 0 0;line-height:24px}.woocommerce_options_panel p{margin:9px 0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 162px 5px 20px!important}.woocommerce_options_panel .sale_price_dates_fields .short:first-of-type{margin-bottom:1em}.woocommerce_options_panel .sale_price_dates_fields .short:nth-of-type(2){clear:right}.woocommerce_options_panel label,.woocommerce_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.woocommerce_options_panel label .req,.woocommerce_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.woocommerce_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.woocommerce_options_panel .description-block{margin-right:0;display:block}.woocommerce_options_panel input,.woocommerce_options_panel select,.woocommerce_options_panel textarea{margin:0}.woocommerce_options_panel textarea{vertical-align:top;height:3.5em;line-height:1.5em}.woocommerce_options_panel input[type=text],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=email]{width:50%;float:right}.woocommerce_options_panel input.button{width:auto;margin-right:8px}.woocommerce_options_panel select{float:right}.woocommerce_options_panel .short,.woocommerce_options_panel input[type=text].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=email].short{width:50%}.woocommerce_options_panel .sized{width:auto!important;margin-left:6px}.woocommerce_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.woocommerce_options_panel .options_group:first-child{border-top:0}.woocommerce_options_panel .options_group:last-child{border-bottom:0}.woocommerce_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.woocommerce_options_panel .options_group fieldset label{width:auto;float:none}.woocommerce_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.woocommerce_options_panel .options_group fieldset ul li{margin:0;width:auto}.woocommerce_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.woocommerce_options_panel .options_group fieldset ul.wc-radios label{margin-right:0}.woocommerce_options_panel .dimensions_field .wrap{display:block;width:50%}.woocommerce_options_panel .dimensions_field .wrap input{width:30.75%;margin-left:3.8%}.woocommerce_options_panel .dimensions_field .wrap .last{margin-left:0}.woocommerce_options_panel.padded{padding:1em}#woocommerce-product-data input.dp-applied,.woocommerce_options_panel .select2-container{float:right}#grouped_product_options,#simple_product_options,#virtual_product_options{padding:12px;font-style:italic;color:#666}.wc-metaboxes-wrapper .toolbar{margin:0!important;border-top:1px solid #fff;border-bottom:1px solid #eee;padding:9px 12px!important}.wc-metaboxes-wrapper .toolbar:first-child{border-top:0}.wc-metaboxes-wrapper .toolbar:last-child{border-bottom:0}.wc-metaboxes-wrapper .toolbar .add_variation{float:left;margin-right:5px}.wc-metaboxes-wrapper .toolbar .cancel-variation-changes,.wc-metaboxes-wrapper .toolbar .save-variation-changes{float:right;margin-left:5px}.wc-metaboxes-wrapper p.toolbar{overflow:hidden;zoom:1}.wc-metaboxes-wrapper .fr,.wc-metaboxes-wrapper button.add_variable_attribute,.wc-metaboxes-wrapper select.attribute_taxonomy{float:right;}.wc-metaboxes-wrapper .wc-metaboxes{border-bottom:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox-sortable-placeholder{border-color:#bbb;background-color:#f5f5f5;margin-bottom:9px;border-width:1px;border-style:dashed}.wc-metaboxes-wrapper .wc-metabox{background:#fff;border-bottom:1px solid #eee;margin:0!important}.wc-metaboxes-wrapper .wc-metabox select{font-weight:400}.wc-metaboxes-wrapper .wc-metabox:last-of-type{border-bottom:0}.wc-metaboxes-wrapper .wc-metabox .handlediv:before{line-height:.5!important}.wc-metaboxes-wrapper .wc-metabox.closed{border-radius:3px}.wc-metaboxes-wrapper .wc-metabox.closed .handlediv:before{content:"\f140"!important}.wc-metaboxes-wrapper .wc-metabox.closed h3{border:0}.wc-metaboxes-wrapper .wc-metabox h3{margin:0!important;padding:.75em 1em .75em .75em!important;font-size:1em!important;overflow:hidden;zoom:1;cursor:move}.wc-metaboxes-wrapper .wc-metabox h3 a.delete,.wc-metaboxes-wrapper .wc-metabox h3 button{float:left}.wc-metaboxes-wrapper .wc-metabox h3 a.delete{color:red;font-weight:400;line-height:26px;display:none;text-decoration:none}.wc-metaboxes-wrapper .wc-metabox h3 strong{line-height:26px;font-weight:700}.wc-metaboxes-wrapper .wc-metabox h3 select{font-family:sans-serif;margin:0 1px}.wc-metaboxes-wrapper .wc-metabox h3 .handlediv{background-position:6px 5px!important;display:none;height:26px}.wc-metaboxes-wrapper .wc-metabox h3.fixed{cursor:pointer!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3{cursor:pointer}.wc-metaboxes-wrapper .wc-metabox h3:hover .handlediv,.wc-metaboxes-wrapper .wc-metabox h3:hover a.delete,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper .handlediv,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper a.delete{display:block}.wc-metaboxes-wrapper .wc-metabox table{width:100%;position:relative;background-color:#fdfdfd;padding:1em;border-top:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox table td{text-align:right;padding:0 0 1em 6px;vertical-align:top;border:0}.wc-metaboxes-wrapper .wc-metabox table td label{text-align:right;display:block;line-height:21px}.wc-metaboxes-wrapper .wc-metabox table td input{float:right;min-width:200px}.wc-metaboxes-wrapper .wc-metabox table td input,.wc-metaboxes-wrapper .wc-metabox table td textarea{width:100%;margin:0;display:block;font-size:14px;padding:4px;color:#555}.wc-metaboxes-wrapper .wc-metabox table td .select2-container,.wc-metaboxes-wrapper .wc-metabox table td select{width:100%!important}.wc-metaboxes-wrapper .wc-metabox table td input.short{width:200px}.wc-metaboxes-wrapper .wc-metabox table td input.checkbox{width:16px;min-width:inherit;vertical-align:text-bottom;display:inline-block;float:none}.wc-metaboxes-wrapper .wc-metabox table td.attribute_name{width:200px}.wc-metaboxes-wrapper .wc-metabox table .minus,.wc-metaboxes-wrapper .wc-metabox table .plus{margin-top:6px}.wc-metaboxes-wrapper .wc-metabox table .fl{float:right}.wc-metaboxes-wrapper .wc-metabox table .fr{float:left}.variations-pagenav{float:left;line-height:24px}.variations-pagenav .displaying-num{color:#777;font-size:12px;font-style:italic}.variations-pagenav .expand-close{margin-left:2px;color:#777;font-size:12px;font-style:italic}.variations-pagenav .expand-close a{background:100% 0;padding:0;font-size:12px;text-decoration:none}.variations-pagenav a{padding:0 10px 3px;background:rgba(0,0,0,.05);font-size:16px;font-weight:400;text-decoration:none}.variations-pagenav a.disabled,.variations-pagenav a.disabled:active,.variations-pagenav a.disabled:focus,.variations-pagenav a.disabled:hover{color:#A0A5AA;background:rgba(0,0,0,.05)}.variations-defaults{float:right}.woocommerce_variable_attributes{background-color:#fdfdfd;border-top:1px solid #eee}.woocommerce_variable_attributes .data{padding:1em 2em}.woocommerce_variable_attributes .data:after,.woocommerce_variable_attributes .data:before{content:" ";display:table}.woocommerce_variable_attributes .data:after{clear:both}.woocommerce_variable_attributes .upload_image_button{display:block;width:48px;height:48px;float:right;margin-left:20px;position:relative;cursor:pointer}.woocommerce_variable_attributes .upload_image_button img{width:100%;height:auto;display:none}.woocommerce_variable_attributes .upload_image_button:before{content:"\f128";font-family:Dashicons;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;line-height:48px;font-size:48px;font-weight:400;-webkit-font-smoothing:antialiased}.woocommerce_variable_attributes .upload_image_button.remove img{display:block}.woocommerce_variable_attributes .upload_image_button.remove:before{content:"\f335";display:none}.woocommerce_variable_attributes .upload_image_button.remove:hover:before{display:block}.woocommerce_variable_attributes .options{border:1px solid #eee;border-width:1px 0;padding:.25em 0}.woocommerce_variable_attributes .options label{display:inline-block;padding:4px 0 2px 1em}.woocommerce_variable_attributes .options input[type=checkbox]{margin-top:5px;margin-left:3px}.form-row label{display:block}.form-row input[type=number],.form-row input[type=text],.form-row select{width:100%}.form-row.dimensions_field input{width:25%;float:right;margin-left:1%}.form-row.dimensions_field input:last-of-type{margin-left:0}.form-row-first,.form-row-last{width:48%;float:left}.form-row-first{clear:both;float:right}.form-row-full{clear:both}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;position:absolute;top:0;right:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.chart-tooltip,.wc_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.chart-tooltip code,.wc_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.wc_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.wc_error_tip:after{content:"";display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}img.ui-datepicker-trigger{vertical-align:middle;margin-top:-1px;cursor:pointer}.wc-metabox-content img.ui-datepicker-trigger,.woocommerce_options_panel img.ui-datepicker-trigger{float:right;margin-left:8px;margin-top:4px;margin-right:4px}#ui-datepicker-div{display:none}.woocommerce-reports-wide.woocommerce-reports-wrap,.woocommerce-reports-wrap.woocommerce-reports-wrap{margin-right:300px;padding-top:18px}.woocommerce-reports-wide.halved,.woocommerce-reports-wrap.halved{margin:0;overflow:hidden;zoom:1}.woocommerce-reports-wide .widefat td,.woocommerce-reports-wrap .widefat td{vertical-align:top;padding:7px}.woocommerce-reports-wide .widefat td .description,.woocommerce-reports-wrap .widefat td .description{margin:4px 0 0}.woocommerce-reports-wide .postbox:after,.woocommerce-reports-wrap .postbox:after{content:".";display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox h3,.woocommerce-reports-wrap .postbox h3{cursor:default!important}.woocommerce-reports-wide .postbox .inside,.woocommerce-reports-wrap .postbox .inside{padding:10px;margin:0!important}.woocommerce-reports-wide .postbox h3.stats_range,.woocommerce-reports-wrap .postbox h3.stats_range{padding:0!important;border-bottom-color:#dfdfdf}.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv{float:left;line-height:26px;border-right:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox h3.stats_range .export_csv:before,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none;margin-left:4px}.woocommerce-reports-wide .postbox h3.stats_range ul,.woocommerce-reports-wrap .postbox h3.stats_range ul{list-style:none;margin:0;padding:0;zoom:1;background:#f5f5f5}.woocommerce-reports-wide .postbox h3.stats_range ul:after,.woocommerce-reports-wide .postbox h3.stats_range ul:before,.woocommerce-reports-wrap .postbox h3.stats_range ul:after,.woocommerce-reports-wrap .postbox h3.stats_range ul:before{content:" ";display:table}.woocommerce-reports-wide .postbox h3.stats_range ul:after,.woocommerce-reports-wrap .postbox h3.stats_range ul:after{clear:both}.woocommerce-reports-wide .postbox h3.stats_range ul li,.woocommerce-reports-wrap .postbox h3.stats_range ul li{float:right;margin:0;padding:0;line-height:26px}.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li a{border-left:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox h3.stats_range ul li.active,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active{background:#fff;-webkit-box-shadow:0 4px 0 0 #fff;box-shadow:0 4px 0 0 #fff}.woocommerce-reports-wide .postbox h3.stats_range ul li.active a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active a{color:#777}.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:9px 10px;vertical-align:middle}.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form{display:inline;margin:0}.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker{padding:0;margin:0 0 0 10px;background:100% 0;border:0;color:#777;text-align:center;-webkit-box-shadow:none;box-shadow:none}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding:12px 249px 12px 12px;margin:0!important}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{width:225px;margin-right:-237px;float:right}.woocommerce-reports-wide .postbox .chart-widgets,.woocommerce-reports-wrap .postbox .chart-widgets{margin:0;padding:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget{margin:0 0 1em;background:#fafafa;border:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget:after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget:after{content:".";display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4{background:#fff;border:1px solid #dfdfdf;border-right-width:0;border-left-width:0;padding:10px;margin:0;color:#2ea2cc;border-top-width:0;background-image:-webkit-gradient(linear,right bottom,right top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-moz-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-o-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4.section_title:hover,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4.section_title:hover{color:#a00}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title{cursor:pointer}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span{display:block}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span:after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;float:left;font-size:.9em;line-height:1.618}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open{color:#333}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open span:after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open span:after{display:none}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section{border-bottom:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section .select2-container,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section .select2-container{width:100%!important}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section:last-of-type,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section:last-of-type{border-radius:0 0 3px 3px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td{padding:7px 10px;vertical-align:top;border-top:1px solid #e5e5e5;line-height:1.4em}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.sparkline,form.report_filters div,form.report_filters input,form.report_filters label,form.report_filters p{vertical-align:middle}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr:first-child td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr:first-child td{border-top:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name{max-width:175px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name a,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name a{word-wrap:break-word}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table .wc_sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table .wc_sparkline{width:32px;height:1em;display:block;float:left}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p{margin:0;padding:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p .submit{margin-top:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget #product_ids,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget #product_ids{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_none,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_none{float:left;color:#999;margin-right:4px;margin-top:10px}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none;margin:0 0 1em;padding:0;border:1px solid #dfdfdf;border-left-width:0;border-bottom-width:0;background:#fff}.woocommerce-reports-wide .postbox .chart-legend li,.woocommerce-reports-wrap .postbox .chart-legend li{border-left:5px solid #aaa;color:#aaa;padding:1em;display:block;margin:0;-webkit-transition:all ease .5s;box-shadow:inset 0 -1px 0 0 #dfdfdf}.woocommerce-reports-wide .postbox .chart-legend li strong,.woocommerce-reports-wrap .postbox .chart-legend li strong{font-size:1.618em;line-height:1.2em;color:#464646;font-weight:400;display:block;font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif}.woocommerce-reports-wide .postbox .chart-legend li strong del,.woocommerce-reports-wrap .postbox .chart-legend li strong del{color:#e74c3c;font-weight:400}.woocommerce-reports-wide .postbox .chart-legend li:hover,.woocommerce-reports-wrap .postbox .chart-legend li:hover{box-shadow:inset 0 -1px 0 0 #dfdfdf,inset -300px 0 0 rgba(156,93,144,.1);border-left:5px solid #9c5d90!important;padding-right:1.5em;color:#9c5d90}.woocommerce-reports-wide .postbox .pie-chart-legend,.woocommerce-reports-wrap .postbox .pie-chart-legend{margin:12px 0 0;overflow:hidden}.woocommerce-reports-wide .postbox .pie-chart-legend li,.woocommerce-reports-wrap .postbox .pie-chart-legend li{float:right;margin:0;padding:6px 0 0;border-top:4px solid #999;text-align:center;box-sizing:border-box;width:50%}.woocommerce-reports-wide .postbox .stat,.woocommerce-reports-wrap .postbox .stat{font-size:1.5em!important;font-weight:700;text-align:center}.woocommerce-reports-wide .postbox .chart-placeholder,.woocommerce-reports-wrap .postbox .chart-placeholder{width:100%;height:650px;overflow:hidden;position:relative}.woocommerce-reports-wide .postbox .chart-prompt,.woocommerce-reports-wrap .postbox .chart-prompt{line-height:650px;margin:0;color:#999;font-size:1.2em;font-style:italic;text-align:center}.woocommerce-reports-wide .postbox .chart-container,.woocommerce-reports-wrap .postbox .chart-container{background:#fff;padding:12px;position:relative;border:1px solid #dfdfdf;border-radius:3px}.woocommerce-reports-wide .postbox .main .chart-legend,.woocommerce-reports-wrap .postbox .main .chart-legend{margin-top:12px}.woocommerce-reports-wide .postbox .main .chart-legend li,.woocommerce-reports-wrap .postbox .main .chart-legend li{border-left:0;margin:0 0 0 8px;float:right;border-top:4px solid #aaa}.woocommerce-reports-wide .woocommerce-reports-main,.woocommerce-reports-wrap .woocommerce-reports-main{float:right;min-width:100%}.woocommerce-reports-wide .woocommerce-reports-main table td,.woocommerce-reports-wrap .woocommerce-reports-main table td{padding:9px}.woocommerce-reports-wide .woocommerce-reports-sidebar,.woocommerce-reports-wrap .woocommerce-reports-sidebar{display:inline;width:281px;margin-right:-300px;clear:both;float:right}.woocommerce-reports-wide .woocommerce-reports-left,.woocommerce-reports-wrap .woocommerce-reports-left{width:49.5%;float:right}.woocommerce-reports-wide .woocommerce-reports-right,.woocommerce-reports-wrap .woocommerce-reports-right{width:49.5%;float:left}.woocommerce-reports-wide .column-wc_actions a.edit,.woocommerce-reports-wide .column-wc_actions a.view,.woocommerce-reports-wrap .column-wc_actions a.edit,.woocommerce-reports-wrap .column-wc_actions a.view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.woocommerce-reports-wide .column-wc_actions a.edit:after,.woocommerce-reports-wide .column-wc_actions a.view:after,.woocommerce-reports-wrap .column-wc_actions a.edit:after,.woocommerce-reports-wrap .column-wc_actions a.view:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce-reports-wide .column-wc_actions a.edit:after,.woocommerce-reports-wrap .column-wc_actions a.edit:after{content:"\e01c"}.woocommerce-reports-wide .column-wc_actions a.view:after,.woocommerce-reports-wrap .column-wc_actions a.view:after{content:"\e010"}.woocommerce-wide-reports-wrap{padding-bottom:11px}.woocommerce-wide-reports-wrap .widefat .export-data{float:left}.woocommerce-wide-reports-wrap .widefat td,.woocommerce-wide-reports-wrap .widefat th{vertical-align:middle;padding:7px}.chart-tooltip{position:absolute;display:none;line-height:1}table.bar_chart{width:100%}table.bar_chart thead th{text-align:right;color:#ccc;padding:6px 0}table.bar_chart tbody th{padding:6px 0;width:25%;text-align:right!important;font-weight:400!important;border-bottom:1px solid #fee}table.bar_chart tbody td{text-align:left;line-height:24px;padding:6px 0 6px 6px;border-bottom:1px solid #fee}table.bar_chart tbody td span{color:#8a4b75;display:block}table.bar_chart tbody td span.alt{color:#47a03e;margin-top:6px}table.bar_chart tbody td.bars{position:relative;text-align:right;padding:6px 0 6px 6px;border-bottom:1px solid #fee}table.bar_chart tbody td.bars a,table.bar_chart tbody td.bars span{text-decoration:none;clear:both;background:#8a4b75;float:right;display:block;line-height:24px;height:24px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;border-radius:3px}table.bar_chart tbody td.bars span.alt{clear:both;background:#47a03e}table.bar_chart tbody td.bars span.alt span{margin:0;color:#c5dec2!important;text-shadow:0 1px 0 #47a03e;background:100% 0}@media only screen and (max-width:1280px){#order_data .order_data_column{width:48%}#order_data .order_data_column:first-child{width:100%}.woocommerce_options_panel .description{display:block;clear:both;margin-right:0}.woocommerce_options_panel .dimensions_field .wrap,.woocommerce_options_panel .short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=text].short{width:80%}.woocommerce_options_panel .downloadable_files,.woocommerce_variations .downloadable_files{padding:0;clear:both}.woocommerce_options_panel .downloadable_files label,.woocommerce_variations .downloadable_files label{position:static}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{margin:0 12px 24px;width:94%}.woocommerce_options_panel .downloadable_files table .sort,.woocommerce_variations .downloadable_files table .sort{display:none}.woocommerce_options_panel .woocommerce_variable_attributes .downloadable_files table,.woocommerce_variations .woocommerce_variable_attributes .downloadable_files table{margin:0 0 1em;width:100%}}@media only screen and (max-width:900px){#woocommerce-coupon-data ul.coupon_data_tabs,#woocommerce-product-data .wc-tabs-back,#woocommerce-product-data ul.product_data_tabs{width:10%}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{width:90%}#woocommerce-coupon-data ul.coupon_data_tabs li a,#woocommerce-product-data ul.product_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#woocommerce-coupon-data ul.coupon_data_tabs li a:before,#woocommerce-product-data ul.product_data_tabs li a:before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#wp-excerpt-media-buttons a{font-size:16px;line-height:37px;height:39px;padding:0 15px 0 20px}#wp-excerpt-editor-tools{padding-top:20px;padding-left:15px;overflow:hidden;margin-bottom:-1px}#woocommerce-product-data .checkbox{width:25px}.variations-pagenav{float:none;text-align:center;font-size:18px}.variations-pagenav .displaying-num{font-size:16px}.variations-pagenav a{padding:8px 20px 11px;font-size:18px}.variations-pagenav select{padding:0 20px}.variations-defaults{float:none;text-align:center;margin-top:10px}}@media only screen and (max-width:500px){.woocommerce_options_panel label,.woocommerce_options_panel legend{float:none;width:auto;display:block;margin:0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 20px!important}}.wc-backbone-modal *{box-sizing:border-box}.wc-backbone-modal .wc-backbone-modal-content{position:fixed;top:50%;right:50%;width:500px;background:#fff;z-index:100000}.wc-backbone-modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:99900}.wc-backbone-modal-main{padding-bottom:51px}.wc-backbone-modal-main article,.wc-backbone-modal-main header{display:block;position:relative}.wc-backbone-modal-main .wc-backbone-modal-header{height:50px;background:#fcfcfc;padding:0 16px 0 50px;border-bottom:1px solid #ddd}.wc-backbone-modal-main .wc-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:50px}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:50px;width:50px;padding:0;position:absolute;top:0;left:0;text-align:center;border:0;border-right:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:before{font:400 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus,.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover{background:#ddd;border-color:#ccc;color:#000}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus{outline:0}.wc-backbone-modal-main article{padding:10px 16px}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main footer{position:absolute;right:0;left:0;bottom:0;z-index:100;padding:10px 16px;background:#fcfcfc;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.wc-backbone-modal-main footer .inner{float:left;line-height:23px}.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px}.select2-container{line-height:1.85em;font-size:14px}#woocommerce-product-data .hndle label:first-child {margin-left: 1em;border-left: 1px solid #dfdfdf;}#woocommerce-product-data .hndle label {padding-left: 1em;}.wc-metaboxes-wrapper .expand-close {float: left;}.wc-metaboxes-wrapper .expand-close a {text-decoration: none;}#woocommerce-product-data .hndle span span {display: inline;line-height: inherit;vertical-align: baseline;}#tiptip_holder {right: auto;left: 0;}#tiptip_arrow, #tiptip_arrow_inner {right: 50%;margin-right: -6px;}.chosen-rtl {text-align: right;}.chosen-rtl .chosen-single {padding: 0 8px 0 0;}.chosen-rtl .chosen-single span {margin-right: 0;margin-left: 26px;direction: rtl;}.chosen-rtl .chosen-single-with-deselect span {margin-left: 38px;}.chosen-rtl .chosen-single div {right: auto;left: 3px;}.chosen-rtl .chosen-single abbr {right: auto;left: 26px;}.chosen-rtl .chosen-choices li {float: right;}.chosen-rtl .chosen-choices li.search-field input[type=text] {direction: rtl;}.chosen-rtl .chosen-choices li.search-choice {margin: 3px 5px 3px 0;padding: 3px 5px 3px 19px;}.chosen-rtl .chosen-choices li.search-choice .search-choice-close {right: auto;left: 4px;}.chosen-rtl .chosen-drop, .chosen-rtl.chosen-container-single-nosearch .chosen-search {left: 9999px;}.chosen-rtl.chosen-container-single .chosen-results {margin: 0 0 4px 4px;padding: 0 4px 0 0;}.chosen-rtl .chosen-results li.group-option {padding-right: 15px;padding-left: 0;}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {border-right: none;}.chosen-rtl .chosen-search input[type=text] {padding: 4px 5px 4px 20px;background: url(../images/chosen-sprite.png) -30px -20px no-repeat #fff;background: url(../images/chosen-sprite.png) -30px -20px no-repeat,-o-linear-gradient(#eee 1%,#fff 15%);background: url(../images/chosen-sprite.png) -30px -20px no-repeat,0 0,0 0,1%,15% #fff;direction: rtl;}.chosen-rtl.chosen-container-single .chosen-single div b {background-position: 6px 2px;}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {background-position: -12px 2px;}html[dir=rtl] .select2-container .select2-choice {padding: 0 8px 0 0;}html[dir=rtl] .select2-container .select2-choice>.select2-chosen {margin-left: 26px;margin-right: 0;}html[dir=rtl] .select2-container .select2-choice .select2-arrow {left: 0;right: auto;border-radius: 3px 0 0 3px;}html[dir=rtl] .select2-search input {padding: 4px 5px 4px 20px;background: url(../images/select2.png) -37px -22px no-repeat #fff;}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {border-right: none;}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {background-position: -16px 1px;}html[dir=rtl] .select2-results {padding: 0 4px 0 0;margin: 4px 0 4px 4px;}html[dir=rtl] .select2-container-multi .select2-choices {padding: 0 0 0 5px;}html[dir=rtl] .select2-container-multi .select2-choices li {float: right;}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {margin: 3px 5px 3px 0;padding: 5px 24px 5px 8px;}html[dir=rtl] .select2-search-choice-close {right: auto;left: 24px;}html[dir=rtl] .select2-container-multi .select2-search-choice-close {left: auto;right: 7px;}.select2-container .select2-choice abbr:hover {background-position-x: 100%;}.post-type-shop_order #ui-datepicker-div {z-index:999999 !important;}.woocommerce-reports-wide .postbox div.stats_range ul li{float:right !important;}.woocommerce-reports-wide .postbox div.stats_range ul li a{border-right: none;border-left: 1px solid #dfdfdf;}
2
-
3
- .woocommerce-reports-wide .postbox div.stats_range .export_csv, .woocommerce-reports-wide .postbox h3.stats_range .export_csv, .woocommerce-reports-wrap .postbox div.stats_range .export_csv, .woocommerce-reports-wrap .postbox h3.stats_range .export_csv {
4
- float: left !important;
5
- border-left: none;
6
- border-right: 1px solid #dfdfdf;
7
- }
 
 
 
 
 
 
 
include/assets/css/dashboard.rtl.css DELETED
@@ -1 +0,0 @@
1
- @charset "UTF-8";@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}ul.woocommerce_stats{overflow:hidden;zoom:1}ul.woocommerce_stats li{width:25%;padding:0 1em;float:right;font-size:.8em;border-right:1px solid #fff;border-left:1px solid #ececec;text-align:center;box-sizing:border-box}ul.woocommerce_stats li:first-child{border-right:0}ul.woocommerce_stats li:last-child{border-left:0}#woocommerce_dashboard_status .wc_status_list li.low-in-stock,#woocommerce_dashboard_status .wc_status_list li.processing-orders{border-left:1px solid #ececec}ul.woocommerce_stats strong{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:4em;line-height:1.2em;font-weight:400;text-align:center;display:block}#woocommerce_dashboard_status .inside{padding:0;margin:0}#woocommerce_dashboard_status .wc_status_list{overflow:hidden;margin:0}#woocommerce_dashboard_status .wc_status_list li{width:50%;float:right;padding:0;box-sizing:border-box;margin:0;border-top:1px solid #ececec;color:#aaa}#woocommerce_dashboard_status .wc_status_list li a{display:block;color:#aaa;padding:9px 12px;-webkit-transition:all ease .5s;position:relative;font-size:12px}#woocommerce_dashboard_status .wc_status_list li a .wc_sparkline{width:4em;height:2em;display:block;float:left;position:absolute;left:0;top:50%;margin-left:12px;margin-top:-1.25em}#woocommerce_dashboard_status .wc_status_list li a strong{font-size:18px;line-height:1.2em;font-weight:400;display:block;color:#21759b}#woocommerce_dashboard_status .wc_status_list li a:hover{color:#2ea2cc}#woocommerce_dashboard_status .wc_status_list li a:hover strong,#woocommerce_dashboard_status .wc_status_list li a:hover:before{color:#2ea2cc!important}#woocommerce_dashboard_status .wc_status_list li a:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0 0 12px 12px;text-indent:0;top:0;right:0;height:100%;text-align:center;content:"";font-size:2em;position:relative;width:auto;line-height:1.2em;color:#464646;float:right}#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month,#woocommerce_dashboard_status .wc_status_list li.sales-this-month{width:100%}#woocommerce_dashboard_status .wc_status_list li:first-child{border-top:0}#woocommerce_dashboard_status .wc_status_list li.sales-this-month a:before{content:"\e01f"}#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month a:before{content:"\e006"}#woocommerce_dashboard_status .wc_status_list li.processing-orders a:before{content:"\e011";color:#7ad03a}#woocommerce_dashboard_status .wc_status_list li.on-hold-orders a:before{content:"\e033";color:#999}#woocommerce_dashboard_status .wc_status_list li.low-in-stock a:before{content:"\e02c";color:#ffba00}#woocommerce_dashboard_status .wc_status_list li.out-of-stock a:before{content:"\e02c";color:#a00}#woocommerce_dashboard_recent_reviews li{line-height:1.5em;margin-bottom:12px}#woocommerce_dashboard_recent_reviews h4.meta{line-height:1.4;margin:-.2em 0 0;font-weight:400;color:#999}#woocommerce_dashboard_recent_reviews blockquote{padding:0;margin:0}#woocommerce_dashboard_recent_reviews .avatar{float:right;margin:0 0 5px 10px}#woocommerce_dashboard_recent_reviews .star-rating{float:left;overflow:hidden;position:relative;height:1.5em;line-height:1.5;margin-right:.5em;width:5.4em;font-family:WooCommerce!important}#woocommerce_dashboard_recent_reviews .star-rating:before{content:"\e021\e021\e021\e021\e021";color:#b3b3b3;float:right;top:0;right:0;position:absolute;letter-spacing:.1em;letter-spacing:0\9}#woocommerce_dashboard_recent_reviews .star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}#woocommerce_dashboard_recent_reviews .star-rating span:before{content:"\e020\e020\e020\e020\e020";top:0;position:absolute;right:0;letter-spacing:.1em;letter-spacing:0\9;color:#9c5d90}#dash-left-now li.product-count a:before{font-family:WooCommerce;content:"\e01d"}
 
include/assets/css/menu.rtl.css DELETED
@@ -1 +0,0 @@
1
- @charset "UTF-8";@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}#adminmenu #toplevel_page_woocommerce .menu-icon-generic div.wp-menu-image:before{font-family:WooCommerce!important;content:"\e03d";font-size:1.3em!important}#adminmenu #menu-posts-product .menu-icon-post div.wp-menu-image:before{font-family:WooCommerce!important;content:"\e01d";font-size:1.3em!important}#adminmenu #toplevel_page_wc-reports .menu-icon-generic div.wp-menu-image:before{font-family:WooCommerce!important;content:"\e023";font-size:1.3em!important}span.mce_woocommerce_shortcodes_button{background-image:none!important;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}span.mce_woocommerce_shortcodes_button:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-size:.9em;line-height:1.2}.wc_plugin_upgrade_notice{font-weight:400;color:#fff;background:#d54d21;padding:1em;margin:9px 0}.wc_plugin_upgrade_notice a{color:#fff;text-decoration:underline}.wc_plugin_upgrade_notice:before{content:"\f348";display:inline-block;font:400 18px/1 dashicons;speak:none;margin:0 -2px 0 8px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top}
 
include/assets/css/reports-print.rtl.css DELETED
@@ -1 +0,0 @@
1
- *{background:0 0!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important;font-size:9pt!important;opacity:1;-webkit-transition:none!important}@page{margin:.5cm}#adminmenuback,#adminmenuwrap,#screen-meta-links,#wpadminbar,#wpfooter,.update-nag,.updated,.woo-nav-tab-wrapper,.woocommerce-reports-wide .button,.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv, .export_csv {display:none !important;}h2 .nav-tab{line-height:14px}.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:5px;line-height:14px}#wpcontent{margin-right:0;}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{margin-left:0px;width:160px;display:block;}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding-left:30px;}.chart-legend{overflow:hidden;zoom:1}.chart-legend li{padding:.25em .5em!important;box-shadow:none!important;border-bottom:1px solid gray!important}
 
include/assets/fonts/BYekan.eot DELETED
Binary file
include/assets/fonts/BYekan.ttf DELETED
Binary file
include/assets/fonts/BYekan.woff DELETED
Binary file
include/assets/fonts/WooCommerce.eot DELETED
Binary file
include/assets/fonts/WooCommerce.svg DELETED
@@ -1,95 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>
5
- <json>
6
- {
7
- "fontFamily": "WooCommerce",
8
- "fontURL": "http://woothemes.com",
9
- "designer": "James Koster",
10
- "designerURL": "http://jameskoster.co.uk",
11
- "license": "SIL OFL",
12
- "licenseURL": "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL",
13
- "version": "Version 1.0.3",
14
- "majorVersion": 0,
15
- "fontId": "WooCommerce",
16
- "psName": "WooCommerce",
17
- "subFamily": "Regular",
18
- "fullName": "WooCommerce",
19
- "description": "Font generated by IcoMoon."
20
- }
21
- </json>
22
- </metadata>
23
- <defs>
24
- <font id="WooCommerce" horiz-adv-x="1024">
25
- <font-face units-per-em="1024" ascent="960" descent="-64" />
26
- <missing-glyph horiz-adv-x="1024" />
27
- <glyph unicode="&#x20;" d="" horiz-adv-x="512" />
28
- <glyph unicode="&#xe000;" d="M307.2 780.752v-153.6h51.248v153.6h-51.248zM230.4 780.752v-153.6h25.648v153.6h-25.648zM435.2 780.752v-153.6h128.048v153.6h-128.048zM179.2 780.752v-153.6h25.648v153.6h-25.648zM819.152 780.752v-153.6h25.648v153.6h-25.648zM742.384 780.752v-153.6h25.6v153.6h-25.6zM614.4 780.752v-153.6h51.152v153.6h-51.152zM947.136 883.152v-358.352h-870.336v358.352h870.336zM971.312 960h-895.888c-17.104 0-42.656-5.728-55.472-18.512-12.784-14.208-19.904-24.208-19.904-41.2v-382.56c0-17.088 7.12-37.040 19.904-51.248 12.832-12.784 38.384-18.464 55.456-18.464h895.904c17.088 0 21.392 5.696 34.16 18.464 12.784 14.208 18.464 34.16 18.464 51.248l0.016 382.56c0 16.992-5.696 32.672-18.464 45.456s-17.088 14.256-34.176 14.256zM308.624 122.336c0-9.952 5.728-18.464 14.256-25.6-31.28-11.344-54.064-41.2-54.064-78.224 0-45.456 35.552-82.496 81.104-82.496h375.344c45.552 0 81.104 37.040 81.104 82.496 0 37.040-22.768 68.272-55.456 78.224 9.904 10 15.648 19.904 15.648 32.672 0 91.008-72.496 164.976-162.128 164.976-52.592 0-101.024-27.040-129.424-68.224-15.6 8.512-32.672 12.784-51.152 12.784-64.016 0-115.232-52.592-115.232-116.608z" />
29
- <glyph unicode="&#xe001;" d="M547.504-49.936l143.696 160.688c22.768 18.464 22.768 36.992 0 55.504h-102.4v143.6c0 15.648-15.648 35.552-36.944 35.552h-79.664c-21.344 0-36.992-14.16-36.992-31.28v-147.856h-85.264c-21.392-18.512-35.552-37.040-12.864-55.504l143.696-160.688c21.28-18.496 45.44-18.496 66.736-0.016zM307.2 780.56v-153.6h51.248v153.6h-51.248zM230.4 780.56v-153.6h25.648v153.6h-25.648zM435.2 780.56v-153.6h128.048v153.6h-128.048zM179.2 780.56v-153.6h25.648v153.6h-25.648zM819.152 780.56v-153.6h25.648v153.6h-25.648zM742.384 780.56v-153.6h25.6v153.6h-25.6zM614.4 780.56v-153.6h51.152v153.6h-51.152zM947.136 882.96v-358.352l-870.336-0.016v358.368h870.336zM971.312 959.792h-895.888c-17.088 0-42.624-5.728-55.456-18.512-12.8-14.208-19.92-24.208-19.92-41.2v-382.56c0-17.088 7.12-37.040 19.904-51.248 12.832-12.784 38.384-18.464 55.456-18.464h895.904c17.088 0 21.392 5.696 34.16 18.464 12.784 14.208 18.464 34.16 18.464 51.248l0.016 382.56c0 16.992-5.696 32.672-18.464 45.456s-17.088 14.256-34.176 14.256z" />
30
- <glyph unicode="&#xe002;" d="M307.2 780.752v-153.6h51.248v153.6h-51.248zM230.4 780.752v-153.6h25.648v153.6h-25.648zM435.2 780.752v-153.6h128.048v153.6h-128.048zM179.2 780.752v-153.6h25.648v153.6h-25.648zM819.152 780.752v-153.6h25.648v153.6h-25.648zM742.384 780.752v-153.6h25.6v153.6h-25.6zM614.4 780.752v-153.6h51.152v153.6h-51.152zM947.136 883.152v-358.352h-870.336v358.352h870.336zM971.312 960h-895.888c-17.104 0-42.656-5.728-55.472-18.512-12.784-14.208-19.904-24.208-19.904-41.2v-382.56c0-17.088 7.12-37.040 19.904-51.248 12.832-12.784 38.384-18.464 55.456-18.464h410.992v-76.8h-358.352v-128l-52.624-0.016c-17.088 0-42.624-5.648-55.456-18.432-12.8-14.256-19.92-24.24-19.92-41.296v-177.76c0-17.040 7.12-36.992 19.904-51.2 12.832-12.784 38.384-18.512 55.456-18.512h179.152c17.088 0 21.392 5.728 34.16 18.512 12.784 14.208 18.464 34.16 18.464 51.2v177.76c0 17.040-5.696 32.72-18.464 45.504s-17.088 14.208-34.16 14.208h-75.376l0.016 76.864h307.2v-76.848h-52.592c-17.136 0-42.672-5.648-55.504-18.432-12.784-14.256-19.856-24.256-19.856-41.296v-177.76c0-17.040 7.072-36.992 19.856-51.2 12.832-12.784 38.384-18.512 55.504-18.512h179.152c17.040 0 21.392 5.728 34.16 18.512 12.784 14.208 18.432 34.16 18.432 51.2v177.76c0 17.040-5.648 32.72-18.432 45.504s-17.136 14.208-34.16 14.208h-75.376v76.864h307.2v-76.848h-52.624c-17.088 0-42.624-5.648-55.504-18.432-12.784-14.256-19.904-24.256-19.904-41.296v-177.76c0-17.040 7.12-36.992 19.904-51.2 12.864-12.784 38.432-18.512 55.504-18.512h179.152c17.088 0 21.392 5.728 34.16 18.512 12.784 14.208 18.464 34.16 18.464 51.2v177.76c0 17.040-5.696 32.72-18.464 45.504s-17.088 14.208-34.16 14.208h-75.328v128l-358.384 0.032v76.8h433.712c17.088 0 21.392 5.696 34.16 18.464 12.784 14.208 18.464 34.16 18.464 51.248l0.016 382.56c0 16.992-5.696 32.672-18.464 45.456s-17.088 14.256-34.176 14.256zM256.048 192.048v-204.848h-204.8v204.848h204.8zM972.752 192.048v-204.848h-204.752v204.848h204.752zM614.4 192.048v-204.848h-204.752v204.848h204.752z" />
31
- <glyph unicode="&#xe003;" d="M307.2 729.552v-409.504h51.248l-0.016 409.504h-51.232zM230.4 729.552v-409.504h25.648v409.504h-25.648zM563.248 729.552v-409.504h51.152v409.504h-51.152zM179.2 729.552v-409.504h25.648v409.504h-25.648zM665.552 729.552v-409.504h25.648v409.504h-25.648zM486.4 729.552v-409.504h25.552v409.504h-25.552zM435.2 729.552v-409.504h25.6v409.504h-25.6zM793.552 832v-614.4h-716.752v614.4h716.752zM817.76 908.8h-742.336c-17.088 0-42.624-5.696-55.456-18.512-12.8-14.256-19.92-24.16-19.92-41.296v-638.464c0-17.088 7.12-37.040 19.904-51.2 12.832-12.832 38.384-18.512 55.456-18.512h742.336c17.040 0 21.344 5.696 34.112 18.512 12.784 14.16 18.464 34.112 18.464 51.2l0.032 638.464c0 17.136-5.696 32.72-18.464 45.552-12.784 12.768-17.088 14.256-34.128 14.256zM230.4 64h-76.8v-7.072c0-17.088 7.168-36.944 19.952-51.2 12.784-12.832 38.384-18.512 55.456-18.512h742.304c17.088 0 21.392 5.696 34.16 18.512 12.784 14.256 18.464 34.112 18.464 51.2l0.032 638.56c0 17.040-5.696 32.672-18.464 45.456s-17.088 14.256-34.16 14.256h-24.16v-691.2h-716.784z" />
32
- <glyph unicode="&#xe004;" d="M511.984-63.952c282.992 0 512 228.96 512 511.904 0 283.024-229.008 512-512 512-283.024 0-511.952-228.96-511.952-512 0-282.944 228.912-511.904 511.952-511.904zM511.984 0.032c-247.472 0-447.936 200.528-447.936 447.936 0 247.472 200.448 448.032 447.936 448.032 247.424 0 447.984-200.528 447.984-448.032-0.016-247.408-200.544-447.936-447.984-447.936zM322.096 437.44v-51.2h82.496l-89.536-96.704c-11.392-11.392-10-34.112 2.832-48.336 12.784-12.832 29.872-14.208 42.624-2.832l89.584 96.656v-76.752h51.248v179.168h-179.248zM706.144 463.088v51.152h-86.752l89.584 95.264c11.392 11.392 9.952 31.328-2.832 45.504-12.864 12.832-28.528 14.208-39.904 1.44l-88.096-93.872 0.016 79.664h-51.248v-179.152h179.232z" />
33
- <glyph unicode="&#xe005;" d="M524.768 639.984v-51.2h82.496l-236.080-233.232v79.616h-51.152v-179.152h179.152v51.2h-86.72l240.304 230.416v-76.8h51.248v179.152h-179.248zM511.984-63.952c282.992 0 512 228.96 512 511.904 0 283.024-229.008 512-512 512-283.024 0-511.952-228.96-511.952-512 0-282.944 228.912-511.904 511.952-511.904zM511.984 0.032c-247.472 0-447.936 200.528-447.936 447.936 0 247.472 200.448 448.032 447.936 448.032 247.424 0 447.984-200.528 447.984-448.032-0.016-247.408-200.544-447.936-447.984-447.936z" />
34
- <glyph unicode="&#xe006;" d="M947.136 806.4h-870.288v-716.8h870.304l-0.016 716.8zM971.312 883.152c17.136 0 21.344-1.44 34.16-14.208 12.784-12.784 18.512-28.48 18.512-45.504v-740.88c0-17.136-5.728-37.040-18.512-51.296-12.832-12.784-17.040-18.432-34.16-18.432l-895.856 0.032c-17.136 0-42.72 5.648-55.504 18.432-12.784 14.256-19.952 34.16-19.952 51.296l-0.016 740.832c0 17.040 7.168 27.040 19.952 41.296 12.784 12.784 38.384 18.432 55.504 18.432l895.872-0.016zM307.2 703.952h51.184v-511.888h-51.184zM230.448 703.952h25.6v-511.888h-25.6zM716.8 703.952h51.136v-511.888h-51.136zM435.2 703.952h76.8v-511.888h-76.8zM179.248 703.952h25.552v-511.888h-25.552zM819.2 703.952h25.552v-511.888h-25.552zM639.952 703.952h25.648v-511.888h-25.648zM588.8 703.952h25.6v-511.888h-25.6z" />
35
- <glyph unicode="&#xe007;" d="M268.88 486.464v-76.848h204.752v-204.752h76.848l-0.016 204.768h204.752v76.848l-204.752-0.016v204.752h-76.848v-204.752h-204.736zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
36
- <glyph unicode="&#xe008;" d="M551.856 243.168l136.48 140.816 34.16 35.552 17.040 18.512-179.152 189.152-51.2-52.688 82.496-88.144h-246.016c-28.48 0-51.248-22.72-51.248-51.2s22.768-51.2 51.248-51.2h243.184l-86.8-89.632 49.808-51.168zM512.048-63.952c282.944 0 511.904 228.96 511.904 511.904 0 283.024-228.96 512-511.904 512-283.040 0-512-228.96-512-511.984 0-282.96 228.96-511.92 512-511.92zM512.048 0.032c-247.472 0-448.032 200.528-448.032 447.936 0 247.472 200.528 448.032 448.032 448.032 247.392 0 447.936-200.528 447.936-448.032-0.016-247.408-200.544-447.936-447.936-447.936z" />
37
- <glyph unicode="&#xe009;" d="M716.848 487.808l-140.816 136.528-35.552 34.064-18.512 17.136-189.168-179.168 52.688-51.296 88.144 82.496v-246c0-28.432 22.72-51.2 51.2-51.2s51.2 22.768 51.2 51.2v243.184l89.632-86.704 51.184 49.76zM1023.952 447.968c0 283.024-228.96 512-511.904 512-283.040-0.016-512-228.976-512-512 0-282.944 228.96-511.904 512-511.904 282.944-0.016 511.904 228.944 511.904 511.904zM959.968 447.968c0-247.392-200.528-447.936-447.936-447.936-247.472 0-448.032 200.528-448.032 447.936 0 247.472 200.528 448.032 448.032 448.032 247.408-0.032 447.936-200.56 447.936-448.032z" />
38
- <glyph unicode="&#xe00a;" d="M307.168 408.192l140.816-136.528 35.552-34.064 18.512-17.136 189.152 179.168-52.688 51.296-88.144-82.496v246c0 28.432-22.72 51.2-51.2 51.2s-51.2-22.768-51.2-51.2v-243.184l-89.632 86.704-51.168-49.76zM0.048 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.944-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM64.032 448.048c0 247.392 200.528 447.936 447.936 447.936 247.472 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
39
- <glyph unicode="&#xe00b;" d="M472.192 652.848l-136.528-140.816-34.064-35.552-17.136-18.512 179.152-189.152 51.296 52.688-82.496 88.144h246c28.432 0 51.2 22.72 51.2 51.2s-22.768 51.2-51.2 51.2h-243.184l86.704 89.632-49.744 51.168zM512.048 959.952c-283.040 0-512-228.96-512-511.904 0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904zM512.048 895.968c247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.472 0-448.032 200.528-448.032 448.032 0.016 247.408 200.544 447.936 448.032 447.936z" />
40
- <glyph unicode="&#xe00c;" d="M844.736 115.2l-255.904 255.952-179.248-179.152-76.752 76.8-153.6-153.6 665.504-0.016zM281.632 473.6c0-42.672 34.16-76.848 76.752-76.848 42.72 0 76.848 34.16 76.848 76.848 0 42.592-34.112 76.752-76.848 76.752-42.592 0-76.752-34.16-76.752-76.752zM947.168 703.952v-691.152l-870.336 0.016v691.152l870.336-0.016zM1023.984 959.952h-1023.952v-1023.904h948.528c24.208 0 34.16 8.464 49.76 24.16 17.136 15.648 25.648 38.432 25.648 61.104v938.64z" />
41
- <glyph unicode="&#xe00d;" d="M752.352 878.896c-52.688 51.2-137.952 51.2-190.544-1.392l-479.312-479.312c-52.576-52.592-52.576-137.856-1.392-190.544l17.040-17.040 66.832 68.224-44.064 44.064 536.16 536.192 44.064-44.064 68.224 66.832-17.008 17.040zM254.608 34.144l17.040-17.040c52.688-51.2 137.952-51.2 190.544 1.392l479.312 479.312c52.592 52.592 52.592 137.872 1.392 190.544l-17.040 17.040-66.832-68.224 44.064-44.064-536.16-536.176-44.064 44.064-68.256-66.848zM992.656 950c-12.784 12.832-32.72 12.832-45.504 1.44l-312.848-312.896c-11.392-12.784-11.392-32.672 0-45.456l22.768-22.768c12.784-11.392 32.672-11.392 45.456 0l312.912 312.832c11.392 12.784 11.392 32.72-1.44 45.504l-21.344 21.344zM366.928 325.696c-12.784 11.392-32.672 11.392-45.456 0l-312.912-312.832c-11.392-12.784-11.392-32.72 1.44-45.504l21.344-21.344c12.784-12.832 32.72-12.832 45.504-1.44l312.848 312.896c11.392 12.784 11.392 32.672 0 45.456l-22.768 22.768z" />
42
- <glyph unicode="&#xe00e;" d="M358.384 524.8l-76.752-76.8h76.752v-230.4l-76.752 0.016v-51.152h204.752v51.152h-76.8l-0.016 307.184h-51.184zM588.832 524.8c-28.528 0-51.2-22.768-51.2-51.152v-256.048c0-28.384 22.688-51.152 51.2-51.152h102.4c28.432 0 51.2 22.768 51.2 51.152l-0.016 256.048c0 28.384-22.768 51.152-51.2 51.152h-102.384zM588.832 473.648h102.4v-256.048h-102.4v256.048zM947.168 678.4v-665.552l-870.336 0.016v665.552l870.336-0.016zM1023.984 960h-1023.952v-1024h948.528c24.208 0 34.16 8.56 49.76 24.16 17.136 15.744 25.648 38.432 25.648 61.2v938.64zM755.2 857.568c21.296 0 38.384-17.088 38.384-38.384 0-21.344-17.088-38.432-38.384-38.432-21.344 0-38.432 17.088-38.432 38.432 0.016 21.296 17.088 38.384 38.432 38.384zM243.216 857.568c21.392 0 38.432-17.088 38.432-38.384 0-21.344-17.040-38.432-38.432-38.432-21.296 0-38.432 17.088-38.432 38.432 0 21.296 17.136 38.384 38.432 38.384z" />
43
- <glyph unicode="&#xe00f;" d="M0.080 448c0-49.808 39.776-89.584 91.008-89.584 49.712 0 89.584 39.776 89.584 89.584s-39.856 89.584-89.584 89.584c-51.232 0-91.008-39.776-91.008-89.584zM420.976 448c0-49.808 41.296-89.584 91.056-89.584 49.712 0 90.96 39.776 90.96 89.584s-41.248 89.584-90.96 89.584c-49.76 0-91.056-39.776-91.056-89.584zM843.344 448c0-49.808 39.824-89.584 89.632-89.584 51.2 0 90.96 39.776 90.96 89.584s-39.776 89.584-90.96 89.584c-49.808 0-89.632-39.776-89.632-89.584z" />
44
- <glyph unicode="&#xe010;" d="M305.824 428.8c0-108.096 92.448-196.24 206.144-196.24 113.84 0 206.288 88.144 206.288 196.24 0 46.944-18.512 91.056-49.808 125.136 204.8-46.944 355.536-172.080 355.536-172.080v91.056c0 0-230.4 190.544-509.136 190.544-277.328-0.016-514.8-190.544-514.8-190.544v-91.056c0 0 150.736 120.864 352.704 170.688-28.464-34.176-46.928-76.8-46.928-123.744z" />
45
- <glyph unicode="&#xe011;" d="M294.432 448.048c0-21.392 17.088-38.432 38.384-38.432 21.344 0 38.432 17.040 38.432 38.432 0 21.296-17.088 38.432-38.432 38.432-21.312-0.016-38.384-17.136-38.384-38.432zM473.632 448.048c0-21.392 17.040-38.432 38.432-38.432 21.296 0 38.432 17.040 38.432 38.432 0 21.296-17.136 38.432-38.432 38.432-21.408-0.016-38.432-17.136-38.432-38.432zM652.784 448.048c0-21.392 17.136-38.432 38.432-38.432s38.432 17.040 38.432 38.432c0 21.296-17.136 38.432-38.432 38.432s-38.432-17.136-38.432-38.432zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
46
- <glyph unicode="&#xe012;" d="M473.632 716.768v-332.752h281.6v76.8h-204.768v255.952h-76.832zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
47
- <glyph unicode="&#xe013;" d="M369.728 658.048l-53.984-53.984 142.208-145.088-143.6-146.48 53.984-55.456 143.6 146.48 143.696-146.48 54.032 55.456-143.6 146.48 142.208 145.088-54.112 53.984-142.208-145.040-142.224 145.040zM156.416 820.208c-199.040-199.104-203.312-524.736-5.632-729.536 199.152-206.24 523.344-206.24 722.448 0 197.664 204.8 193.408 530.432-5.76 729.536-197.568 197.712-513.328 197.712-711.056 0zM200.528 776.096c172.080 172.128 450.8 172.128 622.864 0 173.504-174.896 176.368-460.704 4.304-638.464-173.552-179.248-457.968-179.248-631.392 0-172.096 177.76-169.216 463.568 4.224 638.464z" />
48
- <glyph unicode="&#xe014;" d="M601.616 439.536l154.992 93.792-154.992 95.36v-65.472l-332.736 0.016v-169.248l51.152 46.944v71.104h281.6l-0.016-72.496zM448.032 435.184l-154.992-95.264 154.992-95.264v62.592h332.752v173.504l-51.152-48.384v-73.936l-281.6-0.016v76.768zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
49
- <glyph unicode="&#xe015;" d="M281.6 459.44l140.768-136.576 35.552-34.112 18.464-17.088 291.552 281.552-52.592 51.2-240.32-231.776-142.208 136.528-51.216-49.728zM0.048 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.944-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM64.032 448.048c0 247.392 200.528 447.936 447.936 447.936 247.472 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
50
- <glyph unicode="&#xe016;" d="M478.752 691.216v-358.352h76.848l-0.016 358.352h-76.832zM478.752 281.664v-76.8h76.848v76.8h-76.848zM5.264 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.944-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM69.248 448.048c0 247.392 200.528 447.936 447.936 447.936 247.472 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
51
- <glyph unicode="&#xe017;" d="M0.032 418.192l294.384-290.112 35.552-34.176 18.512-17.088 675.504 665.6-78.224 76.768-598.768-590.144-270.16 264.512z" />
52
- <glyph unicode="&#xe018;" d="M550.384 348.432c91.056 15.648 140.768 76.848 140.768 176.32 0 113.84-65.472 179.2-179.152 179.2-109.536 0-172.128-59.712-179.248-166.368h51.264c7.072 78.224 46.944 115.168 128 115.168 85.312 0 127.952-42.672 127.952-128 0-71.104-28.432-110.88-89.584-123.744v8.512l-76.8-25.552v-76.752h76.8l0.016 41.216zM473.6 256.016v-76.8h76.8v76.8h-76.8zM0.016 447.968c0-282.944 228.96-511.904 512-511.904 282.944 0 511.952 228.96 511.952 511.904 0 283.024-229.008 511.984-511.952 511.984-283.040 0-512-228.96-512-511.984zM64.048 447.968c0 247.472 200.48 448 447.968 448 247.392 0 447.936-200.528 447.936-448.032 0-247.392-200.528-447.936-447.936-447.936-247.488 0.032-447.968 200.56-447.968 447.968z" />
53
- <glyph unicode="&#xe019;" d="M664.16 192.048c8.56 0 14.256 1.392 19.904 5.696-9.952 2.784-18.512 7.072-24.16 12.784-12.784 14.256-19.904 34.064-19.904 51.2v510.512c0 17.040 7.12 27.040 19.904 41.2 12.832 12.864 38.384 18.56 55.456 18.56h1.392l0.016 68.288c0 16.992-5.648 32.672-18.464 45.456-12.8 12.768-17.104 14.256-34.144 14.256h-588.736c-17.104 0-42.656-5.728-55.472-18.512-12.784-14.208-19.904-24.208-19.904-41.2v-638.56c0-17.136 7.12-36.944 19.904-51.2 12.832-12.784 38.384-18.464 55.456-18.464h588.752zM716.752 268.848v486.352l230.4-51.248-0.016-435.104h-230.384zM971.312 780.752l-254.56 51.248h-1.376c-17.088 0-42.624-5.696-55.456-18.56-12.784-14.16-19.904-24.16-19.904-41.2v-510.528c0-17.136 7.12-36.944 19.904-51.2 5.648-5.696 14.208-10 24.16-12.784 10-4.304 21.392-5.696 31.28-5.696h255.952c17.088 0 21.392 5.696 34.16 18.464 12.784 14.256 18.464 34.064 18.464 51.2v459.344c0 17.088-5.696 32.672-18.464 45.552-12.768 12.768-17.072 14.16-34.16 14.16zM76.8 25.632c0-49.712 39.856-89.632 89.632-89.632 49.808 0 89.632 39.904 89.632 89.632 0 49.76-39.824 89.632-89.632 89.632-49.776-0.016-89.632-39.872-89.632-89.632zM768 25.632c0-49.712 39.776-89.632 89.584-89.632s89.584 39.904 89.584 89.632c0 49.76-39.776 89.632-89.584 89.632s-89.584-39.872-89.584-89.632z" />
54
- <glyph unicode="&#xe01a;" d="M640 883.152v-110.928c0 17.040 7.12 27.040 19.904 41.2 12.832 12.864 38.384 18.56 55.456 18.56h1.392l0.016 68.304c0 16.992-5.648 32.672-18.464 45.456-12.8 12.768-17.104 14.256-34.144 14.256h-588.736c-17.104 0-42.656-5.728-55.472-18.512-12.784-14.208-19.904-24.208-19.904-41.2v-638.56c0-17.136 7.12-36.944 19.904-51.2 12.832-12.784 38.384-18.464 55.456-18.464h588.752c8.56 0 14.256 1.392 19.904 5.696 10-4.304 21.392-5.696 31.28-5.696h255.952c17.088 0 21.392 5.696 34.16 18.464 12.784 14.256 18.464 34.064 18.464 51.2l0.032 459.312c0 17.088-5.696 32.672-18.464 45.552-12.784 12.784-17.088 14.16-34.16 14.16l-254.56 51.248h-1.392c-17.088 0-42.624-5.696-55.456-18.56-12.784-14.16-19.904-24.16-19.904-41.2l-0.016-503.392h-563.2v614.304h563.2zM716.752 268.848v486.352l230.4-51.248-0.016-435.104h-230.384zM76.8 25.632c0-49.712 39.856-89.632 89.632-89.632 49.808 0 89.632 39.904 89.632 89.632 0 49.76-39.824 89.632-89.632 89.632-49.776-0.016-89.632-39.872-89.632-89.632zM768 25.632c0-49.712 39.776-89.632 89.584-89.632s89.584 39.904 89.584 89.632c0 49.76-39.776 89.632-89.584 89.632s-89.584-39.872-89.584-89.632z" />
55
- <glyph unicode="&#xe01b;" d="M568.896 819.232h-18.432v-81.056c11.296-12.832 16.992 5.696 25.552-15.696v-49.712c0-7.12 10-11.392 14.208-11.392 25.6 0 91.056 68.224 113.744 85.264-44.016 39.856-90.96 58.32-135.072 72.592zM473.632 819.232h-24.16c-76.752-17.136-163.6-54.064-231.84-160.736v-7.12c4.304 2.88 14.256 5.696 17.088 5.696 7.072 0 7.072-2.832 8.56-5.696v-55.408c0-12.832 34.064-103.824 49.76-108.096 8.56-2.88 17.088 1.44 22.72-4.272 17.040-19.904 22.768-49.808 36.992-68.224 21.344-28.528 54.032-59.808 82.496-71.104 9.952-7.168 29.872 4.224 38.384-11.392v-89.632c0-18.512 34.112 4.272 34.112-29.904v-9.904c-4.224-18.512-25.552 2.832-34.112-18.512v-150.736c4.272-8.512 24.16-8.512 34.112-8.512 0 0 39.856-2.88 39.856 14.208 0 19.952-22.768 11.392-28.48 12.784 22.768 26.992 44.112 56.896 69.712 81.104 36.944 34.112 46.896 72.496 61.104 100.976 5.696 12.784 14.208 32.672 14.208 36.944 0 29.872-115.168 83.888-122.256 86.752h-78.272c-24.16 11.392-51.152 36.992-66.768 63.984v56.896l5.648 7.168h39.824l5.696-7.168v-55.408c1.44-4.304 14.208-11.392 18.464-11.392 5.696 0 2.88 7.072 7.12 11.392v99.488c0 15.6 35.552 36.992 39.824 39.824h55.472c4.272 0 21.344 4.272 21.344 14.16 0 21.392-29.872-5.648-39.776 5.728v54.064c0 21.296-28.528 14.16-34.16 17.040 14.208 25.6 28.432 36.992 28.432 54.064 0 7.072-2.832 9.904-5.648 11.296-10 2.88-22.768 0-31.328 7.168-9.952 7.072-32.72 18.464-34.112 35.552v56.928zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
56
- <glyph unicode="&#xe01c;" d="M0.048 338.48c14.16-63.984 39.824-125.088 75.376-179.152 41.248 14.16 88.192 5.648 120.912-27.040 32.672-32.72 41.2-79.616 26.992-120.816 54.032-35.552 115.216-61.2 179.152-75.456 17.088 44.112 59.76 75.456 109.488 75.456 49.808 0 92.496-31.328 109.536-75.456 64.032 14.256 125.184 39.904 179.248 75.456-14.256 41.2-5.728 88.096 26.992 120.816 32.72 32.672 79.664 41.2 120.864 27.040 35.552 54.064 61.104 115.168 75.376 179.152-44.064 17.136-75.376 59.712-75.376 109.536s31.28 92.4 75.376 109.536c-14.256 63.984-39.824 125.088-75.376 179.152-41.2-14.16-88.144-5.648-120.864 27.040-32.72 32.72-41.248 79.616-26.992 120.816-54.096 35.536-115.248 61.184-179.28 75.44-17.040-44.112-59.712-75.456-109.536-75.456-49.712 0-92.4 31.328-109.488 75.456-63.936-14.256-125.136-39.904-179.152-75.456 14.208-41.2 5.696-88.096-26.992-120.816-32.72-32.672-79.664-41.2-120.912-27.040-35.52-54.080-61.184-115.184-75.344-179.168 44.064-17.136 75.376-59.712 75.376-109.536s-31.312-92.384-75.376-109.504zM153.6 448c0 197.68 160.784 358.4 358.352 358.4 197.728 0 358.4-160.736 358.4-358.4s-160.688-358.4-358.4-358.4c-197.568 0-358.352 160.736-358.352 358.4z" />
57
- <glyph unicode="&#xe01d;" d="M204.848 655.616v149.312c-1.488 21.392-10 38.432-25.648 54.064-15.6 15.648-45.456 24.16-69.616 24.16h-35.552c-22.768 0-32.768-11.392-49.808-26.992-14.224-14.208-22.784-29.856-24.176-49.76h128v-531.904c0-22.72 8.56-42.672 25.552-58.272 17.088-15.696 46.944-24.16 69.712-24.16h476.384c22.72 0 32.72 11.344 49.808 26.992 14.16 14.256 22.688 29.904 24.16 49.808h-568.848v78.192c7.072-1.44 12.784-1.44 18.464-1.44h520.512c24.16 0 95.264 12.832 112.352 29.904 17.040 15.648 28.432 31.248 39.824 55.408l127.952 294.432c0 22.72-9.904 42.624-27.040 58.272-17.040 15.648-26.992 22.768-49.76 22.768h-723.808c-5.696 0-11.392 0-18.464-1.488v-75.376h742.304l-128-307.2-614.304 0.016v233.264zM614.4 76.816c0-35.552 28.48-63.984 64.032-63.984s63.984 28.432 63.984 63.984-28.432 63.984-63.984 63.984-64.032-28.432-64.032-63.984zM102.448 76.816c0-35.552 28.432-63.984 63.984-63.984s63.984 28.432 63.984 63.984-28.432 63.984-63.984 63.984-63.984-28.432-63.984-63.984z" />
58
- <glyph unicode="&#xe01e;" d="M665.552 217.616h-255.904v76.8h255.904v-76.8zM358.448 217.616h-179.248v76.8h179.248v-76.8zM947.136 575.952h-870.336v-460.704h870.352l-0.016 460.704zM947.136 780.752h-870.336v-127.952h870.352l-0.016 127.952zM947.136 857.568c22.768 0 32.72-7.072 49.76-22.72 17.136-15.648 27.040-35.552 27.040-58.32v-652.736c0-22.768-8.512-45.552-25.552-61.152-15.696-15.6-25.648-24.16-49.808-24.16h-853.264c-22.768 0-52.592 8.56-69.712 24.16-17.040 15.568-25.552 38.352-25.552 61.12v652.736c0 22.768 8.512 41.296 25.552 56.896 15.648 15.6 46.944 24.16 69.712 24.16h851.824z" />
59
- <glyph unicode="&#xe01f;" d="M819.2 166.448h-76.8v435.152h76.8v-435.152zM639.952 166.448h-76.752v332.752h76.752v-332.752zM460.8 166.448h-76.752v511.952h76.752v-511.952zM281.6 166.448h-76.8v204.752h76.8v-204.752zM947.136 806.4h-870.288v-716.8h870.304l-0.016 716.8zM971.312 883.152c17.136 0 21.344-1.44 34.16-14.208 12.784-12.784 18.512-28.48 18.512-45.504v-740.88c0-17.136-5.728-37.040-18.512-51.296-12.832-12.784-17.040-18.432-34.16-18.432l-895.856 0.032c-17.136 0-42.72 5.648-55.504 18.432-12.784 14.256-19.952 34.16-19.952 51.296l-0.016 740.832c0 17.040 7.168 27.040 19.952 41.296 12.784 12.784 38.384 18.432 55.504 18.432l895.872-0.016z" />
60
- <glyph unicode="&#xe020;" d="M511.968 934.4l157.904-321.456 354.048-51.152-255.904-248.864 59.712-351.328-315.76 164.992-315.664-164.992 59.712 351.328-255.952 248.864 354.096 51.152z" />
61
- <glyph unicode="&#xe021;" d="M512.048 936.96l-157.952-321.456-354.048-51.2 255.952-248.864-59.712-351.184 315.76 164.896 315.632-164.896-59.712 351.184 256 248.864-354.096 51.2-157.824 321.456zM512.048 794.752l117.952-236.080 265.952-38.432-191.968-183.456 45.552-258.832-237.472 122.304-237.568-122.304 45.552 258.832-192.048 183.456 266 38.432 118.048 236.080z" />
62
- <glyph unicode="&#xe022;" d="M511.936 955.696l-422.288-418.064h844.704l-422.416 418.064zM89.648 358.432l422.288-418.112 422.416 418.112h-844.704z" />
63
- <glyph unicode="&#xe023;" d="M1023.952 729.552c0 28.528-27.040 51.2-59.712 51.2h-34.16c-32.672 0-59.712-22.688-59.712-51.2v-793.552h153.6v793.552zM588.8 908.8c0 28.432-27.040 51.2-59.728 51.2h-34.112c-32.72 0-59.76-22.768-59.76-51.2v-972.784h153.6v972.784zM153.6 499.2c0 28.432-26.992 51.2-59.712 51.2h-34.128c-32.672 0-59.712-22.768-59.712-51.2v-563.2h153.552v563.2z" />
64
- <glyph unicode="&#xe024;" d="M268.832 824.832c-157.856-157.856-177.76-401.088-55.504-573.104l-5.696-4.272-184.864-186.256c-29.872-28.528-29.872-75.376-1.44-103.824s75.376-28.48 103.776 1.392l186.288 184.944 4.352 5.648c172.032-122.304 415.248-102.4 573.056 55.456 176.368 174.896 180.592 457.92 8.56 628.608-170.704 172.048-453.648 167.744-628.528-8.592zM329.936 763.68c140.816 140.816 366.928 143.648 503.376 5.696 138-136.528 135.184-362.608-5.648-503.424-140.768-140.768-366.88-143.6-503.376-5.696-137.952 136.512-135.136 362.656 5.648 503.424z" />
65
- <glyph unicode="&#xe025;" d="M411.088 628.672c-65.424-65.472-75.408-164.976-29.872-241.84-1.488-1.392-2.88-2.832-4.304-4.224l-69.664-69.712c-19.904-18.464-19.904-49.76 0-69.664s51.2-19.904 69.664 0l69.712 69.664c1.392 1.44 2.832 2.832 4.224 4.304 76.848-45.552 176.368-35.552 241.84 29.872 76.752 76.8 76.752 201.92-1.488 280.128-78.192 78.24-203.328 78.24-280.112 1.472zM455.104 584.56c52.64 52.64 139.424 52.64 192.016-1.44 54.064-52.592 54.064-139.376 1.44-192.016-52.64-54.032-139.376-52.592-193.456 0-52.576 54.080-54.016 140.832 0 193.456zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
66
- <glyph unicode="&#xe026;" d="M611.568 492.080c0 51.2-29.904 122.304-112.4 122.304s-112.304-56.848-112.304-118.048c0-32.672 15.6-99.536 41.2-127.952 4.272-4.272 29.904-22.768 29.904-32.72 0-14.208-4.272-9.952-9.952-14.208-31.328-71.104-230.4-41.296-230.4-163.552 0-14.208 18.464-28.48 18.464-42.624h557.456v69.616c0 99.632-214.704 65.472-246.048 150.768 56.96 66.88 64.080 99.568 64.080 156.416zM947.136 703.952v-691.104l-870.336 0.016v691.088h870.336zM1023.952 960h-1023.904v-1024h948.528c24.16 0 34.112 8.56 49.808 24.16 17.040 15.744 25.552 38.432 25.552 61.2v938.64z" />
67
- <glyph unicode="&#xe027;" d="M947.136 608.688v-595.84l-819.088 0.016v-76.848h824.8c21.296 0 35.552 7.168 49.808 21.344 14.208 14.208 21.296 34.16 21.296 52.64v822h-76.8v-223.312zM819.152 729.552v-588.752h-742.352v588.752h742.352zM896 960h-895.952v-896h824.848c21.296 0 29.824 7.168 44.064 21.392 14.256 14.16 27.040 38.384 27.040 58.272v816.336z" />
68
- <glyph unicode="&#xe028;" d="M947.136 703.952h-870.336v-691.104h870.352l-0.016 691.104zM1023.952 960v-938.624c0-22.768-8.512-45.456-25.552-61.2-15.696-15.6-25.648-24.16-49.808-24.16h-948.544v1023.984h1023.904z" />
69
- <glyph unicode="&#xe029;" d="M989.856 533.408l-416.736 379.696c-45.456 58.32-92.4 58.32-137.952 0v-237.472h-356.912c-42.624 0-78.192-42.672-78.192-96.752v-268.784c0-52.592 34.112-95.264 76.8-95.264h358.304v-226.096c45.552-56.848 92.496-69.712 137.952-12.784l416.72 381.072c45.472 58.336 45.472 118.064 0.016 176.384zM76.864 445.232v153.6h435.104v255.952l460.8-409.552-460.8-409.552v255.936h-435.104v153.616z" />
70
- <glyph unicode="&#xe02a;" d="M426.624 925.824l-379.792-418.112c-58.24-44.064-58.24-91.008 0-136.48h237.568v-356.912c0-42.72 42.592-78.272 96.656-78.272h268.784c52.64 0 95.264 34.16 95.264 76.8v358.384h226.096c56.944 45.456 69.712 92.4 12.864 136.48l-381.168 418.112c-58.32 45.552-118.032 45.552-176.272 0zM514.704 12.848h-153.552v435.152h-256l409.552 460.784 409.648-460.8-256.032 0.016v-435.152h-153.616z" />
71
- <glyph unicode="&#xe02b;" d="M230.4 588.752v-76.752h307.2v76.752h-307.2zM332.8 435.152v-127.952h460.752v127.952h-460.752zM947.136 793.552v-691.152h-870.336v691.152h870.336zM971.312 870.336h-895.888c-17.088 0-42.624-5.696-55.456-18.464-12.8-14.256-19.92-24.16-19.92-41.248v-715.264c0-17.136 7.12-37.040 19.904-51.296 12.832-12.784 38.384-18.432 55.456-18.432h895.904c17.088 0 21.392 5.648 34.16 18.432 12.784 14.256 18.464 34.16 18.464 51.296l0.016 715.264c0 17.088-5.696 32.72-18.464 45.504-12.784 12.832-17.088 14.208-34.176 14.208z" />
72
- <glyph unicode="&#xe02c;" d="M947.136 89.6h-870.336v793.552h-1.376c-17.088 0-42.624-5.648-55.456-18.432-12.8-14.256-19.92-24.24-19.92-41.296v-740.88c0-17.136 7.12-37.040 19.904-51.296 12.832-12.784 38.384-18.432 55.456-18.432h895.904c17.088 0 21.392 5.648 34.16 18.432 12.784 14.256 18.464 34.16 18.464 51.296v7.024l-76.8 0.016zM870.352 371.2c0-42.624 34.16-76.8 76.8-76.8 42.72 0 76.8 34.16 76.8 76.8s-34.064 76.8-76.8 76.8c-42.64 0-76.8-34.16-76.8-76.8zM908.784 371.2c0 21.344 17.040 38.384 38.384 38.384s38.384-17.040 38.384-38.384-17.040-38.384-38.384-38.384-38.384 17.056-38.384 38.384zM520.512 642.848c12.832-24.16 38.384-41.248 68.272-41.248 31.28 0 56.848 18.464 69.712 44.064 130.816-28.432 199.072-137.952 233.232-221.84 9.904 11.392 25.552 19.904 41.2 22.768-36.944 82.4-119.44 214.704-268.784 248.864-8.512 34.064-38.384 59.712-75.376 59.712-36.944 0-68.272-27.040-75.376-61.2-170.688-49.76-251.744-258.784-278.736-351.264-32.72-9.904-55.504-38.336-55.504-73.888 0-42.672 34.16-76.8 76.848-76.8 42.592 0 76.752 34.112 76.752 76.8 0 29.872-17.040 55.408-42.672 68.224 31.328 106.704 99.616 264.56 230.432 305.808zM550.368 678.4c0 21.344 17.088 38.384 38.432 38.384 21.296 0 38.384-17.040 38.384-38.384s-17.088-38.384-38.384-38.384c-21.344 0.016-38.432 17.040-38.432 38.384zM217.632 268.848c0 21.296 17.088 38.336 38.432 38.336 21.296 0 38.384-17.040 38.384-38.336 0-21.392-17.088-38.432-38.384-38.432-21.344 0.016-38.432 17.040-38.432 38.432z" />
73
- <glyph unicode="&#xe02d;" d="M947.136 752.32v-662.72h-870.336v662.72l386.816-386.816c27.040-27.040 69.712-27.040 96.752 0l386.768 386.816zM119.488 806.4h785.024l-359.824-361.264c-18.464-17.040-46.896-17.040-65.424 0l-359.776 361.264zM971.312 883.152h-895.888c-17.088 0-42.624-5.648-55.456-18.432-12.8-14.256-19.92-24.24-19.92-41.296v-740.88c0-17.136 7.12-37.040 19.904-51.296 12.832-12.784 38.384-18.432 55.456-18.432h895.904c17.088 0 21.392 5.648 34.16 18.432 12.784 14.256 18.464 34.16 18.464 51.296l0.016 740.88c0 17.040-5.696 32.72-18.464 45.504s-17.088 14.224-34.176 14.224z" />
74
- <glyph unicode="&#xe02e;" d="M597.232-29.84l379.696 416.624c58.32 45.552 58.32 92.496 0 138h-237.488v356.944c0 42.72-42.688 78.272-95.264 78.272h-268.832c-54.032 0-96.656-34.16-96.656-76.848v-358.352h-224.704c-58.32-45.504-71.104-92.448-12.832-138l379.728-416.624c58.288-45.552 118.016-45.552 176.352-0.016zM508.992 883.152h153.6v-435.152h256.048l-409.648-460.784-409.504 460.784h256v435.152h153.504z" />
75
- <glyph unicode="&#xe02f;" d="M34.16 362.768l416.672-379.696c45.504-58.32 92.448-58.32 137.952 0v237.472h356.96c42.624 0 78.192 42.72 78.192 96.704v267.392c0 53.984-34.064 96.704-76.8 96.704h-358.336v224.704c-45.504 58.272-92.448 71.104-137.952 12.784l-416.688-379.696c-45.504-58.32-45.504-118.032 0-176.368zM947.136 450.944v-153.6h-435.184v-255.952l-460.704 409.552 460.704 409.552v-255.952h435.2l-0.016-153.6z" />
76
- <glyph unicode="&#xe030;" d="M943.632 883.184v-229.008l76.8-56.848v302.848c0 17.136-5.696 32.72-18.512 45.552-12.784 12.784-17.040 14.256-34.112 14.256h-896c-16.992 0-42.592-5.696-55.36-18.512-12.88-14.256-19.968-24.16-19.968-41.296v-894.464c0-17.040 7.072-36.944 19.952-51.2 12.784-12.784 38.384-18.464 55.36-18.464h896c17.088 0 21.344 5.696 34.112 18.464 12.832 14.256 18.512 34.16 18.512 51.2l0.016 292.944-76.8-56.848v-228.96h-870.352v870.336h870.352zM278.080 396.784h460.704v-128.016l288.72 179.2-288.72 179.184v-127.968h-358.304c-66.848 0-102.4-35.552-102.4-102.4z" />
77
- <glyph unicode="&#xe031;" d="M922.288 332.832c2.88 8.512 4.272 17.040 5.696 25.6l-75.408 18.464c-1.392-8.512-2.88-17.088-5.696-24.16-52.544-206.24-263.024-331.376-469.264-278.736-204.8 54.032-329.872 264.48-275.904 469.28 52.688 206.224 263.12 331.36 469.312 277.344 115.168-28.48 204.752-108.096 251.696-209.104l-110.88-65.376c-2.88-14.256 4.224-28.432 18.432-31.28l199.104-51.2c14.208-2.88 28.48 4.272 31.328 18.512l51.152 199.072c2.832 14.256-4.224 28.432-18.464 31.28l-103.776-61.104c-56.896 116.56-163.552 208.976-300.064 244.528-247.488 64.048-499.232-85.344-563.216-332.768-63.968-247.472 85.312-499.184 332.816-563.104 247.424-64.080 499.104 85.312 563.136 332.752z" />
78
- <glyph unicode="&#xe032;" d="M48.384 857.568c-26.992 0-48.336-21.36-48.336-46.96v-8.464c0-25.648 21.344-46.944 48.336-46.944h927.232c27.040 0 48.336 21.296 48.336 46.944v8.464c0 25.6-21.296 46.944-48.336 46.944l-927.232 0.016zM48.384 499.2c-26.992 0-48.336-21.344-48.336-46.944v-8.512c0-25.6 21.344-46.944 48.336-46.944h927.232c27.040 0 48.336 21.344 48.336 46.944v8.512c0 25.6-21.296 46.944-48.336 46.944h-927.232zM48.384 140.8c-26.992 0-48.336-21.28-48.336-46.928v-8.464c0-25.6 21.344-46.944 48.336-46.944l927.232-0.016c27.040 0 48.336 21.344 48.336 46.944v8.464c0 25.648-21.296 46.944-48.336 46.944l-927.232 0.016z" />
79
- <glyph unicode="&#xe033;" d="M512.048 959.952c-283.024 0-512-228.96-512-511.904 0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904zM512.064 0.032c-247.488 0-448.032 200.528-448.032 448.032 0 247.376 200.528 447.936 448.032 447.936 247.408 0 447.936-200.528 447.936-447.936 0-247.488-200.528-448.032-447.936-448.032zM268.512 486.4v-76.784h487.008v76.784h-204.752z" />
80
- <glyph unicode="&#xe034;" d="M307.2 780.56v-153.616h51.248v153.616h-51.248zM230.4 780.56v-153.616h25.648v153.616h-25.648zM435.2 780.56v-153.616h128.048v153.616h-128.048zM179.2 780.56v-153.616h25.648v153.616h-25.648zM819.152 780.56v-153.616h25.648v153.616h-25.648zM742.368 780.56v-153.616h25.616v153.616h-25.616zM614.4 780.56v-153.616h51.152v153.616h-51.152zM947.136 882.96v-358.352l-870.336-0.016v358.368h870.336zM971.312 959.792h-895.888c-17.088 0-42.624-5.728-55.456-18.512-12.8-14.208-19.92-24.208-19.92-41.2v-382.56c0-17.088 7.12-37.040 19.904-51.248 12.832-12.784 38.384-18.464 55.456-18.464h895.904c17.088 0 21.392 5.696 34.16 18.464 12.784 14.208 18.464 34.16 18.464 51.248l0.016 382.56c0 16.992-5.696 32.672-18.464 45.456-12.784 12.784-17.088 14.256-34.176 14.256zM707.648 157.968l-160.688 143.712c-18.464 22.752-36.992 22.752-55.52 0v-102.4l-143.6 0.016c-15.632 0-35.552-15.632-35.552-36.944v-79.664c0-21.36 14.16-36.992 31.28-36.992h147.84v-85.264c18.512-21.392 37.056-35.552 55.52-12.848l160.704 143.664c18.48 21.28 18.48 45.44 0.016 66.72z" />
81
- <glyph unicode="&#xe035;" d="M571.664 837.952h193.632l-210.112-226.96c-26.736-26.72-23.472-80.064 6.64-113.488 29.968-30.064 70.096-33.296 100.048-6.624l210.24 226.848v-180.128h120.256v420.512h-420.704v-120.16zM452.256 386.448c-30.176 30.080-66.944 33.36-93.632 3.376l-206.736-220.32v186.976h-120.272v-420.48h420.672v120.080h-203.584l210.208 223.568c26.704 26.736 23.36 73.504-6.656 106.8z" />
82
- <glyph unicode="&#xe036;" d="M66.272 303.072h193.632l-210.128-226.96c-26.736-26.72-23.472-80.064 6.656-113.472 29.968-30.080 70.080-33.312 100.032-6.624l210.24 226.848v-180.128h120.256v420.496h-420.688v-120.16zM967.616 933.84c-30.192 30.080-66.96 33.36-93.648 3.36l-206.736-220.304v186.976h-120.256v-420.48h420.672v120.064l-203.616-0.016 210.224 223.584c26.72 26.736 23.36 73.52-6.64 106.816z" />
83
- <glyph unicode="&#xe037;" d="M251.488-54.704c-32.48 0-63.040 12.528-86.192 35.264l-127.744 112.304c-47.936 47.936-47.936 125.936 0 173.872l84.224 84.272c23.248 23.232 54.128 36 86.96 36 32.848 0 63.712-12.784 86.928-35.984-0.016 0.032-0.032 0.032-0.032 0.032 0.144 0 8.352-6.448 20.32-6.448 12.592 0 21.040 7.152 21.408 7.456l264.448 264.512c-0.016-0.016-0.032-0.032-0.048-0.032-0.112 0 6.464 8.256 6.464 20.32 0 7.664-2.688 13.824-4.928 17.6l-2.080 2.080c-47.936 47.936-47.936 125.936 0 173.872l84.272 84.272c23.216 23.216 54.080 36.016 86.928 36.016 32.48 0 63.040-12.512 86.192-35.264l127.76-112.304c23.248-23.232 36.032-54.112 36.032-86.944s-12.8-63.728-36.032-86.944l-647.92-647.936c-23.232-23.216-54.096-36.016-86.96-36.016zM80.624 137.2l127.632-112.208c23.136-23.12 63.392-23.104 86.512 0l647.936 647.936c11.552 11.552 17.92 26.928 17.92 43.248 0 16.016-6.128 31.136-17.28 42.608l-127.632 112.208c-23.152 23.12-63.392 23.104-86.512 0.016l-84.256-84.272c-11.552-11.552-17.936-26.912-17.936-43.248s6.368-31.696 17.936-43.248l8.048-8.768c7.76-11.312 17.056-29.952 17.072-54.576 0-37.024-21.472-60.8-23.92-63.376l-266.224-266.208c-3.216-3.056-27.008-24.496-63.984-24.496-36.992 0-60.752 21.424-63.328 23.872-12.176 12.176-27.536 18.528-43.872 18.528s-31.712-6.368-43.264-17.936l-84.24-84.24c-23.616-23.616-23.824-61.936-0.608-85.84z" />
84
- <glyph unicode="&#xe038;" d="M1023.952 0.064h-1023.904v29.808c0 12.192 0.448 24.448 0.912 36.688 0.432 11.52 0.88 23.040 0.88 34.56 0 142.928 134.192 179.824 242.016 209.456 67.552 18.56 131.376 36.112 149.376 72.064 3.072 6.112 6.24 12.912 8.64 18.208-3.696 5.024-12.592 14.624-20.592 23.264-4.336 4.672-9.088 9.776-14.192 15.472-24.784 27.456-82.4 104.56-82.4 227.152 0 140.080 83.328 227.088 217.488 227.088 142.896 0 217.632-117.808 217.632-234.208 0-98.752-14.48-159.616-101.472-265.52 28.288-41.776 104.72-60.88 178.88-79.424 106.256-26.576 226.72-56.688 226.72-168.432v-146.176zM60.352 59.648h903.984v86.576c0 60.816-68.592 82.336-181.552 110.592-97.264 24.336-197.808 49.472-227.808 131.104l-6 16.336 11.28 13.248c90.944 106.832 99.952 153.52 99.952 242.112 0 60.4-33.024 174.608-158.032 174.608-137.376 0-157.872-104.944-157.872-167.488 0-101.92 46.88-164.896 67.056-187.248 4.896-5.44 9.488-10.368 13.632-14.848 22.16-23.872 38.144-41.12 38.144-66.432v-6.208l-2.464-5.696c0 0-7.296-16.784-14.144-30.4-29.904-59.648-106.144-80.624-186.864-102.816-119.744-32.912-198.208-61.28-198.208-151.984 0-12.24-0.464-24.544-0.928-36.8-0.064-1.568-0.112-3.104-0.176-4.656z" />
85
- <glyph unicode="&#xe039;" d="M5.264 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.928-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM69.248 448.048c0 247.376 200.528 447.936 447.936 447.936 247.488 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
86
- <glyph unicode="&#xe03a;" d="M1023.952 0.064h-1023.904v29.808c0 12.192 0.448 24.448 0.912 36.688 0.432 11.52 0.88 23.040 0.88 34.56 0 142.928 134.192 179.824 242.016 209.456 67.552 18.56 131.376 36.112 149.376 72.064 3.072 6.112 6.24 12.912 8.64 18.208-3.696 5.024-12.592 14.624-20.592 23.264-4.336 4.672-9.088 9.776-14.192 15.472-24.784 27.456-82.4 104.56-82.4 227.152 0 140.080 83.328 227.088 217.488 227.088 142.896 0 217.632-117.808 217.632-234.208 0-98.752-14.48-159.616-101.472-265.52 28.288-41.776 104.72-60.88 178.88-79.424 106.256-26.576 226.72-56.688 226.72-168.432v-146.176z" />
87
- <glyph unicode="&#xe03b;" d="M251.488-54.704c-32.48 0-63.040 12.528-86.192 35.264l-127.744 112.304c-47.936 47.936-47.936 125.936 0 173.872l84.224 84.272c23.248 23.232 54.128 36 86.96 36 32.848 0 63.712-12.784 86.928-35.984-0.016 0.032-0.032 0.032-0.032 0.032 0.144 0 8.352-6.448 20.32-6.448 12.592 0 21.040 7.152 21.408 7.456l264.448 264.512c-0.016-0.016-0.032-0.032-0.048-0.032-0.112 0 6.464 8.256 6.464 20.32 0 7.664-2.688 13.824-4.928 17.6l-2.080 2.080c-47.936 47.936-47.936 125.936 0 173.872l84.272 84.272c23.216 23.216 54.080 36.016 86.928 36.016 32.48 0 63.040-12.512 86.192-35.264l127.76-112.304c23.248-23.232 36.032-54.112 36.032-86.944s-12.8-63.728-36.032-86.944l-647.92-647.936c-23.232-23.216-54.096-36.016-86.96-36.016z" />
88
- <glyph unicode="&#xe03c;" d="M5.264 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.928-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904z" />
89
- <glyph unicode="&#xe03d;" d="M612.192 533.664c0 6.896-3.136 51.6-28 51.6-37.36 0-46.704-72.256-46.704-82.624 0-3.408 3.152-58.496 28.032-58.496 34.192 0.032 46.672 72.288 46.672 89.52zM814.384 533.664c0 6.896-3.152 51.6-28.032 51.6-37.28 0-46.608-72.256-46.608-82.624 0-3.408 3.072-58.496 27.952-58.496 34.192 0.032 46.688 72.288 46.688 89.52zM141.296 959.232c-68.224 0-123.504-55.488-123.504-123.92v-650.72c0-68.432 55.296-123.92 123.504-123.92h339.808l123.504-123.936v123.936h278.048c68.224 0 123.52 55.472 123.52 123.92v650.72c0 68.432-55.296 123.92-123.52 123.92h-741.36zM668.16 537.072c0-55.088-31.088-154.88-102.64-154.88-6.208 0-18.496 3.616-25.424 6.016-32.512 11.168-50.192 49.696-52.352 66.256 0 0-3.072 17.792-3.072 40.752 0 22.992 3.072 45.328 3.072 45.328 15.552 75.728 43.552 106.736 96.448 106.736 59.072 0.032 83.968-58.528 83.968-110.208zM486.496 657.6c0-3.392-43.552-141.168-43.552-213.424v-75.712c-2.592-12.080-4.16-24.144-21.824-24.144-46.608 0-88.88 151.472-92.016 161.84-6.208-6.896-62.24-161.84-96.448-161.84-24.864 0-43.552 113.648-46.608 123.936-9.344 55.072-26.048 157.52-26.048 164.416 0 20.672 1.152 38.736 26.048 38.736 6.208 0 21.6-6.064 23.712-17.168 11.648-62.032 16.688-120.512 29.168-185.968 1.856-2.928 1.504-7.008 4.56-10.432 3.152 10.288 66.928 168.784 94.96 168.784 22.544 0 30.4-44.592 33.536-61.824 6.208-20.656 13.088-55.216 22.416-82.752 0 13.776 12.48 203.12 65.392 203.12 18.592-0.032 26.704-6.928 26.704-27.568zM870.32 537.072c0-55.088-31.088-154.88-102.64-154.88-6.192 0-18.448 3.616-25.424 6.016-32.432 11.168-50.176 49.696-52.288 66.256 0 0-3.888 17.92-3.888 40.896s3.888 45.184 3.888 45.184c15.552 75.728 43.488 106.736 96.384 106.736 59.104 0.032 83.968-58.528 83.968-110.208z" />
90
- <glyph unicode="&#xe600;" d="M944.946 804.152v-131.514c-92.58-32.661-159.103-121.022-159.103-224.631s66.523-191.985 159.103-224.631v-131.514h-865.988v131.514c92.58 32.661 159.103 121.022 159.103 224.631s-66.523 191.985-159.103 224.631v131.514h865.988zM991.765 883.159h-959.626c-17.776 0-32.187-14.032-32.187-31.35v-244.714c87.871 0 159.103-71.232 159.103-159.103s-71.232-159.087-159.103-159.087v-244.714c0-17.318 14.411-31.35 32.187-31.35h959.626c17.776 0 32.187 14.032 32.187 31.35v244.714c-87.871 0-159.103 71.232-159.103 159.103s71.232 159.103 159.103 159.103v244.698c0 17.318-14.411 31.35-32.187 31.35v0z" />
91
- <glyph unicode="&#xe601;" d="M873.967 809.999c-200.139 200.139-523.906 200.107-724.045-0.032-200.075-200.060-200.107-523.827 0.032-723.966 200.091-200.091 523.922-200.123 723.997-0.047 200.139 200.123 200.107 523.954 0.016 724.045zM828.697 131.209c-174.936-174.936-458.552-174.92-633.504 0.032-174.999 174.983-174.936 458.536-0.016 633.472 174.999 174.999 458.552 175.046 633.551 0.047 174.951-174.951 174.967-458.568-0.032-633.551zM286.603 538.596l58.338-58.338-131.688-5.072c-16.101 0-31.192-17.050-32.187-36.153-0.032-18.108 11.077-31.176 28.158-32.14l131.688 5.009-54.277-54.277 36.248-36.248 126.679 126.679-126.742 126.742-36.216-36.201zM815.819 486.326l-128.685-4.077 56.331 56.331-36.232 36.232-126.679-126.679 126.758-126.758 36.169 36.169-61.34 61.34 130.692 4.045c16.101 0 29.217 15.106 30.196 34.162-0.032 18.171-10.113 30.212-27.21 29.232zM488.259 703.972h47.404v-511.945h-47.404v511.945z" />
92
- <glyph unicode="&#xe602;" d="M511.992 959.937c-283.016 0-511.976-228.96-511.976-511.897 0-283.032 228.96-511.992 511.976-511.992 282.937 0 511.897 228.96 511.897 511.992 0 282.937-228.96 511.897-511.897 511.897zM63.979 448.055c0 247.369 200.534 447.934 448.029 447.934 109.866 0 210.441-39.614 288.357-105.252l-631.102-631.134c-65.654 77.932-105.284 178.538-105.284 288.452zM512.024 0.011c-109.913 0-210.52 39.614-288.468 105.284l631.134 631.134c65.638-77.932 105.268-178.491 105.268-288.373 0-247.479-200.549-448.044-447.934-448.044z" />
93
- <glyph unicode="&#xe603;" d="M999.966 815.419l-120.121 120.121c-31.84 31.84-83.478 31.84-115.318 0l-678.648-678.632-85.832-320.339 320.339 85.832 0.948-0.948 678.648 678.648c31.84 31.84 31.84 83.478-0.016 115.318zM107.401 93.617l34.162 127.5 143.049-143.049-127.5-34.162-49.711 49.711zM827.891 617.176l-146.304 146.304 120.184 120.184 146.304-146.304-120.184-120.184z" />
94
- <glyph unicode="&#xe604;" d="M688.988 466.963h169.086v-72.691h-169.086v72.691zM894.42 133.531h-820.148v420.346h434.568c15.802 33.185 36.346 63.21 61.63 86.914h-496.198v120.099h820.148v-66.37c26.864-12.642 50.568-28.444 72.691-47.407v109.037c0 22.123-9.481 39.506-25.284 55.309-15.802 14.222-25.284 22.123-47.407 22.123h-802.765c-22.123 0-50.568-7.901-66.37-22.123s-23.704-31.605-23.704-53.728v-616.296c0-22.123 7.901-42.667 23.704-56.889s44.247-22.123 66.37-22.123h804.346c22.123 0 31.605 7.901 47.407 22.123s23.704 36.346 23.704 56.889v71.111c-22.123-18.963-45.827-34.765-72.691-47.407v-31.605zM774.321 678.716c-137.481 0-248.099-110.617-248.099-248.099s110.617-248.099 248.099-248.099 248.099 110.617 248.099 248.099-112.198 248.099-248.099 248.099zM584.691 430.617c0 104.296 85.333 189.63 189.63 189.63s189.63-85.333 189.63-189.63-85.333-189.63-189.63-189.63-189.63 85.333-189.63 189.63zM224.395 466.963v-72.691h259.16c-1.58 12.642-3.16 23.704-3.16 36.346s1.58 23.704 3.16 36.346h-259.16z" />
95
- </font></defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
include/assets/fonts/WooCommerce.ttf DELETED
Binary file
include/assets/fonts/WooCommerce.woff DELETED
Binary file
include/assets/fonts/star.eot DELETED
Binary file
include/assets/fonts/star.svg DELETED
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>
5
- This is a custom SVG font generated by IcoMoon.
6
- <iconset grid="16"></iconset>
7
- </metadata>
8
- <defs>
9
- <font id="icomoon" horiz-adv-x="512" >
10
- <font-face units-per-em="512" ascent="480" descent="-32" />
11
- <missing-glyph horiz-adv-x="512" />
12
- <glyph unicode="&#x53;" d="M 269.474,480.00L 352.509,311.757L 538.171,284.777L 403.822,153.824L 435.54-31.095L 269.474,56.21L 103.408-31.095L 135.119,153.824L 0.771,284.777L 186.438,311.757 z" horiz-adv-x="538.9473684210526" />
13
- <glyph unicode="&#x73;" d="M 269.474,406.94l 54.04-109.487l 7.524-15.247l 16.821-2.447l 120.827-17.559L 381.251,176.982l-12.18-11.868l 2.873-16.756l 20.647-120.336
14
- L 284.521,84.833L 269.474,92.745l-15.047-7.912L 146.351,28.017l 20.642,120.336l 2.873,16.756l-12.175,11.868L 70.263,262.201l 120.827,17.559
15
- l 16.826,2.447l 7.524,15.247L 269.474,406.94 M 269.474,480.00L 186.438,311.757l-185.667-26.98l 134.349-130.953l-31.717-184.918L 269.474,56.21l 166.066-87.304
16
- l-31.722,184.918l 134.354,130.953l-185.662,26.98L 269.474,480.00L 269.474,480.00z" horiz-adv-x="538.9473684210526" />
17
- <glyph unicode="&#x20;" horiz-adv-x="256" />
18
- <glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
19
- </font></defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
include/assets/fonts/star.ttf DELETED
Binary file
include/assets/fonts/star.woff DELETED
Binary file
include/assets/images/about.png DELETED
Binary file
include/assets/images/chosen-sprite.png DELETED
Binary file
include/assets/images/chosen-sprite@2x.png DELETED
Binary file
include/assets/images/feed.png DELETED
Binary file
include/assets/images/icons/credit-cards/amex.png DELETED
Binary file
include/assets/images/icons/credit-cards/diners.png DELETED
Binary file
include/assets/images/icons/credit-cards/discover.png DELETED
Binary file
include/assets/images/icons/credit-cards/jcb.png DELETED
Binary file
include/assets/images/icons/credit-cards/laser.png DELETED
Binary file
include/assets/images/icons/credit-cards/maestro.png DELETED
Binary file
include/assets/images/icons/credit-cards/mastercard.png DELETED
Binary file
include/assets/images/icons/credit-cards/visa.png DELETED
Binary file
include/assets/images/icons/loader.svg DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- viewBox="0 0 91.3 91.1" enable-background="new 0 0 91.3 91.1" xml:space="preserve">
6
- <circle cx="45.7" cy="45.7" r="45.7"/>
7
- <circle fill="#FFFFFF" cx="45.7" cy="24.4" r="12.5"/>
8
- </svg>
 
 
 
 
 
 
 
 
include/assets/images/logo.png DELETED
Binary file
include/assets/images/select2-spinner.gif DELETED
Binary file
include/assets/images/select2.png DELETED
Binary file
include/assets/images/select2x2.png DELETED
Binary file
include/assets/js/admin.js DELETED
@@ -1,23 +0,0 @@
1
- jQuery(document).ready(function($) {
2
-
3
- $('.persian-woocommerce').on( 'click', '.select_all', function() {
4
- jQuery( this ).closest( 'td' ).find( 'select option' ).attr( 'selected', 'selected' );
5
- jQuery( this ).closest( 'td' ).find( 'select' ).trigger( 'change' );
6
- return false;
7
- });
8
-
9
- $('.persian-woocommerce').on( 'click', '.select_none', function() {
10
- jQuery( this ).closest( 'td' ).find( 'select option' ).removeAttr( 'selected' );
11
- jQuery( this ).closest( 'td' ).find( 'select' ).trigger( 'change' );
12
- return false;
13
- });
14
-
15
- $('select#PW_Options\\[allowed_states\\]').change( function() {
16
- if ( jQuery( this ).val() === 'specific' ) {
17
- jQuery( this ).parent().parent().next( 'tr' ).show();
18
- } else {
19
- jQuery( this ).parent().parent().next( 'tr' ).hide();
20
- }
21
- }).change();
22
-
23
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
include/assets/js/iran_cities.js DELETED
@@ -1,2884 +0,0 @@
1
- /**
2
- * Created by HANNANStd on 3/1/2016.
3
- */
4
- function Persian_Woo_iranCities(province) {
5
-
6
- var cities = [];
7
-
8
- switch (province.toUpperCase()) {
9
-
10
- //تهران
11
- case 'THR':
12
- case 'TE':
13
- cities[1] = new Array('شهر قدس', '3619');
14
- cities[2] = new Array('پردیس', '5588');
15
- cities[3] = new Array('نسیم شهر', '5589');
16
- cities[4] = new Array('گلستان', '5590');
17
- cities[5] = new Array('قرچک', '5591');
18
- cities[6] = new Array('دماوند', '3633');
19
- cities[7] = new Array('فیروزکوه', '3634');
20
- cities[8] = new Array('ورامین', '3592');
21
- cities[9] = new Array('پیشوا', '3593');
22
- cities[10] = new Array('جاجرود', '3594');
23
- cities[11] = new Array('لواسان', '3588');
24
- cities[12] = new Array('شهریار', '3589');
25
- cities[13] = new Array('فردوس', '3590');
26
- cities[15] = new Array('تجزیه مبادلات لشکر', '3578');
27
- // cities[14] = new Array('منطقه 11 پستی تهران','3577');
28
- // cities[16] = new Array('منطقه 13 پستی تهران','3579');
29
- // cities[17] = new Array('منطقه 14 پستی تهران','3580');
30
- // cities[18] = new Array('منطقه 15 پستی تهران','3581');
31
- // cities[19] = new Array('منطقه 16 پستی تهران','3582');
32
- // cities[20] = new Array('منطقه 17 پستی تهران','3583');
33
- // cities[21] = new Array('منطقه 18 پستی تهران','3584');
34
- // cities[22] = new Array('منطقه 19 پستی تهران','3585');
35
- cities[23] = new Array('ری', '3586');
36
- cities[24] = new Array('برغان', '3851');
37
- cities[25] = new Array('رامجین', '3852');
38
- cities[26] = new Array('کوهسار', '3853');
39
- cities[27] = new Array('شهراسر', '3854');
40
- cities[28] = new Array('منگلان', '3855');
41
- cities[29] = new Array('طالقان', '3856');
42
- cities[30] = new Array('قلعه سین', '3857');
43
- cities[31] = new Array('خیرآبادخالصه', '3858');
44
- cities[32] = new Array('عسگرآبادعباسی', '3859');
45
- cities[33] = new Array('دهماسین', '3860');
46
- cities[34] = new Array('باغ خواص', '3861');
47
- cities[35] = new Array('ایجدان', '3862');
48
- cities[36] = new Array('آب باریک', '3863');
49
- cities[37] = new Array('جواد آباد', '3864');
50
- cities[38] = new Array('خاوه', '3865');
51
- cities[39] = new Array('محمودآبادعرب', '3866');
52
- cities[40] = new Array('جلیل آباد', '3867');
53
- cities[41] = new Array('کریم آباد', '3868');
54
- cities[42] = new Array('قلعه خواجه', '3869');
55
- cities[43] = new Array('داودآباد', '3870');
56
- cities[44] = new Array('پاکدشت', '3871');
57
- cities[45] = new Array('شریف آباد', '3872');
58
- cities[46] = new Array('پارچین', '3873');
59
- cities[47] = new Array('حصارامیر', '3874');
60
- cities[48] = new Array('خاتون آباد', '3875');
61
- cities[49] = new Array('آتشگاه', '3822');
62
- cities[50] = new Array('احمدآبادمستوفی', '3823');
63
- cities[51] = new Array('اسلام شهر', '3824');
64
- cities[52] = new Array('مروزبهرام', '3825');
65
- cities[53] = new Array('گلدسته', '3826');
66
- cities[54] = new Array('صالح آباد', '3827');
67
- cities[55] = new Array('واوان', '3828');
68
- cities[56] = new Array('شاتره', '3829');
69
- cities[57] = new Array('میان آباد', '3830');
70
- cities[58] = new Array('چهاردانگه', '3831');
71
- cities[59] = new Array('فخرایران', '3832');
72
- cities[60] = new Array('احمدآبادمصدق', '3833');
73
- cities[61] = new Array('نجم آباد', '3834');
74
- cities[62] = new Array('تنگمان', '3835');
75
- cities[63] = new Array('سعیدآباد', '3836');
76
- cities[64] = new Array('هیو', '3837');
77
- cities[65] = new Array('حومه گلندوک', '3838');
78
- cities[66] = new Array('اوشان', '3839');
79
- cities[67] = new Array('میگون', '3840');
80
- cities[68] = new Array('فشم', '3841');
81
- cities[69] = new Array('لوسان بزرگ', '3842');
82
- cities[70] = new Array('شهریاربردآباد', '3843');
83
- cities[71] = new Array('قاسم آبادقندیشاد', '3844');
84
- cities[72] = new Array('باغستان', '3845');
85
- cities[73] = new Array('شهرآباد', '3846');
86
- cities[74] = new Array('شاهدشهر', '3847');
87
- cities[75] = new Array('ملارد', '3848');
88
- cities[76] = new Array('لم آباد', '3849');
89
- cities[77] = new Array('خسروآباد', '3786');
90
- cities[78] = new Array('بومهن', '3787');
91
- cities[79] = new Array('شهرجدیدپردیس', '3788');
92
- cities[80] = new Array('خرمدشت', '3789');
93
- cities[81] = new Array('باقر شهر', '3790');
94
- cities[82] = new Array('جعفرآباد', '3791');
95
- cities[83] = new Array('مرقدامام', '3792');
96
- cities[84] = new Array('کهریزک', '3793');
97
- cities[85] = new Array('تورقوزآباد', '3794');
98
- cities[86] = new Array('شورآباد', '3795');
99
- cities[87] = new Array('قمصر', '3796');
100
- cities[88] = new Array('حسن آباد', '3797');
101
- cities[89] = new Array('شمس آباد', '3798');
102
- cities[90] = new Array('ابراهیم آباد', '3799');
103
- cities[91] = new Array('چرمسازی سالاریه', '3800');
104
- cities[92] = new Array('قلعه محمدعلیخان', '3801');
105
- cities[93] = new Array('فرودگاه امام خمینی', '3802');
106
- cities[94] = new Array('وهن آباد', '3803');
107
- cities[95] = new Array('قلعه نوخالصه', '3804');
108
- cities[96] = new Array('گل تپه کبیر', '3805');
109
- cities[97] = new Array('محمودآبادپیرزاد', '3806');
110
- cities[98] = new Array('فرون آباد', '3807');
111
- cities[99] = new Array('خاورشهر', '3808');
112
- cities[100] = new Array('اسلام آباد', '3809');
113
- cities[101] = new Array('لپهزنگ', '3810');
114
- cities[102] = new Array('قیام دشت', '3811');
115
- cities[103] = new Array('قرچحصار', '3812');
116
- cities[104] = new Array('خلاریز', '3813');
117
- cities[105] = new Array('سوهانک', '3814');
118
- cities[106] = new Array('پس قلعه', '3815');
119
- cities[107] = new Array('درکه', '3816');
120
- cities[108] = new Array('ادران', '3817');
121
- cities[109] = new Array('آسارا', '3818');
122
- cities[110] = new Array('نساء', '3819');
123
- cities[111] = new Array('پلنگ آباد', '3820');
124
- cities[112] = new Array('شهرقدس(مویز)', '4003');
125
- cities[113] = new Array('اندیشه', '4004');
126
- cities[114] = new Array('مارلیک', '4005');
127
- cities[115] = new Array('نصیرآباد', '4006');
128
- cities[116] = new Array('رزگان', '4007');
129
- cities[117] = new Array('گلمه', '4008');
130
- cities[118] = new Array('پرند', '4009');
131
- cities[119] = new Array('سلطان آباد', '4010');
132
- cities[120] = new Array('گلستان', '4011');
133
- cities[121] = new Array('اسماعیل آباد', '4012');
134
- cities[122] = new Array('اکبرآباد', '4013');
135
- cities[123] = new Array('نصیرآبادقاجار', '4014');
136
- cities[124] = new Array('منجیل آباد', '4015');
137
- cities[125] = new Array('جابان', '4109');
138
- cities[126] = new Array('رودهن', '4110');
139
- cities[127] = new Array('گیلاوند', '4111');
140
- cities[128] = new Array('آبعلی', '4112');
141
- cities[129] = new Array('کیلان', '4113');
142
- cities[130] = new Array('آبسرد', '4114');
143
- cities[131] = new Array('سربندان', '4115');
144
- cities[132] = new Array('مشاء', '4116');
145
- cities[133] = new Array('مراء', '4117');
146
- cities[134] = new Array('هرانده', '4118');
147
- cities[135] = new Array('درده', '4119');
148
- cities[136] = new Array('حصارین', '4120');
149
- cities[137] = new Array('ارجمند', '4121');
150
- cities[138] = new Array('امیریه', '4122');
151
- cities[139] = new Array('گرمدره', '4123');
152
- cities[140] = new Array('تهران', '3322');
153
- break;
154
-
155
- //گیلان
156
- case 'GIL':
157
- case 'GI':
158
- cities[1] = new Array('رودبنه', '5607');
159
- cities[2] = new Array('آبکنار', '3636');
160
- cities[3] = new Array('خمام', '3637');
161
- cities[4] = new Array('فومن', '3638');
162
- cities[5] = new Array('صومعه سرا', '3639');
163
- cities[6] = new Array('هشتپر ـ طوالش', '3640');
164
- cities[7] = new Array('ماسال', '3641');
165
- cities[8] = new Array('آستارا', '3642');
166
- cities[9] = new Array('سیاهکل', '3643');
167
- cities[10] = new Array('آستانه اشرفیه', '3644');
168
- cities[11] = new Array('منجیل', '3645');
169
- cities[12] = new Array('رودبار', '3646');
170
- cities[13] = new Array('لنگرود', '3647');
171
- cities[14] = new Array('رودسر', '3648');
172
- cities[15] = new Array('کلاچای', '3649');
173
- cities[16] = new Array('کپورچال', '4124');
174
- cities[17] = new Array('جیرهنده لشت نشا', '4125');
175
- cities[18] = new Array('لیجارکی', '4126');
176
- cities[19] = new Array('سنگر', '4127');
177
- cities[20] = new Array('اسلام آباد', '4128');
178
- cities[21] = new Array('سراوان', '4129');
179
- cities[22] = new Array('خشک بیجار', '4130');
180
- cities[23] = new Array('لشت نشا', '4131');
181
- cities[24] = new Array('پیربست لولمان', '4132');
182
- cities[25] = new Array('خاچکین', '4133');
183
- cities[26] = new Array('کوچصفهان', '4134');
184
- cities[27] = new Array('بلسبنه', '4135');
185
- cities[28] = new Array('چاپارخانه', '4136');
186
- cities[29] = new Array('جیرکویه', '4137');
187
- cities[30] = new Array('لولمان', '4138');
188
- cities[31] = new Array('شفت', '4139');
189
- cities[32] = new Array('ملاسرا', '4140');
190
- cities[33] = new Array('چوبر', '4141');
191
- cities[34] = new Array('ماسوله', '4142');
192
- cities[35] = new Array('گشت', '4143');
193
- cities[36] = new Array('احمد سرگوراب', '4144');
194
- cities[37] = new Array('مرجقل', '4145');
195
- cities[38] = new Array('گورابزرمیخ', '4146');
196
- cities[39] = new Array('طاهر گوداب', '4147');
197
- cities[40] = new Array('ضیابر', '4148');
198
- cities[41] = new Array('مرکیه', '4149');
199
- cities[42] = new Array('هنده خاله', '4150');
200
- cities[43] = new Array('نوخاله اکبر', '4151');
201
- cities[44] = new Array('بازاراسالم', '4152');
202
- cities[45] = new Array('شیلهوشت', '4153');
203
- cities[46] = new Array('جوکندان', '4154');
204
- cities[47] = new Array('لیسار', '4155');
205
- cities[48] = new Array('خطبه سرا', '4156');
206
- cities[49] = new Array('حویق', '4157');
207
- cities[50] = new Array('پلاسی', '4158');
208
- cities[51] = new Array('ویسادار', '4159');
209
- cities[52] = new Array('رضوان شهر', '4160');
210
- cities[53] = new Array('شاندرمن', '4161');
211
- cities[54] = new Array('پرهسر', '4162');
212
- cities[55] = new Array('پلنک پاره', '4163');
213
- cities[56] = new Array('بازارجمعه شاندرمن', '4164');
214
- cities[57] = new Array('اسالم', '4165');
215
- cities[58] = new Array('شیخ محله', '4166');
216
- cities[59] = new Array('ویرمونی', '4167');
217
- cities[60] = new Array('سیبلی', '4168');
218
- cities[61] = new Array('لوندویل', '4169');
219
- cities[62] = new Array('شند', '4170');
220
- cities[63] = new Array('کوتهکومه', '4171');
221
- cities[64] = new Array('حیران علیا', '4172');
222
- cities[65] = new Array('پاشاکی', '4173');
223
- cities[66] = new Array('گرماور', '4174');
224
- cities[67] = new Array('لیش', '4175');
225
- cities[68] = new Array('بادکوسرا', '4176');
226
- cities[69] = new Array('شیرین نسائ', '4177');
227
- cities[70] = new Array('خرارود', '4178');
228
- cities[71] = new Array('دیلمان', '4179');
229
- cities[72] = new Array('لسکوکلایه', '4180');
230
- cities[73] = new Array('کیسم', '4181');
231
- cities[74] = new Array('شیرکوه چهارده', '4182');
232
- cities[75] = new Array('دهشال', '4183');
233
- cities[76] = new Array('کیاشهر', '4184');
234
- cities[77] = new Array('دستک', '4185');
235
- cities[78] = new Array('پرگاپشت مهدیقانی', '4186');
236
- cities[79] = new Array('لوشان', '4187');
237
- cities[80] = new Array('بیورزین', '4188');
238
- cities[81] = new Array('جیرنده', '4189');
239
- cities[82] = new Array('برهسر', '4190');
240
- cities[83] = new Array('ویشان', '4191');
241
- cities[84] = new Array('کلیشم', '4192');
242
- cities[85] = new Array('علی آباد کلشتر', '4193');
243
- cities[86] = new Array('رستم آباد', '4194');
244
- cities[87] = new Array('توتکابن', '4195');
245
- cities[88] = new Array('کلشتر', '4196');
246
- cities[89] = new Array('جوین', '4197');
247
- cities[90] = new Array('اسکلک', '4198');
248
- cities[91] = new Array('کوکنه', '4199');
249
- cities[92] = new Array('سلوش', '4200');
250
- cities[93] = new Array('چمخاله', '4201');
251
- cities[94] = new Array('شلمان', '4202');
252
- cities[95] = new Array('کومله', '4203');
253
- cities[96] = new Array('دیوشل', '4204');
254
- cities[97] = new Array('پروش پایین', '4205');
255
- cities[98] = new Array('اطاقور', '4206');
256
- cities[99] = new Array('قاسم آبادسفلی', '4207');
257
- cities[100] = new Array('حسن سرا', '4208');
258
- cities[101] = new Array('طوللات', '4209');
259
- cities[102] = new Array('رانکوه', '4210');
260
- cities[103] = new Array('چابکسر', '4211');
261
- cities[104] = new Array('جنگسرا', '4212');
262
- cities[105] = new Array('واجارگاه', '4213');
263
- cities[106] = new Array('رحیم آباد', '4214');
264
- cities[107] = new Array('بلترک', '4215');
265
- cities[108] = new Array('املش', '4216');
266
- cities[109] = new Array('پائین زربیجار', '4217');
267
- cities[110] = new Array('کجیر', '4218');
268
- cities[111] = new Array('گرمابدست', '4219');
269
- cities[112] = new Array('شوئیل', '4220');
270
- cities[113] = new Array('پونل', '4221');
271
- cities[114] = new Array('بندرانزلی', '3519');
272
- cities[115] = new Array('لاهیجان', '3520');
273
- cities[116] = new Array('رشت', '3361');
274
- break;
275
-
276
- //آذربایجان شرقی
277
- case 'EAZ':
278
- case 'AE':
279
- cities[1] = new Array('تبریز', '3366');
280
- cities[2] = new Array('میانه', '3527');
281
- cities[3] = new Array('مرند', '3528');
282
- cities[4] = new Array('مراغه', '3529');
283
- cities[5] = new Array('سبلان', '3682');
284
- cities[6] = new Array('شهر جدید سهند', '3683');
285
- cities[7] = new Array('اسکو', '3684');
286
- cities[8] = new Array('سردرود', '3685');
287
- cities[9] = new Array('آذرشهر', '3686');
288
- cities[10] = new Array('شبستر', '3687');
289
- cities[11] = new Array('هریس', '3688');
290
- cities[12] = new Array('هادیشهر', '3689');
291
- cities[13] = new Array('جلفا', '3690');
292
- cities[14] = new Array('اهر', '3691');
293
- cities[15] = new Array('کلیبر', '3692');
294
- cities[16] = new Array('سراب', '3693');
295
- cities[17] = new Array('بستان آباد', '3694');
296
- cities[18] = new Array('عجب شیر', '3695');
297
- cities[19] = new Array('بناب', '3696');
298
- cities[20] = new Array('ملکان', '3697');
299
- cities[21] = new Array('قره اغاج ـ چاراویماق', '3698');
300
- cities[22] = new Array('اغچه ریش', '3699');
301
- cities[23] = new Array('ترک', '4383');
302
- cities[24] = new Array('ترکمانچای', '4384');
303
- cities[25] = new Array('خاتون آباد', '4385');
304
- cities[26] = new Array('شیخدرآباد', '4386');
305
- cities[27] = new Array('قره بلاغ', '4387');
306
- cities[28] = new Array('آق کند', '4388');
307
- cities[29] = new Array('اچاچی', '4389');
308
- cities[30] = new Array('گوندوغدی', '4390');
309
- cities[31] = new Array('پورسخلو', '4391');
310
- cities[32] = new Array('کنگاور', '4392');
311
- cities[33] = new Array('قویوجاق', '4393');
312
- cities[34] = new Array('ارموداق', '4394');
313
- cities[35] = new Array('کهنمو', '4395');
314
- cities[36] = new Array('اربط', '4396');
315
- cities[37] = new Array('خسروشهر', '4397');
316
- cities[38] = new Array('لاهیجان', '4398');
317
- cities[39] = new Array('خاصبان', '4399');
318
- cities[40] = new Array('ایلخچی', '4400');
319
- cities[41] = new Array('سرایده', '4401');
320
- cities[42] = new Array('کجاآباد', '4402');
321
- cities[43] = new Array('خلجان', '4403');
322
- cities[44] = new Array('ینگی اسپران', '4404');
323
- cities[45] = new Array('باسمنج', '4405');
324
- cities[46] = new Array('شادبادمشایخ', '4406');
325
- cities[47] = new Array('کندرود', '4407');
326
- cities[48] = new Array('مایان سفلی', '4408');
327
- cities[49] = new Array('تیمورلو', '4409');
328
- cities[50] = new Array('قدمگاه', '4410');
329
- cities[51] = new Array('ممقان', '4411');
330
- cities[52] = new Array('گوگان', '4412');
331
- cities[53] = new Array('شیرامین', '4413');
332
- cities[54] = new Array('هفت چشمه', '4414');
333
- cities[55] = new Array('امند', '4415');
334
- cities[56] = new Array('خامنه', '4416');
335
- cities[57] = new Array('سیس', '4417');
336
- cities[58] = new Array('صوفیان', '4418');
337
- cities[59] = new Array('شندآباد', '4419');
338
- cities[60] = new Array('تسوج', '4420');
339
- cities[61] = new Array('شرفخانه', '4421');
340
- cities[62] = new Array('مینق', '4422');
341
- cities[63] = new Array('بخشایش ـ کلوانق', '4423');
342
- cities[64] = new Array('سرند', '4424');
343
- cities[65] = new Array('زرنق', '4425');
344
- cities[66] = new Array('بیلوردی', '4426');
345
- cities[67] = new Array('خواجه', '4427');
346
- cities[68] = new Array('گلین قیه', '4428');
347
- cities[69] = new Array('هرزندجدید', '4429');
348
- cities[70] = new Array('بناب جدید ـ مرند', '4430');
349
- cities[71] = new Array('زنوز', '4431');
350
- cities[72] = new Array('دولت آباد', '4432');
351
- cities[73] = new Array('یکان کهریز', '4433');
352
- cities[74] = new Array('یامچی', '4434');
353
- cities[75] = new Array('شجاع', '4435');
354
- cities[76] = new Array('داران', '4436');
355
- cities[77] = new Array('سیهرود', '4437');
356
- cities[78] = new Array('نوجهمهر', '4438');
357
- cities[79] = new Array('کشک سرای', '4439');
358
- cities[80] = new Array('خاروانا', '4440');
359
- cities[81] = new Array('هوراند', '4441');
360
- cities[82] = new Array('چولقشلاقی', '4442');
361
- cities[83] = new Array('ورگهان', '4443');
362
- cities[84] = new Array('افیل', '4444');
363
- cities[85] = new Array('اذغان', '4445');
364
- cities[86] = new Array('سیهکلان', '4446');
365
- cities[87] = new Array('ورزقان', '4447');
366
- cities[88] = new Array('اقبراز', '4448');
367
- cities[89] = new Array('مولان', '4449');
368
- cities[90] = new Array('خمارلو', '4450');
369
- cities[91] = new Array('عاشقلو', '4451');
370
- cities[92] = new Array('اسکلو', '4452');
371
- cities[93] = new Array('ابشاحمد', '4453');
372
- cities[94] = new Array('یوزبند', '4454');
373
- cities[95] = new Array('کاغذکنان', '4455');
374
- cities[96] = new Array('خداآفرین', '4456');
375
- cities[97] = new Array('کندوان', '4457');
376
- cities[98] = new Array('تیل', '4458');
377
- cities[99] = new Array('وایقان', '4459');
378
- cities[100] = new Array('لاریجان', '4460');
379
- cities[101] = new Array('اسب فروشان', '4461');
380
- cities[102] = new Array('ابرغان', '4462');
381
- cities[103] = new Array('شربیان', '4463');
382
- cities[104] = new Array('مهربان', '4464');
383
- cities[105] = new Array('رازلیق', '4465');
384
- cities[106] = new Array('اغمیون', '4466');
385
- cities[107] = new Array('اردها', '4467');
386
- cities[108] = new Array('قرهچای حاجعلی', '4468');
387
- cities[109] = new Array('قره بابا', '4469');
388
- cities[110] = new Array('سعیدآباد', '4470');
389
- cities[111] = new Array('الانق', '4471');
390
- cities[112] = new Array('کردکندی', '4472');
391
- cities[113] = new Array('قرهچمن', '4473');
392
- cities[114] = new Array('ورجوی', '4474');
393
- cities[115] = new Array('گلتپه', '4475');
394
- cities[116] = new Array('خراجو', '4476');
395
- cities[117] = new Array('داشاتان', '4477');
396
- cities[118] = new Array('داش بلاغ بازار', '4478');
397
- cities[119] = new Array('صومعه', '4479');
398
- cities[120] = new Array('علویان', '4480');
399
- cities[121] = new Array('شیراز', '4481');
400
- cities[122] = new Array('خضرلو', '4482');
401
- cities[123] = new Array('یگنجه', '4483');
402
- cities[124] = new Array('مهماندار', '4484');
403
- cities[125] = new Array('خانیان', '4485');
404
- cities[126] = new Array('دانالو', '4486');
405
- cities[127] = new Array('رحمانلو', '4487');
406
- cities[128] = new Array('زاوشت', '4488');
407
- cities[129] = new Array('القو', '4489');
408
- cities[130] = new Array('روشت بزرگ', '4490');
409
- cities[131] = new Array('خوشه مهر', '4491');
410
- cities[132] = new Array('زوارق', '4492');
411
- cities[133] = new Array('خانه برق', '4493');
412
- cities[134] = new Array('لکلر', '4494');
413
- cities[135] = new Array('بایقوت', '4495');
414
- cities[136] = new Array('اروق', '4496');
415
- cities[137] = new Array('اقمنار', '4497');
416
- cities[138] = new Array('لیلان', '4498');
417
- cities[139] = new Array('طوراغائی', '4499');
418
- cities[140] = new Array('هشترود', '4500');
419
- cities[141] = new Array('اوشندل', '4501');
420
- cities[142] = new Array('علی آبادعلیا', '4502');
421
- cities[143] = new Array('ذوالبین', '4503');
422
- cities[144] = new Array('نظرکهریزی', '4504');
423
- cities[145] = new Array('آتش بیگ', '4505');
424
- cities[146] = new Array('سلوک', '4506');
425
- cities[147] = new Array('نصیرآبادسفلی', '4507');
426
- cities[148] = new Array('ارسگنای سفلی', '4508');
427
- cities[149] = new Array('سلطان آباد', '4509');
428
- cities[150] = new Array('قله حسین خان', '4510');
429
- cities[151] = new Array('ذاکر کندی', '4511');
430
- cities[152] = new Array('قوچ احمد', '4512');
431
- cities[153] = new Array('اغزیارت', '4513');
432
- cities[154] = new Array('تیکمه داش', '5576');
433
- break;
434
-
435
- //خوزستان
436
- case 'KHZ':
437
- case 'KZ':
438
- cities[1] = new Array('اهواز', '3374');
439
- cities[2] = new Array('آبادان', '3538');
440
- cities[3] = new Array('خرمشهر', '3539');
441
- cities[4] = new Array('اروندکنار', '3075');
442
- cities[5] = new Array('ملاثانی', '3076');
443
- cities[6] = new Array('ماهشهر', '3077');
444
- cities[7] = new Array('آغاجاری', '3078');
445
- cities[8] = new Array('رامهرمز', '3079');
446
- cities[9] = new Array('ایذه', '3080');
447
- cities[10] = new Array('شادگان', '3081');
448
- cities[11] = new Array('سوسنگرد ـ دشت آزادگان', '3082');
449
- cities[12] = new Array('شوشتر', '3083');
450
- cities[13] = new Array('دزفول', '3084');
451
- cities[14] = new Array('شوش', '3085');
452
- cities[15] = new Array('اندیمشک', '3086');
453
- cities[16] = new Array('مسجد سلیمان', '3087');
454
- cities[17] = new Array('شیبان', '5597');
455
- cities[18] = new Array('ویس', '5598');
456
- cities[19] = new Array('زهره', '5599');
457
- cities[20] = new Array('شرافت', '5600');
458
- cities[21] = new Array('سالند', '5601');
459
- cities[22] = new Array('فیاضی', '4614');
460
- cities[23] = new Array('تنگه یک', '4615');
461
- cities[24] = new Array('چویبده', '4616');
462
- cities[25] = new Array('نهر سلیم', '4617');
463
- cities[26] = new Array('فرخپیـسعدونی', '4618');
464
- cities[27] = new Array('ابطر', '4619');
465
- cities[28] = new Array('عیندو', '4620');
466
- cities[29] = new Array('حمیدیه', '4621');
467
- cities[30] = new Array('امالطیر', '4622');
468
- cities[31] = new Array('خزامی', '4623');
469
- cities[32] = new Array('قلعه چنعال', '4624');
470
- cities[33] = new Array('کریت برومی', '4625');
471
- cities[34] = new Array('نحیزانیه', '4626');
472
- cities[35] = new Array('چمکلگه', '4627');
473
- cities[36] = new Array('چمران ـ شهرک طالقانی', '4628');
474
- cities[37] = new Array('بندر امام خمینی', '4629');
475
- cities[38] = new Array('بندرامام خمینی', '4630');
476
- cities[39] = new Array('صالح شهر', '4631');
477
- cities[40] = new Array('اسیاب', '4632');
478
- cities[41] = new Array('هندیجان', '4633');
479
- cities[42] = new Array('بهبهان', '4634');
480
- cities[43] = new Array('گروه پدافندهوائی', '4635');
481
- cities[44] = new Array('ده ابراهیم', '4636');
482
- cities[45] = new Array('کردستان بزرگ', '4637');
483
- cities[46] = new Array('منصوریه', '4638');
484
- cities[47] = new Array('سردشت', '4639');
485
- cities[48] = new Array('امیدیه', '4640');
486
- cities[49] = new Array('میانکوه', '4641');
487
- cities[50] = new Array('رودزردماشین', '4642');
488
- cities[51] = new Array('کیم', '4643');
489
- cities[52] = new Array('نفت سفید', '4644');
490
- cities[53] = new Array('رمیله علیا', '4645');
491
- cities[54] = new Array('رامشیر', '4646');
492
- cities[55] = new Array('جایزان', '4647');
493
- cities[56] = new Array('دره تونمنمی', '4648');
494
- cities[57] = new Array('نورآباد', '4649');
495
- cities[58] = new Array('صیدون', '4650');
496
- cities[59] = new Array('باغ ملک', '4651');
497
- cities[60] = new Array('قلعه تل', '4652');
498
- cities[61] = new Array('چنارستان', '4653');
499
- cities[62] = new Array('پشت پیان', '4654');
500
- cities[63] = new Array('دهدز', '4655');
501
- cities[64] = new Array('عبودی', '4656');
502
- cities[65] = new Array('دارخوین', '4657');
503
- cities[66] = new Array('درویشی', '4658');
504
- cities[67] = new Array('بوزیسیف', '4659');
505
- cities[68] = new Array('مینوشهر', '4660');
506
- cities[69] = new Array('حفارشرقی', '4661');
507
- cities[70] = new Array('مقاومت', '4662');
508
- cities[71] = new Array('برویهیک', '4663');
509
- cities[72] = new Array('ابوحمیظه', '4664');
510
- cities[73] = new Array('هویزه', '4665');
511
- cities[74] = new Array('یزدنو', '4666');
512
- cities[75] = new Array('رفیع', '4667');
513
- cities[76] = new Array('بستان', '4668');
514
- cities[77] = new Array('سیدعباس', '4669');
515
- cities[78] = new Array('گوریه', '4670');
516
- cities[79] = new Array('جنتمکان', '4671');
517
- cities[80] = new Array('گتوند', '4672');
518
- cities[81] = new Array('پیردالو', '4673');
519
- cities[82] = new Array('شهرکنورمحمدی', '4674');
520
- cities[83] = new Array('گاومیش آباد', '4675');
521
- cities[84] = new Array('عربحسن', '4676');
522
- cities[85] = new Array('صفی آباد', '4677');
523
- cities[86] = new Array('شهرک امام خمینی', '4678');
524
- cities[87] = new Array('مهمانشهراصفهانی', '4679');
525
- cities[88] = new Array('بردگوری', '4680');
526
- cities[89] = new Array('نبات', '4681');
527
- cities[90] = new Array('چلون', '4682');
528
- cities[91] = new Array('شرکت کاغذسازی پار', '4683');
529
- cities[92] = new Array('مزرعه یک', '4684');
530
- cities[93] = new Array('خرج راضی احمد', '4685');
531
- cities[94] = new Array('الوانی', '4686');
532
- cities[95] = new Array('همله تیمور', '4687');
533
- cities[96] = new Array('شهرک بهرام', '4688');
534
- cities[97] = new Array('صالحمشطت', '4689');
535
- cities[98] = new Array('شهرک انصار', '4690');
536
- cities[99] = new Array('قلعه خواجو', '4691');
537
- cities[100] = new Array('حسینیه', '4692');
538
- cities[101] = new Array('کلگهدره2', '4693');
539
- cities[102] = new Array('تلهزنگ', '4694');
540
- cities[103] = new Array('چمکلگ', '4695');
541
- cities[104] = new Array('عنبر', '4696');
542
- cities[105] = new Array('لالی', '4697');
543
- cities[106] = new Array('دره بوری', '4698');
544
- cities[107] = new Array('هفتگل', '4699');
545
- cities[108] = new Array('کوشکک کوشک', '4700');
546
- cities[109] = new Array('قلعه خواجه ـ اندیکا', '4701');
547
- cities[110] = new Array('گلگیر', '4702');
548
- break;
549
-
550
- //فارس
551
- case 'FRS':
552
- case 'FA':
553
- cities[1] = new Array('بهمن', '5574');
554
- cities[2] = new Array('بندامیر', '4808');
555
- cities[3] = new Array('اکبرآباد', '4809');
556
- cities[4] = new Array('خیرآبادتوللی', '4810');
557
- cities[5] = new Array('داریان', '4811');
558
- cities[6] = new Array('کچل آباد', '4812');
559
- cities[7] = new Array('گشنکان', '4813');
560
- cities[8] = new Array('کمجان', '4814');
561
- cities[9] = new Array('شورجه', '4815');
562
- cities[10] = new Array('مهارلونو', '4816');
563
- cities[11] = new Array('کوهنجان', '4817');
564
- cities[12] = new Array('سلطان آباد', '4818');
565
- cities[13] = new Array('تفیهان', '4819');
566
- cities[14] = new Array('طسوج', '4820');
567
- cities[15] = new Array('اکبرآبادکوار', '4821');
568
- cities[16] = new Array('مظفری', '4822');
569
- cities[17] = new Array('کوشک بیدک', '4823');
570
- cities[18] = new Array('فتح آباد', '4824');
571
- cities[19] = new Array('دهشیب', '4825');
572
- cities[20] = new Array('چنارراهدار', '4826');
573
- cities[21] = new Array('موردراز', '4827');
574
- cities[22] = new Array('کوشک بیبیچه', '4828');
575
- cities[23] = new Array('کلاتون', '4829');
576
- cities[24] = new Array('کلانی', '4830');
577
- cities[25] = new Array('کمارج', '4831');
578
- cities[26] = new Array('مهبودی علیا', '4832');
579
- cities[27] = new Array('وراوی', '4833');
580
- cities[28] = new Array('حکیم باشی', '4834');
581
- cities[29] = new Array('کنارتخته', '4835');
582
- cities[30] = new Array('خشت', '4836');
583
- cities[31] = new Array('انارستان', '4837');
584
- cities[32] = new Array('نودان', '4838');
585
- cities[33] = new Array('مهرنجان', '4839');
586
- cities[34] = new Array('جره', '4840');
587
- cities[35] = new Array('بالاده', '4841');
588
- cities[36] = new Array('لپوئی', '4842');
589
- cities[37] = new Array('کام فیروز', '4843');
590
- cities[38] = new Array('خرامه', '4844');
591
- cities[39] = new Array('سروستان', '4845');
592
- cities[40] = new Array('کوار', '4846');
593
- cities[41] = new Array('کدسنج', '4847');
594
- cities[42] = new Array('ماهسرم علیا', '4848');
595
- cities[43] = new Array('گویم', '4849');
596
- cities[44] = new Array('کلاه سیاه', '4850');
597
- cities[45] = new Array('بابامیر', '4851');
598
- cities[46] = new Array('آهنگری', '4852');
599
- cities[47] = new Array('پیرین', '4853');
600
- cities[48] = new Array('حسین آبادرستم', '4854');
601
- cities[49] = new Array('مصیری ـ رستم', '4855');
602
- cities[50] = new Array('میشان', '4856');
603
- cities[51] = new Array('بهرغان', '4857');
604
- cities[52] = new Array('بیضا', '4858');
605
- cities[53] = new Array('دهپاگا', '4859');
606
- cities[54] = new Array('کمهر', '4860');
607
- cities[55] = new Array('راشک علیا', '4861');
608
- cities[56] = new Array('هرایجان', '4862');
609
- cities[57] = new Array('بانش', '4863');
610
- cities[58] = new Array('کوشک', '4864');
611
- cities[59] = new Array('خانیمن', '4865');
612
- cities[60] = new Array('سعادت شهر ـ پاسارگاد', '4866');
613
- cities[61] = new Array('قادرآباد', '4867');
614
- cities[62] = new Array('ارسنجان', '4868');
615
- cities[63] = new Array('سیدان', '4869');
616
- cities[64] = new Array('زنگی آباد', '4870');
617
- cities[65] = new Array('کوشکک', '4871');
618
- cities[66] = new Array('خنجشت', '4872');
619
- cities[67] = new Array('امامزاده اسماعیل', '4873');
620
- cities[68] = new Array('حسن آباد', '4874');
621
- cities[69] = new Array('آس پاس', '4875');
622
- cities[70] = new Array('سده', '4876');
623
- cities[71] = new Array('بازیچه', '4877');
624
- cities[72] = new Array('دژکرد', '4878');
625
- cities[73] = new Array('شهرمیان', '4879');
626
- cities[74] = new Array('صغاد', '4880');
627
- cities[75] = new Array('بوانات', '4881');
628
- cities[76] = new Array('صفاشهر ـ خرم بید', '4882');
629
- cities[77] = new Array('خرمی', '4883');
630
- cities[78] = new Array('علاءمرودشت', '4884');
631
- cities[79] = new Array('فیشور', '4885');
632
- cities[80] = new Array('کازرون', '3545');
633
- cities[81] = new Array('جهرم', '3546');
634
- cities[82] = new Array('اردکان ـ سپیدان', '3710');
635
- cities[83] = new Array('مرودشت', '3711');
636
- cities[84] = new Array('اقلید', '3712');
637
- cities[85] = new Array('آباده', '3713');
638
- cities[86] = new Array('لار ـ لارستان', '3714');
639
- cities[87] = new Array('گراش', '3715');
640
- cities[88] = new Array('استهبان', '3716');
641
- cities[89] = new Array('فسا', '3717');
642
- cities[90] = new Array('فیروزآباد', '3718');
643
- cities[91] = new Array('داراب', '3719');
644
- cities[92] = new Array('نی ریز', '3720');
645
- cities[93] = new Array('شیراز', '3384');
646
- cities[94] = new Array('بوانات(سوریان)', '3260');
647
- cities[95] = new Array('سورمق', '3261');
648
- cities[96] = new Array('ایزدخواست', '3262');
649
- cities[97] = new Array('حیدرآباد', '3263');
650
- cities[98] = new Array('ابدون', '3264');
651
- cities[99] = new Array('باب انار', '3265');
652
- cities[100] = new Array('بندبست', '3266');
653
- cities[101] = new Array('آبگرم مینا', '3267');
654
- cities[102] = new Array('اوز', '3268');
655
- cities[103] = new Array('لامرد', '3269');
656
- cities[104] = new Array('جویم', '3270');
657
- cities[105] = new Array('بنارویه', '3271');
658
- cities[106] = new Array('لطیفی', '3272');
659
- cities[107] = new Array('بیرم', '3273');
660
- cities[108] = new Array('اشکنان', '3274');
661
- cities[109] = new Array('کهنه', '3275');
662
- cities[110] = new Array('خنج', '3276');
663
- cities[111] = new Array('مهر', '3277');
664
- cities[112] = new Array('رونیز', '3278');
665
- cities[113] = new Array('بنوان', '3279');
666
- cities[114] = new Array('ایج', '3280');
667
- cities[115] = new Array('درب قلعه', '3281');
668
- cities[116] = new Array('قلعه دمتنگ', '3282');
669
- cities[117] = new Array('قطب آباد', '3283');
670
- cities[118] = new Array('دنیان', '3284');
671
- cities[119] = new Array('سروو', '3285');
672
- cities[120] = new Array('مانیان', '3286');
673
- cities[121] = new Array('بهجان', '3287');
674
- cities[122] = new Array('کوشک قاضی', '3288');
675
- cities[123] = new Array('خیرآباد جنگل', '3289');
676
- cities[124] = new Array('نوبندگان', '3290');
677
- cities[125] = new Array('ششده', '3291');
678
- cities[126] = new Array('قاسم آباد سفلی', '3292');
679
- cities[127] = new Array('زاهدشهر', '3293');
680
- cities[128] = new Array('میانده', '3294');
681
- cities[129] = new Array('صحرارود', '3295');
682
- cities[130] = new Array('بایگان', '3296');
683
- cities[131] = new Array('مبارک آباد', '3297');
684
- cities[132] = new Array('میمند', '3298');
685
- cities[133] = new Array('افزر', '3299');
686
- cities[134] = new Array('قیر', '3300');
687
- cities[135] = new Array('فراشبند', '3301');
688
- cities[136] = new Array('دهرم', '3302');
689
- cities[137] = new Array('چوگان', '3303');
690
- cities[138] = new Array('مادوان', '3304');
691
- cities[139] = new Array('ماهسالاری', '3305');
692
- cities[140] = new Array('رستاق', '3306');
693
- cities[141] = new Array('دوبران', '3307');
694
- cities[142] = new Array('حاجی آباد ـ زرین دشت', '3308');
695
- cities[143] = new Array('فدامی', '3309');
696
- cities[144] = new Array('چمن مروارید', '3310');
697
- cities[145] = new Array('جنت شهر(دهخیر)', '3311');
698
- cities[146] = new Array('لای حنا', '3312');
699
- cities[147] = new Array('آباده طشک', '3313');
700
- cities[148] = new Array('قطاربنه', '3314');
701
- cities[149] = new Array('دهکرگی', '3315');
702
- cities[150] = new Array('جعفرآباد', '3316');
703
- cities[151] = new Array('مشکان', '3317');
704
- cities[152] = new Array('قطرویه', '3318');
705
- cities[153] = new Array('هرگان', '3319');
706
- cities[154] = new Array('خاوران', '3320');
707
- cities[155] = new Array('خفر', '3321');
708
- cities[156] = new Array('قائمیه', '3123');
709
- cities[157] = new Array('زرقان', '3124');
710
- cities[158] = new Array('نورآباد ـ ممسنی', '3125');
711
- break;
712
-
713
- //اصفهان
714
- case 'ESF':
715
- case 'IS':
716
- cities[1] = new Array('نوش آباد', '5577');
717
- cities[2] = new Array('بهارستان', '5578');
718
- cities[3] = new Array('نصر آباد', '5579');
719
- cities[4] = new Array('سگزی', '5580');
720
- cities[5] = new Array('تودشک', '5581');
721
- cities[6] = new Array('بادرود', '5582');
722
- cities[7] = new Array('خالدآباد', '5583');
723
- cities[8] = new Array('کوشک', '5584');
724
- cities[9] = new Array('نیاسر', '5585');
725
- cities[10] = new Array('ابریشم', '5586');
726
- cities[11] = new Array('افوس', '5587');
727
- cities[12] = new Array('رهنان', '5575');
728
- cities[13] = new Array('خوراسگان', '5514');
729
- cities[14] = new Array('دستجاء', '5515');
730
- cities[15] = new Array('شهرک صنعتی مورچ', '5516');
731
- cities[16] = new Array('پاسگاه امام جعفر', '5517');
732
- cities[17] = new Array('پالایشگاه اصفهان', '5518');
733
- cities[18] = new Array('کلهرود', '5519');
734
- cities[19] = new Array('گرگاب', '5520');
735
- cities[20] = new Array('دستگردوبرخوار', '5521');
736
- cities[21] = new Array('گز', '5522');
737
- cities[22] = new Array('خورزوق', '5523');
738
- cities[23] = new Array('حبیب آباد', '5524');
739
- cities[24] = new Array('موته', '5525');
740
- cities[25] = new Array('وزوان', '5526');
741
- cities[26] = new Array('لای بید', '5527');
742
- cities[27] = new Array('رباط آقاکمال', '5528');
743
- cities[28] = new Array('خسروآباد', '5529');
744
- cities[29] = new Array('کمشچه', '5530');
745
- cities[30] = new Array('جندق', '5531');
746
- cities[31] = new Array('فرخی', '5532');
747
- cities[32] = new Array('مزیک', '5533');
748
- cities[33] = new Array('مهرجان', '5534');
749
- cities[34] = new Array('بیاضیه', '5535');
750
- cities[35] = new Array('چوپانان', '5536');
751
- cities[36] = new Array('بلان', '5537');
752
- cities[37] = new Array('محمدآباد', '5538');
753
- cities[38] = new Array('هرند', '5539');
754
- cities[39] = new Array('ورزنه', '5540');
755
- cities[40] = new Array('قهجاورستان', '5541');
756
- cities[41] = new Array('نیک آباد', '5542');
757
- cities[42] = new Array('اژیه', '5543');
758
- cities[43] = new Array('حسن اباد', '5544');
759
- cities[44] = new Array('کچومثقال', '5545');
760
- cities[45] = new Array('ظفرقند', '5546');
761
- cities[46] = new Array('نهوج', '5547');
762
- cities[47] = new Array('نیسیان', '5548');
763
- cities[48] = new Array('ومکان', '5549');
764
- cities[49] = new Array('همسار', '5550');
765
- cities[50] = new Array('فسخود', '5551');
766
- cities[51] = new Array('نوداز', '5552');
767
- cities[52] = new Array('اشکستان', '5553');
768
- cities[53] = new Array('کجان', '5554');
769
- cities[54] = new Array('نیستانک', '5555');
770
- cities[55] = new Array('انارک', '5556');
771
- cities[56] = new Array('بافران', '5557');
772
- cities[57] = new Array('تیرانچی', '5558');
773
- cities[58] = new Array('اصغرآباد', '5559');
774
- cities[59] = new Array('دستگردفداره', '5560');
775
- cities[60] = new Array('قرطمان', '5561');
776
- cities[61] = new Array('جعفرآباد', '5562');
777
- cities[62] = new Array('مهاباد', '5563');
778
- cities[63] = new Array('درقه', '5564');
779
- cities[64] = new Array('شهراب', '5565');
780
- cities[65] = new Array('تورزن', '5566');
781
- cities[66] = new Array('کریم آباد', '5567');
782
- cities[67] = new Array('تلک آباد', '5568');
783
- cities[68] = new Array('موغار', '5569');
784
- cities[69] = new Array('خوانسارک', '5570');
785
- cities[70] = new Array('پیربکران', '5571');
786
- cities[71] = new Array('کلیشادوسودرجان', '5572');
787
- cities[72] = new Array('جوچی', '5573');
788
- cities[73] = new Array('کرمگان', '5086');
789
- cities[74] = new Array('باغکومه', '5087');
790
- cities[75] = new Array('سهروفیروزان', '5088');
791
- cities[76] = new Array('لارگان', '5089');
792
- cities[77] = new Array('اشترجان', '5090');
793
- cities[78] = new Array('گارماسه', '5091');
794
- cities[79] = new Array('حسین آبادازران', '5092');
795
- cities[80] = new Array('شیردوان', '5093');
796
- cities[81] = new Array('جوجیل', '5094');
797
- cities[82] = new Array('ورنامخواست', '5095');
798
- cities[83] = new Array('سده لنجان', '5096');
799
- cities[84] = new Array('چرمهین', '5097');
800
- cities[85] = new Array('باغ بهارداران', '5098');
801
- cities[86] = new Array('نوگوران', '5099');
802
- cities[87] = new Array('چمگردان', '5100');
803
- cities[88] = new Array('کرجگان', '5101');
804
- cities[89] = new Array('دیزیچه', '5102');
805
- cities[90] = new Array('زیبا شهر', '5103');
806
- cities[91] = new Array('باغملک', '5104');
807
- cities[92] = new Array('دهسرخ', '5105');
808
- cities[93] = new Array('پلی اکریل', '5106');
809
- cities[94] = new Array('فولادمبارکه', '5107');
810
- cities[95] = new Array('کرکوند', '5108');
811
- cities[96] = new Array('زاینده رود', '5109');
812
- cities[97] = new Array('چمنور', '5110');
813
- cities[98] = new Array('کجرثیه', '5111');
814
- cities[99] = new Array('اشیان', '5112');
815
- cities[100] = new Array('طالخونچه', '5113');
816
- cities[101] = new Array('نکوآباد', '5114');
817
- cities[102] = new Array('رضوان شهر', '5115');
818
- cities[103] = new Array('ورپشت', '5116');
819
- cities[104] = new Array('عسگران', '5117');
820
- cities[105] = new Array('گندان', '5118');
821
- cities[106] = new Array('عزیزآباد', '5119');
822
- cities[107] = new Array('میرآباد', '5120');
823
- cities[108] = new Array('حاجی آباد', '5121');
824
- cities[109] = new Array('خیرآباد', '5122');
825
- cities[110] = new Array('اشن', '5123');
826
- cities[111] = new Array('خونداب', '5124');
827
- cities[112] = new Array('حسین آباد', '5125');
828
- cities[113] = new Array('غرغن', '5126');
829
- cities[114] = new Array('دامنه', '5127');
830
- cities[115] = new Array('بوئین ومیاندشت', '5128');
831
- cities[116] = new Array('زرنه', '5129');
832
- cities[117] = new Array('بلطاق', '5130');
833
- cities[118] = new Array('کرچ', '5131');
834
- cities[119] = new Array('قره بلطاق', '5132');
835
- cities[120] = new Array('مجتمع مسکونی سدزا', '5133');
836
- cities[121] = new Array('مشهد کاوه', '5134');
837
- cities[122] = new Array('اسکندری برآفتاب', '5135');
838
- cities[123] = new Array('رزوه', '5136');
839
- cities[124] = new Array('نهرخلج', '5137');
840
- cities[125] = new Array('چاه غلامرضارحیمی', '5138');
841
- cities[126] = new Array('اورگان', '5139');
842
- cities[127] = new Array('گلدشت', '5140');
843
- cities[128] = new Array('جوزدان', '5141');
844
- cities[129] = new Array('کهریزسنگ', '5142');
845
- cities[130] = new Array('نهضت آباد', '5143');
846
- cities[131] = new Array('قلعسرخ', '5144');
847
- cities[132] = new Array('اسلام ابادموگوئی', '5145');
848
- cities[133] = new Array('مصیر', '5146');
849
- cities[134] = new Array('برف انبار', '5147');
850
- cities[135] = new Array('قمشلو', '5148');
851
- cities[136] = new Array('قمبوان', '5149');
852
- cities[137] = new Array('مهیار', '5150');
853
- cities[138] = new Array('پیرزان', '5151');
854
- cities[139] = new Array('منوچهرآباد', '5152');
855
- cities[140] = new Array('شهرک شیمیائی رازی', '5153');
856
- cities[141] = new Array('همگین', '5154');
857
- cities[142] = new Array('موسی آباد', '5155');
858
- cities[143] = new Array('کهرویه', '5156');
859
- cities[144] = new Array('قصرچم', '5157');
860
- cities[145] = new Array('اسلام آباد', '5158');
861
- cities[146] = new Array('امین آباد', '5159');
862
- cities[147] = new Array('مقصودبیک', '5160');
863
- cities[148] = new Array('سولار', '5161');
864
- cities[149] = new Array('منظریه', '5162');
865
- cities[150] = new Array('گرموک', '5163');
866
- cities[151] = new Array('مزرعه بانه', '5164');
867
- cities[152] = new Array('هست', '5165');
868
- cities[153] = new Array('ونک', '5166');
869
- cities[154] = new Array('قبرکیفا', '5167');
870
- cities[155] = new Array('کهنگان', '5168');
871
- cities[156] = new Array('کمه', '5169');
872
- cities[157] = new Array('مورک', '5170');
873
- cities[158] = new Array('چهارراه', '5171');
874
- cities[159] = new Array('دهنساء سفلی', '5172');
875
- cities[160] = new Array('اغداش', '5173');
876
- cities[161] = new Array('چشمه رحمان', '5174');
877
- cities[162] = new Array('ورق', '5175');
878
- cities[163] = new Array('سعادت آباد', '5176');
879
- cities[164] = new Array('فتح آباد', '5177');
880
- cities[165] = new Array('سنسن', '5178');
881
- cities[166] = new Array('کامو', '5179');
882
- cities[167] = new Array('دهریز', '5180');
883
- cities[168] = new Array('رجق', '5181');
884
- cities[169] = new Array('ابشیرین', '5182');
885
- cities[170] = new Array('نشلج', '5183');
886
- cities[171] = new Array('مشکات', '5184');
887
- cities[172] = new Array('سفید شهر', '5185');
888
- cities[173] = new Array('مزرعه صدر', '5186');
889
- cities[174] = new Array('ابوزیدآباد', '5187');
890
- cities[175] = new Array('کاغذی', '5188');
891
- cities[176] = new Array('قهرود', '5189');
892
- cities[177] = new Array('جوشقان و کامو', '5190');
893
- cities[178] = new Array('برزک', '5191');
894
- cities[179] = new Array('اسحق آباد', '5192');
895
- cities[180] = new Array('وادقان', '5193');
896
- cities[181] = new Array('اذران', '5194');
897
- cities[182] = new Array('طرق', '5195');
898
- cities[183] = new Array('اریسمان', '5196');
899
- cities[184] = new Array('ابیانه', '5197');
900
- cities[185] = new Array('اوره', '5198');
901
- cities[186] = new Array('کامه', '5199');
902
- cities[187] = new Array('ملازجان', '5200');
903
- cities[188] = new Array('سعیدآباد', '5201');
904
- cities[189] = new Array('مرغ', '5202');
905
- cities[190] = new Array('قرغن', '5203');
906
- cities[191] = new Array('کوچری', '5204');
907
- cities[192] = new Array('کلوچان', '5205');
908
- cities[193] = new Array('گلشهر', '5206');
909
- cities[194] = new Array('وداغ', '5207');
910
- cities[195] = new Array('زرنجان', '5208');
911
- cities[196] = new Array('وانشان', '5209');
912
- cities[197] = new Array('تیکن', '5210');
913
- cities[198] = new Array('سنگ سفید', '5211');
914
- cities[199] = new Array('رحمت آباد', '5212');
915
- cities[200] = new Array('خمپیچ', '5213');
916
- cities[201] = new Array('مهرآباد', '5214');
917
- cities[202] = new Array('تیدجان', '5215');
918
- cities[203] = new Array('خشک رود', '5216');
919
- cities[204] = new Array('ویست', '5217');
920
- cities[205] = new Array('سپاهان شهر', '5218');
921
- cities[206] = new Array('شاهین شهر', '3552');
922
- cities[207] = new Array('خمینی شهر', '3553');
923
- cities[208] = new Array('نجف آباد', '3554');
924
- cities[209] = new Array('شهرضا', '3555');
925
- cities[210] = new Array('کاشان', '3556');
926
- cities[211] = new Array('مورچه خورت', '3761');
927
- cities[212] = new Array('دولت آباد', '3762');
928
- cities[213] = new Array('میمه', '3763');
929
- cities[214] = new Array('خور', '3764');
930
- cities[215] = new Array('کوهپایه', '3765');
931
- cities[216] = new Array('اردستان', '3766');
932
- cities[217] = new Array('نائین', '3767');
933
- cities[218] = new Array('درچه', '3768');
934
- cities[219] = new Array('زواره', '3769');
935
- cities[220] = new Array('فلاورجان', '3770');
936
- cities[221] = new Array('قهد ریجان', '3771');
937
- cities[222] = new Array('زرین شهر ـ لنجان', '3772');
938
- cities[223] = new Array('مبارکه', '3773');
939
- cities[224] = new Array('فولادشهر', '3774');
940
- cities[225] = new Array('تیران', '3775');
941
- cities[226] = new Array('دهق', '3776');
942
- cities[227] = new Array('علویچه', '3777');
943
- cities[228] = new Array('داران ـ فریدن', '3778');
944
- cities[229] = new Array('چادگان', '3779');
945
- cities[230] = new Array('ویلاشهر', '3780');
946
- cities[231] = new Array('فریدون شهر', '3781');
947
- cities[232] = new Array('اصفهان', '3386');
948
- cities[233] = new Array('شهرک مجلسی', '2983');
949
- cities[234] = new Array('دهاقان', '2984');
950
- cities[235] = new Array('اسفرجان', '2985');
951
- cities[236] = new Array('سمیرم', '2986');
952
- cities[237] = new Array('حنا', '2987');
953
- cities[238] = new Array('مهرگرد', '2988');
954
- cities[239] = new Array('جوشقان استرک', '2989');
955
- cities[240] = new Array('آران وبیدگل', '2990');
956
- cities[241] = new Array('قمصر', '2991');
957
- cities[242] = new Array('نطنز', '2992');
958
- cities[243] = new Array('گلپایگان', '2993');
959
- cities[244] = new Array('گوگد', '2994');
960
- cities[245] = new Array('خوانسار', '2995');
961
- break;
962
-
963
- //خراسان رضوی
964
- case 'RKH':
965
- case 'KV':
966
- cities[1] = new Array('گیفان بالا', '2832');
967
- cities[2] = new Array('دررود', '3013');
968
- cities[3] = new Array('طرقبه ـ بینالود', '3018');
969
- cities[4] = new Array('چناران', '3019');
970
- cities[5] = new Array('کلات', '3020');
971
- cities[6] = new Array('سرخس', '3021');
972
- cities[7] = new Array('فریمان', '3022');
973
- cities[8] = new Array('مشهد', '3387');
974
- cities[9] = new Array('قزاقی', '2893');
975
- cities[10] = new Array('بام', '2894');
976
- cities[11] = new Array('راهچمن', '2881');
977
- cities[12] = new Array('انداده', '2882');
978
- cities[13] = new Array('نقاب ـ جوین', '2883');
979
- cities[14] = new Array('حکم اباد', '2884');
980
- cities[15] = new Array('برغمد', '2885');
981
- cities[16] = new Array('بلاش اباد', '2886');
982
- cities[17] = new Array('نوده انقلاب', '2887');
983
- cities[18] = new Array('رباط جز', '2888');
984
- cities[19] = new Array('شامکان', '2889');
985
- cities[20] = new Array('تندک', '2890');
986
- cities[21] = new Array('شقان', '3024');
987
- cities[22] = new Array('قوچان', '3025');
988
- cities[23] = new Array('درگز', '3026');
989
- cities[24] = new Array('فیض آباد ـ مه ولات', '3027');
990
- cities[25] = new Array('رشتخوار', '3028');
991
- cities[26] = new Array('کدکن', '3029');
992
- cities[27] = new Array('خواف', '3030');
993
- cities[28] = new Array('تربت جام', '3031');
994
- cities[29] = new Array('صالح آباد', '3032');
995
- cities[30] = new Array('تایباد', '3033');
996
- cities[31] = new Array('داورزن', '3034');
997
- cities[32] = new Array('جغتای', '3035');
998
- cities[33] = new Array('ششتمد', '3036');
999
- cities[34] = new Array('کاشمر', '3037');
1000
- cities[35] = new Array('بردسکن', '3038');
1001
- cities[36] = new Array('گناباد', '3039');
1002
- cities[37] = new Array('خرم ده غربی', '2825');
1003
- cities[38] = new Array('امیرآباد', '2827');
1004
- cities[39] = new Array('گریوان', '2828');
1005
- cities[40] = new Array('بدرانلو', '2829');
1006
- cities[41] = new Array('اینچه علیا', '2816');
1007
- cities[42] = new Array('امند', '2817');
1008
- cities[43] = new Array('کهنه جلگه', '2818');
1009
- cities[44] = new Array('یکه سعودعلیا', '2819');
1010
- cities[45] = new Array('راستقان', '2820');
1011
- cities[46] = new Array('غلامان', '2821');
1012
- cities[47] = new Array('اصغرآباد', '2822');
1013
- cities[48] = new Array('چمنبید', '2823');
1014
- cities[49] = new Array('قاسمخان', '2896');
1015
- cities[50] = new Array('رزق اباد', '2897');
1016
- cities[51] = new Array('سارمران', '2898');
1017
- cities[52] = new Array('روئین', '2899');
1018
- cities[53] = new Array('اوندر', '2900');
1019
- cities[54] = new Array('ریوش(کوهسرخ)', '2901');
1020
- cities[55] = new Array('دهنو', '2902');
1021
- cities[56] = new Array('فدافند', '2903');
1022
- cities[57] = new Array('خلیل آباد', '2904');
1023
- cities[58] = new Array('کندر', '2905');
1024
- cities[59] = new Array('بند قرائ', '2906');
1025
- cities[60] = new Array('کاسف', '2907');
1026
- cities[61] = new Array('کبودان', '2908');
1027
- cities[62] = new Array('شفیع اباد', '2909');
1028
- cities[63] = new Array('رکناباد', '2910');
1029
- cities[64] = new Array('شهرآباد', '2911');
1030
- cities[65] = new Array('انابد', '2912');
1031
- cities[66] = new Array('میرآباد مازول', '2774');
1032
- cities[67] = new Array('فرخک', '2775');
1033
- cities[68] = new Array('خرو', '2776');
1034
- cities[69] = new Array('قدمگاه', '2777');
1035
- cities[70] = new Array('اسحاق آباد', '2778');
1036
- cities[71] = new Array('خوجان', '2779');
1037
- cities[72] = new Array('عشق آباد', '2780');
1038
- cities[73] = new Array('اوارشک', '2781');
1039
- cities[74] = new Array('ملک آباد', '2782');
1040
- cities[75] = new Array('گورده', '2783');
1041
- cities[76] = new Array('شاندیز', '2784');
1042
- cities[77] = new Array('طوس سفلی', '2785');
1043
- cities[78] = new Array('قرقی سفلی', '2786');
1044
- cities[79] = new Array('کنویست', '2787');
1045
- cities[80] = new Array('رادکان', '2788');
1046
- cities[81] = new Array('سیدآباد', '2789');
1047
- cities[82] = new Array('گلبهار', '2790');
1048
- cities[83] = new Array('سلوگرد', '2791');
1049
- cities[84] = new Array('ارداک', '2792');
1050
- cities[85] = new Array('بقمچ', '2793');
1051
- cities[86] = new Array('گلمکان', '2794');
1052
- cities[87] = new Array('شهرک رضوی', '2795');
1053
- cities[88] = new Array('میامی', '2796');
1054
- cities[89] = new Array('چاهک', '2797');
1055
- cities[90] = new Array('شهر زو', '2798');
1056
- cities[91] = new Array('گوش', '2799');
1057
- cities[92] = new Array('نریمانی سفلی', '2800');
1058
- cities[93] = new Array('تقی آباد', '2801');
1059
- cities[94] = new Array('کچولی', '2802');
1060
- cities[95] = new Array('شیرتپه', '2803');
1061
- cities[96] = new Array('پس کمر', '2804');
1062
- cities[97] = new Array('مزداوند', '2805');
1063
- cities[98] = new Array('بزنگان', '2806');
1064
- cities[99] = new Array('گنبدلی', '2807');
1065
- cities[100] = new Array('کندکلی', '2808');
1066
- cities[101] = new Array('کته شمشیرسفلی', '2809');
1067
- cities[102] = new Array('سنگبست', '2810');
1068
- cities[103] = new Array('سفید سنگ', '2811');
1069
- cities[104] = new Array('قلندرآباد', '2812');
1070
- cities[105] = new Array('فرهادگرد', '2813');
1071
- cities[106] = new Array('زرکک', '2814');
1072
- cities[107] = new Array('کهنه اوغاز', '2835');
1073
- cities[108] = new Array('دوین', '2836');
1074
- cities[109] = new Array('گلیان', '2837');
1075
- cities[110] = new Array('زاورم', '2838');
1076
- cities[111] = new Array('زیارت', '2839');
1077
- cities[112] = new Array('رباط', '2840');
1078
- cities[113] = new Array('شهرکهنه', '2841');
1079
- cities[114] = new Array('قریه شرف', '2842');
1080
- cities[115] = new Array('نشتیفان', '2843');
1081
- cities[116] = new Array('سنگان', '2844');
1082
- cities[117] = new Array('مزن آباد', '2845');
1083
- cities[118] = new Array('قاسم آباد', '2846');
1084
- cities[119] = new Array('چمن آباد', '2847');
1085
- cities[120] = new Array('حسن آباد', '2848');
1086
- cities[121] = new Array('سلامی', '2849');
1087
- cities[122] = new Array('چشمه گل', '2850');
1088
- cities[123] = new Array('سمیع آباد', '2851');
1089
- cities[124] = new Array('نیل شهر', '2852');
1090
- cities[125] = new Array('احمدآباد صولت', '2853');
1091
- cities[126] = new Array('نصرآباد', '2854');
1092
- cities[127] = new Array('ابدال آباد', '2855');
1093
- cities[128] = new Array('کاریزنو', '2856');
1094
- cities[129] = new Array('درزاب علیا', '2857');
1095
- cities[130] = new Array('محموداباد', '2858');
1096
- cities[131] = new Array('یاقوتین جدید', '2859');
1097
- cities[132] = new Array('جنت اباد', '2860');
1098
- cities[133] = new Array('موسی اباد', '2861');
1099
- cities[134] = new Array('نبی تاک', '2862');
1100
- cities[135] = new Array('ازاده', '2863');
1101
- cities[136] = new Array('کاریز', '2864');
1102
- cities[137] = new Array('درفارون', '2865');
1103
- cities[138] = new Array('کرات', '2866');
1104
- cities[139] = new Array('مشهدریزه', '2867');
1105
- cities[140] = new Array('باخرز', '2868');
1106
- cities[141] = new Array('قلعه نو', '2869');
1107
- cities[142] = new Array('کوهسفید', '2870');
1108
- cities[143] = new Array('مهر', '2871');
1109
- cities[144] = new Array('رباط سرپوش', '2872');
1110
- cities[145] = new Array('مشکان', '2873');
1111
- cities[146] = new Array('نامن', '2874');
1112
- cities[147] = new Array('رودآب', '2875');
1113
- cities[148] = new Array('بنفج', '2876');
1114
- cities[149] = new Array('مزینان', '2877');
1115
- cities[150] = new Array('دستوران', '2878');
1116
- cities[151] = new Array('ازادوار', '2879');
1117
- cities[152] = new Array('نیشابور', '3559');
1118
- cities[153] = new Array('تربت حیدریه', '3561');
1119
- cities[154] = new Array('سبزوار', '3562');
1120
- cities[155] = new Array('چرمه', '5395');
1121
- cities[156] = new Array('ارسک', '5396');
1122
- cities[157] = new Array('رقه', '5397');
1123
- cities[158] = new Array('کرند', '5398');
1124
- cities[159] = new Array('اصفاک', '5399');
1125
- cities[160] = new Array('نیگان', '5400');
1126
- cities[161] = new Array('خانکوک', '5401');
1127
- cities[162] = new Array('شاهرخت', '5390');
1128
- cities[163] = new Array('دهک', '5384');
1129
- cities[164] = new Array('میغان', '5385');
1130
- cities[165] = new Array('طبین بالا', '5386');
1131
- cities[166] = new Array('بیهود', '5387');
1132
- cities[167] = new Array('افریر', '5388');
1133
- cities[168] = new Array('گزیک', '5377');
1134
- cities[169] = new Array('شاخن', '5378');
1135
- cities[170] = new Array('گازار', '5379');
1136
- cities[171] = new Array('چاهداشی', '5380');
1137
- cities[172] = new Array('چهار فرسخ', '5381');
1138
- cities[173] = new Array('توتسک', '5382');
1139
- cities[174] = new Array('چهکند', '5368');
1140
- cities[175] = new Array('القور', '5369');
1141
- cities[176] = new Array('درح', '5370');
1142
- cities[177] = new Array('القار', '5371');
1143
- cities[178] = new Array('طبس سینا', '5372');
1144
- cities[179] = new Array('برون', '5392');
1145
- cities[180] = new Array('مصعبی', '5393');
1146
- cities[181] = new Array('سلطان آباد', '5594');
1147
- cities[182] = new Array('رضویه', '5595');
1148
- cities[183] = new Array('همت آباد', '5596');
1149
- cities[184] = new Array('دیهوک', '5403');
1150
- cities[185] = new Array('کریت', '5404');
1151
- cities[186] = new Array('اسفندیار', '5405');
1152
- cities[187] = new Array('جوخواه', '5406');
1153
- cities[188] = new Array('پیرحاجات', '5407');
1154
- cities[189] = new Array('گزو', '5408');
1155
- cities[190] = new Array('سربیت', '5409');
1156
- cities[191] = new Array('مرزداران', '5410');
1157
- cities[192] = new Array('فیروزه ـ تخت جلگه', '5411');
1158
- cities[193] = new Array('شوراب', '5312');
1159
- cities[194] = new Array('گلبوی سفلی', '5313');
1160
- cities[195] = new Array('مبارکه', '5314');
1161
- cities[196] = new Array('چکنه', '5315');
1162
- cities[197] = new Array('برزنون', '5316');
1163
- cities[198] = new Array('فدیشه', '5317');
1164
- cities[199] = new Array('بار', '5318');
1165
- cities[200] = new Array('یلاک', '5319');
1166
- cities[201] = new Array('دیزادیز', '5320');
1167
- cities[202] = new Array('جعفرآبادعلیا', '5321');
1168
- cities[203] = new Array('شفیع', '5322');
1169
- cities[204] = new Array('دوغایی', '5323');
1170
- cities[205] = new Array('تیکانلو', '5325');
1171
- cities[206] = new Array('جوزان', '5326');
1172
- cities[207] = new Array('امام قلی', '5327');
1173
- cities[208] = new Array('باجگیران', '5328');
1174
- cities[209] = new Array('مایوان', '5329');
1175
- cities[210] = new Array('چریرسالت', '5330');
1176
- cities[211] = new Array('خرق', '5331');
1177
- cities[212] = new Array('حسن آبادلائن نو', '5332');
1178
- cities[213] = new Array('لطف آباد', '5333');
1179
- cities[214] = new Array('کبکان', '5334');
1180
- cities[215] = new Array('چاپشلو', '5335');
1181
- cities[216] = new Array('نوخندان', '5336');
1182
- cities[217] = new Array('زیندانلو', '5337');
1183
- cities[218] = new Array('محمدتقی', '5338');
1184
- cities[219] = new Array('سیوکی', '5339');
1185
- cities[220] = new Array('مهنه', '5340');
1186
- cities[221] = new Array('عبدل آباد', '5341');
1187
- cities[222] = new Array('شادمهر', '5342');
1188
- cities[223] = new Array('بایک', '5344');
1189
- cities[224] = new Array('چخماق', '5345');
1190
- cities[225] = new Array('قلعه آقاحسن', '5346');
1191
- cities[226] = new Array('زرغری', '5347');
1192
- cities[227] = new Array('جنگل', '5348');
1193
- cities[228] = new Array('باسفر', '5349');
1194
- cities[229] = new Array('دولت آباد ـ زاوه', '5350');
1195
- cities[230] = new Array('یک لنگی علیا', '5351');
1196
- cities[231] = new Array('کامه سفلی', '5352');
1197
- cities[232] = new Array('رودخانه', '5353');
1198
- cities[233] = new Array('رباط سنگ', '5354');
1199
- cities[234] = new Array('اسدآباد', '5355');
1200
- cities[235] = new Array('نسر', '5356');
1201
- cities[236] = new Array('درونه', '5357');
1202
- cities[237] = new Array('یونسی', '5358');
1203
- cities[238] = new Array('بیدخت', '5359');
1204
- cities[239] = new Array('گیسوبالا', '5360');
1205
- cities[240] = new Array('کاخک', '5361');
1206
- cities[241] = new Array('زیبد', '5362');
1207
- cities[242] = new Array('بجستان', '5363');
1208
- cities[243] = new Array('جزین', '5364');
1209
- cities[244] = new Array('ماژان', '5365');
1210
- cities[245] = new Array('روبیات', '5366');
1211
- break;
1212
-
1213
- //قزوین
1214
- case 'GZN':
1215
- case 'QZ':
1216
- cities[1] = new Array('قزوین', '3512');
1217
- cities[2] = new Array('شهر صنعتی البرز', '3595');
1218
- cities[3] = new Array('اقبالیه', '3596');
1219
- cities[4] = new Array('الوند ـ البرز', '3597');
1220
- cities[5] = new Array('آبیک', '3598');
1221
- cities[6] = new Array('بوئین زهرا', '3599');
1222
- cities[7] = new Array('َآوج', '3600');
1223
- cities[8] = new Array('طالقان', '3601');
1224
- cities[9] = new Array('تاکستان', '3602');
1225
- cities[10] = new Array('محمدیه', '3603');
1226
- cities[11] = new Array('محمود آباد نمونه', '3876');
1227
- cities[12] = new Array('بیدستان', '3877');
1228
- cities[13] = new Array('الولک', '3878');
1229
- cities[14] = new Array('کاکوهستان', '3879');
1230
- cities[15] = new Array('فلار', '3880');
1231
- cities[16] = new Array('رجائی دشت', '3881');
1232
- cities[17] = new Array('معلم کلایه', '3882');
1233
- cities[18] = new Array('مینودشت', '3883');
1234
- cities[19] = new Array('زوارک', '3884');
1235
- cities[20] = new Array('صمغ آباد', '3885');
1236
- cities[21] = new Array('ناصرآباد', '3886');
1237
- cities[22] = new Array('رشتقون', '3887');
1238
- cities[23] = new Array('قشلاق', '3888');
1239
- cities[24] = new Array('خاکعلی', '3889');
1240
- cities[25] = new Array('لیا', '3890');
1241
- cities[26] = new Array('سگزآباد', '3891');
1242
- cities[27] = new Array('عصمت آباد', '3892');
1243
- cities[28] = new Array('خرم آباد', '3893');
1244
- cities[29] = new Array('اسفرورین', '3894');
1245
- cities[30] = new Array('شال', '3895');
1246
- cities[31] = new Array('دانسفهان', '3896');
1247
- cities[32] = new Array('قلعه هاشمخان', '3897');
1248
- cities[33] = new Array('گلنجین', '3898');
1249
- cities[34] = new Array('استلج', '3899');
1250
- cities[35] = new Array('آبگرم', '3900');
1251
- cities[36] = new Array('نیارج', '3901');
1252
- cities[37] = new Array('حصارولیعصر', '3902');
1253
- cities[38] = new Array('ماهین', '3903');
1254
- cities[39] = new Array('سیردان', '3904');
1255
- cities[40] = new Array('کبح', '3905');
1256
- cities[41] = new Array('سیاهپوش', '3906');
1257
- cities[42] = new Array('نیارک', '3907');
1258
- cities[43] = new Array('آقابابا', '3908');
1259
- cities[44] = new Array('خرم دشت', '3909');
1260
- cities[45] = new Array('نهاوند', '3910');
1261
- cities[46] = new Array('ضیاآباد', '3911');
1262
- cities[47] = new Array('حسین آباد', '3912');
1263
- cities[48] = new Array('رحیم آباد', '3913');
1264
- cities[49] = new Array('یحیی آباد', '3914');
1265
- cities[50] = new Array('نیکویه', '3915');
1266
- cities[51] = new Array('رازمیان', '3916');
1267
- cities[52] = new Array('کوهین', '3917');
1268
- cities[53] = new Array('ارداق', '5602');
1269
- cities[54] = new Array('نرجه', '5603');
1270
- break;
1271
-
1272
- //سمنان
1273
- case 'SM':
1274
- case 'SMN':
1275
- cities[1] = new Array('خیرآباد', '3918');
1276
- cities[2] = new Array('میاندره', '3919');
1277
- cities[3] = new Array('رضاآباد', '3920');
1278
- cities[4] = new Array('زرطول', '3921');
1279
- cities[5] = new Array('عطاری', '3922');
1280
- cities[6] = new Array('اهوان', '3923');
1281
- cities[7] = new Array('مشیریه', '3924');
1282
- cities[8] = new Array('جام', '3925');
1283
- cities[9] = new Array('دوزهیر', '3926');
1284
- cities[10] = new Array('معدن نمک', '3927');
1285
- cities[11] = new Array('نظامی', '3928');
1286
- cities[12] = new Array('اسدآباد', '3929');
1287
- cities[13] = new Array('لاسجرد', '3930');
1288
- cities[14] = new Array('سیدآباد', '3931');
1289
- cities[15] = new Array('عبداله آبادپائین', '3932');
1290
- cities[16] = new Array('بیابانک', '3933');
1291
- cities[17] = new Array('مومن آباد', '3934');
1292
- cities[18] = new Array('درجزین', '3935');
1293
- cities[19] = new Array('دربند', '3936');
1294
- cities[20] = new Array('گلرودبار', '3937');
1295
- cities[21] = new Array('آبگرم', '3938');
1296
- cities[22] = new Array('افتر', '3939');
1297
- cities[23] = new Array('فولاد محله', '3940');
1298
- cities[24] = new Array('ده صوفیان', '3941');
1299
- cities[25] = new Array('هیکو', '3942');
1300
- cities[26] = new Array('چاشم', '3943');
1301
- cities[27] = new Array('کردوان', '3944');
1302
- cities[28] = new Array('مندولک', '3945');
1303
- cities[29] = new Array('داورآباد', '3946');
1304
- cities[30] = new Array('ارادان', '3947');
1305
- cities[31] = new Array('رامه پائین', '3948');
1306
- cities[32] = new Array('بنکوه', '3949');
1307
- cities[33] = new Array('کهن آباد', '3950');
1308
- cities[34] = new Array('چمن آبادکوروس', '3951');
1309
- cities[35] = new Array('کرک', '3952');
1310
- cities[36] = new Array('گلستانک', '3953');
1311
- cities[37] = new Array('لجران', '3954');
1312
- cities[38] = new Array('جودانه', '3955');
1313
- cities[39] = new Array('ابراهیم آباد بالا', '3956');
1314
- cities[40] = new Array('بکران', '3957');
1315
- cities[41] = new Array('کردآباد', '3958');
1316
- cities[42] = new Array('نردین', '3959');
1317
- cities[43] = new Array('سوداغلن', '3960');
1318
- cities[44] = new Array('فرومه', '3961');
1319
- cities[45] = new Array('ابرسیج', '3962');
1320
- cities[46] = new Array('میغان', '3963');
1321
- cities[47] = new Array('قلعه نوخرقان', '3964');
1322
- cities[48] = new Array('چهل دختر نظامی', '3965');
1323
- cities[49] = new Array('کلاته خیج', '3966');
1324
- cities[50] = new Array('نگارمن', '3967');
1325
- cities[51] = new Array('ده ملا', '3968');
1326
- cities[52] = new Array('رویان', '3969');
1327
- cities[53] = new Array('بوشت', '3970');
1328
- cities[54] = new Array('سطوه', '3971');
1329
- cities[55] = new Array('طرود', '3972');
1330
- cities[56] = new Array('مغان', '3973');
1331
- cities[57] = new Array('گیور', '3974');
1332
- cities[58] = new Array('دستجرد', '3975');
1333
- cities[59] = new Array('مسیح آباد', '3976');
1334
- cities[60] = new Array('احمدآباد', '3977');
1335
- cities[61] = new Array('زمان آباد', '3978');
1336
- cities[62] = new Array('سلم رود', '3979');
1337
- cities[63] = new Array('جزن', '3980');
1338
- cities[64] = new Array('برم', '3981');
1339
- cities[65] = new Array('محمدآباد', '3982');
1340
- cities[66] = new Array('معصوم آباد', '3983');
1341
- cities[67] = new Array('فرات', '3984');
1342
- cities[68] = new Array('علیان', '3985');
1343
- cities[69] = new Array('عمروان', '3986');
1344
- cities[70] = new Array('قوشه', '3987');
1345
- cities[71] = new Array('دروار', '3988');
1346
- cities[72] = new Array('آستانه', '3989');
1347
- cities[73] = new Array('دیباج', '3990');
1348
- cities[74] = new Array('طزره', '3991');
1349
- cities[75] = new Array('مهماندوست', '3992');
1350
- cities[76] = new Array('کلاته ملا', '3993');
1351
- cities[77] = new Array('قدرت آباد', '3994');
1352
- cities[78] = new Array('علا', '3604');
1353
- cities[79] = new Array('آبخوری', '3605');
1354
- cities[80] = new Array('سرخه', '3606');
1355
- cities[81] = new Array('مهدی شهر', '3607');
1356
- cities[82] = new Array('شهمیرزاد', '3608');
1357
- cities[83] = new Array('گرمسار', '3609');
1358
- cities[84] = new Array('ایوانکی', '3610');
1359
- cities[85] = new Array('میامی', '3611');
1360
- cities[86] = new Array('بسطام', '3612');
1361
- cities[87] = new Array('مجن', '3613');
1362
- cities[88] = new Array('بیارجمند', '3614');
1363
- cities[89] = new Array('دامغان', '3615');
1364
- cities[90] = new Array('امیریه', '3616');
1365
- cities[91] = new Array('سمنان', '3513');
1366
- cities[92] = new Array('شاهرود', '3514');
1367
- break;
1368
-
1369
- //قم
1370
- case 'QHM':
1371
- case 'QM':
1372
- cities[1] = new Array('قنوات', '3617');
1373
- cities[2] = new Array('دستجرد', '3618');
1374
- cities[3] = new Array('امیر آباد گنجه', '3995');
1375
- cities[4] = new Array('قمرود', '3996');
1376
- cities[5] = new Array('کهک', '3997');
1377
- cities[6] = new Array('قلعه چم', '3998');
1378
- cities[7] = new Array('قاهان', '3999');
1379
- cities[8] = new Array('شهر جعفریه', '4000');
1380
- cities[9] = new Array('جنداب', '4001');
1381
- cities[10] = new Array('سلفچگان', '4002');
1382
- cities[11] = new Array('قم', '3515');
1383
- break;
1384
-
1385
- //مرکزی
1386
- case 'MK':
1387
- case 'MKZ':
1388
- cities[1] = new Array('محلات', '3621');
1389
- cities[2] = new Array('دلیجان', '3622');
1390
- cities[3] = new Array('خنداب', '3623');
1391
- cities[4] = new Array('کمیجان', '3624');
1392
- cities[5] = new Array('شازند', '3625');
1393
- cities[6] = new Array('آستانه', '3626');
1394
- cities[7] = new Array('خمین', '3627');
1395
- cities[8] = new Array('رباط مراد', '3628');
1396
- cities[9] = new Array('غرق آباد', '3629');
1397
- cities[10] = new Array('مامونیه ـ زرندیه', '3630');
1398
- cities[11] = new Array('تفرش', '3631');
1399
- cities[12] = new Array('آشتیان', '3632');
1400
- cities[13] = new Array('سلطان آباد', '4016');
1401
- cities[14] = new Array('اصفهانک', '4017');
1402
- cities[15] = new Array('حسین آباد', '4018');
1403
- cities[16] = new Array('خشک رود', '4019');
1404
- cities[17] = new Array('حکیم آباد', '4020');
1405
- cities[18] = new Array('یحیی آباد', '4021');
1406
- cities[19] = new Array('صدرآباد', '4022');
1407
- cities[20] = new Array('قطب صنعتی', '4023');
1408
- cities[21] = new Array('نیمور', '4024');
1409
- cities[22] = new Array('نخجیروان', '4025');
1410
- cities[23] = new Array('باقرآباد', '4026');
1411
- cities[24] = new Array('بزیجان', '4027');
1412
- cities[25] = new Array('عیسی آباد', '4028');
1413
- cities[26] = new Array('خورهه', '4029');
1414
- cities[27] = new Array('دودهک', '4030');
1415
- cities[28] = new Array('بیجگان', '4031');
1416
- cities[29] = new Array('خاوه', '4032');
1417
- cities[30] = new Array('نراق', '4033');
1418
- cities[31] = new Array('سینقان', '4034');
1419
- cities[32] = new Array('هستیجان', '4035');
1420
- cities[33] = new Array('کرهرود', '4036');
1421
- cities[34] = new Array('قنات ناصری', '4037');
1422
- cities[35] = new Array('ساروق', '4038');
1423
- cities[36] = new Array('داودآباد', '4039');
1424
- cities[37] = new Array('معصومیه', '4040');
1425
- cities[38] = new Array('انجدان', '4041');
1426
- cities[39] = new Array('دینه کبود', '4042');
1427
- cities[40] = new Array('حصارخنداب', '4043');
1428
- cities[41] = new Array('چیزان', '4044');
1429
- cities[42] = new Array('جاروسیان', '4045');
1430
- cities[43] = new Array('ادشته', '4046');
1431
- cities[44] = new Array('استوه', '4047');
1432
- cities[45] = new Array('سنجان', '4048');
1433
- cities[46] = new Array('اناج', '4049');
1434
- cities[47] = new Array('وفس', '4050');
1435
- cities[48] = new Array('خسروبیک', '4051');
1436
- cities[49] = new Array('میلاجرد', '4052');
1437
- cities[50] = new Array('سقاور', '4053');
1438
- cities[51] = new Array('هزاوه', '4054');
1439
- cities[52] = new Array('قدمگاه', '4055');
1440
- cities[53] = new Array('هفته', '4056');
1441
- cities[54] = new Array('لنجرود', '4057');
1442
- cities[55] = new Array('توره', '4058');
1443
- cities[56] = new Array('کزاز', '4059');
1444
- cities[57] = new Array('کتیران بالا', '4060');
1445
- cities[58] = new Array('نهرمیان', '4061');
1446
- cities[59] = new Array('سرسختی بالا', '4062');
1447
- cities[60] = new Array('لوزدرعلیا', '4063');
1448
- cities[61] = new Array('خنادرهوسطی', '4064');
1449
- cities[62] = new Array('هندودر', '4065');
1450
- cities[63] = new Array('تواندشت علیا', '4066');
1451
- cities[64] = new Array('مالمیر', '4067');
1452
- cities[65] = new Array('چهارچریک', '4068');
1453
- cities[66] = new Array('خیس آباد', '4069');
1454
- cities[67] = new Array('چهارچشمه', '4070');
1455
- cities[68] = new Array('لکان', '4071');
1456
- cities[69] = new Array('قورچی باشی', '4072');
1457
- cities[70] = new Array('ورچه', '4073');
1458
- cities[71] = new Array('فرقهان', '4074');
1459
- cities[72] = new Array('امامزاده ورچه', '4075');
1460
- cities[73] = new Array('رباط کمنسان', '4076');
1461
- cities[74] = new Array('ریحان علیا', '4077');
1462
- cities[75] = new Array('مزنق', '4078');
1463
- cities[76] = new Array('خورآوند', '4079');
1464
- cities[77] = new Array('شیجان علیا', '4080');
1465
- cities[78] = new Array('گلدشت', '4081');
1466
- cities[79] = new Array('دهنو', '4082');
1467
- cities[80] = new Array('نوبران', '4083');
1468
- cities[81] = new Array('قلعک', '4084');
1469
- cities[82] = new Array('یلاباد', '4085');
1470
- cities[83] = new Array('رازقان', '4086');
1471
- cities[84] = new Array('الویر', '4087');
1472
- cities[85] = new Array('دوزج', '4088');
1473
- cities[86] = new Array('علیشار', '4089');
1474
- cities[87] = new Array('بالقلو', '4090');
1475
- cities[88] = new Array('زاویه', '4091');
1476
- cities[89] = new Array('چمران', '4092');
1477
- cities[90] = new Array('ماقان', '4093');
1478
- cities[91] = new Array('سامان', '4094');
1479
- cities[92] = new Array('دخان', '4095');
1480
- cities[93] = new Array('مراغه', '4096');
1481
- cities[94] = new Array('فرمهین', '4097');
1482
- cities[95] = new Array('شهراب', '4098');
1483
- cities[96] = new Array('زاغر', '4099');
1484
- cities[97] = new Array('کهک', '4100');
1485
- cities[98] = new Array('فشک', '4101');
1486
- cities[99] = new Array('آهنگران', '4102');
1487
- cities[100] = new Array('علیان آباد', '4103');
1488
- cities[101] = new Array('مزرعهنو', '4104');
1489
- cities[102] = new Array('صالح آباد', '4105');
1490
- cities[103] = new Array('سیاوشان', '4106');
1491
- cities[104] = new Array('آهو', '4107');
1492
- cities[105] = new Array('پرندک', '4108');
1493
- cities[106] = new Array('اراک', '3516');
1494
- cities[107] = new Array('ساوه', '3517');
1495
- cities[108] = new Array('شهرک مهاجران', '3635');
1496
- break;
1497
-
1498
- //زنجان
1499
- case 'ZJN':
1500
- case 'ZA':
1501
- cities[1] = new Array('زنجان', '3521');
1502
- cities[2] = new Array('محمودآباد', '3196');
1503
- cities[3] = new Array('باشقشلاق', '3197');
1504
- cities[4] = new Array('گرماب', '3198');
1505
- cities[5] = new Array('زرین آباد ـ ایجرود', '3199');
1506
- cities[6] = new Array('کهلا', '3200');
1507
- cities[7] = new Array('گیلوان', '3201');
1508
- cities[8] = new Array('دستجرده', '3202');
1509
- cities[9] = new Array('سعیدآباد', '3203');
1510
- cities[10] = new Array('چورزق', '3204');
1511
- cities[11] = new Array('حلب', '3205');
1512
- cities[12] = new Array('درام', '3206');
1513
- cities[13] = new Array(' آب بر ـ طارم', '3207');
1514
- cities[14] = new Array('زرین رود', '3208');
1515
- cities[15] = new Array('ماهنشان', '3650');
1516
- cities[16] = new Array('سلطانیه', '3651');
1517
- cities[17] = new Array('ابهر', '3652');
1518
- cities[18] = new Array('خرمدره', '3653');
1519
- cities[19] = new Array('قیدار', '3654');
1520
- cities[20] = new Array('همایون', '4222');
1521
- cities[21] = new Array('بوغداکندی', '4223');
1522
- cities[22] = new Array('اژدهاتو', '4224');
1523
- cities[23] = new Array('اسفجین', '4225');
1524
- cities[24] = new Array('ارمغان خانه', '4226');
1525
- cities[25] = new Array('قبله بلاغی', '4227');
1526
- cities[26] = new Array('پری', '4228');
1527
- cities[27] = new Array('اندآباد علیا', '4229');
1528
- cities[28] = new Array('قرهگل', '4230');
1529
- cities[29] = new Array('نیک پی', '4231');
1530
- cities[30] = new Array('دندی', '4232');
1531
- cities[31] = new Array('سونتو', '4233');
1532
- cities[32] = new Array('قلتوق', '4234');
1533
- cities[33] = new Array('گوزلدره سفلی', '4235');
1534
- cities[34] = new Array('سنبل آباد', '4236');
1535
- cities[35] = new Array('دره سجین', '4237');
1536
- cities[36] = new Array('دولت آباد', '4238');
1537
- cities[37] = new Array('کینهورس', '4239');
1538
- cities[38] = new Array('هیدج', '4240');
1539
- cities[39] = new Array('صائین قلعه', '4241');
1540
- cities[40] = new Array('اقبلاغ سفلی', '4242');
1541
- cities[41] = new Array('سهرورد', '4243');
1542
- cities[42] = new Array('کرسف', '4244');
1543
- cities[43] = new Array('سجاس', '4245');
1544
- break;
1545
-
1546
- // مازندران
1547
- case 'MZN':
1548
- case 'MN':
1549
- cities[1] = new Array('شیرنگ علیا', '4340');
1550
- cities[2] = new Array('مارون کلاته', '4341');
1551
- cities[3] = new Array('مزرعه کتول', '4342');
1552
- cities[4] = new Array('حاجی کلاته', '4343');
1553
- cities[5] = new Array('بدراقنوری', '4344');
1554
- cities[6] = new Array('خولیندره', '4345');
1555
- cities[7] = new Array('گامیشلی', '4331');
1556
- cities[8] = new Array('قرنجیک', '4332');
1557
- cities[9] = new Array('قلعه محمود', '4333');
1558
- cities[10] = new Array('کفشگری', '4334');
1559
- cities[11] = new Array('بالاجاده', '4317');
1560
- cities[12] = new Array('میاندره', '4320');
1561
- cities[13] = new Array('ایلوار', '4321');
1562
- cities[14] = new Array('زلکلان', '4322');
1563
- cities[15] = new Array('یساقی', '4323');
1564
- cities[16] = new Array('بندپی', '4324');
1565
- cities[17] = new Array('مهتر کلا', '4325');
1566
- cities[18] = new Array('داوکان', '4326');
1567
- cities[19] = new Array('قره قاشلی', '4327');
1568
- cities[20] = new Array('پنج پیکر', '4328');
1569
- cities[21] = new Array('خواجه نفس', '4329');
1570
- cities[22] = new Array('گلوگاه ـ بابل', '5608');
1571
- cities[23] = new Array('ایزدشهر', '5609');
1572
- cities[24] = new Array('تقی آباد', '4336');
1573
- cities[25] = new Array('پیرواش', '4337');
1574
- cities[26] = new Array('جعفرآبادنامتلو', '4348');
1575
- cities[27] = new Array('شش آب', '4349');
1576
- cities[28] = new Array('کوچک خرطومه', '4350');
1577
- cities[29] = new Array('ایمرملاساری', '4351');
1578
- cities[30] = new Array('بیبی شیروان', '4352');
1579
- cities[31] = new Array('تنگراه', '4367');
1580
- cities[32] = new Array('صالح آباد چولی', '4368');
1581
- cities[33] = new Array('کیارام', '4369');
1582
- cities[34] = new Array('دوزین', '4370');
1583
- cities[35] = new Array('قلعه قافه', '4371');
1584
- cities[36] = new Array('کنگور', '4372');
1585
- cities[37] = new Array('بالایشیخکین گلین', '4373');
1586
- cities[38] = new Array('پیشکمر', '4374');
1587
- cities[39] = new Array('بیشک تپه', '4375');
1588
- cities[40] = new Array('مراوه تپه', '4376');
1589
- cities[41] = new Array('قرهگل شرقی', '4377');
1590
- cities[42] = new Array('عزیز آباد', '4378');
1591
- cities[43] = new Array('یانبلاغ', '4379');
1592
- cities[44] = new Array('زرگر محله', '4380');
1593
- cities[45] = new Array('مرزی کلا', '4381');
1594
- cities[46] = new Array('رودپی', '4382');
1595
- cities[47] = new Array('معدن قشلاقی', '4354');
1596
- cities[48] = new Array('فارسیان', '4355');
1597
- cities[49] = new Array('خوش ییلاق', '4356');
1598
- cities[50] = new Array('تاتارعلیا', '4357');
1599
- cities[51] = new Array('پشمک نیاده', '4358');
1600
- cities[52] = new Array('باغلی مارامه', '4359');
1601
- cities[53] = new Array('داشلی برون', '4360');
1602
- cities[54] = new Array('دیگچه', '4361');
1603
- cities[55] = new Array('حاجیقوشان', '4362');
1604
- cities[56] = new Array('سارجهگر', '4363');
1605
- cities[57] = new Array('کرند', '4364');
1606
- cities[58] = new Array('آمل', '3522');
1607
- cities[59] = new Array('بابل', '3523');
1608
- cities[60] = new Array('ساری', '3524');
1609
- cities[61] = new Array('معلم کلاء', '3209');
1610
- cities[62] = new Array('سرخرود', '3210');
1611
- cities[63] = new Array('وسطی کلاء', '3211');
1612
- cities[64] = new Array('رینه', '3212');
1613
- cities[65] = new Array('سوا', '3213');
1614
- cities[66] = new Array('بایجان', '3214');
1615
- cities[67] = new Array('گزنک', '3215');
1616
- cities[68] = new Array('چمستان', '3216');
1617
- cities[69] = new Array('بنفشه ده', '3217');
1618
- cities[70] = new Array('رئیس کلالاویج', '3218');
1619
- cities[71] = new Array('اوزه', '3219');
1620
- cities[72] = new Array('بلده', '3220');
1621
- cities[73] = new Array('تاکر', '3221');
1622
- cities[74] = new Array('گلنده رود', '3222');
1623
- cities[75] = new Array('چلندر', '3223');
1624
- cities[76] = new Array('صلاح الدین کلاء', '3224');
1625
- cities[77] = new Array('نارنجبن', '3225');
1626
- cities[78] = new Array('رویانشهر', '3226');
1627
- cities[79] = new Array('کجور', '3227');
1628
- cities[80] = new Array('پولکجور', '3228');
1629
- cities[81] = new Array('لشکنار', '3229');
1630
- cities[82] = new Array('هچیرود', '3230');
1631
- cities[83] = new Array('مرزن آباد', '3231');
1632
- cities[84] = new Array('کردیچال', '3232');
1633
- cities[85] = new Array('کلاردشت', '3233');
1634
- cities[86] = new Array('کلنو', '3234');
1635
- cities[87] = new Array('دلیر', '3235');
1636
- cities[88] = new Array('سیاه پیشه', '3236');
1637
- cities[89] = new Array('کلارآباد', '3237');
1638
- cities[90] = new Array('عباس آباد', '3238');
1639
- cities[91] = new Array('سرلنگا', '3239');
1640
- cities[92] = new Array('کترا', '3240');
1641
- cities[93] = new Array('گلعلی آباد', '3241');
1642
- cities[94] = new Array('میانکوه دوهزار', '3242');
1643
- cities[95] = new Array('مهران سه هزار', '3243');
1644
- cities[96] = new Array('نشتارود', '3244');
1645
- cities[97] = new Array('قلعه گردن', '3245');
1646
- cities[98] = new Array('خرم آباد', '3246');
1647
- cities[99] = new Array('شیرود', '3247');
1648
- cities[100] = new Array('سلیمان آباد', '3248');
1649
- cities[101] = new Array('کشکو', '3249');
1650
- cities[102] = new Array('لاکتراشان', '3250');
1651
- cities[103] = new Array('سادات محله', '3251');
1652
- cities[104] = new Array('کتالم', '3252');
1653
- cities[105] = new Array('اغوزکتی', '3253');
1654
- cities[106] = new Array('جواهرده', '3254');
1655
- cities[107] = new Array('جفت رودبار', '3255');
1656
- cities[108] = new Array('تهل', '3256');
1657
- cities[109] = new Array('خوشرودپی', '3257');
1658
- cities[110] = new Array('آهنگرکلا', '3258');
1659
- cities[111] = new Array('گاون کلا', '3259');
1660
- cities[112] = new Array('وقبله', '4246');
1661
- cities[113] = new Array('شورکش', '4247');
1662
- cities[114] = new Array('اینچهدان', '4248');
1663
- cities[115] = new Array('عرب خیل', '4249');
1664
- cities[116] = new Array('بهنمیر', '4250');
1665
- cities[117] = new Array('کاسگرمحله', '4251');
1666
- cities[118] = new Array('کله بست', '4252');
1667
- cities[119] = new Array('بیشه سر', '4253');
1668
- cities[120] = new Array('گنج افروز', '4254');
1669
- cities[121] = new Array('گتاب', '4255');
1670
- cities[122] = new Array('دابودشت', '4256');
1671
- cities[123] = new Array('درازکش', '4257');
1672
- cities[124] = new Array('گردرودبار', '4258');
1673
- cities[125] = new Array('شهیدآباد', '4259');
1674
- cities[126] = new Array('احمد چاله پس', '4260');
1675
- cities[127] = new Array('بالا جنید', '4261');
1676
- cities[128] = new Array('خطیر کلاء', '4262');
1677
- cities[129] = new Array('حاجی کلاء صنم', '4263');
1678
- cities[130] = new Array('واسکس', '4264');
1679
- cities[131] = new Array('قادیکلاء', '4265');
1680
- cities[132] = new Array('دیکنده', '4266');
1681
- cities[133] = new Array('کفشگرکلااوطه', '4267');
1682
- cities[134] = new Array('کیا کلا', '4268');
1683
- cities[135] = new Array('بالادسته', '4269');
1684
- cities[136] = new Array('بیزکی', '4270');
1685
- cities[137] = new Array('کوهی خیل', '4271');
1686
- cities[138] = new Array('سنگتاب', '4272');
1687
- cities[139] = new Array('رکابدارکلا', '4273');
1688
- cities[140] = new Array('شیر کلا', '4274');
1689
- cities[141] = new Array('آلاشت', '4275');
1690
- cities[142] = new Array('لغور', '4276');
1691
- cities[143] = new Array('اتو', '4277');
1692
- cities[144] = new Array('شیرگاه', '4278');
1693
- cities[145] = new Array('پالند', '4279');
1694
- cities[146] = new Array('چرات', '4280');
1695
- cities[147] = new Array('دهمیان', '4281');
1696
- cities[148] = new Array('خشکدره', '4282');
1697
- cities[149] = new Array('امافت', '4283');
1698
- cities[150] = new Array('دو آب', '4284');
1699
- cities[151] = new Array('ورسک', '4285');
1700
- cities[152] = new Array('کتی لته', '4286');
1701
- cities[153] = new Array('اروست', '4287');
1702
- cities[154] = new Array('فریم', '4288');
1703
- cities[155] = new Array('سنگده', '4289');
1704
- cities[156] = new Array('قادیکلا', '4290');
1705
- cities[157] = new Array('تاکام', '4291');
1706
- cities[158] = new Array('هولار', '4292');
1707
- cities[159] = new Array('اسبوکلا', '4293');
1708
- cities[160] = new Array('سورک', '4294');
1709
- cities[161] = new Array('اسلام آباد', '4295');
1710
- cities[162] = new Array('گهرباران', '4296');
1711
- cities[163] = new Array('فرخ آباد', '4297');
1712
- cities[164] = new Array('داراب کلاء', '4298');
1713
- cities[165] = new Array('ماچک پشت', '4299');
1714
- cities[166] = new Array('خورشید', '4300');
1715
- cities[167] = new Array('زاغمرز', '4301');
1716
- cities[168] = new Array('چلمردی', '4302');
1717
- cities[169] = new Array('رستم کلا', '4303');
1718
- cities[170] = new Array('پائین زرندین', '4304');
1719
- cities[171] = new Array('بارابسر', '4305');
1720
- cities[172] = new Array('تیر تاش', '4306');
1721
- cities[173] = new Array('خلیل شهر', '4307');
1722
- cities[174] = new Array('حسین آباد', '4308');
1723
- cities[175] = new Array('دامداری حسن ابوطا', '4309');
1724
- cities[176] = new Array('بشیرینه', '4310');
1725
- cities[177] = new Array('سفیدچاه', '4311');
1726
- cities[178] = new Array('دامداری مجریان', '4312');
1727
- cities[179] = new Array('محمودآباد', '3655');
1728
- cities[180] = new Array('نور', '3656');
1729
- cities[181] = new Array('نوشهر', '3657');
1730
- cities[182] = new Array('چالوس', '3658');
1731
- cities[183] = new Array('سلمانشهر', '3659');
1732
- cities[184] = new Array('تنکابن', '3660');
1733
- cities[185] = new Array('رامسر', '3661');
1734
- cities[186] = new Array('امیرکلا', '3662');
1735
- cities[187] = new Array('بابلسر', '3663');
1736
- cities[188] = new Array('فریدون کنار', '3664');
1737
- cities[189] = new Array('قائم شهر', '3665');
1738
- cities[190] = new Array('جویبار', '3666');
1739
- cities[191] = new Array('زیرآب', '3667');
1740
- cities[192] = new Array('پل سفید ـ سوادکوه', '3668');
1741
- cities[193] = new Array('کیاسر', '3669');
1742
- cities[194] = new Array('نکاء', '3670');
1743
- cities[195] = new Array('بهشهر', '3671');
1744
- cities[196] = new Array('گلوگاه', '3672');
1745
- break;
1746
-
1747
- //گلستان
1748
- case 'GLS':
1749
- case 'GO':
1750
- cities[1] = new Array('گرگان', '3525');
1751
- cities[2] = new Array('بندر گز', '3673');
1752
- cities[3] = new Array('کردکوی', '3674');
1753
- cities[4] = new Array('بندرترکمن', '3675');
1754
- cities[5] = new Array('آق قلا', '3676');
1755
- cities[6] = new Array('علی آباد', '3677');
1756
- cities[7] = new Array('آزادشهر', '3678');
1757
- cities[8] = new Array('گنبدکاوس', '3679');
1758
- cities[9] = new Array('مینودشت', '3680');
1759
- cities[10] = new Array('کلاله', '3681');
1760
- cities[11] = new Array('خان ببین', '4346');
1761
- cities[12] = new Array('دلند', '4347');
1762
- cities[13] = new Array('سرخن کلاته', '4335');
1763
- cities[14] = new Array('نوده خاندوز', '4353');
1764
- cities[15] = new Array('گالیکش', '4365');
1765
- cities[16] = new Array('جلین', '4366');
1766
- cities[17] = new Array('نگین شهر', '4318');
1767
- cities[18] = new Array('سیمین شهر', '4319');
1768
- cities[19] = new Array('نوکنده', '4313');
1769
- cities[20] = new Array('اینچه برون', '4314');
1770
- cities[21] = new Array('مراوه تپه', '4315');
1771
- cities[22] = new Array('رامیان', '4316');
1772
- cities[23] = new Array('گمیش تپه', '4330');
1773
- cities[24] = new Array('انبار آلوم', '4338');
1774
- cities[25] = new Array('فاضل آباد', '4339');
1775
- break;
1776
-
1777
- //اردبیل
1778
- case 'ADL':
1779
- case 'AR':
1780
- cities[1] = new Array('اردبیل', '3532');
1781
- cities[2] = new Array('نمین', '3700');
1782
- cities[3] = new Array('نیر', '3701');
1783
- cities[4] = new Array('گرمی', '3702');
1784
- cities[5] = new Array('مشکین شهر', '3703');
1785
- cities[6] = new Array('بیله سوار', '3704');
1786
- cities[7] = new Array('خلخال', '3705');
1787
- cities[8] = new Array('پارس آباد', '3706');
1788
- cities[9] = new Array('ابی بیگلو', '4514');
1789
- cities[10] = new Array('نانهکران', '4515');
1790
- cities[11] = new Array('عنبران', '4516');
1791
- cities[12] = new Array('گرده', '4517');
1792
- cities[13] = new Array('ثمرین', '4518');
1793
- cities[14] = new Array('اردی موسی', '4519');
1794
- cities[15] = new Array('سرعین', '4520');
1795
- cities[16] = new Array('کوارئیم', '4521');
1796
- cities[17] = new Array('اسلام آباد', '4522');
1797
- cities[18] = new Array('مهماندوست', '4523');
1798
- cities[19] = new Array('هیر', '4524');
1799
- cities[20] = new Array('بقرآباد', '4525');
1800
- cities[21] = new Array('بودالالو', '4526');
1801
- cities[22] = new Array('ارالوی بزرگ', '4527');
1802
- cities[23] = new Array('دیزج', '4528');
1803
- cities[24] = new Array('حمزه خانلو', '4529');
1804
- cities[25] = new Array('زهرا', '4530');
1805
- cities[26] = new Array('انی علیا', '4531');
1806
- cities[27] = new Array('قاسمکندی', '4532');
1807
- cities[28] = new Array('تازه کند انگوت', '4533');
1808
- cities[29] = new Array('قره اغاج پائین', '4534');
1809
- cities[30] = new Array('پریخان', '4535');
1810
- cities[31] = new Array('قصابه', '4536');
1811
- cities[32] = new Array('فخرآباد', '4537');
1812
- cities[33] = new Array('رضی', '4538');
1813
- cities[34] = new Array('قوشه سفلی', '4539');
1814
- cities[35] = new Array('مرادلو', '4540');
1815
- cities[36] = new Array('گنجوبه', '4541');
1816
- cities[37] = new Array('گوگ تپه', '4542');
1817
- cities[38] = new Array('انجیر لو', '4543');
1818
- cities[39] = new Array('جعفرآباد', '4544');
1819
- cities[40] = new Array('آغداش کلام', '4545');
1820
- cities[41] = new Array('خورخور سفلی', '4546');
1821
- cities[42] = new Array('شورگل', '4547');
1822
- cities[43] = new Array('نظرعلی بلاغی', '4548');
1823
- cities[44] = new Array('لنبر', '4549');
1824
- cities[45] = new Array('فیروزآباد', '4550');
1825
- cities[46] = new Array('گیوی ـ کوثر', '4551');
1826
- cities[47] = new Array('خلف لو', '4552');
1827
- cities[48] = new Array('هشتجین', '4553');
1828
- cities[49] = new Array('برندق', '4554');
1829
- cities[50] = new Array('کلور', '4555');
1830
- cities[51] = new Array('تازه کندقدیم', '4556');
1831
- cities[52] = new Array('گوشلو', '4557');
1832
- cities[53] = new Array('اققباق سفلی', '4558');
1833
- cities[54] = new Array('شهرک شهید غفاری', '4559');
1834
- cities[55] = new Array('اصلاندوز', '4560');
1835
- cities[56] = new Array('بلانعلیا', '4561');
1836
- cities[57] = new Array('لاهرود', '4562');
1837
- break;
1838
-
1839
- //آذربایجان غربی
1840
- case 'WAZ':
1841
- case 'AW':
1842
- cities[1] = new Array('باراندوز', '4563');
1843
- cities[2] = new Array('دیزج دول', '4564');
1844
- cities[3] = new Array('ابگرم', '4565');
1845
- cities[4] = new Array('سرنق', '4566');
1846
- cities[5] = new Array('چهریق علیا', '4567');
1847
- cities[6] = new Array('داراب', '4568');
1848
- cities[7] = new Array('دلزی', '4569');
1849
- cities[8] = new Array('اغ برزه', '4570');
1850
- cities[9] = new Array('سنجی', '4571');
1851
- cities[10] = new Array('کیک آباد', '4572');
1852
- cities[11] = new Array('خاتون باغ', '4573');
1853
- cities[12] = new Array('حاجی حسن', '4574');
1854
- cities[13] = new Array('سوگلی تپه', '4575');
1855
- cities[14] = new Array('کلیجه', '4576');
1856
- cities[15] = new Array('حاجیکند', '4577');
1857
- cities[16] = new Array('باغچه', '4578');
1858
- cities[17] = new Array('خورخوره', '4579');
1859
- cities[18] = new Array('کاولان علیا', '4580');
1860
- cities[19] = new Array('سیاقول علیا', '4581');
1861
- cities[20] = new Array('اگریقاش', '4582');
1862
- cities[21] = new Array('اوزوندره علیا', '4583');
1863
- cities[22] = new Array('یکشوه', '4584');
1864
- cities[23] = new Array('جوانمرد', '4585');
1865
- cities[24] = new Array('اغتطر', '4586');
1866
- cities[25] = new Array('سیمینه', '4587');
1867
- cities[26] = new Array('رحیمخان', '4588');
1868
- cities[27] = new Array('گلتپه قورمیش', '4589');
1869
- cities[28] = new Array('سلماش', '4590');
1870
- cities[29] = new Array('اسلام آباد', '4591');
1871
- cities[30] = new Array('بیوران سفلی', '4592');
1872
- cities[31] = new Array('زمزیران', '4593');
1873
- cities[32] = new Array('ربط', '4594');
1874
- cities[33] = new Array('کشاورز (اقبال)', '4595');
1875
- cities[34] = new Array('ملا شهاب الدین', '4596');
1876
- cities[35] = new Array('للکلو', '4597');
1877
- cities[36] = new Array('بکتاش', '4598');
1878
- cities[37] = new Array('چهاربرج قدیم', '4599');
1879
- cities[38] = new Array('گوگ تپه خالصه', '4600');
1880
- cities[39] = new Array('تک آغاج', '4601');
1881
- cities[40] = new Array('هاچاسو', '4602');
1882
- cities[41] = new Array('هولاسو', '4603');
1883
- cities[42] = new Array('قوزلوی افشار', '4604');
1884
- cities[43] = new Array('محمودآباد', '4605');
1885
- cities[44] = new Array('الیچین', '4606');
1886
- cities[45] = new Array('حیدرباغی', '4607');
1887
- cities[46] = new Array('حمزه قاسم', '4608');
1888
- cities[47] = new Array('اوغولبیگ', '4609');
1889
- cities[48] = new Array('دورباش', '4610');
1890
- cities[49] = new Array('اقابیگ', '4611');
1891
- cities[50] = new Array('احمدآبادسفلی', '4612');
1892
- cities[51] = new Array('باروق', '4613');
1893
- cities[52] = new Array('سیلوانا', '3707');
1894
- cities[53] = new Array('قوشچی', '3708');
1895
- cities[54] = new Array('نقده', '3709');
1896
- cities[55] = new Array('ارومیه', '3533');
1897
- cities[56] = new Array('سیلوه', '3534');
1898
- cities[57] = new Array('خوی', '3535');
1899
- cities[58] = new Array('مهاباد', '3536');
1900
- cities[59] = new Array('اشنویه', '3057');
1901
- cities[60] = new Array('پیرانشهر', '3058');
1902
- cities[61] = new Array('جلدیان', '3059');
1903
- cities[62] = new Array('ایواوغلی', '3060');
1904
- cities[63] = new Array('دیزجدیز', '3061');
1905
- cities[64] = new Array('فیرورق', '3062');
1906
- cities[65] = new Array('قره ضیاء الدین ـ چایپاره', '3063');
1907
- cities[66] = new Array('ماکو', '3064');
1908
- cities[67] = new Array('سیه چشمه ـ چالدران', '3065');
1909
- cities[68] = new Array('سلماس', '3066');
1910
- cities[69] = new Array('تازه شهر', '3067');
1911
- cities[70] = new Array('گوگ تپه', '3068');
1912
- cities[71] = new Array('کتیکه', '3069');
1913
- cities[72] = new Array('بوکان', '3070');
1914
- cities[73] = new Array('سردشت', '3071');
1915
- cities[74] = new Array('میاندوآب', '3072');
1916
- cities[75] = new Array('شاهین دژ', '3073');
1917
- cities[76] = new Array('تکاب', '3074');
1918
- cities[77] = new Array('میاوق', '2913');
1919
- cities[78] = new Array('ایبلو', '2914');
1920
- cities[79] = new Array('دستجرد', '2915');
1921
- cities[80] = new Array('نوشین شهر', '2916');
1922
- cities[81] = new Array('طلا تپه', '2917');
1923
- cities[82] = new Array('راژان', '2918');
1924
- cities[83] = new Array('هاشم آباد', '2919');
1925
- cities[84] = new Array('دیزج', '2920');
1926
- cities[85] = new Array('زیوه', '2921');
1927
- cities[86] = new Array('توئی', '2922');
1928
- cities[87] = new Array('موانا', '2923');
1929
- cities[88] = new Array('قره باغ', '2924');
1930
- cities[89] = new Array('بهله', '2925');
1931
- cities[90] = new Array('امامکندی', '2926');
1932
- cities[91] = new Array('نازلو', '2927');
1933
- cities[92] = new Array('سرو', '2928');
1934
- cities[93] = new Array('کانسپی', '2929');
1935
- cities[94] = new Array('ممکان', '2930');
1936
- cities[95] = new Array('میرآباد', '2931');
1937
- cities[96] = new Array('حسنلو', '2932');
1938
- cities[97] = new Array('کهریز عجم', '2933');
1939
- cities[98] = new Array('محمد یار', '2934');
1940
- cities[99] = new Array('شیخ احمد', '2935');
1941
- cities[100] = new Array('بیگی مقلعه', '2936');
1942
- cities[101] = new Array('راهدانه', '2937');
1943
- cities[102] = new Array('شاهوانه', '2938');
1944
- cities[103] = new Array('نالوس', '2939');
1945
- cities[104] = new Array('ده شمس بزرگ', '2940');
1946
- cities[105] = new Array('گلاز', '2941');
1947
- cities[106] = new Array('لولکان', '2942');
1948
- cities[107] = new Array('سیاوان', '2943');
1949
- cities[108] = new Array('کلهکین', '2944');
1950
- cities[109] = new Array('شین آباد', '2945');
1951
- cities[110] = new Array('چیانه', '2946');
1952
- cities[111] = new Array('بیکوس', '2947');
1953
- cities[112] = new Array('هنگاباد', '2948');
1954
- cities[113] = new Array('گردکشانه', '2949');
1955
- cities[114] = new Array('پسوه', '2950');
1956
- cities[115] = new Array('ریگ آباد', '2951');
1957
- cities[116] = new Array('احمد غریب', '2952');
1958
- cities[117] = new Array('سیهباز', '2953');
1959
- cities[118] = new Array('بیله وار', '2954');
1960
- cities[119] = new Array('ولدیان', '2955');
1961
- cities[120] = new Array('قوروق', '2956');
1962
- cities[121] = new Array('هندوان', '2957');
1963
- cities[122] = new Array('بدلان', '2958');
1964
- cities[123] = new Array('بلسورسفلی', '2959');
1965
- cities[124] = new Array('زورآباد', '2960');
1966
- cities[125] = new Array('استران', '2961');
1967
- cities[126] = new Array('قطور', '2962');
1968
- cities[127] = new Array('شیرین بلاغی', '2963');
1969
- cities[128] = new Array('مراکان', '2964');
1970
- cities[129] = new Array('چورس', '2965');
1971
- cities[130] = new Array('قورول علیا', '2966');
1972
- cities[131] = new Array('بسطام', '2967');
1973
- cities[132] = new Array('قرهتپه', '2968');
1974
- cities[133] = new Array('ریحانلوی علیا', '2969');
1975
- cities[134] = new Array('زاویه سفلی', '2970');
1976
- cities[135] = new Array('آواجیق (کلیسا کندی)', '2971');
1977
- cities[136] = new Array('بازرگان', '2972');
1978
- cities[137] = new Array('قمقشلاق علیا', '2973');
1979
- cities[138] = new Array('یولاگلدی', '2974');
1980
- cities[139] = new Array('قرنقو', '2975');
1981
- cities[140] = new Array('شوط', '2976');
1982
- cities[141] = new Array('پلدشت', '2977');
1983
- cities[142] = new Array('نازک علیا', '2978');
1984
- cities[143] = new Array('حسنکندی', '2979');
1985
- cities[144] = new Array('وردان', '2980');
1986
- cities[145] = new Array('قرهقشلاق', '2981');
1987
- cities[146] = new Array('تمر', '2982');
1988
- break;
1989
-
1990
- //همدان
1991
- case 'HDN':
1992
- case 'HD':
1993
- cities[1] = new Array('همدان', '3540');
1994
- cities[2] = new Array('بهار', '3088');
1995
- cities[3] = new Array('اسدآباد', '3089');
1996
- cities[4] = new Array('کبودرآهنگ', '3090');
1997
- cities[5] = new Array('فامنین', '3091');
1998
- cities[6] = new Array('ملایر', '3092');
1999
- cities[7] = new Array('تویسرکان', '3093');
2000
- cities[8] = new Array('نهاوند', '3094');
2001
- cities[9] = new Array('حسین آباد', '3126');
2002
- cities[10] = new Array('گنبد', '3127');
2003
- cities[11] = new Array('جورقان', '3128');
2004
- cities[12] = new Array('پادگان قهرمان', '3129');
2005
- cities[13] = new Array('همهکسی', '2705');
2006
- cities[14] = new Array('صالح آباد', '2706');
2007
- cities[15] = new Array('پرلوک', '2707');
2008
- cities[16] = new Array('عاشوری', '2708');
2009
- cities[17] = new Array('مهاجران', '2709');
2010
- cities[18] = new Array('ویرایی', '2710');
2011
- cities[19] = new Array('مریانج', '2711');
2012
- cities[20] = new Array('جنت آباد', '2712');
2013
- cities[21] = new Array('موسی آباد', '2713');
2014
- cities[22] = new Array('چنارسفلی', '2714');
2015
- cities[23] = new Array('چنارعلیا', '2715');
2016
- cities[24] = new Array('اجین', '2716');
2017
- cities[25] = new Array('طویلان سفلا', '2717');
2018
- cities[26] = new Array('کوریجان', '2718');
2019
- cities[27] = new Array('کوهین', '2719');
2020
- cities[28] = new Array('قهوردسفلی', '2720');
2021
- cities[29] = new Array('اکنلو', '2721');
2022
- cities[30] = new Array('شیرین سو', '2722');
2023
- cities[31] = new Array('گل تپه', '2723');
2024
- cities[32] = new Array('داقداق آباد', '2724');
2025
- cities[33] = new Array('قهاوند', '2725');
2026
- cities[34] = new Array('تجرک', '2726');
2027
- cities[35] = new Array('کوزره', '2727');
2028
- cities[36] = new Array('چانگرین', '2728');
2029
- cities[37] = new Array('دمق', '2729');
2030
- cities[38] = new Array('رزن', '2730');
2031
- cities[39] = new Array('قروه درجزین', '2731');
2032
- cities[40] = new Array('ازناو', '2732');
2033
- cities[41] = new Array('جوزان', '2733');
2034
- cities[42] = new Array('زنگنه', '2734');
2035
- cities[43] = new Array('سامن', '2735');
2036
- cities[44] = new Array('اورزمان', '2736');
2037
- cities[45] = new Array('جوکار', '2737');
2038
- cities[46] = new Array('اسلام آباد', '2738');
2039
- cities[47] = new Array('جعفریه', '2739');
2040
- cities[48] = new Array('سرکان', '2740');
2041
- cities[49] = new Array('میانده', '2741');
2042
- cities[50] = new Array('فرسنج', '2742');
2043
- cities[51] = new Array('ولاشجرد', '2743');
2044
- cities[52] = new Array('اشتران', '2744');
2045
- cities[53] = new Array('باباپیر', '2745');
2046
- cities[54] = new Array('جهان آباد', '2746');
2047
- cities[55] = new Array('باباقاسم', '2747');
2048
- cities[56] = new Array('بابارستم', '2748');
2049
- cities[57] = new Array('گیان', '2749');
2050
- cities[58] = new Array('دهفول', '2750');
2051
- cities[59] = new Array('فیروزان', '2751');
2052
- cities[60] = new Array('شهرک صنعتی', '2752');
2053
- cities[61] = new Array('پایگاه نوژه', '2753');
2054
- cities[62] = new Array('علیصدر', '2754');
2055
- cities[63] = new Array('زند', '2755');
2056
- cities[64] = new Array('ازندریان', '2756');
2057
- cities[65] = new Array('خزل', '2757');
2058
- cities[66] = new Array('لالجین', '4703');
2059
- cities[67] = new Array('دینارآباد', '4704');
2060
- break;
2061
-
2062
- //کردستان
2063
- case 'KRD':
2064
- case 'KD':
2065
- cities[1] = new Array('شویشه', '5604');
2066
- cities[2] = new Array('شاهین', '3130');
2067
- cities[3] = new Array('طای', '3131');
2068
- cities[4] = new Array('گازرخانی', '3132');
2069
- cities[5] = new Array('نشورسفلی', '3133');
2070
- cities[6] = new Array('شیروانه', '3134');
2071
- cities[7] = new Array('خامسان', '3135');
2072
- cities[8] = new Array('موچش', '3136');
2073
- cities[9] = new Array('شریف آباد', '3137');
2074
- cities[10] = new Array('کوله', '3138');
2075
- cities[11] = new Array('هزارکانیان', '3139');
2076
- cities[12] = new Array('زرینه', '3140');
2077
- cities[13] = new Array('گورباباعلی', '3141');
2078
- cities[14] = new Array('گاوشله', '3142');
2079
- cities[15] = new Array('حزکه', '3143');
2080
- cities[16] = new Array('یاسوکند', '3144');
2081
- cities[17] = new Array('توپاغاج', '3145');
2082
- cities[18] = new Array('اغبلاغ طفامین', '3146');
2083
- cities[19] = new Array('باباشارنی', '3147');
2084
- cities[20] = new Array('خسروآباد', '3148');
2085
- cities[21] = new Array('جعفرآباد', '3149');
2086
- cities[22] = new Array('دلبران', '3150');
2087
- cities[23] = new Array('دزج', '3151');
2088
- cities[24] = new Array('کانی گنجی', '3152');
2089
- cities[25] = new Array('بلبان آباد', '3153');
2090
- cities[26] = new Array('دهگلان', '3154');
2091
- cities[27] = new Array('قروچای', '3155');
2092
- cities[28] = new Array('سریش آباد', '3156');
2093
- cities[29] = new Array('نی', '3157');
2094
- cities[30] = new Array('بردهرشه', '3158');
2095
- cities[31] = new Array('چناره', '3159');
2096
- cities[32] = new Array('پیرخفران', '3160');
2097
- cities[33] = new Array('بیساران', '3161');
2098
- cities[34] = new Array('سروآباد', '3162');
2099
- cities[35] = new Array('اورامانتخت', '3163');
2100
- cities[36] = new Array('سرا', '3164');
2101
- cities[37] = new Array('گلتپه', '3165');
2102
- cities[38] = new Array('تیلکو', '3166');
2103
- cities[39] = new Array('صاحب', '3167');
2104
- cities[40] = new Array('خورخوره', '3168');
2105
- cities[41] = new Array('کسنزان', '3169');
2106
- cities[42] = new Array('میرهده', '3170');
2107
- cities[43] = new Array('ننور', '3171');
2108
- cities[44] = new Array('بوئین سفلی', '3172');
2109
- cities[45] = new Array('َآرمرده', '3173');
2110
- cities[46] = new Array('بوالحسن', '3174');
2111
- cities[47] = new Array('کانی سور', '3175');
2112
- cities[48] = new Array('کوخان', '3176');
2113
- cities[49] = new Array('شوی', '3177');
2114
- cities[50] = new Array('کامیاران', '3095');
2115
- cities[51] = new Array('دیواندره', '3096');
2116
- cities[52] = new Array('بیجار', '3097');
2117
- cities[53] = new Array('قروه', '3098');
2118
- cities[54] = new Array('مریوان', '3099');
2119
- cities[55] = new Array('سقز', '3100');
2120
- cities[56] = new Array('بانه', '3101');
2121
- cities[57] = new Array('سنندج', '3541');
2122
- break;
2123
-
2124
- //کرمانشاه
2125
- case 'KRH':
2126
- case 'BK':
2127
- cities[1] = new Array('تازه آباد ـ ثلاث باباجانی', '4705');
2128
- cities[2] = new Array('نسار دیره', '4706');
2129
- cities[3] = new Array('سرمست(گواور)', '4707');
2130
- cities[4] = new Array('تپهرش', '4708');
2131
- cities[5] = new Array('خسروی', '4709');
2132
- cities[6] = new Array('نفت شهر', '4710');
2133
- cities[7] = new Array('سومار', '4711');
2134
- cities[8] = new Array('گیلانغرب', '4712');
2135
- cities[9] = new Array('چله', '4713');
2136
- cities[10] = new Array('قیلان', '4714');
2137
- cities[11] = new Array('باینگان', '4715');
2138
- cities[12] = new Array('نوسود', '4716');
2139
- cities[13] = new Array('نودشه', '4717');
2140
- cities[14] = new Array('روانسر', '4718');
2141
- cities[15] = new Array('دولت آباد', '4719');
2142
- cities[16] = new Array('جوانرود', '4720');
2143
- cities[17] = new Array('میرآباد', '4721');
2144
- cities[18] = new Array('کرمانشاه', '3542');
2145
- cities[19] = new Array('هرسین', '3102');
2146
- cities[20] = new Array('کنگاور', '3103');
2147
- cities[21] = new Array('سنقر', '3104');
2148
- cities[22] = new Array('اسلام آباد غرب', '3105');
2149
- cities[23] = new Array('سرپل ذهاب', '3106');
2150
- cities[24] = new Array('قصرشیرین', '3107');
2151
- cities[25] = new Array('پاوه', '3108');
2152
- cities[26] = new Array('هفت اشیان', '3178');
2153
- cities[27] = new Array('هلشی', '3179');
2154
- cities[28] = new Array('دوردشت', '3180');
2155
- cities[29] = new Array('سنقرآباد', '3181');
2156
- cities[30] = new Array('بیستون', '3182');
2157
- cities[31] = new Array('جعفرآباد(گاکیه)', '3183');
2158
- cities[32] = new Array('مرزبانی', '3184');
2159
- cities[33] = new Array('فش', '3185');
2160
- cities[34] = new Array('فرامان', '3186');
2161
- cities[35] = new Array('سلطان آباد', '3187');
2162
- cities[36] = new Array('صحنه', '3188');
2163
- cities[37] = new Array('قزوینه', '3189');
2164
- cities[38] = new Array('دهلقین', '3190');
2165
- cities[39] = new Array('درکه', '3191');
2166
- cities[40] = new Array('باوله', '3192');
2167
- cities[41] = new Array('گردکانه علیا', '3193');
2168
- cities[42] = new Array('اگاه علیا', '3194');
2169
- cities[43] = new Array('سطر', '3195');
2170
- cities[44] = new Array('کیونان', '2758');
2171
- cities[45] = new Array('کرگسار', '2759');
2172
- cities[46] = new Array('کندوله', '2760');
2173
- cities[47] = new Array('زاوله علیا', '2761');
2174
- cities[48] = new Array('حمیل', '2762');
2175
- cities[49] = new Array('ریجاب', '2763');
2176
- cities[50] = new Array('کرندغرب ـ دالاهو', '2764');
2177
- cities[51] = new Array('گهواره', '2765');
2178
- cities[52] = new Array('کوزران', '2766');
2179
- cities[53] = new Array('قلعه شیان', '2767');
2180
- cities[54] = new Array('سرفیروز آباد', '2768');
2181
- cities[55] = new Array('رباط', '2769');
2182
- cities[56] = new Array('حسن آباد', '2770');
2183
- cities[57] = new Array('سراب ذهاب', '2771');
2184
- cities[58] = new Array('ترک ویس', '2772');
2185
- cities[59] = new Array('ازگله', '2773');
2186
- break;
2187
-
2188
- //لرستان
2189
- case 'LRS':
2190
- case 'LO':
2191
- cities[1] = new Array('نورآباد ـ دلفان', '3109');
2192
- cities[2] = new Array('کوهدشت', '3110');
2193
- cities[3] = new Array('پل دختر', '3111');
2194
- cities[4] = new Array('الیگودرز', '3112');
2195
- cities[5] = new Array('ازنا', '3113');
2196
- cities[6] = new Array('دورود', '3114');
2197
- cities[7] = new Array('الشتر ـ سلسله', '3115');
2198
- cities[8] = new Array('خرم آباد', '3543');
2199
- cities[9] = new Array('بروجرد', '3544');
2200
- cities[10] = new Array('ماسور', '4722');
2201
- cities[11] = new Array('چغلوندی', '4723');
2202
- cities[12] = new Array('برخوردار', '4724');
2203
- cities[13] = new Array('فرهادآباد', '4725');
2204
- cities[14] = new Array('دمباغ', '4726');
2205
- cities[15] = new Array('کهریزوروشت', '4727');
2206
- cities[16] = new Array('چشمه کوزان', '4728');
2207
- cities[17] = new Array('هفت چشمه', '4729');
2208
- cities[18] = new Array('تقی آباد', '4730');
2209
- cities[19] = new Array('خوشناموند', '4731');
2210
- cities[20] = new Array('اشتره گل گل', '4732');
2211
- cities[21] = new Array('چقابل', '4733');
2212
- cities[22] = new Array('سوری', '4734');
2213
- cities[23] = new Array('کونانی', '4735');
2214
- cities[24] = new Array('گراب', '4736');
2215
- cities[25] = new Array('درب گنبد', '4737');
2216
- cities[26] = new Array('پاعلم', '4738');
2217
- cities[27] = new Array('واشیان نصیرتپه', '4739');
2218
- cities[28] = new Array('چشمک زیرتنگ', '4740');
2219
- cities[29] = new Array('افرینه', '4741');
2220
- cities[30] = new Array('معمولان', '4742');
2221
- cities[31] = new Array('میان راهان', '4743');
2222
- cities[32] = new Array('شوراب سفلی', '4744');
2223
- cities[33] = new Array('شاهپورآباد', '4745');
2224
- cities[34] = new Array('چمن سلطان', '4746');
2225
- cities[35] = new Array('کیزاندره', '4747');
2226
- cities[36] = new Array('بزنوید', '4748');
2227
- cities[37] = new Array('شول آباد', '4749');
2228
- cities[38] = new Array('حیه', '4750');
2229
- cities[39] = new Array('مرگسر', '4751');
2230
- cities[40] = new Array('مومن آباد', '4752');
2231
- cities[41] = new Array('رازان', '4753');
2232
- cities[42] = new Array('سیاه گوشی', '4754');
2233
- cities[43] = new Array('زاغه', '4755');
2234
- cities[44] = new Array('سراب دوره', '4756');
2235
- cities[45] = new Array('چاه ذوالفقار', '4757');
2236
- cities[46] = new Array('چمپلک', '4758');
2237
- cities[47] = new Array('ژان', '4759');
2238
- cities[48] = new Array('کاغه شمالی', '4760');
2239
- cities[49] = new Array('چالان چولان', '4761');
2240
- cities[50] = new Array('سپیددشت', '4762');
2241
- cities[51] = new Array('چمسنگر', '4763');
2242
- cities[52] = new Array('تنگ هفت', '4764');
2243
- cities[53] = new Array('حکومتی', '4765');
2244
- cities[54] = new Array('سیاهپوش', '4766');
2245
- cities[55] = new Array('ده رحیم', '4767');
2246
- cities[56] = new Array('فیروزآباد', '4768');
2247
- cities[57] = new Array('اشترینان', '4769');
2248
- cities[58] = new Array('بندیزه', '4770');
2249
- cities[59] = new Array('دره گرگ', '4771');
2250
- break;
2251
-
2252
- //بوشهر
2253
- case 'BHR':
2254
- case 'BU':
2255
- cities[1] = new Array('بوشهر', '3547');
2256
- cities[2] = new Array('بندرگناوه', '3721');
2257
- cities[3] = new Array('خورموج ـ دشتی', '3722');
2258
- cities[4] = new Array('اهرم ـ تنگستان', '3723');
2259
- cities[5] = new Array('برازجان ـ دشتستان', '3724');
2260
- cities[6] = new Array('نخل تقی', '3725');
2261
- cities[7] = new Array('عالی شهر', '4886');
2262
- cities[8] = new Array('بندرریگ', '4887');
2263
- cities[9] = new Array('چهارروستائی', '4888');
2264
- cities[10] = new Array('شول', '4889');
2265
- cities[11] = new Array('بندردیلم', '4890');
2266
- cities[12] = new Array('امام حسن', '4891');
2267
- cities[13] = new Array('چغارک', '4892');
2268
- cities[14] = new Array('عسلویه', '4893');
2269
- cities[15] = new Array('بادوله', '4894');
2270
- cities[16] = new Array('شنبه', '4895');
2271
- cities[17] = new Array('کاکی', '4896');
2272
- cities[18] = new Array('جزیره خارک', '4897');
2273
- cities[19] = new Array('دلوار', '4898');
2274
- cities[20] = new Array('بنهگز', '4899');
2275
- cities[21] = new Array('آباد', '4900');
2276
- cities[22] = new Array('بردخون', '4901');
2277
- cities[23] = new Array('بندردیر', '4902');
2278
- cities[24] = new Array('ابدان', '4903');
2279
- cities[25] = new Array('ریز', '4904');
2280
- cities[26] = new Array('بندرکنگان', '4905');
2281
- cities[27] = new Array('جم', '4906');
2282
- cities[28] = new Array('آبگرم', '4907');
2283
- cities[29] = new Array('دالکی', '4908');
2284
- cities[30] = new Array('شبانکاره', '4909');
2285
- cities[31] = new Array('آبپخش', '4910');
2286
- cities[32] = new Array('سعدآباد', '4911');
2287
- cities[33] = new Array('وحدتیه', '4912');
2288
- cities[34] = new Array('تنگ ارم', '4913');
2289
- cities[35] = new Array('کلمه', '4914');
2290
- cities[36] = new Array('سیراف', '5620');
2291
- break;
2292
-
2293
- //کرمان
2294
- case 'KRN':
2295
- case 'KE':
2296
- cities[1] = new Array('کرمان', '3548');
2297
- cities[2] = new Array('رفسنجان', '3549');
2298
- cities[3] = new Array('سیرجان', '3550');
2299
- cities[4] = new Array('ماهان', '3729');
2300
- cities[5] = new Array('گلباف', '3730');
2301
- cities[6] = new Array('راور', '3731');
2302
- cities[7] = new Array('بم', '3732');
2303
- cities[8] = new Array('بروات', '3733');
2304
- cities[9] = new Array('راین', '3734');
2305
- cities[10] = new Array('محمدآباد ـ ریگان', '3735');
2306
- cities[11] = new Array('سرچشمه', '3736');
2307
- cities[12] = new Array('انار', '3737');
2308
- cities[13] = new Array('شهربابک', '3738');
2309
- cities[14] = new Array('زرند', '3739');
2310
- cities[15] = new Array('کیان شهر', '3740');
2311
- cities[16] = new Array('کوهبنان', '3741');
2312
- cities[17] = new Array('چترود', '3742');
2313
- cities[18] = new Array('پاریز', '3743');
2314
- cities[19] = new Array('بردسیر', '3744');
2315
- cities[20] = new Array('بافت', '3745');
2316
- cities[21] = new Array('جیرفت', '3746');
2317
- cities[22] = new Array('عنبرآباد', '3747');
2318
- cities[23] = new Array('کهنوج', '3748');
2319
- cities[24] = new Array('منوجان', '3749');
2320
- cities[25] = new Array('محی آباد', '5605');
2321
- cities[26] = new Array('ده بالا', '4936');
2322
- cities[27] = new Array('حسین آبادخان', '4937');
2323
- cities[28] = new Array('جوپار', '4938');
2324
- cities[29] = new Array('باغین', '4939');
2325
- cities[30] = new Array('اختیارآباد', '4940');
2326
- cities[31] = new Array('زنگی آباد', '4941');
2327
- cities[32] = new Array('جوشان', '4942');
2328
- cities[33] = new Array('سیرچ', '4943');
2329
- cities[34] = new Array('اندوهجرد', '4944');
2330
- cities[35] = new Array('شهداد', '4945');
2331
- cities[36] = new Array('کشیت', '4946');
2332
- cities[37] = new Array('همت آباد', '4947');
2333
- cities[38] = new Array('باغهوتک', '4948');
2334
- cities[39] = new Array('خورند', '4949');
2335
- cities[40] = new Array('فیض آباد', '4950');
2336
- cities[41] = new Array('دریجان', '4951');
2337
- cities[42] = new Array('نرماشیر', '4952');
2338
- cities[43] = new Array('فهرج', '4953');
2339
- cities[44] = new Array('دهنوگنیگی', '4954');
2340
- cities[45] = new Array('برج معاذ', '4955');
2341
- cities[46] = new Array('قلعه خان', '4956');
2342
- cities[47] = new Array('نظام شهر', '4957');
2343
- cities[48] = new Array('خانه خاتون', '4958');
2344
- cities[49] = new Array('ابارق', '4959');
2345
- cities[50] = new Array('عبدالصمدیه', '4960');
2346
- cities[51] = new Array('گروه', '4961');
2347
- cities[52] = new Array('گزک', '4962');
2348
- cities[53] = new Array('حسین آباد', '4963');
2349
- cities[54] = new Array('دهنه عباسی', '4964');
2350
- cities[55] = new Array('تهرود', '4965');
2351
- cities[56] = new Array('میرآباد', '4966');
2352
- cities[57] = new Array('داوران', '4967');
2353
- cities[58] = new Array('خنامان', '4968');
2354
- cities[59] = new Array('کبوترخان', '4969');
2355
- cities[60] = new Array('هرمزآباد', '4970');
2356
- cities[61] = new Array('کشکوئیه', '4971');
2357
- cities[62] = new Array('گلشن', '4972');
2358
- cities[63] = new Array('فردوسیه', '4973');
2359
- cities[64] = new Array('بهجت آباد', '4974');
2360
- cities[65] = new Array('بهرمان', '4975');
2361
- cities[66] = new Array('جوادیه فلاح', '4976');
2362
- cities[67] = new Array('میمند', '4977');
2363
- cities[68] = new Array('برفه', '4978');
2364
- cities[69] = new Array('خورسند', '4979');
2365
- cities[70] = new Array('خبر', '4980');
2366
- cities[71] = new Array('کهرخ', '4981');
2367
- cities[72] = new Array('جوزم', '4982');
2368
- cities[73] = new Array('دهج', '4983');
2369
- cities[74] = new Array('دشتخاک', '4984');
2370
- cities[75] = new Array('برفوئیه', '4985');
2371
- cities[76] = new Array('حتکن', '4986');
2372
- cities[77] = new Array('ریحان', '4987');
2373
- cities[78] = new Array('جرجافک', '4988');
2374
- cities[79] = new Array('حصین', '4989');
2375
- cities[80] = new Array('یزدانشهر', '4990');
2376
- cities[81] = new Array('شعبجره', '4991');
2377
- cities[82] = new Array('ناچو', '4992');
2378
- cities[83] = new Array('سریز', '4993');
2379
- cities[84] = new Array('خانوک', '4994');
2380
- cities[85] = new Array('علی آبادسفلی', '4995');
2381
- cities[86] = new Array('جور', '4996');
2382
- cities[87] = new Array('هوتک', '4997');
2383
- cities[88] = new Array('کهنوج( مغزآباد)', '4998');
2384
- cities[89] = new Array('کاظم آباد', '4999');
2385
- cities[90] = new Array('هجدک', '5000');
2386
- cities[91] = new Array('حرجند', '5001');
2387
- cities[92] = new Array('نجف شهر', '5002');
2388
- cities[93] = new Array('بلورد', '5003');
2389
- cities[94] = new Array('ملک اباد', '5004');
2390
- cities[95] = new Array('حاجی آبادرضوان', '5005');
2391
- cities[96] = new Array('عمادآباد', '5006');
2392
- cities[97] = new Array('زیدآباد', '5007');
2393
- cities[98] = new Array('سعادت آباد', '5008');
2394
- cities[99] = new Array('دولت ابادتنگوئیه', '5009');
2395
- cities[100] = new Array('نگار', '5010');
2396
- cities[101] = new Array('گلزار', '5011');
2397
- cities[102] = new Array('لاله زار', '5012');
2398
- cities[103] = new Array('قلعه عسگر', '5013');
2399
- cities[104] = new Array('مومن آباد', '5014');
2400
- cities[105] = new Array('برین', '5015');
2401
- cities[106] = new Array('کمال آباد', '5016');
2402
- cities[107] = new Array('امیرآباد', '5017');
2403
- cities[108] = new Array('بزنجان', '5018');
2404
- cities[109] = new Array('رابر', '5019');
2405
- cities[110] = new Array('دهسرد(پتکان)', '5020');
2406
- cities[111] = new Array('ارزوئیه', '5021');
2407
- cities[112] = new Array('جبالبارز', '5022');
2408
- cities[113] = new Array('دولت اباداسفن', '5023');
2409
- cities[114] = new Array('بهرآسمان', '5024');
2410
- cities[115] = new Array('درب بهشت', '5025');
2411
- cities[116] = new Array('دولت ابادسکوچ', '5026');
2412
- cities[117] = new Array('گور', '5027');
2413
- cities[118] = new Array('رضی آباد', '5028');
2414
- cities[119] = new Array('هیحان علیا', '5029');
2415
- cities[120] = new Array('دهانه گمرکان', '5030');
2416
- cities[121] = new Array('قلعه گنج', '5031');
2417
- cities[122] = new Array('مردهک', '5032');
2418
- cities[123] = new Array('دوساری', '5033');
2419
- cities[124] = new Array('حسین آبادجدید', '5034');
2420
- cities[125] = new Array('بلوک', '5035');
2421
- cities[126] = new Array('رودبار', '5036');
2422
- cities[127] = new Array('نودژ', '5037');
2423
- cities[128] = new Array('فاریاب', '5038');
2424
- cities[129] = new Array('کیورآباد', '5039');
2425
- cities[130] = new Array('رائین قلعه', '5040');
2426
- cities[131] = new Array('سرخ قلعه', '5041');
2427
- cities[132] = new Array('رمشک', '5042');
2428
- cities[133] = new Array('حیدرآباد', '5043');
2429
- cities[134] = new Array('خیرآباد', '5044');
2430
- break;
2431
-
2432
- //هرمزگان
2433
- case 'HRZ':
2434
- case 'HG':
2435
- cities[1] = new Array('بندرخمیر', '3750');
2436
- cities[2] = new Array('کیش', '3751');
2437
- cities[3] = new Array('قشم', '3752');
2438
- cities[4] = new Array('بستک', '3753');
2439
- cities[5] = new Array('بندر لنگه', '3754');
2440
- cities[6] = new Array('میناب', '3755');
2441
- cities[7] = new Array('دهبارز ـ رودان', '3756');
2442
- cities[8] = new Array('ایسین', '5045');
2443
- cities[9] = new Array('پل شرقی', '5046');
2444
- cities[10] = new Array('فین', '5047');
2445
- cities[11] = new Array('سیاهو', '5048');
2446
- cities[12] = new Array('فارغان', '5049');
2447
- cities[13] = new Array('باغات', '5050');
2448
- cities[14] = new Array('حاجی آباد', '5051');
2449
- cities[15] = new Array('خورگو', '5052');
2450
- cities[16] = new Array('شمیل', '5053');
2451
- cities[17] = new Array('حسن لنگی', '5054');
2452
- cities[18] = new Array('سیریک', '5055');
2453
- cities[19] = new Array('گونمردی', '5056');
2454
- cities[20] = new Array('گروک سفلی', '5057');
2455
- cities[21] = new Array('گوهرت', '5058');
2456
- cities[22] = new Array('درگهان', '5059');
2457
- cities[23] = new Array('سوزا', '5060');
2458
- cities[24] = new Array('هرمز', '5061');
2459
- cities[25] = new Array('جزیرهلارک', '5062');
2460
- cities[26] = new Array('جزیره هنگام', '5063');
2461
- cities[27] = new Array('جزیره سیری', '5064');
2462
- cities[28] = new Array('ابوموسی', '5065');
2463
- cities[29] = new Array('پدل', '5066');
2464
- cities[30] = new Array('کنگ', '5067');
2465
- cities[31] = new Array('دژگان', '5068');
2466
- cities[32] = new Array('رویدر', '5069');
2467
- cities[33] = new Array('دهنگ', '5070');
2468
- cities[34] = new Array('جناح', '5071');
2469
- cities[35] = new Array('کمشک', '5072');
2470
- cities[36] = new Array('گزیر', '5073');
2471
- cities[37] = new Array('مغویه', '5074');
2472
- cities[38] = new Array('چارک', '5075');
2473
- cities[39] = new Array('دشتی', '5076');
2474
- cities[40] = new Array('پارسیان', '5077');
2475
- cities[41] = new Array('جزیره لاوان', '5078');
2476
- cities[42] = new Array('جاسک', '5079');
2477
- cities[43] = new Array('بندر', '5080');
2478
- cities[44] = new Array('سندرک', '5081');
2479
- cities[45] = new Array('درپهن', '5082');
2480
- cities[46] = new Array('جگدان', '5083');
2481
- cities[47] = new Array('گوهران', '5084');
2482
- cities[48] = new Array('سردشت ـ بشاگرد', '5085');
2483
- cities[49] = new Array('گرهون', '5506');
2484
- cities[50] = new Array('جغین', '5507');
2485
- cities[51] = new Array('زیارت علی', '5508');
2486
- cities[52] = new Array('ماشنگی', '5509');
2487
- cities[53] = new Array('گوربند', '5510');
2488
- cities[54] = new Array('تیاب', '5511');
2489
- cities[55] = new Array('بندزک کهنه', '5512');
2490
- cities[56] = new Array('هشتبندی', '5513');
2491
- cities[57] = new Array('بندرعباس', '3551');
2492
- break;
2493
-
2494
- //چهارمحال و بختیاری
2495
- case 'CHB':
2496
- case 'CM':
2497
- cities[1] = new Array('فرخ شهر', '2996');
2498
- cities[2] = new Array('دزک', '2997');
2499
- cities[3] = new Array('هفشجان', '2998');
2500
- cities[4] = new Array('هارونی', '2999');
2501
- cities[5] = new Array('سامان', '3000');
2502
- cities[6] = new Array('فارسان', '3001');
2503
- cities[7] = new Array('بروجن', '3002');
2504
- cities[8] = new Array('اردل', '3003');
2505
- cities[9] = new Array('لردگان', '3004');
2506
- cities[10] = new Array('شهرکرد', '3557');
2507
- cities[11] = new Array('کیان', '5219');
2508
- cities[12] = new Array('طاقانک', '5220');
2509
- cities[13] = new Array('خراجی', '5221');
2510
- cities[14] = new Array('دستنائ', '5222');
2511
- cities[15] = new Array('شلمزار ـ کیار', '5223');
2512
- cities[16] = new Array('گهرو', '5224');
2513
- cities[17] = new Array('سورشجان', '5225');
2514
- cities[18] = new Array('مرغملک', '5226');
2515
- cities[19] = new Array('سودجان', '5227');
2516
- cities[20] = new Array('چالشتر', '5228');
2517
- cities[21] = new Array('شورآب صغیر', '5229');
2518
- cities[22] = new Array('هوره', '5230');
2519
- cities[23] = new Array('مارکده', '5231');
2520
- cities[24] = new Array('نافچ', '5232');
2521
- cities[25] = new Array('وردنجان', '5233');
2522
- cities[26] = new Array('بن', '5234');
2523
- cities[27] = new Array('بردنجان', '5235');
2524
- cities[28] = new Array('باباحیدر', '5236');
2525
- cities[29] = new Array('میهه', '5237');
2526
- cities[30] = new Array('چلگرد ـ کوهرنگ', '5238');
2527
- cities[31] = new Array('شهریاری', '5239');
2528
- cities[32] = new Array('جونقان', '5240');
2529
- cities[33] = new Array('صمصامی', '5241');
2530
- cities[34] = new Array('تلورد', '5242');
2531
- cities[35] = new Array('نقنه', '5243');
2532
- cities[36] = new Array('فرادنبه', '5244');
2533
- cities[37] = new Array('سفیددشت', '5245');
2534
- cities[38] = new Array('بلداجی', '5246');
2535
- cities[39] = new Array('اورگان', '5247');
2536
- cities[40] = new Array('گندمان', '5248');
2537
- cities[41] = new Array('امام قیس', '5249');
2538
- cities[42] = new Array('ناغان', '5250');
2539
- cities[43] = new Array('دوپلان', '5251');
2540
- cities[44] = new Array('دورک', '5252');
2541
- cities[45] = new Array('سرخون', '5253');
2542
- cities[46] = new Array('عزیزآباد', '5254');
2543
- cities[47] = new Array('دشتک', '5255');
2544
- cities[48] = new Array('سرمور', '5256');
2545
- cities[49] = new Array('ارمندعلیا', '5257');
2546
- cities[50] = new Array('آلونی', '5258');
2547
- cities[51] = new Array('مال خلیفه', '5259');
2548
- cities[52] = new Array('چمنبید', '5260');
2549
- cities[53] = new Array('سردشت', '5261');
2550
- cities[54] = new Array('گرگر', '5262');
2551
- cities[55] = new Array('منجبرآفتاب', '5263');
2552
- break;
2553
-
2554
- //یزد
2555
- case 'YZD':
2556
- case 'YA':
2557
- cities[1] = new Array('حمیدیا', '5610');
2558
- cities[2] = new Array('فراغه', '5264');
2559
- cities[3] = new Array('تیرجرد', '5265');
2560
- cities[4] = new Array('مهردشت', '5266');
2561
- cities[5] = new Array('اسفندآباد', '5267');
2562
- cities[6] = new Array('شاهدیه', '5268');
2563
- cities[7] = new Array('فهرج', '5269');
2564
- cities[8] = new Array('رستاق', '5270');
2565
- cities[9] = new Array('فجر', '5271');
2566
- cities[10] = new Array('ندوشن', '5272');
2567
- cities[11] = new Array('احمدآباد', '5273');
2568
- cities[12] = new Array('عقدائ', '5274');
2569
- cities[13] = new Array('نارستان', '5275');
2570
- cities[14] = new Array('زرین', '5276');
2571
- cities[15] = new Array('رباطات', '5277');
2572
- cities[16] = new Array('بفروئیه', '5278');
2573
- cities[17] = new Array('شهیدیه', '5279');
2574
- cities[18] = new Array('اسفیچ', '5280');
2575
- cities[19] = new Array('سبزدشت', '5281');
2576
- cities[20] = new Array('مبارکه', '5282');
2577
- cities[21] = new Array('بهاباد', '5283');
2578
- cities[22] = new Array('کوشک', '5284');
2579
- cities[23] = new Array('بنتان', '5285');
2580
- cities[24] = new Array('جلگه', '5286');
2581
- cities[25] = new Array('تنگ چنار', '5287');
2582
- cities[26] = new Array('میانکوه', '5288');
2583
- cities[27] = new Array('ارنان', '5289');
2584
- cities[28] = new Array('بهادران', '5290');
2585
- cities[29] = new Array('مروست', '5291');
2586
- cities[30] = new Array('فتح آباد', '5292');
2587
- cities[31] = new Array('پیشکوه', '5293');
2588
- cities[32] = new Array('نصرآباد', '5294');
2589
- cities[33] = new Array('علی آباد', '5295');
2590
- cities[34] = new Array('نیر', '5296');
2591
- cities[35] = new Array('شیرکوه', '5297');
2592
- cities[36] = new Array('بخگاریزات', '5298');
2593
- cities[37] = new Array('دهشیر', '5299');
2594
- cities[38] = new Array('محمد آباد', '5300');
2595
- cities[39] = new Array('خضر آباد', '5301');
2596
- cities[40] = new Array('رباط پشت بادام', '5302');
2597
- cities[41] = new Array('خرانق', '5303');
2598
- cities[42] = new Array('ساغند', '5304');
2599
- cities[43] = new Array('زارچ', '5305');
2600
- cities[44] = new Array('مهدی آباد', '5306');
2601
- cities[45] = new Array('احمدآبادمشیر', '5307');
2602
- cities[46] = new Array('شرب العین', '5308');
2603
- cities[47] = new Array('قوام آباد', '5309');
2604
- cities[48] = new Array('خویدک', '5310');
2605
- cities[49] = new Array('هرات ـ خاتم', '5311');
2606
- cities[50] = new Array('یزد', '3558');
2607
- cities[51] = new Array('اشکذر ـ صدوق', '3007');
2608
- cities[52] = new Array('اردکان', '3008');
2609
- cities[53] = new Array('میبد', '3009');
2610
- cities[54] = new Array('بافق', '3010');
2611
- cities[55] = new Array('مهریز', '3011');
2612
- cities[56] = new Array('تفت', '3012');
2613
- cities[57] = new Array('ابرکوه', '3005');
2614
- break;
2615
-
2616
- //سیستان و بلوچستان
2617
- case 'SBN':
2618
- case 'SB':
2619
- cities[1] = new Array('نصرت آباد', '3046');
2620
- cities[2] = new Array('حاجی آباد', '3047');
2621
- cities[3] = new Array('میرجاوه', '3048');
2622
- cities[4] = new Array('دوست محمد ـ هیرمند', '3049');
2623
- cities[5] = new Array('زابل', '3050');
2624
- cities[6] = new Array('زهک', '3051');
2625
- cities[7] = new Array('خواجه احمد', '3052');
2626
- cities[8] = new Array('خاش', '3053');
2627
- cities[9] = new Array('سرباز', '3054');
2628
- cities[10] = new Array('بمپور', '3055');
2629
- cities[11] = new Array('سراوان', '3056');
2630
- cities[12] = new Array('سوران ـ سیب سوران', '3782');
2631
- cities[13] = new Array('چابهار', '3783');
2632
- cities[14] = new Array('کنارک', '3784');
2633
- cities[15] = new Array('نیک شهر', '3785');
2634
- cities[16] = new Array('زاهدان', '3564');
2635
- cities[17] = new Array('ایرانشهر', '3565');
2636
- cities[18] = new Array('نوک اباد', '5412');
2637
- cities[19] = new Array('حرمک', '5413');
2638
- cities[20] = new Array('پاسگاه تلسیاه', '5414');
2639
- cities[21] = new Array('محمدابادکورین', '5415');
2640
- cities[22] = new Array('گلوگاه', '5416');
2641
- cities[23] = new Array('گردجنگل', '5417');
2642
- cities[24] = new Array('میل هفتادودو', '5418');
2643
- cities[25] = new Array('انده', '5419');
2644
- cities[26] = new Array('تیمن', '5420');
2645
- cities[27] = new Array('لادیزعلیا', '5421');
2646
- cities[28] = new Array('کچهرود', '5422');
2647
- cities[29] = new Array('دیزوک', '5423');
2648
- cities[30] = new Array('قنات عیسی اباد', '5424');
2649
- cities[31] = new Array('سیادک', '5425');
2650
- cities[32] = new Array('خمک', '5426');
2651
- cities[33] = new Array('تحت عدالت', '5427');
2652
- cities[34] = new Array('برج میرگل', '5428');
2653
- cities[35] = new Array('جهان ابادعلیا', '5429');
2654
- cities[36] = new Array('پکک', '5430');
2655
- cities[37] = new Array('جانی اباد', '5431');
2656
- cities[38] = new Array('ادیمی', '5432');
2657
- cities[39] = new Array('تیموراباد', '5433');
2658
- cities[40] = new Array('دولت اباد', '5434');
2659
- cities[41] = new Array('لوتک', '5435');
2660
- cities[42] = new Array('سکوهه', '5436');
2661
- cities[43] = new Array('محمدآباد', '5437');
2662
- cities[44] = new Array('بنجار', '5438');
2663
- cities[45] = new Array('جزینک', '5439');
2664
- cities[46] = new Array('قلعه نو', '5440');
2665
- cities[47] = new Array('محمد شاهکرم', '5441');
2666
- cities[48] = new Array('سیاهسر', '5442');
2667
- cities[49] = new Array('ژالهای', '5443');
2668
- cities[50] = new Array('کرباسک', '5444');
2669
- cities[51] = new Array('نوراباد', '5445');
2670
- cities[52] = new Array('کارواندر', '5446');
2671
- cities[53] = new Array('ناصراباد', '5447');
2672
- cities[54] = new Array('بالاقلعه ایردگان', '5448');
2673
- cities[55] = new Array('کمن', '5449');
2674
- cities[56] = new Array('زیرگلدان', '5450');
2675
- cities[57] = new Array('بیت اباد', '5451');
2676
- cities[58] = new Array('گوهرکوه', '5452');
2677
- cities[59] = new Array('دهپابید', '5453');
2678
- cities[60] = new Array('ناذیل', '5454');
2679
- cities[61] = new Array('گوشه', '5455');
2680
- cities[62] = new Array('سنگان', '5456');
2681
- cities[63] = new Array('عشق آباد', '5457');
2682
- cities[64] = new Array('افضل اباد', '5458');
2683
- cities[65] = new Array('چانف', '5459');
2684
- cities[66] = new Array('اسماعیل کلک', '5460');
2685
- cities[67] = new Array('پارود', '5461');
2686
- cities[68] = new Array('راسک', '5462');
2687
- cities[69] = new Array('پیشین', '5463');
2688
- cities[70] = new Array('ایرفشان', '5464');
2689
- cities[71] = new Array('سرداب', '5465');
2690
- cities[72] = new Array('اسپکه', '5466');
2691
- cities[73] = new Array('پیپ', '5467');
2692
- cities[74] = new Array('بنت', '5468');
2693
- cities[75] = new Array('فنوج', '5469');
2694
- cities[76] = new Array('گلمورتی ـ دلگان', '5470');
2695
- cities[77] = new Array('هودیان', '5471');
2696
- cities[78] = new Array('بزمان', '5472');
2697
- cities[79] = new Array('کوشکوک ناهوک', '5473');
2698
- cities[80] = new Array('محمدی', '5474');
2699
- cities[81] = new Array('کلهگان(سردک)', '5475');
2700
- cities[82] = new Array('جالق', '5476');
2701
- cities[83] = new Array('سیرکان', '5477');
2702
- cities[84] = new Array('اسفندک', '5478');
2703
- cities[85] = new Array('کوهک', '5479');
2704
- cities[86] = new Array('گشت', '5480');
2705
- cities[87] = new Array('پسکو', '5481');
2706
- cities[88] = new Array('رگنتگ', '5482');
2707
- cities[89] = new Array('زابلی', '5483');
2708
- cities[90] = new Array('هیدوچ', '5484');
2709
- cities[91] = new Array('طیس', '5485');
2710
- cities[92] = new Array('تلنگ', '5486');
2711
- cities[93] = new Array('پلان', '5487');
2712
- cities[94] = new Array('نگور', '5488');
2713
- cities[95] = new Array('باهوکلات', '5489');
2714
- cities[96] = new Array('پسابندر', '5490');
2715
- cities[97] = new Array('پیرسهراب', '5491');
2716
- cities[98] = new Array('پایگاه کنارک', '5492');
2717
- cities[99] = new Array('کهیر هوتان', '5493');
2718
- cities[100] = new Array('شهدای کهیر', '5494');
2719
- cities[101] = new Array('زراباد', '5495');
2720
- cities[102] = new Array('مسکوتان', '5496');
2721
- cities[103] = new Array('کیتج', '5497');
2722
- cities[104] = new Array('دستگرد', '5498');
2723
- cities[105] = new Array('محنت', '5499');
2724
- cities[106] = new Array('چاهان', '5500');
2725
- cities[107] = new Array('هیمان', '5501');
2726
- cities[108] = new Array('قصرقند', '5502');
2727
- cities[109] = new Array('شگیم بالا', '5503');
2728
- cities[110] = new Array('کشیک', '5504');
2729
- cities[111] = new Array('ساربوک', '5505');
2730
- break;
2731
-
2732
- //ایلام
2733
- case 'ILM':
2734
- case 'IL':
2735
- cities[1] = new Array('باکلکراب', '4772');
2736
- cities[2] = new Array('جعفرآباد', '4773');
2737
- cities[3] = new Array('شهرک شهید کشوری', '4774');
2738
- cities[4] = new Array('چوار', '4775');
2739
- cities[5] = new Array('حاجی بختیار', '4776');
2740
- cities[6] = new Array('چمن سیدمحمد', '4777');
2741
- cities[7] = new Array('شورابه ملک', '4778');
2742
- cities[8] = new Array('کلان', '4779');
2743
- cities[9] = new Array('زرنه', '4780');
2744
- cities[10] = new Array('توحید', '4781');
2745
- cities[11] = new Array('بلاوهتره سفلی', '4782');
2746
- cities[12] = new Array('لومار', '4783');
2747
- cities[13] = new Array('آسمان آباد', '4784');
2748
- cities[14] = new Array('قنات آباد', '4785');
2749
- cities[15] = new Array('شهرک سرنیک', '4786');
2750
- cities[16] = new Array('پیازآباد', '4787');
2751
- cities[17] = new Array('ایرج آباد', '4788');
2752
- cities[18] = new Array('ارمو', '4789');
2753
- cities[19] = new Array('چشمه شیرین', '4790');
2754
- cities[20] = new Array('بدره', '4791');
2755
- cities[21] = new Array('شهرک ولی عصر', '4792');
2756
- cities[22] = new Array('انجیرهنیشه کبد', '4793');
2757
- cities[23] = new Array('سراب باغ', '4794');
2758
- cities[24] = new Array('مورموری', '4795');
2759
- cities[25] = new Array('چمهندی', '4796');
2760
- cities[26] = new Array('موسیان', '4797');
2761
- cities[27] = new Array('بردی', '4798');
2762
- cities[28] = new Array('میمه', '4799');
2763
- cities[29] = new Array('پهله', '4800');
2764
- cities[30] = new Array('عین خوش', '4801');
2765
- cities[31] = new Array('دشت عباس', '4802');
2766
- cities[32] = new Array('شهرک اسلامیه', '4803');
2767
- cities[33] = new Array('صالح آباد', '4804');
2768
- cities[34] = new Array('ارکواز', '4805');
2769
- cities[35] = new Array('دولکبودخوشادل', '4806');
2770
- cities[36] = new Array('یاریاب', '4807');
2771
- cities[37] = new Array('ایلام', '3116');
2772
- cities[38] = new Array('ایوان', '3117');
2773
- cities[39] = new Array('سرابله ـ شیروان و چرداول', '3118');
2774
- cities[40] = new Array('دره شهر', '3119');
2775
- cities[41] = new Array('آبدانان', '3120');
2776
- cities[42] = new Array('دهلران', '3121');
2777
- cities[43] = new Array('مهران', '3122');
2778
- break;
2779
-
2780
- //کهگیلوییه و بویراحمد
2781
- case 'KBD':
2782
- case 'KB':
2783
- cities[1] = new Array('دهدشت', '3726');
2784
- cities[2] = new Array('دوگنبد', '3727');
2785
- cities[3] = new Array('یاسوج', '3728');
2786
- cities[4] = new Array('سوق', '4915');
2787
- cities[5] = new Array('لنده', '4916');
2788
- cities[6] = new Array('لیکک', '4917');
2789
- cities[7] = new Array('چرام', '4918');
2790
- cities[8] = new Array('دیشموک', '4919');
2791
- cities[9] = new Array('قلعه رئیسی', '4920');
2792
- cities[10] = new Array('قلعه دختر', '4921');
2793
- cities[11] = new Array('باباکلان', '4922');
2794
- cities[12] = new Array('مظفرآباد', '4923');
2795
- cities[13] = new Array('دیل', '4924');
2796
- cities[14] = new Array('شاه بهرام', '4925');
2797
- cities[15] = new Array('چاه تلخاب علیا', '4926');
2798
- cities[16] = new Array('باشت', '4927');
2799
- cities[17] = new Array('سربیشه', '4928');
2800
- cities[18] = new Array('سپیدار', '4929');
2801
- cities[19] = new Array('نقارخانه', '4930');
2802
- cities[20] = new Array('گراب سفلی', '4931');
2803
- cities[21] = new Array('موشمی علیا', '4932');
2804
- cities[22] = new Array('میمند', '4933');
2805
- cities[23] = new Array('مارگون', '4934');
2806
- cities[24] = new Array('سیسخت', '4935');
2807
- cities[25] = new Array('مادوان', '5606');
2808
- break;
2809
-
2810
- //خراسان شمال
2811
- case 'NKH':
2812
- case 'KS':
2813
- cities[1] = new Array('حصار گرمخانه', '5343');
2814
- cities[2] = new Array('فاروج', '5324');
2815
- cities[3] = new Array('بجنورد', '3560');
2816
- cities[4] = new Array('جاجرم', '2880');
2817
- cities[5] = new Array('قاضی', '2824');
2818
- cities[6] = new Array('پیش قلعه', '2830');
2819
- cities[7] = new Array('راز', '2831');
2820
- cities[8] = new Array('سنخواست', '2826');
2821
- cities[9] = new Array('شیروان', '2834');
2822
- cities[10] = new Array('صفی آباد', '2895');
2823
- cities[11] = new Array('اسفراین', '2892');
2824
- cities[12] = new Array('گرمه', '3023');
2825
- cities[13] = new Array('آشخانه ـ مانه و سلمقان', '3014');
2826
- cities[14] = new Array('شوقان', '3015');
2827
- cities[15] = new Array('درق', '3016');
2828
- cities[16] = new Array('لوجلی', '3017');
2829
- break;
2830
-
2831
- //خراسان جنوی
2832
- case 'SKH':
2833
- case 'KJ':
2834
- cities[1] = new Array('سه قلعه', '5402');
2835
- cities[2] = new Array('قهستان', '5592');
2836
- cities[3] = new Array('اسلامیه', '5593');
2837
- cities[4] = new Array('زهان', '5391');
2838
- cities[5] = new Array('خوسف', '5367');
2839
- cities[6] = new Array('حاجی آباد', '5373');
2840
- cities[7] = new Array('نیمبلوک', '5374');
2841
- cities[8] = new Array('آیسک', '5375');
2842
- cities[9] = new Array('اسدیه ـ درمیان', '5376');
2843
- cities[10] = new Array('شوسف', '5383');
2844
- cities[11] = new Array('خضری', '5389');
2845
- cities[12] = new Array('سرایان', '5394');
2846
- cities[13] = new Array('بیرجند', '3563');
2847
- cities[14] = new Array('دشت بیاض', '2815');
2848
- cities[15] = new Array('اسفدن', '2833');
2849
- cities[16] = new Array('آرین شهر', '2891');
2850
- cities[17] = new Array('طبس', '3006');
2851
- cities[18] = new Array('مود', '3040');
2852
- cities[19] = new Array('سر بیشه', '3041');
2853
- cities[20] = new Array('نهبندان', '3042');
2854
- cities[21] = new Array('قائن ـ قائنات', '3043');
2855
- cities[22] = new Array('فردوس', '3044');
2856
- cities[23] = new Array('بشرویه', '3045');
2857
- break;
2858
-
2859
- //البرز
2860
- case 'ABZ':
2861
- case 'AL':
2862
- cities[1] = new Array('کرج', '3351');
2863
- cities[2] = new Array('اشتهارد', '3821');
2864
- cities[3] = new Array('گلسار', '3850');
2865
- cities[4] = new Array('نظرآباد', '3587');
2866
- cities[5] = new Array('هشتگرد ـ ساوجبلاغ', '3591');
2867
- cities[14] = new Array('شهر جدید هشتگرد', '5618');
2868
- cities[6] = new Array('رباط کریم', '3620');
2869
- cities[7] = new Array('مشکین شهر', '5611');
2870
- cities[8] = new Array('محمدشهر', '5612');
2871
- cities[9] = new Array('ماهیدشت', '5613');
2872
- cities[10] = new Array('کمال شهر', '5614');
2873
- cities[11] = new Array('صفادشت', '5615');
2874
- cities[12] = new Array('فردوسیه', '5616');
2875
- cities[13] = new Array('چهارباغ', '5617');
2876
- break;
2877
-
2878
- default:
2879
- cities[1] = new Array('لطفا استان خود را انتخاب کنید','0');
2880
- break;
2881
- }
2882
-
2883
- return cities;
2884
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
include/assets/js/iran_cities.min.js DELETED
@@ -1,3 +0,0 @@
1
- function Persian_Woo_iranCities(a){var b=[];switch(a.toUpperCase()){case"THR":case"TE":b[1]=new Array("شهر قدس","3619"),b[2]=new Array("پردیس","5588"),b[3]=new Array("نسیم شهر","5589"),b[4]=new Array("گلستان","5590"),b[5]=new Array("قرچک","5591"),b[6]=new Array("دماوند","3633"),b[7]=new Array("فیروزکوه","3634"),b[8]=new Array("ورامین","3592"),b[9]=new Array("پیشوا","3593"),b[10]=new Array("جاجرود","3594"),b[11]=new Array("لواسان","3588"),b[12]=new Array("شهریار","3589"),b[13]=new Array("فردوس","3590"),b[15]=new Array("تجزیه مبادلات لشکر","3578"),b[23]=new Array("ری","3586"),b[24]=new Array("برغان","3851"),b[25]=new Array("رامجین","3852"),b[26]=new Array("کوهسار","3853"),b[27]=new Array("شهراسر","3854"),b[28]=new Array("منگلان","3855"),b[29]=new Array("طالقان","3856"),b[30]=new Array("قلعه سین","3857"),b[31]=new Array("خیرآبادخالصه","3858"),b[32]=new Array("عسگرآبادعباسی","3859"),b[33]=new Array("دهماسین","3860"),b[34]=new Array("باغ خواص","3861"),b[35]=new Array("ایجدان","3862"),b[36]=new Array("آب باریک","3863"),b[37]=new Array("جواد آباد","3864"),b[38]=new Array("خاوه","3865"),b[39]=new Array("محمودآبادعرب","3866"),b[40]=new Array("جلیل آباد","3867"),b[41]=new Array("کریم آباد","3868"),b[42]=new Array("قلعه خواجه","3869"),b[43]=new Array("داودآباد","3870"),b[44]=new Array("پاکدشت","3871"),b[45]=new Array("شریف آباد","3872"),b[46]=new Array("پارچین","3873"),b[47]=new Array("حصارامیر","3874"),b[48]=new Array("خاتون آباد","3875"),b[49]=new Array("آتشگاه","3822"),b[50]=new Array("احمدآبادمستوفی","3823"),b[51]=new Array("اسلام شهر","3824"),b[52]=new Array("مروزبهرام","3825"),b[53]=new Array("گلدسته","3826"),b[54]=new Array("صالح آباد","3827"),b[55]=new Array("واوان","3828"),b[56]=new Array("شاتره","3829"),b[57]=new Array("میان آباد","3830"),b[58]=new Array("چهاردانگه","3831"),b[59]=new Array("فخرایران","3832"),b[60]=new Array("احمدآبادمصدق","3833"),b[61]=new Array("نجم آباد","3834"),b[62]=new Array("تنگمان","3835"),b[63]=new Array("سعیدآباد","3836"),b[64]=new Array("هیو","3837"),b[65]=new Array("حومه گلندوک","3838"),b[66]=new Array("اوشان","3839"),b[67]=new Array("میگون","3840"),b[68]=new Array("فشم","3841"),b[69]=new Array("لوسان بزرگ","3842"),b[70]=new Array("شهریاربردآباد","3843"),b[71]=new Array("قاسم آبادقندیشاد","3844"),b[72]=new Array("باغستان","3845"),b[73]=new Array("شهرآباد","3846"),b[74]=new Array("شاهدشهر","3847"),b[75]=new Array("ملارد","3848"),b[76]=new Array("لم آباد","3849"),b[77]=new Array("خسروآباد","3786"),b[78]=new Array("بومهن","3787"),b[79]=new Array("شهرجدیدپردیس","3788"),b[80]=new Array("خرمدشت","3789"),b[81]=new Array("باقر شهر","3790"),b[82]=new Array("جعفرآباد","3791"),b[83]=new Array("مرقدامام","3792"),b[84]=new Array("کهریزک","3793"),b[85]=new Array("تورقوزآباد","3794"),b[86]=new Array("شورآباد","3795"),b[87]=new Array("قمصر","3796"),b[88]=new Array("حسن آباد","3797"),b[89]=new Array("شمس آباد","3798"),b[90]=new Array("ابراهیم آباد","3799"),b[91]=new Array("چرمسازی سالاریه","3800"),b[92]=new Array("قلعه محمدعلیخان","3801"),b[93]=new Array("فرودگاه امام خمینی","3802"),b[94]=new Array("وهن آباد","3803"),b[95]=new Array("قلعه نوخالصه","3804"),b[96]=new Array("گل تپه کبیر","3805"),b[97]=new Array("محمودآبادپیرزاد","3806"),b[98]=new Array("فرون آباد","3807"),b[99]=new Array("خاورشهر","3808"),b[100]=new Array("اسلام آباد","3809"),b[101]=new Array("لپهزنگ","3810"),b[102]=new Array("قیام دشت","3811"),b[103]=new Array("قرچحصار","3812"),b[104]=new Array("خلاریز","3813"),b[105]=new Array("سوهانک","3814"),b[106]=new Array("پس قلعه","3815"),b[107]=new Array("درکه","3816"),b[108]=new Array("ادران","3817"),b[109]=new Array("آسارا","3818"),b[110]=new Array("نساء","3819"),b[111]=new Array("پلنگ آباد","3820"),b[112]=new Array("شهرقدس(مویز)","4003"),b[113]=new Array("اندیشه","4004"),b[114]=new Array("مارلیک","4005"),b[115]=new Array("نصیرآباد","4006"),b[116]=new Array("رزگان","4007"),b[117]=new Array("گلمه","4008"),b[118]=new Array("پرند","4009"),b[119]=new Array("سلطان آباد","4010"),b[120]=new Array("گلستان","4011"),b[121]=new Array("اسماعیل آباد","4012"),b[122]=new Array("اکبرآباد","4013"),b[123]=new Array("نصیرآبادقاجار","4014"),b[124]=new Array("منجیل آباد","4015"),b[125]=new Array("جابان","4109"),b[126]=new Array("رودهن","4110"),b[127]=new Array("گیلاوند","4111"),b[128]=new Array("آبعلی","4112"),b[129]=new Array("کیلان","4113"),b[130]=new Array("آبسرد","4114"),b[131]=new Array("سربندان","4115"),b[132]=new Array("مشاء","4116"),b[133]=new Array("مراء","4117"),b[134]=new Array("هرانده","4118"),b[135]=new Array("درده","4119"),b[136]=new Array("حصارین","4120"),b[137]=new Array("ارجمند","4121"),b[138]=new Array("امیریه","4122"),b[139]=new Array("گرمدره","4123"),b[140]=new Array("تهران","3322");break;case"GIL":case"GI":b[1]=new Array("رودبنه","5607"),b[2]=new Array("آبکنار","3636"),b[3]=new Array("خمام","3637"),b[4]=new Array("فومن","3638"),b[5]=new Array("صومعه سرا","3639"),b[6]=new Array("هشتپر ـ طوالش","3640"),b[7]=new Array("ماسال","3641"),b[8]=new Array("آستارا","3642"),b[9]=new Array("سیاهکل","3643"),b[10]=new Array("آستانه اشرفیه","3644"),b[11]=new Array("منجیل","3645"),b[12]=new Array("رودبار","3646"),b[13]=new Array("لنگرود","3647"),b[14]=new Array("رودسر","3648"),b[15]=new Array("کلاچای","3649"),b[16]=new Array("کپورچال","4124"),b[17]=new Array("جیرهنده لشت نشا","4125"),b[18]=new Array("لیجارکی","4126"),b[19]=new Array("سنگر","4127"),b[20]=new Array("اسلام آباد","4128"),b[21]=new Array("سراوان","4129"),b[22]=new Array("خشک بیجار","4130"),b[23]=new Array("لشت نشا","4131"),b[24]=new Array("پیربست لولمان","4132"),b[25]=new Array("خاچکین","4133"),b[26]=new Array("کوچصفهان","4134"),b[27]=new Array("بلسبنه","4135"),b[28]=new Array("چاپارخانه","4136"),b[29]=new Array("جیرکویه","4137"),b[30]=new Array("لولمان","4138"),b[31]=new Array("شفت","4139"),b[32]=new Array("ملاسرا","4140"),b[33]=new Array("چوبر","4141"),b[34]=new Array("ماسوله","4142"),b[35]=new Array("گشت","4143"),b[36]=new Array("احمد سرگوراب","4144"),b[37]=new Array("مرجقل","4145"),b[38]=new Array("گورابزرمیخ","4146"),b[39]=new Array("طاهر گوداب","4147"),b[40]=new Array("ضیابر","4148"),b[41]=new Array("مرکیه","4149"),b[42]=new Array("هنده خاله","4150"),b[43]=new Array("نوخاله اکبر","4151"),b[44]=new Array("بازاراسالم","4152"),b[45]=new Array("شیلهوشت","4153"),b[46]=new Array("جوکندان","4154"),b[47]=new Array("لیسار","4155"),b[48]=new Array("خطبه سرا","4156"),b[49]=new Array("حویق","4157"),b[50]=new Array("پلاسی","4158"),b[51]=new Array("ویسادار","4159"),b[52]=new Array("رضوان شهر","4160"),b[53]=new Array("شاندرمن","4161"),b[54]=new Array("پرهسر","4162"),b[55]=new Array("پلنک پاره","4163"),b[56]=new Array("بازارجمعه شاندرمن","4164"),b[57]=new Array("اسالم","4165"),b[58]=new Array("شیخ محله","4166"),b[59]=new Array("ویرمونی","4167"),b[60]=new Array("سیبلی","4168"),b[61]=new Array("لوندویل","4169"),b[62]=new Array("شند","4170"),b[63]=new Array("کوتهکومه","4171"),b[64]=new Array("حیران علیا","4172"),b[65]=new Array("پاشاکی","4173"),b[66]=new Array("گرماور","4174"),b[67]=new Array("لیش","4175"),b[68]=new Array("بادکوسرا","4176"),b[69]=new Array("شیرین نسائ","4177"),b[70]=new Array("خرارود","4178"),b[71]=new Array("دیلمان","4179"),b[72]=new Array("لسکوکلایه","4180"),b[73]=new Array("کیسم","4181"),b[74]=new Array("شیرکوه چهارده","4182"),b[75]=new Array("دهشال","4183"),b[76]=new Array("کیاشهر","4184"),b[77]=new Array("دستک","4185"),b[78]=new Array("پرگاپشت مهدیقانی","4186"),b[79]=new Array("لوشان","4187"),b[80]=new Array("بیورزین","4188"),b[81]=new Array("جیرنده","4189"),b[82]=new Array("برهسر","4190"),b[83]=new Array("ویشان","4191"),b[84]=new Array("کلیشم","4192"),b[85]=new Array("علی آباد کلشتر","4193"),b[86]=new Array("رستم آباد","4194"),b[87]=new Array("توتکابن","4195"),b[88]=new Array("کلشتر","4196"),b[89]=new Array("جوین","4197"),b[90]=new Array("اسکلک","4198"),b[91]=new Array("کوکنه","4199"),b[92]=new Array("سلوش","4200"),b[93]=new Array("چمخاله","4201"),b[94]=new Array("شلمان","4202"),b[95]=new Array("کومله","4203"),b[96]=new Array("دیوشل","4204"),b[97]=new Array("پروش پایین","4205"),b[98]=new Array("اطاقور","4206"),b[99]=new Array("قاسم آبادسفلی","4207"),b[100]=new Array("حسن سرا","4208"),b[101]=new Array("طوللات","4209"),b[102]=new Array("رانکوه","4210"),b[103]=new Array("چابکسر","4211"),b[104]=new Array("جنگسرا","4212"),b[105]=new Array("واجارگاه","4213"),b[106]=new Array("رحیم آباد","4214"),b[107]=new Array("بلترک","4215"),b[108]=new Array("املش","4216"),b[109]=new Array("پائین زربیجار","4217"),b[110]=new Array("کجیر","4218"),b[111]=new Array("گرمابدست","4219"),b[112]=new Array("شوئیل","4220"),b[113]=new Array("پونل","4221"),b[114]=new Array("بندرانزلی","3519"),b[115]=new Array("لاهیجان","3520"),b[116]=new Array("رشت","3361");break;case"EAZ":case"AE":b[1]=new Array("تبریز","3366"),b[2]=new Array("میانه","3527"),b[3]=new Array("مرند","3528"),b[4]=new Array("مراغه","3529"),b[5]=new Array("سبلان","3682"),b[6]=new Array("شهر جدید سهند","3683"),b[7]=new Array("اسکو","3684"),b[8]=new Array("سردرود","3685"),b[9]=new Array("آذرشهر","3686"),b[10]=new Array("شبستر","3687"),b[11]=new Array("هریس","3688"),b[12]=new Array("هادیشهر","3689"),b[13]=new Array("جلفا","3690"),b[14]=new Array("اهر","3691"),b[15]=new Array("کلیبر","3692"),b[16]=new Array("سراب","3693"),b[17]=new Array("بستان آباد","3694"),b[18]=new Array("عجب شیر","3695"),b[19]=new Array("بناب","3696"),b[20]=new Array("ملکان","3697"),b[21]=new Array("قره اغاج ـ چاراویماق","3698"),b[22]=new Array("اغچه ریش","3699"),b[23]=new Array("ترک","4383"),b[24]=new Array("ترکمانچای","4384"),b[25]=new Array("خاتون آباد","4385"),b[26]=new Array("شیخدرآباد","4386"),b[27]=new Array("قره بلاغ","4387"),b[28]=new Array("آق کند","4388"),b[29]=new Array("اچاچی","4389"),b[30]=new Array("گوندوغدی","4390"),b[31]=new Array("پورسخلو","4391"),b[32]=new Array("کنگاور","4392"),b[33]=new Array("قویوجاق","4393"),b[34]=new Array("ارموداق","4394"),b[35]=new Array("کهنمو","4395"),b[36]=new Array("اربط","4396"),b[37]=new Array("خسروشهر","4397"),b[38]=new Array("لاهیجان","4398"),b[39]=new Array("خاصبان","4399"),b[40]=new Array("ایلخچی","4400"),b[41]=new Array("سرایده","4401"),b[42]=new Array("کجاآباد","4402"),b[43]=new Array("خلجان","4403"),b[44]=new Array("ینگی اسپران","4404"),b[45]=new Array("باسمنج","4405"),b[46]=new Array("شادبادمشایخ","4406"),b[47]=new Array("کندرود","4407"),b[48]=new Array("مایان سفلی","4408"),b[49]=new Array("تیمورلو","4409"),b[50]=new Array("قدمگاه","4410"),b[51]=new Array("ممقان","4411"),b[52]=new Array("گوگان","4412"),b[53]=new Array("شیرامین","4413"),b[54]=new Array("هفت چشمه","4414"),b[55]=new Array("امند","4415"),b[56]=new Array("خامنه","4416"),b[57]=new Array("سیس","4417"),b[58]=new Array("صوفیان","4418"),b[59]=new Array("شندآباد","4419"),b[60]=new Array("تسوج","4420"),b[61]=new Array("شرفخانه","4421"),b[62]=new Array("مینق","4422"),b[63]=new Array("بخشایش ـ کلوانق","4423"),b[64]=new Array("سرند","4424"),b[65]=new Array("زرنق","4425"),b[66]=new Array("بیلوردی","4426"),b[67]=new Array("خواجه","4427"),b[68]=new Array("گلین قیه","4428"),b[69]=new Array("هرزندجدید","4429"),b[70]=new Array("بناب جدید ـ مرند","4430"),b[71]=new Array("زنوز","4431"),b[72]=new Array("دولت آباد","4432"),b[73]=new Array("یکان کهریز","4433"),b[74]=new Array("یامچی","4434"),b[75]=new Array("شجاع","4435"),b[76]=new Array("داران","4436"),b[77]=new Array("سیهرود","4437"),b[78]=new Array("نوجهمهر","4438"),b[79]=new Array("کشک سرای","4439"),b[80]=new Array("خاروانا","4440"),b[81]=new Array("هوراند","4441"),b[82]=new Array("چولقشلاقی","4442"),b[83]=new Array("ورگهان","4443"),b[84]=new Array("افیل","4444"),b[85]=new Array("اذغان","4445"),b[86]=new Array("سیهکلان","4446"),b[87]=new Array("ورزقان","4447"),b[88]=new Array("اقبراز","4448"),b[89]=new Array("مولان","4449"),b[90]=new Array("خمارلو","4450"),b[91]=new Array("عاشقلو","4451"),b[92]=new Array("اسکلو","4452"),b[93]=new Array("ابشاحمد","4453"),b[94]=new Array("یوزبند","4454"),b[95]=new Array("کاغذکنان","4455"),b[96]=new Array("خداآفرین","4456"),b[97]=new Array("کندوان","4457"),b[98]=new Array("تیل","4458"),b[99]=new Array("وایقان","4459"),b[100]=new Array("لاریجان","4460"),b[101]=new Array("اسب فروشان","4461"),b[102]=new Array("ابرغان","4462"),b[103]=new Array("شربیان","4463"),b[104]=new Array("مهربان","4464"),b[105]=new Array("رازلیق","4465"),b[106]=new Array("اغمیون","4466"),b[107]=new Array("اردها","4467"),b[108]=new Array("قرهچای حاجعلی","4468"),b[109]=new Array("قره بابا","4469"),b[110]=new Array("سعیدآباد","4470"),b[111]=new Array("الانق","4471"),b[112]=new Array("کردکندی","4472"),b[113]=new Array("قرهچمن","4473"),b[114]=new Array("ورجوی","4474"),b[115]=new Array("گلتپه","4475"),b[116]=new Array("خراجو","4476"),b[117]=new Array("داشاتان","4477"),b[118]=new Array("داش بلاغ بازار","4478"),b[119]=new Array("صومعه","4479"),b[120]=new Array("علویان","4480"),b[121]=new Array("شیراز","4481"),b[122]=new Array("خضرلو","4482"),b[123]=new Array("یگنجه","4483"),b[124]=new Array("مهماندار","4484"),b[125]=new Array("خانیان","4485"),b[126]=new Array("دانالو","4486"),b[127]=new Array("رحمانلو","4487"),b[128]=new Array("زاوشت","4488"),b[129]=new Array("القو","4489"),b[130]=new Array("روشت بزرگ","4490"),b[131]=new Array("خوشه مهر","4491"),b[132]=new Array("زوارق","4492"),b[133]=new Array("خانه برق","4493"),b[134]=new Array("لکلر","4494"),b[135]=new Array("بایقوت","4495"),b[136]=new Array("اروق","4496"),b[137]=new Array("اقمنار","4497"),b[138]=new Array("لیلان","4498"),b[139]=new Array("طوراغائی","4499"),b[140]=new Array("هشترود","4500"),b[141]=new Array("اوشندل","4501"),b[142]=new Array("علی آبادعلیا","4502"),b[143]=new Array("ذوالبین","4503"),b[144]=new Array("نظرکهریزی","4504"),b[145]=new Array("آتش بیگ","4505"),b[146]=new Array("سلوک","4506"),b[147]=new Array("نصیرآبادسفلی","4507"),b[148]=new Array("ارسگنای سفلی","4508"),b[149]=new Array("سلطان آباد","4509"),b[150]=new Array("قله حسین خان","4510"),b[151]=new Array("ذاکر کندی","4511"),b[152]=new Array("قوچ احمد","4512"),b[153]=new Array("اغزیارت","4513"),b[154]=new Array("تیکمه داش","5576");break;case"KHZ":case"KZ":b[1]=new Array("اهواز","3374"),b[2]=new Array("آبادان","3538"),b[3]=new Array("خرمشهر","3539"),b[4]=new Array("اروندکنار","3075"),b[5]=new Array("ملاثانی","3076"),b[6]=new Array("ماهشهر","3077"),b[7]=new Array("آغاجاری","3078"),b[8]=new Array("رامهرمز","3079"),b[9]=new Array("ایذه","3080"),b[10]=new Array("شادگان","3081"),b[11]=new Array("سوسنگرد ـ دشت آزادگان","3082"),b[12]=new Array("شوشتر","3083"),b[13]=new Array("دزفول","3084"),b[14]=new Array("شوش","3085"),b[15]=new Array("اندیمشک","3086"),b[16]=new Array("مسجد سلیمان","3087"),b[17]=new Array("شیبان","5597"),b[18]=new Array("ویس","5598"),b[19]=new Array("زهره","5599"),b[20]=new Array("شرافت","5600"),b[21]=new Array("سالند","5601"),b[22]=new Array("فیاضی","4614"),b[23]=new Array("تنگه یک","4615"),b[24]=new Array("چویبده","4616"),b[25]=new Array("نهر سلیم","4617"),b[26]=new Array("فرخپیـسعدونی","4618"),b[27]=new Array("ابطر","4619"),b[28]=new Array("عیندو","4620"),b[29]=new Array("حمیدیه","4621"),b[30]=new Array("امالطیر","4622"),b[31]=new Array("خزامی","4623"),b[32]=new Array("قلعه چنعال","4624"),b[33]=new Array("کریت برومی","4625"),b[34]=new Array("نحیزانیه","4626"),b[35]=new Array("چمکلگه","4627"),b[36]=new Array("چمران ـ شهرک طالقانی","4628"),b[37]=new Array("بندر امام خمینی","4629"),b[38]=new Array("بندرامام خمینی","4630"),b[39]=new Array("صالح شهر","4631"),b[40]=new Array("اسیاب","4632"),b[41]=new Array("هندیجان","4633"),b[42]=new Array("بهبهان","4634"),b[43]=new Array("گروه پدافندهوائی","4635"),b[44]=new Array("ده ابراهیم","4636"),b[45]=new Array("کردستان بزرگ","4637"),b[46]=new Array("منصوریه","4638"),b[47]=new Array("سردشت","4639"),b[48]=new Array("امیدیه","4640"),b[49]=new Array("میانکوه","4641"),b[50]=new Array("رودزردماشین","4642"),b[51]=new Array("کیم","4643"),b[52]=new Array("نفت سفید","4644"),b[53]=new Array("رمیله علیا","4645"),b[54]=new Array("رامشیر","4646"),b[55]=new Array("جایزان","4647"),b[56]=new Array("دره تونمنمی","4648"),b[57]=new Array("نورآباد","4649"),b[58]=new Array("صیدون","4650"),b[59]=new Array("باغ ملک","4651"),b[60]=new Array("قلعه تل","4652"),b[61]=new Array("چنارستان","4653"),b[62]=new Array("پشت پیان","4654"),b[63]=new Array("دهدز","4655"),b[64]=new Array("عبودی","4656"),b[65]=new Array("دارخوین","4657"),b[66]=new Array("درویشی","4658"),b[67]=new Array("بوزیسیف","4659"),b[68]=new Array("مینوشهر","4660"),b[69]=new Array("حفارشرقی","4661"),b[70]=new Array("مقاومت","4662"),b[71]=new Array("برویهیک","4663"),b[72]=new Array("ابوحمیظه","4664"),b[73]=new Array("هویزه","4665"),b[74]=new Array("یزدنو","4666"),b[75]=new Array("رفیع","4667"),b[76]=new Array("بستان","4668"),b[77]=new Array("سیدعباس","4669"),b[78]=new Array("گوریه","4670"),b[79]=new Array("جنتمکان","4671"),b[80]=new Array("گتوند","4672"),b[81]=new Array("پیردالو","4673"),b[82]=new Array("شهرکنورمحمدی","4674"),b[83]=new Array("گاومیش آباد","4675"),b[84]=new Array("عربحسن","4676"),b[85]=new Array("صفی آباد","4677"),b[86]=new Array("شهرک امام خمینی","4678"),b[87]=new Array("مهمانشهراصفهانی","4679"),b[88]=new Array("بردگوری","4680"),b[89]=new Array("نبات","4681"),b[90]=new Array("چلون","4682"),b[91]=new Array("شرکت کاغذسازی پار","4683"),b[92]=new Array("مزرعه یک","4684"),b[93]=new Array("خرج راضی احمد","4685"),b[94]=new Array("الوانی","4686"),b[95]=new Array("همله تیمور","4687"),b[96]=new Array("شهرک بهرام","4688"),b[97]=new Array("صالحمشطت","4689"),b[98]=new Array("شهرک انصار","4690"),b[99]=new Array("قلعه خواجو","4691"),b[100]=new Array("حسینیه","4692"),b[101]=new Array("کلگهدره2","4693"),b[102]=new Array("تلهزنگ","4694"),b[103]=new Array("چمکلگ","4695"),b[104]=new Array("عنبر","4696"),b[105]=new Array("لالی","4697"),b[106]=new Array("دره بوری","4698"),b[107]=new Array("هفتگل","4699"),b[108]=new Array("کوشکک کوشک","4700"),b[109]=new Array("قلعه خواجه ـ اندیکا","4701"),b[110]=new Array("گلگیر","4702");break;case"FRS":case"FA":b[1]=new Array("بهمن","5574"),b[2]=new Array("بندامیر","4808"),b[3]=new Array("اکبرآباد","4809"),b[4]=new Array("خیرآبادتوللی","4810"),b[5]=new Array("داریان","4811"),b[6]=new Array("کچل آباد","4812"),b[7]=new Array("گشنکان","4813"),b[8]=new Array("کمجان","4814"),b[9]=new Array("شورجه","4815"),b[10]=new Array("مهارلونو","4816"),b[11]=new Array("کوهنجان","4817"),b[12]=new Array("سلطان آباد","4818"),b[13]=new Array("تفیهان","4819"),b[14]=new Array("طسوج","4820"),b[15]=new Array("اکبرآبادکوار","4821"),b[16]=new Array("مظفری","4822"),b[17]=new Array("کوشک بیدک","4823"),b[18]=new Array("فتح آباد","4824"),b[19]=new Array("دهشیب","4825"),b[20]=new Array("چنارراهدار","4826"),b[21]=new Array("موردراز","4827"),b[22]=new Array("کوشک بیبیچه","4828"),b[23]=new Array("کلاتون","4829"),b[24]=new Array("کلانی","4830"),b[25]=new Array("کمارج","4831"),b[26]=new Array("مهبودی علیا","4832"),b[27]=new Array("وراوی","4833"),b[28]=new Array("حکیم باشی","4834"),b[29]=new Array("کنارتخته","4835"),b[30]=new Array("خشت","4836"),b[31]=new Array("انارستان","4837"),b[32]=new Array("نودان","4838"),b[33]=new Array("مهرنجان","4839"),b[34]=new Array("جره","4840"),b[35]=new Array("بالاده","4841"),b[36]=new Array("لپوئی","4842"),b[37]=new Array("کام فیروز","4843"),b[38]=new Array("خرامه","4844"),b[39]=new Array("سروستان","4845"),b[40]=new Array("کوار","4846"),b[41]=new Array("کدسنج","4847"),b[42]=new Array("ماهسرم علیا","4848"),b[43]=new Array("گویم","4849"),b[44]=new Array("کلاه سیاه","4850"),b[45]=new Array("بابامیر","4851"),b[46]=new Array("آهنگری","4852"),b[47]=new Array("پیرین","4853"),b[48]=new Array("حسین آبادرستم","4854"),b[49]=new Array("مصیری ـ رستم","4855"),b[50]=new Array("میشان","4856"),b[51]=new Array("بهرغان","4857"),b[52]=new Array("بیضا","4858"),b[53]=new Array("دهپاگا","4859"),b[54]=new Array("کمهر","4860"),b[55]=new Array("راشک علیا","4861"),b[56]=new Array("هرایجان","4862"),b[57]=new Array("بانش","4863"),b[58]=new Array("کوشک","4864"),b[59]=new Array("خانیمن","4865"),b[60]=new Array("سعادت شهر ـ پاسارگاد","4866"),b[61]=new Array("قادرآباد","4867"),b[62]=new Array("ارسنجان","4868"),b[63]=new Array("سیدان","4869"),b[64]=new Array("زنگی آباد","4870"),b[65]=new Array("کوشکک","4871"),b[66]=new Array("خنجشت","4872"),b[67]=new Array("امامزاده اسماعیل","4873"),b[68]=new Array("حسن آباد","4874"),b[69]=new Array("آس پاس","4875"),b[70]=new Array("سده","4876"),b[71]=new Array("بازیچه","4877"),b[72]=new Array("دژکرد","4878"),b[73]=new Array("شهرمیان","4879"),b[74]=new Array("صغاد","4880"),b[75]=new Array("بوانات","4881"),b[76]=new Array("صفاشهر ـ خرم بید","4882"),b[77]=new Array("خرمی","4883"),b[78]=new Array("علاءمرودشت","4884"),b[79]=new Array("فیشور","4885"),b[80]=new Array("کازرون","3545"),b[81]=new Array("جهرم","3546"),b[82]=new Array("اردکان ـ سپیدان","3710"),b[83]=new Array("مرودشت","3711"),b[84]=new Array("اقلید","3712"),b[85]=new Array("آباده","3713"),b[86]=new Array("لار ـ لارستان","3714"),b[87]=new Array("گراش","3715"),b[88]=new Array("استهبان","3716"),b[89]=new Array("فسا","3717"),b[90]=new Array("فیروزآباد","3718"),b[91]=new Array("داراب","3719"),b[92]=new Array("نی ریز","3720"),b[93]=new Array("شیراز","3384"),b[94]=new Array("بوانات(سوریان)","3260"),b[95]=new Array("سورمق","3261"),b[96]=new Array("ایزدخواست","3262"),b[97]=new Array("حیدرآباد","3263"),b[98]=new Array("ابدون","3264"),b[99]=new Array("باب انار","3265"),b[100]=new Array("بندبست","3266"),b[101]=new Array("آبگرم مینا","3267"),b[102]=new Array("اوز","3268"),b[103]=new Array("لامرد","3269"),b[104]=new Array("جویم","3270"),b[105]=new Array("بنارویه","3271"),b[106]=new Array("لطیفی","3272"),b[107]=new Array("بیرم","3273"),b[108]=new Array("اشکنان","3274"),b[109]=new Array("کهنه","3275"),b[110]=new Array("خنج","3276"),b[111]=new Array("مهر","3277"),b[112]=new Array("رونیز","3278"),b[113]=new Array("بنوان","3279"),b[114]=new Array("ایج","3280"),b[115]=new Array("درب قلعه","3281"),b[116]=new Array("قلعه دمتنگ","3282"),b[117]=new Array("قطب آباد","3283"),b[118]=new Array("دنیان","3284"),b[119]=new Array("سروو","3285"),b[120]=new Array("مانیان","3286"),b[121]=new Array("بهجان","3287"),b[122]=new Array("کوشک قاضی","3288"),b[123]=new Array("خیرآباد جنگل","3289"),b[124]=new Array("نوبندگان","3290"),b[125]=new Array("ششده","3291"),b[126]=new Array("قاسم آباد سفلی","3292"),b[127]=new Array("زاهدشهر","3293"),b[128]=new Array("میانده","3294"),b[129]=new Array("صحرارود","3295"),b[130]=new Array("بایگان","3296"),b[131]=new Array("مبارک آباد","3297"),b[132]=new Array("میمند","3298"),b[133]=new Array("افزر","3299"),b[134]=new Array("قیر","3300"),b[135]=new Array("فراشبند","3301"),b[136]=new Array("دهرم","3302"),b[137]=new Array("چوگان","3303"),b[138]=new Array("مادوان","3304"),b[139]=new Array("ماهسالاری","3305"),b[140]=new Array("رستاق","3306"),b[141]=new Array("دوبران","3307"),b[142]=new Array("حاجی آباد ـ زرین دشت","3308"),b[143]=new Array("فدامی","3309"),b[144]=new Array("چمن مروارید","3310"),b[145]=new Array("جنت شهر(دهخیر)","3311"),b[146]=new Array("لای حنا","3312"),b[147]=new Array("آباده طشک","3313"),b[148]=new Array("قطاربنه","3314"),b[149]=new Array("دهکرگی","3315"),b[150]=new Array("جعفرآباد","3316"),b[151]=new Array("مشکان","3317"),b[152]=new Array("قطرویه","3318"),b[153]=new Array("هرگان","3319"),b[154]=new Array("خاوران","3320"),b[155]=new Array("خفر","3321"),b[156]=new Array("قائمیه","3123"),b[157]=new Array("زرقان","3124"),b[158]=new Array("نورآباد ـ ممسنی","3125");break;case"ESF":case"IS":b[1]=new Array("نوش آباد","5577"),b[2]=new Array("بهارستان","5578"),b[3]=new Array("نصر آباد","5579"),b[4]=new Array("سگزی","5580"),b[5]=new Array("تودشک","5581"),b[6]=new Array("بادرود","5582"),b[7]=new Array("خالدآباد","5583"),b[8]=new Array("کوشک","5584"),b[9]=new Array("نیاسر","5585"),b[10]=new Array("ابریشم","5586"),b[11]=new Array("افوس","5587"),b[12]=new Array("رهنان","5575"),b[13]=new Array("خوراسگان","5514"),b[14]=new Array("دستجاء","5515"),b[15]=new Array("شهرک صنعتی مورچ","5516"),b[16]=new Array("پاسگاه امام جعفر","5517"),b[17]=new Array("پالایشگاه اصفهان","5518"),b[18]=new Array("کلهرود","5519"),b[19]=new Array("گرگاب","5520"),b[20]=new Array("دستگردوبرخوار","5521"),b[21]=new Array("گز","5522"),b[22]=new Array("خورزوق","5523"),b[23]=new Array("حبیب آباد","5524"),b[24]=new Array("موته","5525"),b[25]=new Array("وزوان","5526"),b[26]=new Array("لای بید","5527"),b[27]=new Array("رباط آقاکمال","5528"),b[28]=new Array("خسروآباد","5529"),b[29]=new Array("کمشچه","5530"),b[30]=new Array("جندق","5531"),b[31]=new Array("فرخی","5532"),b[32]=new Array("مزیک","5533"),b[33]=new Array("مهرجان","5534"),b[34]=new Array("بیاضیه","5535"),b[35]=new Array("چوپانان","5536"),b[36]=new Array("بلان","5537"),b[37]=new Array("محمدآباد","5538"),b[38]=new Array("هرند","5539"),b[39]=new Array("ورزنه","5540"),b[40]=new Array("قهجاورستان","5541"),b[41]=new Array("نیک آباد","5542"),b[42]=new Array("اژیه","5543"),b[43]=new Array("حسن اباد","5544"),b[44]=new Array("کچومثقال","5545"),b[45]=new Array("ظفرقند","5546"),b[46]=new Array("نهوج","5547"),b[47]=new Array("نیسیان","5548"),b[48]=new Array("ومکان","5549"),b[49]=new Array("همسار","5550"),b[50]=new Array("فسخود","5551"),b[51]=new Array("نوداز","5552"),b[52]=new Array("اشکستان","5553"),b[53]=new Array("کجان","5554"),b[54]=new Array("نیستانک","5555"),b[55]=new Array("انارک","5556"),b[56]=new Array("بافران","5557"),b[57]=new Array("تیرانچی","5558"),b[58]=new Array("اصغرآباد","5559"),b[59]=new Array("دستگردفداره","5560"),b[60]=new Array("قرطمان","5561"),b[61]=new Array("جعفرآباد","5562"),b[62]=new Array("مهاباد","5563"),b[63]=new Array("درقه","5564"),b[64]=new Array("شهراب","5565"),b[65]=new Array("تورزن","5566"),b[66]=new Array("کریم آباد","5567"),b[67]=new Array("تلک آباد","5568"),b[68]=new Array("موغار","5569"),b[69]=new Array("خوانسارک","5570"),b[70]=new Array("پیربکران","5571"),b[71]=new Array("کلیشادوسودرجان","5572"),b[72]=new Array("جوچی","5573"),b[73]=new Array("کرمگان","5086"),b[74]=new Array("باغکومه","5087"),b[75]=new Array("سهروفیروزان","5088"),b[76]=new Array("لارگان","5089"),b[77]=new Array("اشترجان","5090"),b[78]=new Array("گارماسه","5091"),b[79]=new Array("حسین آبادازران","5092"),b[80]=new Array("شیردوان","5093"),b[81]=new Array("جوجیل","5094"),b[82]=new Array("ورنامخواست","5095"),b[83]=new Array("سده لنجان","5096"),b[84]=new Array("چرمهین","5097"),b[85]=new Array("باغ بهارداران","5098"),b[86]=new Array("نوگوران","5099"),b[87]=new Array("چمگردان","5100"),b[88]=new Array("کرجگان","5101"),b[89]=new Array("دیزیچه","5102"),b[90]=new Array("زیبا شهر","5103"),b[91]=new Array("باغملک","5104"),b[92]=new Array("دهسرخ","5105"),b[93]=new Array("پلی اکریل","5106"),b[94]=new Array("فولادمبارکه","5107"),b[95]=new Array("کرکوند","5108"),b[96]=new Array("زاینده رود","5109"),b[97]=new Array("چمنور","5110"),b[98]=new Array("کجرثیه","5111"),b[99]=new Array("اشیان","5112"),b[100]=new Array("طالخونچه","5113"),b[101]=new Array("نکوآباد","5114"),b[102]=new Array("رضوان شهر","5115"),b[103]=new Array("ورپشت","5116"),b[104]=new Array("عسگران","5117"),b[105]=new Array("گندان","5118"),b[106]=new Array("عزیزآباد","5119"),b[107]=new Array("میرآباد","5120"),b[108]=new Array("حاجی آباد","5121"),b[109]=new Array("خیرآباد","5122"),b[110]=new Array("اشن","5123"),b[111]=new Array("خونداب","5124"),b[112]=new Array("حسین آباد","5125"),b[113]=new Array("غرغن","5126"),b[114]=new Array("دامنه","5127"),b[115]=new Array("بوئین ومیاندشت","5128"),b[116]=new Array("زرنه","5129"),b[117]=new Array("بلطاق","5130"),b[118]=new Array("کرچ","5131"),b[119]=new Array("قره بلطاق","5132"),b[120]=new Array("مجتمع مسکونی سدزا","5133"),b[121]=new Array("مشهد کاوه","5134"),b[122]=new Array("اسکندری برآفتاب","5135"),b[123]=new Array("رزوه","5136"),b[124]=new Array("نهرخلج","5137"),b[125]=new Array("چاه غلامرضارحیمی","5138"),b[126]=new Array("اورگان","5139"),b[127]=new Array("گلدشت","5140"),b[128]=new Array("جوزدان","5141"),b[129]=new Array("کهریزسنگ","5142"),b[130]=new Array("نهضت آباد","5143"),b[131]=new Array("قلعسرخ","5144"),b[132]=new Array("اسلام ابادموگوئی","5145"),b[133]=new Array("مصیر","5146"),b[134]=new Array("برف انبار","5147"),b[135]=new Array("قمشلو","5148"),b[136]=new Array("قمبوان","5149"),b[137]=new Array("مهیار","5150"),b[138]=new Array("پیرزان","5151"),b[139]=new Array("منوچهرآباد","5152"),b[140]=new Array("شهرک شیمیائی رازی","5153"),b[141]=new Array("همگین","5154"),b[142]=new Array("موسی آباد","5155"),b[143]=new Array("کهرویه","5156"),b[144]=new Array("قصرچم","5157"),b[145]=new Array("اسلام آباد","5158"),b[146]=new Array("امین آباد","5159"),b[147]=new Array("مقصودبیک","5160"),b[148]=new Array("سولار","5161"),b[149]=new Array("منظریه","5162"),b[150]=new Array("گرموک","5163"),b[151]=new Array("مزرعه بانه","5164"),b[152]=new Array("هست","5165"),b[153]=new Array("ونک","5166"),b[154]=new Array("قبرکیفا","5167"),b[155]=new Array("کهنگان","5168"),b[156]=new Array("کمه","5169"),b[157]=new Array("مورک","5170"),b[158]=new Array("چهارراه","5171"),b[159]=new Array("دهنساء سفلی","5172"),b[160]=new Array("اغداش","5173"),b[161]=new Array("چشمه رحمان","5174"),b[162]=new Array("ورق","5175"),b[163]=new Array("سعادت آباد","5176"),b[164]=new Array("فتح آباد","5177"),b[165]=new Array("سنسن","5178"),b[166]=new Array("کامو","5179"),b[167]=new Array("دهریز","5180"),b[168]=new Array("رجق","5181"),b[169]=new Array("ابشیرین","5182"),b[170]=new Array("نشلج","5183"),b[171]=new Array("مشکات","5184"),b[172]=new Array("سفید شهر","5185"),b[173]=new Array("مزرعه صدر","5186"),b[174]=new Array("ابوزیدآباد","5187"),b[175]=new Array("کاغذی","5188"),b[176]=new Array("قهرود","5189"),b[177]=new Array("جوشقان و کامو","5190"),b[178]=new Array("برزک","5191"),b[179]=new Array("اسحق آباد","5192"),b[180]=new Array("وادقان","5193"),b[181]=new Array("اذران","5194"),b[182]=new Array("طرق","5195"),b[183]=new Array("اریسمان","5196"),b[184]=new Array("ابیانه","5197"),b[185]=new Array("اوره","5198"),b[186]=new Array("کامه","5199"),b[187]=new Array("ملازجان","5200"),b[188]=new Array("سعیدآباد","5201"),b[189]=new Array("مرغ","5202"),b[190]=new Array("قرغن","5203"),b[191]=new Array("کوچری","5204"),b[192]=new Array("کلوچان","5205"),b[193]=new Array("گلشهر","5206"),b[194]=new Array("وداغ","5207"),b[195]=new Array("زرنجان","5208"),b[196]=new Array("وانشان","5209"),b[197]=new Array("تیکن","5210"),b[198]=new Array("سنگ سفید","5211"),b[199]=new Array("رحمت آباد","5212"),b[200]=new Array("خمپیچ","5213");b[201]=new Array("مهرآباد","5214");b[202]=new Array("تیدجان","5215"),b[203]=new Array("خشک رود","5216"),b[204]=new Array("ویست","5217"),b[205]=new Array("سپاهان شهر","5218"),b[206]=new Array("شاهین شهر","3552"),b[207]=new Array("خمینی شهر","3553"),b[208]=new Array("نجف آباد","3554"),b[209]=new Array("شهرضا","3555"),b[210]=new Array("کاشان","3556"),b[211]=new Array("مورچه خورت","3761"),b[212]=new Array("دولت آباد","3762"),b[213]=new Array("میمه","3763"),b[214]=new Array("خور","3764"),b[215]=new Array("کوهپایه","3765"),b[216]=new Array("اردستان","3766"),b[217]=new Array("نائین","3767"),b[218]=new Array("درچه","3768"),b[219]=new Array("زواره","3769"),b[220]=new Array("فلاورجان","3770"),b[221]=new Array("قهد ریجان","3771"),b[222]=new Array("زرین شهر ـ لنجان","3772"),b[223]=new Array("مبارکه","3773"),b[224]=new Array("فولادشهر","3774"),b[225]=new Array("تیران","3775"),b[226]=new Array("دهق","3776"),b[227]=new Array("علویچه","3777"),b[228]=new Array("داران ـ فریدن","3778"),b[229]=new Array("چادگان","3779"),b[230]=new Array("ویلاشهر","3780"),b[231]=new Array("فریدون شهر","3781"),b[232]=new Array("اصفهان","3386"),b[233]=new Array("شهرک مجلسی","2983"),b[234]=new Array("دهاقان","2984"),b[235]=new Array("اسفرجان","2985"),b[236]=new Array("سمیرم","2986"),b[237]=new Array("حنا","2987"),b[238]=new Array("مهرگرد","2988"),b[239]=new Array("جوشقان استرک","2989"),b[240]=new Array("آران وبیدگل","2990"),b[241]=new Array("قمصر","2991"),b[242]=new Array("نطنز","2992"),b[243]=new Array("گلپایگان","2993"),b[244]=new Array("گوگد","2994"),b[245]=new Array("خوانسار","2995");break;case"RKH":case"KV":b[1]=new Array("گیفان بالا","2832"),b[2]=new Array("دررود","3013"),b[3]=new Array("طرقبه ـ بینالود","3018"),b[4]=new Array("چناران","3019"),b[5]=new Array("کلات","3020"),b[6]=new Array("سرخس","3021"),b[7]=new Array("فریمان","3022"),b[8]=new Array("مشهد","3387"),b[9]=new Array("قزاقی","2893"),b[10]=new Array("بام","2894"),
2
- b[11]=new Array("راهچمن","2881"),b[12]=new Array("انداده","2882"),b[13]=new Array("نقاب ـ جوین","2883"),b[14]=new Array("حکم اباد","2884"),b[15]=new Array("برغمد","2885"),b[16]=new Array("بلاش اباد","2886"),b[17]=new Array("نوده انقلاب","2887"),b[18]=new Array("رباط جز","2888"),b[19]=new Array("شامکان","2889"),b[20]=new Array("تندک","2890"),b[21]=new Array("شقان","3024"),b[22]=new Array("قوچان","3025"),b[23]=new Array("درگز","3026"),b[24]=new Array("فیض آباد ـ مه ولات","3027"),b[25]=new Array("رشتخوار","3028"),b[26]=new Array("کدکن","3029"),b[27]=new Array("خواف","3030"),b[28]=new Array("تربت جام","3031"),b[29]=new Array("صالح آباد","3032"),b[30]=new Array("تایباد","3033"),b[31]=new Array("داورزن","3034"),b[32]=new Array("جغتای","3035"),b[33]=new Array("ششتمد","3036"),b[34]=new Array("کاشمر","3037"),b[35]=new Array("بردسکن","3038"),b[36]=new Array("گناباد","3039"),b[37]=new Array("خرم ده غربی","2825"),b[38]=new Array("امیرآباد","2827"),b[39]=new Array("گریوان","2828"),b[40]=new Array("بدرانلو","2829"),b[41]=new Array("اینچه علیا","2816"),b[42]=new Array("امند","2817"),b[43]=new Array("کهنه جلگه","2818"),b[44]=new Array("یکه سعودعلیا","2819"),b[45]=new Array("راستقان","2820"),b[46]=new Array("غلامان","2821"),b[47]=new Array("اصغرآباد","2822"),b[48]=new Array("چمنبید","2823"),b[49]=new Array("قاسمخان","2896"),b[50]=new Array("رزق اباد","2897"),b[51]=new Array("سارمران","2898"),b[52]=new Array("روئین","2899"),b[53]=new Array("اوندر","2900"),b[54]=new Array("ریوش(کوهسرخ)","2901"),b[55]=new Array("دهنو","2902"),b[56]=new Array("فدافند","2903"),b[57]=new Array("خلیل آباد","2904"),b[58]=new Array("کندر","2905"),b[59]=new Array("بند قرائ","2906"),b[60]=new Array("کاسف","2907"),b[61]=new Array("کبودان","2908"),b[62]=new Array("شفیع اباد","2909"),b[63]=new Array("رکناباد","2910"),b[64]=new Array("شهرآباد","2911"),b[65]=new Array("انابد","2912"),b[66]=new Array("میرآباد مازول","2774"),b[67]=new Array("فرخک","2775"),b[68]=new Array("خرو","2776"),b[69]=new Array("قدمگاه","2777"),b[70]=new Array("اسحاق آباد","2778"),b[71]=new Array("خوجان","2779"),b[72]=new Array("عشق آباد","2780"),b[73]=new Array("اوارشک","2781"),b[74]=new Array("ملک آباد","2782"),b[75]=new Array("گورده","2783"),b[76]=new Array("شاندیز","2784"),b[77]=new Array("طوس سفلی","2785"),b[78]=new Array("قرقی سفلی","2786"),b[79]=new Array("کنویست","2787"),b[80]=new Array("رادکان","2788"),b[81]=new Array("سیدآباد","2789"),b[82]=new Array("گلبهار","2790"),b[83]=new Array("سلوگرد","2791"),b[84]=new Array("ارداک","2792"),b[85]=new Array("بقمچ","2793"),b[86]=new Array("گلمکان","2794"),b[87]=new Array("شهرک رضوی","2795"),b[88]=new Array("میامی","2796"),b[89]=new Array("چاهک","2797"),b[90]=new Array("شهر زو","2798"),b[91]=new Array("گوش","2799"),b[92]=new Array("نریمانی سفلی","2800"),b[93]=new Array("تقی آباد","2801"),b[94]=new Array("کچولی","2802"),b[95]=new Array("شیرتپه","2803"),b[96]=new Array("پس کمر","2804"),b[97]=new Array("مزداوند","2805"),b[98]=new Array("بزنگان","2806"),b[99]=new Array("گنبدلی","2807"),b[100]=new Array("کندکلی","2808"),b[101]=new Array("کته شمشیرسفلی","2809"),b[102]=new Array("سنگبست","2810"),b[103]=new Array("سفید سنگ","2811"),b[104]=new Array("قلندرآباد","2812"),b[105]=new Array("فرهادگرد","2813"),b[106]=new Array("زرکک","2814"),b[107]=new Array("کهنه اوغاز","2835"),b[108]=new Array("دوین","2836"),b[109]=new Array("گلیان","2837"),b[110]=new Array("زاورم","2838"),b[111]=new Array("زیارت","2839"),b[112]=new Array("رباط","2840"),b[113]=new Array("شهرکهنه","2841"),b[114]=new Array("قریه شرف","2842"),b[115]=new Array("نشتیفان","2843"),b[116]=new Array("سنگان","2844"),b[117]=new Array("مزن آباد","2845"),b[118]=new Array("قاسم آباد","2846"),b[119]=new Array("چمن آباد","2847"),b[120]=new Array("حسن آباد","2848"),b[121]=new Array("سلامی","2849"),b[122]=new Array("چشمه گل","2850"),b[123]=new Array("سمیع آباد","2851"),b[124]=new Array("نیل شهر","2852"),b[125]=new Array("احمدآباد صولت","2853"),b[126]=new Array("نصرآباد","2854"),b[127]=new Array("ابدال آباد","2855"),b[128]=new Array("کاریزنو","2856"),b[129]=new Array("درزاب علیا","2857"),b[130]=new Array("محموداباد","2858"),b[131]=new Array("یاقوتین جدید","2859"),b[132]=new Array("جنت اباد","2860"),b[133]=new Array("موسی اباد","2861"),b[134]=new Array("نبی تاک","2862"),b[135]=new Array("ازاده","2863"),b[136]=new Array("کاریز","2864"),b[137]=new Array("درفارون","2865"),b[138]=new Array("کرات","2866"),b[139]=new Array("مشهدریزه","2867"),b[140]=new Array("باخرز","2868"),b[141]=new Array("قلعه نو","2869"),b[142]=new Array("کوهسفید","2870"),b[143]=new Array("مهر","2871"),b[144]=new Array("رباط سرپوش","2872"),b[145]=new Array("مشکان","2873"),b[146]=new Array("نامن","2874"),b[147]=new Array("رودآب","2875"),b[148]=new Array("بنفج","2876"),b[149]=new Array("مزینان","2877"),b[150]=new Array("دستوران","2878"),b[151]=new Array("ازادوار","2879"),b[152]=new Array("نیشابور","3559"),b[153]=new Array("تربت حیدریه","3561"),b[154]=new Array("سبزوار","3562"),b[155]=new Array("چرمه","5395"),b[156]=new Array("ارسک","5396"),b[157]=new Array("رقه","5397"),b[158]=new Array("کرند","5398"),b[159]=new Array("اصفاک","5399"),b[160]=new Array("نیگان","5400"),b[161]=new Array("خانکوک","5401"),b[162]=new Array("شاهرخت","5390"),b[163]=new Array("دهک","5384"),b[164]=new Array("میغان","5385"),b[165]=new Array("طبین بالا","5386"),b[166]=new Array("بیهود","5387"),b[167]=new Array("افریر","5388"),b[168]=new Array("گزیک","5377"),b[169]=new Array("شاخن","5378"),b[170]=new Array("گازار","5379"),b[171]=new Array("چاهداشی","5380"),b[172]=new Array("چهار فرسخ","5381"),b[173]=new Array("توتسک","5382"),b[174]=new Array("چهکند","5368"),b[175]=new Array("القور","5369"),b[176]=new Array("درح","5370"),b[177]=new Array("القار","5371"),b[178]=new Array("طبس سینا","5372"),b[179]=new Array("برون","5392"),b[180]=new Array("مصعبی","5393"),b[181]=new Array("سلطان آباد","5594"),b[182]=new Array("رضویه","5595"),b[183]=new Array("همت آباد","5596"),b[184]=new Array("دیهوک","5403"),b[185]=new Array("کریت","5404"),b[186]=new Array("اسفندیار","5405"),b[187]=new Array("جوخواه","5406"),b[188]=new Array("پیرحاجات","5407"),b[189]=new Array("گزو","5408"),b[190]=new Array("سربیت","5409"),b[191]=new Array("مرزداران","5410"),b[192]=new Array("فیروزه ـ تخت جلگه","5411"),b[193]=new Array("شوراب","5312"),b[194]=new Array("گلبوی سفلی","5313"),b[195]=new Array("مبارکه","5314"),b[196]=new Array("چکنه","5315"),b[197]=new Array("برزنون","5316"),b[198]=new Array("فدیشه","5317"),b[199]=new Array("بار","5318"),b[200]=new Array("یلاک","5319");b[201]=new Array("دیزادیز","5320");b[202]=new Array("جعفرآبادعلیا","5321"),b[203]=new Array("شفیع","5322"),b[204]=new Array("دوغایی","5323"),b[205]=new Array("تیکانلو","5325"),b[206]=new Array("جوزان","5326"),b[207]=new Array("امام قلی","5327"),b[208]=new Array("باجگیران","5328"),b[209]=new Array("مایوان","5329"),b[210]=new Array("چریرسالت","5330"),b[211]=new Array("خرق","5331"),b[212]=new Array("حسن آبادلائن نو","5332"),b[213]=new Array("لطف آباد","5333"),b[214]=new Array("کبکان","5334"),b[215]=new Array("چاپشلو","5335"),b[216]=new Array("نوخندان","5336"),b[217]=new Array("زیندانلو","5337"),b[218]=new Array("محمدتقی","5338"),b[219]=new Array("سیوکی","5339"),b[220]=new Array("مهنه","5340"),b[221]=new Array("عبدل آباد","5341"),b[222]=new Array("شادمهر","5342"),b[223]=new Array("بایک","5344"),b[224]=new Array("چخماق","5345"),b[225]=new Array("قلعه آقاحسن","5346"),b[226]=new Array("زرغری","5347"),b[227]=new Array("جنگل","5348"),b[228]=new Array("باسفر","5349"),b[229]=new Array("دولت آباد ـ زاوه","5350"),b[230]=new Array("یک لنگی علیا","5351"),b[231]=new Array("کامه سفلی","5352"),b[232]=new Array("رودخانه","5353"),b[233]=new Array("رباط سنگ","5354"),b[234]=new Array("اسدآباد","5355"),b[235]=new Array("نسر","5356"),b[236]=new Array("درونه","5357"),b[237]=new Array("یونسی","5358"),b[238]=new Array("بیدخت","5359"),b[239]=new Array("گیسوبالا","5360"),b[240]=new Array("کاخک","5361"),b[241]=new Array("زیبد","5362"),b[242]=new Array("بجستان","5363"),b[243]=new Array("جزین","5364"),b[244]=new Array("ماژان","5365"),b[245]=new Array("روبیات","5366");break;case"GZN":case"QZ":b[1]=new Array("قزوین","3512"),b[2]=new Array("شهر صنعتی البرز","3595"),b[3]=new Array("اقبالیه","3596"),b[4]=new Array("الوند ـ البرز","3597"),b[5]=new Array("آبیک","3598"),b[6]=new Array("بوئین زهرا","3599"),b[7]=new Array("َآوج","3600"),b[8]=new Array("طالقان","3601"),b[9]=new Array("تاکستان","3602"),b[10]=new Array("محمدیه","3603"),b[11]=new Array("محمود آباد نمونه","3876"),b[12]=new Array("بیدستان","3877"),b[13]=new Array("الولک","3878"),b[14]=new Array("کاکوهستان","3879"),b[15]=new Array("فلار","3880"),b[16]=new Array("رجائی دشت","3881"),b[17]=new Array("معلم کلایه","3882"),b[18]=new Array("مینودشت","3883"),b[19]=new Array("زوارک","3884"),b[20]=new Array("صمغ آباد","3885"),b[21]=new Array("ناصرآباد","3886"),b[22]=new Array("رشتقون","3887"),b[23]=new Array("قشلاق","3888"),b[24]=new Array("خاکعلی","3889"),b[25]=new Array("لیا","3890"),b[26]=new Array("سگزآباد","3891"),b[27]=new Array("عصمت آباد","3892"),b[28]=new Array("خرم آباد","3893"),b[29]=new Array("اسفرورین","3894"),b[30]=new Array("شال","3895"),b[31]=new Array("دانسفهان","3896"),b[32]=new Array("قلعه هاشمخان","3897"),b[33]=new Array("گلنجین","3898"),b[34]=new Array("استلج","3899"),b[35]=new Array("آبگرم","3900"),b[36]=new Array("نیارج","3901"),b[37]=new Array("حصارولیعصر","3902"),b[38]=new Array("ماهین","3903"),b[39]=new Array("سیردان","3904"),b[40]=new Array("کبح","3905"),b[41]=new Array("سیاهپوش","3906"),b[42]=new Array("نیارک","3907"),b[43]=new Array("آقابابا","3908"),b[44]=new Array("خرم دشت","3909"),b[45]=new Array("نهاوند","3910"),b[46]=new Array("ضیاآباد","3911"),b[47]=new Array("حسین آباد","3912"),b[48]=new Array("رحیم آباد","3913"),b[49]=new Array("یحیی آباد","3914"),b[50]=new Array("نیکویه","3915"),b[51]=new Array("رازمیان","3916"),b[52]=new Array("کوهین","3917"),b[53]=new Array("ارداق","5602"),b[54]=new Array("نرجه","5603");break;case"SM":case"SMN":b[1]=new Array("خیرآباد","3918"),b[2]=new Array("میاندره","3919"),b[3]=new Array("رضاآباد","3920"),b[4]=new Array("زرطول","3921"),b[5]=new Array("عطاری","3922"),b[6]=new Array("اهوان","3923"),b[7]=new Array("مشیریه","3924"),b[8]=new Array("جام","3925"),b[9]=new Array("دوزهیر","3926"),b[10]=new Array("معدن نمک","3927"),b[11]=new Array("نظامی","3928"),b[12]=new Array("اسدآباد","3929"),b[13]=new Array("لاسجرد","3930"),b[14]=new Array("سیدآباد","3931"),b[15]=new Array("عبداله آبادپائین","3932"),b[16]=new Array("بیابانک","3933"),b[17]=new Array("مومن آباد","3934"),b[18]=new Array("درجزین","3935"),b[19]=new Array("دربند","3936"),b[20]=new Array("گلرودبار","3937"),b[21]=new Array("آبگرم","3938"),b[22]=new Array("افتر","3939"),b[23]=new Array("فولاد محله","3940"),b[24]=new Array("ده صوفیان","3941"),b[25]=new Array("هیکو","3942"),b[26]=new Array("چاشم","3943"),b[27]=new Array("کردوان","3944"),b[28]=new Array("مندولک","3945"),b[29]=new Array("داورآباد","3946"),b[30]=new Array("ارادان","3947"),b[31]=new Array("رامه پائین","3948"),b[32]=new Array("بنکوه","3949"),b[33]=new Array("کهن آباد","3950"),b[34]=new Array("چمن آبادکوروس","3951"),b[35]=new Array("کرک","3952"),b[36]=new Array("گلستانک","3953"),b[37]=new Array("لجران","3954"),b[38]=new Array("جودانه","3955"),b[39]=new Array("ابراهیم آباد بالا","3956"),b[40]=new Array("بکران","3957"),b[41]=new Array("کردآباد","3958"),b[42]=new Array("نردین","3959"),b[43]=new Array("سوداغلن","3960"),b[44]=new Array("فرومه","3961"),b[45]=new Array("ابرسیج","3962"),b[46]=new Array("میغان","3963"),b[47]=new Array("قلعه نوخرقان","3964"),b[48]=new Array("چهل دختر نظامی","3965"),b[49]=new Array("کلاته خیج","3966"),b[50]=new Array("نگارمن","3967"),b[51]=new Array("ده ملا","3968"),b[52]=new Array("رویان","3969"),b[53]=new Array("بوشت","3970"),b[54]=new Array("سطوه","3971"),b[55]=new Array("طرود","3972"),b[56]=new Array("مغان","3973"),b[57]=new Array("گیور","3974"),b[58]=new Array("دستجرد","3975"),b[59]=new Array("مسیح آباد","3976"),b[60]=new Array("احمدآباد","3977"),b[61]=new Array("زمان آباد","3978"),b[62]=new Array("سلم رود","3979"),b[63]=new Array("جزن","3980"),b[64]=new Array("برم","3981"),b[65]=new Array("محمدآباد","3982"),b[66]=new Array("معصوم آباد","3983"),b[67]=new Array("فرات","3984"),b[68]=new Array("علیان","3985"),b[69]=new Array("عمروان","3986"),b[70]=new Array("قوشه","3987"),b[71]=new Array("دروار","3988"),b[72]=new Array("آستانه","3989"),b[73]=new Array("دیباج","3990"),b[74]=new Array("طزره","3991"),b[75]=new Array("مهماندوست","3992"),b[76]=new Array("کلاته ملا","3993"),b[77]=new Array("قدرت آباد","3994"),b[78]=new Array("علا","3604"),b[79]=new Array("آبخوری","3605"),b[80]=new Array("سرخه","3606"),b[81]=new Array("مهدی شهر","3607"),b[82]=new Array("شهمیرزاد","3608"),b[83]=new Array("گرمسار","3609"),b[84]=new Array("ایوانکی","3610"),b[85]=new Array("میامی","3611"),b[86]=new Array("بسطام","3612"),b[87]=new Array("مجن","3613"),b[88]=new Array("بیارجمند","3614"),b[89]=new Array("دامغان","3615"),b[90]=new Array("امیریه","3616"),b[91]=new Array("سمنان","3513"),b[92]=new Array("شاهرود","3514");break;case"QHM":case"QM":b[1]=new Array("قنوات","3617"),b[2]=new Array("دستجرد","3618"),b[3]=new Array("امیر آباد گنجه","3995"),b[4]=new Array("قمرود","3996"),b[5]=new Array("کهک","3997"),b[6]=new Array("قلعه چم","3998"),b[7]=new Array("قاهان","3999"),b[8]=new Array("شهر جعفریه","4000"),b[9]=new Array("جنداب","4001"),b[10]=new Array("سلفچگان","4002"),b[11]=new Array("قم","3515");break;case"MK":case"MKZ":b[1]=new Array("محلات","3621"),b[2]=new Array("دلیجان","3622"),b[3]=new Array("خنداب","3623"),b[4]=new Array("کمیجان","3624"),b[5]=new Array("شازند","3625"),b[6]=new Array("آستانه","3626"),b[7]=new Array("خمین","3627"),b[8]=new Array("رباط مراد","3628"),b[9]=new Array("غرق آباد","3629"),b[10]=new Array("مامونیه ـ زرندیه","3630"),b[11]=new Array("تفرش","3631"),b[12]=new Array("آشتیان","3632"),b[13]=new Array("سلطان آباد","4016"),b[14]=new Array("اصفهانک","4017"),b[15]=new Array("حسین آباد","4018"),b[16]=new Array("خشک رود","4019"),b[17]=new Array("حکیم آباد","4020"),b[18]=new Array("یحیی آباد","4021"),b[19]=new Array("صدرآباد","4022"),b[20]=new Array("قطب صنعتی","4023"),b[21]=new Array("نیمور","4024"),b[22]=new Array("نخجیروان","4025"),b[23]=new Array("باقرآباد","4026"),b[24]=new Array("بزیجان","4027"),b[25]=new Array("عیسی آباد","4028"),b[26]=new Array("خورهه","4029"),b[27]=new Array("دودهک","4030"),b[28]=new Array("بیجگان","4031"),b[29]=new Array("خاوه","4032"),b[30]=new Array("نراق","4033"),b[31]=new Array("سینقان","4034"),b[32]=new Array("هستیجان","4035"),b[33]=new Array("کرهرود","4036"),b[34]=new Array("قنات ناصری","4037"),b[35]=new Array("ساروق","4038"),b[36]=new Array("داودآباد","4039"),b[37]=new Array("معصومیه","4040"),b[38]=new Array("انجدان","4041"),b[39]=new Array("دینه کبود","4042"),b[40]=new Array("حصارخنداب","4043"),b[41]=new Array("چیزان","4044"),b[42]=new Array("جاروسیان","4045"),b[43]=new Array("ادشته","4046"),b[44]=new Array("استوه","4047"),b[45]=new Array("سنجان","4048"),b[46]=new Array("اناج","4049"),b[47]=new Array("وفس","4050"),b[48]=new Array("خسروبیک","4051"),b[49]=new Array("میلاجرد","4052"),b[50]=new Array("سقاور","4053"),b[51]=new Array("هزاوه","4054"),b[52]=new Array("قدمگاه","4055"),b[53]=new Array("هفته","4056"),b[54]=new Array("لنجرود","4057"),b[55]=new Array("توره","4058"),b[56]=new Array("کزاز","4059"),b[57]=new Array("کتیران بالا","4060"),b[58]=new Array("نهرمیان","4061"),b[59]=new Array("سرسختی بالا","4062"),b[60]=new Array("لوزدرعلیا","4063"),b[61]=new Array("خنادرهوسطی","4064"),b[62]=new Array("هندودر","4065"),b[63]=new Array("تواندشت علیا","4066"),b[64]=new Array("مالمیر","4067"),b[65]=new Array("چهارچریک","4068"),b[66]=new Array("خیس آباد","4069"),b[67]=new Array("چهارچشمه","4070"),b[68]=new Array("لکان","4071"),b[69]=new Array("قورچی باشی","4072"),b[70]=new Array("ورچه","4073"),b[71]=new Array("فرقهان","4074"),b[72]=new Array("امامزاده ورچه","4075"),b[73]=new Array("رباط کمنسان","4076"),b[74]=new Array("ریحان علیا","4077"),b[75]=new Array("مزنق","4078"),b[76]=new Array("خورآوند","4079"),b[77]=new Array("شیجان علیا","4080"),b[78]=new Array("گلدشت","4081"),b[79]=new Array("دهنو","4082"),b[80]=new Array("نوبران","4083"),b[81]=new Array("قلعک","4084"),b[82]=new Array("یلاباد","4085"),b[83]=new Array("رازقان","4086"),b[84]=new Array("الویر","4087"),b[85]=new Array("دوزج","4088"),b[86]=new Array("علیشار","4089"),b[87]=new Array("بالقلو","4090"),b[88]=new Array("زاویه","4091"),b[89]=new Array("چمران","4092"),b[90]=new Array("ماقان","4093"),b[91]=new Array("سامان","4094"),b[92]=new Array("دخان","4095"),b[93]=new Array("مراغه","4096"),b[94]=new Array("فرمهین","4097"),b[95]=new Array("شهراب","4098"),b[96]=new Array("زاغر","4099"),b[97]=new Array("کهک","4100"),b[98]=new Array("فشک","4101"),b[99]=new Array("آهنگران","4102"),b[100]=new Array("علیان آباد","4103"),b[101]=new Array("مزرعهنو","4104"),b[102]=new Array("صالح آباد","4105"),b[103]=new Array("سیاوشان","4106"),b[104]=new Array("آهو","4107"),b[105]=new Array("پرندک","4108"),b[106]=new Array("اراک","3516"),b[107]=new Array("ساوه","3517"),b[108]=new Array("شهرک مهاجران","3635");break;case"ZJN":case"ZA":b[1]=new Array("زنجان","3521"),b[2]=new Array("محمودآباد","3196"),b[3]=new Array("باشقشلاق","3197"),b[4]=new Array("گرماب","3198"),b[5]=new Array("زرین آباد ـ ایجرود","3199"),b[6]=new Array("کهلا","3200"),b[7]=new Array("گیلوان","3201"),b[8]=new Array("دستجرده","3202"),b[9]=new Array("سعیدآباد","3203"),b[10]=new Array("چورزق","3204"),b[11]=new Array("حلب","3205"),b[12]=new Array("درام","3206"),b[13]=new Array(" آب بر ـ طارم","3207"),b[14]=new Array("زرین رود","3208"),b[15]=new Array("ماهنشان","3650"),b[16]=new Array("سلطانیه","3651"),b[17]=new Array("ابهر","3652"),b[18]=new Array("خرمدره","3653"),b[19]=new Array("قیدار","3654"),b[20]=new Array("همایون","4222"),b[21]=new Array("بوغداکندی","4223"),b[22]=new Array("اژدهاتو","4224"),b[23]=new Array("اسفجین","4225"),b[24]=new Array("ارمغان خانه","4226"),b[25]=new Array("قبله بلاغی","4227"),b[26]=new Array("پری","4228"),b[27]=new Array("اندآباد علیا","4229"),b[28]=new Array("قرهگل","4230"),b[29]=new Array("نیک پی","4231"),b[30]=new Array("دندی","4232"),b[31]=new Array("سونتو","4233"),b[32]=new Array("قلتوق","4234"),b[33]=new Array("گوزلدره سفلی","4235"),b[34]=new Array("سنبل آباد","4236"),b[35]=new Array("دره سجین","4237"),b[36]=new Array("دولت آباد","4238"),b[37]=new Array("کینهورس","4239"),b[38]=new Array("هیدج","4240"),b[39]=new Array("صائین قلعه","4241"),b[40]=new Array("اقبلاغ سفلی","4242"),b[41]=new Array("سهرورد","4243"),b[42]=new Array("کرسف","4244"),b[43]=new Array("سجاس","4245");break;case"MZN":case"MN":b[1]=new Array("شیرنگ علیا","4340"),b[2]=new Array("مارون کلاته","4341"),b[3]=new Array("مزرعه کتول","4342"),b[4]=new Array("حاجی کلاته","4343"),b[5]=new Array("بدراقنوری","4344"),b[6]=new Array("خولیندره","4345"),b[7]=new Array("گامیشلی","4331"),b[8]=new Array("قرنجیک","4332"),b[9]=new Array("قلعه محمود","4333"),b[10]=new Array("کفشگری","4334"),b[11]=new Array("بالاجاده","4317"),b[12]=new Array("میاندره","4320"),b[13]=new Array("ایلوار","4321"),b[14]=new Array("زلکلان","4322"),b[15]=new Array("یساقی","4323"),b[16]=new Array("بندپی","4324"),b[17]=new Array("مهتر کلا","4325"),b[18]=new Array("داوکان","4326"),b[19]=new Array("قره قاشلی","4327"),b[20]=new Array("پنج پیکر","4328"),b[21]=new Array("خواجه نفس","4329"),b[22]=new Array("گلوگاه ـ بابل","5608"),b[23]=new Array("ایزدشهر","5609"),b[24]=new Array("تقی آباد","4336"),b[25]=new Array("پیرواش","4337"),b[26]=new Array("جعفرآبادنامتلو","4348"),b[27]=new Array("شش آب","4349"),b[28]=new Array("کوچک خرطومه","4350"),b[29]=new Array("ایمرملاساری","4351"),b[30]=new Array("بیبی شیروان","4352"),b[31]=new Array("تنگراه","4367"),b[32]=new Array("صالح آباد چولی","4368"),b[33]=new Array("کیارام","4369"),b[34]=new Array("دوزین","4370"),b[35]=new Array("قلعه قافه","4371"),b[36]=new Array("کنگور","4372"),b[37]=new Array("بالایشیخکین گلین","4373"),b[38]=new Array("پیشکمر","4374"),b[39]=new Array("بیشک تپه","4375"),b[40]=new Array("مراوه تپه","4376"),b[41]=new Array("قرهگل شرقی","4377"),b[42]=new Array("عزیز آباد","4378"),b[43]=new Array("یانبلاغ","4379"),b[44]=new Array("زرگر محله","4380"),b[45]=new Array("مرزی کلا","4381"),b[46]=new Array("رودپی","4382"),b[47]=new Array("معدن قشلاقی","4354"),b[48]=new Array("فارسیان","4355"),b[49]=new Array("خوش ییلاق","4356"),b[50]=new Array("تاتارعلیا","4357"),b[51]=new Array("پشمک نیاده","4358"),b[52]=new Array("باغلی مارامه","4359"),b[53]=new Array("داشلی برون","4360"),b[54]=new Array("دیگچه","4361"),b[55]=new Array("حاجیقوشان","4362"),b[56]=new Array("سارجهگر","4363"),b[57]=new Array("کرند","4364"),b[58]=new Array("آمل","3522"),b[59]=new Array("بابل","3523"),b[60]=new Array("ساری","3524"),b[61]=new Array("معلم کلاء","3209"),b[62]=new Array("سرخرود","3210"),b[63]=new Array("وسطی کلاء","3211"),b[64]=new Array("رینه","3212"),b[65]=new Array("سوا","3213"),b[66]=new Array("بایجان","3214"),b[67]=new Array("گزنک","3215"),b[68]=new Array("چمستان","3216"),b[69]=new Array("بنفشه ده","3217"),b[70]=new Array("رئیس کلالاویج","3218"),b[71]=new Array("اوزه","3219"),b[72]=new Array("بلده","3220"),b[73]=new Array("تاکر","3221"),b[74]=new Array("گلنده رود","3222"),b[75]=new Array("چلندر","3223"),b[76]=new Array("صلاح الدین کلاء","3224"),b[77]=new Array("نارنجبن","3225"),b[78]=new Array("رویانشهر","3226"),b[79]=new Array("کجور","3227"),b[80]=new Array("پولکجور","3228"),b[81]=new Array("لشکنار","3229"),b[82]=new Array("هچیرود","3230"),b[83]=new Array("مرزن آباد","3231"),b[84]=new Array("کردیچال","3232"),b[85]=new Array("کلاردشت","3233"),b[86]=new Array("کلنو","3234"),b[87]=new Array("دلیر","3235"),b[88]=new Array("سیاه پیشه","3236"),b[89]=new Array("کلارآباد","3237"),b[90]=new Array("عباس آباد","3238"),b[91]=new Array("سرلنگا","3239"),b[92]=new Array("کترا","3240"),b[93]=new Array("گلعلی آباد","3241"),b[94]=new Array("میانکوه دوهزار","3242"),b[95]=new Array("مهران سه هزار","3243"),b[96]=new Array("نشتارود","3244"),b[97]=new Array("قلعه گردن","3245"),b[98]=new Array("خرم آباد","3246"),b[99]=new Array("شیرود","3247"),b[100]=new Array("سلیمان آباد","3248"),b[101]=new Array("کشکو","3249"),b[102]=new Array("لاکتراشان","3250"),b[103]=new Array("سادات محله","3251"),b[104]=new Array("کتالم","3252"),b[105]=new Array("اغوزکتی","3253"),b[106]=new Array("جواهرده","3254"),b[107]=new Array("جفت رودبار","3255"),b[108]=new Array("تهل","3256"),b[109]=new Array("خوشرودپی","3257"),b[110]=new Array("آهنگرکلا","3258"),b[111]=new Array("گاون کلا","3259"),b[112]=new Array("وقبله","4246"),b[113]=new Array("شورکش","4247"),b[114]=new Array("اینچهدان","4248"),b[115]=new Array("عرب خیل","4249"),b[116]=new Array("بهنمیر","4250"),b[117]=new Array("کاسگرمحله","4251"),b[118]=new Array("کله بست","4252"),b[119]=new Array("بیشه سر","4253"),b[120]=new Array("گنج افروز","4254"),b[121]=new Array("گتاب","4255"),b[122]=new Array("دابودشت","4256"),b[123]=new Array("درازکش","4257"),b[124]=new Array("گردرودبار","4258"),b[125]=new Array("شهیدآباد","4259"),b[126]=new Array("احمد چاله پس","4260"),b[127]=new Array("بالا جنید","4261"),b[128]=new Array("خطیر کلاء","4262"),b[129]=new Array("حاجی کلاء صنم","4263"),b[130]=new Array("واسکس","4264"),b[131]=new Array("قادیکلاء","4265"),b[132]=new Array("دیکنده","4266"),b[133]=new Array("کفشگرکلااوطه","4267"),b[134]=new Array("کیا کلا","4268"),b[135]=new Array("بالادسته","4269"),b[136]=new Array("بیزکی","4270"),b[137]=new Array("کوهی خیل","4271"),b[138]=new Array("سنگتاب","4272"),b[139]=new Array("رکابدارکلا","4273"),b[140]=new Array("شیر کلا","4274"),b[141]=new Array("آلاشت","4275"),b[142]=new Array("لغور","4276"),b[143]=new Array("اتو","4277"),b[144]=new Array("شیرگاه","4278"),b[145]=new Array("پالند","4279"),b[146]=new Array("چرات","4280"),b[147]=new Array("دهمیان","4281"),b[148]=new Array("خشکدره","4282"),b[149]=new Array("امافت","4283"),b[150]=new Array("دو آب","4284"),b[151]=new Array("ورسک","4285"),b[152]=new Array("کتی لته","4286"),b[153]=new Array("اروست","4287"),b[154]=new Array("فریم","4288"),b[155]=new Array("سنگده","4289"),b[156]=new Array("قادیکلا","4290"),b[157]=new Array("تاکام","4291"),b[158]=new Array("هولار","4292"),b[159]=new Array("اسبوکلا","4293"),b[160]=new Array("سورک","4294"),b[161]=new Array("اسلام آباد","4295"),b[162]=new Array("گهرباران","4296"),b[163]=new Array("فرخ آباد","4297"),b[164]=new Array("داراب کلاء","4298"),b[165]=new Array("ماچک پشت","4299"),b[166]=new Array("خورشید","4300"),b[167]=new Array("زاغمرز","4301"),b[168]=new Array("چلمردی","4302"),b[169]=new Array("رستم کلا","4303"),b[170]=new Array("پائین زرندین","4304"),b[171]=new Array("بارابسر","4305"),b[172]=new Array("تیر تاش","4306"),b[173]=new Array("خلیل شهر","4307"),b[174]=new Array("حسین آباد","4308"),b[175]=new Array("دامداری حسن ابوطا","4309"),b[176]=new Array("بشیرینه","4310"),b[177]=new Array("سفیدچاه","4311"),b[178]=new Array("دامداری مجریان","4312"),b[179]=new Array("محمودآباد","3655"),b[180]=new Array("نور","3656"),b[181]=new Array("نوشهر","3657"),b[182]=new Array("چالوس","3658"),b[183]=new Array("سلمانشهر","3659"),b[184]=new Array("تنکابن","3660"),b[185]=new Array("رامسر","3661"),b[186]=new Array("امیرکلا","3662"),b[187]=new Array("بابلسر","3663"),b[188]=new Array("فریدون کنار","3664"),b[189]=new Array("قائم شهر","3665"),b[190]=new Array("جویبار","3666"),b[191]=new Array("زیرآب","3667"),b[192]=new Array("پل سفید ـ سوادکوه","3668"),b[193]=new Array("کیاسر","3669"),b[194]=new Array("نکاء","3670"),b[195]=new Array("بهشهر","3671"),b[196]=new Array("گلوگاه","3672");break;case"GLS":case"GO":b[1]=new Array("گرگان","3525"),b[2]=new Array("بندر گز","3673"),b[3]=new Array("کردکوی","3674"),b[4]=new Array("بندرترکمن","3675"),b[5]=new Array("آق قلا","3676"),b[6]=new Array("علی آباد","3677"),b[7]=new Array("آزادشهر","3678"),b[8]=new Array("گنبدکاوس","3679"),b[9]=new Array("مینودشت","3680"),b[10]=new Array("کلاله","3681"),b[11]=new Array("خان ببین","4346"),b[12]=new Array("دلند","4347"),b[13]=new Array("سرخن کلاته","4335"),b[14]=new Array("نوده خاندوز","4353"),b[15]=new Array("گالیکش","4365"),b[16]=new Array("جلین","4366"),b[17]=new Array("نگین شهر","4318"),b[18]=new Array("سیمین شهر","4319"),b[19]=new Array("نوکنده","4313"),b[20]=new Array("اینچه برون","4314"),b[21]=new Array("مراوه تپه","4315"),b[22]=new Array("رامیان","4316"),b[23]=new Array("گمیش تپه","4330"),b[24]=new Array("انبار آلوم","4338"),b[25]=new Array("فاضل آباد","4339");break;case"ADL":case"AR":b[1]=new Array("اردبیل","3532"),b[2]=new Array("نمین","3700"),b[3]=new Array("نیر","3701"),b[4]=new Array("گرمی","3702"),b[5]=new Array("مشکین شهر","3703"),b[6]=new Array("بیله سوار","3704"),b[7]=new Array("خلخال","3705"),b[8]=new Array("پارس آباد","3706"),b[9]=new Array("ابی بیگلو","4514"),b[10]=new Array("نانهکران","4515"),b[11]=new Array("عنبران","4516"),b[12]=new Array("گرده","4517"),b[13]=new Array("ثمرین","4518"),b[14]=new Array("اردی موسی","4519"),b[15]=new Array("سرعین","4520"),b[16]=new Array("کوارئیم","4521"),b[17]=new Array("اسلام آباد","4522"),b[18]=new Array("مهماندوست","4523"),b[19]=new Array("هیر","4524"),b[20]=new Array("بقرآباد","4525"),b[21]=new Array("بودالالو","4526"),b[22]=new Array("ارالوی بزرگ","4527"),b[23]=new Array("دیزج","4528"),b[24]=new Array("حمزه خانلو","4529"),b[25]=new Array("زهرا","4530"),b[26]=new Array("انی علیا","4531"),b[27]=new Array("قاسمکندی","4532"),b[28]=new Array("تازه کند انگوت","4533"),b[29]=new Array("قره اغاج پائین","4534"),b[30]=new Array("پریخان","4535"),b[31]=new Array("قصابه","4536"),b[32]=new Array("فخرآباد","4537"),b[33]=new Array("رضی","4538"),b[34]=new Array("قوشه سفلی","4539"),b[35]=new Array("مرادلو","4540"),b[36]=new Array("گنجوبه","4541"),b[37]=new Array("گوگ تپه","4542"),b[38]=new Array("انجیر لو","4543"),b[39]=new Array("جعفرآباد","4544"),b[40]=new Array("آغداش کلام","4545"),b[41]=new Array("خورخور سفلی","4546"),b[42]=new Array("شورگل","4547"),b[43]=new Array("نظرعلی بلاغی","4548"),b[44]=new Array("لنبر","4549"),b[45]=new Array("فیروزآباد","4550"),b[46]=new Array("گیوی ـ کوثر","4551"),b[47]=new Array("خلف لو","4552"),b[48]=new Array("هشتجین","4553"),b[49]=new Array("برندق","4554"),b[50]=new Array("کلور","4555"),b[51]=new Array("تازه کندقدیم","4556"),b[52]=new Array("گوشلو","4557"),b[53]=new Array("اققباق سفلی","4558"),b[54]=new Array("شهرک شهید غفاری","4559"),b[55]=new Array("اصلاندوز","4560"),b[56]=new Array("بلانعلیا","4561"),b[57]=new Array("لاهرود","4562");break;case"WAZ":case"AW":b[1]=new Array("باراندوز","4563"),b[2]=new Array("دیزج دول","4564"),b[3]=new Array("ابگرم","4565"),b[4]=new Array("سرنق","4566"),b[5]=new Array("چهریق علیا","4567"),b[6]=new Array("داراب","4568"),b[7]=new Array("دلزی","4569"),b[8]=new Array("اغ برزه","4570"),b[9]=new Array("سنجی","4571"),b[10]=new Array("کیک آباد","4572"),b[11]=new Array("خاتون باغ","4573"),b[12]=new Array("حاجی حسن","4574"),b[13]=new Array("سوگلی تپه","4575"),b[14]=new Array("کلیجه","4576"),b[15]=new Array("حاجیکند","4577"),b[16]=new Array("باغچه","4578"),b[17]=new Array("خورخوره","4579"),b[18]=new Array("کاولان علیا","4580"),b[19]=new Array("سیاقول علیا","4581"),b[20]=new Array("اگریقاش","4582"),b[21]=new Array("اوزوندره علیا","4583"),b[22]=new Array("یکشوه","4584"),b[23]=new Array("جوانمرد","4585"),b[24]=new Array("اغتطر","4586"),b[25]=new Array("سیمینه","4587"),b[26]=new Array("رحیمخان","4588"),b[27]=new Array("گلتپه قورمیش","4589"),b[28]=new Array("سلماش","4590"),b[29]=new Array("اسلام آباد","4591"),b[30]=new Array("بیوران سفلی","4592"),b[31]=new Array("زمزیران","4593"),b[32]=new Array("ربط","4594"),b[33]=new Array("کشاورز (اقبال)","4595"),b[34]=new Array("ملا شهاب الدین","4596"),b[35]=new Array("للکلو","4597"),b[36]=new Array("بکتاش","4598"),b[37]=new Array("چهاربرج قدیم","4599"),b[38]=new Array("گوگ تپه خالصه","4600"),b[39]=new Array("تک آغاج","4601"),b[40]=new Array("هاچاسو","4602"),b[41]=new Array("هولاسو","4603"),b[42]=new Array("قوزلوی افشار","4604"),b[43]=new Array("محمودآباد","4605"),b[44]=new Array("الیچین","4606"),b[45]=new Array("حیدرباغی","4607"),b[46]=new Array("حمزه قاسم","4608"),b[47]=new Array("اوغولبیگ","4609"),b[48]=new Array("دورباش","4610"),b[49]=new Array("اقابیگ","4611"),b[50]=new Array("احمدآبادسفلی","4612"),b[51]=new Array("باروق","4613"),b[52]=new Array("سیلوانا","3707"),b[53]=new Array("قوشچی","3708"),b[54]=new Array("نقده","3709"),b[55]=new Array("ارومیه","3533"),b[56]=new Array("سیلوه","3534"),b[57]=new Array("خوی","3535"),b[58]=new Array("مهاباد","3536"),b[59]=new Array("اشنویه","3057"),b[60]=new Array("پیرانشهر","3058"),b[61]=new Array("جلدیان","3059"),b[62]=new Array("ایواوغلی","3060"),b[63]=new Array("دیزجدیز","3061"),b[64]=new Array("فیرورق","3062"),b[65]=new Array("قره ضیاء الدین ـ چایپاره","3063"),b[66]=new Array("ماکو","3064"),b[67]=new Array("سیه چشمه ـ چالدران","3065"),b[68]=new Array("سلماس","3066"),b[69]=new Array("تازه شهر","3067"),b[70]=new Array("گوگ تپه","3068"),b[71]=new Array("کتیکه","3069"),b[72]=new Array("بوکان","3070"),b[73]=new Array("سردشت","3071"),b[74]=new Array("میاندوآب","3072"),b[75]=new Array("شاهین دژ","3073"),b[76]=new Array("تکاب","3074"),b[77]=new Array("میاوق","2913"),b[78]=new Array("ایبلو","2914"),b[79]=new Array("دستجرد","2915"),b[80]=new Array("نوشین شهر","2916"),b[81]=new Array("طلا تپه","2917"),b[82]=new Array("راژان","2918"),b[83]=new Array("هاشم آباد","2919"),b[84]=new Array("دیزج","2920"),b[85]=new Array("زیوه","2921"),b[86]=new Array("توئی","2922"),b[87]=new Array("موانا","2923"),b[88]=new Array("قره باغ","2924"),b[89]=new Array("بهله","2925"),b[90]=new Array("امامکندی","2926"),b[91]=new Array("نازلو","2927"),b[92]=new Array("سرو","2928"),b[93]=new Array("کانسپی","2929"),b[94]=new Array("ممکان","2930"),b[95]=new Array("میرآباد","2931"),b[96]=new Array("حسنلو","2932"),b[97]=new Array("کهریز عجم","2933"),b[98]=new Array("محمد یار","2934"),b[99]=new Array("شیخ احمد","2935"),b[100]=new Array("بیگی مقلعه","2936"),b[101]=new Array("راهدانه","2937"),b[102]=new Array("شاهوانه","2938"),b[103]=new Array("نالوس","2939"),b[104]=new Array("ده شمس بزرگ","2940"),b[105]=new Array("گلاز","2941"),b[106]=new Array("لولکان","2942"),b[107]=new Array("سیاوان","2943"),b[108]=new Array("کلهکین","2944"),b[109]=new Array("شین آباد","2945"),b[110]=new Array("چیانه","2946"),
3
- b[111]=new Array("بیکوس","2947"),b[112]=new Array("هنگاباد","2948"),b[113]=new Array("گردکشانه","2949"),b[114]=new Array("پسوه","2950"),b[115]=new Array("ریگ آباد","2951"),b[116]=new Array("احمد غریب","2952"),b[117]=new Array("سیهباز","2953"),b[118]=new Array("بیله وار","2954"),b[119]=new Array("ولدیان","2955"),b[120]=new Array("قوروق","2956"),b[121]=new Array("هندوان","2957"),b[122]=new Array("بدلان","2958"),b[123]=new Array("بلسورسفلی","2959"),b[124]=new Array("زورآباد","2960"),b[125]=new Array("استران","2961"),b[126]=new Array("قطور","2962"),b[127]=new Array("شیرین بلاغی","2963"),b[128]=new Array("مراکان","2964"),b[129]=new Array("چورس","2965"),b[130]=new Array("قورول علیا","2966"),b[131]=new Array("بسطام","2967"),b[132]=new Array("قرهتپه","2968"),b[133]=new Array("ریحانلوی علیا","2969"),b[134]=new Array("زاویه سفلی","2970"),b[135]=new Array("آواجیق (کلیسا کندی)","2971"),b[136]=new Array("بازرگان","2972"),b[137]=new Array("قمقشلاق علیا","2973"),b[138]=new Array("یولاگلدی","2974"),b[139]=new Array("قرنقو","2975"),b[140]=new Array("شوط","2976"),b[141]=new Array("پلدشت","2977"),b[142]=new Array("نازک علیا","2978"),b[143]=new Array("حسنکندی","2979"),b[144]=new Array("وردان","2980"),b[145]=new Array("قرهقشلاق","2981"),b[146]=new Array("تمر","2982");break;case"HDN":case"HD":b[1]=new Array("همدان","3540"),b[2]=new Array("بهار","3088"),b[3]=new Array("اسدآباد","3089"),b[4]=new Array("کبودرآهنگ","3090"),b[5]=new Array("فامنین","3091"),b[6]=new Array("ملایر","3092"),b[7]=new Array("تویسرکان","3093"),b[8]=new Array("نهاوند","3094"),b[9]=new Array("حسین آباد","3126"),b[10]=new Array("گنبد","3127"),b[11]=new Array("جورقان","3128"),b[12]=new Array("پادگان قهرمان","3129"),b[13]=new Array("همهکسی","2705"),b[14]=new Array("صالح آباد","2706"),b[15]=new Array("پرلوک","2707"),b[16]=new Array("عاشوری","2708"),b[17]=new Array("مهاجران","2709"),b[18]=new Array("ویرایی","2710"),b[19]=new Array("مریانج","2711"),b[20]=new Array("جنت آباد","2712"),b[21]=new Array("موسی آباد","2713"),b[22]=new Array("چنارسفلی","2714"),b[23]=new Array("چنارعلیا","2715"),b[24]=new Array("اجین","2716"),b[25]=new Array("طویلان سفلا","2717"),b[26]=new Array("کوریجان","2718"),b[27]=new Array("کوهین","2719"),b[28]=new Array("قهوردسفلی","2720"),b[29]=new Array("اکنلو","2721"),b[30]=new Array("شیرین سو","2722"),b[31]=new Array("گل تپه","2723"),b[32]=new Array("داقداق آباد","2724"),b[33]=new Array("قهاوند","2725"),b[34]=new Array("تجرک","2726"),b[35]=new Array("کوزره","2727"),b[36]=new Array("چانگرین","2728"),b[37]=new Array("دمق","2729"),b[38]=new Array("رزن","2730"),b[39]=new Array("قروه درجزین","2731"),b[40]=new Array("ازناو","2732"),b[41]=new Array("جوزان","2733"),b[42]=new Array("زنگنه","2734"),b[43]=new Array("سامن","2735"),b[44]=new Array("اورزمان","2736"),b[45]=new Array("جوکار","2737"),b[46]=new Array("اسلام آباد","2738"),b[47]=new Array("جعفریه","2739"),b[48]=new Array("سرکان","2740"),b[49]=new Array("میانده","2741"),b[50]=new Array("فرسنج","2742"),b[51]=new Array("ولاشجرد","2743"),b[52]=new Array("اشتران","2744"),b[53]=new Array("باباپیر","2745"),b[54]=new Array("جهان آباد","2746"),b[55]=new Array("باباقاسم","2747"),b[56]=new Array("بابارستم","2748"),b[57]=new Array("گیان","2749"),b[58]=new Array("دهفول","2750"),b[59]=new Array("فیروزان","2751"),b[60]=new Array("شهرک صنعتی","2752"),b[61]=new Array("پایگاه نوژه","2753"),b[62]=new Array("علیصدر","2754"),b[63]=new Array("زند","2755"),b[64]=new Array("ازندریان","2756"),b[65]=new Array("خزل","2757"),b[66]=new Array("لالجین","4703"),b[67]=new Array("دینارآباد","4704");break;case"KRD":case"KD":b[1]=new Array("شویشه","5604"),b[2]=new Array("شاهین","3130"),b[3]=new Array("طای","3131"),b[4]=new Array("گازرخانی","3132"),b[5]=new Array("نشورسفلی","3133"),b[6]=new Array("شیروانه","3134"),b[7]=new Array("خامسان","3135"),b[8]=new Array("موچش","3136"),b[9]=new Array("شریف آباد","3137"),b[10]=new Array("کوله","3138"),b[11]=new Array("هزارکانیان","3139"),b[12]=new Array("زرینه","3140"),b[13]=new Array("گورباباعلی","3141"),b[14]=new Array("گاوشله","3142"),b[15]=new Array("حزکه","3143"),b[16]=new Array("یاسوکند","3144"),b[17]=new Array("توپاغاج","3145"),b[18]=new Array("اغبلاغ طفامین","3146"),b[19]=new Array("باباشارنی","3147"),b[20]=new Array("خسروآباد","3148"),b[21]=new Array("جعفرآباد","3149"),b[22]=new Array("دلبران","3150"),b[23]=new Array("دزج","3151"),b[24]=new Array("کانی گنجی","3152"),b[25]=new Array("بلبان آباد","3153"),b[26]=new Array("دهگلان","3154"),b[27]=new Array("قروچای","3155"),b[28]=new Array("سریش آباد","3156"),b[29]=new Array("نی","3157"),b[30]=new Array("بردهرشه","3158"),b[31]=new Array("چناره","3159"),b[32]=new Array("پیرخفران","3160"),b[33]=new Array("بیساران","3161"),b[34]=new Array("سروآباد","3162"),b[35]=new Array("اورامانتخت","3163"),b[36]=new Array("سرا","3164"),b[37]=new Array("گلتپه","3165"),b[38]=new Array("تیلکو","3166"),b[39]=new Array("صاحب","3167"),b[40]=new Array("خورخوره","3168"),b[41]=new Array("کسنزان","3169"),b[42]=new Array("میرهده","3170"),b[43]=new Array("ننور","3171"),b[44]=new Array("بوئین سفلی","3172"),b[45]=new Array("َآرمرده","3173"),b[46]=new Array("بوالحسن","3174"),b[47]=new Array("کانی سور","3175"),b[48]=new Array("کوخان","3176"),b[49]=new Array("شوی","3177"),b[50]=new Array("کامیاران","3095"),b[51]=new Array("دیواندره","3096"),b[52]=new Array("بیجار","3097"),b[53]=new Array("قروه","3098"),b[54]=new Array("مریوان","3099"),b[55]=new Array("سقز","3100"),b[56]=new Array("بانه","3101"),b[57]=new Array("سنندج","3541");break;case"KRH":case"BK":b[1]=new Array("تازه آباد ـ ثلاث باباجانی","4705"),b[2]=new Array("نسار دیره","4706"),b[3]=new Array("سرمست(گواور)","4707"),b[4]=new Array("تپهرش","4708"),b[5]=new Array("خسروی","4709"),b[6]=new Array("نفت شهر","4710"),b[7]=new Array("سومار","4711"),b[8]=new Array("گیلانغرب","4712"),b[9]=new Array("چله","4713"),b[10]=new Array("قیلان","4714"),b[11]=new Array("باینگان","4715"),b[12]=new Array("نوسود","4716"),b[13]=new Array("نودشه","4717"),b[14]=new Array("روانسر","4718"),b[15]=new Array("دولت آباد","4719"),b[16]=new Array("جوانرود","4720"),b[17]=new Array("میرآباد","4721"),b[18]=new Array("کرمانشاه","3542"),b[19]=new Array("هرسین","3102"),b[20]=new Array("کنگاور","3103"),b[21]=new Array("سنقر","3104"),b[22]=new Array("اسلام آباد غرب","3105"),b[23]=new Array("سرپل ذهاب","3106"),b[24]=new Array("قصرشیرین","3107"),b[25]=new Array("پاوه","3108"),b[26]=new Array("هفت اشیان","3178"),b[27]=new Array("هلشی","3179"),b[28]=new Array("دوردشت","3180"),b[29]=new Array("سنقرآباد","3181"),b[30]=new Array("بیستون","3182"),b[31]=new Array("جعفرآباد(گاکیه)","3183"),b[32]=new Array("مرزبانی","3184"),b[33]=new Array("فش","3185"),b[34]=new Array("فرامان","3186"),b[35]=new Array("سلطان آباد","3187"),b[36]=new Array("صحنه","3188"),b[37]=new Array("قزوینه","3189"),b[38]=new Array("دهلقین","3190"),b[39]=new Array("درکه","3191"),b[40]=new Array("باوله","3192"),b[41]=new Array("گردکانه علیا","3193"),b[42]=new Array("اگاه علیا","3194"),b[43]=new Array("سطر","3195"),b[44]=new Array("کیونان","2758"),b[45]=new Array("کرگسار","2759"),b[46]=new Array("کندوله","2760"),b[47]=new Array("زاوله علیا","2761"),b[48]=new Array("حمیل","2762"),b[49]=new Array("ریجاب","2763"),b[50]=new Array("کرندغرب ـ دالاهو","2764"),b[51]=new Array("گهواره","2765"),b[52]=new Array("کوزران","2766"),b[53]=new Array("قلعه شیان","2767"),b[54]=new Array("سرفیروز آباد","2768"),b[55]=new Array("رباط","2769"),b[56]=new Array("حسن آباد","2770"),b[57]=new Array("سراب ذهاب","2771"),b[58]=new Array("ترک ویس","2772"),b[59]=new Array("ازگله","2773");break;case"LRS":case"LO":b[1]=new Array("نورآباد ـ دلفان","3109"),b[2]=new Array("کوهدشت","3110"),b[3]=new Array("پل دختر","3111"),b[4]=new Array("الیگودرز","3112"),b[5]=new Array("ازنا","3113"),b[6]=new Array("دورود","3114"),b[7]=new Array("الشتر ـ سلسله","3115"),b[8]=new Array("خرم آباد","3543"),b[9]=new Array("بروجرد","3544"),b[10]=new Array("ماسور","4722"),b[11]=new Array("چغلوندی","4723"),b[12]=new Array("برخوردار","4724"),b[13]=new Array("فرهادآباد","4725"),b[14]=new Array("دمباغ","4726"),b[15]=new Array("کهریزوروشت","4727"),b[16]=new Array("چشمه کوزان","4728"),b[17]=new Array("هفت چشمه","4729"),b[18]=new Array("تقی آباد","4730"),b[19]=new Array("خوشناموند","4731"),b[20]=new Array("اشتره گل گل","4732"),b[21]=new Array("چقابل","4733"),b[22]=new Array("سوری","4734"),b[23]=new Array("کونانی","4735"),b[24]=new Array("گراب","4736"),b[25]=new Array("درب گنبد","4737"),b[26]=new Array("پاعلم","4738"),b[27]=new Array("واشیان نصیرتپه","4739"),b[28]=new Array("چشمک زیرتنگ","4740"),b[29]=new Array("افرینه","4741"),b[30]=new Array("معمولان","4742"),b[31]=new Array("میان راهان","4743"),b[32]=new Array("شوراب سفلی","4744"),b[33]=new Array("شاهپورآباد","4745"),b[34]=new Array("چمن سلطان","4746"),b[35]=new Array("کیزاندره","4747"),b[36]=new Array("بزنوید","4748"),b[37]=new Array("شول آباد","4749"),b[38]=new Array("حیه","4750"),b[39]=new Array("مرگسر","4751"),b[40]=new Array("مومن آباد","4752"),b[41]=new Array("رازان","4753"),b[42]=new Array("سیاه گوشی","4754"),b[43]=new Array("زاغه","4755"),b[44]=new Array("سراب دوره","4756"),b[45]=new Array("چاه ذوالفقار","4757"),b[46]=new Array("چمپلک","4758"),b[47]=new Array("ژان","4759"),b[48]=new Array("کاغه شمالی","4760"),b[49]=new Array("چالان چولان","4761"),b[50]=new Array("سپیددشت","4762"),b[51]=new Array("چمسنگر","4763"),b[52]=new Array("تنگ هفت","4764"),b[53]=new Array("حکومتی","4765"),b[54]=new Array("سیاهپوش","4766"),b[55]=new Array("ده رحیم","4767"),b[56]=new Array("فیروزآباد","4768"),b[57]=new Array("اشترینان","4769"),b[58]=new Array("بندیزه","4770"),b[59]=new Array("دره گرگ","4771");break;case"BHR":case"BU":b[1]=new Array("بوشهر","3547"),b[2]=new Array("بندرگناوه","3721"),b[3]=new Array("خورموج ـ دشتی","3722"),b[4]=new Array("اهرم ـ تنگستان","3723"),b[5]=new Array("برازجان ـ دشتستان","3724"),b[6]=new Array("نخل تقی","3725"),b[7]=new Array("عالی شهر","4886"),b[8]=new Array("بندرریگ","4887"),b[9]=new Array("چهارروستائی","4888"),b[10]=new Array("شول","4889"),b[11]=new Array("بندردیلم","4890"),b[12]=new Array("امام حسن","4891"),b[13]=new Array("چغارک","4892"),b[14]=new Array("عسلویه","4893"),b[15]=new Array("بادوله","4894"),b[16]=new Array("شنبه","4895"),b[17]=new Array("کاکی","4896"),b[18]=new Array("جزیره خارک","4897"),b[19]=new Array("دلوار","4898"),b[20]=new Array("بنهگز","4899"),b[21]=new Array("آباد","4900"),b[22]=new Array("بردخون","4901"),b[23]=new Array("بندردیر","4902"),b[24]=new Array("ابدان","4903"),b[25]=new Array("ریز","4904"),b[26]=new Array("بندرکنگان","4905"),b[27]=new Array("جم","4906"),b[28]=new Array("آبگرم","4907"),b[29]=new Array("دالکی","4908"),b[30]=new Array("شبانکاره","4909"),b[31]=new Array("آبپخش","4910"),b[32]=new Array("سعدآباد","4911"),b[33]=new Array("وحدتیه","4912"),b[34]=new Array("تنگ ارم","4913"),b[35]=new Array("کلمه","4914"),b[36]=new Array("سیراف","5620");break;case"KRN":case"KE":b[1]=new Array("کرمان","3548"),b[2]=new Array("رفسنجان","3549"),b[3]=new Array("سیرجان","3550"),b[4]=new Array("ماهان","3729"),b[5]=new Array("گلباف","3730"),b[6]=new Array("راور","3731"),b[7]=new Array("بم","3732"),b[8]=new Array("بروات","3733"),b[9]=new Array("راین","3734"),b[10]=new Array("محمدآباد ـ ریگان","3735"),b[11]=new Array("سرچشمه","3736"),b[12]=new Array("انار","3737"),b[13]=new Array("شهربابک","3738"),b[14]=new Array("زرند","3739"),b[15]=new Array("کیان شهر","3740"),b[16]=new Array("کوهبنان","3741"),b[17]=new Array("چترود","3742"),b[18]=new Array("پاریز","3743"),b[19]=new Array("بردسیر","3744"),b[20]=new Array("بافت","3745"),b[21]=new Array("جیرفت","3746"),b[22]=new Array("عنبرآباد","3747"),b[23]=new Array("کهنوج","3748"),b[24]=new Array("منوجان","3749"),b[25]=new Array("محی آباد","5605"),b[26]=new Array("ده بالا","4936"),b[27]=new Array("حسین آبادخان","4937"),b[28]=new Array("جوپار","4938"),b[29]=new Array("باغین","4939"),b[30]=new Array("اختیارآباد","4940"),b[31]=new Array("زنگی آباد","4941"),b[32]=new Array("جوشان","4942"),b[33]=new Array("سیرچ","4943"),b[34]=new Array("اندوهجرد","4944"),b[35]=new Array("شهداد","4945"),b[36]=new Array("کشیت","4946"),b[37]=new Array("همت آباد","4947"),b[38]=new Array("باغهوتک","4948"),b[39]=new Array("خورند","4949"),b[40]=new Array("فیض آباد","4950"),b[41]=new Array("دریجان","4951"),b[42]=new Array("نرماشیر","4952"),b[43]=new Array("فهرج","4953"),b[44]=new Array("دهنوگنیگی","4954"),b[45]=new Array("برج معاذ","4955"),b[46]=new Array("قلعه خان","4956"),b[47]=new Array("نظام شهر","4957"),b[48]=new Array("خانه خاتون","4958"),b[49]=new Array("ابارق","4959"),b[50]=new Array("عبدالصمدیه","4960"),b[51]=new Array("گروه","4961"),b[52]=new Array("گزک","4962"),b[53]=new Array("حسین آباد","4963"),b[54]=new Array("دهنه عباسی","4964"),b[55]=new Array("تهرود","4965"),b[56]=new Array("میرآباد","4966"),b[57]=new Array("داوران","4967"),b[58]=new Array("خنامان","4968"),b[59]=new Array("کبوترخان","4969"),b[60]=new Array("هرمزآباد","4970"),b[61]=new Array("کشکوئیه","4971"),b[62]=new Array("گلشن","4972"),b[63]=new Array("فردوسیه","4973"),b[64]=new Array("بهجت آباد","4974"),b[65]=new Array("بهرمان","4975"),b[66]=new Array("جوادیه فلاح","4976"),b[67]=new Array("میمند","4977"),b[68]=new Array("برفه","4978"),b[69]=new Array("خورسند","4979"),b[70]=new Array("خبر","4980"),b[71]=new Array("کهرخ","4981"),b[72]=new Array("جوزم","4982"),b[73]=new Array("دهج","4983"),b[74]=new Array("دشتخاک","4984"),b[75]=new Array("برفوئیه","4985"),b[76]=new Array("حتکن","4986"),b[77]=new Array("ریحان","4987"),b[78]=new Array("جرجافک","4988"),b[79]=new Array("حصین","4989"),b[80]=new Array("یزدانشهر","4990"),b[81]=new Array("شعبجره","4991"),b[82]=new Array("ناچو","4992"),b[83]=new Array("سریز","4993"),b[84]=new Array("خانوک","4994"),b[85]=new Array("علی آبادسفلی","4995"),b[86]=new Array("جور","4996"),b[87]=new Array("هوتک","4997"),b[88]=new Array("کهنوج( مغزآباد)","4998"),b[89]=new Array("کاظم آباد","4999"),b[90]=new Array("هجدک","5000"),b[91]=new Array("حرجند","5001"),b[92]=new Array("نجف شهر","5002"),b[93]=new Array("بلورد","5003"),b[94]=new Array("ملک اباد","5004"),b[95]=new Array("حاجی آبادرضوان","5005"),b[96]=new Array("عمادآباد","5006"),b[97]=new Array("زیدآباد","5007"),b[98]=new Array("سعادت آباد","5008"),b[99]=new Array("دولت ابادتنگوئیه","5009"),b[100]=new Array("نگار","5010"),b[101]=new Array("گلزار","5011"),b[102]=new Array("لاله زار","5012"),b[103]=new Array("قلعه عسگر","5013"),b[104]=new Array("مومن آباد","5014"),b[105]=new Array("برین","5015"),b[106]=new Array("کمال آباد","5016"),b[107]=new Array("امیرآباد","5017"),b[108]=new Array("بزنجان","5018"),b[109]=new Array("رابر","5019"),b[110]=new Array("دهسرد(پتکان)","5020"),b[111]=new Array("ارزوئیه","5021"),b[112]=new Array("جبالبارز","5022"),b[113]=new Array("دولت اباداسفن","5023"),b[114]=new Array("بهرآسمان","5024"),b[115]=new Array("درب بهشت","5025"),b[116]=new Array("دولت ابادسکوچ","5026"),b[117]=new Array("گور","5027"),b[118]=new Array("رضی آباد","5028"),b[119]=new Array("هیحان علیا","5029"),b[120]=new Array("دهانه گمرکان","5030"),b[121]=new Array("قلعه گنج","5031"),b[122]=new Array("مردهک","5032"),b[123]=new Array("دوساری","5033"),b[124]=new Array("حسین آبادجدید","5034"),b[125]=new Array("بلوک","5035"),b[126]=new Array("رودبار","5036"),b[127]=new Array("نودژ","5037"),b[128]=new Array("فاریاب","5038"),b[129]=new Array("کیورآباد","5039"),b[130]=new Array("رائین قلعه","5040"),b[131]=new Array("سرخ قلعه","5041"),b[132]=new Array("رمشک","5042"),b[133]=new Array("حیدرآباد","5043"),b[134]=new Array("خیرآباد","5044");break;case"HRZ":case"HG":b[1]=new Array("بندرخمیر","3750"),b[2]=new Array("کیش","3751"),b[3]=new Array("قشم","3752"),b[4]=new Array("بستک","3753"),b[5]=new Array("بندر لنگه","3754"),b[6]=new Array("میناب","3755"),b[7]=new Array("دهبارز ـ رودان","3756"),b[8]=new Array("ایسین","5045"),b[9]=new Array("پل شرقی","5046"),b[10]=new Array("فین","5047"),b[11]=new Array("سیاهو","5048"),b[12]=new Array("فارغان","5049"),b[13]=new Array("باغات","5050"),b[14]=new Array("حاجی آباد","5051"),b[15]=new Array("خورگو","5052"),b[16]=new Array("شمیل","5053"),b[17]=new Array("حسن لنگی","5054"),b[18]=new Array("سیریک","5055"),b[19]=new Array("گونمردی","5056"),b[20]=new Array("گروک سفلی","5057"),b[21]=new Array("گوهرت","5058"),b[22]=new Array("درگهان","5059"),b[23]=new Array("سوزا","5060"),b[24]=new Array("هرمز","5061"),b[25]=new Array("جزیرهلارک","5062"),b[26]=new Array("جزیره هنگام","5063"),b[27]=new Array("جزیره سیری","5064"),b[28]=new Array("ابوموسی","5065"),b[29]=new Array("پدل","5066"),b[30]=new Array("کنگ","5067"),b[31]=new Array("دژگان","5068"),b[32]=new Array("رویدر","5069"),b[33]=new Array("دهنگ","5070"),b[34]=new Array("جناح","5071"),b[35]=new Array("کمشک","5072"),b[36]=new Array("گزیر","5073"),b[37]=new Array("مغویه","5074"),b[38]=new Array("چارک","5075"),b[39]=new Array("دشتی","5076"),b[40]=new Array("پارسیان","5077"),b[41]=new Array("جزیره لاوان","5078"),b[42]=new Array("جاسک","5079"),b[43]=new Array("بندر","5080"),b[44]=new Array("سندرک","5081"),b[45]=new Array("درپهن","5082"),b[46]=new Array("جگدان","5083"),b[47]=new Array("گوهران","5084"),b[48]=new Array("سردشت ـ بشاگرد","5085"),b[49]=new Array("گرهون","5506"),b[50]=new Array("جغین","5507"),b[51]=new Array("زیارت علی","5508"),b[52]=new Array("ماشنگی","5509"),b[53]=new Array("گوربند","5510"),b[54]=new Array("تیاب","5511"),b[55]=new Array("بندزک کهنه","5512"),b[56]=new Array("هشتبندی","5513"),b[57]=new Array("بندرعباس","3551");break;case"CHB":case"CM":b[1]=new Array("فرخ شهر","2996"),b[2]=new Array("دزک","2997"),b[3]=new Array("هفشجان","2998"),b[4]=new Array("هارونی","2999"),b[5]=new Array("سامان","3000"),b[6]=new Array("فارسان","3001"),b[7]=new Array("بروجن","3002"),b[8]=new Array("اردل","3003"),b[9]=new Array("لردگان","3004"),b[10]=new Array("شهرکرد","3557"),b[11]=new Array("کیان","5219"),b[12]=new Array("طاقانک","5220"),b[13]=new Array("خراجی","5221"),b[14]=new Array("دستنائ","5222"),b[15]=new Array("شلمزار ـ کیار","5223"),b[16]=new Array("گهرو","5224"),b[17]=new Array("سورشجان","5225"),b[18]=new Array("مرغملک","5226"),b[19]=new Array("سودجان","5227"),b[20]=new Array("چالشتر","5228"),b[21]=new Array("شورآب صغیر","5229"),b[22]=new Array("هوره","5230"),b[23]=new Array("مارکده","5231"),b[24]=new Array("نافچ","5232"),b[25]=new Array("وردنجان","5233"),b[26]=new Array("بن","5234"),b[27]=new Array("بردنجان","5235"),b[28]=new Array("باباحیدر","5236"),b[29]=new Array("میهه","5237"),b[30]=new Array("چلگرد ـ کوهرنگ","5238"),b[31]=new Array("شهریاری","5239"),b[32]=new Array("جونقان","5240"),b[33]=new Array("صمصامی","5241"),b[34]=new Array("تلورد","5242"),b[35]=new Array("نقنه","5243"),b[36]=new Array("فرادنبه","5244"),b[37]=new Array("سفیددشت","5245"),b[38]=new Array("بلداجی","5246"),b[39]=new Array("اورگان","5247"),b[40]=new Array("گندمان","5248"),b[41]=new Array("امام قیس","5249"),b[42]=new Array("ناغان","5250"),b[43]=new Array("دوپلان","5251"),b[44]=new Array("دورک","5252"),b[45]=new Array("سرخون","5253"),b[46]=new Array("عزیزآباد","5254"),b[47]=new Array("دشتک","5255"),b[48]=new Array("سرمور","5256"),b[49]=new Array("ارمندعلیا","5257"),b[50]=new Array("آلونی","5258"),b[51]=new Array("مال خلیفه","5259"),b[52]=new Array("چمنبید","5260"),b[53]=new Array("سردشت","5261"),b[54]=new Array("گرگر","5262"),b[55]=new Array("منجبرآفتاب","5263");break;case"YZD":case"YA":b[1]=new Array("حمیدیا","5610"),b[2]=new Array("فراغه","5264"),b[3]=new Array("تیرجرد","5265"),b[4]=new Array("مهردشت","5266"),b[5]=new Array("اسفندآباد","5267"),b[6]=new Array("شاهدیه","5268"),b[7]=new Array("فهرج","5269"),b[8]=new Array("رستاق","5270"),b[9]=new Array("فجر","5271"),b[10]=new Array("ندوشن","5272"),b[11]=new Array("احمدآباد","5273"),b[12]=new Array("عقدائ","5274"),b[13]=new Array("نارستان","5275"),b[14]=new Array("زرین","5276"),b[15]=new Array("رباطات","5277"),b[16]=new Array("بفروئیه","5278"),b[17]=new Array("شهیدیه","5279"),b[18]=new Array("اسفیچ","5280"),b[19]=new Array("سبزدشت","5281"),b[20]=new Array("مبارکه","5282"),b[21]=new Array("بهاباد","5283"),b[22]=new Array("کوشک","5284"),b[23]=new Array("بنتان","5285"),b[24]=new Array("جلگه","5286"),b[25]=new Array("تنگ چنار","5287"),b[26]=new Array("میانکوه","5288"),b[27]=new Array("ارنان","5289"),b[28]=new Array("بهادران","5290"),b[29]=new Array("مروست","5291"),b[30]=new Array("فتح آباد","5292"),b[31]=new Array("پیشکوه","5293"),b[32]=new Array("نصرآباد","5294"),b[33]=new Array("علی آباد","5295"),b[34]=new Array("نیر","5296"),b[35]=new Array("شیرکوه","5297"),b[36]=new Array("بخگاریزات","5298"),b[37]=new Array("دهشیر","5299"),b[38]=new Array("محمد آباد","5300"),b[39]=new Array("خضر آباد","5301"),b[40]=new Array("رباط پشت بادام","5302"),b[41]=new Array("خرانق","5303"),b[42]=new Array("ساغند","5304"),b[43]=new Array("زارچ","5305"),b[44]=new Array("مهدی آباد","5306"),b[45]=new Array("احمدآبادمشیر","5307"),b[46]=new Array("شرب العین","5308"),b[47]=new Array("قوام آباد","5309"),b[48]=new Array("خویدک","5310"),b[49]=new Array("هرات ـ خاتم","5311"),b[50]=new Array("یزد","3558"),b[51]=new Array("اشکذر ـ صدوق","3007"),b[52]=new Array("اردکان","3008"),b[53]=new Array("میبد","3009"),b[54]=new Array("بافق","3010"),b[55]=new Array("مهریز","3011"),b[56]=new Array("تفت","3012"),b[57]=new Array("ابرکوه","3005");break;case"SBN":case"SB":b[1]=new Array("نصرت آباد","3046"),b[2]=new Array("حاجی آباد","3047"),b[3]=new Array("میرجاوه","3048"),b[4]=new Array("دوست محمد ـ هیرمند","3049"),b[5]=new Array("زابل","3050"),b[6]=new Array("زهک","3051"),b[7]=new Array("خواجه احمد","3052"),b[8]=new Array("خاش","3053"),b[9]=new Array("سرباز","3054"),b[10]=new Array("بمپور","3055"),b[11]=new Array("سراوان","3056"),b[12]=new Array("سوران ـ سیب سوران","3782"),b[13]=new Array("چابهار","3783"),b[14]=new Array("کنارک","3784"),b[15]=new Array("نیک شهر","3785"),b[16]=new Array("زاهدان","3564"),b[17]=new Array("ایرانشهر","3565"),b[18]=new Array("نوک اباد","5412"),b[19]=new Array("حرمک","5413"),b[20]=new Array("پاسگاه تلسیاه","5414"),b[21]=new Array("محمدابادکورین","5415"),b[22]=new Array("گلوگاه","5416"),b[23]=new Array("گردجنگل","5417"),b[24]=new Array("میل هفتادودو","5418"),b[25]=new Array("انده","5419"),b[26]=new Array("تیمن","5420"),b[27]=new Array("لادیزعلیا","5421"),b[28]=new Array("کچهرود","5422"),b[29]=new Array("دیزوک","5423"),b[30]=new Array("قنات عیسی اباد","5424"),b[31]=new Array("سیادک","5425"),b[32]=new Array("خمک","5426"),b[33]=new Array("تحت عدالت","5427"),b[34]=new Array("برج میرگل","5428"),b[35]=new Array("جهان ابادعلیا","5429"),b[36]=new Array("پکک","5430"),b[37]=new Array("جانی اباد","5431"),b[38]=new Array("ادیمی","5432"),b[39]=new Array("تیموراباد","5433"),b[40]=new Array("دولت اباد","5434"),b[41]=new Array("لوتک","5435"),b[42]=new Array("سکوهه","5436"),b[43]=new Array("محمدآباد","5437"),b[44]=new Array("بنجار","5438"),b[45]=new Array("جزینک","5439"),b[46]=new Array("قلعه نو","5440"),b[47]=new Array("محمد شاهکرم","5441"),b[48]=new Array("سیاهسر","5442"),b[49]=new Array("ژالهای","5443"),b[50]=new Array("کرباسک","5444"),b[51]=new Array("نوراباد","5445"),b[52]=new Array("کارواندر","5446"),b[53]=new Array("ناصراباد","5447"),b[54]=new Array("بالاقلعه ایردگان","5448"),b[55]=new Array("کمن","5449"),b[56]=new Array("زیرگلدان","5450"),b[57]=new Array("بیت اباد","5451"),b[58]=new Array("گوهرکوه","5452"),b[59]=new Array("دهپابید","5453"),b[60]=new Array("ناذیل","5454"),b[61]=new Array("گوشه","5455"),b[62]=new Array("سنگان","5456"),b[63]=new Array("عشق آباد","5457"),b[64]=new Array("افضل اباد","5458"),b[65]=new Array("چانف","5459"),b[66]=new Array("اسماعیل کلک","5460"),b[67]=new Array("پارود","5461"),b[68]=new Array("راسک","5462"),b[69]=new Array("پیشین","5463"),b[70]=new Array("ایرفشان","5464"),b[71]=new Array("سرداب","5465"),b[72]=new Array("اسپکه","5466"),b[73]=new Array("پیپ","5467"),b[74]=new Array("بنت","5468"),b[75]=new Array("فنوج","5469"),b[76]=new Array("گلمورتی ـ دلگان","5470"),b[77]=new Array("هودیان","5471"),b[78]=new Array("بزمان","5472"),b[79]=new Array("کوشکوک ناهوک","5473"),b[80]=new Array("محمدی","5474"),b[81]=new Array("کلهگان(سردک)","5475"),b[82]=new Array("جالق","5476"),b[83]=new Array("سیرکان","5477"),b[84]=new Array("اسفندک","5478"),b[85]=new Array("کوهک","5479"),b[86]=new Array("گشت","5480"),b[87]=new Array("پسکو","5481"),b[88]=new Array("رگنتگ","5482"),b[89]=new Array("زابلی","5483"),b[90]=new Array("هیدوچ","5484"),b[91]=new Array("طیس","5485"),b[92]=new Array("تلنگ","5486"),b[93]=new Array("پلان","5487"),b[94]=new Array("نگور","5488"),b[95]=new Array("باهوکلات","5489"),b[96]=new Array("پسابندر","5490"),b[97]=new Array("پیرسهراب","5491"),b[98]=new Array("پایگاه کنارک","5492"),b[99]=new Array("کهیر هوتان","5493"),b[100]=new Array("شهدای کهیر","5494"),b[101]=new Array("زراباد","5495"),b[102]=new Array("مسکوتان","5496"),b[103]=new Array("کیتج","5497"),b[104]=new Array("دستگرد","5498"),b[105]=new Array("محنت","5499"),b[106]=new Array("چاهان","5500"),b[107]=new Array("هیمان","5501"),b[108]=new Array("قصرقند","5502"),b[109]=new Array("شگیم بالا","5503"),b[110]=new Array("کشیک","5504"),b[111]=new Array("ساربوک","5505");break;case"ILM":case"IL":b[1]=new Array("باکلکراب","4772"),b[2]=new Array("جعفرآباد","4773"),b[3]=new Array("شهرک شهید کشوری","4774"),b[4]=new Array("چوار","4775"),b[5]=new Array("حاجی بختیار","4776"),b[6]=new Array("چمن سیدمحمد","4777"),b[7]=new Array("شورابه ملک","4778"),b[8]=new Array("کلان","4779"),b[9]=new Array("زرنه","4780"),b[10]=new Array("توحید","4781"),b[11]=new Array("بلاوهتره سفلی","4782"),b[12]=new Array("لومار","4783"),b[13]=new Array("آسمان آباد","4784"),b[14]=new Array("قنات آباد","4785"),b[15]=new Array("شهرک سرنیک","4786"),b[16]=new Array("پیازآباد","4787"),b[17]=new Array("ایرج آباد","4788"),b[18]=new Array("ارمو","4789"),b[19]=new Array("چشمه شیرین","4790"),b[20]=new Array("بدره","4791"),b[21]=new Array("شهرک ولی عصر","4792"),b[22]=new Array("انجیرهنیشه کبد","4793"),b[23]=new Array("سراب باغ","4794"),b[24]=new Array("مورموری","4795"),b[25]=new Array("چمهندی","4796"),b[26]=new Array("موسیان","4797"),b[27]=new Array("بردی","4798"),b[28]=new Array("میمه","4799"),b[29]=new Array("پهله","4800"),b[30]=new Array("عین خوش","4801"),b[31]=new Array("دشت عباس","4802"),b[32]=new Array("شهرک اسلامیه","4803"),b[33]=new Array("صالح آباد","4804"),b[34]=new Array("ارکواز","4805"),b[35]=new Array("دولکبودخوشادل","4806"),b[36]=new Array("یاریاب","4807"),b[37]=new Array("ایلام","3116"),b[38]=new Array("ایوان","3117"),b[39]=new Array("سرابله ـ شیروان و چرداول","3118"),b[40]=new Array("دره شهر","3119"),b[41]=new Array("آبدانان","3120"),b[42]=new Array("دهلران","3121"),b[43]=new Array("مهران","3122");break;case"KBD":case"KB":b[1]=new Array("دهدشت","3726"),b[2]=new Array("دوگنبد","3727"),b[3]=new Array("یاسوج","3728"),b[4]=new Array("سوق","4915"),b[5]=new Array("لنده","4916"),b[6]=new Array("لیکک","4917"),b[7]=new Array("چرام","4918"),b[8]=new Array("دیشموک","4919"),b[9]=new Array("قلعه رئیسی","4920"),b[10]=new Array("قلعه دختر","4921"),b[11]=new Array("باباکلان","4922"),b[12]=new Array("مظفرآباد","4923"),b[13]=new Array("دیل","4924"),b[14]=new Array("شاه بهرام","4925"),b[15]=new Array("چاه تلخاب علیا","4926"),b[16]=new Array("باشت","4927"),b[17]=new Array("سربیشه","4928"),b[18]=new Array("سپیدار","4929"),b[19]=new Array("نقارخانه","4930"),b[20]=new Array("گراب سفلی","4931"),b[21]=new Array("موشمی علیا","4932"),b[22]=new Array("میمند","4933"),b[23]=new Array("مارگون","4934"),b[24]=new Array("سیسخت","4935"),b[25]=new Array("مادوان","5606");break;case"NKH":case"KS":b[1]=new Array("حصار گرمخانه","5343"),b[2]=new Array("فاروج","5324"),b[3]=new Array("بجنورد","3560"),b[4]=new Array("جاجرم","2880"),b[5]=new Array("قاضی","2824"),b[6]=new Array("پیش قلعه","2830"),b[7]=new Array("راز","2831"),b[8]=new Array("سنخواست","2826"),b[9]=new Array("شیروان","2834"),b[10]=new Array("صفی آباد","2895"),b[11]=new Array("اسفراین","2892"),b[12]=new Array("گرمه","3023"),b[13]=new Array("آشخانه ـ مانه و سلمقان","3014"),b[14]=new Array("شوقان","3015"),b[15]=new Array("درق","3016"),b[16]=new Array("لوجلی","3017");break;case"SKH":case"KJ":b[1]=new Array("سه قلعه","5402"),b[2]=new Array("قهستان","5592"),b[3]=new Array("اسلامیه","5593"),b[4]=new Array("زهان","5391"),b[5]=new Array("خوسف","5367"),b[6]=new Array("حاجی آباد","5373"),b[7]=new Array("نیمبلوک","5374"),b[8]=new Array("آیسک","5375"),b[9]=new Array("اسدیه ـ درمیان","5376"),b[10]=new Array("شوسف","5383"),b[11]=new Array("خضری","5389"),b[12]=new Array("سرایان","5394"),b[13]=new Array("بیرجند","3563"),b[14]=new Array("دشت بیاض","2815"),b[15]=new Array("اسفدن","2833"),b[16]=new Array("آرین شهر","2891"),b[17]=new Array("طبس","3006"),b[18]=new Array("مود","3040"),b[19]=new Array("سر بیشه","3041"),b[20]=new Array("نهبندان","3042"),b[21]=new Array("قائن ـ قائنات","3043"),b[22]=new Array("فردوس","3044"),b[23]=new Array("بشرویه","3045");break;case"ABZ":case"AL":b[1]=new Array("کرج","3351"),b[2]=new Array("اشتهارد","3821"),b[3]=new Array("گلسار","3850"),b[4]=new Array("نظرآباد","3587"),b[5]=new Array("هشتگرد ـ ساوجبلاغ","3591"),b[14]=new Array("شهر جدید هشتگرد","5618"),b[6]=new Array("رباط کریم","3620"),b[7]=new Array("مشکین شهر","5611"),b[8]=new Array("محمدشهر","5612"),b[9]=new Array("ماهیدشت","5613"),b[10]=new Array("کمال شهر","5614"),b[11]=new Array("صفادشت","5615"),b[12]=new Array("فردوسیه","5616"),b[13]=new Array("چهارباغ","5617");break;default:b[1]=new Array("لطفا استان خود را انتخاب کنید","0")}return b}
 
 
 
include/class-address.php CHANGED
@@ -1,283 +1,308 @@
1
- <?php
2
- //HANNANStd
3
- if( !defined( 'ABSPATH' ) ) {
4
- exit;
5
- } // Exit if accessed directly
6
-
7
- if( !class_exists( 'Persian_Woocommerce_Address' ) ) :
8
-
9
- class Persian_Woocommerce_Address extends Persian_Woocommerce_Plugin {
10
-
11
- public $Country = 'IR';
12
-
13
- public $states;
14
-
15
- private $fields = array();
16
-
17
- private $selected_city = array();
18
-
19
- private static $action_priority = 0;
20
-
21
- private static $iran_cities_page = false;
22
-
23
- private static $inline_script_printed = false;
24
-
25
- public function __construct() {
26
-
27
- add_filter( 'woocommerce_get_country_locale', array( $this, 'locales' ) );
28
- add_filter( 'woocommerce_localisation_address_formats', array( $this, 'address_formats' ) );
29
- add_filter( 'woocommerce_states', array( $this, 'iran_states' ), 10, 1 );
30
-
31
- if( PW()->get_options( 'enable_iran_cities' ) == 'yes' ) {
32
-
33
- add_filter( 'woocommerce_checkout_fields', array( $this, 'checkout_fields_cities' ) );
34
- add_filter( 'woocommerce_billing_fields', array( $this, 'billing_fields_cities' ) );
35
- add_filter( 'woocommerce_shipping_fields', array( $this, 'shipping_fields_cities' ) );
36
-
37
- add_filter( 'woocommerce_form_field_billing_iran_cities', array( $this, 'iran_cities_field' ), 11, 4 );
38
- add_filter( 'woocommerce_form_field_shipping_iran_cities', array( $this, 'iran_cities_field' ), 11, 4 );
39
-
40
- add_action( 'wp_enqueue_scripts', array( $this, 'external_js' ) );
41
- add_action( 'wp_footer', array( $this, 'inline_js' ), 0 );
42
- add_action( 'wp_footer', array( $this, 'force_inline_js' ), 999999 );
43
- }
44
-
45
- $this->states = array(
46
- 'AL' => 'البرز',
47
- 'AR' => 'اردبیل',
48
- 'AE' => 'آذربایجان شرقی',
49
- 'AW' => 'آذربایجان غربی',
50
- 'BU' => 'بوشهر',
51
- 'CM' => 'چهارمحال و بختیاری',
52
- 'FA' => 'فارس',
53
- 'GI' => 'گیلان',
54
- 'GO' => 'گلستان',
55
- 'HD' => 'همدان',
56
- 'HG' => 'هرمزگان',
57
- 'IL' => 'ایلام',
58
- 'IS' => 'اصفهان',
59
- 'KE' => 'کرمان',
60
- 'BK' => 'کرمانشاه',
61
- 'KS' => 'خراسان شمالی',
62
- 'KV' => 'خراسان رضوی',
63
- 'KJ' => 'خراسان جنوبی',
64
- 'KZ' => 'خوزستان',
65
- 'KB' => 'کهگیلویه و بویراحمد',
66
- 'KD' => 'کردستان',
67
- 'LO' => 'لرستان',
68
- 'MK' => 'مرکزی',
69
- 'MN' => 'مازندران',
70
- 'QZ' => 'قزوین',
71
- 'QM' => 'قم',
72
- 'SM' => 'سمنان',
73
- 'SB' => 'سیستان و بلوچستان',
74
- 'TE' => 'تهران',
75
- 'YA' => 'یزد',
76
- 'ZA' => 'زنجان'
77
- );
78
- }
79
-
80
- public function locales( $locales ) {
81
- $locales[ $this->Country ] = array(
82
- 'state' => array( 'label' => __( 'Province', 'woocommerce' ) ),
83
- 'postcode' => array( 'label' => __( 'Postcode', 'woocommerce' ) )
84
- );
85
-
86
- return $locales;
87
- }
88
-
89
- public function address_formats( $formats ) {
90
- $formats[ $this->Country ] = "{company}\n{first_name} {last_name}\n{country}\n{state}\n{city}\n{address_1} - {address_2}\n{postcode}";
91
-
92
- return $formats;
93
- }
94
-
95
- public function iran_states( $states ) {
96
- $states[ $this->Country ] = $this->states;
97
-
98
- if( PW()->get_options( "allowed_states" ) == "all" ) {
99
- return $states;
100
- }
101
-
102
- $selections = PW()->get_options( 'specific_allowed_states' );
103
-
104
- if( is_array( $selections ) ) {
105
- $states[ $this->Country ] = array_intersect_key( $this->states, array_flip( $selections ) );
106
- }
107
-
108
- return $states;
109
- }
110
-
111
- //--------------------------------------------
112
- public function checkout_fields_cities( $fields ) {
113
- $this->fields = $fields;
114
-
115
- if( is_checkout() ) {
116
- $types = array( 'billing', 'shipping' );
117
- foreach( $types as $type ) {
118
- $fields[ $type ][ $type . '_city' ] = $this->change_city_filed( $fields[ $type ][ $type . '_city' ], $type );
119
- }
120
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
 
122
- return $fields;
123
- }
124
 
125
- public function billing_fields_cities( $fields ) {
126
- if( is_wc_endpoint_url( 'edit-address' ) ) {
127
- $type = 'billing';
128
- $fields[ $type . '_city' ] = $this->change_city_filed( $fields[ $type . '_city' ], $type );
129
- }
130
 
131
- return $fields;
132
- }
133
 
134
- public function shipping_fields_cities( $fields ) {
135
- if( is_wc_endpoint_url( 'edit-address' ) ) {
136
- $type = 'shipping';
137
- $fields[ $type . '_city' ] = $this->change_city_filed( $fields[ $type . '_city' ], $type );
138
- }
 
 
139
 
140
- return $fields;
141
- }
142
 
143
- public function change_city_filed( $fields, $type ) {
144
- $city_classes = '';
145
- if( !empty( $fields['class'] ) && $city_classes = $fields['class'] ) {
146
- $city_classes = is_array( $city_classes ) ? implode( ',', $city_classes ) : $city_classes;
147
- $city_classes = str_ireplace( 'form-row-wide', 'form-row-last', $city_classes );
148
- }
149
- $fields['type'] = apply_filters( $type . '_iran_city_type', $type . '_iran_cities', $fields, $type );
150
- $fields['class'] = apply_filters( $type . '_iran_city_class', explode( ',', $city_classes ), $fields, $type );
151
- $fields['options'] = apply_filters( $type . '_iran_city_options', array( '' => '' ), $fields, $type );
152
 
153
- return $fields;
154
- }
155
 
156
- public function iran_cities_field( $field, $key, $args, $value ) {
157
 
158
- $type = explode( '_', $args['type'] );
159
- if( !empty( $value ) ) {
160
- $this->selected_city[] = $value . '_vsh_' . $type[0];
161
- }
162
 
163
- $required = $args['required'] ? ' <abbr class="required" title="' . esc_attr__( 'required', 'woocommerce' ) . '">*</abbr>' : '';
164
 
165
- $args['label_class'] = array();
166
- if( is_string( $args['label_class'] ) ) {
167
- $args['label_class'] = array( $args['label_class'] );
168
- }
169
 
170
- if( is_null( $value ) ) {
171
- $value = !empty( $args['default'] ) ? $args['default'] : '';
172
- }
173
 
174
- $selected_value = $args['type'] . '_selected_value';
175
- global ${$selected_value};
176
- ${$selected_value} = $value;
177
 
178
- $custom_attributes = array();
179
- if( !empty( $args['custom_attributes'] ) && is_array( $args['custom_attributes'] ) ) {
180
- foreach( $args['custom_attributes'] as $attribute => $attribute_value )
181
- $custom_attributes[] = esc_attr( $attribute ) . '="' . esc_attr( $attribute_value ) . '"';
182
- }
 
183
 
184
- if( !empty( $args['validate'] ) ) {
185
- foreach( $args['validate'] as $validate )
186
- $args['class'][] = 'validate-' . $validate;
187
- }
 
188
 
189
- $args['placeholder'] = __( 'یک شهر انتخاب کنید', 'woocommerce' );
190
 
191
- $label_id = $args['id'];
192
- $field_container = '<p class="form-row %1$s" id="%2$s">%3$s</p>';
193
 
194
- $field = '<select name="' . esc_attr( $key ) . '" id="' . esc_attr( $args['id'] ) . '" class="state_select ' . esc_attr( implode( ' ', $args['input_class'] ) ) . '" ' . implode( ' ', $custom_attributes ) . ' placeholder="' . esc_attr( $args['placeholder'] ) . '"></select>';
195
 
196
- $field_html = '';
197
 
198
- if( $args['label'] && 'checkbox' != $args['type'] ) {
199
- $field_html .= '<label for="' . esc_attr( $label_id ) . '" class="' . esc_attr( implode( ' ', $args['label_class'] ) ) . '">' . $args['label'] . $required . '</label>';
200
- }
201
 
202
- $field_html .= $field;
203
 
204
- if( $args['description'] ) {
205
- $field_html .= '<span class="description">' . esc_attr( $args['description'] ) . '</span>';
206
- }
207
 
208
- $container_class = 'form-row ' . esc_attr( implode( ' ', $args['class'] ) );
209
- $container_id = esc_attr( $args['id'] ) . '_field';
210
 
211
- $after = !empty( $args['clear'] ) ? '<div class="clear"></div>' : '';
212
 
213
- $iran_cities = sprintf( $field_container, $container_class, $container_id, $field_html ) . $after;
214
 
215
- return apply_filters( 'iran_cities_filed_select_input', $iran_cities, $field_container, $container_class, $container_id, $field_html, $field, $key, $args, $value, $after );
216
- }
217
 
218
- public function external_js() {
219
- wp_dequeue_script( 'pw-iran-cities' );
220
- wp_deregister_script( 'pw-iran-cities' );
221
- wp_register_script( 'pw-iran-cities', apply_filters( 'persian_woo_iran_cities', PW()->plugin_url( 'assets/js/iran_cities.min.js' ) ), false, PW_VERSION, true );
222
 
223
- if( self::$iran_cities_page = ( is_checkout() || is_wc_endpoint_url( 'edit-address' ) ) ) {
224
- wp_enqueue_script( 'pw-iran-cities' );
225
- }
226
- }
227
 
228
- public function inline_js( $force_inline_js = false ) {
229
- if( !$force_inline_js ) {
230
 
231
- if( self::$inline_script_printed == 'yes' || !self::$iran_cities_page || self::$action_priority > 100 ) {
232
- return;
233
- }
234
 
235
- if( !( wp_script_is( 'jquery', 'done' ) && !wp_script_is( 'wc-country-select', 'done' ) ) ) {
236
- self::$action_priority += 5;
237
- add_action( 'wp_footer', array( $this, 'inline_js' ), self::$action_priority );
238
 
239
- return;
240
- }
241
- }
242
 
243
- self::$inline_script_printed = 'yes';
244
- $value_index = apply_filters( 'iran_cities_value_index', 0 );
245
- $types = array( 'billing', 'shipping' );
246
- ?>
247
  <script type="text/javascript">
248
  if (!window.jQuery) {
249
  alert("کتابخانه جیکوئری قبل از کدهای مربوط به شهرهای ایران لود نشده است!");
250
  }
251
  jQuery(function ($) {
252
- <?php foreach ($types as $type) :
253
- $selected_value = $type . '_iran_cities_selected_value';
254
- global ${$selected_value};
255
- $value = !empty( ${$selected_value} ) ? ${$selected_value} : '';
256
- $placeholder = isset( $this->fields[ $type ][ $type . '_city' ]['placeholder'] ) ? $this->fields[ $type ][ $type . '_city' ]['placeholder'] : __( 'City', 'woocommerce' );
257
-
258
- $countries = 'get_' . str_replace( 'billing', 'allowed', $type ) . '_countries';
259
- $countries = WC()->countries->$countries();
260
- $iran_exist = isset( $countries[ strtoupper( $this->Country ) ] ) || isset( $countries[ strtolower( $this->Country ) ] ) || isset( $countries[ ucfirst( $this->Country ) ] ) ? 'yes' : 'no';
261
- $just_iran = count( $countries ) == 1 && $iran_exist == 'yes' ? 'yes' : 'no';
262
- ?>
263
 
264
  var <?php echo $type; ?>_iran_exist = '<?php echo $iran_exist; ?>';
265
  var <?php echo $type; ?>_just_iran = '<?php echo $just_iran; ?>';
266
 
267
  $(document.body).on('change', '#<?php echo $type; ?>_state', function () {
268
 
269
- if (<?php echo $type; ?>_iran_exist == 'yes' && (<?php echo $type; ?>_just_iran || $('#<?php echo $type; ?>_country').val() == '<?php echo $this->Country ?>')) {
270
 
271
- <?php echo $type; ?>_cities = [];
272
- <?php echo $type; ?>_cities[0] = new Array('خطا در دریافت شهرها', '0');
273
 
274
  if (typeof Persian_Woo_iranCities === "function")
275
- <?php echo $type; ?>_cities = Persian_Woo_iranCities('' + $('#<?php echo $type; ?>_state').val() + '');
276
  else {
277
  alert('تابع مربوط به شهرهای ایران یافت نمیشود. با مدیریت در میان بگذارید.');
278
  }
279
 
280
- <?php echo $type; ?>_cities.sort(function (a, b) {
281
  if (a[0] == b[0])
282
  return 0;
283
  if (a[0] > b[0])
@@ -287,12 +312,12 @@ if( !class_exists( 'Persian_Woocommerce_Address' ) ) :
287
  });
288
  var options = '<option value="-1">انتخاب کنید</option>';
289
  var j;
290
- <?php echo $type; ?>_selected = '';
291
  for (j in <?php echo $type; ?>_cities) {
292
  selected = '';
293
  if (<?php echo $type; ?>_cities[j][<?php echo $value_index; ?>] == '<?php echo $value;?>') {
294
  selected = "selected";
295
- <?php echo $type; ?>_selected = '<?php echo $value;?>';
296
  }
297
  options += "<option value='" + <?php echo $type; ?>_cities[j][<?php echo $value_index; ?>] + "' " + selected + ">" + <?php echo $type; ?>_cities[j][0] + "</option>";
298
  }
@@ -309,7 +334,7 @@ if( !class_exists( 'Persian_Woocommerce_Address' ) ) :
309
  var <?php echo $type; ?>_city_input = '<input id="<?php echo $type; ?>_city" name="<?php echo $type; ?>_city" type="text" class="input-text" value="<?php echo $value;?>" placeholder="<?php echo $placeholder;?>" />';
310
 
311
  $(document.body).on('change', '#<?php echo $type; ?>_country', function () {
312
- var is_iran = $('#<?php echo $type; ?>_country').val() == '<?php echo $this->Country ?>' ? 'yes' : 'no';
313
  set_iran_cities_field('<?php echo $type; ?>', is_iran);
314
  });
315
  $('#<?php echo $type; ?>_country').trigger('change');
@@ -325,12 +350,12 @@ if( !class_exists( 'Persian_Woocommerce_Address' ) ) :
325
  }
326
  });
327
 
328
- <?php if( is_checkout() ) {
329
- wc_enqueue_js( "if ($().select2 && $('#" . $type . "_city').data('select2') && !$('#" . $type . "_state').data('select2'))
330
  $('#" . $type . "_state').select2();" );
331
- } ?>
332
 
333
- <?php endforeach; ?>
334
  function set_iran_cities_field(type, iran) {
335
  if (iran == 'yes') {
336
  if (!$('#' + type + '_city').is('select')) {
@@ -350,17 +375,14 @@ if( !class_exists( 'Persian_Woocommerce_Address' ) ) :
350
 
351
  });
352
  </script>
353
- <?php
354
- }
355
-
356
- public function force_inline_js() {
357
- if( self::$inline_script_printed != 'yes' && self::$iran_cities_page && wp_script_is( 'jquery', 'done' ) ) {
358
- $this->inline_js( true );
359
- }
360
- }
361
-
362
- }
363
  endif;
364
-
365
- PW()->iran_address = new Persian_Woocommerce_Address();
366
- ?>
1
+ <?php if ( ! defined( 'ABSPATH' ) ) {
2
+ exit;
3
+ }
4
+
5
+ if ( ! class_exists( 'Persian_Woocommerce_Address' ) ) :
6
+
7
+ class Persian_Woocommerce_Address extends Persian_Woocommerce_Core {
8
+
9
+ //public
10
+ public $country, $states, $class;
11
+
12
+ //private
13
+ private $fields = array();
14
+
15
+ private $selected_city = array();
16
+
17
+ //private static
18
+ private static $action_priority = 0;
19
+
20
+ private static $iran_cities_page = false;
21
+
22
+ private static $inline_script_printed = false;
23
+
24
+ public function __construct() {
25
+
26
+ $this->country = 'IR';
27
+ $this->states = array(
28
+ 'AL' => 'البرز',
29
+ 'AR' => 'اردبیل',
30
+ 'AE' => 'آذربایجان شرقی',
31
+ 'AW' => 'آذربایجان غربی',
32
+ 'BU' => 'بوشهر',
33
+ 'CM' => 'چهارمحال و بختیاری',
34
+ 'FA' => 'فارس',
35
+ 'GI' => 'گیلان',
36
+ 'GO' => 'گلستان',
37
+ 'HD' => 'همدان',
38
+ 'HG' => 'هرمزگان',
39
+ 'IL' => 'ایلام',
40
+ 'IS' => 'اصفهان',
41
+ 'KE' => 'کرمان',
42
+ 'BK' => 'کرمانشاه',
43
+ 'KS' => 'خراسان شمالی',
44
+ 'KV' => 'خراسان رضوی',
45
+ 'KJ' => 'خراسان جنوبی',
46
+ 'KZ' => 'خوزستان',
47
+ 'KB' => 'کهگیلویه و بویراحمد',
48
+ 'KD' => 'کردستان',
49
+ 'LO' => 'لرستان',
50
+ 'MK' => 'مرکزی',
51
+ 'MN' => 'مازندران',
52
+ 'QZ' => 'قزوین',
53
+ 'QM' => 'قم',
54
+ 'SM' => 'سمنان',
55
+ 'SB' => 'سیستان و بلوچستان',
56
+ 'TE' => 'تهران',
57
+ 'YA' => 'یزد',
58
+ 'ZA' => 'زنجان'
59
+ );
60
+
61
+ add_filter( 'woocommerce_get_country_locale', array( $this, 'locales' ) );
62
+ add_filter( 'woocommerce_localisation_address_formats', array( $this, 'address_formats' ) );
63
+ add_filter( 'woocommerce_states', array( $this, 'iran_states' ), 10, 1 );
64
+
65
+ if ( PW()->get_options( 'enable_iran_cities' ) == 'yes' ) {
66
+
67
+ if ( ( $class = array( 'first', 'last' ) ) && PW()->get_options( 'flip_state_city' ) == 'yes' ) {
68
+ $class = array_reverse( $class );
69
+ }
70
+ $this->class = array( 'state' => $class[0], 'city' => $class[1] );
71
+
72
+ add_filter( 'woocommerce_checkout_fields', array( $this, 'checkout_fields' ) );
73
+ add_filter( 'woocommerce_billing_fields', array( $this, 'billing_fields' ) );
74
+ add_filter( 'woocommerce_shipping_fields', array( $this, 'shipping_fields' ) );
75
+
76
+ add_filter( 'woocommerce_form_field_billing_iran_cities', array( $this, 'iran_cities_field' ), 11, 4 );
77
+ add_filter( 'woocommerce_form_field_shipping_iran_cities', array( $this, 'iran_cities_field' ), 11, 4 );
78
+
79
+ add_action( 'wp_enqueue_scripts', array( $this, 'external_js' ) );
80
+ add_action( 'wp_footer', array( $this, 'inline_js' ), 0 );
81
+ add_action( 'wp_footer', array( $this, 'force_inline_js' ), 999999 );
82
+ }
83
+ }
84
+
85
+ public function locales( $locales ) {
86
+ $locales[ $this->country ] = array(
87
+ 'state' => array( 'label' => __( 'Province', 'woocommerce' ) ),
88
+ 'postcode' => array( 'label' => __( 'Postcode', 'woocommerce' ) )
89
+ );
90
+
91
+ return $locales;
92
+ }
93
+
94
+ public function address_formats( $formats ) {
95
+ $formats[ $this->country ] = "{first_name} {last_name}\n{company}\n{country}\n{state}\n{city}\n{address_1}\n{address_2}\n{postcode}";
96
+
97
+ return $formats;
98
+ }
99
+
100
+ public function iran_states( $states ) {
101
+
102
+ $states[ $this->country ] = $this->states;
103
+
104
+ if ( PW()->get_options( 'allowed_states' ) == 'all' ) {
105
+ return $states;
106
+ }
107
+
108
+ $selections = PW()->get_options( 'specific_allowed_states' );
109
+
110
+ if ( is_array( $selections ) ) {
111
+ $states[ $this->country ] = array_intersect_key( $this->states, array_flip( $selections ) );
112
+ }
113
+
114
+ return $states;
115
+ }
116
+
117
+ //--------------------------------------------
118
+ public function checkout_fields( $fields ) {
119
+
120
+ $this->fields = $fields;
121
+
122
+ if ( is_checkout() ) {
123
+ $types = array( 'billing', 'shipping' );
124
+ foreach ( $types as $type ) {
125
+ $fields[ $type ][ $type . '_city' ] = $this->modify_city_field( $fields[ $type ][ $type . '_city' ], $type );
126
+ $fields[ $type ][ $type . '_state' ] = $this->modify_state_field( $fields[ $type ][ $type . '_state' ], $type );
127
+ }
128
+ }
129
+
130
+ return $fields;
131
+ }
132
+
133
+ public function billing_fields( $fields ) {
134
+
135
+ if ( is_wc_endpoint_url( 'edit-address' ) ) {
136
+ $type = 'billing';
137
+ $fields[ $type . '_city' ] = $this->modify_city_field( $fields[ $type . '_city' ], $type );
138
+ $fields[ $type . '_state' ] = $this->modify_state_field( $fields[ $type . '_state' ], $type );
139
+ }
140
+
141
+ return $fields;
142
+ }
143
 
144
+ public function shipping_fields( $fields ) {
 
145
 
146
+ if ( is_wc_endpoint_url( 'edit-address' ) ) {
147
+ $type = 'shipping';
148
+ $fields[ $type . '_city' ] = $this->modify_city_field( $fields[ $type . '_city' ], $type );
149
+ $fields[ $type . '_state' ] = $this->modify_state_field( $fields[ $type . '_state' ], $type );
150
+ }
151
 
152
+ return $fields;
153
+ }
154
 
155
+ public function modify_state_field( $fields, $type ) {
156
+ $classes = '';
157
+ if ( ! empty( $fields['class'] ) && $classes = $fields['class'] ) {
158
+ $classes = is_array( $classes ) ? implode( ',', $classes ) : $classes;
159
+ $classes = str_ireplace( 'form-row-wide', 'form-row-' . $this->class['state'], $classes );
160
+ }
161
+ $fields['class'] = apply_filters( $type . '_iran_state_class', explode( ',', $classes ), $fields, $type );
162
 
163
+ return $fields;
164
+ }
165
 
166
+ public function modify_city_field( $fields, $type ) {
167
+ $classes = '';
168
+ if ( ! empty( $fields['class'] ) && $classes = $fields['class'] ) {
169
+ $classes = is_array( $classes ) ? implode( ',', $classes ) : $classes;
170
+ $classes = str_ireplace( 'form-row-wide', 'form-row-' . $this->class['city'], $classes );
171
+ }
172
+ $fields['class'] = apply_filters( $type . '_iran_city_class', explode( ',', $classes ), $fields, $type );
173
+ $fields['type'] = apply_filters( $type . '_iran_city_type', $type . '_iran_cities', $fields, $type );
174
+ $fields['options'] = apply_filters( $type . '_iran_city_options', array( '' => '' ), $fields, $type );
175
 
176
+ return $fields;
177
+ }
178
 
179
+ public function iran_cities_field( $field, $key, $args, $value ) {
180
 
181
+ $type = explode( '_', $args['type'] );
182
+ if ( ! empty( $value ) ) {
183
+ $this->selected_city[] = $value . '_vsh_' . $type[0];
184
+ }
185
 
186
+ $required = $args['required'] ? ' <abbr class="required" title="' . esc_attr__( 'required', 'woocommerce' ) . '">*</abbr>' : '';
187
 
188
+ $args['label_class'] = array();
189
+ if ( is_string( $args['label_class'] ) ) {
190
+ $args['label_class'] = array( $args['label_class'] );
191
+ }
192
 
193
+ if ( is_null( $value ) ) {
194
+ $value = ! empty( $args['default'] ) ? $args['default'] : '';
195
+ }
196
 
197
+ $selected_value = $args['type'] . '_selected_value';
198
+ global ${$selected_value};
199
+ ${$selected_value} = $value;
200
 
201
+ $custom_attributes = array();
202
+ if ( ! empty( $args['custom_attributes'] ) && is_array( $args['custom_attributes'] ) ) {
203
+ foreach ( $args['custom_attributes'] as $attribute => $attribute_value ) {
204
+ $custom_attributes[] = esc_attr( $attribute ) . '="' . esc_attr( $attribute_value ) . '"';
205
+ }
206
+ }
207
 
208
+ if ( ! empty( $args['validate'] ) ) {
209
+ foreach ( $args['validate'] as $validate ) {
210
+ $args['class'][] = 'validate-' . $validate;
211
+ }
212
+ }
213
 
214
+ $args['placeholder'] = __( 'یک شهر انتخاب کنید', 'woocommerce' );
215
 
216
+ $label_id = $args['id'];
217
+ $field_container = '<p class="form-row %1$s" id="%2$s">%3$s</p>';
218
 
219
+ $field = '<select name="' . esc_attr( $key ) . '" id="' . esc_attr( $args['id'] ) . '" class="state_select ' . esc_attr( implode( ' ', $args['input_class'] ) ) . '" ' . implode( ' ', $custom_attributes ) . ' placeholder="' . esc_attr( $args['placeholder'] ) . '"></select>';
220
 
221
+ $field_html = '';
222
 
223
+ if ( $args['label'] && 'checkbox' != $args['type'] ) {
224
+ $field_html .= '<label for="' . esc_attr( $label_id ) . '" class="' . esc_attr( implode( ' ', $args['label_class'] ) ) . '">' . $args['label'] . $required . '</label>';
225
+ }
226
 
227
+ $field_html .= $field;
228
 
229
+ if ( $args['description'] ) {
230
+ $field_html .= '<span class="description">' . esc_attr( $args['description'] ) . '</span>';
231
+ }
232
 
233
+ $container_class = 'form-row ' . esc_attr( implode( ' ', $args['class'] ) );
234
+ $container_id = esc_attr( $args['id'] ) . '_field';
235
 
236
+ $after = ! empty( $args['clear'] ) ? '<div class="clear"></div>' : '';
237
 
238
+ $iran_cities = sprintf( $field_container, $container_class, $container_id, $field_html ) . $after;
239
 
240
+ return apply_filters( 'iran_cities_field_select_input', $iran_cities, $field_container, $container_class, $container_id, $field_html, $field, $key, $args, $value, $after );
241
+ }
242
 
243
+ public function external_js() {
244
+ wp_dequeue_script( 'pw-iran-cities' );
245
+ wp_deregister_script( 'pw-iran-cities' );
246
+ wp_register_script( 'pw-iran-cities', apply_filters( 'persian_woo_iran_cities', PW()->plugin_url( 'assets/js/iran_cities.min.js' ) ), false, PW_VERSION, true );
247
 
248
+ if ( self::$iran_cities_page = ( is_checkout() || is_wc_endpoint_url( 'edit-address' ) ) ) {
249
+ wp_enqueue_script( 'pw-iran-cities' );
250
+ }
251
+ }
252
 
253
+ public function inline_js( $force_inline_js = false ) {
254
+ if ( ! $force_inline_js ) {
255
 
256
+ if ( self::$inline_script_printed == 'yes' || ! self::$iran_cities_page || self::$action_priority > 100 ) {
257
+ return;
258
+ }
259
 
260
+ if ( ! ( wp_script_is( 'jquery', 'done' ) && ! wp_script_is( 'wc-country-select', 'done' ) ) ) {
261
+ self::$action_priority += 5;
262
+ add_action( 'wp_footer', array( $this, 'inline_js' ), self::$action_priority );
263
 
264
+ return;
265
+ }
266
+ }
267
 
268
+ self::$inline_script_printed = 'yes';
269
+ $value_index = apply_filters( 'iran_cities_value_index', 0 );
270
+ $types = array( 'billing', 'shipping' );
271
+ ?>
272
  <script type="text/javascript">
273
  if (!window.jQuery) {
274
  alert("کتابخانه جیکوئری قبل از کدهای مربوط به شهرهای ایران لود نشده است!");
275
  }
276
  jQuery(function ($) {
277
+ <?php foreach ($types as $type) :
278
+ $selected_value = $type . '_iran_cities_selected_value';
279
+ global ${$selected_value};
280
+ $value = ! empty( ${$selected_value} ) ? ${$selected_value} : '';
281
+ $placeholder = isset( $this->fields[ $type ][ $type . '_city' ]['placeholder'] ) ? $this->fields[ $type ][ $type . '_city' ]['placeholder'] : __( 'City', 'woocommerce' );
282
+
283
+ $countries = 'get_' . str_replace( 'billing', 'allowed', $type ) . '_countries';
284
+ $countries = WC()->countries->$countries();
285
+ $iran_exist = isset( $countries[ strtoupper( $this->country ) ] ) || isset( $countries[ strtolower( $this->country ) ] ) || isset( $countries[ ucfirst( $this->country ) ] ) ? 'yes' : 'no';
286
+ $just_iran = count( $countries ) == 1 && $iran_exist == 'yes' ? 'yes' : 'no';
287
+ ?>
288
 
289
  var <?php echo $type; ?>_iran_exist = '<?php echo $iran_exist; ?>';
290
  var <?php echo $type; ?>_just_iran = '<?php echo $just_iran; ?>';
291
 
292
  $(document.body).on('change', '#<?php echo $type; ?>_state', function () {
293
 
294
+ if (<?php echo $type; ?>_iran_exist == 'yes' && (<?php echo $type; ?>_just_iran || $('#<?php echo $type; ?>_country').val() == '<?php echo $this->country ?>')) {
295
 
296
+ <?php echo $type; ?>_cities = [];
297
+ <?php echo $type; ?>_cities[0] = new Array('خطا در دریافت شهرها', '0');
298
 
299
  if (typeof Persian_Woo_iranCities === "function")
300
+ <?php echo $type; ?>_cities = Persian_Woo_iranCities('' + $('#<?php echo $type; ?>_state').val() + '');
301
  else {
302
  alert('تابع مربوط به شهرهای ایران یافت نمیشود. با مدیریت در میان بگذارید.');
303
  }
304
 
305
+ <?php echo $type; ?>_cities.sort(function (a, b) {
306
  if (a[0] == b[0])
307
  return 0;
308
  if (a[0] > b[0])
312
  });
313
  var options = '<option value="-1">انتخاب کنید</option>';
314
  var j;
315
+ <?php echo $type; ?>_selected = '';
316
  for (j in <?php echo $type; ?>_cities) {
317
  selected = '';
318
  if (<?php echo $type; ?>_cities[j][<?php echo $value_index; ?>] == '<?php echo $value;?>') {
319
  selected = "selected";
320
+ <?php echo $type; ?>_selected = '<?php echo $value;?>';
321
  }
322
  options += "<option value='" + <?php echo $type; ?>_cities[j][<?php echo $value_index; ?>] + "' " + selected + ">" + <?php echo $type; ?>_cities[j][0] + "</option>";
323
  }
334
  var <?php echo $type; ?>_city_input = '<input id="<?php echo $type; ?>_city" name="<?php echo $type; ?>_city" type="text" class="input-text" value="<?php echo $value;?>" placeholder="<?php echo $placeholder;?>" />';
335
 
336
  $(document.body).on('change', '#<?php echo $type; ?>_country', function () {
337
+ var is_iran = $('#<?php echo $type; ?>_country').val() == '<?php echo $this->country ?>' ? 'yes' : 'no';
338
  set_iran_cities_field('<?php echo $type; ?>', is_iran);
339
  });
340
  $('#<?php echo $type; ?>_country').trigger('change');
350
  }
351
  });
352
 
353
+ <?php if ( is_checkout() ) {
354
+ wc_enqueue_js( "if ($().select2 && $('#" . $type . "_city').data('select2') && !$('#" . $type . "_state').data('select2'))
355
  $('#" . $type . "_state').select2();" );
356
+ } ?>
357
 
358
+ <?php endforeach; ?>
359
  function set_iran_cities_field(type, iran) {
360
  if (iran == 'yes') {
361
  if (!$('#' + type + '_city').is('select')) {
375
 
376
  });
377
  </script>
378
+ <?php
379
+ }
380
+
381
+ public function force_inline_js() {
382
+ if ( self::$inline_script_printed != 'yes' && self::$iran_cities_page && wp_script_is( 'jquery', 'done' ) ) {
383
+ $this->inline_js( true );
384
+ }
385
+ }
386
+ }
 
387
  endif;
388
+ PW()->address = new Persian_Woocommerce_Address();
 
 
include/class-core.php ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if ( ! defined( 'ABSPATH' ) ) {
2
+ exit;
3
+ }
4
+
5
+ if ( ! class_exists( 'Persian_Woocommerce_Core' ) ) :
6
+
7
+ class Persian_Woocommerce_Core {
8
+
9
+ private $options;
10
+
11
+ public $file_dir, $wc_is_active;
12
+
13
+ //sub classess
14
+ public $tools, $widget, $translate, $currencies, $address, $gateways;
15
+
16
+ protected static $_instance = null;
17
+
18
+ public static function instance( $file ) {
19
+ if ( is_null( self::$_instance ) ) {
20
+ self::$_instance = new self( $file );
21
+ }
22
+
23
+ return self::$_instance;
24
+ }
25
+
26
+ public function __construct( $file = null ) {
27
+
28
+ $this->file_dir = $file;
29
+ $this->options = get_option( 'PW_Options' );
30
+
31
+ $this->wc_is_active = class_exists( 'woocommerce' ) || class_exists( 'WooCommerce' );
32
+ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
33
+ $this->wc_is_active = true;
34
+ }
35
+
36
+ //add_filter( 'woocommerce_show_addons_page', '__return_false', 100 );
37
+ add_action( 'admin_menu', array( $this, 'admin_menus' ), 99 );
38
+ add_action( 'activated_plugin', array( $this, 'activated_plugin' ), 10, 1 );
39
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
40
+ add_action( 'admin_notices', array( $this, 'notices_render' ) );
41
+ add_action( 'wp_ajax_pw_notice_dismiss', array( $this, 'notices_dismiss' ) );
42
+ add_action( 'plugins_loaded', array( $this, 'plugins_loaded' ), 10 );
43
+ }
44
+
45
+ public function plugins_loaded() {
46
+ if ( $this->wc_is_active ) {
47
+ require_once( 'class-gateways.php' );
48
+ }
49
+ }
50
+
51
+ public function admin_menus() {
52
+
53
+ if ( ! $this->wc_is_active ) {
54
+ return;
55
+ }
56
+
57
+ add_menu_page( 'ووکامرس فارسی', 'ووکامرس فارسی', 'manage_options', 'persian-wc',
58
+ array( $this->translate, 'translate_page' ), $this->plugin_url( 'assets/images/logo.png' ), '55.6' );
59
+
60
+ add_submenu_page( 'persian-wc', 'حلقه های ترجمه', 'حلقه های ترجمه', 'manage_options', 'persian-wc',
61
+ array( $this->translate, 'translate_page' ) );
62
+
63
+ if ( $this->wc_is_active ) {
64
+ add_submenu_page( 'persian-wc', 'ابزار ها', 'ابزار ها', 'manage_options', 'persian-wc-tools',
65
+ array( $this->tools, 'tools_page' ) );
66
+ }
67
+
68
+ do_action( "PW_Menu" );
69
+
70
+ add_submenu_page( 'persian-wc', 'افزونه ها', 'افزونه ها', 'manage_woocommerce', 'persian-wc-plugins', array(
71
+ $this,
72
+ 'plugins_page'
73
+ ) );
74
+
75
+ add_submenu_page( 'persian-wc', 'پوسته ها', 'پوسته ها', 'manage_woocommerce', 'persian-wc-themes', array(
76
+ $this,
77
+ 'themes_page'
78
+ ) );
79
+
80
+ add_submenu_page( 'woocommerce', 'افزونه های پارسی', 'افزونه های پارسی', 'manage_woocommerce', 'wc-persian-plugins', array(
81
+ $this,
82
+ 'plugins_page'
83
+ ) );
84
+
85
+ add_submenu_page( 'woocommerce', 'پوسته های پارسی', 'پوسته های پارسی', 'manage_woocommerce', 'wc-persian-themes', array(
86
+ $this,
87
+ 'themes_page'
88
+ ) );
89
+
90
+ add_submenu_page( 'persian-wc', 'درباره ما', 'درباره ما', 'manage_options', 'persian-wc-about', array(
91
+ $this,
92
+ 'about_page'
93
+ ) );
94
+ }
95
+
96
+ public function themes_page() {
97
+ wp_enqueue_style( 'woocommerce_admin_styles' );
98
+ include( 'view/html-admin-page-themes.php' );
99
+ }
100
+
101
+ public function plugins_page() {
102
+ wp_enqueue_style( 'woocommerce_admin_styles' );
103
+ include( 'view/html-admin-page-plugins.php' );
104
+ }
105
+
106
+ public function about_page() {
107
+ include( 'view/html-admin-page-about.php' );
108
+ }
109
+
110
+ public function activated_plugin( $plugin ) {
111
+
112
+ if ( $plugin != 'persian-woocommerce/woocommerce-persian.php' ) {
113
+ return;
114
+ }
115
+
116
+ global $wpdb;
117
+ $woocommerce_ir_sql = "CREATE TABLE IF NOT EXISTS `{$wpdb->prefix}woocommerce_ir` (
118
+ `id` int(11) NOT NULL AUTO_INCREMENT,
119
+ `text1` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
120
+ `text2` text CHARACTER SET utf8 COLLATE utf8_persian_ci,
121
+ PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;";
122
+
123
+ require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
124
+ dbDelta( $woocommerce_ir_sql );
125
+
126
+ //delete deprecated tables-----------------------------
127
+ $deprecated_tables = array(
128
+ 'woocommerce_ir_cities',
129
+ 'Woo_Iran_Cities_By_HANNANStd',
130
+ );
131
+
132
+ global $wpdb;
133
+ foreach ( $deprecated_tables as $deprecated_table ) {
134
+ $wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}{$deprecated_table}" );
135
+ }
136
+
137
+
138
+ //delete deprecated Options-----------------------------
139
+ $deprecated_options = array(
140
+ 'is_cities_installed',
141
+ 'pw_delete_city_table_2_5',
142
+ 'woocommerce_persian_feed',
143
+ 'redirect_to_woo_persian_about_page',
144
+ 'enable_woocommerce_notice_dismissed',
145
+ 'Persian_Woocommerce_rename_old_table',
146
+ );
147
+
148
+ foreach ( $deprecated_options as $deprecated_option ) {
149
+ delete_option( $deprecated_option );
150
+ }
151
+
152
+ for ( $i = 0; $i < 10; $i ++ ) {
153
+ delete_option( 'persian_woo_notice_number_' . $i );
154
+ }
155
+
156
+ if ( ! headers_sent() && $this->wc_is_active ) {
157
+ wp_redirect( admin_url( 'admin.php?page=persian-wc-about' ) );
158
+ die();
159
+ }
160
+ }
161
+
162
+ public function enqueue_scripts() {
163
+ $pages = array(
164
+ 'persian-wc-about',
165
+ 'persian-wc-plugins',
166
+ 'wc-persian-plugins',
167
+ 'persian-wc-themes',
168
+ 'wc-persian-themes',
169
+ );
170
+ if ( ! empty( $_GET['page'] ) && in_array( $_GET['page'], $pages ) ) {
171
+ wp_register_style( 'pw-admin-fonts', $this->plugin_url( 'assets/css/admin.font.css' ) );
172
+ wp_enqueue_style( 'pw-admin-fonts' );
173
+ }
174
+ }
175
+
176
+ public function plugin_url( $path = null ) {
177
+ return untrailingslashit( plugins_url( is_null( $path ) ? '/' : $path, $this->file_dir ) );
178
+ }
179
+
180
+ public function get_options( $option_name = null, $default = false ) {
181
+
182
+ if ( is_null( $option_name ) ) {
183
+ return $this->options;
184
+ }
185
+
186
+ $default_options = array();
187
+
188
+ if ( ! empty( $this->tools ) && method_exists( $this->tools, 'get_tools_default' ) ) {
189
+ $default_options = $this->tools->get_tools_default();
190
+ }
191
+
192
+ if ( isset( $this->options[ $option_name ] ) ) {
193
+ return $this->options[ $option_name ];
194
+ } elseif ( isset( $default_options["PW_Options[$option_name]"] ) ) {
195
+ return $default_options["PW_Options[$option_name]"];
196
+ } else {
197
+ return $default;
198
+ }
199
+ }
200
+
201
+ public function notices_render() {
202
+ $notices = array();
203
+ $this->notices_texts( $notices );
204
+ $dismissed = (array) get_option( 'persian_woocommerce_dismissed_notices' );
205
+ foreach ( $notices as $id => $notice ) {
206
+ if ( count( $notice ) == 3 && ! $notice[2] ) {
207
+ continue;
208
+ }
209
+ if ( ! in_array( $id, $dismissed ) ) {
210
+ printf( '<div class="notice persian_woocommerce_notice notice-%2$s is-dismissible" id="persian_woocommerce_%1$s"><p>%3$s</p></div>',
211
+ $id, $notice[0], $notice[1]
212
+ );
213
+ }
214
+ }
215
+ ?>
216
+ <script type="text/javascript">
217
+ jQuery(document).ready(function ($) {
218
+ $(document.body).on('click', '.notice-dismiss', function () {
219
+ var notice = $(this).closest('.persian_woocommerce_notice');
220
+ notice = notice.attr('id');
221
+ if (notice.indexOf('persian_woocommerce_') !== -1) {
222
+ notice = notice.replace('persian_woocommerce_', '');
223
+ $.ajax({
224
+ url: "<?php echo admin_url( 'admin-ajax.php' ) ?>",
225
+ type: "post",
226
+ data: {
227
+ notice: notice,
228
+ action: 'pw_notice_dismiss',
229
+ security: "<?php echo wp_create_nonce( 'pw_notice_dismiss' ); ?>"
230
+ },
231
+ success: function (response) {
232
+ }
233
+ });
234
+ }
235
+ return false;
236
+ });
237
+ });
238
+ </script>
239
+ <?php
240
+ }
241
+
242
+ public function notices_dismiss() {
243
+
244
+ check_ajax_referer( 'pw_notice_dismiss', 'security' );
245
+
246
+ if ( ! empty( $_POST['notice'] ) ) {
247
+ $dismissed = (array) get_option( 'persian_woocommerce_dismissed_notices' );
248
+ $dismissed[] = $_POST['notice'];
249
+ update_option( 'persian_woocommerce_dismissed_notices', array_unique( $dismissed ) );
250
+ }
251
+ die();
252
+ }
253
+
254
+ private function notices_texts( &$notices ) {
255
+
256
+ $notices['wc_is_active'] = array(
257
+ 'info',
258
+ sprintf( 'ووکامرس فارسی با موفقیت نصب و فعالسازی شده است . لطفا افزونه ووکامرس را از <a href="%s" target="_blank">اینجا</a> فعال کنید.', admin_url( 'plugins.php' ) ),
259
+ ( ! $this->wc_is_active && current_user_can( 'install_plugins' ) )
260
+ );
261
+
262
+ $notices['php_version'] = array(
263
+ 'error',
264
+ 'برای استفاده از ووکامرس پارسی باید نسخه PHP هاست شما حداقل 5.3 باشد.',
265
+ version_compare( PHP_VERSION, '5.3', '<' ),
266
+ );
267
+
268
+ }
269
+ }
270
+ endif;
271
+
272
+ if ( ! class_exists( 'Persian_Woocommerce_Plugin' ) ) {
273
+ class Persian_Woocommerce_Plugin extends Persian_Woocommerce_Core {
274
+ }
275
+ }
include/class-currencies.php ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if ( ! defined( 'ABSPATH' ) ) {
2
+ exit;
3
+ }
4
+
5
+ if ( ! class_exists( 'Persian_Woocommerce_Currencies' ) ) :
6
+
7
+ class Persian_Woocommerce_Currencies extends Persian_Woocommerce_Core {
8
+
9
+ public $currencies;
10
+
11
+ public function __construct() {
12
+
13
+ $this->currencies = array(
14
+ 'IRR' => __( 'ریال', 'woocommerce' ),
15
+ 'IRHR' => __( 'هزار ریال', 'woocommerce' ),
16
+ 'IRT' => __( 'تومان', 'woocommerce' ),
17
+ 'IRHT' => __( 'هزار تومان', 'woocommerce' )
18
+ );
19
+
20
+ add_filter( 'woocommerce_currencies', array( $this, 'currencies' ) );
21
+ add_filter( 'woocommerce_currency_symbol', array( $this, 'currencies_symbol' ), 10, 2 );
22
+ }
23
+
24
+ public function currencies( $currencies ) {
25
+
26
+ foreach ( $this->currencies as $key => $value ) {
27
+ unset( $currencies[ $key ] );
28
+ }
29
+
30
+ return array_merge( $currencies, $this->currencies );
31
+ }
32
+
33
+ public function currencies_symbol( $currency_symbol, $currency ) {
34
+
35
+ if ( in_array( $currency, array_keys( $this->currencies ) ) ) {
36
+ return $this->currencies[ $currency ];
37
+ }
38
+
39
+ return $currency_symbol;
40
+ }
41
+ }
42
+ endif;
43
+ PW()->currencies = new Persian_Woocommerce_Currencies();
include/class-currency.php DELETED
@@ -1,50 +0,0 @@
1
- <?php
2
- if( !defined( 'ABSPATH' ) ) {
3
- exit;
4
- } // Exit if accessed directly
5
-
6
- if( !class_exists( 'Persian_Woocommerce_Currencies' ) ) :
7
-
8
- class Persian_Woocommerce_Currencies extends Persian_Woocommerce_Plugin {
9
-
10
- public function __construct() {
11
- add_filter( 'woocommerce_currencies', array( $this, 'iran_currencies' ) );
12
- add_filter( 'woocommerce_currency_symbol', array( $this, 'iran_currencies_symbol' ), 10, 2 );
13
- }
14
-
15
- public function iran_currencies( $currencies ) {
16
- $currencies += array(
17
- 'IRR' => __( 'ریال', 'woocommerce' ),
18
- 'IRHR' => __( 'هزار ریال', 'woocommerce' ),
19
- 'IRT' => __( 'تومان', 'woocommerce' ),
20
- 'IRHT' => __( 'هزار تومان', 'woocommerce' )
21
- );
22
-
23
- return $currencies;
24
- }
25
-
26
- public function iran_currencies_symbol( $currency_symbol, $currency ) {
27
-
28
- switch( $currency ) {
29
-
30
- case 'IRR':
31
- return __( 'ریال', 'woocommerce' );
32
- case 'IRHR':
33
- return __( 'هزار ریال', 'woocommerce' );
34
- case 'IRT':
35
- return __( 'تومان', 'woocommerce' );
36
- case 'IRHT':
37
- return __( 'هزار تومان', 'woocommerce' );
38
-
39
- }
40
-
41
- return $currency_symbol;
42
-
43
- }
44
-
45
- }
46
-
47
- endif;
48
-
49
- PW()->currencies = new Persian_Woocommerce_Currencies();
50
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
include/class-gateways.php ADDED
@@ -0,0 +1,680 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if ( ! defined( 'ABSPATH' ) ) {
2
+ exit;
3
+ }
4
+
5
+ if ( ! class_exists( 'Persian_Woocommerce_Gateways' ) && class_exists( 'WC_Payment_Gateway' ) ) :
6
+
7
+ abstract class Persian_Woocommerce_Gateways extends WC_Payment_Gateway {
8
+
9
+ protected $order_id = 0;
10
+
11
+ private $verification_params;
12
+
13
+ const PREFIX = 'Woocommerce_Ir_Gateway_';
14
+
15
+ public static function register( $gateway ) {
16
+ add_filter( 'woocommerce_payment_gateways', function ( $methods ) use ( $gateway ) {
17
+
18
+ $methods[] = self::PREFIX . $gateway;
19
+
20
+ return array_unique( $methods );
21
+ } );
22
+ }
23
+
24
+ protected function init( $gateway ) {
25
+
26
+ $Gateway_Class = get_class( $gateway );
27
+
28
+ if ( stripos( $Gateway_Class, self::PREFIX ) === false ) {
29
+ return false;
30
+ }
31
+
32
+ $gateway_class = strtolower( $Gateway_Class );
33
+ $gateway->id = str_ireplace( self::PREFIX, '', $gateway_class );
34
+
35
+ if ( method_exists( $gateway, 'init_form_fields' ) ) {
36
+ $gateway->init_form_fields();
37
+ } else {
38
+ $this->init_form_fields();
39
+ }
40
+
41
+ if ( method_exists( $gateway, 'init_settings' ) ) {
42
+ $gateway->init_settings();
43
+ } else {
44
+ $this->init_settings();
45
+ }
46
+
47
+ $gateway->has_fields = false;
48
+ $gateway->title = $gateway->settings['title'] ?: $gateway->method_title;
49
+ $gateway->description = $gateway->settings['description'];
50
+ $gateway->method_description = $gateway->method_description ?: sprintf( 'تنظیمات درگاه پرداخت %s برای افزونه فروشگاه ساز ووکامرس', $gateway->method_title );
51
+
52
+ if ( empty( $gateway->icon ) && class_exists( 'ReflectionClass' ) ) {
53
+ try {
54
+ $file = ( new ReflectionClass( $Gateway_Class ) )->getFileName();
55
+ $gateway->icon = trailingslashit( WP_PLUGIN_URL ) . plugin_basename( dirname( $file ) ) . '/assets/images/logo.png';
56
+ } catch ( Exception $e ) {
57
+ }
58
+ }
59
+
60
+ add_action( 'woocommerce_update_options_payment_gateways_' . $gateway->id,
61
+ array( $gateway, 'process_admin_options' ) );
62
+
63
+ add_filter( 'woocommerce_settings_api_sanitized_fields_' . $gateway->id, array(
64
+ $gateway,
65
+ 'unsanitie_fields'
66
+ ) );
67
+
68
+ add_action( 'woocommerce_receipt_' . $gateway->id,
69
+ array( $gateway, 'process_payment_request' ) );
70
+
71
+ add_action( 'woocommerce_api_' . $gateway_class,
72
+ array( $gateway, 'process_payment_verify' ) );
73
+ }
74
+
75
+ public function unsanitie_fields( $fields ) {
76
+
77
+ $unsanitie_fields = array();
78
+ foreach ( (array) $fields as $key => $value ) {
79
+ if ( substr( $key, - 3 ) == '___' ) {
80
+ $unsanitie_fields[] = $key;
81
+ }
82
+ }
83
+
84
+ if ( ! empty( $unsanitie_fields ) ) {
85
+ foreach ( $_POST as $key => $value ) {
86
+ foreach ( $unsanitie_fields as $item ) {
87
+ if ( stripos( $key, $item ) !== false ) {
88
+ $fields[ $item ] = trim( $value );
89
+ }
90
+ }
91
+ }
92
+ }
93
+
94
+ return $fields;
95
+ }
96
+
97
+ public function init_form_fields() {
98
+
99
+ $main = array(
100
+ 'enabled' => array(
101
+ 'title' => 'فعالسازی',
102
+ 'type' => 'checkbox',
103
+ 'label' => 'فعالسازی درگاه',
104
+ 'description' => 'برای فعالسازی این درگاه پرداخت باید چک باکس را تیک بزنید',
105
+ 'default' => 'yes',
106
+ 'desc_tip' => true,
107
+ ),
108
+ 'title' => array(
109
+ 'title' => 'عنوان درگاه',
110
+ 'type' => 'text',
111
+ 'description' => 'عنوان این درگاه که در طی خرید به مشتری نمایش داده میشود',
112
+ 'default' => $this->method_title,
113
+ 'desc_tip' => true,
114
+ ),
115
+ 'description' => array(
116
+ 'title' => 'توضیحات درگاه',
117
+ 'type' => 'text',
118
+ 'desc_tip' => true,
119
+ 'description' => 'توضیحاتی که در طی عملیات پرداخت برای این درگاه نمایش داده خواهد شد',
120
+ 'default' => sprintf( 'پرداخت امن به وسیله کلیه کارت های عضو شتاب از طریق درگاه %s', $this->method_title )
121
+ ),
122
+ 'direct_redirect' => array(
123
+ 'title' => 'هدایت مستقیم به درگاه',
124
+ 'type' => 'checkbox',
125
+ 'label' => 'در صورتی که قصد دارید کاربر مستقیما به درگاه هدایت شود و در صفحه پیشفاکتور گزینه پرداحت را کلیک نکند، این گزینه را فعال نمایید.',
126
+ 'description' => 'به صورت پیشفرض (غیرفعال بودن این گزینه) خریدار قبل از هدایت به درگاه ابتدا شماره سفارش و قیمت نهایی را مشاهده میکند و سپس با زدن دکمه تایید به درگاه هدایت میشود.',
127
+ 'default' => 'no',
128
+ 'desc_tip' => true,
129
+ ),
130
+ );
131
+
132
+ $fields = $this->fields();
133
+
134
+ $shortcodes = array();
135
+ foreach ( $this->fields_shortcodes() as $shortcode => $title ) {
136
+ $shortcode = '{' . trim( $shortcode, '\{\}' ) . '}';
137
+ $shortcodes[] = "$shortcode:$title";
138
+ }
139
+ $shortcodes = '<br>' . implode( ' - ', $shortcodes );
140
+
141
+ unset( $fields['shortcodes'] );
142
+
143
+ $messages = array(
144
+ 'completed_massage' => array(
145
+ 'title' => 'پیام پرداخت موفق',
146
+ 'type' => 'textarea',
147
+ 'description' => 'متن پیامی که میخواهید بعد از پرداخت موفق به کاربر نمایش دهید را وارد نمایید. همچنین می توانید از شورت کدهای زیر نیز استفاده نمایید.' . $shortcodes,
148
+ 'default' => 'با تشکر از شما. سفارش شما با موفقیت پرداخت شد.',
149
+ ),
150
+ 'failed_massage' => array(
151
+ 'title' => 'پیام پرداخت ناموفق',
152
+ 'type' => 'textarea',
153
+ 'description' => 'متن پیامی که میخواهید بعد از پرداخت ناموفق به کاربر نمایش دهید را وارد نمایید. همچنین می توانید از شورت کد {fault} برای نمایش دلیل خطای رخ داده استفاده نمایید. این دلیل خطا از سایت درگاه ارسال میگردد.',
154
+ 'default' => 'پرداخت شما ناموفق بوده است. لطفا مجددا تلاش نمایید یا در صورت بروز اشکال با مدیر سایت تماس بگیرید.',
155
+ ),
156
+ 'cancelled_massage' => array(
157
+ 'title' => 'پیام انصراف از پرداخت',
158
+ 'type' => 'textarea',
159
+ 'description' => 'متن پیامی که میخواهید بعد از انصراف کاربر از پرداخت نمایش دهید را وارد نمایید. این پیام بعد از بازگشت از بانک نمایش داده خواهد شد.',
160
+ 'default' => 'پرداخت به دلیل انصراف شما ناتمام باقی ماند.',
161
+ ),
162
+ );
163
+
164
+ $this->form_fields = array_merge( $main, $fields, $messages );
165
+ foreach ( array_merge( $main, $messages ) as $key => $value ) {
166
+ if ( isset( $fields[ $key ] ) ) {
167
+ $this->form_fields[ $key ] = $fields[ $key ];
168
+ }
169
+ }
170
+ $this->form_fields = array_filter( $this->form_fields );
171
+ }
172
+
173
+ public function process_payment( $order ) {
174
+
175
+ $order = $this->get_order( $order );
176
+
177
+ return array(
178
+ 'result' => 'success',
179
+ 'redirect' => $order->get_checkout_payment_url( true )
180
+ );
181
+ }
182
+
183
+ public function process_payment_request( $order_id ) {
184
+
185
+ $this->order_id = $order_id;
186
+ $this->session( 'set', 'order_id', $order_id );
187
+ $order = $this->get_order( $order_id );
188
+ $form = $this->option( 'direct_redirect' ) != '1';
189
+
190
+ if ( $form ) {
191
+ echo '<form action="" method="POST" class="pw-gateway-checkout-form" id="pw-gateway-checkout-form-' . $this->id . '">
192
+ <input type="submit" name="pw-gateway-submit" class="pw-gateway-submit button alt" value="پرداخت"/>
193
+ <a class="pw-gateway-cancel button cancel" href="' . $this->get_checkout_url() . '">بازگشت</a>
194
+ </form><br/>';
195
+ }
196
+
197
+ if ( ! $form || isset( $_POST['pw-gateway-submit'] ) ) {
198
+ $error = $this->request( $order );
199
+ $this->set_message( 'failed', $error, true, false );
200
+ $order->add_order_note( sprintf( 'در هنگام اتصال به درگاه %s خطای زیر رخ داده است.', $this->title ) . "<br>{$error}" );
201
+ }
202
+ }
203
+
204
+ public function process_payment_verify() {
205
+
206
+ $redirect = $this->get_checkout_url();
207
+
208
+ $order_id = ! empty( $_GET['wc_order'] ) ? $_GET['wc_order'] : $this->session( 'get', 'order_id' );
209
+ if ( empty( $order_id ) ) {
210
+ $this->set_message( 'failed', 'شماره سفارش وجود ندارد.', true, $redirect );
211
+ }
212
+
213
+ $order = $this->get_order( $order_id );
214
+
215
+ if ( ! $this->needs_payment( $order ) ) {
216
+ $this->set_message( 'failed', 'وضعیت تراکنش قبلا مشخص شده است.', true, $redirect, true );
217
+ }
218
+
219
+ $this->order_id = $order_id;
220
+
221
+ $result = $this->verify( $order );
222
+
223
+ if ( ! is_array( $result ) ) {
224
+ $error = is_string( $result ) && strlen( $result ) > 5 ? $result : 'اطلاعات صحت سنجی تراکنش صحیح نیست.';
225
+ $this->set_message( 'failed', $error, true, $redirect, true );
226
+ }
227
+
228
+ $error = '';
229
+ $status = ! empty( $result['status'] ) ? $result['status'] : '';
230
+ $transaction_id = ! empty( $result['transaction_id'] ) ? $result['transaction_id'] : '';
231
+
232
+ if ( $status == 'completed' ) {
233
+
234
+ $redirect = $this->get_return_url( $order );
235
+
236
+ $order->payment_complete( $transaction_id );
237
+ $this->empty_cart();
238
+ $this->set_verification();
239
+
240
+ $shortcodes = $this->get_shortcodes_values();
241
+ $note = array( 'تراکنش موفق بود.' );
242
+ foreach ( $this->fields_shortcodes() as $key => $value ) {
243
+ $key = trim( $key, '\{\}' );
244
+ $note[] = "$value : {$shortcodes[$key]}";
245
+ }
246
+ $order->add_order_note( implode( "<br>", $note ), 1 );
247
+
248
+ } elseif ( $status == 'cancelled' ) {
249
+ $order->add_order_note( 'تراکنش به بعلت انصراف کاربر ناتمام باقی ماند.', 1 );
250
+ } else {
251
+ $error = ! empty( $result['error'] ) ? $result['error'] : 'در حین پرداخت خطایی رخ داده است.';
252
+ $order->add_order_note( sprintf( 'در هنگام بازگشت از درگاه %s خطای زیر رخ داده است.', $this->title ) . "<br>{$error}", 1 );
253
+ }
254
+
255
+ $this->set_message( $status, $error, true, $redirect );
256
+ exit;
257
+ }
258
+
259
+ /*
260
+ * ---------------------------------------------------
261
+ * */
262
+ protected function order_id( $order ) {
263
+
264
+ if ( is_numeric( $order ) ) {
265
+ $order_id = $order;
266
+ } elseif ( method_exists( $order, 'get_id' ) ) {
267
+ $order_id = $order->get_id();
268
+ } elseif ( ! ( $order_id = absint( get_query_var( 'order-pay' ) ) ) ) {
269
+ $order_id = $order->id;
270
+ }
271
+
272
+ if ( ! empty( $order_id ) ) {
273
+ $this->order_id = $order_id;
274
+ }
275
+
276
+ return $order_id;
277
+ }
278
+
279
+ protected function get_order( $order = 0 ) {
280
+
281
+ if ( empty( $order ) ) {
282
+ $order = $this->order_id;
283
+ }
284
+
285
+ if ( empty( $order ) ) {
286
+ return (object) array();
287
+ }
288
+
289
+ if ( is_numeric( $order ) ) {
290
+ $this->order_id = $order;
291
+
292
+ $order = new WC_Order( $order );
293
+ }
294
+
295
+ return $order;
296
+ }
297
+
298
+ protected function get_order_props( $prop, $default = '' ) {
299
+
300
+ if ( empty( $this->order_id ) ) {
301
+ return '';
302
+ }
303
+
304
+ $order = $this->get_order();
305
+
306
+ $method = 'get_' . $prop;
307
+
308
+ if ( method_exists( $order, $method ) ) {
309
+ $prop = $order->$method();
310
+ } elseif ( ! empty( $order->{$prop} ) ) {
311
+ $prop = $order->{$prop};
312
+ } else {
313
+ $prop = '';
314
+ }
315
+
316
+ return ! empty( $prop ) ? $prop : $default;
317
+ }
318
+
319
+ protected function get_order_items( $product = false ) {
320
+
321
+ if ( empty( $this->order_id ) ) {
322
+ return array();
323
+ }
324
+
325
+ $order = $this->get_order();
326
+ $items = $order->get_items();
327
+
328
+ if ( $product ) {
329
+ $products = array();
330
+ foreach ( (array) $items as $item ) {
331
+ $products[] = $item['name'] . ' (' . $item['qty'] . ') ';
332
+ }
333
+
334
+ return implode( ' - ', $products );
335
+ }
336
+
337
+ return $items;
338
+ }
339
+
340
+ protected function get_order_mobile() {
341
+
342
+ $Mobile = $this->get_order_props( 'billing_phone' );
343
+ $Mobile = $this->get_order_props( 'billing_mobile', $Mobile );
344
+
345
+ $Mobile = str_ireplace( array( '۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹' ),
346
+ array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9' ), $Mobile ); //farsi
347
+
348
+ $Mobile = str_ireplace( array( '٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩' ),
349
+ array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9' ), $Mobile ); //arabi
350
+
351
+ $Mobile = preg_replace( '/\D/is', '', $Mobile );
352
+ $Mobile = ltrim( $Mobile, '0' );
353
+ $Mobile = substr( $Mobile, 0, 2 ) == '98' ? substr( $Mobile, 2 ) : $Mobile;
354
+
355
+ return '0' . $Mobile;
356
+ }
357
+
358
+ protected function get_currency() {
359
+
360
+ if ( empty( $this->order_id ) ) {
361
+ return '';
362
+ }
363
+
364
+ $order = $this->get_order();
365
+
366
+ $currency = method_exists( $order, 'get_currency' ) ? $order->get_currency() : $order->get_order_currency();
367
+
368
+ $irt = array( 'irt', 'toman', 'tomaan', 'iran toman', 'iranian toman', 'تومان', 'تومان ایران' );
369
+ if ( in_array( strtolower( $currency ), $irt ) ) {
370
+ $currency = 'IRT';
371
+ }
372
+
373
+ $irr = array( 'irr', 'rial', 'iran rial', 'iranian rial', 'ریال', 'ریال ایران' );
374
+ if ( in_array( strtolower( $currency ), $irr ) ) {
375
+ $currency = 'IRR';
376
+ }
377
+
378
+ return $currency;
379
+ }
380
+
381
+ protected function get_total( $to_currency = 'IRR' ) {
382
+
383
+ if ( empty( $this->order_id ) ) {
384
+ return 0;
385
+ }
386
+
387
+ $order = $this->get_order();
388
+
389
+ if ( method_exists( $this, 'get_order_total' ) ) {
390
+ $price = $this->get_order_total();
391
+ } elseif ( method_exists( $order, 'get_total' ) ) {
392
+ $price = $order->get_total();
393
+ } else {
394
+ $price = intval( $order->order_total );
395
+ }
396
+
397
+ $currency = strtoupper( $this->get_currency() );
398
+ $to_currency = strtoupper( $to_currency );
399
+
400
+ if ( in_array( $currency, array( 'IRHR', 'IRHT' ) ) ) {
401
+ $currency = str_ireplace( 'H', '', $currency );
402
+ $price *= 1000;
403
+ }
404
+
405
+ if ( $currency == 'IRR' && $to_currency == 'IRT' ) {
406
+ $price /= 10;
407
+ }
408
+
409
+ if ( $currency == 'IRT' && $to_currency == 'IRR' ) {
410
+ $price *= 10;
411
+ }
412
+
413
+ return $price;
414
+ }
415
+
416
+ protected function needs_payment( $order = 0 ) {
417
+
418
+ if ( empty( $order ) && empty( $this->order_id ) ) {
419
+ return true;
420
+ }
421
+
422
+ $order = $this->get_order( $order );
423
+
424
+ if ( method_exists( $order, 'needs_payment' ) ) {
425
+ return $order->needs_payment();
426
+ }
427
+
428
+ if ( empty( $this->order_id ) && ! empty( $order ) ) {
429
+ $this->order_id = $this->order_id( $order );
430
+ }
431
+
432
+ return ! in_array( $this->get_order_props( 'status' ), array( 'completed', 'processing' ) );
433
+ }
434
+
435
+ protected function get_verify_url() {
436
+ return add_query_arg( 'wc_order', $this->order_id, WC()->api_request_url( get_class( $this ) ) );
437
+ }
438
+
439
+ protected function get_checkout_url() {
440
+ if ( function_exists( 'wc_get_checkout_url' ) ) {
441
+ return wc_get_checkout_url();
442
+ } else {
443
+ global $woocommerce;
444
+
445
+ return $woocommerce->cart->get_checkout_url();
446
+ }
447
+ }
448
+
449
+ protected function empty_cart() {
450
+ if ( function_exists( 'wc_empty_cart' ) ) {
451
+ wc_empty_cart();
452
+ } elseif ( function_exists( 'WC' ) && ! empty( WC()->cart ) && method_exists( WC()->cart, 'empty_cart' ) ) {
453
+ WC()->cart->empty_cart();
454
+ } else {
455
+ global $woocommerce;
456
+ $woocommerce->cart->empty_cart();
457
+ }
458
+ }
459
+
460
+ protected function fields_shortcodes( $fields = array() ) {
461
+
462
+ $fields = ! empty( $fields ) ? $fields : $this->fields();
463
+
464
+ return ! empty( $fields['shortcodes'] ) && is_array( $fields['shortcodes'] ) ? $fields['shortcodes'] : array();
465
+ }
466
+
467
+ protected function get_shortcodes_values() {
468
+
469
+ $shortcodes = array();
470
+ foreach ( $this->fields_shortcodes() as $key => $value ) {
471
+ $key = trim( $key, '\{\}' );
472
+ $shortcodes[ $key ] = get_post_meta( $this->order_id, '_' . $key, true );
473
+ }
474
+
475
+ return $shortcodes;
476
+ }
477
+
478
+ protected function set_shortcodes( $shortcodes ) {
479
+
480
+ $fields_shortcodes = $this->fields_shortcodes();
481
+
482
+ foreach ( $shortcodes as $key => $value ) {
483
+
484
+ if ( is_numeric( $key ) ) {
485
+ $key = $fields_shortcodes[ $key ];
486
+ }
487
+
488
+ if ( ! empty( $key ) && ! is_array( $key ) ) {
489
+ $key = trim( $key, '\{\}' );
490
+ update_post_meta( $this->order_id, '_' . $key, $value );
491
+ }
492
+ }
493
+ }
494
+
495
+ protected function set_message( $status, $error = '', $notice = true, $redirect = false, $failed_note = false ) {
496
+
497
+ if ( ! in_array( $status, array( 'completed', 'cancelled', 'failed' ) ) ) {
498
+ $status = 'failed';
499
+ }
500
+
501
+ if ( ! empty( $error ) && $failed_note && ( $order = $this->get_order() ) && ! empty( $order ) ) {
502
+ $order->add_order_note( 'خطا: ' . $error, 1 );
503
+ }
504
+
505
+ $shortcodes = array_merge( $this->get_shortcodes_values(), array( '{fault}' => $error ) );
506
+
507
+ $message = $this->option( $status . '_massage' );
508
+ $find = array_map( function ( $value ) {
509
+ return '{' . trim( $value, '\{\}' ) . '}';
510
+ }, array_keys( $shortcodes ) );
511
+ $message = str_ireplace( $find, array_values( $shortcodes ), $message );
512
+ $message = wpautop( wptexturize( trim( $message ) ) );
513
+
514
+ if ( $notice ) {
515
+ wc_add_notice( $message, $status == 'completed' ? 'success' : 'error' );
516
+ }
517
+
518
+ if ( $redirect ) {
519
+ wp_redirect( $redirect );
520
+ exit;
521
+ }
522
+
523
+ return $message;
524
+ }
525
+
526
+ protected function check_verification( $params ) {
527
+
528
+ if ( function_exists( 'func_get_args' ) ) {
529
+ $args = func_get_args();
530
+ if ( count( $args ) > 1 ) {
531
+ $params = array_merge( array_values( $args ), $params );
532
+ $params = implode( '_', array_unique( $params ) );
533
+ }
534
+ }
535
+
536
+ if ( is_array( $params ) ) {
537
+ $params = implode( '_', $params );
538
+ }
539
+ $params = $this->id . '_' . $params;
540
+
541
+ global $wpdb;
542
+ $query = "SELECT * FROM {$wpdb->prefix}postmeta WHERE meta_key='_verification_params' AND meta_value='%s'";
543
+ $check = $wpdb->get_row( $wpdb->prepare( $query, $params ) );
544
+ if ( ! empty( $check ) ) {
545
+ return $this->set_message( 'failed', 'این تراکنش قبلا یکبار وریفای شده بود.', true, $this->get_checkout_url(), true );
546
+ }
547
+ $this->verification_params = $params;
548
+ }
549
+
550
+ protected function set_verification() {
551
+ if ( ! empty( $this->verification_params ) ) {
552
+ update_post_meta( $this->order_id, '_verification_params', $this->verification_params );
553
+ }
554
+ }
555
+
556
+ /*
557
+ * Helpers
558
+ * */
559
+ protected function option( $name ) {
560
+
561
+ $option = '';
562
+ if ( method_exists( $this, 'get_option' ) ) {
563
+ $option = $this->get_option( $name );
564
+ } elseif ( ! empty( $this->settings[ $name ] ) ) {
565
+ $option = $this->settings[ $name ];
566
+ }
567
+
568
+ if ( in_array( strtolower( $option ), array( 'yes', 'on', 'true' ) ) ) {
569
+ $option = '1';
570
+ }
571
+ if ( in_array( strtolower( $option ), array( 'no', 'off', 'false' ) ) ) {
572
+ $option = false;
573
+ }
574
+
575
+ return $option;
576
+ }
577
+
578
+ protected function get( $name, $default = '' ) {
579
+ return ! empty( $_GET[ $name ] ) ? sanitize_text_field( $_GET[ $name ] ) : $default;
580
+ }
581
+
582
+ protected function post( $name, $default = '' ) {
583
+ return ! empty( $_POST[ $name ] ) ? sanitize_text_field( $_POST[ $name ] ) : $default;
584
+ }
585
+
586
+ protected function store_date( $key, $value ) {
587
+ $this->session( 'set', $key, $value );
588
+ update_post_meta( $this->order_id, '_' . $this->id . '_' . $key, $value );
589
+ }
590
+
591
+ protected function get_stored( $key ) {
592
+
593
+ $value = get_post_meta( $this->order_id, '_' . $this->id . '_' . $key, true );
594
+
595
+ return ! empty( $value ) ? $value : $this->session( 'get', $key );
596
+ }
597
+
598
+ protected function session( $action, $name, $value = '' ) {
599
+
600
+ global $woocommerce;
601
+
602
+ $name = $this->id . '_' . $name;
603
+
604
+ $wc_session = function_exists( 'WC' ) && ! empty( WC()->session );
605
+
606
+ if ( $action == 'set' ) {
607
+
608
+ if ( $wc_session && method_exists( WC()->session, 'set' ) ) {
609
+ WC()->session->set( $name, $value );
610
+ } else {
611
+ $woocommerce->session->{$name} = $value;
612
+ }
613
+
614
+ } elseif ( $action == 'get' ) {
615
+
616
+ if ( $wc_session && method_exists( WC()->session, 'get' ) ) {
617
+ $value = WC()->session->get( $name );
618
+ unset( WC()->session->{$name} );
619
+ } else {
620
+ $value = $woocommerce->session->{$name};
621
+ un