-- MySQL dump 10.11
--
-- Host: localhost    Database: gmautoge_gma
-- ------------------------------------------------------
-- Server version	5.0.45-community

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `m9qyl_assets`
--

DROP TABLE IF EXISTS `m9qyl_assets`;
CREATE TABLE `m9qyl_assets` (
  `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL default '0' COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.',
  `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `idx_asset_name` (`name`),
  KEY `idx_lft_rgt` (`lft`,`rgt`),
  KEY `idx_parent_id` (`parent_id`)
) ENGINE=MyISAM AUTO_INCREMENT=186 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_assets`
--

LOCK TABLES `m9qyl_assets` WRITE;
/*!40000 ALTER TABLE `m9qyl_assets` DISABLE KEYS */;
INSERT INTO `m9qyl_assets` VALUES (1,0,1,444,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":[],\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,2,3,1,'com_admin','com_admin','{}'),(3,1,4,11,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(4,1,12,13,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,14,15,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,16,17,1,'com_config','com_config','{}'),(7,1,18,87,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(8,1,88,311,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(9,1,312,313,1,'com_cpanel','com_cpanel','{}'),(10,1,314,315,1,'com_installer','com_installer','{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,316,317,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(12,1,318,319,1,'com_login','com_login','{}'),(13,1,320,321,1,'com_mailto','com_mailto','{}'),(14,1,322,323,1,'com_massmail','com_massmail','{}'),(15,1,324,325,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1},\"core.edit\":[],\"core.edit.state\":[]}'),(16,1,326,327,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(17,1,37,38,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,330,331,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(19,1,332,339,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(20,1,340,341,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(21,1,342,343,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),(22,1,344,345,1,'com_search','com_search','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(23,1,346,347,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(24,1,348,351,1,'com_users','com_users','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(25,1,352,369,1,'com_weblinks','com_weblinks','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1,\"10\":0,\"12\":0},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),(26,1,370,371,1,'com_wrapper','com_wrapper','{}'),(33,1,432,433,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,8,105,120,2,'com_content.category.9','Uncategorised','{\"core.create\":{\"10\":0,\"12\":0},\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(35,3,7,8,2,'com_banners.category.10','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(36,7,23,24,2,'com_contact.category.11','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(37,19,335,336,2,'com_newsfeeds.category.12','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(38,25,359,360,2,'com_weblinks.category.13','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(39,8,121,310,2,'com_content.category.14','Sample Data-Articles','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(40,3,9,10,2,'com_banners.category.15','Sample Data-Banners','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(41,7,25,86,2,'com_contact.category.16','Sample Data-Contact','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(42,19,337,338,2,'com_newsfeeds.category.17','Sample Data-Newsfeeds','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(43,25,361,368,2,'com_weblinks.category.18','Sample Data-Weblinks','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(44,39,122,259,3,'com_content.category.19','Joomla!','{\"core.create\":{\"10\":0,\"12\":0},\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(45,44,123,236,4,'com_content.category.20','Extensions','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(46,45,124,139,5,'com_content.category.21','Components','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(47,45,140,201,5,'com_content.category.22','Modules','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(48,45,202,213,5,'com_content.category.23','Templates','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(49,45,214,215,5,'com_content.category.24','Languages','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(50,45,216,235,5,'com_content.category.25','Plugins','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(51,39,260,291,3,'com_content.category.26','Park Site','{\"core.create\":{\"10\":0,\"12\":0},\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(52,51,261,266,4,'com_content.category.27','Park Blog','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(53,51,267,288,4,'com_content.category.28','Photo Gallery','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(54,39,292,305,3,'com_content.category.29','Fruit Shop Site','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(55,54,293,298,4,'com_content.category.30','Growers','{\"core.create\":{\"12\":0},\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":{\"10\":1}}'),(56,43,362,363,3,'com_weblinks.category.31','Park Links','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(57,43,364,367,3,'com_weblinks.category.32','Joomla! Specific Links','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(58,57,365,366,4,'com_weblinks.category.33','Other Resources','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(59,41,26,27,3,'com_contact.category.34','Park Site','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(60,41,28,85,3,'com_contact.category.35','Shop Site','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(61,60,29,30,4,'com_contact.category.36','Staff','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(62,60,31,84,4,'com_contact.category.37','Fruit Encyclopedia','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(63,62,32,33,5,'com_contact.category.38','A','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(64,62,34,35,5,'com_contact.category.39','B','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(65,62,36,37,5,'com_contact.category.40','C','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(66,62,38,39,5,'com_contact.category.41','D','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(67,62,40,41,5,'com_contact.category.42','E','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(68,62,42,43,5,'com_contact.category.43','F','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(69,62,44,45,5,'com_contact.category.44','G','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(70,62,46,47,5,'com_contact.category.45','H','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(71,62,48,49,5,'com_contact.category.46','I','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(72,62,50,51,5,'com_contact.category.47','J','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(73,62,52,53,5,'com_contact.category.48','K','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(74,62,54,55,5,'com_contact.category.49','L','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(75,62,56,57,5,'com_contact.category.50','M','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(76,62,58,59,5,'com_contact.category.51','N','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(77,62,60,61,5,'com_contact.category.52','O','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(78,62,62,63,5,'com_contact.category.53','P','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(79,62,64,65,5,'com_contact.category.54','Q','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(80,62,66,67,5,'com_contact.category.55','R','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(81,62,68,69,5,'com_contact.category.56','S','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(82,62,70,71,5,'com_contact.category.57','T','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(83,62,72,73,5,'com_contact.category.58','U','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(84,62,74,75,5,'com_contact.category.59','V','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(85,62,76,77,5,'com_contact.category.60','W','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(86,62,78,79,5,'com_contact.category.61','X','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(87,62,80,81,5,'com_contact.category.62','Y','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(88,62,82,83,5,'com_contact.category.63','Z','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(89,46,125,126,6,'com_content.article.1','Administrator Components','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(90,93,142,143,7,'com_content.article.2','Archive Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(91,93,144,145,7,'com_content.article.3','Article Categories Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(92,93,146,147,7,'com_content.article.4','Articles Category Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(93,47,141,156,6,'com_content.category.64','Content Modules','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(94,47,157,164,6,'com_content.category.65','User Modules','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(95,47,165,178,6,'com_content.category.66','Display Modules','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(96,47,179,192,6,'com_content.category.67','Utility Modules','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(97,48,203,204,6,'com_content.category.68','Atomic','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(98,48,205,206,6,'com_content.category.69','Beez 20','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(99,48,207,208,6,'com_content.category.70','Beez5','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(100,48,209,210,6,'com_content.category.71','Milky Way','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(101,50,217,218,6,'com_content.article.5','Authentication','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(102,51,289,290,4,'com_content.article.6','Australian Parks ','{\"core.delete\":[],\"core.edit\":{\"2\":1},\"core.edit.state\":[]}'),(103,95,166,167,7,'com_content.article.7','Banner Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(104,44,237,238,4,'com_content.article.8','Beginners','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(105,46,127,128,6,'com_content.article.9','Contact','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(106,46,129,130,6,'com_content.article.10','Content','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(107,109,279,280,6,'com_content.article.11','Cradle Mountain','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(108,53,268,277,5,'com_content.category.72','Animals','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(109,53,278,287,5,'com_content.category.73','Scenery','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(110,95,168,169,7,'com_content.article.12','Custom HTML Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(111,54,299,300,4,'com_content.article.13','Directions','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(112,50,219,220,6,'com_content.article.14','Editors','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(113,50,221,222,6,'com_content.article.15','Editors-xtd','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(114,95,170,171,7,'com_content.article.16','Feed Display','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(115,52,262,263,5,'com_content.article.17','First Blog Post','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(116,52,264,265,5,'com_content.article.18','Second Blog Post','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(117,95,172,173,7,'com_content.article.19','Footer Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(118,54,301,302,4,'com_content.article.20','Fruit Shop','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(119,44,239,240,4,'com_content.article.21','Getting Help','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(120,44,241,242,4,'com_content.article.22','Getting Started','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(121,55,294,295,5,'com_content.article.23','Happy Orange Orchard','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(122,44,243,244,4,'com_content.article.24','Joomla!','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(123,108,269,270,6,'com_content.article.25','Koala','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(124,96,180,181,7,'com_content.article.26','Language Switcher','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(125,93,148,149,7,'com_content.article.27','Latest Articles Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(126,94,158,159,7,'com_content.article.28','Login Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(127,166,196,197,7,'com_content.article.29','Menu Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(128,93,150,151,7,'com_content.article.30','Most Read Content','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(129,93,152,153,7,'com_content.article.31','News Flash','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(130,44,245,246,4,'com_content.article.32','Parameters','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(131,108,271,272,6,'com_content.article.33','Phyllopteryx','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(132,109,281,282,6,'com_content.article.34','Pinnacles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(133,44,247,248,4,'com_content.article.35','Professionals','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(134,95,174,175,7,'com_content.article.36','Random Image Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(135,93,154,155,7,'com_content.article.37','Related Items Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(136,44,249,250,4,'com_content.article.38','Sample Sites','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(137,46,131,132,6,'com_content.article.39','Search','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(138,96,182,183,7,'com_content.article.40','Search Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(139,50,223,224,6,'com_content.article.41','Search ','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(140,39,306,307,3,'com_content.article.42','Site Map','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(141,108,273,274,6,'com_content.article.43','Spotted Quoll','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(142,96,184,185,7,'com_content.article.44','Statistics Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(143,96,186,187,7,'com_content.article.45','Syndicate Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(144,50,225,226,6,'com_content.article.46','System','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(145,44,251,252,4,'com_content.article.47','The Joomla! Community','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(146,44,253,254,4,'com_content.article.48','The Joomla! Project','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(147,48,211,212,6,'com_content.article.49','Typography','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(148,44,255,256,4,'com_content.article.50','Upgraders','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(149,50,227,228,6,'com_content.article.51','User','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(150,46,133,134,6,'com_content.article.52','Users','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(151,44,257,258,4,'com_content.article.53','Using Joomla!','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(152,46,135,136,6,'com_content.article.54','Weblinks','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(153,95,176,177,7,'com_content.article.55','Weblinks Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(154,94,160,161,7,'com_content.article.56','Who\'s Online','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(155,108,275,276,6,'com_content.article.57','Wobbegone','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(156,55,296,297,5,'com_content.article.58','Wonderful Watermelon','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(157,96,188,189,7,'com_content.article.59','Wrapper Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(158,46,137,138,6,'com_content.article.60','News Feeds','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(159,166,198,199,7,'com_content.article.61','Breadcrumbs Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(160,50,229,230,6,'com_content.article.62','Content','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(162,109,283,284,6,'com_content.article.64','Blue Mountain Rain Forest','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(163,109,285,286,6,'com_content.article.65','Ormiston Pound','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(165,94,162,163,7,'com_content.article.66','Latest Users Module','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(166,47,195,200,6,'com_content.category.75','Navigation Modules','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(167,54,303,304,4,'com_content.category.76','Recipes','{\"core.create\":{\"12\":1,\"10\":1},\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":{\"12\":1,\"10\":1}}'),(168,34,106,107,3,'com_content.article.67','What\'s New in 1.5?','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(169,24,349,350,2,'com_users.category.77','Uncategorised',''),(170,50,231,232,6,'com_content.article.68','Captcha','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(171,50,233,234,6,'com_content.article.69','Quick Icons','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(172,96,190,191,7,'com_content.article.70','Smart Search','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(173,1,434,435,1,'com_joomlaupdate','com_joomlaupdate','{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(174,34,108,109,3,'com_content.article.71','About US','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(175,34,110,111,3,'com_content.article.72','Products','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(176,34,112,113,3,'com_content.article.73','Library ','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(177,34,114,115,3,'com_content.article.74','Contact US','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(178,34,116,117,3,'com_content.article.75','Home','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(179,1,436,437,1,'com_foxcontact','com_foxcontact','{}'),(181,1,438,439,1,'com_virtuemart_allinone','virtuemart_allinone','{}'),(182,1,440,441,1,'com_virtuemart','virtuemart','{}'),(183,34,118,119,3,'com_content.article.76','Batteries','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(185,1,442,443,1,'com_templateck','templateck','{}');
/*!40000 ALTER TABLE `m9qyl_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_associations`
--

DROP TABLE IF EXISTS `m9qyl_associations`;
CREATE TABLE `m9qyl_associations` (
  `id` varchar(50) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY  (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_associations`
--

LOCK TABLES `m9qyl_associations` WRITE;
/*!40000 ALTER TABLE `m9qyl_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_banner_clients`
--

DROP TABLE IF EXISTS `m9qyl_banner_clients`;
CREATE TABLE `m9qyl_banner_clients` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `contact` varchar(255) NOT NULL default '',
  `email` varchar(255) NOT NULL default '',
  `extrainfo` text NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `checked_out` int(10) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `metakey` text NOT NULL,
  `own_prefix` tinyint(4) NOT NULL default '0',
  `metakey_prefix` varchar(255) NOT NULL default '',
  `purchase_type` tinyint(4) NOT NULL default '-1',
  `track_clicks` tinyint(4) NOT NULL default '-1',
  `track_impressions` tinyint(4) NOT NULL default '-1',
  PRIMARY KEY  (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_banner_clients`
--

LOCK TABLES `m9qyl_banner_clients` WRITE;
/*!40000 ALTER TABLE `m9qyl_banner_clients` DISABLE KEYS */;
INSERT INTO `m9qyl_banner_clients` VALUES (1,'Joomla!','Administrator','email@email.com','',1,0,'0000-00-00 00:00:00','',0,'',-1,-1,-1),(2,'Shop','Example','example@example.com','',1,0,'0000-00-00 00:00:00','',0,'',-1,0,0),(3,'Bookstore','Bookstore Example','example@example.com','',1,0,'0000-00-00 00:00:00','',0,'',-1,0,0);
/*!40000 ALTER TABLE `m9qyl_banner_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_banner_tracks`
--

DROP TABLE IF EXISTS `m9qyl_banner_tracks`;
CREATE TABLE `m9qyl_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`track_date`,`track_type`,`banner_id`),
  KEY `idx_track_date` (`track_date`),
  KEY `idx_track_type` (`track_type`),
  KEY `idx_banner_id` (`banner_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_banner_tracks`
--

LOCK TABLES `m9qyl_banner_tracks` WRITE;
/*!40000 ALTER TABLE `m9qyl_banner_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_banner_tracks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_banners`
--

DROP TABLE IF EXISTS `m9qyl_banners`;
CREATE TABLE `m9qyl_banners` (
  `id` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '',
  `imptotal` int(11) NOT NULL default '0',
  `impmade` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `clickurl` varchar(200) NOT NULL default '',
  `state` tinyint(3) NOT NULL default '0',
  `catid` int(10) unsigned NOT NULL default '0',
  `description` text NOT NULL,
  `custombannercode` varchar(2048) NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `params` text NOT NULL,
  `own_prefix` tinyint(1) NOT NULL default '0',
  `metakey_prefix` varchar(255) NOT NULL default '',
  `purchase_type` tinyint(4) NOT NULL default '-1',
  `track_clicks` tinyint(4) NOT NULL default '-1',
  `track_impressions` tinyint(4) NOT NULL default '-1',
  `checked_out` int(10) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `reset` datetime NOT NULL default '0000-00-00 00:00:00',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `language` char(7) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`),
  KEY `idx_banner_catid` (`catid`),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_banners`
--

LOCK TABLES `m9qyl_banners` WRITE;
/*!40000 ALTER TABLE `m9qyl_banners` DISABLE KEYS */;
INSERT INTO `m9qyl_banners` VALUES (2,3,0,'Shop 1','shop-1',0,158,2,'http://shop.joomla.org/amazoncom-bookstores.html',1,15,'Get books about Joomla! at the Joomla! Book Shop.','',0,1,'','{\"imageurl\":\"images\\/banners\\/white.png\",\"width\":\"\",\"height\":\"\",\"alt\":\"Joomla! Books\"}',0,'',-1,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','2011-01-01 00:00:01','en-GB'),(3,2,0,'Shop 2','shop-2',0,208,2,'http://shop.joomla.org',1,15,'T Shirts, caps and more from the Joomla! Shop.','',0,2,'','{\"imageurl\":\"images\\/banners\\/white.png\",\"width\":\"\",\"height\":\"\",\"alt\":\"Joomla! Shop\"}',0,'',-1,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','2011-01-01 00:00:01','en-GB'),(4,1,0,'Support Joomla!','support-joomla',0,128,1,'http://contribute.joomla.org',1,15,'Your contributions of time, talent and money make Joomla possible.','',0,3,'','{\"imageurl\":\"images\\/banners\\/white.png\",\"width\":\"\",\"height\":\"\",\"alt\":\"\"}',0,'',-1,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','en-GB');
/*!40000 ALTER TABLE `m9qyl_banners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_categories`
--

DROP TABLE IF EXISTS `m9qyl_categories`;
CREATE TABLE `m9qyl_categories` (
  `id` int(11) NOT NULL auto_increment,
  `asset_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) unsigned NOT NULL default '0',
  `lft` int(11) NOT NULL default '0',
  `rgt` int(11) NOT NULL default '0',
  `level` int(10) unsigned NOT NULL default '0',
  `path` varchar(255) NOT NULL default '',
  `extension` varchar(50) NOT NULL default '',
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '',
  `note` varchar(255) NOT NULL default '',
  `description` mediumtext NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL default '0',
  `params` text NOT NULL,
  `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL default '0',
  `created_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL default '0',
  `modified_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `hits` int(10) unsigned NOT NULL default '0',
  `language` char(7) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `cat_idx` (`extension`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_path` (`path`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_categories`
--

LOCK TABLES `m9qyl_categories` WRITE;
/*!40000 ALTER TABLE `m9qyl_categories` DISABLE KEYS */;
INSERT INTO `m9qyl_categories` VALUES (1,0,0,0,135,0,'','system','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(9,34,1,131,132,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*'),(10,35,1,129,130,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\",\"foobar\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(11,36,1,125,126,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(12,37,1,61,62,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(13,38,1,57,58,1,'uncategorised','com_weblinks','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(14,39,1,9,56,1,'sample-data-articles','com_content','Sample Data-Articles','sample-data-articles','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(15,40,1,127,128,1,'sample-data-banners','com_banners','Sample Data-Banners','sample-data-banners','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\",\"foobar\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(16,41,1,63,124,1,'sample-data-contact','com_contact','Sample Data-Contact','sample-data-contact','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(17,42,1,59,60,1,'sample-data-newsfeeds','com_newsfeeds','Sample Data-Newsfeeds','sample-data-newsfeeds','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(18,43,1,1,8,1,'sample-data-weblinks','com_weblinks','Sample Data-Weblinks','sample-data-weblinks','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(19,44,14,10,39,2,'sample-data-articles/joomla','com_content','Joomla!','joomla','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*'),(20,45,19,11,38,3,'sample-data-articles/joomla/extensions','com_content','Extensions','extensions','','<p>The Joomla! content management system lets you create webpages of various types using extensions. There are 5 basic types of extensions: components, modules, templates, languages, and plugins. Your website includes the extensions you need to create a basic website in English, but thousands of additional extensions of all types are available. The <a href=\"http://extensions.joomla.org\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal;\">Joomla! Extensions Directory</a> is the largest directory of Joomla extensions.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 11:57:22',0,'*'),(21,46,20,12,13,4,'sample-data-articles/joomla/extensions/components','com_content','Components','components','','<p><img class=\"image-left\" src=\"administrator/templates/bluestork/images/header/icon-48-component.png\" border=\"0\" alt=\"Component Image\" />Components are larger extensions that produce the major content for your site. Each component has one or more \"views\" that control how content is displayed. In the Joomla administrator there are additional extensions such as Menus, Redirection, and the extension managers.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 11:58:12',0,'*'),(22,47,20,14,25,4,'sample-data-articles/joomla/extensions/modules','com_content','Modules','modules','','<p><img class=\"image-left\" src=\"administrator/templates/bluestork/images/header/icon-48-module.png\" border=\"0\" alt=\"Media Image\" />Modules are small blocks of content that can be displayed in positions on a web page. The menus on this site are displayed in modules. The core of Joomla! includes 24 separate modules ranging from login to search to random images. Each module has a name that starts mod_ but when it displays it has a title. In the descriptions in this section, the titles are the same as the names.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 11:59:44',0,'*'),(23,48,20,26,33,4,'sample-data-articles/joomla/extensions/templates','com_content','Templates','templates','','<p><img src=\"administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\" alt=\"Media Image\" align=\"left\" />Templates give your site its look and feel. They determine layout, colours, typefaces, graphics and other aspects of design that make your site unique. Your installation of Joomla comes prepackaged with three front end templates and two backend templates. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Template_Manager_Templates\">Help</a></p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:04:51',0,'*'),(24,49,20,34,35,4,'sample-data-articles/joomla/extensions/languages','com_content','Languages','languages','','<p><img src=\"administrator/templates/bluestork/images/header/icon-48-language.png\" border=\"0\" alt=\"Languages Image\" align=\"left\" />Joomla! installs in English, but translations of the interfaces, sample data and help screens are available in dozens of languages. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Language_Manager_Installed\">Help</a></p>\r\n<p><a href=\"http://community.joomla.org/translations.html\">Translation information</a></p>\r\n<p>If there is no language pack available for your language, instructions are available for creating your own translation, which you can also contribute to the community by starting a translation team to create an accredited translation. </p>\r\n<p>Translations of the interfaces are installed using the extensions manager in the site administrator and then managed using the language manager.</p>\r\n<p>If you have two or more languages installed you may enable the language switcher plugin and module. They should always be used together. If you create multilingual content and mark your content, menu items or modules as being in specific languages and follow <a href=\"http://docs.joomla.org/Language_Switcher_Tutorial_for_Joomla_1.6\">the complete instructions</a> your users will be able to select a specific content language using the module. By default both the plugin and module are disabled.</p>\r\n<p>Joomla 2.5 installs with a language override manager that allows you to change the specific words (such as Edit or Search) used in the Joomla application.</p>\r\n<p>There are a number of extensions that can help you manage translations of content available in the<a href=\"http://extensions.joomla.org\"> Joomla! Extensions Directory</a>.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2012-01-17 16:18:40',0,'*'),(25,50,20,36,37,4,'sample-data-articles/joomla/extensions/plugins','com_content','Plugins','plugins','','<p><img src=\"administrator/templates/bluestork/images/header/icon-48-plugin.png\" border=\"0\" alt=\"Plugin Image\" align=\"left\" />Plugins are small task oriented extensions that enhance the Joomla! framework. Some are associated with particular extensions and others, such as editors, are used across all of Joomla. Most beginning users do not need to change any of the plugins that install with Joomla. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Plugin_Manager_Edit\">Help</a></p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:11:56',0,'*'),(26,51,14,40,49,2,'sample-data-articles/park-site','com_content','Park Site','park-site','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'en-GB'),(27,52,26,41,42,3,'sample-data-articles/park-site/park-blog','com_content','Park Blog','park-blog','','<p><span style=\"font-size: 12px;\">Here is where I will blog all about the parks of Australia.</span></p>\r\n<p><em>You can make a blog on your website by creating a category to write your blog posts in (this one is called Park Blog). Each blog post will be an article in that category. If you make a category blog menu link with 1 column it will look like this page, if you display the category description then this part is displayed. </em></p>\r\n<p><em>To enhance your blog you may want to add extensions for <a href=\"http://extensions.joomla.org/extensions/contacts-and-feedback/articles-comments\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal;\">comments</a>,<a href=\"http://extensions.joomla.org/extensions/social-web\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal;\"> interacting with social network sites</a>, <a href=\"http://extensions.joomla.org/extensions/content-sharing\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal;\">tagging</a>, and <a href=\"http://extensions.joomla.org/extensions/content-sharing\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal;\">keeping in contact with your readers</a>. You can also enable the syndication that is included in Joomla (in the Integration Options set Show Feed Link to Show and make sure to display the syndication module on the page).</em></p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"images\\/sampledata\\/parks\\/banner_cradle.jpg\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:15:40',0,'en-GB'),(28,53,26,43,48,3,'sample-data-articles/park-site/photo-gallery','com_content','Photo Gallery','photo-gallery','','<p><img src=\"images/sampledata/parks/banner_cradle.jpg\" border=\"0\" /></p>\r\n<p>These are my photos from parks I have visited (I didn\'t take them, they are all from <a href=\"http://commons.wikimedia.org/wiki/Main_Page\">Wikimedia Commons</a>).</p>\r\n<p><em>This shows you how to make a simple image gallery using articles in com_content. </em></p>\r\n<p><em>In each article put a thumbnail image before a \"readmore\" and the full size image after it. Set the article to Show Intro Text: Hide. </em></p>',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'en-GB'),(29,54,14,50,55,2,'sample-data-articles/fruit-shop-site','com_content','Fruit Shop Site','fruit-shop-site','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*'),(30,55,29,51,52,3,'sample-data-articles/fruit-shop-site/growers','com_content','Growers','growers','','<p>We search the whole countryside for the best fruit growers.</p>\r\n<p><em>You can let each supplier have a page that he or she can edit. To see this in action you will need to create a user who is in the suppliers group.  </em></p>\r\n<p><em>Create one page in the growers category for that user and make that supplier the author of the page. That user will be able to edit his or her page. </em></p>\r\n<p><em>This illustrates the use of the Edit Own permission. </em></p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:17:40',0,'*'),(31,56,18,2,3,2,'sample-data-weblinks/park-links','com_weblinks','Park Links','park-links','','<p>Here are links to some of my favorite parks.</p>\r\n<p><em>The weblinks component provides an easy way to make links to external sites that are consistently formatted and categorised. You can create weblinks from the front end of your site.</em></p>',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"images\\/sampledata\\/parks\\/banner_cradle.jpg\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'en-GB'),(32,57,18,4,7,2,'sample-data-weblinks/joomla-specific-links','com_weblinks','Joomla! Specific Links','joomla-specific-links','','<p>A selection of links that are all related to the Joomla Project.</p>',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:32:00',0,'*'),(33,58,32,5,6,3,'sample-data-weblinks/joomla-specific-links/other-resources','com_weblinks','Other Resources','other-resources','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(34,59,16,64,65,2,'sample-data-contact/park-site','com_contact','Park Site','park-site','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'en-GB'),(35,60,16,66,123,2,'sample-data-contact/shop-site','com_contact','Shop Site','shop-site','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(36,61,35,67,68,3,'sample-data-contact/shop-site/staff','com_contact','Staff','staff','','<p>Please feel free to contact our staff at any time should you need assistance.</p>',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(37,62,35,69,122,3,'sample-data-contact/shop-site/fruit-encyclopedia','com_contact','Fruit Encyclopedia','fruit-encyclopedia','','<p> </p><p>Our directory of information about different kinds of fruit.</p><p>We love fruit and want the world to know more about all of its many varieties.</p><p>Although it is small now, we work on it whenever we have a chance.</p><p>All of the images can be found in <a href=\"http://commons.wikimedia.org/wiki/Main_Page\">Wikimedia Commons</a>.</p><p><img src=\"images/sampledata/fruitshop/apple.jpg\" border=\"0\" alt=\"Apples\" title=\"Apples\" /></p><p><em>This encyclopedia is implemented using the contact component, each fruit a separate contact and a category for each letter. A CSS style is used to create the horizontal layout of the alphabet headings. </em></p><p><em>If you wanted to, you could allow some users (such as your growers) to have access to just this category in the contact component and let them help you to create new content for the encyclopedia.</em></p><p> </p>',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(38,63,37,70,71,4,'sample-data-contact/shop-site/fruit-encyclopedia/a','com_contact','A','a','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(39,64,37,72,73,4,'sample-data-contact/shop-site/fruit-encyclopedia/b','com_contact','B','b','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(40,65,37,74,75,4,'sample-data-contact/shop-site/fruit-encyclopedia/c','com_contact','C','c','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(41,66,37,76,77,4,'sample-data-contact/shop-site/fruit-encyclopedia/d','com_contact','D','d','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(42,67,37,78,79,4,'sample-data-contact/shop-site/fruit-encyclopedia/e','com_contact','E','e','','',0,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(43,68,37,80,81,4,'sample-data-contact/shop-site/fruit-encyclopedia/f','com_contact','F','f','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(44,69,37,82,83,4,'sample-data-contact/shop-site/fruit-encyclopedia/g','com_contact','G','g','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(45,70,37,84,85,4,'sample-data-contact/shop-site/fruit-encyclopedia/h','com_contact','H','h','','',0,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(46,71,37,86,87,4,'sample-data-contact/shop-site/fruit-encyclopedia/i','com_contact','I','i','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(47,72,37,88,89,4,'sample-data-contact/shop-site/fruit-encyclopedia/j','com_contact','J','j','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(48,73,37,90,91,4,'sample-data-contact/shop-site/fruit-encyclopedia/k','com_contact','K','k','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(49,74,37,92,93,4,'sample-data-contact/shop-site/fruit-encyclopedia/l','com_contact','L','l','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(50,75,37,94,95,4,'sample-data-contact/shop-site/fruit-encyclopedia/m','com_contact','M','m','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(51,76,37,96,97,4,'sample-data-contact/shop-site/fruit-encyclopedia/n','com_contact','N','n','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(52,77,37,98,99,4,'sample-data-contact/shop-site/fruit-encyclopedia/o','com_contact','O','o','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(53,78,37,100,101,4,'sample-data-contact/shop-site/fruit-encyclopedia/p','com_contact','P','p','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(54,79,37,102,103,4,'sample-data-contact/shop-site/fruit-encyclopedia/q','com_contact','Q','q','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(55,80,37,104,105,4,'sample-data-contact/shop-site/fruit-encyclopedia/r','com_contact','R','r','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(56,81,37,106,107,4,'sample-data-contact/shop-site/fruit-encyclopedia/s','com_contact','S','s','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(57,82,37,108,109,4,'sample-data-contact/shop-site/fruit-encyclopedia/t','com_contact','T','t','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(58,83,37,110,111,4,'sample-data-contact/shop-site/fruit-encyclopedia/u','com_contact','U','u','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(59,84,37,112,113,4,'sample-data-contact/shop-site/fruit-encyclopedia/v','com_contact','V','v','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(60,85,37,114,115,4,'sample-data-contact/shop-site/fruit-encyclopedia/w','com_contact','W','w','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(61,86,37,116,117,4,'sample-data-contact/shop-site/fruit-encyclopedia/x','com_contact','X','x','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(62,87,37,118,119,4,'sample-data-contact/shop-site/fruit-encyclopedia/y','com_contact','Y','y','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(63,88,37,120,121,4,'sample-data-contact/shop-site/fruit-encyclopedia/z','com_contact','Z','z','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(64,93,22,15,16,5,'sample-data-articles/joomla/extensions/modules/articles-modules','com_content','Content Modules','articles-modules','','<p>Content modules display article and other information from the content component.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*'),(65,94,22,17,18,5,'sample-data-articles/joomla/extensions/modules/user-modules','com_content','User Modules','user-modules','','<p>User modules interact with the user system, allowing users to login, show who is logged-in, and showing the most recently registered users.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:00:50',0,'*'),(66,95,22,19,20,5,'sample-data-articles/joomla/extensions/modules/display-modules','com_content','Display Modules','display-modules','','<p>These modules display information from components other than content and user. These include weblinks, news feeds and the media manager.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*'),(67,96,22,21,22,5,'sample-data-articles/joomla/extensions/modules/utility-modules','com_content','Utility Modules','utility-modules','','<p>Utility modules provide useful functionality such as search, syndication and statistics.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:01:34',0,'*'),(68,97,23,31,32,5,'sample-data-articles/joomla/extensions/templates/atomic','com_content','Atomic','atomic','','<p><img src=\"templates/atomic/template_thumbnail.png\" border=\"0\" alt=\"The Atomic Template\" style=\"border: 0; float: right;\" /></p>\r\n<p>Atomic is a minimal template designed to be a skeleton for making your own template and to learn about Joomla! templating.</p>\r\n<ul>\r\n<li><a href=\"index.php?Itemid=285\">Home Page</a></li>\r\n<li><a href=\"index.php?Itemid=316\">Typography</a></li>\r\n</ul>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:08:16',0,'*'),(69,98,23,27,28,5,'sample-data-articles/joomla/extensions/templates/beez-20','com_content','Beez 20','beez-20','','<p><img src=\"templates/beez_20/template_thumbnail.png\" border=\"0\" alt=\"Beez_20 thumbnail\" align=\"right\" style=\"float: right;\" /></p>\r\n<p>Beez 2.0 is a versatile, easy to customise template that works for a variety of sites. It meets major accessibility standards and demonstrates a range of css and javascript techniques. It is the default template that installs with Joomla!</p>\r\n<ul>\r\n<li><a href=\"index.php?Itemid=424\">Home Page</a></li>\r\n<li><a href=\"index.php?Itemid=423\">Typography</a></li>\r\n</ul>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*'),(70,99,23,29,30,5,'sample-data-articles/joomla/extensions/templates/beez-5','com_content','Beez 5','beez-5','','<p><img src=\"templates/beez5/template_thumbnail.png\" border=\"0\" alt=\"Beez5 Thumbnail\" align=\"right\" style=\"float: right;\" /></p>\r\n<p>Beez 5 is an html5 implementation of a Joomla! template. It uses a number of html5 techniques to enhance the presentation of a site. It is used as the template for the Fruit Shop sample site.</p>\r\n<ul>\r\n<li><a href=\"index.php?Itemid=458\">Home Page</a></li>\r\n<li><a href=\"index.php?Itemid=457\">Typography</a></li>\r\n</ul>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:06:57',0,'*'),(72,108,28,44,45,4,'sample-data-articles/park-site/photo-gallery/animals','com_content','Animals','animals','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'en-GB'),(73,109,28,46,47,4,'sample-data-articles/park-site/photo-gallery/scenery','com_content','Scenery','scenery','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'en-GB'),(75,166,22,23,24,5,'sample-data-articles/joomla/extensions/modules/navigation-modules','com_content','Navigation Modules','navigation-modules','','<p>Navigation modules help your visitors move through your site and find what they need.</p>\r\n<p>Menus provide your site with structure and help your visitors navigate your site.  Although they are all based on the same menu module, the variety of ways menus are used in the sample data show how flexible this module is.</p>\r\n<p>A menu can range from extremely simple (for example the top menu or the menu for the Australian Parks sample site) to extremely complex (for example the About Joomla! menu with its many levels). They can also be used for other types of presentation such as the site map linked from the \"This Site\" menu.</p>\r\n<p>Breadcrumbs provide users with information about where they are in a site.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*'),(76,167,29,53,54,3,'sample-data-articles/fruit-shop-site/recipes','com_content','Recipes','recipes','','<p>Customers and suppliers can post their favorite recipes for fruit here.</p>\r\n<p>A good idea is to promote the use of metadata keywords to make finding other recipes for the same fruit easier.</p>\r\n<p><em>To see this in action, create a user assigned to the customer group and a user assigned to the suppliers group. These users will be able to create their own recipe pages and edit those pages. They will not be able to edit other users\' pages.</em><br /><br /></p>',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',42,'2011-12-27 12:18:25',0,'*'),(77,169,1,133,134,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',888,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*');
/*!40000 ALTER TABLE `m9qyl_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_contact_details`
--

DROP TABLE IF EXISTS `m9qyl_contact_details`;
CREATE TABLE `m9qyl_contact_details` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '',
  `con_position` varchar(255) default NULL,
  `address` text,
  `suburb` varchar(100) default NULL,
  `state` varchar(100) default NULL,
  `country` varchar(100) default NULL,
  `postcode` varchar(100) default NULL,
  `telephone` varchar(255) default NULL,
  `fax` varchar(255) default NULL,
  `misc` mediumtext,
  `image` varchar(255) default NULL,
  `imagepos` varchar(20) default NULL,
  `email_to` varchar(255) default NULL,
  `default_con` tinyint(1) unsigned NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(10) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL default '0',
  `catid` int(11) NOT NULL default '0',
  `access` int(10) unsigned NOT NULL default '0',
  `mobile` varchar(255) NOT NULL default '',
  `webpage` varchar(255) NOT NULL default '',
  `sortname1` varchar(255) NOT NULL,
  `sortname2` varchar(255) NOT NULL,
  `sortname3` varchar(255) NOT NULL,
  `language` char(7) NOT NULL,
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL default '0',
  `created_by_alias` varchar(255) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if article is featured.',
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_contact_details`
--

LOCK TABLES `m9qyl_contact_details` WRITE;
/*!40000 ALTER TABLE `m9qyl_contact_details` DISABLE KEYS */;
INSERT INTO `m9qyl_contact_details` VALUES (1,'Contact Name Here','name','Position','Street Address','Suburb','State','Country','Zip Code','Telephone','Fax','<p>Information about or by the contact.</p>','images/powered_by.png','top','email@example.com',1,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"1\",\"linka_name\":\"Twitter\",\"linka\":\"http:\\/\\/twitter.com\\/joomla\",\"linkb_name\":\"YouTube\",\"linkb\":\"http:\\/\\/www.youtube.com\\/user\\/joomla\",\"linkc_name\":\"Facebook\",\"linkc\":\"http:\\/\\/www.facebook.com\\/joomla\",\"linkd_name\":\"FriendFeed\",\"linkd\":\"http:\\/\\/friendfeed.com\\/joomla\",\"linke_name\":\"Scribed\",\"linke\":\"http:\\/\\/www.scribd.com\\/people\\/view\\/504592-joomla\",\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,16,1,'','','last','first','middle','en-GB','2011-01-01 00:00:01',888,'','2011-12-27 12:23:32',42,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'Webmaster','webmaster','','','','','','','','','','',NULL,'webmaster@example.com',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,34,1,'','','','','','en-GB','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'Owner','owner','','','','','','','','','<p>I\'m the owner of this store.</p>','',NULL,'',0,1,0,'0000-00-00 00:00:00',2,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,36,1,'','','','','','*','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'Buyer','buyer','','','','','','','','','<p>I am in charge of buying fruit. If you sell good fruit, contact me.</p>','',NULL,'',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"0\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,36,1,'','','','','','*','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'Bananas','bananas','Scientific Name: Musa','Image Credit: Enzik\r\nRights: Creative Commons Share Alike Unported 3.0\r\nSource: http://commons.wikimedia.org/wiki/File:Bananas_-_Morocco.jpg','','Type: Herbaceous','Large Producers: India, China, Brasil','','','','<p>Bananas are a great source of potassium.</p>\r\n<p> </p>','images/sampledata/fruitshop/bananas_2.jpg',NULL,'',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"show_with_link\",\"show_contact_list\":\"\",\"presentation_style\":\"plain\",\"show_name\":\"\",\"show_position\":\"1\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"1\",\"show_postcode\":\"\",\"show_country\":\"1\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"1\",\"linka_name\":\"Wikipedia: Banana English\",\"linka\":\"http:\\/\\/en.wikipedia.org\\/wiki\\/Banana\",\"linkb_name\":\"Wikipedia:  \\u0939\\u093f\\u0928\\u094d\\u0926\\u0940 \\u0915\\u0947\\u0932\\u093e\",\"linkb\":\"http:\\/\\/hi.wikipedia.org\\/wiki\\/%E0%A4%95%E0%A5%87%E0%A4%B2%E0%A4%BE\",\"linkc_name\":\"Wikipedia:Banana Portugu\\u00eas\",\"linkc\":\"http:\\/\\/pt.wikipedia.org\\/wiki\\/Banana\",\"linkd_name\":\"Wikipedia: \\u0411\\u0430\\u043d\\u0430\\u043d  \\u0420\\u0443\\u0441\\u0441\\u043a\\u0438\\u0439\",\"linkd\":\"http:\\/\\/ru.wikipedia.org\\/\\u0411\\u0430\\u043d\\u0430\\u043d\",\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"beez5:encyclopedia\"}',0,39,1,'','','','','','*','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'Apples','apples','Scientific Name: Malus domestica','Image Credit: Fievet\r\nRights: Public Domain\r\nSource: http://commons.wikimedia.org/wiki/File:Pommes_vertes.JPG','','Family: Rosaceae','Large: Producers: China, United States','','','','<p>Apples are a versatile fruit, used for eating, cooking, and preserving.</p>\r\n<p>There are more that 7500 different kinds of apples grown around the world.</p>','images/sampledata/fruitshop/apple.jpg',NULL,'',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"plain\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"1\",\"linka_name\":\"Wikipedia: Apples English\",\"linka\":\"http:\\/\\/en.wikipedia.org\\/wiki\\/Apple\",\"linkb_name\":\"Wikipedia: Manzana Espa\\u00f1ol \",\"linkb\":\"http:\\/\\/es.wikipedia.org\\/wiki\\/Manzana\",\"linkc_name\":\"Wikipedia: \\u82f9\\u679c \\u4e2d\\u6587\",\"linkc\":\"http:\\/\\/zh.wikipedia.org\\/zh\\/\\u82f9\\u679c\",\"linkd_name\":\"Wikipedia: Tofaa Kiswahili\",\"linkd\":\"http:\\/\\/sw.wikipedia.org\\/wiki\\/Tofaa\",\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"beez5:encyclopedia\"}',0,38,1,'','','','','','*','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'Tamarind','tamarind','Scientific Name: Tamarindus indica','Image Credit: Franz Eugen Köhler, Köhler\'s Medizinal-Pflanzen \r\nRights: Public Domain\r\nSource:http://commons.wikimedia.org/wiki/File:Koeh-134.jpg','','Family: Fabaceae','Large Producers: India, United States','','','','<p>Tamarinds are a versatile fruit used around the world. In its young form it is used in hot sauces; ripened it is the basis for many refreshing drinks.</p>\r\n<p> </p>','images/sampledata/fruitshop/tamarind.jpg',NULL,'',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"plain\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"1\",\"linka_name\":\"Wikipedia: Tamarind English\",\"linka\":\"http:\\/\\/en.wikipedia.org\\/wiki\\/Tamarind\",\"linkb_name\":\"Wikipedia: \\u09a4\\u09c7\\u0981\\u09a4\\u09c1\\u09b2  \\u09ac\\u09be\\u0982\\u09b2\\u09be  \",\"linkb\":\"http:\\/\\/bn.wikipedia.org\\/wiki\\/\\u09a4\\u09c7\\u0981\\u09a4\\u09c1\\u09b2 \",\"linkc_name\":\"Wikipedia: Tamarinier Fran\\u00e7ais\",\"linkc\":\"http:\\/\\/fr.wikipedia.org\\/wiki\\/Tamarinier\",\"linkd_name\":\"Wikipedia:Tamaline lea faka-Tonga\",\"linkd\":\"http:\\/\\/to.wikipedia.org\\/wiki\\/Tamaline\",\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"beez5:encyclopedia\"}',0,57,1,'','','','','','*','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'Shop Address','shop-address','','','Our City','Our Province','Our Country','','555-555-5555','','<p>Here are directions for how to get to our shop.</p>','',NULL,'',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,35,1,'','','','','','*','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `m9qyl_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_content`
--

DROP TABLE IF EXISTS `m9qyl_content`;
CREATE TABLE `m9qyl_content` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `asset_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(255) NOT NULL default '',
  `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '',
  `title_alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '' COMMENT 'Deprecated in Joomla! 3.0',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `sectionid` int(10) unsigned NOT NULL default '0',
  `mask` int(10) unsigned NOT NULL default '0',
  `catid` int(10) unsigned NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL default '0',
  `created_by_alias` varchar(255) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL default '0',
  `checked_out` int(10) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` varchar(5120) NOT NULL,
  `version` int(10) unsigned NOT NULL default '1',
  `parentid` int(10) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(10) unsigned NOT NULL default '0',
  `hits` int(10) unsigned NOT NULL default '0',
  `metadata` text NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if article is featured.',
  `language` char(7) NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  PRIMARY KEY  (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_content`
--

LOCK TABLES `m9qyl_content` WRITE;
/*!40000 ALTER TABLE `m9qyl_content` DISABLE KEYS */;
INSERT INTO `m9qyl_content` VALUES (1,89,'Administrator Components','administrator-components','','<p>All components are also used in the administrator area of your website. In addition to the ones listed here, there are components in the administrator that do not have direct front end displays, but do help shape your site. The most important ones for most users are</p>\r\n<ul>\r\n<li>Media Manager</li>\r\n<li>Extensions Manager</li>\r\n<li>Menu Manager</li>\r\n<li>Global Configuration</li>\r\n<li>Banners</li>\r\n<li>Redirect</li>\r\n</ul>\r\n<hr title=\"Media Manager\" alt=\"Media Manager\" class=\"system-pagebreak\" style=\"color: gray; border: 1px dashed gray;\" />\r\n<p> </p>\r\n<h3>Media Manager</h3>\r\n<p>The media manager component lets you upload and insert images into content throughout your site. Optionally, you can enable the flash uploader which will allow you to to upload multiple images. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Content_Media_Manager\">Help</a></p>\r\n<hr title=\"Extensions Manager\" alt=\"Extensions Manager\" class=\"system-pagebreak\" style=\"color: gray; border: 1px dashed gray;\" />\r\n<h3>Extensions Manager</h3>\r\n<p>The extensions manager lets you install, update, uninstall and manage all of your extensions. The extensions manager has been extensively redesigned, although the core install and uninstall functionality remains the same as in Joomla! 1.5. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Extension_Manager_Install\">Help</a></p>\r\n<hr title=\"Menu Manager\" alt=\"Menu Manager\" class=\"system-pagebreak\" style=\"color: gray; border: 1px dashed gray;\" />\r\n<h3>Menu Manager</h3>\r\n<p>The menu manager lets you create the menus you see displayed on your site. It also allows you to assign modules and template styles to specific menu links. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Menus_Menu_Manager\">Help</a></p>\r\n<hr title=\"Global Configuration\" alt=\"Global Configuration\" class=\"system-pagebreak\" style=\"color: gray; border: 1px dashed gray;\" />\r\n<h3>Global Configuration</h3>\r\n<p>The global configuration is where the site administrator configures things such as whether search engine friendly urls are enabled, the site meta data (descriptive text used by search engines and indexers) and other functions. For many beginning users simply leaving the settings on default is a good way to begin, although when your site is ready for the public you will want to change the meta data to match its content. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Site_Global_Configuration\">Help</a></p>\r\n<hr title=\"Banners\" alt=\"Banners\" class=\"system-pagebreak\" style=\"color: gray; border: 1px dashed gray;\" />\r\n<h3>Banners</h3>\r\n<p>The banners component provides a simple way to display a rotating image in a module and, if you wish to have advertising, a way to track the number of times an image is viewed and clicked. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Components_Banners_Banners_Edit\">Help</a></p>\r\n<hr title=\"Redirect\" class=\"system-pagebreak\" />\r\n<h3><br />Redirect</h3>\r\n<p>The redirect component is used to manage broken links that produce Page Not Found (404) errors. If enabled it will allow you to redirect broken links to specific pages. It can also be used to manage migration related URL changes. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Components_Redirect_Manager\">Help</a></p>','',-2,0,0,21,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:03:19',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,0,7,'','',1,2,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(2,90,'Archive Module','archive-module','','<p>This module shows a list of the calendar months containing archived articles. After you have changed the status of an article to archived, this list will be automatically generated. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Articles_Archive\" title=\"Archive Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule articles_archive,Archived Articles}</div>','',-2,0,0,64,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:18:05',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',5,0,5,'modules, content','',1,5,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(3,91,'Article Categories Module','article-categories-module','','<p>This module displays a list of categories from one parent category. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Articles_Categories\" title=\"Categories Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule articles_categories,Articles Categories}</div>\r\n<p> </p>','',-2,0,0,64,'2011-01-01 00:00:01',888,'','2011-09-17 22:13:31',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',5,0,6,'modules, content','',1,6,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(4,92,'Articles Category Module','articles-category-module','','<p>This module allows you to display the articles in a specific category. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Articles_Category\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule articles_category,Articles Category}</div>','',-2,0,0,64,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:18:26',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',8,0,7,'','articles,content',1,10,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(5,101,'Authentication','authentication','','<p>The authentication plugins operate when users login to your site or administrator. The Joomla! authentication plugin is in operation by default but you can enable Gmail or LDAP or install a plugin for a different system. An example is included that may be used to create a new authentication plugin.</p>\r\n<p>Default on:</p>\r\n<ul>\r\n<li>Joomla <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Authentication_-_GMail\">Help</a></li>\r\n</ul>\r\n<p>Default off:</p>\r\n<ul>\r\n<li>Gmail <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Authentication_-_GMail\">Help</a></li>\r\n<li>LDAP <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Authentication_-_LDAP\">Help</a></li>\r\n</ul>','',-2,0,0,25,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:04:13',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,3,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(6,102,'Australian Parks ','australian-parks','','<p><img src=\"images/sampledata/parks/banner_cradle.jpg\" border=\"0\" alt=\"Cradle Park Banner\" /></p>\r\n<p>Welcome!</p>\r\n<p>This is a basic site about the beautiful and fascinating parks of Australia.</p>\r\n<p>On this site you can read all about my travels to different parks, see photos, and find links to park websites.</p>\r\n<p><em>This sample site is an example of using the core of Joomla! to create a basic website, whether a \"brochure site,\"  a personal blog, or as a way to present information on a topic you are interested in.</em></p>\r\n<p><em> Read more about the site in the About Parks module.</em></p>\r\n<p> </p>','',-2,0,0,26,'2011-01-01 00:00:01',888,'Parks Webmaster','2011-09-06 06:20:19',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\"}',2,0,1,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(7,103,'Banner Module','banner-module','','<p>The banner module is used to display the banners that are managed by the banners component in the site administrator. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Banners\">Help</a>.</p>\r\n<div class=\"sample-module\">{loadmodule banners,Banners}</div>','',-2,0,0,66,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:32:58',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',4,0,6,'','',1,4,'',0,'*',''),(8,104,'Beginners','beginners','','<p>If this is your first Joomla! site or your first web site, you have come to the right place. Joomla will help you get your website up and running quickly and easily.</p>\r\n<p>Start off using your site by logging in using the administrator account you created when you installed Joomla.</p>\r\n','\r\n<p>Explore the articles and other resources right here on your site data to learn more about how Joomla works. (When you\'re done reading, you can delete or archive all of this.) You will also probably want to visit the Beginners\' Areas of the <a href=\"http://docs.joomla.org/Beginners\">Joomla documentation</a> and <a href=\"http://forum.joomla.org\">support forums</a>.</p>\r\n<p>You\'ll also want to sign up for the Joomla Security Mailing list and the Announcements mailing list. For inspiration visit the <a href=\"http://community.joomla.org/showcase/\">Joomla! Site Showcase</a> to see an amazing array of ways people use Joomla to tell their stories on the web.</p>\r\n<p>The basic Joomla installation will let you get a great site up and running, but when you are ready for more features the power of Joomla is in the creative ways that developers have extended it to do all kinds of things. Visit the <a href=\"http://extensions.joomla.org/\">Joomla! Extensions Directory</a> to see thousands of extensions that can do almost anything you could want on a website. Can\'t find what you need? You may want to find a Joomla professional in the <a href=\"http://resources.joomla.org/\">Joomla! Resource Directory</a>.</p>\r\n<p>Want to learn more? Consider attending a <a href=\"http://community.joomla.org/events.html\">Joomla! Day</a> or other event or joining a local <a href=\"http://community.joomla.org/user-groups.html\">Joomla! Users Group</a>. Can\'t find one near you? Start one yourself.</p>',-2,0,0,19,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:10:49',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,4,'','',1,2,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*',''),(9,105,'Contacts','contact','','<p>The contact component provides a way to provide contact forms and information for your site or to create a complex directory that can be used for many different purposes. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Components_Contacts_Contacts\">Help</a></p>','',-2,0,0,21,'2011-01-01 00:00:01',888,'Joomla!','2011-01-10 04:15:37',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\"}',2,0,2,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(10,106,'Content','content','','<p>The content component (com_content) is what you use to write articles. It is extremely flexible and has the largest number of built in views. Articles can be created and edited from the front end, making content the easiest component to use to create your site content. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Content_Article_Manager\">Help</a></p>','',-2,0,0,21,'2011-01-01 00:00:01',888,'','2011-01-10 04:28:12',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\"}',2,0,1,'','',1,5,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(11,107,'Cradle Mountain','cradle-mountain','','<p> </p>\r\n','\r\n<p> </p>',-2,0,0,73,'2011-01-01 00:00:01',888,'Parks Webmaster','2012-01-17 04:42:36',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"images\\/sampledata\\/parks\\/landscape\\/250px_cradle_mountain_seen_from_barn_bluff.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"Cradle Mountain\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/sampledata\\/parks\\/landscape\\/800px_cradle_mountain_seen_from_barn_bluff.jpg\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"Cradle Mountain\",\"image_fulltext_caption\":\"Source: http:\\/\\/commons.wikimedia.org\\/wiki\\/File:Rainforest,bluemountainsNSW.jpg Author: Alan J.W.C. License: GNU Free Documentation License v . 1.2 or later\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,1,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(12,110,'Custom HTML Module','custom-html-module','','<p>This module allows you to create your own HTML Module using a WYSIWYG editor. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Custom_HTML\" title=\"Custom HTML Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule custom,Custom HTML}</div>','',-2,0,0,66,'2011-01-01 00:00:01',888,'','2011-12-27 11:12:46',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',13,0,1,'','',1,13,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(13,111,'Directions','directions','','<p>Here\'s how to find our shop.</p><p>By car</p><p>Drive along Main Street to the intersection with First Avenue.  Look for our sign.</p><p>By foot</p><p>From the center of town, walk north on Main Street until you see our sign.</p><p>By bus</p><p>Take the #73 Bus to the last stop. We are on the north east corner.</p>','',-2,0,0,29,'2011-01-01 00:00:01',888,'Fruit Shop Webmaster','2011-01-01 00:00:01',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,0,2,'','',1,0,'',0,'*',''),(14,112,'Editors','editors','','<p>Editors are used thoughout Joomla! where content is created. TinyMCE is the default choice in most locations although CodeMirror is used in the template manager. No Editor provides a text box for html content.</p>\r\n<p>Default on:</p>\r\n<ul>\r\n<li>CodeMirror <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Editor_-_CodeMirror\">Help</a></li>\r\n<li>TinyMCE<a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Editor_-_TinyMCE\"> Help</a></li>\r\n<li>No Editor <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Editor_-_None\">Help</a></li>\r\n</ul>\r\n<p>Default off:</p>\r\n<ul>\r\n<li>None</li>\r\n</ul>','',-2,0,0,25,'2011-01-01 00:00:01',888,'Joomla!','2011-09-06 05:45:40',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',2,0,5,'','',1,0,'',0,'*',''),(15,113,'Editors-xtd','editors-xtd','','<p>These plugins are the buttons found beneath your editor. They only run when an editor plugin runs.</p>\r\n<p>Default on:</p>\r\n<ul>\r\n<li>Editor Button: Image<a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Button_-_Image\"> Help</a></li>\r\n<li>Editor Button: Readmore <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Button_-_Readmore\">Help</a></li>\r\n<li>Editor Button: Page Break <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Button_-_Pagebreak\">Help</a></li>\r\n<li>Editor Button: Article <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Button_-_Article\">Help</a></li>\r\n</ul>\r\n<p>Default off:</p>\r\n<ul>\r\n<li>None</li>\r\n</ul>','',-2,0,0,25,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:14:12',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,6,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(16,114,'Feed Display','feed-display','','<p>This module allows the displaying of a syndicated feed. <a href=\"http://docs.joomla.org/Help15:Screen.modulessite.edit.15#Feed_Display\" title=\"Feed Display Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule feed,Feed Display}</div>','',-2,0,0,66,'2011-01-01 00:00:01',888,'','2011-09-17 22:22:08',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',3,0,2,'','',1,3,'',0,'*',''),(17,115,'First Blog Post','first-blog-post','','<p><em>Lorem Ipsum is filler text that is commonly used by designers before the content for a new site is ready.</em></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed faucibus purus vitae diam posuere nec eleifend elit dictum. Aenean sit amet erat purus, id fermentum lorem. Integer elementum tristique lectus, non posuere quam pretium sed. Quisque scelerisque erat at urna condimentum euismod. Fusce vestibulum facilisis est, a accumsan massa aliquam in. In auctor interdum mauris a luctus. Morbi euismod tempor dapibus. Duis dapibus posuere quam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In eu est nec erat sollicitudin hendrerit. Pellentesque sed turpis nunc, sit amet laoreet velit. Praesent vulputate semper nulla nec varius. Aenean aliquam, justo at blandit sodales, mauris leo viverra orci, sed sodales mauris orci vitae magna.</p>','<p>Quisque a massa sed libero tristique suscipit. Morbi tristique molestie metus, vel vehicula nisl ultrices pretium. Sed sit amet est et sapien condimentum viverra. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Phasellus viverra tortor porta orci convallis ac cursus erat sagittis. Vivamus aliquam, purus non luctus adipiscing, orci urna imperdiet eros, sed tincidunt neque sapien et leo. Cras fermentum, dolor id tempor vestibulum, neque lectus luctus mauris, nec congue tellus arcu nec augue. Nulla quis mi arcu, in bibendum quam. Sed placerat laoreet fermentum. In varius lobortis consequat. Proin vulputate felis ac arcu lacinia adipiscing. Morbi molestie, massa id sagittis luctus, sem sapien sollicitudin quam, in vehicula quam lectus quis augue. Integer orci lectus, bibendum in fringilla sit amet, rutrum eget enim. Curabitur at libero vitae lectus gravida luctus. Nam mattis, ligula sit amet vestibulum feugiat, eros sem sodales mi, nec dignissim ante elit quis nisi. Nulla nec magna ut leo convallis sagittis ac non erat. Etiam in augue nulla, sed tristique orci. Vestibulum quis eleifend sapien.</p><p>Nam ut orci vel felis feugiat posuere ut eu lorem. In risus tellus, sodales eu eleifend sed, imperdiet id nulla. Nunc at enim lacus. Etiam dignissim, arcu quis accumsan varius, dui dui faucibus erat, in molestie mauris diam ac lacus. Sed sit amet egestas nunc. Nam sollicitudin lacinia sapien, non gravida eros convallis vitae. Integer vehicula dui a elit placerat venenatis. Nullam tincidunt ligula aliquet dui interdum feugiat. Maecenas ultricies, lacus quis facilisis vehicula, lectus diam consequat nunc, euismod eleifend metus felis eu mauris. Aliquam dapibus, ipsum a dapibus commodo, dolor arcu accumsan neque, et tempor metus arcu ut massa. Curabitur non risus vitae nisl ornare pellentesque. Pellentesque nec ipsum eu dolor sodales aliquet. Vestibulum egestas scelerisque tincidunt. Integer adipiscing ultrices erat vel rhoncus.</p><p>Integer ac lectus ligula. Nam ornare nisl id magna tincidunt ultrices. Phasellus est nisi, condimentum at sollicitudin vel, consequat eu ipsum. In venenatis ipsum in ligula tincidunt bibendum id et leo. Vivamus quis purus massa. Ut enim magna, pharetra ut condimentum malesuada, auctor ut ligula. Proin mollis, urna a aliquam rutrum, risus erat cursus odio, a convallis enim lectus ut lorem. Nullam semper egestas quam non mattis. Vestibulum venenatis aliquet arcu, consectetur pretium erat pulvinar vel. Vestibulum in aliquet arcu. Ut dolor sem, pellentesque sit amet vestibulum nec, tristique in orci. Sed lacinia metus vel purus pretium sit amet commodo neque condimentum.</p><p>Aenean laoreet aliquet ullamcorper. Nunc tincidunt luctus tellus, eu lobortis sapien tincidunt sed. Donec luctus accumsan sem, at porttitor arcu vestibulum in. Sed suscipit malesuada arcu, ac porttitor orci volutpat in. Vestibulum consectetur vulputate eros ut porttitor. Aenean dictum urna quis erat rutrum nec malesuada tellus elementum. Quisque faucibus, turpis nec consectetur vulputate, mi enim semper mi, nec porttitor libero magna ut lacus. Quisque sodales, leo ut fermentum ullamcorper, tellus augue gravida magna, eget ultricies felis dolor vitae justo. Vestibulum blandit placerat neque, imperdiet ornare ipsum malesuada sed. Quisque bibendum quam porta diam molestie luctus. Sed metus lectus, ornare eu vulputate vel, eleifend facilisis augue. Maecenas eget urna velit, ac volutpat velit. Nam id bibendum ligula. Donec pellentesque, velit eu convallis sodales, nisi dui egestas nunc, et scelerisque lectus quam ut ipsum.</p>',-2,0,0,27,'2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,0,2,'','',1,0,'',0,'*',''),(18,116,'Second Blog Post','second-blog-post','','<p><em>Lorem Ipsum is text that is traditionally used by designers when working on a site before the content is ready.</em></p><p>Pellentesque bibendum metus ut dolor fermentum ut pulvinar tortor hendrerit. Nam vel odio vel diam tempus iaculis in non urna. Curabitur scelerisque, nunc id interdum vestibulum, felis elit luctus dui, ac dapibus tellus mauris tempus augue. Duis congue facilisis lobortis. Phasellus neque erat, tincidunt non lacinia sit amet, rutrum vitae nunc. Sed placerat lacinia fermentum. Integer justo sem, cursus id tristique eget, accumsan vel sapien. Curabitur ipsum neque, elementum vel vestibulum ut, lobortis a nisl. Fusce malesuada mollis purus consectetur auctor. Morbi tellus nunc, dapibus sit amet rutrum vel, laoreet quis mauris. Aenean nec sem nec purus bibendum venenatis. Mauris auctor commodo libero, in adipiscing dui adipiscing eu. Praesent eget orci ac nunc sodales varius.</p>','<p>Nam eget venenatis lorem. Vestibulum a interdum sapien. Suspendisse potenti. Quisque auctor purus nec sapien venenatis vehicula malesuada velit vehicula. Fusce vel diam dolor, quis facilisis tortor. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque libero nisi, pellentesque quis cursus sit amet, vehicula vitae nisl. Curabitur nec nunc ac sem tincidunt auctor. Phasellus in mattis magna. Donec consequat orci eget tortor ultricies rutrum. Mauris luctus vulputate molestie. Proin tincidunt vehicula euismod. Nam congue leo non erat cursus a adipiscing ipsum congue. Nulla iaculis purus sit amet turpis aliquam sit amet dapibus odio tincidunt. Ut augue diam, congue ut commodo pellentesque, fermentum mattis leo. Sed iaculis urna id enim dignissim sodales at a ipsum. Quisque varius lobortis mollis. Nunc purus magna, pellentesque pellentesque convallis sed, varius id ipsum. Etiam commodo mi mollis erat scelerisque fringilla. Nullam bibendum massa sagittis diam ornare rutrum.</p><p>Praesent convallis metus ut elit faucibus tempus in quis dui. Donec fringilla imperdiet nibh, sit amet fringilla velit congue et. Quisque commodo luctus ligula, vitae porttitor eros venenatis in. Praesent aliquet commodo orci id varius. Nulla nulla nibh, varius id volutpat nec, sagittis nec eros. Cras et dui justo. Curabitur malesuada facilisis neque, sed tempus massa tincidunt ut. Sed suscipit odio in lacus auctor vehicula non ut lacus. In hac habitasse platea dictumst. Sed nulla nisi, lacinia in viverra at, blandit vel tellus. Nulla metus erat, ultrices non pretium vel, varius nec sem. Morbi sollicitudin mattis lacus quis pharetra. Donec tincidunt mollis pretium. Proin non libero justo, vitae mattis diam. Integer vel elit in enim varius posuere sed vitae magna. Duis blandit tempor elementum. Vestibulum molestie dui nisi.</p><p>Curabitur volutpat interdum lorem sed tempus. Sed placerat quam non ligula lacinia sodales. Cras ultrices justo at nisi luctus hendrerit. Quisque sit amet placerat justo. In id sapien eu neque varius pharetra sed in sapien. Etiam nisl nunc, suscipit sed gravida sed, scelerisque ut nisl. Mauris quis massa nisl, aliquet posuere ligula. Etiam eget tortor mauris. Sed pellentesque vestibulum commodo. Mauris vitae est a libero dapibus dictum fringilla vitae magna.</p><p>Nulla facilisi. Praesent eget elit et mauris gravida lobortis ac nec risus. Ut vulputate ullamcorper est, volutpat feugiat lacus convallis non. Maecenas quis sem odio, et aliquam libero. Integer vel tortor eget orci tincidunt pulvinar interdum at erat. Integer ullamcorper consequat eros a pellentesque. Cras sagittis interdum enim in malesuada. Etiam non nunc neque. Fusce non ligula at tellus porta venenatis. Praesent tortor orci, fermentum sed tincidunt vel, varius vel dui. Duis pulvinar luctus odio, eget porta justo vulputate ac. Nulla varius feugiat lorem sed tempor. Phasellus pulvinar dapibus magna eget egestas. In malesuada lectus at justo pellentesque vitae rhoncus nulla ultrices. Proin ut sem sem. Donec eu suscipit ipsum. Cras eu arcu porttitor massa feugiat aliquet at quis nisl.</p>',-2,0,0,27,'2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',0,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,0,1,'','',1,0,'',0,'*',''),(19,117,'Footer Module','footer-module','','<p>This module shows the Joomla! copyright information. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Footer\" title=\"Footer Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule footer,Footer}</div>','',-2,0,0,66,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:22:47',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',4,0,3,'','',1,4,'',0,'*',''),(20,118,'Fruit Shop','fruit-shop','','<h2>Welcome to the Fruit Shop</h2>\r\n<p>We sell fruits from around the world. Please use our website to learn more about our business. We hope you will come to our shop and buy some fruit.</p>\r\n<p><em>This mini site will show you how you might want to set up a site for a business, in this example one selling fruit. It shows how to use access controls to manage your site content. If you were building a real site, you might want to extend it with e-commerce, a catalog, mailing lists or other enhancements, many of which are available through the</em><a href=\"http://extensions.joomla.org\"><em> Joomla! Extensions Directory</em></a>.</p>\r\n<p><em>To understand this site you will probably want to make one user with group set to customer and one with group set to grower. By logging in with different privileges you can see how access control works.</em></p>','',-2,0,0,29,'2011-01-01 00:00:01',888,'Fruit Shop Webmaster','2011-12-27 11:17:59',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,1,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(21,119,'Getting Help','getting-help','','<p><img class=\"image-left\" src=\"administrator/templates/hathor/images/header/icon-48-help_header.png\" border=\"0\" /> There are lots of places you can get help with Joomla!. In many places in your site administrator you will see the help icon. Click on this for more information about the options and functions of items on your screen. Other places to get help are:</p>\r\n<ul>\r\n<li><a href=\"http://forum.joomla.org\">Support Forums</a></li>\r\n<li><a href=\"http://docs.joomla.org\">Documentation</a></li>\r\n<li><a href=\"http://resources.joomla.org\">Professionals</a></li>\r\n<li><a href=\"http://shop.joomla.org/amazoncom-bookstores.html\">Books</a></li>\r\n</ul>','',-2,0,0,19,'2011-01-01 00:00:01',888,'Joomla!','2011-01-10 15:32:54',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',10,0,8,'','',1,17,'',0,'*',''),(22,120,'Getting Started','getting-started','','<p>It\'s easy to get started creating your website. Knowing some of the basics will help.</p>\r\n<h3>What is a Content Management System?</h3>\r\n<p>A content management system is software that allows you to create and manage webpages easily by separating the creation of your content from the mechanics required to present it on the web.</p>\r\n<p>In this site, the content is stored in a <em>database</em>. The look and feel are created by a <em>template</em>. The Joomla! software brings together the template and the content to create web pages.</p>\r\n<h3>Site and Administrator</h3>\r\n<p>Your site actually has two separate sites. The site (also called the front end) is what visitors to your site will see. The administrator (also called the back end) is only used by people managing your site. You can access the administrator by clicking the \"Site Administrator\" link on the \"This Site\" menu or by adding /administrator to the end of you domain name.</p>\r\n<p>Log in to the administrator using the username and password created during the installation of Joomla.</p>\r\n<h3>Logging in</h3>\r\n<p>To login to the front end of your site use the login form or the login menu link on the \"This Site\" menu. Use the user name and password that were created as part of the installation process. Once logged-in you will be able to create and edit articles.</p>\r\n<p>In managing your site, you will be able to create content that only logged-in users are able to see.</p>\r\n<h3>Creating an article</h3>\r\n<p>Once you are logged-in, a new menu will be visible. To create a new article, click on the \"submit article\" link on that menu.</p>\r\n<p>The new article interface gives you a lot of options, but all you need to do is add a title and put something in the content area. To make it easy to find, set the state to published and put it in the Joomla category.</p>\r\n<div>You can edit an existing article by clicking on the edit icon (this only displays to users who have the right to edit).</div>\r\n<h3>Learn more</h3>\r\n<p>There is much more to learn about how to use Joomla! to create the web site you envision. You can learn much more at the <a href=\"http://docs.joomla.org\">Joomla! documentation site</a> and on the<a href=\"http://forum.joomla.org\"> Joomla! forums</a>.</p>','',-2,0,0,19,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:21:44',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,9,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(23,121,'Happy Orange Orchard','happy-orange-orchard','','<p>At our orchard we grow the world\'s best oranges as well as other citrus fruit such as lemons and grapefruit. Our family has been tending this orchard for generations.</p>','',-2,0,0,30,'2011-01-01 00:00:01',888,'Fruit Shop Webmaster','2011-01-01 00:00:01',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,0,2,'','',1,0,'',0,'*',''),(24,122,'Joomla!','joomla','','<p>Congratulations! You have a Joomla site! Joomla makes it easy to build a website just the way you want it and keep it simple to update and maintain.</p>\r\n<p>Joomla is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. Joomla is open source, which means you can make it work just the way you want it to.</p>','',-2,0,0,19,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:22:23',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,2,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*',''),(25,123,'Koala','koala','','<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n','\r\n<p> </p>',-2,0,0,72,'2011-01-01 00:00:01',888,'Parks Webmaster','2012-01-17 05:15:00',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"images\\/sampledata\\/parks\\/animals\\/180px_koala_ag1.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"Koala  Thumbnail\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/sampledata\\/parks\\/animals\\/800px_koala_ag1.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"Koala Climbing Tree\",\"image_fulltext_caption\":\"Source: http:\\/\\/commons.wikimedia.org\\/wiki\\/File:Koala-ag1.jpg Author: Arnaud Gaillard License: Creative Commons Share Alike Attribution Generic 1.0\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,0,2,'','',1,2,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(26,124,'Language Switcher','language-switcher','','<p>The language switcher module allows you to take advantage of the language tags that are available when content, modules and menu links are created.</p>\r\n<p>This module displays a list of available Content Languages for switching between them.</p>\r\n<p>When switching languages, it redirects to the Home page, or associated menu item, defined for the chosen language. Thereafter, the navigation will be the one defined for that language.</p>\r\n<p><strong>The language filter plugin must be enabled for this module to work properly.</strong></p>\r\n<p><strong></strong> <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Language_Switcher\" title=\"Language Switcher Module\">Help</a></p>\r\n<p>To view an example of the language switch moduler module, go to the site administrator and enable the language filter plugin and the language switcher module labelled \"language switcher\" and visit the fruit shop or park sample sites. Then follow<a href=\"http://docs.joomla.org/Language_Switcher_Tutorial_for_Joomla_1.6\"> the instructions in this tutorial</a>.</p>','',-2,0,0,67,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:25:00',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,3,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(27,125,'Latest Articles Module','latest-articles-module','','<p>This module shows a list of the most recently published and current Articles. Some that are shown may have expired even though they are the most recent. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Latest_News\" title=\"Latest Articles\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule articles_latest,Latest News}</div>','',-2,0,0,64,'2011-01-01 00:00:01',888,'','2011-12-27 11:25:41',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,0,1,'modules, content','',1,15,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(28,126,'Login Module','login-module','','<p>This module displays a username and password login form. It also displays a link to retrieve a forgotten password. If user registration is enabled (in the Global Configuration settings), another link will be shown to enable self-registration for users. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Login\" title=\"Login\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule login,login}</div>','',-2,0,0,65,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:20:35',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',4,0,2,'','',1,5,'',0,'*',''),(29,127,'Menu Module','menu-module','','<p>This module displays a menu on the site (frontend).  Menus can be displayed in a wide variety of ways by using the menu options and css menu styles. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Menu\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule mod_menu,Menu Example}</div>','',-2,0,0,75,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:18:45',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',8,0,1,'','',1,12,'',0,'*',''),(30,128,'Most Read Content','most-read-content','','<p>This module shows a list of the currently published Articles which have the highest number of page views. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Most_Read\" title=\"Most Read Content\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule articles_popular,Articles Most Read}</div>','',-2,0,0,64,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:26:41',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,0,2,'modules, content','',1,10,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(31,129,'News Flash','news-flash','','<p>Displays a set number of articles from a category based on date or random selection. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Articles_Newsflash\" title=\"News Flash Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule articles_news,News Flash}</div>','',-2,0,0,64,'2011-01-01 00:00:01',888,'','2011-09-17 22:16:46',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',4,0,3,'modules, content','',1,10,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(32,130,'Options','options','','<p>As you make your Joomla! site you will control the details of the display using <em>options</em> also referred to as <em>parameter</em><strong>s</strong>. Options control everything from whether the author\'s name is displayed to who can view what to the number of items shown on a list.</p>\r\n<p>Default options for each component are changed using the Options button on the component toolbar.</p>\r\n<p>Options can also be set on an individual item, such as an article or contact and in menu links.</p>\r\n<p>If you are happy with how your site looks, it is fine to leave all of the options set to the defaults that were created when your site was installed. As you become more experienced with Joomla you will use options more.</p>\r\n<p> </p>','',-2,0,0,19,'2011-01-01 00:00:01',888,'Joomla!','2012-01-17 16:21:24',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,10,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(33,131,'Phyllopteryx','phyllopteryx','','<p> </p>\r\n','\r\n<p> </p>',-2,0,0,72,'2011-01-01 00:00:01',888,'Parks Webmaster','2012-01-17 04:57:58',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"images\\/sampledata\\/parks\\/animals\\/200px_phyllopteryx_taeniolatus1.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"Phyllopteryx\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/sampledata\\/parks\\/animals\\/800px_phyllopteryx_taeniolatus1.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"Phyllopteryx\",\"image_fulltext_caption\":\"Source: http:\\/\\/en.wikipedia.org\\/wiki\\/File:Phyllopteryx_taeniolatus1.jpg Author: Richard Ling License: GNU Free Documentation License v 1.2 or later\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,3,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(34,132,'Pinnacles','pinnacles','','<p> </p>\r\n','\r\n<p> </p>',-2,0,0,73,'2011-01-01 00:00:01',888,'Parks Webmaster','2012-01-17 04:41:30',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"images\\/sampledata\\/parks\\/landscape\\/120px_pinnacles_western_australia.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"Kings Canyon\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/sampledata\\/parks\\/landscape\\/800px_pinnacles_western_australia.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"Kings Canyon\",\"image_fulltext_caption\":\"Source: http:\\/\\/commons.wikimedia.org\\/wiki\\/File:Pinnacles_Western_Australia.jpg  Author: Martin Gloss  License: GNU Free Documentation license v 1.2 or later.\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,4,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(35,133,'Professionals','professionals','','<p>Joomla! 2.5 continues development of the Joomla Framework and CMS as a powerful and flexible way to bring your vision of the web to reality. With the administrator now fully MVC, the ability to control its look and the management of extensions is now complete.</p>\r\n','\r\n<p>Working with multiple template styles and overrides for the same views, creating the design you want is easier than it has ever been. Limiting support to PHP 5.2.4 and above makes Joomla lighter and faster than ever. Languages files can now be overridden without having your changes lost during an upgrade.  With the proper xml your users update extensions with a single click.</p>\r\n<p>Access control lists are now incorporated using a new system developed for Joomla. The ACL system is designed with developers in mind, so it is easy to incorporate into your extensions. The new nested sets libraries allow you to incorporate infinitely deep categories but also to use nested sets in a variety of other ways.</p>\r\n<p>A new forms library makes creating all kinds of user interaction simple. MooTools 1.3 provides a highly flexible javascript framework that is a major advance over MooTools 1.0.</p>\r\n<p>New events throughout the core make integration of your plugins where you want them a snap.</p>\r\n<p>The separation of the Joomla! Platform project from the Joomla! CMS project makes continuous development of new, powerful APIs  and continuous improvement of existing APIs possible while maintaining the stability of the CMS that millions of webmasters and professionals rely upon.</p>\r\n<p>Learn about:</p>\r\n<ul>\r\n<li><a href=\"http://docs.joomla.org/What\'s_new_in_Joomla_1.6\">Changes since 1.5</a></li>\r\n<li><a href=\"http://docs.joomla.org/ACL_Tutorial_for_Joomla_1.6\">Working with ACL</a></li>\r\n<li><a href=\"http://docs.joomla.org/API16:JCategories\">Working with nested categories</a></li>\r\n<li><a href=\"http://docs.joomla.org/API16:JForm\">Forms library</a></li>\r\n<li><a href=\"http://docs.joomla.org/Working_with_Mootools_1.3\">Working with Mootools 1.3</a></li>\r\n<li><a href=\"http://docs.joomla.org/Layout_Overrides_in_Joomla_1.6\">Using new features of the override system</a></li>\r\n<li><a href=\"http://api.joomla.org\">Joomla! API</a></li>\r\n<li><a href=\"http://docs.joomla.org/API16:JDatabaseQuery\">Using JDatabaseQuery</a></li>\r\n<li><a href=\"http://docs.joomla.org/What\'s_new_in_Joomla_1.6#Events\">New and updated events</a></li>\r\n<li><a href=\"http://docs.joomla.org/Xml-rpc_changes_in_Joomla!_1.6\">Xmlrpc</a></li>\r\n<li><a href=\"http://docs.joomla.org/What\'s_new_in_Joomla_1.6#Extension_management\">Installing and updating extensions</a></li>\r\n<li><a href=\"http://docs.joomla.org/Setting_up_your_workstation_for_Joomla!_development\">Setting up your development environment</a></li>\r\n<li><a href=\"github.com/joomla\">The Joomla! Platform Repository</a> </li>\r\n</ul>',-2,0,0,19,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:36:13',42,0,'0000-00-00 00:00:00','2011-01-09 16:41:13','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',16,0,5,'','',1,10,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*',''),(36,134,'Random Image Module','random-image-module','','<p>This module displays a random image from your chosen image directory. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Random_Image\" title=\"Random Image Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule random_image,Random Image}</div>','',-2,0,0,66,'2011-01-01 00:00:01',888,'','2012-01-17 16:11:13',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,0,4,'','',1,6,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(37,135,'Related Items Module','related-items-module','','<p>This module displays other Articles that are related to the one currently being viewed. These relations are established by the Meta Keywords.  All the keywords of the current Article are searched against all the keywords of all other published articles. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Articles_Related\" title=\"Related Items Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule related_items,Articles Related Items}</div>','',-2,0,0,64,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:37:34',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,0,4,'modules, content','',1,5,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(38,136,'Sample Sites','sample-sites','','<p>Your installation includes sample data, designed to show you some of the options you have for building your website. In addition to information about Joomla! there are two sample \"sites within a site\" designed to help you get started with building your own site.</p>\r\n<p>The first site is a simple site about <a href=\"index.php?Itemid=243\">Australian Parks</a>. It shows how you can quickly and easily build a personal site with just the building blocks that are part of Joomla. It includes a personal blog, weblinks, and a very simple image gallery.</p>\r\n<p>The second site is slightly more complex and represents what you might do if you are building a site for a small business, in this case a <a href=\"index.php/welcome.html\"></a><a href=\"index.php?Itemid=429\">Fruit Shop</a>.</p>\r\n<p>In building either style site, or something completely different, you will probably want to add <a href=\"http://extensions.joomla.org\">extensions</a> and either create or purchase your own template. Many Joomla users start by modifying the <a href=\"http://docs.joomla.org/How_do_you_modify_a_template%3F\">templates</a> that come with the core distribution so that they include special images and other design elements that relate to their site\'s focus.</p>','',-2,0,0,19,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:39:07',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,11,'','',1,5,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(39,137,'Search','search-component','','<p>Joomla! 2.5 offers two search options.</p>\r\n<p>The Basic Search component provides basic search functionality for the information contained in your core components. Many extensions can also be searched by the search component. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Components_Search\">Help</a></p>\r\n<p>The Smart Search component offers searching similar to that found in major search engines. Smart Search is disabled by default. If you choose to enable it you will need to take several steps. First, enable the Smart Search Plugin in the plugin manager. Then, if you are using the Basic Search Module replace it with the Smart Search Module. Finally, if you have already created content, go to the Smart Search component in your site administrator and click the Index icon. Once indexing of your content is complete, Smart Search will be ready to use. Help.</p>','',-2,0,0,21,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:41:48',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,3,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(40,138,'Search Module','search-module','','<p>This module will display a search box. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Search\" title=\"Search\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule search,Search}</div>','',-2,0,0,67,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:35:56',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',4,0,4,'','',1,6,'',0,'*',''),(41,139,'Search ','search-plugin','','<p>The search component uses plugins to control which parts of your Joomla! site are searched. You may choose to turn off some areas to improve performance or for other reasons. Many third party Joomla! extensions have search plugins that extend where search takes place.</p>\r\n<p>Default On:</p>\r\n<ul>\r\n<li>Content <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Search_-_Content\">Help</a></li>\r\n<li>Contacts <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Search_-_Contacts\">Help</a></li>\r\n<li>Weblinks <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Search_-_Weblinks\">Help</a></li>\r\n<li>News Feeds <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Search_-_Newsfeeds\">Help</a></li>\r\n<li>Categories <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Search_-_Categories\">Help</a></li>\r\n</ul>','',-2,0,0,25,'2011-01-01 00:00:01',888,'Joomla!','2011-09-06 06:13:18',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',3,0,1,'','',1,0,'',0,'*',''),(42,140,'Site Map','site-map','','<p>{loadposition sitemapload}</p><p><em>By putting all of your content into nested categories you can give users and search engines access to everything using a menu.</em></p>','',-2,0,0,14,'2011-01-01 00:00:01',888,'Joomla!','2011-01-01 00:00:01',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,0,1,'','',1,0,'',0,'*',''),(43,141,'Spotted Quoll','spotted-quoll','','<p> </p>\r\n<p> </p>\r\n','\r\n<p> </p>',-2,0,0,72,'2011-01-01 00:00:01',888,'Parks Webmaster','2012-01-17 05:02:58',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"images\\/sampledata\\/parks\\/animals\\/220px_spottedquoll_2005_seanmcclean.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"Spotted Quoll\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/sampledata\\/parks\\/animals\\/789px_spottedquoll_2005_seanmcclean.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"Spotted Quoll\",\"image_fulltext_caption\":\"Source: http:\\/\\/en.wikipedia.org\\/wiki\\/File:SpottedQuoll_2005_SeanMcClean.jpg Author: Sean McClean License: GNU Free Documentation License v 1.2 or later\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,4,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(44,142,'Statistics Module','statistics','','<p>This module shows information about your server installation together with statistics on the Web site users, number of Articles in your database and the number of Web links you provide.</p>\r\n<div class=\"sample-module\">{loadmodule mod_stats,Statistics}</div>','',-2,0,0,67,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:43:25',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,0,5,'','',1,5,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(45,143,'Syndicate Module','syndicate-module','','<p>The syndicate module will display a link that allows users to take a feed from your site. It will only display on pages for which feeds are possible. That means it will not display on single article, contact or weblinks pages, such as this one. <a href=\"http://docs.joomla.org/Help15:Screen.modulessite.edit.15#Syndicate\" title=\"Synicate Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadposition syndicate,Syndicate}</div>','',-2,0,0,67,'2011-01-01 00:00:01',888,'','2011-12-27 11:44:16',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,6,'','',1,2,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(46,144,'System','system','','<p>System plugins operate every time a page on your site loads. They control such things as your URLS, whether users can check a \"remember me\" box on the login module, and whether caching is enabled. New is the redirect plugin that together with the redirect component will assist you in managing changes in URLs.</p>\r\n<p>Default on:</p>\r\n<ul>\r\n<li>Remember me <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#System_-_Remember_Me\">Help</a></li>\r\n<li>SEF <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#System_-_SEF\">Help</a></li>\r\n<li>Debug <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#System_-_Debug\">Help</a></li>\r\n</ul>\r\n<p>Default off:</p>\r\n<ul>\r\n<li>Cache <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#System_-_Cache\">Help</a></li>\r\n<li>Log <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#System_-_Log\">Help</a></li>\r\n<li>Redirect <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#System_-_Redirect\">Help</a></li>\r\n</ul>','',-2,0,0,25,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:45:54',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,0,2,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(47,145,'The Joomla! Community','the-joomla-community','','<p>Joomla means All Together, and it is a community of people all working and having fun together that makes Joomla possible. Thousands of people each year participate in the Joomla community, and we hope you will be one of them.</p>\r\n<p>People with all kinds of skills, of all skill levels and from around the world are welcome to join in. Participate in the <a href=\"http://joomla.org\">Joomla.org</a> family of websites (the<a href=\"http://forum.joomla.org\"> forum </a>is a great place to start). Come to a <a href=\"http://community.joomla.org/events.html\">Joomla! event</a>. Join or start a <a href=\"http://community.joomla.org/user-groups.html\">Joomla! Users Group</a>. Whether you are a developer, site administrator, designer, end user or fan, there are ways for you to participate and contribute.</p>','',-2,0,0,19,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:47:56',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,3,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(48,146,'The Joomla! Project','the-joomla-project','','<p>The Joomla Project consists of all of the people who make and support the Joomla Web Platform and Content Management System.</p>\r\n<p>Our mission is to provide a flexible platform for digital publishing and collaboration.</p>\r\n<p>The core values are:</p>\r\n<ul>\r\n<li>Freedom</li>\r\n<li>Equality</li>\r\n<li>Trust</li>\r\n<li>Community</li>\r\n<li>Collaboration</li>\r\n<li>Usability</li>\r\n</ul>\r\n<p>In our vision, we see:</p>\r\n<ul>\r\n<li>People publishing and collaborating in their communities and around the world</li>\r\n<li>Software that is free, secure, and high-quality</li>\r\n<li>A community that is enjoyable and rewarding to participate in</li>\r\n<li>People around the world using their preferred languages</li>\r\n<li>A project that acts autonomously</li>\r\n<li>A project that is socially responsible</li>\r\n<li>A project dedicated to maintaining the trust of its users</li>\r\n</ul>\r\n<p>There are millions of users around the world and thousands of people who contribute to the Joomla Project. They work in three main groups: the Production Working Group, responsible for everything that goes into software and documentation; the Community Working Group, responsible for creating a nurturing the community; and Open Source Matters, the non profit organization responsible for managing legal, financial and organizational issues.</p>\r\n<p>Joomla is a free and open source project, which uses the GNU General Public License version 2 or later.</p>','',-2,0,0,19,'2011-01-01 00:00:01',888,'','2011-12-27 11:47:48',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,1,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(49,147,'Typography','typography','','<h1>H1 ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmonpqrstuvwzyz</h1><h2>H2 ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmonpqrstuvwzyz</h2><h3>H3 ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmonpqrstuvwzyz</h3><h4>H4 ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmonpqrstuvwzyz</h4><h5>H5 ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmonpqrstuvwzyz</h5><h6>H6 ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmonpqrstuvwzyz</h6><p>P The quick brown fox ran over the lazy dog. THE QUICK BROWN FOX RAN OVER THE LAZY DOG.</p><ul><li>Item</li><li>Item</li><li>Item<br /> <ul><li>Item</li><li>Item</li><li>Item<br /> <ul><li>Item</li><li>Item</li><li>Item</li></ul></li></ul></li></ul><ol><li>tem</li><li>Item</li><li>Item<br /> <ol><li>Item</li><li>Item</li><li>Item<br /><ol><li>Item</li><li>Item</li><li>Item</li></ol></li></ol> </li></ol>','',-2,0,0,23,'2011-01-01 00:00:01',888,'Joomla!','2011-01-01 00:00:01',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,0,1,'','',1,0,'',0,'*',''),(50,148,'Upgraders','upgraders','','<p>If you are an experienced Joomla! 1.5 user, this Joomla site will seem very familiar. There are new templates and improved user interfaces, but most functionality is the same. The biggest changes are improved access control (ACL) and nested categories. This release of Joomla has strong continuity with Joomla! 1.7 while adding enhancements.</p>\r\n','\r\n<p>The new user manager will let you manage who has access to what in your site. You can leave access groups exactly the way you had them in Joomla 1.5 or make them as complicated as you want. You can learn more about<a href=\"http://docs.joomla.org/ACL_Tutorial_for_Joomla_1.6\"> how access control works</a> in on the <a href=\"http://docs.joomla.org\">Joomla! Documentation site</a></p>\r\n<p>In Joomla 1.5 and 1.0 content was organized into sections and categories. From 1.6 forward sections are gone, and you can create categories within categories, going as deep as you want. The sample data provides many examples of the use of nested categories.</p>\r\n<p>All layouts have been redesigned to improve accessibility and flexibility. </p>\r\n<p>Updating your site and extensions when needed is easier than ever thanks to installer improvements.</p>\r\n<p> </p>',-2,0,0,19,'2011-01-01 00:00:01',888,'','2012-01-17 04:28:10',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,0,6,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*',''),(51,149,'User','user-plugins','','<p>Default on:</p>\r\n<ul>\r\n<li>Joomla <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#User_-_Joomla.21\">Help</a></li>\r\n</ul>\r\n<p>Default off:</p>\r\n<p>Two new plugins are available but are disabled by default.</p>\r\n<ul>\r\n<li>Contact Creator <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#User_-_Contact_Creator\">Help</a><br />Creates a new linked contact record for each new user created.</li>\r\n<li>Profile <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#User_-_Profile\">Help</a><br />This example profile plugin allows you to insert additional fields into user registration and profile display. This is intended as an example of the types of extensions to the profile you might want to create.</li>\r\n</ul>','',-2,0,0,25,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:51:25',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,4,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(52,150,'Users','users-component','','<p>The users extension lets your site visitors register, login and logout, change their passwords and other information, and recover lost passwords. In the administrator it allows you to create, block and manage users and create user groups and access levels. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Users_User_Manager\">Help</a></p>\r\n<p>Please note that some of the user views will not display if you are not logged-in to the site.</p>','',-2,0,0,21,'2011-01-01 00:00:01',888,'Joomla!','2011-01-10 04:52:55',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\"}',2,0,5,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(53,151,'Using Joomla!','using-joomla','','<p>With Joomla you can create anything from a simple personal website to a complex ecommerce or social site with millions of visitors.</p>\r\n<p>This section of the sample data provides you with a brief introduction to Joomla concepts and reference material to help you understand how Joomla works.</p>\r\n<p><em>When you no longer need the sample data, you can can simply unpublish the sample data category found within each extension in the site administrator or you may completely delete each item and all of the categories. </em></p>','',-2,0,0,19,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:52:45',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,7,'','',1,9,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(54,152,'Weblinks','weblinks','','<p>Weblinks (com_weblinks) is a component that provides a structured way to organize external links and present them in a visually attractive, consistent and informative way. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Components_Weblinks_Links\">Help</a></p>','',-2,0,0,21,'2011-01-01 00:00:01',888,'Joomla!','2011-01-10 04:20:10',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\"}',2,0,6,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(55,153,'Weblinks Module','weblinks-module','','<p>This module displays the list of weblinks in a category. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Weblinks\" title=\"Weblinks Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule weblinks,Weblinks}</div>','',-2,0,0,66,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:32:10',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',7,0,5,'','',1,23,'',0,'*',''),(56,154,'Who\'s Online','whos-online','','<p>The Who\'s Online Module displays the number of Anonymous Users (e.g. Guests) and Registered Users (ones logged-in) that are currently accessing the Web site. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Who_Online\" title=\"Who\'s Online\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule whosonline,Who\'s Online}</div>','',-2,0,0,65,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:19:45',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',4,0,1,'','',1,5,'',0,'*',''),(57,155,'Wobbegone','wobbegone','','<p> </p>\r\n','\r\n<p> </p>',-2,0,0,72,'2011-01-01 00:00:01',888,'Parks Webmaster','2012-01-17 05:01:59',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"images\\/sampledata\\/parks\\/animals\\/180px_wobbegong.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"Wobbegon\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/sampledata\\/parks\\/animals\\/800px_wobbegong.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"Wobbegon\",\"image_fulltext_caption\":\"Source: http:\\/\\/en.wikipedia.org\\/wiki\\/File:Wobbegong.jpg Author: Richard Ling Rights: GNU Free Documentation License v 1.2 or later\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,1,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(58,156,'Wonderful Watermelon','wonderful-watermelon','','<p>Watermelon is a wonderful and healthy treat. We grow the world\'s sweetest watermelon. We have the largest watermelon patch in our country.</p>','',-2,0,0,30,'2011-01-01 00:00:01',888,'Fruit Shop Webmaster','2011-01-01 00:00:01',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,0,1,'','',1,0,'',0,'*',''),(59,157,'Wrapper Module','wrapper-module','','<p>This module shows an iFrame window to specified location. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Wrapper\" title=\"Wrapper Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule wrapper,Wrapper}</div>','',-2,0,0,67,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:35:00',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',8,0,1,'','',1,15,'',0,'*',''),(60,158,'News Feeds','news-feeds','','<p>News Feeds (com_newsfeeds) provides a way to organize and present news feeds. News feeds are a way that you present information from another site on your site. For example, the joomla.org website has numerous feeds that you can incorporate on your site. You an use menus to present a single feed, a list of feeds in a category, or a list of all feed categories. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Components_Newsfeeds_Feeds\">Help</a></p>','',-2,0,0,21,'2011-01-01 00:00:01',888,'Joomla!','2011-12-27 11:27:31',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,4,'','',1,2,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(61,159,'Breadcrumbs Module','breadcrumbs-module','','<p>Breadcrumbs provide a pathway for users to navigate through the site. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Breadcrumbs\" title=\"Breacrumbs Module\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule breadcrumbs,breadcrumbs}</div>','',-2,0,0,75,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:10:19',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\"}',5,0,2,'','',1,9,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(62,160,'Content','content-plugins','','<p>Content plugins run when specific kinds of pages are loaded. They do things ranging from protecting email addresses from harvesters to creating page breaks.</p>\r\n<p>Default on:</p>\r\n<ul>\r\n<li>Email Cloaking <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Content_-_Email_Cloaking\">Help</a></li>\r\n<li>Load Module <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Content_-_Load_Modules\">Help</a></li>\r\n<li>Page Break <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Content_-_Pagebreak\">Help</a></li>\r\n<li>Page Navigation<a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Content_-_Page_Navigation\"> Help</a></li>\r\n<li>Vote <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Content_-_Vote\">Help</a></li>\r\n</ul>\r\n<p>Default off:</p>\r\n<ul>\r\n<li>Code Highlighter (GeSHi) <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit#Content_-_Code_Highlighter_.28GeSHi.29\">Help</a></li>\r\n</ul>','',-2,0,0,25,'2011-01-01 00:00:01',888,'Joomla!','2011-09-06 06:11:50',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',2,0,7,'','',1,1,'',0,'*',''),(64,162,'Blue Mountain Rain Forest','blue-mountain-rain-forest','','<p> </p>\r\n','\r\n<p> </p>',-2,0,0,73,'2011-01-01 00:00:01',888,'Parks Webmaster','2012-01-17 04:36:30',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"images\\/sampledata\\/parks\\/landscape\\/120px_rainforest_bluemountainsnsw.jpg\",\"float_intro\":\"none\",\"image_intro_alt\":\"Rain Forest Blue Mountains\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/sampledata\\/parks\\/landscape\\/727px_rainforest_bluemountainsnsw.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"Rain Forest Blue Mountains\",\"image_fulltext_caption\":\"Source: http:\\/\\/commons.wikimedia.org\\/wiki\\/File:Rainforest,bluemountainsNSW.jpg Author: Adam J.W.C. License: GNU Free Documentation License\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,0,2,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(65,163,'Ormiston Pound','ormiston-pound','','<p> </p>\r\n','\r\n<p> </p>',-2,0,0,73,'2011-01-01 00:00:01',888,'Parks Webmaster','2012-01-17 04:51:33',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"images\\/sampledata\\/parks\\/landscape\\/180px_ormiston_pound.jpg\",\"float_intro\":\"none\",\"image_intro_alt\":\"Ormiston Pound\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/sampledata\\/parks\\/landscape\\/800px_ormiston_pound.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"Ormiston Pound\",\"image_fulltext_caption\":\"Source: http:\\/\\/commons.wikimedia.org\\/wiki\\/File:Ormiston_Pound.JPG Author: License: GNU Free Public Documentation License\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,0,3,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(66,165,'Latest Users Module','latest-users-module','','<p>This module displays the latest registered users. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Latest_Users\">Help</a></p>\r\n<div class=\"sample-module\">{loadmodule users_latest,Users Latest}</div>','',-2,0,0,65,'2011-01-01 00:00:01',888,'Joomla!','2011-09-17 22:21:05',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"1\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',4,0,3,'','',1,6,'',0,'*',''),(67,168,'What\'s New in 1.5?','whats-new-in-15','','<p>This article deliberately archived as an example.</p><p>As with previous releases, Joomla! provides a unified and easy-to-use framework for delivering content for Web sites of all kinds. To support the changing nature of the Internet and emerging Web technologies, Joomla! required substantial restructuring of its core functionality and we also used this effort to simplify many challenges within the current user interface. Joomla! 1.5 has many new features.</p>\r\n<p style=\"margin-bottom: 0in;\">In Joomla! 1.5, you\'\'ll notice:</p>\r\n<ul>\r\n<li>Substantially improved usability, manageability, and scalability far beyond the original Mambo foundations</li>\r\n<li>Expanded accessibility to support internationalisation, double-byte characters and right-to-left support for Arabic, Farsi, and Hebrew languages among others</li>\r\n<li>Extended integration of external applications through Web services</li>\r\n<li>Enhanced content delivery, template and presentation capabilities to support accessibility standards and content delivery to any destination</li>\r\n<li>A more sustainable and flexible framework for Component and Extension developers</li>\r\n<li>Backward compatibility with previous releases of Components, Templates, Modules, and other Extensions</li>\r\n</ul>','',2,0,0,9,'2011-01-01 00:00:01',888,'Joomla! 1.5','2011-01-01 00:00:01',0,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,0,6,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(68,170,'Captcha','captcha','','<p>The Captcha plugins are used to prevent spam submissions on your forms such as registration, contact and login. You basic installation of Joomla includes one Captcha plugin which leverages the ReCaptcha® service but you may install other plugins connecting to different Captcha systems.</p>\r\n<p>Default on:</p>\r\n<ul>\r\n<li>ReCaptcha <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit\">help</a></li>\r\n</ul>\r\n<p>Note: ReCaptcha is a the trademark of Google Inc. and is an independent product not associated with or endorsed by the Joomla Project. You will need to register and agree to the Terms of Service at Recaptcha.net to use this plugin. Complete instructions are available if you edit the ReCaptcha plugin in the Plugin Manager.</p>','',-2,0,0,25,'2012-01-17 03:20:45',888,'Joomla!','2012-01-17 03:35:46',42,0,'0000-00-00 00:00:00','2012-01-17 03:20:45','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,1,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(69,171,'Quick Icons','quick-icons','','<p> The Quick Icon plugin group is used to provide notification that updates to Joomla! or installed extensions are available and should be applied. These notifications display on your administrator control panel, which is the page you see when you first log in to your site administrator.</p>\r\n<p>Default on:</p>\r\n<ul>\r\n<li>Quick icon - Joomla! extensions updates notification <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit\">Help</a>.</li>\r\n<li>Quick icon - Joomla! update notification <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help17:Extensions_Plugin_Manager_Edit\">Help</a></li>\r\n</ul>','',-2,0,0,25,'2012-01-17 03:27:39',888,'Joomla!','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-01-17 03:27:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,0,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(70,170,'Smart Search','smart-search','','<p>This module provides search using the Smart Search component. You should only use it if you have indexed your content and either have enabled the Smart Search content plugin or are keeping the index of your site updated manually. <a href=\"http://help.joomla.org/proxy/index.php?option=com_help&amp;amp;keyref=Help25:Extensions_Module_Manager_Smart_Search\">Help</a>.</p>\r\n<div class=\"sample-module\">{loadmodule finder,Smart Search}</div>','',-2,0,0,67,'2012-01-17 03:42:36',888,'','2012-01-17 16:15:48',42,0,'0000-00-00 00:00:00','2012-01-17 03:42:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',10,0,0,'','',1,13,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(71,174,'About US','about-us','','<p>:)</p>','',1,0,0,9,'2013-03-08 10:58:01',888,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2013-03-08 10:58:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,5,'','',1,10,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(72,175,'Products','products','','<p>:)</p>','',1,0,0,9,'2013-03-08 12:11:53',888,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2013-03-08 12:11:53','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,4,'','',1,7,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(73,176,'Library ','library','','<p>:)</p>','',1,0,0,9,'2013-03-08 12:12:27',888,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2013-03-08 12:12:27','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,3,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(74,177,'Contact US','contact-us','','<p>:)</p>','',1,0,0,9,'2013-03-08 12:12:49',888,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2013-03-08 12:12:49','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,2,'','',1,6,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(75,178,'Home','home','','<p>:)</p>','',1,0,0,9,'2013-03-09 13:06:20',888,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2013-03-09 13:06:20','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,1,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(76,183,'Batteries','batteries','','<p>:)</p>','',1,0,0,9,'2013-03-10 09:38:11',888,'','2013-03-10 09:38:35',888,0,'0000-00-00 00:00:00','2013-03-10 09:38:11','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,0,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','');
/*!40000 ALTER TABLE `m9qyl_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_content_frontpage`
--

DROP TABLE IF EXISTS `m9qyl_content_frontpage`;
CREATE TABLE `m9qyl_content_frontpage` (
  `content_id` int(11) NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_content_frontpage`
--

LOCK TABLES `m9qyl_content_frontpage` WRITE;
/*!40000 ALTER TABLE `m9qyl_content_frontpage` DISABLE KEYS */;
INSERT INTO `m9qyl_content_frontpage` VALUES (8,2),(35,4),(24,1),(50,3);
/*!40000 ALTER TABLE `m9qyl_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_content_rating`
--

DROP TABLE IF EXISTS `m9qyl_content_rating`;
CREATE TABLE `m9qyl_content_rating` (
  `content_id` int(11) NOT NULL default '0',
  `rating_sum` int(10) unsigned NOT NULL default '0',
  `rating_count` int(10) unsigned NOT NULL default '0',
  `lastip` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_content_rating`
--

LOCK TABLES `m9qyl_content_rating` WRITE;
/*!40000 ALTER TABLE `m9qyl_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_core_log_searches`
--

DROP TABLE IF EXISTS `m9qyl_core_log_searches`;
CREATE TABLE `m9qyl_core_log_searches` (
  `search_term` varchar(128) NOT NULL default '',
  `hits` int(10) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_core_log_searches`
--

LOCK TABLES `m9qyl_core_log_searches` WRITE;
/*!40000 ALTER TABLE `m9qyl_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_extensions`
--

DROP TABLE IF EXISTS `m9qyl_extensions`;
CREATE TABLE `m9qyl_extensions` (
  `extension_id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL,
  `type` varchar(20) NOT NULL,
  `element` varchar(100) NOT NULL,
  `folder` varchar(100) NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL default '1',
  `access` int(10) unsigned NOT NULL default '1',
  `protected` tinyint(3) NOT NULL default '0',
  `manifest_cache` text NOT NULL,
  `params` text NOT NULL,
  `custom_data` text NOT NULL,
  `system_data` text NOT NULL,
  `checked_out` int(10) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) default '0',
  `state` int(11) default '0',
  PRIMARY KEY  (`extension_id`),
  KEY `element_clientid` (`element`,`client_id`),
  KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10083 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_extensions`
--

LOCK TABLES `m9qyl_extensions` WRITE;
/*!40000 ALTER TABLE `m9qyl_extensions` DISABLE KEYS */;
INSERT INTO `m9qyl_extensions` VALUES (1,'com_mailto','component','com_mailto','',0,1,1,1,'{\"legacy\":false,\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(2,'com_wrapper','component','com_wrapper','',0,1,1,1,'{\"legacy\":false,\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(3,'com_admin','component','com_admin','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(4,'com_banners','component','com_banners','',1,1,1,0,'{\"legacy\":false,\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(5,'com_cache','component','com_cache','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(6,'com_categories','component','com_categories','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(7,'com_checkin','component','com_checkin','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"Unknown\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2008 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(8,'com_contact','component','com_contact','',1,1,1,0,'{\"legacy\":false,\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_misc\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"allow_vcard_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_category_crumb\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(9,'com_cpanel','component','com_cpanel','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10,'com_installer','component','com_installer','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(11,'com_languages','component','com_languages','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}','','',0,'0000-00-00 00:00:00',0,0),(12,'com_login','component','com_login','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(13,'com_media','component','com_media','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\"}','{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\",\"enable_flash\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(14,'com_menus','component','com_menus','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(15,'com_messages','component','com_messages','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(16,'com_modules','component','com_modules','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(17,'com_newsfeeds','component','com_newsfeeds','',1,1,1,0,'{\"legacy\":false,\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_word_count\":\"0\",\"show_headings\":\"1\",\"show_name\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"display_num\":\"\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"show_cat_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(18,'com_plugins','component','com_plugins','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(19,'com_search','component','com_search','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\"}','{\"enabled\":\"0\",\"show_date\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(20,'com_templates','component','com_templates','',1,1,1,1,'{\"legacy\":false,\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(21,'com_weblinks','component','com_weblinks','',1,1,1,0,'{\"legacy\":false,\"name\":\"com_weblinks\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_comp_description\":\"1\",\"comp_description\":\"\",\"show_link_hits\":\"1\",\"show_link_description\":\"1\",\"show_other_cats\":\"0\",\"show_headings\":\"0\",\"show_numbers\":\"0\",\"show_report\":\"1\",\"count_clicks\":\"1\",\"target\":\"0\",\"link_icons\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(22,'com_content','component','com_content','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{\"article_layout\":\"_:default\",\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_readmore\":\"0\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(23,'com_config','component','com_config','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"10\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"12\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','','',0,'0000-00-00 00:00:00',0,0),(24,'com_redirect','component','com_redirect','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(25,'com_users','component','com_users','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\"}','{\"allowUserRegistration\":\"1\",\"new_usertype\":\"2\",\"useractivation\":\"1\",\"frontend_userparams\":\"1\",\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(27,'com_finder','component','com_finder','',1,1,0,0,'{\"legacy\":false,\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stemmer\":\"snowball\"}','','',0,'0000-00-00 00:00:00',0,0),(28,'com_joomlaupdate','component','com_joomlaupdate','',1,1,0,1,'{\"legacy\":false,\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(100,'PHPMailer','library','phpmailer','',0,1,1,1,'{\"legacy\":false,\"name\":\"PHPMailer\",\"type\":\"library\",\"creationDate\":\"2001\",\"author\":\"PHPMailer\",\"copyright\":\"(c) 2001-2003, Brent R. Matzelle, (c) 2004-2009, Andy Prevost. All Rights Reserved., (c) 2010-2011, Jim Jagielski. All Rights Reserved.\",\"authorEmail\":\"jimjag@gmail.com\",\"authorUrl\":\"https:\\/\\/code.google.com\\/a\\/apache-extras.org\\/p\\/phpmailer\\/\",\"version\":\"5.2\",\"description\":\"LIB_PHPMAILER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(101,'SimplePie','library','simplepie','',0,1,1,1,'{\"legacy\":false,\"name\":\"SimplePie\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"SimplePie\",\"copyright\":\"Copyright (c) 2004-2009, Ryan Parman and Geoffrey Sneddon\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/simplepie.org\\/\",\"version\":\"1.2\",\"description\":\"LIB_SIMPLEPIE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(102,'phputf8','library','phputf8','',0,1,1,1,'{\"legacy\":false,\"name\":\"phputf8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(103,'Joomla! Platform','library','joomla','',0,1,1,1,'{\"legacy\":false,\"name\":\"Joomla! Platform\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"http:\\/\\/www.joomla.org\",\"version\":\"11.4\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(200,'mod_articles_archive','module','mod_articles_archive','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters.\\n\\t\\tAll rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(201,'mod_articles_latest','module','mod_articles_latest','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(202,'mod_articles_popular','module','mod_articles_popular','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(203,'mod_banners','module','mod_banners','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(204,'mod_breadcrumbs','module','mod_breadcrumbs','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(205,'mod_custom','module','mod_custom','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(206,'mod_feed','module','mod_feed','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(207,'mod_footer','module','mod_footer','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(208,'mod_login','module','mod_login','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(209,'mod_menu','module','mod_menu','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(210,'mod_articles_news','module','mod_articles_news','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(211,'mod_random_image','module','mod_random_image','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(212,'mod_related_items','module','mod_related_items','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(213,'mod_search','module','mod_search','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(214,'mod_stats','module','mod_stats','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(215,'mod_syndicate','module','mod_syndicate','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(216,'mod_users_latest','module','mod_users_latest','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(217,'mod_weblinks','module','mod_weblinks','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_weblinks\",\"type\":\"module\",\"creationDate\":\"July 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(218,'mod_whosonline','module','mod_whosonline','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(219,'mod_wrapper','module','mod_wrapper','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(220,'mod_articles_category','module','mod_articles_category','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(221,'mod_articles_categories','module','mod_articles_categories','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(222,'mod_languages','module','mod_languages','',0,1,1,1,'{\"legacy\":false,\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(223,'mod_finder','module','mod_finder','',0,1,0,0,'{\"legacy\":false,\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(300,'mod_custom','module','mod_custom','',1,1,1,1,'{\"legacy\":false,\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(301,'mod_feed','module','mod_feed','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(302,'mod_latest','module','mod_latest','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(303,'mod_logged','module','mod_logged','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(304,'mod_login','module','mod_login','',1,1,1,1,'{\"legacy\":false,\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(305,'mod_menu','module','mod_menu','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(307,'mod_popular','module','mod_popular','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(308,'mod_quickicon','module','mod_quickicon','',1,1,1,1,'{\"legacy\":false,\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(309,'mod_status','module','mod_status','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"Feb 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(310,'mod_submenu','module','mod_submenu','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"Feb 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(311,'mod_title','module','mod_title','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(312,'mod_toolbar','module','mod_toolbar','',1,1,1,1,'{\"legacy\":false,\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(313,'mod_multilangstatus','module','mod_multilangstatus','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\"}','{\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(314,'mod_version','module','mod_version','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\"}','{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(400,'plg_authentication_gmail','plugin','gmail','authentication',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\"}','{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}','','',0,'0000-00-00 00:00:00',1,0),(401,'plg_authentication_joomla','plugin','joomla','authentication',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(402,'plg_authentication_ldap','plugin','ldap','authentication',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','','',0,'0000-00-00 00:00:00',3,0),(404,'plg_content_emailcloak','plugin','emailcloak','content',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\"}','{\"mode\":\"1\"}','','',0,'0000-00-00 00:00:00',1,0),(405,'plg_content_geshi','plugin','geshi','content',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_content_geshi\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"qbnz.com\\/highlighter\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_GESHI_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(406,'plg_content_loadmodule','plugin','loadmodule','content',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\"}','{\"style\":\"xhtml\"}','','',0,'2011-09-18 15:22:50',0,0),(407,'plg_content_pagebreak','plugin','pagebreak','content',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','','',0,'0000-00-00 00:00:00',4,0),(408,'plg_content_pagenavigation','plugin','pagenavigation','content',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\"}','{\"position\":\"1\"}','','',0,'0000-00-00 00:00:00',5,0),(409,'plg_content_vote','plugin','vote','content',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',6,0),(410,'plg_editors_codemirror','plugin','codemirror','editors',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\"}','{\"linenumbers\":\"0\",\"tabmode\":\"indent\"}','','',0,'0000-00-00 00:00:00',1,0),(411,'plg_editors_none','plugin','none','editors',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Unknown\",\"copyright\":\"\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"\",\"version\":\"2.5.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(412,'plg_editors_tinymce','plugin','tinymce','editors',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2012\",\"author\":\"Moxiecode Systems AB\",\"copyright\":\"Moxiecode Systems AB\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"tinymce.moxiecode.com\\/\",\"version\":\"3.5.4.1\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\"}','{\"mode\":\"1\",\"skin\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"0\",\"lang_code\":\"en\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"extended_elements\":\"\",\"toolbar\":\"top\",\"toolbar_align\":\"left\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"true\",\"resize_horizontal\":\"false\",\"element_path\":\"1\",\"fonts\":\"1\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"1\",\"format_date\":\"%Y-%m-%d\",\"inserttime\":\"1\",\"format_time\":\"%H:%M:%S\",\"colors\":\"1\",\"table\":\"1\",\"smilies\":\"1\",\"media\":\"1\",\"hr\":\"1\",\"directionality\":\"1\",\"fullscreen\":\"1\",\"style\":\"1\",\"layer\":\"1\",\"xhtmlxtras\":\"1\",\"visualchars\":\"1\",\"nonbreaking\":\"1\",\"template\":\"1\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"advimage\":\"1\",\"advlink\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}','','',0,'0000-00-00 00:00:00',3,0),(413,'plg_editors-xtd_article','plugin','article','editors-xtd',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(414,'plg_editors-xtd_image','plugin','image','editors-xtd',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(415,'plg_editors-xtd_pagebreak','plugin','pagebreak','editors-xtd',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(416,'plg_editors-xtd_readmore','plugin','readmore','editors-xtd',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(417,'plg_search_categories','plugin','categories','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(418,'plg_search_contacts','plugin','contacts','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(419,'plg_search_content','plugin','content','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(420,'plg_search_newsfeeds','plugin','newsfeeds','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(421,'plg_search_weblinks','plugin','weblinks','search',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_search_weblinks\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEARCH_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(422,'plg_system_languagefilter','plugin','languagefilter','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',888,'2013-03-09 14:37:58',1,0),(423,'plg_system_p3p','plugin','p3p','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\"}','{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}','','',0,'0000-00-00 00:00:00',2,0),(424,'plg_system_cache','plugin','cache','system',0,0,1,1,'{\"legacy\":false,\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','','',0,'0000-00-00 00:00:00',9,0),(425,'plg_system_debug','plugin','debug','system',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','','',0,'0000-00-00 00:00:00',4,0),(426,'plg_system_log','plugin','log','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(427,'plg_system_redirect','plugin','redirect','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',6,0),(428,'plg_system_remember','plugin','remember','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',7,0),(429,'plg_system_sef','plugin','sef','system',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',8,0),(430,'plg_system_logout','plugin','logout','system',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(431,'plg_user_contactcreator','plugin','contactcreator','user',0,0,1,1,'{\"legacy\":false,\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\"}','{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(432,'plg_user_joomla','plugin','joomla','user',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2009 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{\"autoregister\":\"1\"}','','',0,'0000-00-00 00:00:00',2,0),(433,'plg_user_profile','plugin','profile','user',0,0,1,1,'{\"legacy\":false,\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(434,'plg_extension_joomla','plugin','joomla','extension',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(435,'plg_content_joomla','plugin','joomla','content',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(436,'plg_system_languagecode','plugin','languagecode','system',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',10,0),(437,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','quickicon',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(438,'plg_quickicon_extensionupdate','plugin','extensionupdate','quickicon',0,1,1,1,'{\"legacy\":false,\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(439,'plg_captcha_recaptcha','plugin','recaptcha','captcha',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(440,'plg_system_highlight','plugin','highlight','system',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',7,0),(441,'plg_content_finder','plugin','finder','content',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(442,'plg_finder_categories','plugin','categories','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(443,'plg_finder_contacts','plugin','contacts','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(444,'plg_finder_content','plugin','content','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(445,'plg_finder_newsfeeds','plugin','newsfeeds','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(446,'plg_finder_weblinks','plugin','weblinks','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_weblinks\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(500,'atomic','template','atomic','',0,1,1,0,'{\"legacy\":false,\"name\":\"atomic\",\"type\":\"template\",\"creationDate\":\"10\\/10\\/09\",\"author\":\"Ron Severdia\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"contact@kontentdesign.com\",\"authorUrl\":\"http:\\/\\/www.kontentdesign.com\",\"version\":\"2.5.0\",\"description\":\"TPL_ATOMIC_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(502,'bluestork','template','bluestork','',1,1,1,0,'{\"legacy\":false,\"name\":\"bluestork\",\"type\":\"template\",\"creationDate\":\"07\\/02\\/09\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"TPL_BLUESTORK_XML_DESCRIPTION\",\"group\":\"\"}','{\"useRoundedCorners\":\"1\",\"showSiteName\":\"0\",\"textBig\":\"0\",\"highContrast\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(503,'beez_20','template','beez_20','',0,1,1,0,'{\"legacy\":false,\"name\":\"beez_20\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ2_XML_DESCRIPTION\",\"group\":\"\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}','','',0,'0000-00-00 00:00:00',0,0),(504,'hathor','template','hathor','',1,1,1,0,'{\"legacy\":false,\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"hathor@tarrconsulting.com\",\"authorUrl\":\"http:\\/\\/www.tarrconsulting.com\",\"version\":\"2.5.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\"}','{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(505,'beez5','template','beez5','',0,1,1,0,'{\"legacy\":false,\"name\":\"beez5\",\"type\":\"template\",\"creationDate\":\"21 May 2010\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ5_XML_DESCRIPTION\",\"group\":\"\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"html5\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(600,'English (United Kingdom)','language','en-GB','',0,1,1,1,'{\"legacy\":false,\"name\":\"English (United Kingdom)\",\"type\":\"language\",\"creationDate\":\"2008-03-15\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.5\",\"description\":\"en-GB site language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(601,'English (United Kingdom)','language','en-GB','',1,1,1,1,'{\"legacy\":false,\"name\":\"English (United Kingdom)\",\"type\":\"language\",\"creationDate\":\"2008-03-15\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.5\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(700,'files_joomla','file','joomla','',0,1,1,1,'{\"legacy\":false,\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"November 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.8\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(800,'PKG_JOOMLA','package','pkg_joomla','',0,1,1,1,'{\"legacy\":false,\"name\":\"PKG_JOOMLA\",\"type\":\"package\",\"creationDate\":\"2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"http:\\/\\/www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PKG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10000,'IceAccordion Module','module','mod_ice_accordion','',0,1,0,0,'{\"legacy\":false,\"name\":\"IceAccordion Module\",\"type\":\"module\",\"creationDate\":\"November 2010\",\"author\":\"IceTheme\",\"copyright\":\"GNU \\/ GPL\",\"authorEmail\":\"info@icetheme.com\",\"authorUrl\":\"http:\\/\\/www.icetheme.com\",\"version\":\"2.5.0\",\"description\":\"\\n\\t\\n\\t <a target=\\\"_blank\\\" href=\\\"icetheme.com\\\"><b>IceAccordion  Module<\\/b><\\/a> <\\/br><br>IceAccordion Module can display a set of articles in a small area on your website in an accordion way. This Module is released under the GPL license.<br><br><ul><li><a href=\\\"http:\\/\\/icetheme.com\\/Joomla-Extensions\\/iceaccordion.html\\\">IceAccordion Page<\\/a><\\/li><li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/icetheme.com\\/Forums\\\">Discussion<\\/a><\\/li><\\/ul><\\/li><\\/ul> <\\/script> <style>.lof-group{ padding:2px;color:#666;background:#CCC;cursor:hand; font-weight:bold; cursor:pointer}<\\/style>\\n\\t\\n\\t\",\"group\":\"\"}','{\"theme\":\"\",\"auto_renderthumb\":\"1\",\"image_quanlity\":\"100\",\"main_width\":\"160\",\"main_height\":\"120\",\"hide_arrows\":\"0\",\"\":\"\",\"data_source\":\"content\",\"show_front\":\"show\",\"category_filtering_type\":\"1\",\"show_child_category_articles\":\"0\",\"levels\":\"1\",\"author_filtering_type\":\"1\",\"author_alias_filtering_type\":\"1\",\"date_filtering\":\"off\",\"date_field\":\"a.created\",\"relative_date\":\"30\",\"article_ordering\":\"a.title\",\"article_ordering_direction\":\"ASC\",\"item_heading\":\"3\",\"link_titles\":\"1\",\"show_date\":\"1\",\"show_date_field\":\"created\",\"show_date_format\":\"Y-m-d H:i:s\",\"show_category\":\"1\",\"show_hits\":\"1\",\"show_author\":\"1\",\"show_introtext\":\"1\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"15\",\"k2_source_from\":\"filter\",\"catfilter\":\"0\",\"k2_category_id\":\"\",\"getChildren\":\"0\",\"itemsOrdering\":\"\",\"FeaturedItems\":\"1\",\"popularityRange\":\"\",\"videosOnly\":\"0\",\"item\":\"\",\"items\":\"\",\"itemTitle\":\"1\",\"itemAuthor\":\"1\",\"itemIntroText\":\"1\",\"description_max_chars\":\"40\",\"itemTags\":\"1\",\"itemCategory\":\"1\",\"itemDateCreated\":\"1\",\"itemHits\":\"1\",\"itemCommentsCounter\":\"1\",\"JPlugins\":\"1\",\"K2Plugins\":\"1\",\"show_k2_preview_image\":\"1\",\"k2_preview_width\":\"100\",\"k2_preview_height\":\"100\",\"js_source_from\":\"users\",\"avatar_only\":\"1\",\"featured_member\":\"1\",\"show_karma\":\"1\",\"show_last_online\":\"1\",\"show_profile_view\":\"1\",\"show_user_status\":\"1\",\"show_all_members\":\"1\",\"users_ordering\":\"\",\"show_photo_title\":\"1\",\"show_nr_view\":\"1\",\"show_upload_by\":\"1\",\"show_photo_date\":\"1\",\"show_location\":\"1\",\"show_all_photo_link\":\"1\",\"show_nr_comments\":\"1\",\"photos_ordering\":\"\",\"show_group_desc\":\"0\",\"show_js_category\":\"1\",\"show_create_date\":\"1\",\"show_nr_members\":\"1\",\"show_nr_discussion\":\"1\",\"show_wall_post\":\"1\",\"show_all_group_link\":\"1\",\"groups_ordering\":\"\",\"show_video_desc\":\"0\",\"show_video_category\":\"1\",\"show_added_date\":\"1\",\"show_video_upload_by\":\"1\",\"show_video_nr_view\":\"1\",\"show_video_nr_comments\":\"1\",\"show_video_location\":\"1\",\"show_video_all_link\":\"1\",\"videos_ordering\":\"\",\"show_past_events\":\"0\",\"show_event_summary\":\"1\",\"show_event_category\":\"1\",\"show_event_time\":\"1\",\"show_nr_users_attending\":\"1\",\"show_event_all_link\":\"1\",\"events_ordering\":\"\",\"show_preview_image\":\"1\",\"source_from\":\"cat_ids\",\"filtering_type\":\"1\",\"sort_product\":\"\",\"preview_width\":\"200\",\"preview_height\":\"200\",\"show_preview\":\"1\",\"show_product_image\":\"1\",\"show_image_label\":\"1\",\"show_rating\":\"1\",\"show_description\":\"1\",\"show_old_price\":\"1\",\"show_price\":\"1\",\"vm_source_from\":\"cat_ids\",\"vm_filtering_type\":\"1\",\"vm_show_feature\":\"1\",\"vm_sort_product\":\"\",\"vm_preview_width\":\"200\",\"vm_preview_height\":\"200\",\"vm_show_preview\":\"1\",\"vm_show_feature_icon\":\"1\",\"vm_show_product_image\":\"1\",\"vm_show_sale_price\":\"1\",\"vm_show_description\":\"1\",\"vm_show_rating\":\"1\",\"vm_show_current_stock\":\"1\",\"vm_show_base_price\":\"0\",\"vm_show_quantity\":\"1\",\"vm_show_cart\":\"1\",\"ip_source_from\":\"ip_cat_ids\",\"ip_cat_ids\":\"0\",\"ip_agents\":\"0\",\"ip_companies\":\"0\",\"ip_filtering_type\":\"1\",\"ip_sort_product\":\"hits__desc\",\"ip_preview_width\":\"200\",\"ip_preview_height\":\"200\",\"ip_show_preview\":\"1\",\"ip_show_title\":\"1\",\"ip_show_image\":\"1\",\"ip_show_banner\":\"1\",\"ip_show_office\":\"1\",\"ip_show_saletype\":\"1\",\"ip_show_originalprice\":\"1\",\"ip_show_price\":\"1\",\"ip_show_category\":\"1\",\"ip_show_agent\":\"1\",\"ip_show_previewtext\":\"1\",\"ip_show_streetnumber\":\"1\",\"ip_show_street\":\"1\",\"ip_show_city\":\"1\",\"ip_show_postcode\":\"1\",\"ip_show_state\":\"1\",\"ip_show_province\":\"1\",\"ip_show_country\":\"1\",\"ip_show_beds\":\"1\",\"ip_show_baths\":\"1\",\"ip_show_surface\":\"1\",\"ip_show_lottype\":\"1\",\"limit_items\":\"5\",\"number_page\":\"0\",\"title_max_chars\":\"100\",\"default_item\":\"0\",\"moduleclass_sfx\":\"\",\"enable_cache\":\"0\",\"cache_time\":\"15\"}','','',0,'0000-00-00 00:00:00',0,0),(10001,'IceCarousel Module','module','mod_ice_carousel','',0,1,0,0,'{\"legacy\":false,\"name\":\"IceCarousel Module\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"IceTheme\",\"copyright\":\"GNU \\/ GPL\",\"authorEmail\":\"info@icetheme.com\",\"authorUrl\":\"http:\\/\\/www.icetheme.com\",\"version\":\"2.5.0\",\"description\":\"\\n\\t\\n\\t <a target=\\\"_blank\\\" href=\\\"icetheme.com\\\"><b>IceCarousel Module<\\/b><\\/a> <\\/br><br>IceCarousel is a very powerful Joomla module with a large set of useful parameters to filter and order your Joomla Articles.<br><br>Also the module support JoomShopping Extensions to display the products<br><br>\\n\\t <ul><li><a href=\\\"http:\\/\\/icetheme.com\\/Joomla-Extensions\\/icecarousel.html\\\">IceCarousel Page<\\/a><\\/li><li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/icetheme.com\\/Forums\\\">Discussion<\\/a><\\/li><\\/ul><\\/li><\\/ul> <style>.lof-group{ padding:2px;color:#666;background:#CCC;cursor:hand; font-weight:bold; cursor:pointer}<\\/style>\\n\\t\\n\\t\",\"group\":\"\"}','{\"theme\":\"\",\"\":\"\",\"module_width\":\"725\",\"module_height\":\"360\",\"main_width\":\"160\",\"main_height\":\"100\",\"auto_renderthumb\":\"1\",\"image_quanlity\":\"75\",\"data_source\":\"content\",\"show_front\":\"show\",\"category_filtering_type\":\"1\",\"show_child_category_articles\":\"0\",\"levels\":\"1\",\"author_filtering_type\":\"1\",\"author_alias_filtering_type\":\"1\",\"date_filtering\":\"off\",\"date_field\":\"a.created\",\"relative_date\":\"30\",\"article_ordering\":\"a.title\",\"article_ordering_direction\":\"ASC\",\"item_heading\":\"3\",\"link_titles\":\"1\",\"show_date\":\"1\",\"show_date_field\":\"created\",\"show_date_format\":\"Y-m-d H:i:s\",\"show_category\":\"1\",\"show_hits\":\"1\",\"show_author\":\"1\",\"show_introtext\":\"1\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"15\",\"k2_source_from\":\"filter\",\"catfilter\":\"0\",\"k2_category_id\":\"\",\"getChildren\":\"0\",\"itemsOrdering\":\"\",\"FeaturedItems\":\"1\",\"popularityRange\":\"\",\"videosOnly\":\"0\",\"item\":\"\",\"items\":\"\",\"itemTitle\":\"1\",\"itemAuthor\":\"1\",\"itemIntroText\":\"1\",\"description_max_chars\":\"80\",\"itemTags\":\"1\",\"itemCategory\":\"1\",\"itemDateCreated\":\"1\",\"itemHits\":\"1\",\"itemCommentsCounter\":\"1\",\"JPlugins\":\"1\",\"K2Plugins\":\"1\",\"show_k2_preview_image\":\"1\",\"k2_preview_width\":\"100\",\"k2_preview_height\":\"100\",\"js_source_from\":\"users\",\"avatar_only\":\"1\",\"featured_member\":\"1\",\"show_karma\":\"1\",\"show_last_online\":\"1\",\"show_profile_view\":\"1\",\"show_user_status\":\"1\",\"show_all_members\":\"1\",\"users_ordering\":\"\",\"show_photo_title\":\"1\",\"show_nr_view\":\"1\",\"show_upload_by\":\"1\",\"show_photo_date\":\"1\",\"show_location\":\"1\",\"show_all_photo_link\":\"1\",\"show_nr_comments\":\"1\",\"photos_ordering\":\"\",\"show_group_desc\":\"0\",\"show_js_category\":\"1\",\"show_create_date\":\"1\",\"show_nr_members\":\"1\",\"show_nr_discussion\":\"1\",\"show_wall_post\":\"1\",\"show_all_group_link\":\"1\",\"groups_ordering\":\"\",\"show_video_desc\":\"0\",\"show_video_category\":\"1\",\"show_added_date\":\"1\",\"show_video_upload_by\":\"1\",\"show_video_nr_view\":\"1\",\"show_video_nr_comments\":\"1\",\"show_video_location\":\"1\",\"show_video_all_link\":\"1\",\"videos_ordering\":\"\",\"show_past_events\":\"0\",\"show_event_summary\":\"1\",\"show_event_category\":\"1\",\"show_event_time\":\"1\",\"show_nr_users_attending\":\"1\",\"show_event_all_link\":\"1\",\"events_ordering\":\"\",\"show_preview_image\":\"1\",\"source_from\":\"cat_ids\",\"filtering_type\":\"1\",\"sort_product\":\"\",\"preview_width\":\"200\",\"preview_height\":\"200\",\"show_preview\":\"1\",\"show_product_image\":\"1\",\"show_image_label\":\"1\",\"show_rating\":\"1\",\"show_description\":\"1\",\"show_old_price\":\"1\",\"show_price\":\"1\",\"vm_source_from\":\"cat_ids\",\"vm_filtering_type\":\"1\",\"vm_show_feature\":\"1\",\"vm_sort_product\":\"\",\"vm_preview_width\":\"200\",\"vm_preview_height\":\"200\",\"vm_show_preview\":\"1\",\"vm_show_product_image\":\"1\",\"vm_show_feature_icon\":\"1\",\"vm_show_sale_price\":\"1\",\"vm_show_base_price\":\"0\",\"vm_show_description\":\"1\",\"vm_show_current_stock\":\"1\",\"vm_show_rating\":\"1\",\"vm_show_quantity\":\"1\",\"vm_show_cart\":\"1\",\"ip_source_from\":\"ip_cat_ids\",\"ip_cat_ids\":\"0\",\"ip_agents\":\"0\",\"ip_companies\":\"0\",\"ip_filtering_type\":\"1\",\"ip_sort_product\":\"hits__desc\",\"ip_preview_width\":\"200\",\"ip_preview_height\":\"200\",\"ip_show_preview\":\"1\",\"ip_show_title\":\"1\",\"ip_show_image\":\"1\",\"ip_show_banner\":\"1\",\"ip_show_office\":\"1\",\"ip_show_saletype\":\"1\",\"ip_show_originalprice\":\"1\",\"ip_show_price\":\"1\",\"ip_show_category\":\"1\",\"ip_show_agent\":\"1\",\"ip_show_previewtext\":\"1\",\"ip_show_streetnumber\":\"1\",\"ip_show_street\":\"1\",\"ip_show_city\":\"1\",\"ip_show_postcode\":\"1\",\"ip_show_state\":\"1\",\"ip_show_province\":\"1\",\"ip_show_country\":\"1\",\"ip_show_beds\":\"1\",\"ip_show_baths\":\"1\",\"ip_show_surface\":\"1\",\"ip_show_lottype\":\"1\",\"limit_items\":\"12\",\"max_items_per_page\":\"4\",\"interval\":\"5000\",\"duration\":\"500\",\"transition\":\"Fx.Transitions.Quad.easeInOut\",\"navigator_pos\":\"bottom\",\"auto_start\":\"0\",\"title_max_chars\":\"40\",\"moduleclass_sfx\":\"\",\"enable_ajax\":\"1\",\"enable_cache\":\"0\",\"cache_time\":\"15\"}','','',0,'0000-00-00 00:00:00',0,0),(10002,'IceVerticalMenu Module','module','mod_ice_verticalmenu','',0,1,0,0,'{\"legacy\":false,\"name\":\"IceVerticalMenu Module\",\"type\":\"module\",\"creationDate\":\"March 2011\",\"author\":\"IceTheme\",\"copyright\":\"GNU \\/ GPL\",\"authorEmail\":\"info@icetheme.com\",\"authorUrl\":\"http:\\/\\/www.icetheme.com\",\"version\":\"1.6.0\",\"description\":\"IceVerticalMenu extension is a powerful Joomla (module + plugin) to help you take the most from the navigation system. Top features includes ability to split dropdown columns, option to load modules inside the dropdown, works without JavaScript and much more.\",\"group\":\"\"}','{\"theme_style\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"class_sfx\":\"\",\"window_open\":\"\",\"tag_id\":\"\",\"js_effect\":\"slide & fade\",\"js_physics\":\"Fx.Transitions.Pow.easeOut\",\"js_duration\":\"600\",\"js_hideDelay\":\"1000\",\"js_opacity\":\"95\",\"use_js\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"30\",\"menu_images\":\"0\",\"menu_images_align\":\"0\",\"menu_images_link\":\"0\",\"expand_menu\":\"0\",\"activate_parent\":\"0\",\"full_active_id\":\"0\",\"@spacer\":\"\",\"indent_image\":\"0\",\"indent_image1\":\"\",\"indent_image2\":\"\",\"indent_image3\":\"\",\"indent_image4\":\"\",\"indent_image5\":\"\",\"indent_image6\":\"\",\"spacer\":\"\",\"end_spacer\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10003,'IceMegaMenu Module','module','mod_icemegamenu','',0,1,0,0,'{\"legacy\":false,\"name\":\"IceMegaMenu Module\",\"type\":\"module\",\"creationDate\":\"March 2011\",\"author\":\"IceTheme\",\"copyright\":\"GNU \\/ GPL\",\"authorEmail\":\"info@icetheme.com\",\"authorUrl\":\"http:\\/\\/www.icetheme.com\",\"version\":\"1.6.0\",\"description\":\"IceMegaMenu extension is a powerful Joomla (module + plugin) to help you take the most from the navigation system. Top features includes ability to split dropdown columns, option to load modules inside the dropdown, works without JavaScript and much more.\",\"group\":\"\"}','{\"theme_style\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"class_sfx\":\"\",\"window_open\":\"\",\"tag_id\":\"\",\"js_effect\":\"slide & fade\",\"js_physics\":\"Fx.Transitions.Pow.easeOut\",\"js_duration\":\"600\",\"js_hideDelay\":\"1000\",\"js_opacity\":\"95\",\"use_js\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"30\",\"menu_images\":\"0\",\"menu_images_align\":\"0\",\"menu_images_link\":\"0\",\"expand_menu\":\"0\",\"activate_parent\":\"0\",\"full_active_id\":\"0\",\"@spacer\":\"\",\"indent_image\":\"0\",\"indent_image1\":\"\",\"indent_image2\":\"\",\"indent_image3\":\"\",\"indent_image4\":\"\",\"indent_image5\":\"\",\"indent_image6\":\"\",\"spacer\":\"\",\"end_spacer\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10004,'IcePanel Module','module','mod_icepanel','',0,1,0,0,'{\"legacy\":false,\"name\":\"IcePanel Module\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"IceTheme\",\"copyright\":\"GNU \\/ GPL\",\"authorEmail\":\"info@icetheme.com\",\"authorUrl\":\"http:\\/\\/www.icetheme.com\",\"version\":\"1.7.0\",\"description\":\"Get the most from your modules panel by using IcePanel module which provides exeptional features to amaze your visitors\\n    \",\"group\":\"\"}','{\"theme\":\"default-white\",\"group\":\"file\",\"file1\":\"450\",\"file2\":\"450\",\"file3\":\"450\",\"file4\":\"450\",\"file5\":\"450\",\"file6\":\"450\",\"panel_width\":\"auto\",\"panel_height\":\"300\",\"panel_position\":\"top\",\"button_position\":\"center\",\"\":\"\",\"text_open\":\"Open\",\"text_close\":\"Close\",\"opacity\":\"100\",\"margin_position\":\"\",\"fix_panel\":\"0\",\"display_close_button\":\"1\",\"duration\":\"1000\",\"effect\":\"Fx.Transitions.Sine.easeInOut\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10005,'IceSlideshow Module','module','mod_iceslideshow','',0,1,0,0,'{\"legacy\":false,\"name\":\"IceSlideshow Module\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"IceTheme\",\"copyright\":\"GNU \\/ GPL\",\"authorEmail\":\"info@icetheme.com\",\"authorUrl\":\"http:\\/\\/www.icetheme.com\",\"version\":\"1.7.0\",\"description\":\"Get the most from your website slideshow by using IceSlideShow module which provides exeptional features to amaze your visitors\\n\\t\",\"group\":\"\"}','{\"theme\":\"default-white\",\"imagemain_width\":\"730\",\"imagemain_height\":\"380\",\"image_quanlity\":\"95\",\"limit_items\":\"5\",\"display_button\":\"1\",\"show_readmore\":\"1\",\"description_max_chars\":\"100\",\"auto_strip_tags\":\"1\",\"group\":\"content\",\"source\":\"content_category\",\"article_ids\":\"\",\"content_category\":\"\",\"ordering\":\"created_asc\",\"file1\":\"450\",\"file2\":\"450\",\"file3\":\"450\",\"file4\":\"450\",\"file5\":\"450\",\"file6\":\"450\",\"file7\":\"450\",\"file8\":\"450\",\"file9\":\"450\",\"file10\":\"450\",\"file11\":\"450\",\"file12\":\"450\",\"file13\":\"450\",\"file14\":\"450\",\"file15\":\"450\",\"file16\":\"450\",\"file17\":\"450\",\"file18\":\"450\",\"file19\":\"450\",\"file20\":\"450\",\"file21\":\"450\",\"file22\":\"450\",\"file23\":\"450\",\"file24\":\"450\",\"file25\":\"450\",\"file26\":\"450\",\"file27\":\"450\",\"file28\":\"450\",\"file29\":\"450\",\"file30\":\"450\",\"navigator_pos\":\"top\",\"navitem_width\":\"12\",\"navitem_height\":\"12\",\"max_items_display\":\"3\",\"auto_renderthumb\":\"1\",\"thumbnail_width\":\"60\",\"thumbnail_height\":\"60\",\"title_max_chars\":\"100\",\"layout_style\":\"vrdown\",\"zoom\":\"50\",\"pan\":\"50\",\"pansize\":\"30\",\"slide_duration\":\"2000\",\"wdirection\":\"left\",\"auto_start\":\"1\",\"interval\":\"4000\",\"duration\":\"1000\",\"effect\":\"Fx.Transitions.Sine.easeInOut\",\"preload\":\"1\",\"slide_caption\":\"1\",\"caption_duration\":\"1200\",\"caption_height\":\"70\",\"caption_opacity\":\"0.7\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10006,'mod_tweetdisplayback','module','mod_tweetdisplayback','',0,1,0,0,'{\"legacy\":false,\"name\":\"mod_tweetdisplayback\",\"type\":\"module\",\"creationDate\":\"January 2011\",\"author\":\"Michael Babker\",\"copyright\":\"(C) 2010-2011 Michael Babker\",\"authorEmail\":\"mbabker@flbab.com\",\"authorUrl\":\"http:\\/\\/www.flbab.com\",\"version\":\"2.1.1\",\"description\":\"MOD_TWEETDISPLAYBACK_XML_DESCRIPTION\",\"group\":\"\"}','{\"twitterFeedType\":\"user\",\"twitterCount\":\"3\",\"templateLayout\":\"default\",\"templateWidget\":\"profile\",\"templateCSS3\":\"0\",\"widgetLive\":\"true\",\"widgetScroll\":\"true\",\"widgetLoadBehavior\":\"default\",\"widgetInterval\":\"6\",\"widgetLoop\":\"true\",\"widgetAvatar\":\"true\",\"widgetTimestamp\":\"true\",\"widgetHashtag\":\"true\",\"widgetTopTweet\":\"true\",\"widgetShellBackground\":\"#8ec1da\",\"widgetShellText\":\"#ffffff\",\"widgetTweetBackground\":\"#ffffff\",\"widgetTweetText\":\"#444444\",\"widgetTweetLinks\":\"#1985b5\",\"widgetWidth\":\"250\",\"widgetHeight\":\"300\",\"headerDisplay\":\"1\",\"headerUser\":\"1\",\"headerName\":\"0\",\"headerAvatar\":\"1\",\"headerAvatarAlignment\":\"left\",\"headerBio\":\"1\",\"headerWeb\":\"1\",\"headerLocation\":\"1\",\"tweetAvatar\":\"1\",\"tweetAlignment\":\"left\",\"tweetName\":\"1\",\"tweetUserSeparator\":\" \",\"tweetCreated\":\"1\",\"tweetRelativeTime\":\"1\",\"tweetReply\":\"1\",\"tweetRetweetCount\":\"1\",\"tweetSource\":\"1\",\"tweetLocation\":\"0\",\"tweetRetweets\":\"1\",\"tweetLinks\":\"1\",\"showMentions\":\"1\",\"showReplies\":\"1\",\"overrideCount\":\"0\",\"tweetsToScan\":\"3\",\"footerFollowLink\":\"1\",\"footerFollowType\":\"1\",\"footerFollowImg\":\"a\",\"footerFollowImgMeUs\":\"follow_me\",\"footerFollowText\":\"Follow me on Twitter\",\"footerPoweredBy\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"bypassLimit\":\"0\",\"bypassIntent\":\"0\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10007,'System - Ice Speed','plugin','ice_speed','system',0,1,1,0,'{\"legacy\":true,\"name\":\"System - Ice Speed\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"IceTheme\",\"copyright\":\"Copyright (C) 2010 IceTheme\",\"authorEmail\":\"info@icetheme.com\",\"authorUrl\":\"http:\\/\\/www.icetheme.com\",\"version\":\"1.7.0\",\"description\":\"\\n\\t\\n\\t\\tIceSpeed Plugin decrease the loading time of your website by compressing, optimizing, merging CSS and JavaScript on your website.\\n\\t\\n\",\"group\":\"\"}','{\"optimize_engine\":\"minify\",\"use_yui\":\"1\",\"optimize_html\":\"0\",\"optimize_css\":\"compress\",\"optimize_js\":\"compress\",\"enable_gzip\":\"0\",\"lazy_load\":\"0\",\"container_lazy\":\"\",\"enable_cache\":\"0\",\"cachetime\":\"15\",\"menu\":\"\",\"button_clearcache\":\"allow_admin\",\"token\":\"ice\"}','','',0,'0000-00-00 00:00:00',0,0),(10008,'IceMegaMenu Plugin','plugin','icemegamenu','system',0,1,1,0,'{\"legacy\":false,\"name\":\"IceMegaMenu Plugin\",\"type\":\"plugin\",\"creationDate\":\"Mrch 2011\",\"author\":\"www.icetheme.com\",\"copyright\":\"Copyright (C) Copyright  2008 - 2011 IceTheme.com. All rights reserved.\",\"authorEmail\":\"info@icethemes.com\",\"authorUrl\":\"http:\\/\\/www.icethemes.com\",\"version\":\"1.6.0\",\"description\":\"IceMegaMenu plugin used in conjuction with the IceMegaMenu Module. You may change the paramters to each menu item throught the Menu Manager\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10010,'JE Social Icons','module','mod_je_social','',0,1,0,0,'{\"legacy\":false,\"name\":\"JE Social Icons\",\"type\":\"module\",\"creationDate\":\"2012 September\",\"author\":\"jExtensions.com\",\"copyright\":\"jExtensions.com\",\"authorEmail\":\"support@jExtensions.com\",\"authorUrl\":\"www.jExtensions.com\",\"version\":\"2.5.0\",\"description\":\"\\n\\t\\n\\t<h1>JE Social Icons Module<\\/h1>\\n\\t<div style=\\\"margin:0 0 0 10px; font-size:15px;\\\">Download more free extensions at <a href=\\\"http:\\/\\/jextensions.com\\\" target=\\\"_blank\\\">jExtensions.com<\\/a>;\\n\\t<br\\/> Get support for this Joomla 2.5 module on the official <a href=\\\"http:\\/\\/jextensions.com\\/social-icons-module\\\" target=\\\"_blank\\\">JE Social Icons<\\/a> page.<\\/div><br\\/>\\n\\t<br\\/>\\n\\t\\t\\n\\t\",\"group\":\"\"}','{\"style\":\"0\",\"twitter\":\"\",\"facebook\":\"\",\"flickr\":\"\",\"pinterest\":\"\",\"friendfeed\":\"\",\"delicious\":\"\",\"digg\":\"\",\"lastfm\":\"\",\"linkedin\":\"\",\"youtube\":\"\",\"feed\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10011,'Fox Contact','module','mod_foxcontact','',0,1,0,0,'{\"legacy\":false,\"name\":\"Fox Contact\",\"type\":\"module\",\"creationDate\":\"Unknown\",\"author\":\"Demis Palma\",\"copyright\":\"Demis Palma\",\"authorEmail\":\"demis@fox.ra.it\",\"authorUrl\":\"http:\\/\\/www.fox.ra.it\\/\",\"version\":\"2.0.19\",\"description\":\"MOD_FOXCONTACT_DESCRIPTION\",\"group\":\"\"}','{\"form_width\":\"100\",\"form_unit\":\"%\",\"customhtml0display\":\"1\",\"customhtml0order\":\"-1000\",\"customhtml1display\":\"1\",\"customhtml1order\":\"1000\",\"labelsdisplay\":\"0\",\"labelswidth\":\"230\",\"labelsunit\":\"px\",\"sender0display\":\"2\",\"sender0order\":\"5\",\"sender1display\":\"2\",\"sender1order\":\"10\",\"sender1isemail\":\"1\",\"senderwidth\":\"85\",\"senderunit\":\"%\",\"text0display\":\"1\",\"text0order\":\"15\",\"text1display\":\"0\",\"text1order\":\"20\",\"text2display\":\"0\",\"text2order\":\"25\",\"text3display\":\"0\",\"text3order\":\"30\",\"text4display\":\"0\",\"text4order\":\"35\",\"text5display\":\"0\",\"text5order\":\"40\",\"text6display\":\"0\",\"text6order\":\"45\",\"text7display\":\"0\",\"text7order\":\"50\",\"text8display\":\"0\",\"text8order\":\"55\",\"text9display\":\"0\",\"text9order\":\"60\",\"textwidth\":\"85\",\"textunit\":\"%\",\"dropdown0display\":\"1\",\"dropdown0order\":\"65\",\"dropdown1display\":\"0\",\"dropdown1order\":\"70\",\"dropdown2display\":\"0\",\"dropdown2order\":\"75\",\"dropdownwidth\":\"85\",\"dropdownunit\":\"%\",\"textarea0display\":\"1\",\"textarea0order\":\"80\",\"textarea1display\":\"0\",\"textarea1order\":\"85\",\"textarea2display\":\"0\",\"textarea2order\":\"90\",\"textareawidth\":\"85\",\"textareaheight\":\"180\",\"textareaunit\":\"%\",\"checkbox0display\":\"1\",\"checkbox0order\":\"95\",\"checkbox1display\":\"0\",\"checkbox1order\":\"100\",\"checkbox2display\":\"0\",\"checkbox2order\":\"105\",\"checkbox3display\":\"0\",\"checkbox3order\":\"110\",\"checkbox4display\":\"0\",\"checkbox4order\":\"115\",\"uploaddisplay\":\"0\",\"uploadmethod\":\"1\",\"uploadmax_file_size\":\"10000\",\"upload_filter\":\"1\",\"upload_audio\":\"0\",\"upload_video\":\"0\",\"upload_images\":\"1\",\"upload_documents\":\"1\",\"upload_archives\":\"1\",\"submittype\":\"0\",\"submiticon\":\"\",\"resetbutton\":\"0\",\"resettype\":\"0\",\"reseticon\":\"\",\"email_sent_action\":\"0\",\"email_sent_textdisplay\":\"1\",\"copy_to_submitter\":\"1\",\"email_copy_summary\":\"0\",\"spam_check\":\"1\",\"spam_detected_textdisplay\":\"1\",\"stdcaptchadisplay\":\"0\",\"stdcaptchatype\":\"0\",\"stdcaptcha_length\":\"5\",\"stdcaptchawidth\":\"150\",\"stdcaptchaheight\":\"75\",\"stdcaptchafont\":\"\",\"stdcaptchafontmin\":\"14\",\"stdcaptchafontmax\":\"20\",\"stdcaptchaangle\":\"20\",\"stdcaptcha_backgroundcolor\":\"#ffffff\",\"stdcaptcha_textcolor\":\"#191919\",\"stdcaptcha_disturbcolor\":\"#c8c8c8\",\"stylesheet\":\"neon.css\",\"acymailing\":\"0\",\"acymailing_checkboxes\":\"hidden|hidden\",\"acymailing_auto_checked\":\"0\",\"jnews\":\"0\",\"jnews_checkboxes\":\"hidden|hidden\",\"jnews_auto_checked\":\"0\",\"othernewsletters\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10012,'com_foxcontact','component','com_foxcontact','',1,1,0,0,'{\"legacy\":false,\"name\":\"COM_FOXCONTACT\",\"type\":\"component\",\"creationDate\":\"Unknown\",\"author\":\"Demis Palma\",\"copyright\":\"Demis Palma\",\"authorEmail\":\"demis@fox.ra.it\",\"authorUrl\":\"http:\\/\\/www.fox.ra.it\\/\",\"version\":\"2.0.19\",\"description\":\"COM_FOXCONTACT_DESCRIPTION\",\"group\":\"\"}','{\"adminemailfrom\":{\"select\":\"admin\"},\"adminemailreplyto\":{\"select\":\"submitter\"},\"submitteremailfrom\":{\"select\":\"admin\"},\"submitteremailreplyto\":{\"select\":\"admin\"}}','','',0,'0000-00-00 00:00:00',0,0),(10079,'OT Scroller','module','mod_ot_scroller','',0,1,0,0,'{\"legacy\":false,\"name\":\"OT Scroller\",\"type\":\"module\",\"creationDate\":\"May 2012\",\"author\":\"OmegaTheme.com\",\"copyright\":\"Copyright (C) 2012 OmegaTheme.com. All rights reserved.\",\"authorEmail\":\"services@omegatheme.com\",\"authorUrl\":\"http:\\/\\/omegatheme.com\",\"version\":\"2.5.0\",\"description\":\"OT Images Scroller\",\"group\":\"\"}','{\"type\":\"png\",\"folder\":\"modules\\/mod_ot_scroller\\/images\\/demo\\/\",\"modwidth\":\"700px\",\"scrollheight\":\"111px\",\"imgperframe\":\"6\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"Loadjquery\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10081,'mod_ot_slidelatestproducts','module','mod_ot_slidelatestproducts','',0,1,0,0,'{\"legacy\":true,\"name\":\"mod_ot_slidelatestproducts\",\"type\":\"module\",\"creationDate\":\"February 2011\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2011 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.virtuemart.net\",\"version\":\"2.0.0RC3\",\"description\":\"mod_ot_slidelatestproducts_DESC\",\"group\":\"\"}','{\"layout\":\"default\",\"product_group\":\"featured\",\"max_items\":\"2\",\"products_per_row\":\"1\",\"display_style\":\"list\",\"show_price\":\"1\",\"show_addtocart\":\"1\",\"@spacer\":\"\",\"headerText\":\"\",\"footerText\":\"\",\"filter_category\":\"0\",\"cache\":\"1\",\"moduleclass_sfx\":\"\",\"class_sfx\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10082,'mod_ot_vmcategory','module','mod_ot_vmcategory','',0,1,0,0,'{\"legacy\":true,\"name\":\"mod_ot_vmcategory\",\"type\":\"module\",\"creationDate\":\"February 2011\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2011 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.virtuemart.net\",\"version\":\"2.0.0RC3\",\"description\":\"MOD_VIRTUEMART_CATEGORY_DESC\",\"group\":\"\"}','{\"layout\":\"default\",\"cache\":\"1\",\"class_sfx\":\"\",\"count\":\"3\"}','','',0,'0000-00-00 00:00:00',0,0),(10080,'Ot Simple Slider','module','mod_ot_simpleslider','',0,1,0,0,'{\"legacy\":false,\"name\":\"Ot Simple Slider\",\"type\":\"module\",\"creationDate\":\"July 2011\",\"author\":\"OmegaTheme.com\",\"copyright\":\"Copyright (C) 2008 - 2011 OmegaTheme. All Rights Reserved.\",\"authorEmail\":\"services@omegatheme.com\",\"authorUrl\":\"http:\\/\\/omegatheme.com\",\"version\":\"1.7.0\",\"description\":\"MEGASIMPLE SLIDER\",\"group\":\"\"}','{\"moduleclass_sfx\":\"\",\"type\":\"jpg\",\"folder\":\"modules\\/mod_ot_simpleslider\\/images\\/banner\\/\",\"width\":\"960\",\"height\":\"391\",\"cache\":\"0\",\"cache_time\":\"900\",\"Loadjquery\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10065,'VirtueMart Fallback Redirect Plugin','plugin','vm_redirect','system',0,0,1,0,'','','','',0,'0000-00-00 00:00:00',0,0),(10069,'virtuemart_allinone','component','com_virtuemart_allinone','',1,1,0,0,'{\"legacy\":true,\"name\":\"VirtueMart_allinone\",\"type\":\"component\",\"creationDate\":\"January 09 2013\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2012 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.virtuemart.net\",\"version\":\"2.0.18a\",\"description\":\"\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10070,'Standard','plugin','standard','vmpayment',0,1,1,0,'{\"legacy\":true,\"name\":\"VMPAYMENT_STANDARD\",\"type\":\"plugin\",\"creationDate\":\"January 09 2013\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2012 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.virtuemart.net\",\"version\":\"2.0.18a\",\"description\":\"Standard payment plugin\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10071,'virtuemart','component','com_virtuemart','',1,1,0,0,'{\"legacy\":true,\"name\":\"VIRTUEMART\",\"type\":\"component\",\"creationDate\":\"January 09 2013\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2012 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"max|at|virtuemart.net\",\"authorUrl\":\"http:\\/\\/www.virtuemart.net\",\"version\":\"2.0.18a\",\"description\":\"\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10072,'templatename','template','templatename','',0,0,1,0,'{\"legacy\":false,\"name\":\"templatename\",\"type\":\"template\",\"creationDate\":\"xxxx-xx-xx\",\"author\":\"your name\",\"copyright\":\"Copyright \\u00a9 xxxx example.com\",\"authorEmail\":\"your.name@example.com\",\"authorUrl\":\"http:\\/\\/www.example.com\",\"version\":\"1.0.0\",\"description\":\" \\n\\t\\t<h1>templatename<\\/h1>\\n\\t\\t<p>Created by <a href=\\\"http:\\/\\/www.example.com\\\" target=\\\"_blank\\\">your name | example.com<\\/a>.<\\/p>\\n\\t\",\"group\":\"\"}','{\"modernizr\":\"0\",\"cssmethod\":\"css\",\"foundation\":\"0\",\"bootstrap\":\"0\",\"fontawesome\":\"0\",\"jquery\":\"0\",\"pie\":\"0\",\"disablejs\":\"0\",\"fnjs\":\"mootools-core.js,caption.js\",\"disablecss\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10075,'templateck','component','com_templateck','',1,1,0,0,'{\"legacy\":false,\"name\":\"templateck\",\"type\":\"component\",\"creationDate\":\"2011\",\"author\":\"C\\u00e9dric KEIFLIN\",\"copyright\":\"C\\u00e9dric KEIFLIN\",\"authorEmail\":\"ced1870@gmail.com\",\"authorUrl\":\"http:\\/\\/www.template-creator.com\",\"version\":\"2.1.11\",\"description\":\"CK_TEMPLATECK_DESC\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10076,'templatecreatorck','template','templatecreatorck','',0,0,1,0,'{\"legacy\":false,\"name\":\"templatecreatorck\",\"type\":\"template\",\"creationDate\":\"Septembre 2011\",\"author\":\"C\\u00e9dric KEIFLIN\",\"copyright\":\"Copyright (C) 2011 C\\u00e9dric KEIFLIN\",\"authorEmail\":\"ced1870@gmail.com\",\"authorUrl\":\"http:\\/\\/www.template-creator.com\",\"version\":\"1.0.0\",\"description\":\"Empty template for Template Creator\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10077,'templatecreatorck','package','pkg_templatecreatorck','',0,1,1,0,'{\"legacy\":false,\"name\":\"Template Creator Package\",\"type\":\"package\",\"creationDate\":\"Juillet 2012\",\"author\":\"C\\u00e9dric KEIFLIN\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.1.11\",\"description\":\"Template Creator CK Installer Package : The component Template Creator CK and the preview template have been installed successfully.\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0);
/*!40000 ALTER TABLE `m9qyl_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_filters`
--

DROP TABLE IF EXISTS `m9qyl_finder_filters`;
CREATE TABLE `m9qyl_finder_filters` (
  `filter_id` int(10) unsigned NOT NULL auto_increment,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL default '1',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL,
  `created_by_alias` varchar(255) NOT NULL,
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL default '0',
  `checked_out` int(10) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `map_count` int(10) unsigned NOT NULL default '0',
  `data` text NOT NULL,
  `params` mediumtext,
  PRIMARY KEY  (`filter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_filters`
--

LOCK TABLES `m9qyl_finder_filters` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_filters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links`
--

DROP TABLE IF EXISTS `m9qyl_finder_links`;
CREATE TABLE `m9qyl_finder_links` (
  `link_id` int(10) unsigned NOT NULL auto_increment,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(255) default NULL,
  `description` varchar(255) default NULL,
  `indexdate` datetime NOT NULL default '0000-00-00 00:00:00',
  `md5sum` varchar(32) default NULL,
  `published` tinyint(1) NOT NULL default '1',
  `state` int(5) default '1',
  `access` int(5) default '0',
  `language` varchar(8) NOT NULL,
  `publish_start_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_end_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `start_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `list_price` double unsigned NOT NULL default '0',
  `sale_price` double unsigned NOT NULL default '0',
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL,
  PRIMARY KEY  (`link_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_title` (`title`),
  KEY `idx_md5` (`md5sum`),
  KEY `idx_url` (`url`(75)),
  KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links`
--

LOCK TABLES `m9qyl_finder_links` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms0`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms0`;
CREATE TABLE `m9qyl_finder_links_terms0` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms0`
--

LOCK TABLES `m9qyl_finder_links_terms0` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms0` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms0` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms1`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms1`;
CREATE TABLE `m9qyl_finder_links_terms1` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms1`
--

LOCK TABLES `m9qyl_finder_links_terms1` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms1` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms1` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms2`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms2`;
CREATE TABLE `m9qyl_finder_links_terms2` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms2`
--

LOCK TABLES `m9qyl_finder_links_terms2` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms2` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms2` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms3`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms3`;
CREATE TABLE `m9qyl_finder_links_terms3` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms3`
--

LOCK TABLES `m9qyl_finder_links_terms3` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms3` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms3` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms4`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms4`;
CREATE TABLE `m9qyl_finder_links_terms4` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms4`
--

LOCK TABLES `m9qyl_finder_links_terms4` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms4` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms4` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms5`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms5`;
CREATE TABLE `m9qyl_finder_links_terms5` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms5`
--

LOCK TABLES `m9qyl_finder_links_terms5` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms5` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms5` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms6`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms6`;
CREATE TABLE `m9qyl_finder_links_terms6` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms6`
--

LOCK TABLES `m9qyl_finder_links_terms6` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms6` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms6` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms7`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms7`;
CREATE TABLE `m9qyl_finder_links_terms7` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms7`
--

LOCK TABLES `m9qyl_finder_links_terms7` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms7` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms8`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms8`;
CREATE TABLE `m9qyl_finder_links_terms8` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms8`
--

LOCK TABLES `m9qyl_finder_links_terms8` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms8` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms8` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_terms9`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_terms9`;
CREATE TABLE `m9qyl_finder_links_terms9` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_terms9`
--

LOCK TABLES `m9qyl_finder_links_terms9` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms9` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_terms9` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_termsa`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_termsa`;
CREATE TABLE `m9qyl_finder_links_termsa` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_termsa`
--

LOCK TABLES `m9qyl_finder_links_termsa` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsa` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_termsb`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_termsb`;
CREATE TABLE `m9qyl_finder_links_termsb` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_termsb`
--

LOCK TABLES `m9qyl_finder_links_termsb` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsb` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_termsc`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_termsc`;
CREATE TABLE `m9qyl_finder_links_termsc` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_termsc`
--

LOCK TABLES `m9qyl_finder_links_termsc` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsc` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_termsd`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_termsd`;
CREATE TABLE `m9qyl_finder_links_termsd` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_termsd`
--

LOCK TABLES `m9qyl_finder_links_termsd` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsd` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsd` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_termse`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_termse`;
CREATE TABLE `m9qyl_finder_links_termse` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_termse`
--

LOCK TABLES `m9qyl_finder_links_termse` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_termse` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_termse` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_links_termsf`
--

DROP TABLE IF EXISTS `m9qyl_finder_links_termsf`;
CREATE TABLE `m9qyl_finder_links_termsf` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_links_termsf`
--

LOCK TABLES `m9qyl_finder_links_termsf` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsf` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_links_termsf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_taxonomy`
--

DROP TABLE IF EXISTS `m9qyl_finder_taxonomy`;
CREATE TABLE `m9qyl_finder_taxonomy` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `parent_id` int(10) unsigned NOT NULL default '0',
  `title` varchar(255) NOT NULL,
  `state` tinyint(1) unsigned NOT NULL default '1',
  `access` tinyint(1) unsigned NOT NULL default '0',
  `ordering` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `parent_id` (`parent_id`),
  KEY `state` (`state`),
  KEY `ordering` (`ordering`),
  KEY `access` (`access`),
  KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_taxonomy`
--

LOCK TABLES `m9qyl_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `m9qyl_finder_taxonomy` VALUES (1,0,'ROOT',0,0,0);
/*!40000 ALTER TABLE `m9qyl_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_taxonomy_map`
--

DROP TABLE IF EXISTS `m9qyl_finder_taxonomy_map`;
CREATE TABLE `m9qyl_finder_taxonomy_map` (
  `link_id` int(10) unsigned NOT NULL,
  `node_id` int(10) unsigned NOT NULL,
  PRIMARY KEY  (`link_id`,`node_id`),
  KEY `link_id` (`link_id`),
  KEY `node_id` (`node_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_taxonomy_map`
--

LOCK TABLES `m9qyl_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_taxonomy_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_terms`
--

DROP TABLE IF EXISTS `m9qyl_finder_terms`;
CREATE TABLE `m9qyl_finder_terms` (
  `term_id` int(10) unsigned NOT NULL auto_increment,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL default '0',
  `phrase` tinyint(1) unsigned NOT NULL default '0',
  `weight` float unsigned NOT NULL default '0',
  `soundex` varchar(75) NOT NULL,
  `links` int(10) NOT NULL default '0',
  PRIMARY KEY  (`term_id`),
  UNIQUE KEY `idx_term` (`term`),
  KEY `idx_term_phrase` (`term`,`phrase`),
  KEY `idx_stem_phrase` (`stem`,`phrase`),
  KEY `idx_soundex_phrase` (`soundex`,`phrase`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_terms`
--

LOCK TABLES `m9qyl_finder_terms` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_terms` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_terms_common`
--

DROP TABLE IF EXISTS `m9qyl_finder_terms_common`;
CREATE TABLE `m9qyl_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL,
  KEY `idx_word_lang` (`term`,`language`),
  KEY `idx_lang` (`language`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_terms_common`
--

LOCK TABLES `m9qyl_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_terms_common` DISABLE KEYS */;
INSERT INTO `m9qyl_finder_terms_common` VALUES ('a','en'),('about','en'),('after','en'),('ago','en'),('all','en'),('am','en'),('an','en'),('and','en'),('ani','en'),('any','en'),('are','en'),('aren\'t','en'),('as','en'),('at','en'),('be','en'),('but','en'),('by','en'),('for','en'),('from','en'),('get','en'),('go','en'),('how','en'),('if','en'),('in','en'),('into','en'),('is','en'),('isn\'t','en'),('it','en'),('its','en'),('me','en'),('more','en'),('most','en'),('must','en'),('my','en'),('new','en'),('no','en'),('none','en'),('not','en'),('noth','en'),('nothing','en'),('of','en'),('off','en'),('often','en'),('old','en'),('on','en'),('onc','en'),('once','en'),('onli','en'),('only','en'),('or','en'),('other','en'),('our','en'),('ours','en'),('out','en'),('over','en'),('page','en'),('she','en'),('should','en'),('small','en'),('so','en'),('some','en'),('than','en'),('thank','en'),('that','en'),('the','en'),('their','en'),('theirs','en'),('them','en'),('then','en'),('there','en'),('these','en'),('they','en'),('this','en'),('those','en'),('thus','en'),('time','en'),('times','en'),('to','en'),('too','en'),('true','en'),('under','en'),('until','en'),('up','en'),('upon','en'),('use','en'),('user','en'),('users','en'),('veri','en'),('version','en'),('very','en'),('via','en'),('want','en'),('was','en'),('way','en'),('were','en'),('what','en'),('when','en'),('where','en'),('whi','en'),('which','en'),('who','en'),('whom','en'),('whose','en'),('why','en'),('wide','en'),('will','en'),('with','en'),('within','en'),('without','en'),('would','en'),('yes','en'),('yet','en'),('you','en'),('your','en'),('yours','en');
/*!40000 ALTER TABLE `m9qyl_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_tokens`
--

DROP TABLE IF EXISTS `m9qyl_finder_tokens`;
CREATE TABLE `m9qyl_finder_tokens` (
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL default '0',
  `phrase` tinyint(1) unsigned NOT NULL default '0',
  `weight` float unsigned NOT NULL default '1',
  `context` tinyint(1) unsigned NOT NULL default '2',
  KEY `idx_word` (`term`),
  KEY `idx_context` (`context`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_tokens`
--

LOCK TABLES `m9qyl_finder_tokens` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `m9qyl_finder_tokens_aggregate`;
CREATE TABLE `m9qyl_finder_tokens_aggregate` (
  `term_id` int(10) unsigned NOT NULL,
  `map_suffix` char(1) NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL default '0',
  `phrase` tinyint(1) unsigned NOT NULL default '0',
  `term_weight` float unsigned NOT NULL,
  `context` tinyint(1) unsigned NOT NULL default '2',
  `context_weight` float unsigned NOT NULL,
  `total_weight` float unsigned NOT NULL,
  KEY `token` (`term`),
  KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_tokens_aggregate`
--

LOCK TABLES `m9qyl_finder_tokens_aggregate` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_tokens_aggregate` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_tokens_aggregate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_finder_types`
--

DROP TABLE IF EXISTS `m9qyl_finder_types`;
CREATE TABLE `m9qyl_finder_types` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_finder_types`
--

LOCK TABLES `m9qyl_finder_types` WRITE;
/*!40000 ALTER TABLE `m9qyl_finder_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_finder_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_foxcontact_sessions`
--

DROP TABLE IF EXISTS `m9qyl_foxcontact_sessions`;
CREATE TABLE `m9qyl_foxcontact_sessions` (
  `id` varchar(32) NOT NULL,
  `cid` int(11) NOT NULL,
  `mid` int(11) NOT NULL,
  `keyword` varchar(32) NOT NULL,
  `birth` timestamp NOT NULL default CURRENT_TIMESTAMP,
  `data` text,
  UNIQUE KEY `index` (`id`,`cid`,`mid`,`keyword`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_foxcontact_sessions`
--

LOCK TABLES `m9qyl_foxcontact_sessions` WRITE;
/*!40000 ALTER TABLE `m9qyl_foxcontact_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_foxcontact_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_foxcontact_settings`
--

DROP TABLE IF EXISTS `m9qyl_foxcontact_settings`;
CREATE TABLE `m9qyl_foxcontact_settings` (
  `name` varchar(32) NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY  (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_foxcontact_settings`
--

LOCK TABLES `m9qyl_foxcontact_settings` WRITE;
/*!40000 ALTER TABLE `m9qyl_foxcontact_settings` DISABLE KEYS */;
INSERT INTO `m9qyl_foxcontact_settings` VALUES ('captchadrawer','use_gd'),('dns','dns_check'),('mimefilter','disabled');
/*!40000 ALTER TABLE `m9qyl_foxcontact_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_address`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_address`;
CREATE TABLE `m9qyl_hikashop_address` (
  `address_id` int(10) unsigned NOT NULL auto_increment,
  `address_user_id` int(10) unsigned NOT NULL default '0',
  `address_title` varchar(255) default NULL,
  `address_firstname` varchar(255) default NULL,
  `address_middle_name` varchar(255) default NULL,
  `address_lastname` varchar(255) default NULL,
  `address_company` varchar(255) default NULL,
  `address_street` varchar(255) default NULL,
  `address_street2` varchar(255) NOT NULL default '',
  `address_post_code` varchar(255) default NULL,
  `address_city` varchar(255) default NULL,
  `address_telephone` varchar(255) default NULL,
  `address_telephone2` varchar(255) default NULL,
  `address_fax` varchar(255) default NULL,
  `address_state` varchar(255) default NULL,
  `address_country` varchar(255) default NULL,
  `address_published` tinyint(4) NOT NULL default '1',
  `address_vat` varchar(255) default NULL,
  `address_default` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`address_id`),
  KEY `address_user_id` (`address_user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_address`
--

LOCK TABLES `m9qyl_hikashop_address` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_address` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_address` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_badge`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_badge`;
CREATE TABLE `m9qyl_hikashop_badge` (
  `badge_id` int(11) unsigned NOT NULL auto_increment,
  `badge_name` varchar(255) NOT NULL default '',
  `badge_image` varchar(255) NOT NULL default '',
  `badge_start` int(10) unsigned NOT NULL default '0',
  `badge_end` int(10) unsigned NOT NULL default '0',
  `badge_category_id` int(10) unsigned NOT NULL default '0',
  `badge_category_childs` tinyint(4) NOT NULL default '0',
  `badge_discount_id` int(10) unsigned NOT NULL default '0',
  `badge_ordering` int(10) unsigned NOT NULL default '0',
  `badge_size` float(12,2) unsigned NOT NULL,
  `badge_position` varchar(255) NOT NULL default 'bottomleft',
  `badge_vertical_distance` int(10) NOT NULL default '0',
  `badge_horizontal_distance` int(10) NOT NULL default '0',
  `badge_margin` int(10) NOT NULL default '0',
  `badge_published` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`badge_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_badge`
--

LOCK TABLES `m9qyl_hikashop_badge` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_badge` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_badge` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_banner`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_banner`;
CREATE TABLE `m9qyl_hikashop_banner` (
  `banner_id` int(10) unsigned NOT NULL auto_increment,
  `banner_title` varchar(255) NOT NULL default '',
  `banner_url` varchar(255) NOT NULL default '',
  `banner_image_url` varchar(255) NOT NULL default '',
  `banner_published` tinyint(4) NOT NULL default '0',
  `banner_ordering` int(11) NOT NULL default '0',
  `banner_comment` text NOT NULL,
  PRIMARY KEY  (`banner_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_banner`
--

LOCK TABLES `m9qyl_hikashop_banner` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_banner` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_banner` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_cart`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_cart`;
CREATE TABLE `m9qyl_hikashop_cart` (
  `cart_id` int(10) unsigned NOT NULL auto_increment,
  `user_id` int(10) unsigned NOT NULL default '0',
  `session_id` varchar(255) NOT NULL,
  `cart_modified` int(10) unsigned NOT NULL default '0',
  `cart_coupon` varchar(255) NOT NULL,
  `cart_type` varchar(25) NOT NULL default 'cart',
  `cart_current` int(11) NOT NULL default '0',
  `cart_share` varchar(255) NOT NULL default 'nobody',
  `cart_name` varchar(50) NOT NULL,
  PRIMARY KEY  (`cart_id`),
  KEY `user_id` (`user_id`),
  KEY `session_id` (`session_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_cart`
--

LOCK TABLES `m9qyl_hikashop_cart` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_cart` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_cart` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_cart_product`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_cart_product`;
CREATE TABLE `m9qyl_hikashop_cart_product` (
  `cart_product_id` int(10) unsigned NOT NULL auto_increment,
  `cart_id` int(10) unsigned NOT NULL default '0',
  `product_id` int(10) unsigned NOT NULL default '0',
  `cart_product_quantity` int(10) unsigned NOT NULL default '1',
  `cart_product_parent_id` int(10) unsigned NOT NULL default '0',
  `cart_product_modified` int(10) unsigned NOT NULL default '0',
  `cart_product_option_parent_id` int(10) unsigned default '0',
  `cart_product_wishlist_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`cart_product_id`),
  KEY `cart_id` (`cart_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_cart_product`
--

LOCK TABLES `m9qyl_hikashop_cart_product` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_cart_product` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_cart_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_category`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_category`;
CREATE TABLE `m9qyl_hikashop_category` (
  `category_id` int(10) unsigned NOT NULL auto_increment,
  `category_parent_id` int(10) unsigned NOT NULL default '0',
  `category_type` varchar(255) NOT NULL,
  `category_name` varchar(255) NOT NULL,
  `category_description` text NOT NULL,
  `category_published` tinyint(4) NOT NULL default '0',
  `category_ordering` int(10) unsigned NOT NULL default '0',
  `category_left` int(10) unsigned NOT NULL default '0',
  `category_right` int(10) unsigned NOT NULL default '0',
  `category_depth` int(10) unsigned NOT NULL default '0',
  `category_namekey` varchar(255) NOT NULL,
  `category_created` int(10) unsigned NOT NULL default '0',
  `category_modified` int(10) unsigned NOT NULL default '0',
  `category_access` varchar(255) NOT NULL default 'all',
  `category_menu` int(10) unsigned default '0',
  `category_keywords` varchar(255) NOT NULL,
  `category_meta_description` varchar(255) NOT NULL default '',
  `category_layout` varchar(255) NOT NULL default '',
  `category_page_title` varchar(255) NOT NULL default '',
  `category_alias` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`category_id`),
  UNIQUE KEY `category_namekey` (`category_namekey`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_category`
--

LOCK TABLES `m9qyl_hikashop_category` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_category` DISABLE KEYS */;
INSERT INTO `m9qyl_hikashop_category` VALUES (1,0,'root','ROOT','',0,0,1,22,0,'root',0,0,'all',0,'','','','',''),(2,1,'product','product category','',1,1,2,3,1,'product',0,0,'all',0,'','','','',''),(3,1,'tax','taxation category','',1,2,4,7,1,'tax',0,0,'all',0,'','','','',''),(4,1,'status','order status','',1,3,8,19,1,'status',0,0,'all',0,'','','','',''),(5,4,'status','created','When a customer finishes a checkout, an order is created with the status created',1,1,9,10,2,'created',0,0,'all',0,'','','','',''),(6,4,'status','confirmed','When the payment is confirmed or that the payment is done at delivery the order becomes confirmed',1,2,11,12,2,'confirmed',0,0,'all',0,'','','','',''),(7,4,'status','cancelled','When an order is cancelled before receiving a payment',1,3,13,14,2,'cancelled',0,0,'all',0,'','','','',''),(8,4,'status','refunded','When an order is cancelled after receiving a payment',1,4,15,16,2,'refunded',0,0,'all',0,'','','','',''),(9,4,'status','shipped','When an order has been shipped',1,5,17,18,2,'shipped',0,0,'all',0,'','','','',''),(10,1,'manufacturer','manufacturer','',1,5,20,21,1,'manufacturer',0,0,'all',0,'','','','',''),(11,3,'tax','Default tax category','',1,1,5,6,2,'default_tax',0,0,'all',0,'','','','','');
/*!40000 ALTER TABLE `m9qyl_hikashop_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_characteristic`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_characteristic`;
CREATE TABLE `m9qyl_hikashop_characteristic` (
  `characteristic_id` int(10) unsigned NOT NULL auto_increment,
  `characteristic_parent_id` int(10) NOT NULL default '0',
  `characteristic_value` varchar(255) NOT NULL default '0',
  `characteristic_alias` varchar(255) NOT NULL default '',
  `characteristic_ordering` int(12) unsigned NOT NULL default '0',
  PRIMARY KEY  (`characteristic_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_characteristic`
--

LOCK TABLES `m9qyl_hikashop_characteristic` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_characteristic` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_characteristic` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_click`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_click`;
CREATE TABLE `m9qyl_hikashop_click` (
  `click_id` int(10) unsigned NOT NULL auto_increment,
  `click_ip` varchar(255) NOT NULL default '',
  `click_created` int(10) unsigned NOT NULL default '0',
  `click_partner_id` int(10) unsigned NOT NULL default '0',
  `click_partner_price` decimal(17,5) NOT NULL default '0.00000',
  `click_referer` varchar(255) NOT NULL default '',
  `click_partner_paid` tinyint(4) NOT NULL default '0',
  `click_partner_currency_id` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`click_id`),
  KEY `click_partner_id` (`click_partner_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_click`
--

LOCK TABLES `m9qyl_hikashop_click` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_click` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_click` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_config`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_config`;
CREATE TABLE `m9qyl_hikashop_config` (
  `config_namekey` varchar(200) NOT NULL,
  `config_value` text NOT NULL,
  `config_default` text NOT NULL,
  PRIMARY KEY  (`config_namekey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_config`
--

LOCK TABLES `m9qyl_hikashop_config` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_config` DISABLE KEYS */;
INSERT INTO `m9qyl_hikashop_config` VALUES ('level','Starter','Starter'),('version','2.1.0','2.1.0'),('from_name','GM AUTO - ACDelco Georgia',''),('from_email','dt@gmauto.ge',''),('reply_name','GM AUTO - ACDelco Georgia',''),('reply_email','dt@gmauto.ge',''),('bounce_email','',''),('add_names','1',''),('encoding_format','base64',''),('charset','UTF-8',''),('word_wrapping','150',''),('embed_images','0',''),('embed_files','1',''),('multiple_part','1',''),('allowedfiles','zip,doc,docx,pdf,xls,txt,gz,gzip,rar,jpg,gif,tar.gz,xlsx,pps,csv,bmp,epg,ico,odg,odp,ods,odt,png,ppt,swf,xcf,wmv,avi,mkv,mp3,ogg,flac,wma,fla,flv,mp4,wav,aac,mov,epub',''),('partner_id','',''),('force_ssl_url','',''),('checkout_itemid','0',''),('checkout_terms','',''),('allowedimages','gif,jpg,jpeg,png',''),('uploadfolder','media/com_hikashop/upload/',''),('uploadsecurefolder','media/com_hikashop/upload/safe/',''),('editor','0',''),('cron_next','1251990901','1251990901'),('cron_last','0','0'),('cron_fromip','',''),('cron_report','',''),('cron_frequency','900','900'),('cron_sendreport','2','2'),('cron_sendto','dt@gmauto.ge','dt@gmauto.ge'),('order_creation_notification_email','dt@gmauto.ge',''),('payment_notification_email','dt@gmauto.ge',''),('cron_fullreport','1','1'),('cron_savereport','2','2'),('cron_savepath','media/com_hikashop/upload/safe/logs/report_594651494.log','media/com_hikashop/upload/safe/logs/report_594651494.log'),('payment_log_file','media/com_hikashop/upload/safe/logs/report_562435600.log',''),('csv_separator',';',''),('notification_created','',''),('notification_accept','',''),('notification_refuse','',''),('characteristics_values_sorting','ordering',''),('description_starter','Joomla!™ Online Store Component','Joomla!™ Online Store Component'),('description_essential','Joomla!™ Online Shop System','Joomla!™ Online Shop System'),('description_business','Joomla!™ Shopping Cart Extension','Joomla!™ Shopping Cart Extension'),('opacity','100','100'),('order_number_format','{automatic_code}','{automatic_code}'),('checkout_cart_delete','1',''),('variant_default_publish','1',''),('force_ssl','0',''),('simplified_registration','0','0'),('tax_zone_type','billing',''),('discount_before_tax','0',''),('default_type','individual',''),('main_tax_zone','1375',''),('main_currency','61',''),('order_status_for_download','shipped,confirmed',''),('download_time_limit','2592000',''),('click_validity_period','2592000','2592000'),('click_min_delay','86400','86400'),('partner_currency','1','1'),('allow_currency_selection','0','0'),('partner_click_fee','0','0'),('partner_lead_fee','0','0'),('ajax_add_to_cart','0',''),('partner_percent_fee','0','0'),('partner_flat_fee','0','0'),('affiliate_terms','',''),('order_created_status','created',''),('order_confirmed_status','confirmed',''),('download_number_limit','50',''),('button_style','normal',''),('partner_valid_status','confirmed,shipped','confirmed,shipped'),('readmore','0',''),('menu_style','title_bottom',''),('show_cart_image','1',''),('thumbnail','1',''),('thumbnail_x','100',''),('thumbnail_y','100',''),('product_image_x','100',''),('product_image_y','100',''),('image_x','',''),('image_y','',''),('max_x_popup','760','760'),('max_y_popup','480','480'),('vat_check','0',''),('default_translation_publish','0','0'),('multilang_display','popups','popups'),('volume_symbols','m,dm,cm,mm,in,ft,yd',''),('weight_symbols','kg,g,mg,lb,oz,ozt',''),('store_address','ACME Corporation\r\nGuildhall\r\n PO Box 270, London\r\nUnited Kingdom',''),('checkout','login_address_shipping_payment_confirm_coupon_cart_status_fields,end',''),('checkout_workflow_edition','1',''),('display_checkout_bar','0',''),('show_vote_product','1','1'),('affiliate_advanced_stats','1','1'),('cart_retaining_period','2592000',''),('default_params','YTozNTp7czoxMjoiY29udGVudF90eXBlIjtzOjc6InByb2R1Y3QiO3M6MTE6ImxheW91dF90eXBlIjtzOjM6ImRpdiI7czo3OiJjb2x1bW5zIjtzOjE6IjEiO3M6NToibGltaXQiO3M6MjoiMjAiO3M6NjoicmFuZG9tIjtzOjE6IjAiO3M6OToib3JkZXJfZGlyIjtzOjM6IkFTQyI7czoxMToiZmlsdGVyX3R5cGUiO3M6MToiMCI7czoxOToic2VsZWN0cGFyZW50bGlzdGluZyI7czoxOiIyIjtzOjE1OiJtb2R1bGVjbGFzc19zZngiO3M6MDoiIjtzOjc6Im1vZHVsZXMiO3M6MDoiIjtzOjE5OiJjb250ZW50X3N5bmNocm9uaXplIjtzOjE6IjEiO3M6MTU6InVzZV9tb2R1bGVfbmFtZSI7czoxOiIwIjtzOjEzOiJwcm9kdWN0X29yZGVyIjtzOjg6Im9yZGVyaW5nIjtzOjE1OiJyZWNlbnRseV92aWV3ZWQiO3M6MToiMCI7czoxMToiYWRkX3RvX2NhcnQiO3M6MToiMSI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MToiMSI7czoxOToicHJvZHVjdF9zeW5jaHJvbml6ZSI7czoxOiIxIjtzOjEwOiJzaG93X3ByaWNlIjtzOjE6IjEiO3M6MTk6InNob3dfb3JpZ2luYWxfcHJpY2UiO3M6MToiMSI7czoxMzoic2hvd19kaXNjb3VudCI7czoxOiIxIjtzOjE4OiJwcmljZV9kaXNwbGF5X3R5cGUiO3M6ODoiY2hlYXBlc3QiO3M6MTQ6ImNhdGVnb3J5X29yZGVyIjtzOjE3OiJjYXRlZ29yeV9vcmRlcmluZyI7czoxODoiY2hpbGRfZGlzcGxheV90eXBlIjtzOjc6Im5vY2hpbGQiO3M6MTE6ImNoaWxkX2xpbWl0IjtzOjA6IiI7czo5OiJzaG93X3ZvdGUiO3M6MToiMCI7czoxODoibnVtYmVyX29mX3Byb2R1Y3RzIjtzOjE6IjAiO3M6MjQ6ImxpbmtzX29uX21haW5fY2F0ZWdvcmllcyI7czoxOiIwIjtzOjE2OiJvbmx5X2lmX3Byb2R1Y3RzIjtzOjE6IjAiO3M6MjA6ImRpdl9pdGVtX2xheW91dF90eXBlIjtzOjk6ImltZ190aXRsZSI7czoxNjoiYmFja2dyb3VuZF9jb2xvciI7czo3OiIjRkZGRkZGIjtzOjY6Im1hcmdpbiI7czoyOiIxMCI7czoxNDoiYm9yZGVyX3Zpc2libGUiO3M6MToiMSI7czoxNToicm91bmRlZF9jb3JuZXJzIjtzOjE6IjEiO3M6MTE6InRleHRfY2VudGVyIjtzOjE6IjEiO3M6MTc6InNob3dfdm90ZV9wcm9kdWN0IjtzOjE6IjAiO30=',''),('show_code','0',''),('product_display','',''),('manufacturer_display','0',''),('show_price_weight','0',''),('show_out_of_stock','1',''),('show_other_product_shortcut','0',''),('enable_multicart','1',''),('enable_wishlist','1',''),('enable_status_vote','nothing',''),('access_vote','public',''),('vote_star_number','5',''),('email_comment','0',''),('published_comment','1',''),('email_each_comment','',''),('comment_by_person_by_product','5',''),('number_comment_product','30',''),('vote_comment_sort','date',''),('vote_comment_sort_frontend','0',''),('show_listing_comment','0',''),('show_comment_date','0',''),('useful_rating','1',''),('register_note_comment','0',''),('vote_useful_style','helpful',''),('simplified_breadcrumbs','1',''),('activate_sef','1',''),('category_sef_name','category',''),('product_sef_name','product',''),('hikarss_format','both',''),('hikarss_name','',''),('hikarss_description','',''),('default_image','barcode.png','barcode.png'),('characteristic_display','dropdown',''),('characteristic_display_text','1',''),('show_quantity_field','1',''),('show_cart_price','1','1'),('show_cart_quantity','1','1'),('show_cart_delete','1','1'),('catalogue','0',''),('redirect_url_after_add_cart','stay_if_cart',''),('redirect_url_when_cart_is_empty','',''),('cart_retaining_period_checked','1362904384',''),('auto_submit_methods','1',''),('clean_cart_when_order_created','order_confirmed','order_confirmed'),('category_image','1','1'),('category_explorer','1',''),('cancelled_order_status','cancelled,refunded',''),('detailed_tax_display','1',''),('order_status_notification.subject','ORDER_STATUS_NOTIFICATION_SUBJECT','ORDER_STATUS_NOTIFICATION_SUBJECT'),('order_creation_notification.subject','ORDER_CREATION_NOTIFICATION_SUBJECT','ORDER_CREATION_NOTIFICATION_SUBJECT'),('order_notification.subject','ORDER_NOTIFICATION_SUBJECT','ORDER_NOTIFICATION_SUBJECT'),('user_account.subject','USER_ACCOUNT_SUBJECT','USER_ACCOUNT_SUBJECT'),('cron_report.subject','CRON_REPORT_SUBJECT','CRON_REPORT_SUBJECT'),('order_status_notification.html','1','1'),('order_status_notification.published','1','1'),('order_creation_notification.html','1','1'),('order_creation_notification.published','1','1'),('order_notification.html','1','1'),('order_notification.published','1','1'),('order_admin_notification.html','1','1'),('order_admin_notification.subject','ORDER_ADMIN_NOTIFICATION_SUBJECT','ORDER_ADMIN_NOTIFICATION_SUBJECT'),('order_admin_notification.published','1','1'),('new_comment.html','1','1'),('new_comment.subject','NEW_COMMENT_NOTIFICATION_SUBJECT','NEW_COMMENT_NOTIFICATION_SUBJECT'),('new_comment.published','1','1'),('contact_request.html','1','1'),('contact_request.published','1','1'),('unfinished_order.published','1','1'),('user_account.html','1','1'),('out_of_stock.html','1','1'),('out_of_stock.subject','OUT_OF_STOCK_NOTIFICATION_SUBJECT','OUT_OF_STOCK_NOTIFICATION_SUBJECT'),('user_account.published','1','1'),('cron_report.html','1','1'),('cron_report.published','1','1'),('out_of_stock.published','1','1'),('waitlist_notification.html','1','1'),('waitlist_notification.subject','WAITLIST_NOTIFICATION_SUBJECT','WAITLIST_NOTIFICATION_SUBJECT'),('waitlist_notification.published','1','1'),('variant_increase_perf','1','1'),('show_footer','1',''),('no_css_header','0','0'),('pathway_sef_name','category_pathway','category_pathway'),('related_sef_name','related_product','related_product'),('css_module','default','default'),('css_frontend','default',''),('css_backend','default',''),('installcomplete','1',''),('Starter','0','0'),('Essential','1','1'),('Business','2','2'),('Enterprise','3','3'),('Unlimited','9','9'),('params_98','YTo1OntzOjEyOiJjb250ZW50X3R5cGUiO3M6NzoicHJvZHVjdCI7czoxMToibGF5b3V0X3R5cGUiO3M6MzoiZGl2IjtzOjY6InJhbmRvbSI7aTowO3M6MTk6ImNvbnRlbnRfc3luY2hyb25pemUiO3M6MToiMSI7czo3OiJjb2x1bW5zIjtpOjM7fQ==',''),('menu_474','YTozMTp7czoxMjoiY29udGVudF90eXBlIjtzOjg6ImNhdGVnb3J5IjtzOjExOiJsYXlvdXRfdHlwZSI7czozOiJkaXYiO3M6NzoiY29sdW1ucyI7aTozO3M6NToibGltaXQiO3M6MjoiMjAiO3M6OToib3JkZXJfZGlyIjtzOjM6IkFTQyI7czoxMToiZmlsdGVyX3R5cGUiO3M6MToiMCI7czoxOToic2VsZWN0cGFyZW50bGlzdGluZyI7czoxOiIyIjtzOjE1OiJtb2R1bGVjbGFzc19zZngiO3M6MDoiIjtzOjc6Im1vZHVsZXMiO2k6OTg7czoxOToiY29udGVudF9zeW5jaHJvbml6ZSI7czoxOiIxIjtzOjE1OiJ1c2VfbW9kdWxlX25hbWUiO3M6MToiMCI7czoxMzoicHJvZHVjdF9vcmRlciI7czo4OiJvcmRlcmluZyI7czo2OiJyYW5kb20iO2k6MDtzOjE5OiJwcm9kdWN0X3N5bmNocm9uaXplIjtzOjE6IjEiO3M6MTA6InNob3dfcHJpY2UiO3M6MToiMSI7czoxNDoicHJpY2Vfd2l0aF90YXgiO3M6MToiMSI7czoxOToic2hvd19vcmlnaW5hbF9wcmljZSI7czoxOiIxIjtzOjEzOiJzaG93X2Rpc2NvdW50IjtzOjE6IjEiO3M6MTg6InByaWNlX2Rpc3BsYXlfdHlwZSI7czo4OiJjaGVhcGVzdCI7czoxNDoiY2F0ZWdvcnlfb3JkZXIiO3M6MTc6ImNhdGVnb3J5X29yZGVyaW5nIjtzOjE4OiJjaGlsZF9kaXNwbGF5X3R5cGUiO3M6Nzoibm9jaGlsZCI7czoxMToiY2hpbGRfbGltaXQiO3M6MDoiIjtzOjIwOiJkaXZfaXRlbV9sYXlvdXRfdHlwZSI7czo5OiJpbWdfdGl0bGUiO3M6MTc6ImRpdl9jdXN0b21fZmllbGRzIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MzoiMTUwIjtzOjE2OiJiYWNrZ3JvdW5kX2NvbG9yIjtzOjA6IiI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjE1OiJyb3VuZGVkX2Nvcm5lcnMiO3M6MjoiLTEiO3M6MTE6InRleHRfY2VudGVyIjtzOjI6Ii0xIjtzOjI0OiJsaW5rc19vbl9tYWluX2NhdGVnb3JpZXMiO3M6MToiMCI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MToiMSI7fQ==',''),('params_99','YTo1OntzOjEyOiJjb250ZW50X3R5cGUiO3M6NzoicHJvZHVjdCI7czoxMToibGF5b3V0X3R5cGUiO3M6MzoiZGl2IjtzOjY6InJhbmRvbSI7aTowO3M6MTk6ImNvbnRlbnRfc3luY2hyb25pemUiO3M6MToiMSI7czo3OiJjb2x1bW5zIjtpOjM7fQ==',''),('menu_475','YTozMTp7czoxMjoiY29udGVudF90eXBlIjtzOjg6ImNhdGVnb3J5IjtzOjExOiJsYXlvdXRfdHlwZSI7czozOiJkaXYiO3M6NzoiY29sdW1ucyI7aTozO3M6NToibGltaXQiO3M6MjoiMjAiO3M6OToib3JkZXJfZGlyIjtzOjM6IkFTQyI7czoxMToiZmlsdGVyX3R5cGUiO3M6MToiMSI7czoxOToic2VsZWN0cGFyZW50bGlzdGluZyI7czoxOiIyIjtzOjE1OiJtb2R1bGVjbGFzc19zZngiO3M6MDoiIjtzOjc6Im1vZHVsZXMiO2k6OTk7czoxOToiY29udGVudF9zeW5jaHJvbml6ZSI7czoxOiIxIjtzOjE1OiJ1c2VfbW9kdWxlX25hbWUiO3M6MToiMCI7czoxMzoicHJvZHVjdF9vcmRlciI7czo4OiJvcmRlcmluZyI7czo2OiJyYW5kb20iO2k6MDtzOjE5OiJwcm9kdWN0X3N5bmNocm9uaXplIjtzOjE6IjEiO3M6MTA6InNob3dfcHJpY2UiO3M6MToiMSI7czoxNDoicHJpY2Vfd2l0aF90YXgiO3M6MToiMSI7czoxOToic2hvd19vcmlnaW5hbF9wcmljZSI7czoxOiIxIjtzOjEzOiJzaG93X2Rpc2NvdW50IjtzOjE6IjEiO3M6MTg6InByaWNlX2Rpc3BsYXlfdHlwZSI7czo4OiJjaGVhcGVzdCI7czoxNDoiY2F0ZWdvcnlfb3JkZXIiO3M6MTc6ImNhdGVnb3J5X29yZGVyaW5nIjtzOjE4OiJjaGlsZF9kaXNwbGF5X3R5cGUiO3M6Nzoibm9jaGlsZCI7czoxMToiY2hpbGRfbGltaXQiO3M6MDoiIjtzOjIwOiJkaXZfaXRlbV9sYXlvdXRfdHlwZSI7czo5OiJpbWdfdGl0bGUiO3M6MTc6ImRpdl9jdXN0b21fZmllbGRzIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MzoiMTUwIjtzOjE2OiJiYWNrZ3JvdW5kX2NvbG9yIjtzOjA6IiI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjE1OiJyb3VuZGVkX2Nvcm5lcnMiO3M6MjoiLTEiO3M6MTE6InRleHRfY2VudGVyIjtzOjI6Ii0xIjtzOjI0OiJsaW5rc19vbl9tYWluX2NhdGVnb3JpZXMiO3M6MToiMCI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MToiMSI7fQ==',''),('params_100','YTo1OntzOjEyOiJjb250ZW50X3R5cGUiO3M6NzoicHJvZHVjdCI7czoxMToibGF5b3V0X3R5cGUiO3M6MzoiZGl2IjtzOjY6InJhbmRvbSI7aTowO3M6MTk6ImNvbnRlbnRfc3luY2hyb25pemUiO3M6MToiMSI7czo3OiJjb2x1bW5zIjtpOjM7fQ==',''),('menu_478','YTozNzp7czoxMDoic2hvd19pbWFnZSI7czoxOiIwIjtzOjE2OiJzaG93X2Rlc2NyaXB0aW9uIjtzOjE6IjEiO3M6MTE6ImxheW91dF90eXBlIjtzOjM6ImRpdiI7czo3OiJjb2x1bW5zIjtzOjE6IjMiO3M6NToibGltaXQiO3M6MjoiMjAiO3M6NjoicmFuZG9tIjtzOjE6IjAiO3M6OToib3JkZXJfZGlyIjtzOjM6IkFTQyI7czoxMToiZmlsdGVyX3R5cGUiO3M6MToiMCI7czoxOToic2VsZWN0cGFyZW50bGlzdGluZyI7czoxOiIyIjtzOjc6Im1vZHVsZXMiO2k6MTAwO3M6MTU6InVzZV9tb2R1bGVfbmFtZSI7czoxOiIwIjtzOjEzOiJwcm9kdWN0X29yZGVyIjtzOjg6Im9yZGVyaW5nIjtzOjE1OiJyZWNlbnRseV92aWV3ZWQiO3M6MToiMCI7czoxMToiYWRkX3RvX2NhcnQiO3M6MToiMSI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MToiMSI7czoxNzoic2hvd192b3RlX3Byb2R1Y3QiO3M6MToiMCI7czoxMDoic2hvd19wcmljZSI7czoxOiIxIjtzOjE0OiJwcmljZV93aXRoX3RheCI7czoxOiIzIjtzOjE5OiJzaG93X29yaWdpbmFsX3ByaWNlIjtzOjE6IjEiO3M6MTM6InNob3dfZGlzY291bnQiO3M6MToiMSI7czoxODoicHJpY2VfZGlzcGxheV90eXBlIjtzOjg6ImNoZWFwZXN0IjtzOjE0OiJjYXRlZ29yeV9vcmRlciI7czoxNzoiY2F0ZWdvcnlfb3JkZXJpbmciO3M6MTg6ImNoaWxkX2Rpc3BsYXlfdHlwZSI7czo3OiJub2NoaWxkIjtzOjExOiJjaGlsZF9saW1pdCI7czowOiIiO3M6MTg6Im51bWJlcl9vZl9wcm9kdWN0cyI7czoxOiIwIjtzOjE2OiJvbmx5X2lmX3Byb2R1Y3RzIjtzOjE6IjAiO3M6MTE6ImltYWdlX3dpZHRoIjtzOjA6IiI7czoxMjoiaW1hZ2VfaGVpZ2h0IjtzOjA6IiI7czoyMDoiZGl2X2l0ZW1fbGF5b3V0X3R5cGUiO3M6OToiaW1nX3RpdGxlIjtzOjExOiJwYW5lX2hlaWdodCI7czowOiIiO3M6MTY6ImJhY2tncm91bmRfY29sb3IiO3M6MDoiIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTQ6ImJvcmRlcl92aXNpYmxlIjtzOjI6Ii0xIjtzOjE1OiJyb3VuZGVkX2Nvcm5lcnMiO3M6MjoiLTEiO3M6MTE6InRleHRfY2VudGVyIjtzOjI6Ii0xIjtzOjEzOiJ1bF9jbGFzc19uYW1lIjtzOjA6IiI7czoxMjoiY29udGVudF90eXBlIjtzOjEyOiJtYW51ZmFjdHVyZXIiO30=',''),('params_101','YTozODp7czo2OiJpdGVtaWQiO3M6MzoiNDc0IjtzOjEyOiJjb250ZW50X3R5cGUiO3M6NzoicHJvZHVjdCI7czoxMToibGF5b3V0X3R5cGUiO3M6MzoiZGl2IjtzOjc6ImNvbHVtbnMiO3M6MToiMSI7czo1OiJsaW1pdCI7czoxOiIzIjtzOjY6InJhbmRvbSI7czoxOiIxIjtzOjk6Im9yZGVyX2RpciI7czozOiJBU0MiO3M6MTE6ImZpbHRlcl90eXBlIjtzOjE6IjEiO3M6MTk6InNlbGVjdHBhcmVudGxpc3RpbmciO3M6MToiMiI7czoxOToiY29udGVudF9zeW5jaHJvbml6ZSI7czoxOiIxIjtzOjEzOiJwcm9kdWN0X29yZGVyIjtzOjg6Im9yZGVyaW5nIjtzOjE5OiJwcm9kdWN0X3N5bmNocm9uaXplIjtzOjE6IjEiO3M6MTU6InJlY2VudGx5X3ZpZXdlZCI7czoxOiIwIjtzOjExOiJhZGRfdG9fY2FydCI7czoxOiIxIjtzOjE1OiJhZGRfdG9fd2lzaGxpc3QiO3M6MToiMSI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MToiMSI7czoxNzoic2hvd192b3RlX3Byb2R1Y3QiO3M6MToiMCI7czoxMDoic2hvd19wcmljZSI7czoxOiIxIjtzOjE0OiJwcmljZV93aXRoX3RheCI7czoxOiIzIjtzOjE5OiJzaG93X29yaWdpbmFsX3ByaWNlIjtzOjE6IjEiO3M6MTM6InNob3dfZGlzY291bnQiO3M6MToiMSI7czoxODoicHJpY2VfZGlzcGxheV90eXBlIjtzOjg6ImNoZWFwZXN0IjtzOjE0OiJjYXRlZ29yeV9vcmRlciI7czoxNzoiY2F0ZWdvcnlfb3JkZXJpbmciO3M6MTg6ImNoaWxkX2Rpc3BsYXlfdHlwZSI7czo3OiJub2NoaWxkIjtzOjExOiJjaGlsZF9saW1pdCI7czowOiIiO3M6MjQ6ImxpbmtzX29uX21haW5fY2F0ZWdvcmllcyI7czoyOiItMSI7czoxODoibnVtYmVyX29mX3Byb2R1Y3RzIjtzOjE6IjAiO3M6MTY6Im9ubHlfaWZfcHJvZHVjdHMiO3M6MToiMCI7czoxMToiaW1hZ2Vfd2lkdGgiO3M6MDoiIjtzOjEyOiJpbWFnZV9oZWlnaHQiO3M6MDoiIjtzOjIwOiJkaXZfaXRlbV9sYXlvdXRfdHlwZSI7czo5OiJpbWdfdGl0bGUiO3M6MTE6InBhbmVfaGVpZ2h0IjtzOjA6IiI7czoxNjoiYmFja2dyb3VuZF9jb2xvciI7czo3OiIjRkZGRkZGIjtzOjY6Im1hcmdpbiI7czoyOiIxMCI7czoxNDoiYm9yZGVyX3Zpc2libGUiO3M6MToiMCI7czoxNToicm91bmRlZF9jb3JuZXJzIjtzOjE6IjEiO3M6MTE6InRleHRfY2VudGVyIjtzOjE6IjEiO3M6MTM6InVsX2NsYXNzX25hbWUiO3M6MDoiIjt9',''),('params_102','YTozODp7czo2OiJpdGVtaWQiO3M6MzoiNDc0IjtzOjEyOiJjb250ZW50X3R5cGUiO3M6NzoicHJvZHVjdCI7czoxMToibGF5b3V0X3R5cGUiO3M6MzoiZGl2IjtzOjc6ImNvbHVtbnMiO3M6MToiMSI7czo1OiJsaW1pdCI7czoxOiIzIjtzOjY6InJhbmRvbSI7czoyOiItMSI7czo5OiJvcmRlcl9kaXIiO3M6MzoiQVNDIjtzOjExOiJmaWx0ZXJfdHlwZSI7czoxOiIxIjtzOjE5OiJzZWxlY3RwYXJlbnRsaXN0aW5nIjtzOjE6IjIiO3M6MTk6ImNvbnRlbnRfc3luY2hyb25pemUiO3M6MToiMCI7czoxMzoicHJvZHVjdF9vcmRlciI7czo3OiJpbmhlcml0IjtzOjE5OiJwcm9kdWN0X3N5bmNocm9uaXplIjtzOjE6IjQiO3M6MTU6InJlY2VudGx5X3ZpZXdlZCI7czoxOiIxIjtzOjExOiJhZGRfdG9fY2FydCI7czoyOiItMSI7czoxNToiYWRkX3RvX3dpc2hsaXN0IjtzOjI6Ii0xIjtzOjIwOiJsaW5rX3RvX3Byb2R1Y3RfcGFnZSI7czoyOiItMSI7czoxNzoic2hvd192b3RlX3Byb2R1Y3QiO3M6MjoiLTEiO3M6MTA6InNob3dfcHJpY2UiO3M6MjoiLTEiO3M6MTQ6InByaWNlX3dpdGhfdGF4IjtzOjE6IjMiO3M6MTk6InNob3dfb3JpZ2luYWxfcHJpY2UiO3M6MjoiLTEiO3M6MTM6InNob3dfZGlzY291bnQiO3M6MToiMyI7czoxODoicHJpY2VfZGlzcGxheV90eXBlIjtzOjc6ImluaGVyaXQiO3M6MTQ6ImNhdGVnb3J5X29yZGVyIjtzOjc6ImluaGVyaXQiO3M6MTg6ImNoaWxkX2Rpc3BsYXlfdHlwZSI7czo3OiJpbmhlcml0IjtzOjExOiJjaGlsZF9saW1pdCI7czowOiIiO3M6MjQ6ImxpbmtzX29uX21haW5fY2F0ZWdvcmllcyI7czoyOiItMSI7czoxODoibnVtYmVyX29mX3Byb2R1Y3RzIjtzOjI6Ii0xIjtzOjE2OiJvbmx5X2lmX3Byb2R1Y3RzIjtzOjI6Ii0xIjtzOjExOiJpbWFnZV93aWR0aCI7czowOiIiO3M6MTI6ImltYWdlX2hlaWdodCI7czowOiIiO3M6MjA6ImRpdl9pdGVtX2xheW91dF90eXBlIjtzOjc6ImluaGVyaXQiO3M6MTE6InBhbmVfaGVpZ2h0IjtzOjA6IiI7czoxNjoiYmFja2dyb3VuZF9jb2xvciI7czowOiIiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxNDoiYm9yZGVyX3Zpc2libGUiO3M6MjoiLTEiO3M6MTU6InJvdW5kZWRfY29ybmVycyI7czoyOiItMSI7czoxMToidGV4dF9jZW50ZXIiO3M6MjoiLTEiO3M6MTM6InVsX2NsYXNzX25hbWUiO3M6MDoiIjt9',''),('params_103','YTozODp7czo2OiJpdGVtaWQiO3M6MzoiNDc0IjtzOjEyOiJjb250ZW50X3R5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6MTE6ImxheW91dF90eXBlIjtzOjQ6Imxpc3QiO3M6NzoiY29sdW1ucyI7czoxOiIxIjtzOjU6ImxpbWl0IjtzOjI6IjIwIjtzOjY6InJhbmRvbSI7czoxOiIwIjtzOjk6Im9yZGVyX2RpciI7czozOiJBU0MiO3M6MTE6ImZpbHRlcl90eXBlIjtzOjE6IjAiO3M6MTk6InNlbGVjdHBhcmVudGxpc3RpbmciO3M6MToiMiI7czoxOToiY29udGVudF9zeW5jaHJvbml6ZSI7czoxOiIwIjtzOjEzOiJwcm9kdWN0X29yZGVyIjtzOjg6Im9yZGVyaW5nIjtzOjE5OiJwcm9kdWN0X3N5bmNocm9uaXplIjtzOjE6IjEiO3M6MTU6InJlY2VudGx5X3ZpZXdlZCI7czoxOiIwIjtzOjExOiJhZGRfdG9fY2FydCI7czoxOiIxIjtzOjE1OiJhZGRfdG9fd2lzaGxpc3QiO3M6MToiMSI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MToiMSI7czoxNzoic2hvd192b3RlX3Byb2R1Y3QiO3M6MToiMCI7czoxMDoic2hvd19wcmljZSI7czoxOiIxIjtzOjE0OiJwcmljZV93aXRoX3RheCI7czoxOiIwIjtzOjE5OiJzaG93X29yaWdpbmFsX3ByaWNlIjtzOjE6IjEiO3M6MTM6InNob3dfZGlzY291bnQiO3M6MToiMSI7czoxODoicHJpY2VfZGlzcGxheV90eXBlIjtzOjg6ImNoZWFwZXN0IjtzOjE0OiJjYXRlZ29yeV9vcmRlciI7czoxNzoiY2F0ZWdvcnlfb3JkZXJpbmciO3M6MTg6ImNoaWxkX2Rpc3BsYXlfdHlwZSI7czo5OiJhbGxjaGlsZHMiO3M6MTE6ImNoaWxkX2xpbWl0IjtzOjA6IiI7czoyNDoibGlua3Nfb25fbWFpbl9jYXRlZ29yaWVzIjtzOjE6IjEiO3M6MTg6Im51bWJlcl9vZl9wcm9kdWN0cyI7czoxOiIwIjtzOjE2OiJvbmx5X2lmX3Byb2R1Y3RzIjtzOjE6IjEiO3M6MTE6ImltYWdlX3dpZHRoIjtzOjA6IiI7czoxMjoiaW1hZ2VfaGVpZ2h0IjtzOjA6IiI7czoyMDoiZGl2X2l0ZW1fbGF5b3V0X3R5cGUiO3M6OToiaW1nX3RpdGxlIjtzOjExOiJwYW5lX2hlaWdodCI7czowOiIiO3M6MTY6ImJhY2tncm91bmRfY29sb3IiO3M6NzoiI0ZGRkZGRiI7czo2OiJtYXJnaW4iO3M6MjoiMTAiO3M6MTQ6ImJvcmRlcl92aXNpYmxlIjtzOjE6IjAiO3M6MTU6InJvdW5kZWRfY29ybmVycyI7czoxOiIxIjtzOjExOiJ0ZXh0X2NlbnRlciI7czoxOiIxIjtzOjEzOiJ1bF9jbGFzc19uYW1lIjtzOjA6IiI7fQ==',''),('params_104','YTozODp7czo2OiJpdGVtaWQiO3M6MzoiNDc0IjtzOjEyOiJjb250ZW50X3R5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6MTE6ImxheW91dF90eXBlIjtzOjQ6Imxpc3QiO3M6NzoiY29sdW1ucyI7czoxOiIxIjtzOjU6ImxpbWl0IjtzOjI6IjIwIjtzOjY6InJhbmRvbSI7czoxOiIwIjtzOjk6Im9yZGVyX2RpciI7czozOiJBU0MiO3M6MTE6ImZpbHRlcl90eXBlIjtzOjE6IjEiO3M6MTk6InNlbGVjdHBhcmVudGxpc3RpbmciO3M6MToiMiI7czoxOToiY29udGVudF9zeW5jaHJvbml6ZSI7czoxOiIwIjtzOjEzOiJwcm9kdWN0X29yZGVyIjtzOjg6Im9yZGVyaW5nIjtzOjE5OiJwcm9kdWN0X3N5bmNocm9uaXplIjtzOjE6IjEiO3M6MTU6InJlY2VudGx5X3ZpZXdlZCI7czoxOiIwIjtzOjExOiJhZGRfdG9fY2FydCI7czoxOiIxIjtzOjE1OiJhZGRfdG9fd2lzaGxpc3QiO3M6MToiMSI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MToiMSI7czoxNzoic2hvd192b3RlX3Byb2R1Y3QiO3M6MToiMCI7czoxMDoic2hvd19wcmljZSI7czoxOiIxIjtzOjE0OiJwcmljZV93aXRoX3RheCI7czoxOiIwIjtzOjE5OiJzaG93X29yaWdpbmFsX3ByaWNlIjtzOjE6IjEiO3M6MTM6InNob3dfZGlzY291bnQiO3M6MToiMSI7czoxODoicHJpY2VfZGlzcGxheV90eXBlIjtzOjg6ImNoZWFwZXN0IjtzOjE0OiJjYXRlZ29yeV9vcmRlciI7czoxNzoiY2F0ZWdvcnlfb3JkZXJpbmciO3M6MTg6ImNoaWxkX2Rpc3BsYXlfdHlwZSI7czoxNToiYWxsY2hpbGRzZXhwYW5kIjtzOjExOiJjaGlsZF9saW1pdCI7czowOiIiO3M6MjQ6ImxpbmtzX29uX21haW5fY2F0ZWdvcmllcyI7czoxOiIxIjtzOjE4OiJudW1iZXJfb2ZfcHJvZHVjdHMiO3M6MToiMCI7czoxNjoib25seV9pZl9wcm9kdWN0cyI7czoxOiIxIjtzOjExOiJpbWFnZV93aWR0aCI7czowOiIiO3M6MTI6ImltYWdlX2hlaWdodCI7czowOiIiO3M6MjA6ImRpdl9pdGVtX2xheW91dF90eXBlIjtzOjk6ImltZ190aXRsZSI7czoxMToicGFuZV9oZWlnaHQiO3M6MDoiIjtzOjE2OiJiYWNrZ3JvdW5kX2NvbG9yIjtzOjc6IiNGRkZGRkYiO3M6NjoibWFyZ2luIjtzOjI6IjEwIjtzOjE0OiJib3JkZXJfdmlzaWJsZSI7czoxOiIwIjtzOjE1OiJyb3VuZGVkX2Nvcm5lcnMiO3M6MToiMSI7czoxMToidGV4dF9jZW50ZXIiO3M6MToiMSI7czoxMzoidWxfY2xhc3NfbmFtZSI7czowOiIiO30=',''),('params_105','YTozODp7czo2OiJpdGVtaWQiO3M6MzoiNDc0IjtzOjEyOiJjb250ZW50X3R5cGUiO3M6NzoicHJvZHVjdCI7czoxMToibGF5b3V0X3R5cGUiO3M6MzoiZGl2IjtzOjc6ImNvbHVtbnMiO3M6MToiMSI7czo1OiJsaW1pdCI7czoyOiIyMCI7czo2OiJyYW5kb20iO3M6MToiMCI7czo5OiJvcmRlcl9kaXIiO3M6NDoiREVTQyI7czoxMToiZmlsdGVyX3R5cGUiO3M6MToiMSI7czoxOToic2VsZWN0cGFyZW50bGlzdGluZyI7czoxOiIyIjtzOjE5OiJjb250ZW50X3N5bmNocm9uaXplIjtzOjE6IjAiO3M6MTM6InByb2R1Y3Rfb3JkZXIiO3M6MTM6InByb2R1Y3Rfc2FsZXMiO3M6MTk6InByb2R1Y3Rfc3luY2hyb25pemUiO3M6MToiMSI7czoxNToicmVjZW50bHlfdmlld2VkIjtzOjE6IjAiO3M6MTE6ImFkZF90b19jYXJ0IjtzOjI6Ii0xIjtzOjE1OiJhZGRfdG9fd2lzaGxpc3QiO3M6MjoiLTEiO3M6MjA6ImxpbmtfdG9fcHJvZHVjdF9wYWdlIjtzOjI6Ii0xIjtzOjE3OiJzaG93X3ZvdGVfcHJvZHVjdCI7czoyOiItMSI7czoxMDoic2hvd19wcmljZSI7czoyOiItMSI7czoxNDoicHJpY2Vfd2l0aF90YXgiO3M6MToiMyI7czoxOToic2hvd19vcmlnaW5hbF9wcmljZSI7czoyOiItMSI7czoxMzoic2hvd19kaXNjb3VudCI7czoxOiIzIjtzOjE4OiJwcmljZV9kaXNwbGF5X3R5cGUiO3M6NzoiaW5oZXJpdCI7czoxNDoiY2F0ZWdvcnlfb3JkZXIiO3M6MTc6ImNhdGVnb3J5X29yZGVyaW5nIjtzOjE4OiJjaGlsZF9kaXNwbGF5X3R5cGUiO3M6MTU6ImFsbGNoaWxkc2V4cGFuZCI7czoxMToiY2hpbGRfbGltaXQiO3M6MDoiIjtzOjI0OiJsaW5rc19vbl9tYWluX2NhdGVnb3JpZXMiO3M6MToiMSI7czoxODoibnVtYmVyX29mX3Byb2R1Y3RzIjtzOjE6IjAiO3M6MTY6Im9ubHlfaWZfcHJvZHVjdHMiO3M6MToiMSI7czoxMToiaW1hZ2Vfd2lkdGgiO3M6MDoiIjtzOjEyOiJpbWFnZV9oZWlnaHQiO3M6MDoiIjtzOjIwOiJkaXZfaXRlbV9sYXlvdXRfdHlwZSI7czo3OiJpbmhlcml0IjtzOjExOiJwYW5lX2hlaWdodCI7czowOiIiO3M6MTY6ImJhY2tncm91bmRfY29sb3IiO3M6MDoiIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTQ6ImJvcmRlcl92aXNpYmxlIjtzOjI6Ii0xIjtzOjE1OiJyb3VuZGVkX2Nvcm5lcnMiO3M6MjoiLTEiO3M6MTE6InRleHRfY2VudGVyIjtzOjI6Ii0xIjtzOjEzOiJ1bF9jbGFzc19uYW1lIjtzOjA6IiI7fQ==',''),('params_106','YTozODp7czo2OiJpdGVtaWQiO3M6MzoiNDc0IjtzOjEyOiJjb250ZW50X3R5cGUiO3M6NzoicHJvZHVjdCI7czoxMToibGF5b3V0X3R5cGUiO3M6MzoiZGl2IjtzOjc6ImNvbHVtbnMiO3M6MToiMSI7czo1OiJsaW1pdCI7czoyOiIyMCI7czo2OiJyYW5kb20iO3M6MToiMCI7czo5OiJvcmRlcl9kaXIiO3M6NDoiREVTQyI7czoxMToiZmlsdGVyX3R5cGUiO3M6MToiMSI7czoxOToic2VsZWN0cGFyZW50bGlzdGluZyI7czoxOiIyIjtzOjE5OiJjb250ZW50X3N5bmNocm9uaXplIjtzOjE6IjAiO3M6MTM6InByb2R1Y3Rfb3JkZXIiO3M6MTU6InByb2R1Y3RfY3JlYXRlZCI7czoxOToicHJvZHVjdF9zeW5jaHJvbml6ZSI7czoxOiIxIjtzOjE1OiJyZWNlbnRseV92aWV3ZWQiO3M6MToiMCI7czoxMToiYWRkX3RvX2NhcnQiO3M6MjoiLTEiO3M6MTU6ImFkZF90b193aXNobGlzdCI7czoyOiItMSI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MjoiLTEiO3M6MTc6InNob3dfdm90ZV9wcm9kdWN0IjtzOjI6Ii0xIjtzOjEwOiJzaG93X3ByaWNlIjtzOjI6Ii0xIjtzOjE0OiJwcmljZV93aXRoX3RheCI7czoxOiIzIjtzOjE5OiJzaG93X29yaWdpbmFsX3ByaWNlIjtzOjI6Ii0xIjtzOjEzOiJzaG93X2Rpc2NvdW50IjtzOjE6IjMiO3M6MTg6InByaWNlX2Rpc3BsYXlfdHlwZSI7czo3OiJpbmhlcml0IjtzOjE0OiJjYXRlZ29yeV9vcmRlciI7czoxNzoiY2F0ZWdvcnlfb3JkZXJpbmciO3M6MTg6ImNoaWxkX2Rpc3BsYXlfdHlwZSI7czoxNToiYWxsY2hpbGRzZXhwYW5kIjtzOjExOiJjaGlsZF9saW1pdCI7czowOiIiO3M6MjQ6ImxpbmtzX29uX21haW5fY2F0ZWdvcmllcyI7czoxOiIxIjtzOjE4OiJudW1iZXJfb2ZfcHJvZHVjdHMiO3M6MToiMCI7czoxNjoib25seV9pZl9wcm9kdWN0cyI7czoxOiIxIjtzOjExOiJpbWFnZV93aWR0aCI7czowOiIiO3M6MTI6ImltYWdlX2hlaWdodCI7czowOiIiO3M6MjA6ImRpdl9pdGVtX2xheW91dF90eXBlIjtzOjc6ImluaGVyaXQiO3M6MTE6InBhbmVfaGVpZ2h0IjtzOjA6IiI7czoxNjoiYmFja2dyb3VuZF9jb2xvciI7czowOiIiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxNDoiYm9yZGVyX3Zpc2libGUiO3M6MjoiLTEiO3M6MTU6InJvdW5kZWRfY29ybmVycyI7czoyOiItMSI7czoxMToidGV4dF9jZW50ZXIiO3M6MjoiLTEiO3M6MTM6InVsX2NsYXNzX25hbWUiO3M6MDoiIjt9',''),('params_107','YTozODp7czo2OiJpdGVtaWQiO3M6MzoiNDc4IjtzOjEyOiJjb250ZW50X3R5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6MTE6ImxheW91dF90eXBlIjtzOjM6ImRpdiI7czo3OiJjb2x1bW5zIjtzOjE6IjEiO3M6NToibGltaXQiO3M6MjoiMjAiO3M6NjoicmFuZG9tIjtzOjE6IjAiO3M6OToib3JkZXJfZGlyIjtzOjM6IkFTQyI7czoxMToiZmlsdGVyX3R5cGUiO3M6MToiMCI7czoxOToic2VsZWN0cGFyZW50bGlzdGluZyI7czoyOiIxMCI7czoxOToiY29udGVudF9zeW5jaHJvbml6ZSI7czoxOiIwIjtzOjEzOiJwcm9kdWN0X29yZGVyIjtzOjIxOiJwcm9kdWN0X2F2ZXJhZ2Vfc2NvcmUiO3M6MTk6InByb2R1Y3Rfc3luY2hyb25pemUiO3M6MToiMSI7czoxNToicmVjZW50bHlfdmlld2VkIjtzOjE6IjAiO3M6MTE6ImFkZF90b19jYXJ0IjtzOjI6Ii0xIjtzOjE1OiJhZGRfdG9fd2lzaGxpc3QiO3M6MjoiLTEiO3M6MjA6ImxpbmtfdG9fcHJvZHVjdF9wYWdlIjtzOjI6Ii0xIjtzOjE3OiJzaG93X3ZvdGVfcHJvZHVjdCI7czoyOiItMSI7czoxMDoic2hvd19wcmljZSI7czoyOiItMSI7czoxNDoicHJpY2Vfd2l0aF90YXgiO3M6MToiMyI7czoxOToic2hvd19vcmlnaW5hbF9wcmljZSI7czoyOiItMSI7czoxMzoic2hvd19kaXNjb3VudCI7czoxOiIzIjtzOjE4OiJwcmljZV9kaXNwbGF5X3R5cGUiO3M6NzoiaW5oZXJpdCI7czoxNDoiY2F0ZWdvcnlfb3JkZXIiO3M6MTE6ImNhdGVnb3J5X2lkIjtzOjE4OiJjaGlsZF9kaXNwbGF5X3R5cGUiO3M6OToiYWxsY2hpbGRzIjtzOjExOiJjaGlsZF9saW1pdCI7czowOiIiO3M6MjQ6ImxpbmtzX29uX21haW5fY2F0ZWdvcmllcyI7czoxOiIxIjtzOjE4OiJudW1iZXJfb2ZfcHJvZHVjdHMiO3M6MToiMCI7czoxNjoib25seV9pZl9wcm9kdWN0cyI7czoxOiIwIjtzOjExOiJpbWFnZV93aWR0aCI7czowOiIiO3M6MTI6ImltYWdlX2hlaWdodCI7czowOiIiO3M6MjA6ImRpdl9pdGVtX2xheW91dF90eXBlIjtzOjc6ImluaGVyaXQiO3M6MTE6InBhbmVfaGVpZ2h0IjtzOjA6IiI7czoxNjoiYmFja2dyb3VuZF9jb2xvciI7czowOiIiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxNDoiYm9yZGVyX3Zpc2libGUiO3M6MjoiLTEiO3M6MTU6InJvdW5kZWRfY29ybmVycyI7czoyOiItMSI7czoxMToidGV4dF9jZW50ZXIiO3M6MjoiLTEiO3M6MTM6InVsX2NsYXNzX25hbWUiO3M6MDoiIjt9',''),('params_108','YTozODp7czo2OiJpdGVtaWQiO3M6MzoiNDc0IjtzOjEyOiJjb250ZW50X3R5cGUiO3M6NzoicHJvZHVjdCI7czoxMToibGF5b3V0X3R5cGUiO3M6MzoiZGl2IjtzOjc6ImNvbHVtbnMiO3M6MToiMSI7czo1OiJsaW1pdCI7czoyOiIyMCI7czo2OiJyYW5kb20iO3M6MToiMCI7czo5OiJvcmRlcl9kaXIiO3M6NDoiREVTQyI7czoxMToiZmlsdGVyX3R5cGUiO3M6MToiMSI7czoxOToic2VsZWN0cGFyZW50bGlzdGluZyI7czoxOiIyIjtzOjE5OiJjb250ZW50X3N5bmNocm9uaXplIjtzOjE6IjAiO3M6MTM6InByb2R1Y3Rfb3JkZXIiO3M6MjE6InByb2R1Y3RfYXZlcmFnZV9zY29yZSI7czoxOToicHJvZHVjdF9zeW5jaHJvbml6ZSI7czoxOiIxIjtzOjE1OiJyZWNlbnRseV92aWV3ZWQiO3M6MToiMCI7czoxMToiYWRkX3RvX2NhcnQiO3M6MjoiLTEiO3M6MTU6ImFkZF90b193aXNobGlzdCI7czoyOiItMSI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MjoiLTEiO3M6MTc6InNob3dfdm90ZV9wcm9kdWN0IjtzOjI6Ii0xIjtzOjEwOiJzaG93X3ByaWNlIjtzOjI6Ii0xIjtzOjE0OiJwcmljZV93aXRoX3RheCI7czoxOiIzIjtzOjE5OiJzaG93X29yaWdpbmFsX3ByaWNlIjtzOjI6Ii0xIjtzOjEzOiJzaG93X2Rpc2NvdW50IjtzOjE6IjMiO3M6MTg6InByaWNlX2Rpc3BsYXlfdHlwZSI7czo3OiJpbmhlcml0IjtzOjE0OiJjYXRlZ29yeV9vcmRlciI7czoxMToiY2F0ZWdvcnlfaWQiO3M6MTg6ImNoaWxkX2Rpc3BsYXlfdHlwZSI7czo5OiJhbGxjaGlsZHMiO3M6MTE6ImNoaWxkX2xpbWl0IjtzOjA6IiI7czoyNDoibGlua3Nfb25fbWFpbl9jYXRlZ29yaWVzIjtzOjE6IjEiO3M6MTg6Im51bWJlcl9vZl9wcm9kdWN0cyI7czoxOiIwIjtzOjE2OiJvbmx5X2lmX3Byb2R1Y3RzIjtzOjE6IjAiO3M6MTE6ImltYWdlX3dpZHRoIjtzOjA6IiI7czoxMjoiaW1hZ2VfaGVpZ2h0IjtzOjA6IiI7czoyMDoiZGl2X2l0ZW1fbGF5b3V0X3R5cGUiO3M6NzoiaW5oZXJpdCI7czoxMToicGFuZV9oZWlnaHQiO3M6MDoiIjtzOjE2OiJiYWNrZ3JvdW5kX2NvbG9yIjtzOjA6IiI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjE0OiJib3JkZXJfdmlzaWJsZSI7czoyOiItMSI7czoxNToicm91bmRlZF9jb3JuZXJzIjtzOjI6Ii0xIjtzOjExOiJ0ZXh0X2NlbnRlciI7czoyOiItMSI7czoxMzoidWxfY2xhc3NfbmFtZSI7czowOiIiO30=',''),('params_109','YTozODp7czo2OiJpdGVtaWQiO3M6MzoiNDc0IjtzOjEyOiJjb250ZW50X3R5cGUiO3M6NzoicHJvZHVjdCI7czoxMToibGF5b3V0X3R5cGUiO3M6MzoiZGl2IjtzOjc6ImNvbHVtbnMiO3M6MToiMyI7czo1OiJsaW1pdCI7czoyOiIyMCI7czo2OiJyYW5kb20iO3M6MToiMCI7czo5OiJvcmRlcl9kaXIiO3M6MzoiQVNDIjtzOjExOiJmaWx0ZXJfdHlwZSI7czoxOiIxIjtzOjE5OiJzZWxlY3RwYXJlbnRsaXN0aW5nIjtzOjE6IjIiO3M6MTk6ImNvbnRlbnRfc3luY2hyb25pemUiO3M6MToiMSI7czoxMzoicHJvZHVjdF9vcmRlciI7czo4OiJvcmRlcmluZyI7czoxOToicHJvZHVjdF9zeW5jaHJvbml6ZSI7czoxOiIyIjtzOjE1OiJyZWNlbnRseV92aWV3ZWQiO3M6MToiMCI7czoxMToiYWRkX3RvX2NhcnQiO3M6MjoiLTEiO3M6MTU6ImFkZF90b193aXNobGlzdCI7czoyOiItMSI7czoyMDoibGlua190b19wcm9kdWN0X3BhZ2UiO3M6MjoiLTEiO3M6MTc6InNob3dfdm90ZV9wcm9kdWN0IjtzOjI6Ii0xIjtzOjEwOiJzaG93X3ByaWNlIjtzOjI6Ii0xIjtzOjE0OiJwcmljZV93aXRoX3RheCI7czoxOiIzIjtzOjE5OiJzaG93X29yaWdpbmFsX3ByaWNlIjtzOjI6Ii0xIjtzOjEzOiJzaG93X2Rpc2NvdW50IjtzOjE6IjMiO3M6MTg6InByaWNlX2Rpc3BsYXlfdHlwZSI7czo3OiJpbmhlcml0IjtzOjE0OiJjYXRlZ29yeV9vcmRlciI7czoxMToiY2F0ZWdvcnlfaWQiO3M6MTg6ImNoaWxkX2Rpc3BsYXlfdHlwZSI7czo5OiJhbGxjaGlsZHMiO3M6MTE6ImNoaWxkX2xpbWl0IjtzOjA6IiI7czoyNDoibGlua3Nfb25fbWFpbl9jYXRlZ29yaWVzIjtzOjE6IjEiO3M6MTg6Im51bWJlcl9vZl9wcm9kdWN0cyI7czoxOiIwIjtzOjE2OiJvbmx5X2lmX3Byb2R1Y3RzIjtzOjE6IjAiO3M6MTE6ImltYWdlX3dpZHRoIjtzOjA6IiI7czoxMjoiaW1hZ2VfaGVpZ2h0IjtzOjA6IiI7czoyMDoiZGl2X2l0ZW1fbGF5b3V0X3R5cGUiO3M6NzoiaW5oZXJpdCI7czoxMToicGFuZV9oZWlnaHQiO3M6MDoiIjtzOjE2OiJiYWNrZ3JvdW5kX2NvbG9yIjtzOjA6IiI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjE0OiJib3JkZXJfdmlzaWJsZSI7czoyOiItMSI7czoxNToicm91bmRlZF9jb3JuZXJzIjtzOjI6Ii0xIjtzOjExOiJ0ZXh0X2NlbnRlciI7czoyOiItMSI7czoxMzoidWxfY2xhc3NfbmFtZSI7czowOiIiO30=',''),('product_show_modules','109',''),('website','http://gmauto.ge/joomla/',''),('store_offline','0',''),('price_with_tax','1',''),('append_characteristic_values_to_product_name','1',''),('update_stock_after_confirm','0',''),('cart_retaining_period_check_frequency','86400',''),('clean_cart','order_created',''),('popup_display_time','2000',''),('print_cart','0',''),('group_options','0',''),('invoice_order_statuses','confirmed,shipped',''),('cancellable_order_status','',''),('continue_shopping','',''),('auto_select_default','2',''),('force_shipping','0',''),('display_login','1',''),('show_email_confirmation_field','0',''),('bootstrap_design','0',''),('pagination','bottom',''),('dimensions_display','0',''),('weight_display','0',''),('display_add_to_cart_for_free_products','0',''),('hikarss_element','10',''),('hikarss_order','product_id',''),('hikarss_child','0','');
/*!40000 ALTER TABLE `m9qyl_hikashop_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_currency`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_currency`;
CREATE TABLE `m9qyl_hikashop_currency` (
  `currency_id` int(10) unsigned NOT NULL auto_increment,
  `currency_symbol` varchar(255) NOT NULL,
  `currency_code` varchar(255) NOT NULL,
  `currency_format` char(10) NOT NULL default '%i',
  `currency_name` varchar(255) NOT NULL,
  `currency_published` tinyint(4) NOT NULL default '0',
  `currency_rate` decimal(16,5) NOT NULL default '1.00000',
  `currency_locale` text NOT NULL,
  `currency_displayed` tinyint(4) NOT NULL default '0',
  `currency_percent_fee` decimal(4,2) NOT NULL default '0.00',
  `currency_modified` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`currency_id`),
  UNIQUE KEY `currency_code` (`currency_code`)
) ENGINE=MyISAM AUTO_INCREMENT=182 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_currency`
--

LOCK TABLES `m9qyl_hikashop_currency` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_currency` DISABLE KEYS */;
INSERT INTO `m9qyl_hikashop_currency` VALUES (1,'€','EUR','%n','Euro',1,'1.00000','a:13:{s:17:\"mon_decimal_point\";s:1:\",\";s:17:\"mon_thousands_sep\";s:1:\".\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:0;s:14:\"p_sep_by_space\";i:1;s:13:\"n_cs_precedes\";i:0;s:14:\"n_sep_by_space\";i:1;s:11:\"p_sign_posn\";i:1;s:11:\"n_sign_posn\";i:1;}',1,'0.00',0),(2,'$','USD','%n','United States dollar',1,'1.00000','a:13:{s:17:\"mon_decimal_point\";s:1:\".\";s:17:\"mon_thousands_sep\";s:1:\",\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:0;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:0;s:11:\"p_sign_posn\";i:4;s:11:\"n_sign_posn\";i:4;}',1,'0.00',0),(3,'¥','JPY','%n','Japanese yen',0,'1.00000','a:13:{s:17:\"mon_decimal_point\";s:1:\",\";s:17:\"mon_thousands_sep\";s:1:\" \";s:12:\"mon_grouping\";s:1:\"4\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:0;s:11:\"frac_digits\";i:0;s:13:\"p_cs_precedes\";i:0;s:14:\"p_sep_by_space\";i:1;s:13:\"n_cs_precedes\";i:0;s:14:\"n_sep_by_space\";i:1;s:11:\"p_sign_posn\";i:1;s:11:\"n_sign_posn\";i:1;}',0,'0.00',0),(4,'£','GBP','%n','British pound',0,'1.00000','a:13:{s:17:\"mon_decimal_point\";s:1:\".\";s:17:\"mon_thousands_sep\";s:1:\",\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:1;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:1;s:11:\"p_sign_posn\";i:1;s:11:\"n_sign_posn\";i:1;}',0,'0.00',0),(5,'$','CAD','%i','Canadian dollar',0,'1.00000','a:13:{s:17:\"mon_decimal_point\";s:1:\".\";s:17:\"mon_thousands_sep\";s:1:\",\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:0;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:0;s:11:\"p_sign_posn\";i:4;s:11:\"n_sign_posn\";i:4;}',0,'0.00',0),(6,'$','AUD','%i','Australian dollar',0,'1.00000','a:13:{s:17:\"mon_decimal_point\";s:1:\".\";s:17:\"mon_thousands_sep\";s:1:\",\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:0;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:0;s:11:\"p_sign_posn\";i:4;s:11:\"n_sign_posn\";i:4;}',0,'0.00',0),(7,'$','NZD','%i','New Zealand dollar',0,'1.00000','a:13:{s:17:\"mon_decimal_point\";s:1:\",\";s:17:\"mon_thousands_sep\";s:1:\".\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:0;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:0;s:11:\"p_sign_posn\";i:4;s:11:\"n_sign_posn\";i:4;}',0,'0.00',0),(8,'؋','AFN','%i','Afghan afghani',0,'1.00000','',0,'0.00',0),(9,'Lek','ALL','%i','Albanian lek',0,'1.00000','',0,'0.00',0),(10,'د.ج','DZD','%i','Algerian dinar',0,'1.00000','',0,'0.00',0),(11,'Kz ','AOA','%i','Angolan kwanza',0,'1.00000','',0,'0.00',0),(12,'$','ARS','%i','Argentine peso',0,'1.00000','',0,'0.00',0),(13,'դր.','AMD','%i','Armenian dram',0,'1.00000','',0,'0.00',0),(14,'ƒ','AWG','%i','Aruban florin',0,'1.00000','',0,'0.00',0),(15,'ман','AZN','%i','Azerbaijani manat',0,'1.00000','',0,'0.00',0),(16,'$','BSD','%i','Bahamian dollar',0,'1.00000','',0,'0.00',0),(17,'ب.د','BHD','%i','Bahraini dinar',0,'1.00000','',0,'0.00',0),(18,'৳','BDT','%i','Bangladeshi taka',0,'1.00000','',0,'0.00',0),(19,'$','BBD','%i','Barbadian dollar',0,'1.00000','',0,'0.00',0),(20,'p.','BYR','%i','Belarusian ruble',0,'1.00000','',0,'0.00',0),(21,'BZ$','BZD','%i','Belize dollar',0,'1.00000','',0,'0.00',0),(22,'$','BMD','%i','Bermudian dollar',0,'1.00000','',0,'0.00',0),(23,'BTN','BTN','%i','Bhutanese ngultrum',0,'1.00000','',0,'0.00',0),(24,'$b','BOB','%i','Bolivian boliviano',0,'1.00000','',0,'0.00',0),(25,'XBA','XBA','%i','Bond Markets',0,'1.00000','',0,'0.00',0),(26,'KM','BAM','%i','Bosnia and Herzegovina convert',0,'1.00000','',0,'0.00',0),(27,'P','BWP','%i','Botswana pula',0,'1.00000','',0,'0.00',0),(28,'R$','BRL','%i','Brazilian real',0,'1.00000','',0,'0.00',0),(29,'$','BND','%i','Brunei dollar',0,'1.00000','',0,'0.00',0),(30,'лв','BGN','%i','Bulgarian lev',0,'1.00000','',0,'0.00',0),(31,'Fr ','BIF','%i','Burundian franc',0,'1.00000','',0,'0.00',0),(32,'៛','KHR','%i','Cambodian riel',0,'1.00000','',0,'0.00',0),(33,'$','CVE','%i','Cape Verdean escudo',0,'1.00000','',0,'0.00',0),(34,'$','KYD','%i','Cayman Islands dollar',0,'1.00000','',0,'0.00',0),(35,'Fr ','XAF','%i','Central African CFA franc',0,'1.00000','',0,'0.00',0),(36,'Fr ','XPF','%i','CFP franc',0,'1.00000','',0,'0.00',0),(37,'$','CLP','%i','Chilean peso',0,'1.00000','',0,'0.00',0),(38,'元','CNY','%i','Chinese renminbi yuan',0,'1.00000','',0,'0.00',0),(39,'XTS','XTS','%i','Codes specif',0,'1.00000','',0,'0.00',0),(40,'$','COP','%i','Colombian peso',0,'1.00000','',0,'0.00',0),(41,'Fr ','KMF','%i','Comorian franc',0,'1.00000','',0,'0.00',0),(42,'Fr ','CDF','%i','Congolese franc',0,'1.00000','',0,'0.00',0),(43,'₡','CRC','%i','Costa Rican colón',0,'1.00000','',0,'0.00',0),(44,'kn','HRK','%i','Croatian kuna',0,'1.00000','',0,'0.00',0),(45,'₱','CUP','%i','Cuban peso',0,'1.00000','',0,'0.00',0),(46,'Kč','CZK','%i','Czech koruna',0,'1.00000','',0,'0.00',0),(47,'kr','DKK','%i','Danish krone',0,'1.00000','',0,'0.00',0),(48,'Fr ','DJF','%i','Djiboutian franc',0,'1.00000','',0,'0.00',0),(49,'RD$','DOP','%i','Dominican peso',0,'1.00000','',0,'0.00',0),(50,'$','XCD','%i','East Caribbean dollar',0,'1.00000','',0,'0.00',0),(51,'£','EGP','%i','Egyptian pound',0,'1.00000','',0,'0.00',0),(52,'Nfk ','ERN','%i','Eritrean nakfa',0,'1.00000','',0,'0.00',0),(53,'kr','EEK','%i','Estonian kroon',0,'1.00000','',0,'0.00',0),(54,'ETB','ETB','%i','Ethiopian birr',0,'1.00000','',0,'0.00',0),(55,'XBB','XBB','%i','European Mon',0,'1.00000','',0,'0.00',0),(56,'XBD','XBD','%i','European Uni',0,'1.00000','',0,'0.00',0),(57,'XBC','XBC','%i','European Uni',0,'1.00000','',0,'0.00',0),(58,'£','FKP','%i','Falkland pound',0,'1.00000','',0,'0.00',0),(59,'$','FJD','%i','Fijian dollar',0,'1.00000','',0,'0.00',0),(60,'D ','GMD','%i','Gambian dalasi',0,'1.00000','',0,'0.00',0),(61,'ლ','GEL','%i','Georgian lari',1,'1.00000','',1,'0.00',1362904485),(62,'₵','GHS','%i','Ghanaian cedi',0,'1.00000','',0,'0.00',0),(63,'£','GIP','%i','Gibraltar pound',0,'1.00000','',0,'0.00',0),(64,'Gold','XAU','%i','Gold',0,'1.00000','',0,'0.00',0),(65,'Q','GTQ','%i','Guatemalan quetzal',0,'1.00000','',0,'0.00',0),(66,'GWP','GWP','%i','Guinea-Bissa',0,'1.00000','',0,'0.00',0),(67,'Fr ','GNF','%i','Guinean franc',0,'1.00000','',0,'0.00',0),(68,'$','GYD','%i','Guyanese dollar',0,'1.00000','',0,'0.00',0),(69,'G ','HTG','%i','Haitian gourde',0,'1.00000','',0,'0.00',0),(70,'L','HNL','%i','Honduran lempira',0,'1.00000','',0,'0.00',0),(71,'元','HKD','%i','Hong Kong dollar',0,'1.00000','',0,'0.00',0),(72,'Ft','HUF','%i','Hungarian forint',0,'1.00000','',0,'0.00',0),(73,'kr','ISK','%i','Icelandic króna',0,'1.00000','',0,'0.00',0),(74,'₨','INR','%i','Indian rupee',0,'1.00000','',0,'0.00',0),(75,'Rp','IDR','%i','Indonesian rupiah',0,'1.00000','',0,'0.00',0),(76,'﷼','IRR','%i','Iranian rial',0,'1.00000','',0,'0.00',0),(77,'ع.د','IQD','%i','Iraqi dinar',0,'1.00000','',0,'0.00',0),(78,'₪','ILS','%i','Israeli new sheqel',0,'1.00000','',0,'0.00',0),(79,'J$','JMD','%i','Jamaican dollar',0,'1.00000','',0,'0.00',0),(80,'د.ا','JOD','%i','Jordanian dinar',0,'1.00000','',0,'0.00',0),(81,'лв','KZT','%i','Kazakhstani tenge',0,'1.00000','',0,'0.00',0),(82,'Sh ','KES','%i','Kenyan shilling',0,'1.00000','',0,'0.00',0),(83,'د.ك','KWD','%i','Kuwaiti dinar',0,'1.00000','',0,'0.00',0),(84,'лв','KGS','%i','Kyrgyzstani som',0,'1.00000','',0,'0.00',0),(85,'₭','LAK','%i','Lao kip',0,'1.00000','',0,'0.00',0),(86,'Ls','LVL','%i','Latvian lats',0,'1.00000','',0,'0.00',0),(87,'£','LBP','%i','Lebanese pound',0,'1.00000','',0,'0.00',0),(88,'L ','LSL','%i','Lesotho loti',0,'1.00000','',0,'0.00',0),(89,'$','LRD','%i','Liberian dollar',0,'1.00000','',0,'0.00',0),(90,'ل.د','LYD','%i','Libyan dinar',0,'1.00000','',0,'0.00',0),(91,'Lt','LTL','%i','Lithuanian litas',0,'1.00000','',0,'0.00',0),(92,'P ','MOP','%i','Macanese pataca',0,'1.00000','',0,'0.00',0),(93,'ден','MKD','%i','Macedonian denar',0,'1.00000','',0,'0.00',0),(94,'MGA','MGA','%i','Malagasy ariary',0,'1.00000','',0,'0.00',0),(95,'MK ','MWK','%i','Malawian kwacha',0,'1.00000','',0,'0.00',0),(96,'RM','MYR','%i','Malaysian ringgit',0,'1.00000','',0,'0.00',0),(97,'ރ.','MVR','%i','Maldivian rufiyaa',0,'1.00000','',0,'0.00',0),(98,'UM ','MRO','%i','Mauritanian ouguiya',0,'1.00000','',0,'0.00',0),(99,'₨','MUR','%i','Mauritian rupee',0,'1.00000','',0,'0.00',0),(100,'$','MXN','%i','Mexican peso',0,'1.00000','',0,'0.00',0),(101,'MXV','MXV','%i','Mexican Unid',0,'1.00000','',0,'0.00',0),(102,'L ','MDL','%i','Moldovan leu',0,'1.00000','',0,'0.00',0),(103,'₮','MNT','%i','Mongolian tögrög',0,'1.00000','',0,'0.00',0),(104,'د.م.','MAD','%i','Moroccan dirham',0,'1.00000','',0,'0.00',0),(105,'MT','MZN','%i','Mozambican metical',0,'1.00000','',0,'0.00',0),(106,'BOV','BOV','%i','Mvdol',0,'1.00000','',0,'0.00',0),(107,'K ','MMK','%i','Myanmar kyat',0,'1.00000','',0,'0.00',0),(108,'$','NAD','%i','Namibian dollar',0,'1.00000','',0,'0.00',0),(109,'₨','NPR','%i','Nepalese rupee',0,'1.00000','',0,'0.00',0),(110,'ƒ','ANG','%i','Netherlands Antillean gulden',0,'1.00000','',0,'0.00',0),(111,'NT$','TWD','%i','New Taiwan dollar',0,'1.00000','',0,'0.00',0),(112,'C$','NIO','%i','Nicaraguan córdoba',0,'1.00000','',0,'0.00',0),(113,'₦','NGN','%i','Nigerian naira',0,'1.00000','',0,'0.00',0),(114,'₩','KPW','%i','North Korean won',0,'1.00000','',0,'0.00',0),(115,'kr','NOK','%i','Norwegian krone',0,'1.00000','',0,'0.00',0),(116,'﷼','OMR','%i','Omani rial',0,'1.00000','',0,'0.00',0),(117,'₨','PKR','%i','Pakistani rupee',0,'1.00000','',0,'0.00',0),(118,'XPD','XPD','%i','Palladium',0,'1.00000','',0,'0.00',0),(119,'B/.','PAB','%i','Panamanian balboa',0,'1.00000','',0,'0.00',0),(120,'K ','PGK','%i','Papua New Guinean kina',0,'1.00000','',0,'0.00',0),(121,'₲','PYG','%i','Paraguayan guaraní',0,'1.00000','',0,'0.00',0),(122,'S/.','PEN','%i','Peruvian nuevo sol',0,'1.00000','',0,'0.00',0),(123,'₱','PHP','%i','Philippine peso',0,'1.00000','',0,'0.00',0),(124,'XPT','XPT','%i','Platinum',0,'1.00000','',0,'0.00',0),(125,'zł','PLN','%i','Polish Złoty',0,'1.00000','',0,'0.00',0),(126,'﷼','QAR','%i','Qatari riyal',0,'1.00000','',0,'0.00',0),(127,'lei','RON','%i','Romanian leu',0,'1.00000','',0,'0.00',0),(128,'руб','RUB','%i','Russian ruble',0,'1.00000','',0,'0.00',0),(129,'Fr ','RWF','%i','Rwandan franc',0,'1.00000','',0,'0.00',0),(130,'£','SHP','%i','Saint Helenian pound',0,'1.00000','',0,'0.00',0),(131,'$','SVC','%i','Salvadoran colón',0,'1.00000','',0,'0.00',0),(132,'T ','WST','%i','Samoan tala',0,'1.00000','',0,'0.00',0),(133,'Db ','STD','%i','São Tomé and Príncipe dobra',0,'1.00000','',0,'0.00',0),(134,'﷼','SAR','%i','Saudi riyal',0,'1.00000','',0,'0.00',0),(135,'XDR','XDR','%i','SDR',0,'1.00000','',0,'0.00',0),(136,'Дин.','RSD','%i','Serbian dinar',0,'1.00000','',0,'0.00',0),(137,'₨','SCR','%i','Seychellois rupee',0,'1.00000','',0,'0.00',0),(138,'Le ','SLL','%i','Sierra Leonean leone',0,'1.00000','',0,'0.00',0),(139,'XAG','XAG','%i','Silver',0,'1.00000','',0,'0.00',0),(140,'$','SGD','%i','Singapore dollar',0,'1.00000','',0,'0.00',0),(141,'Sk ','SKK','%i','Slovak koruna',0,'1.00000','',0,'0.00',0),(142,'$','SBD','%i','Solomon Islands dollar',0,'1.00000','',0,'0.00',0),(143,'S','SOS','%i','Somali shilling',0,'1.00000','',0,'0.00',0),(144,'R','ZAR','%i','South African rand',0,'1.00000','',0,'0.00',0),(145,'₩','KRW','%i','South Korean won',0,'1.00000','',0,'0.00',0),(146,'₨','LKR','%i','Sri Lankan rupee',0,'1.00000','',0,'0.00',0),(147,'£ ','SDG','%i','Sudanese pound',0,'1.00000','',0,'0.00',0),(148,'$','SRD','%i','Surinamese dollar',0,'1.00000','',0,'0.00',0),(149,'L ','SZL','%i','Swazi lilangeni',0,'1.00000','',0,'0.00',0),(150,'kr','SEK','%i','Swedish krona',0,'1.00000','',0,'0.00',0),(151,'CHF','CHF','%i','Swiss franc',0,'1.00000','',0,'0.00',0),(152,'£','SYP','%i','Syrian pound',0,'1.00000','',0,'0.00',0),(153,'ЅМ','TJS','%i','Tajikistani somoni',0,'1.00000','',0,'0.00',0),(154,'Sh ','TZS','%i','Tanzanian shilling',0,'1.00000','',0,'0.00',0),(155,'฿','THB','%i','Thai baht',0,'1.00000','',0,'0.00',0),(156,'XXX','XXX','%i','The codes as',0,'1.00000','',0,'0.00',0),(157,'T$ ','TOP','%i','Tongan paʻanga',0,'1.00000','',0,'0.00',0),(158,'TT$','TTD','%i','Trinidad and Tobago dollar',0,'1.00000','',0,'0.00',0),(159,'د.ت','TND','%i','Tunisian dinar',0,'1.00000','',0,'0.00',0),(160,'YTL','TRY','%i','Turkish new lira',0,'1.00000','',0,'0.00',0),(161,'m ','TMM','%i','Turkmenistani manat',0,'1.00000','',0,'0.00',0),(162,'Sh ','UGX','%i','Ugandan shilling',0,'1.00000','',0,'0.00',0),(163,'XFU','XFU','%i','UIC-Franc',0,'1.00000','',0,'0.00',0),(164,'₴','UAH','%i','Ukrainian hryvnia',0,'1.00000','',0,'0.00',0),(165,'COU','COU','%i','Unidad de Va',0,'1.00000','',0,'0.00',0),(166,'CLF','CLF','%i','Unidades de ',0,'1.00000','',0,'0.00',0),(167,'د.إ','AED','%i','United Arab Emirates dirham',0,'1.00000','',0,'0.00',0),(168,'UYI','UYI','%i','Uruguay Peso',0,'1.00000','',0,'0.00',0),(169,'$','UYU','%i','Uruguayan peso',0,'1.00000','',0,'0.00',0),(170,'$','USN','%i','US Dollar (Next Day)',0,'1.00000','',0,'0.00',0),(171,'$','USS','%i','US Dollar (Second Day)',0,'1.00000','',0,'0.00',0),(172,'лв','UZS','%i','Uzbekistani som',0,'1.00000','',0,'0.00',0),(173,'Vt ','VUV','%i','Vanuatu vatu',0,'1.00000','',0,'0.00',0),(174,'Bs','VEF','%i','Venezuelan bolívar',0,'1.00000','',0,'0.00',0),(175,'₫','VND','%i','Vietnamese Dong',0,'1.00000','',0,'0.00',0),(176,'Fr ','XOF','%i','West African CFA franc',0,'1.00000','',0,'0.00',0),(177,'€','CHE','%i','WIR Euro',0,'1.00000','',0,'0.00',0),(178,'CHW','CHW','%i','WIR Franc',0,'1.00000','',0,'0.00',0),(179,'﷼','YER','%i','Yemeni rial',0,'1.00000','',0,'0.00',0),(180,'ZK ','ZMK','%i','Zambian kwacha',0,'1.00000','',0,'0.00',0),(181,'Z$','ZWD','%i','Zimbabwean dollar',0,'1.00000','',0,'0.00',0);
/*!40000 ALTER TABLE `m9qyl_hikashop_currency` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_discount`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_discount`;
CREATE TABLE `m9qyl_hikashop_discount` (
  `discount_id` int(10) unsigned NOT NULL auto_increment,
  `discount_type` varchar(255) NOT NULL default 'discount',
  `discount_start` int(10) unsigned NOT NULL default '0',
  `discount_end` int(10) unsigned NOT NULL default '0',
  `discount_flat_amount` decimal(17,5) NOT NULL default '0.00000',
  `discount_percent_amount` decimal(10,2) NOT NULL default '0.00',
  `discount_minimum_order` decimal(17,5) NOT NULL default '0.00000',
  `discount_quota` int(10) unsigned NOT NULL default '0',
  `discount_used_times` int(10) unsigned NOT NULL default '0',
  `discount_code` varchar(255) NOT NULL default '',
  `discount_published` tinyint(4) NOT NULL default '0',
  `discount_product_id` int(10) unsigned NOT NULL default '0',
  `discount_category_id` int(10) unsigned NOT NULL default '0',
  `discount_zone_id` int(10) unsigned NOT NULL default '0',
  `discount_currency_id` int(10) unsigned NOT NULL default '0',
  `discount_category_childs` tinyint(4) NOT NULL default '0',
  `discount_auto_load` tinyint(3) unsigned default '0',
  `discount_access` varchar(255) NOT NULL default 'all',
  `discount_tax_id` int(10) unsigned default '0',
  `discount_minimum_products` int(10) unsigned default '0',
  `discount_quota_per_user` int(10) unsigned default '0',
  `discount_coupon_nodoubling` tinyint(4) default NULL,
  `discount_coupon_product_only` tinyint(4) default NULL,
  `discount_affiliate` int(10) NOT NULL default '0',
  PRIMARY KEY  (`discount_id`),
  UNIQUE KEY `discount_code` (`discount_code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_discount`
--

LOCK TABLES `m9qyl_hikashop_discount` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_discount` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_discount` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_download`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_download`;
CREATE TABLE `m9qyl_hikashop_download` (
  `file_id` int(10) unsigned NOT NULL,
  `order_id` int(10) unsigned NOT NULL,
  `file_pos` int(10) NOT NULL default '1',
  `download_number` int(11) NOT NULL default '1',
  PRIMARY KEY  (`file_id`,`order_id`,`file_pos`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_download`
--

LOCK TABLES `m9qyl_hikashop_download` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_download` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_download` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_entry`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_entry`;
CREATE TABLE `m9qyl_hikashop_entry` (
  `entry_id` int(10) unsigned NOT NULL auto_increment,
  `order_id` int(10) unsigned NOT NULL,
  PRIMARY KEY  (`entry_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_entry`
--

LOCK TABLES `m9qyl_hikashop_entry` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_entry` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_entry` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_field`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_field`;
CREATE TABLE `m9qyl_hikashop_field` (
  `field_id` smallint(5) unsigned NOT NULL auto_increment,
  `field_table` varchar(50) default NULL,
  `field_realname` varchar(250) NOT NULL,
  `field_namekey` varchar(50) NOT NULL,
  `field_type` varchar(50) default NULL,
  `field_value` longtext NOT NULL,
  `field_published` tinyint(3) unsigned NOT NULL default '1',
  `field_ordering` smallint(5) unsigned default '99',
  `field_options` text,
  `field_core` tinyint(3) unsigned NOT NULL default '0',
  `field_required` tinyint(3) unsigned NOT NULL default '0',
  `field_backend` tinyint(3) unsigned NOT NULL default '1',
  `field_frontcomp` tinyint(3) unsigned NOT NULL default '0',
  `field_default` varchar(250) default NULL,
  `field_backend_listing` tinyint(3) unsigned NOT NULL default '0',
  `field_access` varchar(255) NOT NULL default 'all',
  `field_categories` varchar(255) NOT NULL default 'all',
  `field_with_sub_categories` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`field_id`),
  UNIQUE KEY `field_namekey` (`field_namekey`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_field`
--

LOCK TABLES `m9qyl_hikashop_field` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_field` DISABLE KEYS */;
INSERT INTO `m9qyl_hikashop_field` VALUES (1,'address','Title','address_title','singledropdown','Mr::HIKA_TITLE_MR\nMrs::HIKA_TITLE_MRS\nMiss::HIKA_TITLE_MISS\nMs::HIKA_TITLE_MS\nDr::HIKA_TITLE_DR',1,1,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,1,1,1,'',0,'all','all',0),(2,'address','Firstname','address_firstname','text','',1,2,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,1,1,1,'',0,'all','all',0),(3,'address','Middle name','address_middle_name','text','',0,3,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,0,1,1,'',0,'all','all',0),(4,'address','Lastname','address_lastname','text','',1,4,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,1,1,1,'',0,'all','all',0),(5,'address','Company','address_company','text','',0,5,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,0,1,1,'',0,'all','all',0),(6,'address','Street','address_street','text','',1,6,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,1,1,1,'',0,'all','all',0),(7,'address','Complement','address_street2','text','',0,7,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,0,1,1,'',0,'all','all',0),(8,'address','Post code','address_post_code','text','',1,8,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,0,1,1,'',0,'all','all',0),(9,'address','City','address_city','text','',1,9,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,1,1,1,'',0,'all','all',0),(10,'address','Telephone','address_telephone','text','',1,10,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,1,1,1,'',0,'all','all',0),(11,'address','Telephone','address_telephone2','text','',0,11,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,0,1,1,'',0,'all','all',0),(12,'address','Fax','address_fax','text','',0,12,'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,0,1,1,'',0,'all','all',0),(13,'address','State','address_state','zone','',1,13,'a:6:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:5:\"state\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,1,1,1,'state_Rh__ne_1375',0,'all','all',0),(14,'address','Country','address_country','zone','',1,14,'a:6:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,1,1,1,'country_France_73',0,'all','all',0),(15,'address','VAT number','address_vat','text','',0,15,'a:6:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}',1,0,1,1,'',0,'all','all',0);
/*!40000 ALTER TABLE `m9qyl_hikashop_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_file`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_file`;
CREATE TABLE `m9qyl_hikashop_file` (
  `file_id` int(10) unsigned NOT NULL auto_increment,
  `file_name` varchar(255) NOT NULL,
  `file_description` text NOT NULL,
  `file_path` varchar(255) NOT NULL,
  `file_type` varchar(255) NOT NULL default 'category',
  `file_ref_id` int(10) unsigned NOT NULL default '0',
  `file_free_download` tinyint(3) unsigned NOT NULL default '0',
  `file_ordering` int(10) unsigned NOT NULL default '0',
  `file_limit` int(11) NOT NULL default '0',
  PRIMARY KEY  (`file_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_file`
--

LOCK TABLES `m9qyl_hikashop_file` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_file` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_filter`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_filter`;
CREATE TABLE `m9qyl_hikashop_filter` (
  `filter_id` smallint(5) unsigned NOT NULL auto_increment,
  `filter_name` varchar(250) NOT NULL,
  `filter_namekey` varchar(50) NOT NULL,
  `filter_published` tinyint(3) unsigned NOT NULL default '1',
  `filter_type` varchar(50) default NULL,
  `filter_category_id` int(10) unsigned NOT NULL,
  `filter_ordering` smallint(5) unsigned default '99',
  `filter_options` text,
  `filter_data` text NOT NULL,
  `filter_access` varchar(250) NOT NULL default 'all',
  `filter_direct_application` tinyint(3) NOT NULL default '0',
  `filter_value` text NOT NULL,
  `filter_category_childs` tinyint(3) unsigned NOT NULL,
  `filter_height` int(50) unsigned NOT NULL,
  `filter_deletable` tinyint(3) unsigned NOT NULL,
  `filter_dynamic` tinyint(3) unsigned NOT NULL,
  PRIMARY KEY  (`filter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_filter`
--

LOCK TABLES `m9qyl_hikashop_filter` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_filter` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_filter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_geolocation`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_geolocation`;
CREATE TABLE `m9qyl_hikashop_geolocation` (
  `geolocation_id` int(10) unsigned NOT NULL auto_increment,
  `geolocation_ip` varchar(255) NOT NULL default '',
  `geolocation_type` varchar(255) NOT NULL default 'order',
  `geolocation_ref_id` int(10) unsigned NOT NULL default '0',
  `geolocation_created` int(10) unsigned NOT NULL default '0',
  `geolocation_latitude` decimal(9,6) NOT NULL default '0.000000',
  `geolocation_longitude` decimal(9,6) NOT NULL default '0.000000',
  `geolocation_postal_code` varchar(255) NOT NULL default '',
  `geolocation_country` varchar(255) NOT NULL default '',
  `geolocation_country_code` varchar(255) NOT NULL default '',
  `geolocation_state` varchar(255) NOT NULL default '',
  `geolocation_state_code` varchar(255) NOT NULL default '',
  `geolocation_city` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`geolocation_id`),
  KEY `geolocation_type` (`geolocation_type`,`geolocation_ref_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_geolocation`
--

LOCK TABLES `m9qyl_hikashop_geolocation` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_geolocation` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_geolocation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_history`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_history`;
CREATE TABLE `m9qyl_hikashop_history` (
  `history_id` int(10) unsigned NOT NULL auto_increment,
  `history_order_id` int(10) unsigned NOT NULL default '0',
  `history_created` int(10) unsigned NOT NULL default '0',
  `history_ip` varchar(255) NOT NULL default '',
  `history_new_status` varchar(255) NOT NULL default '',
  `history_reason` text NOT NULL,
  `history_notified` tinyint(4) NOT NULL default '0',
  `history_amount` varchar(255) NOT NULL default '',
  `history_package_id` int(10) unsigned NOT NULL default '0',
  `history_payment_id` varchar(255) NOT NULL default '',
  `history_payment_method` varchar(255) NOT NULL default '',
  `history_data` longtext NOT NULL,
  `history_type` varchar(255) NOT NULL default '',
  `history_user_id` int(10) unsigned default '0',
  PRIMARY KEY  (`history_id`),
  KEY `history_order_id` (`history_order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_history`
--

LOCK TABLES `m9qyl_hikashop_history` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_limit`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_limit`;
CREATE TABLE `m9qyl_hikashop_limit` (
  `limit_id` int(11) unsigned NOT NULL auto_increment,
  `limit_product_id` int(11) NOT NULL default '0',
  `limit_category_id` int(11) NOT NULL default '0',
  `limit_per_product` tinyint(4) NOT NULL default '0',
  `limit_periodicity` varchar(255) NOT NULL default '',
  `limit_type` varchar(255) NOT NULL default '',
  `limit_value` int(10) NOT NULL default '0',
  `limit_unit` varchar(255) default NULL,
  `limit_currency_id` int(11) NOT NULL default '0',
  `limit_access` varchar(255) NOT NULL default '',
  `limit_status` varchar(255) NOT NULL default '',
  `limit_published` tinyint(4) NOT NULL default '0',
  `limit_created` int(10) default NULL,
  `limit_modified` int(10) default NULL,
  `limit_start` int(10) default NULL,
  `limit_end` int(10) default NULL,
  PRIMARY KEY  (`limit_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_limit`
--

LOCK TABLES `m9qyl_hikashop_limit` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_limit` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_limit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_order`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_order`;
CREATE TABLE `m9qyl_hikashop_order` (
  `order_id` int(10) unsigned NOT NULL auto_increment,
  `order_billing_address_id` int(10) unsigned NOT NULL default '0',
  `order_shipping_address_id` int(10) unsigned NOT NULL default '0',
  `order_user_id` int(10) unsigned NOT NULL default '0',
  `order_status` varchar(255) NOT NULL default '',
  `order_discount_code` varchar(255) NOT NULL default '',
  `order_created` int(10) unsigned NOT NULL default '0',
  `order_ip` varchar(255) NOT NULL default '',
  `order_currency_id` int(10) unsigned NOT NULL default '0',
  `order_shipping_price` decimal(17,5) NOT NULL default '0.00000',
  `order_discount_price` decimal(17,5) NOT NULL default '0.00000',
  `order_shipping_id` varchar(255) NOT NULL default '',
  `order_shipping_method` varchar(255) NOT NULL default '',
  `order_payment_id` varchar(255) NOT NULL default '',
  `order_payment_method` varchar(255) NOT NULL default '',
  `order_full_price` decimal(17,5) NOT NULL default '0.00000',
  `order_modified` int(10) unsigned NOT NULL default '0',
  `order_partner_id` int(10) unsigned NOT NULL default '0',
  `order_partner_price` decimal(17,5) NOT NULL default '0.00000',
  `order_partner_paid` int(11) NOT NULL default '0',
  `order_type` varchar(255) NOT NULL default 'sale',
  `order_partner_currency_id` int(10) unsigned NOT NULL default '0',
  `order_shipping_tax` decimal(17,5) NOT NULL default '0.00000',
  `order_discount_tax` decimal(17,5) NOT NULL default '0.00000',
  `order_number` varchar(255) NOT NULL default '',
  `order_invoice_id` int(10) unsigned NOT NULL default '0',
  `order_invoice_number` varchar(255) NOT NULL default '',
  `order_tax_info` text NOT NULL,
  `order_payment_price` decimal(17,5) NOT NULL default '0.00000',
  `order_invoice_created` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`order_id`),
  KEY `order_user_id` (`order_user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_order`
--

LOCK TABLES `m9qyl_hikashop_order` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_order` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_order_product`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_order_product`;
CREATE TABLE `m9qyl_hikashop_order_product` (
  `order_product_id` int(10) unsigned NOT NULL auto_increment,
  `order_id` int(10) unsigned NOT NULL default '0',
  `product_id` int(10) unsigned NOT NULL default '0',
  `order_product_quantity` int(10) unsigned NOT NULL default '1',
  `order_product_name` varchar(255) NOT NULL default '',
  `order_product_code` varchar(255) NOT NULL default '',
  `order_product_price` decimal(17,5) NOT NULL default '0.00000',
  `order_product_tax` decimal(17,5) NOT NULL default '0.00000',
  `order_product_options` text NOT NULL,
  `order_product_option_parent_id` int(10) unsigned default '0',
  `order_product_tax_info` text NOT NULL,
  `order_product_wishlist_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`order_product_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_order_product`
--

LOCK TABLES `m9qyl_hikashop_order_product` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_order_product` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_order_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_payment`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_payment`;
CREATE TABLE `m9qyl_hikashop_payment` (
  `payment_id` int(10) unsigned NOT NULL auto_increment,
  `payment_name` varchar(255) NOT NULL default '',
  `payment_description` text NOT NULL,
  `payment_images` text NOT NULL,
  `payment_params` text NOT NULL,
  `payment_type` varchar(255) NOT NULL default '',
  `payment_zone_namekey` varchar(255) NOT NULL default '',
  `payment_access` varchar(255) NOT NULL default 'all',
  `payment_shipping_methods` text NOT NULL,
  `payment_currency` varchar(255) NOT NULL,
  `payment_price` decimal(17,5) NOT NULL default '0.00000',
  PRIMARY KEY  (`payment_id`),
  UNIQUE KEY `payment_type` (`payment_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_payment`
--

LOCK TABLES `m9qyl_hikashop_payment` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_payment` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_payment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_price`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_price`;
CREATE TABLE `m9qyl_hikashop_price` (
  `price_id` int(10) unsigned NOT NULL auto_increment,
  `price_currency_id` int(10) unsigned NOT NULL default '0',
  `price_product_id` int(10) unsigned NOT NULL default '0',
  `price_value` decimal(17,5) NOT NULL default '0.00000',
  `price_min_quantity` int(10) unsigned NOT NULL default '0',
  `price_access` varchar(255) NOT NULL default 'all',
  PRIMARY KEY  (`price_id`),
  KEY `price_product_id` (`price_product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_price`
--

LOCK TABLES `m9qyl_hikashop_price` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_price` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_product`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_product`;
CREATE TABLE `m9qyl_hikashop_product` (
  `product_id` int(11) unsigned NOT NULL auto_increment,
  `product_parent_id` int(11) unsigned NOT NULL default '0',
  `product_name` varchar(255) NOT NULL,
  `product_description` text NOT NULL,
  `product_quantity` int(11) NOT NULL default '-1',
  `product_code` varchar(255) NOT NULL,
  `product_published` tinyint(4) NOT NULL default '0',
  `product_hit` int(11) unsigned NOT NULL default '0',
  `product_created` int(11) unsigned NOT NULL default '0',
  `product_sale_start` int(10) unsigned NOT NULL default '0',
  `product_sale_end` int(10) unsigned NOT NULL default '0',
  `product_delay_id` int(10) unsigned NOT NULL default '0',
  `product_tax_id` int(10) unsigned NOT NULL default '0',
  `product_type` varchar(255) NOT NULL default '',
  `product_vendor_id` int(10) unsigned NOT NULL default '0',
  `product_manufacturer_id` int(10) unsigned NOT NULL default '0',
  `product_url` varchar(255) NOT NULL,
  `product_weight` decimal(12,3) unsigned NOT NULL default '0.000',
  `product_keywords` varchar(255) NOT NULL,
  `product_weight_unit` varchar(255) NOT NULL default 'kg',
  `product_modified` int(10) unsigned NOT NULL default '0',
  `product_meta_description` varchar(255) NOT NULL default '',
  `product_dimension_unit` varchar(255) NOT NULL default 'm',
  `product_width` decimal(12,3) NOT NULL default '0.000',
  `product_length` decimal(12,3) NOT NULL default '0.000',
  `product_height` decimal(12,3) NOT NULL default '0.000',
  `product_max_per_order` int(10) unsigned default '0',
  `product_access` varchar(255) NOT NULL default 'all',
  `product_group_after_purchase` varchar(255) NOT NULL default '',
  `product_min_per_order` int(10) unsigned default '0',
  `product_contact` smallint(5) unsigned NOT NULL default '0',
  `product_last_seen_date` int(10) unsigned default '0',
  `product_sales` int(10) unsigned default '0',
  `product_waitlist` smallint(5) unsigned NOT NULL default '0',
  `product_layout` varchar(255) NOT NULL default '',
  `product_average_score` float NOT NULL,
  `product_total_vote` int(11) NOT NULL default '0',
  `product_page_title` varchar(255) NOT NULL default '',
  `product_alias` varchar(255) NOT NULL default '',
  `product_price_percentage` decimal(15,7) NOT NULL default '0.0000000',
  PRIMARY KEY  (`product_id`),
  UNIQUE KEY `product_code` (`product_code`),
  KEY `product_parent_id` (`product_parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_product`
--

LOCK TABLES `m9qyl_hikashop_product` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_product` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_product_category`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_product_category`;
CREATE TABLE `m9qyl_hikashop_product_category` (
  `product_category_id` int(255) unsigned NOT NULL auto_increment,
  `category_id` int(10) unsigned NOT NULL,
  `product_id` int(10) unsigned NOT NULL,
  `ordering` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`product_category_id`),
  UNIQUE KEY `category_id` (`category_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_product_category`
--

LOCK TABLES `m9qyl_hikashop_product_category` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_product_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_product_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_product_related`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_product_related`;
CREATE TABLE `m9qyl_hikashop_product_related` (
  `product_id` int(10) unsigned NOT NULL,
  `product_related_id` int(10) unsigned NOT NULL,
  `product_related_type` varchar(255) NOT NULL default 'related',
  `product_related_ordering` int(10) unsigned default '0',
  PRIMARY KEY  (`product_id`,`product_related_id`,`product_related_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_product_related`
--

LOCK TABLES `m9qyl_hikashop_product_related` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_product_related` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_product_related` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_shipping`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_shipping`;
CREATE TABLE `m9qyl_hikashop_shipping` (
  `shipping_id` int(11) NOT NULL auto_increment,
  `shipping_type` varchar(255) NOT NULL default 'manual',
  `shipping_zone_namekey` varchar(255) NOT NULL,
  `shipping_tax_id` int(10) unsigned NOT NULL default '0',
  `shipping_price` decimal(17,5) NOT NULL default '0.00000',
  `shipping_currency_id` int(10) unsigned NOT NULL default '0',
  `shipping_name` varchar(255) NOT NULL,
  `shipping_description` text NOT NULL,
  `shipping_published` tinyint(4) NOT NULL default '1',
  `shipping_ordering` int(10) unsigned NOT NULL default '0',
  `shipping_params` text NOT NULL,
  `shipping_images` varchar(255) NOT NULL default '',
  `shipping_access` varchar(255) NOT NULL default 'all',
  PRIMARY KEY  (`shipping_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_shipping`
--

LOCK TABLES `m9qyl_hikashop_shipping` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_shipping` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_shipping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_shipping_price`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_shipping_price`;
CREATE TABLE `m9qyl_hikashop_shipping_price` (
  `shipping_price_id` int(11) NOT NULL auto_increment,
  `shipping_id` int(11) NOT NULL,
  `shipping_price_ref_id` int(11) NOT NULL,
  `shipping_price_ref_type` varchar(255) NOT NULL default 'product',
  `shipping_price_min_quantity` int(11) NOT NULL default '0',
  `shipping_price_value` decimal(15,7) NOT NULL default '0.0000000',
  `shipping_fee_value` decimal(15,7) NOT NULL default '0.0000000',
  PRIMARY KEY  (`shipping_price_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_shipping_price`
--

LOCK TABLES `m9qyl_hikashop_shipping_price` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_shipping_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_shipping_price` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_tax`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_tax`;
CREATE TABLE `m9qyl_hikashop_tax` (
  `tax_namekey` varchar(255) NOT NULL,
  `tax_rate` decimal(17,5) NOT NULL default '0.00000',
  PRIMARY KEY  (`tax_namekey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_tax`
--

LOCK TABLES `m9qyl_hikashop_tax` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_tax` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_tax` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_taxation`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_taxation`;
CREATE TABLE `m9qyl_hikashop_taxation` (
  `taxation_id` int(10) unsigned NOT NULL auto_increment,
  `zone_namekey` varchar(255) NOT NULL,
  `category_namekey` varchar(255) NOT NULL,
  `tax_namekey` varchar(255) NOT NULL,
  `taxation_published` tinyint(4) NOT NULL default '0',
  `taxation_type` varchar(255) NOT NULL default 'individual',
  `taxation_access` varchar(255) NOT NULL default 'all',
  `taxation_cumulative` tinyint(4) default NULL,
  PRIMARY KEY  (`taxation_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_taxation`
--

LOCK TABLES `m9qyl_hikashop_taxation` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_taxation` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_taxation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_user`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_user`;
CREATE TABLE `m9qyl_hikashop_user` (
  `user_id` int(10) unsigned NOT NULL auto_increment,
  `user_cms_id` int(10) unsigned NOT NULL,
  `user_email` varchar(255) NOT NULL default '',
  `user_partner_email` varchar(255) NOT NULL,
  `user_params` text NOT NULL,
  `user_partner_id` int(10) unsigned NOT NULL default '0',
  `user_partner_price` decimal(17,5) NOT NULL default '0.00000',
  `user_partner_paid` tinyint(4) NOT NULL default '0',
  `user_created_ip` varchar(255) NOT NULL default '',
  `user_unpaid_amount` decimal(17,5) NOT NULL default '0.00000',
  `user_partner_currency_id` int(10) unsigned NOT NULL default '0',
  `user_created` int(10) unsigned NOT NULL default '0',
  `user_currency_id` int(10) unsigned NOT NULL default '0',
  `user_partner_activated` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`user_id`),
  UNIQUE KEY `user_email` (`user_email`),
  KEY `user_cms_id` (`user_cms_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_user`
--

LOCK TABLES `m9qyl_hikashop_user` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_user` DISABLE KEYS */;
INSERT INTO `m9qyl_hikashop_user` VALUES (1,888,'dt@gmauto.ge','','',0,'0.00000',0,'','0.00000',0,1362904383,0,0);
/*!40000 ALTER TABLE `m9qyl_hikashop_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_variant`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_variant`;
CREATE TABLE `m9qyl_hikashop_variant` (
  `variant_characteristic_id` int(10) unsigned NOT NULL,
  `variant_product_id` int(10) unsigned NOT NULL,
  `ordering` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`variant_characteristic_id`,`variant_product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_variant`
--

LOCK TABLES `m9qyl_hikashop_variant` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_variant` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_variant` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_vote`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_vote`;
CREATE TABLE `m9qyl_hikashop_vote` (
  `vote_id` int(11) unsigned NOT NULL auto_increment,
  `vote_ref_id` int(11) NOT NULL,
  `vote_type` varchar(15) NOT NULL,
  `vote_user_id` varchar(255) NOT NULL,
  `vote_rating` float NOT NULL,
  `vote_comment` text NOT NULL,
  `vote_useful` int(11) NOT NULL,
  `vote_pseudo` varchar(255) NOT NULL,
  `vote_ip` varchar(255) NOT NULL,
  `vote_email` varchar(255) NOT NULL,
  `vote_date` int(10) unsigned NOT NULL,
  `vote_published` tinyint(4) NOT NULL default '1',
  PRIMARY KEY  (`vote_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_vote`
--

LOCK TABLES `m9qyl_hikashop_vote` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_vote` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_vote` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_vote_user`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_vote_user`;
CREATE TABLE `m9qyl_hikashop_vote_user` (
  `vote_user_id` int(11) NOT NULL,
  `vote_user_user_id` varchar(26) NOT NULL,
  `vote_user_useful` tinyint(4) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_vote_user`
--

LOCK TABLES `m9qyl_hikashop_vote_user` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_vote_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_vote_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_waitlist`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_waitlist`;
CREATE TABLE `m9qyl_hikashop_waitlist` (
  `waitlist_id` int(11) NOT NULL auto_increment,
  `product_id` int(11) NOT NULL,
  `date` int(11) NOT NULL,
  `email` varchar(255) NOT NULL,
  `name` varchar(255) default NULL,
  `product_item_id` int(11) NOT NULL,
  PRIMARY KEY  (`waitlist_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_waitlist`
--

LOCK TABLES `m9qyl_hikashop_waitlist` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_waitlist` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_hikashop_waitlist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_widget`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_widget`;
CREATE TABLE `m9qyl_hikashop_widget` (
  `widget_id` int(10) unsigned NOT NULL auto_increment,
  `widget_name` varchar(255) NOT NULL,
  `widget_params` text NOT NULL,
  `widget_published` tinyint(4) NOT NULL default '0',
  `widget_ordering` int(11) NOT NULL default '0',
  `widget_access` varchar(250) NOT NULL default 'all',
  PRIMARY KEY  (`widget_id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_widget`
--

LOCK TABLES `m9qyl_hikashop_widget` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_widget` DISABLE KEYS */;
INSERT INTO `m9qyl_hikashop_widget` VALUES (1,'Last seven orders','O:8:\"stdClass\":27:{s:7:\"display\";s:7:\"listing\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:9:\"thisMonth\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"best_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',1,1,'all'),(2,'Sales this month','O:8:\"stdClass\":27:{s:7:\"display\";s:5:\"graph\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:9:\"thisMonth\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:5:\"sales\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',1,2,'all'),(3,'Main Statistics','O:8:\"stdClass\":6:{s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:7:\"coupons\";s:6:\"a:0:{}\";s:5:\"table\";a:5:{i:0;O:8:\"stdClass\":2:{s:8:\"row_name\";s:16:\"Sales this month\";s:13:\"widget_params\";O:8:\"stdClass\":15:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:9:\"thisMonth\";s:5:\"start\";s:0:\"\";s:3:\"end\";s:0:\"\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:5:\"sales\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:7:\"payment\";s:9:\"_multiple\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"last_customer\";s:8:\"apply_on\";s:7:\"product\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}i:1;O:8:\"stdClass\":2:{s:8:\"row_name\";s:22:\"Best product this year\";s:13:\"widget_params\";O:8:\"stdClass\":14:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:8:\"thisYear\";s:5:\"start\";s:0:\"\";s:3:\"end\";s:0:\"\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:4:\"best\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"last_customer\";s:8:\"apply_on\";s:7:\"product\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}i:2;O:8:\"stdClass\":2:{s:8:\"row_name\";s:22:\"Best customer all time\";s:13:\"widget_params\";O:8:\"stdClass\":15:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:3:\"all\";s:5:\"start\";s:1:\"0\";s:3:\"end\";s:1:\"0\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:9:\"customers\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"best_customer\";s:8:\"partners\";s:13:\"last_partners\";s:8:\"apply_on\";s:7:\"product\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}i:3;O:8:\"stdClass\":2:{s:8:\"row_name\";s:20:\"Orders created today\";s:13:\"widget_params\";O:8:\"stdClass\":15:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:5:\"today\";s:5:\"start\";s:0:\"\";s:3:\"end\";s:0:\"\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:72:\"a:1:{s:14:\"a.order_status\";a:2:{i:0;s:7:\"created\";i:1;s:9:\"confirmed\";}}\";s:7:\"payment\";s:9:\"_multiple\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"last_customer\";s:8:\"apply_on\";s:7:\"product\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}i:4;O:8:\"stdClass\":2:{s:8:\"row_name\";s:24:\"Best category this month\";s:13:\"widget_params\";O:8:\"stdClass\":15:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:8:\"thisWeek\";s:5:\"start\";s:0:\"\";s:3:\"end\";s:0:\"\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:4:\"best\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:7:\"payment\";s:9:\"_multiple\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"last_customer\";s:8:\"apply_on\";s:8:\"category\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}}s:6:\"status\";s:0:\"\";s:8:\"products\";s:6:\"a:0:{}\";}',1,3,'all'),(4,'Weekly performance','O:8:\"stdClass\":27:{s:7:\"display\";s:5:\"gauge\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%u %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:3:\"all\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:5:\"sales\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',0,4,'all'),(5,'Top sales','O:8:\"stdClass\":27:{s:7:\"display\";s:7:\"listing\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:9:\"thisMonth\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:8:\"products\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',0,5,'all'),(6,'Orders statuses this week','O:8:\"stdClass\":27:{s:7:\"display\";s:3:\"pie\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:8:\"thisWeek\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',0,6,'all'),(7,'Sales comparison between this year vs last year','O:8:\"stdClass\":27:{s:7:\"display\";s:4:\"area\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:9:\"thisMonth\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:5:\"sales\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:9:\"last_year\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',0,7,'all'),(8,'Five best categories over the last two weeks','O:8:\"stdClass\":27:{s:7:\"display\";s:4:\"line\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"specificPeriod\";s:5:\"start\";i:1342367760;s:3:\"end\";i:1343663760;s:6:\"period\";s:7:\"1296000\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:6:\"values\";s:8:\"compares\";s:50:\"a:1:{s:13:\"c.category_id\";s:15:\"c.category_name\";}\";s:5:\"limit\";s:1:\"5\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',0,8,'all'),(9,'Map','O:8:\"stdClass\":27:{s:7:\"display\";s:3:\"map\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:3:\"all\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"best_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"5\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:7:\"billing\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"best\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',0,9,'all'),(10,'Orders by currency','O:8:\"stdClass\":26:{s:7:\"display\";s:6:\"column\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:8:\"thisWeek\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:90:\"a:2:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}s:19:\"a.order_currency_id\";a:1:{i:0;s:1:\"1\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:6:\"values\";s:8:\"compares\";s:56:\"a:1:{s:19:\"a.order_currency_id\";s:15:\"d.currency_name\";}\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',0,10,'all'),(11,'Order to ship','O:8:\"stdClass\":27:{s:7:\"display\";s:7:\"listing\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:3:\"all\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:54:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:9:\"confirmed\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:0:\"\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}',0,11,'all');
/*!40000 ALTER TABLE `m9qyl_hikashop_widget` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_zone`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_zone`;
CREATE TABLE `m9qyl_hikashop_zone` (
  `zone_id` int(10) unsigned NOT NULL auto_increment,
  `zone_namekey` varchar(255) NOT NULL,
  `zone_name` varchar(255) NOT NULL,
  `zone_name_english` varchar(255) NOT NULL,
  `zone_code_2` varchar(255) NOT NULL,
  `zone_code_3` varchar(255) NOT NULL,
  `zone_type` varchar(255) NOT NULL default 'country',
  `zone_published` tinyint(4) NOT NULL default '0',
  `zone_currency_id` int(10) unsigned default '0',
  PRIMARY KEY  (`zone_id`),
  UNIQUE KEY `zone_namekey` (`zone_namekey`),
  KEY `zone_code_3` (`zone_code_3`)
) ENGINE=MyISAM AUTO_INCREMENT=4556 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_zone`
--

LOCK TABLES `m9qyl_hikashop_zone` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_zone` DISABLE KEYS */;
INSERT INTO `m9qyl_hikashop_zone` VALUES (1,'country_Afghanistan_1','افغانستان','Afghanistan','AF','AFG','country',1,0),(2,'country_Albania_2','Shqipëria','Albania','AL','ALB','country',1,0),(3,'country_Algeria_3','الجزائر','Algeria','DZ','DZA','country',1,0),(4,'country_American_Samoa_4','American Samoa','American Samoa','AS','ASM','country',1,0),(5,'country_Andorra_5','Andorra','Andorra','AD','AND','country',1,0),(6,'country_Angola_6','Angola','Angola','AO','AGO','country',1,0),(7,'country_Anguilla_7','Anguilla','Anguilla','AI','AIA','country',1,0),(8,'country_Antarctica_8','Antarctica','Antarctica','AQ','ATA','country',1,0),(9,'country_Antigua_and_Barbuda_9','Antigua and Barbuda','Antigua and Barbuda','AG','ATG','country',1,0),(10,'country_Argentina_10','Argentina','Argentina','AR','ARG','country',1,0),(11,'country_Armenia_11','Հայաստան','Armenia','AM','ARM','country',1,0),(12,'country_Aruba_12','Aruba','Aruba','AW','ABW','country',1,0),(13,'country_Australia_13','Australia','Australia','AU','AUS','country',1,0),(14,'country_Austria_14','Österreich','Austria','AT','AUT','country',1,0),(15,'country_Azerbaijan_15','Azərbaycan','Azerbaijan','AZ','AZE','country',1,0),(16,'country_Bahamas_16','Bahamas','Bahamas','BS','BHS','country',1,0),(17,'country_Bahrain_17','البحرين','Bahrain','BH','BHR','country',1,0),(18,'country_Bangladesh_18','বাংলাদেশ\'','Bangladesh','BD','BGD','country',1,0),(19,'country_Barbados_19','Barbados','Barbados','BB','BRB','country',1,0),(20,'country_Belarus_20','Беларусь','Belarus','BY','BLR','country',1,0),(21,'country_Belgium_21','België • Belgique • Belgien','Belgium','BE','BEL','country',1,0),(22,'country_Belize_22','Belize','Belize','BZ','BLZ','country',1,0),(23,'country_Benin_23','Bénin','Benin','BJ','BEN','country',1,0),(24,'country_Bermuda_24','Bermuda','Bermuda','BM','BMU','country',1,0),(25,'country_Bhutan_25','འབྲུག་ཡུལ་','Bhutan','BT','BTN','country',1,0),(26,'country_Bolivia_26','Wuliwya • Volívia • Buliwya','Bolivia','BO','BOL','country',1,0),(27,'country_Bosnia_and_Herzegowina_27','Bosna i Hercegovina','Bosnia and Herzegowina','BA','BIH','country',1,0),(28,'country_Botswana_28','Botswana','Botswana','BW','BWA','country',1,0),(29,'country_Bouvet_Island_29','Bouvet Island','Bouvet Island','BV','BVT','country',1,0),(30,'country_Brazil_30','Brazil','Brazil','BR','BRA','country',1,0),(31,'country_British_Indian_Ocean_Territory_31','British Indian Ocean Territory','British Indian Ocean Territory','IO','IOT','country',1,0),(32,'country_Brunei_Darussalam_32','Brunei Darussalam','Brunei Darussalam','BN','BRN','country',1,0),(33,'country_Bulgaria_33','България','Bulgaria','BG','BGR','country',1,0),(34,'country_Burkina_Faso_34','Burkina Faso','Burkina Faso','BF','BFA','country',1,0),(35,'country_Burundi_35','Uburundi','Burundi','BI','BDI','country',1,0),(36,'country_Cambodia_36','កម្ពុជា','Cambodia','KH','KHM','country',1,0),(37,'country_Cameroon_37','Cameroun','Cameroon','CM','CMR','country',1,0),(38,'country_Canada_38','Canada','Canada','CA','CAN','country',1,0),(39,'country_Cape_Verde_39','Cabo Verde','Cape Verde','CV','CPV','country',1,0),(40,'country_Cayman_Islands_40','Cayman Islands','Cayman Islands','KY','CYM','country',1,0),(41,'country_Central_African_Republic_41','Centrafrique • Bêafrîka','Central African Republic','CF','CAF','country',1,0),(42,'country_Chad_42','Tchad • تشاد','Chad','TD','TCD','country',1,0),(43,'country_Chile_43','Chile','Chile','CL','CHL','country',1,0),(44,'country_China_44','中國 • 中国','China','CN','CHN','country',1,0),(45,'country_Christmas_Island_45','Christmas Island','Christmas Island','CX','CXR','country',1,0),(46,'country_Cocos__Keeling__Islands_46','Cocos (Keeling) Islands','Cocos (Keeling) Islands','CC','CCK','country',1,0),(47,'country_Colombia_47','Colombia','Colombia','CO','COL','country',1,0),(48,'country_Comoros_48','Komori • Comores • جزر القمر','Comoros','KM','COM','country',1,0),(49,'country_Congo_49','Congo','Congo','CG','COG','country',1,0),(50,'country_Cook_Islands_50','Cook Islands','Cook Islands','CK','COK','country',1,0),(51,'country_Costa_Rica_51','Costa Rica','Costa Rica','CR','CRI','country',1,0),(52,'country_Cote_D_Ivoire_52','Cote D\'Ivoire','Cote D\'Ivoire','CI','CIV','country',1,0),(53,'country_Croatia_53','Hrvatska','Croatia','HR','HRV','country',1,0),(54,'country_Cuba_54','Cuba','Cuba','CU','CUB','country',1,0),(55,'country_Cyprus_55','Κύπρος • Kıbrıs','Cyprus','CY','CYP','country',1,0),(56,'country_Czech_Republic_56','Česko','Czech Republic','CZ','CZE','country',1,0),(57,'country_Denmark_57','Danmark','Denmark','DK','DNK','country',1,0),(58,'country_Djibouti_58','جيبوتي','Djibouti','DJ','DJI','country',1,0),(59,'country_Dominica_59','Dominica','Dominica','DM','DMA','country',1,0),(60,'country_Dominican_Republic_60','República Dominicana','Dominican Republic','DO','DOM','country',1,0),(61,'country_East_Timor_61','Timór-Leste','East Timor','TP','TMP','country',1,0),(62,'country_Ecuador_62','Ecuador','Ecuador','EC','ECU','country',1,0),(63,'country_Egypt_63','مصر','Egypt','EG','EGY','country',1,0),(64,'country_El_Salvador_64','El Salvador','El Salvador','SV','SLV','country',1,0),(65,'country_Equatorial_Guinea_65','Guinée équatoriale','Equatorial Guinea','GQ','GNQ','country',1,0),(66,'country_Eritrea_66','ኤርትራ • إرتريا','Eritrea','ER','ERI','country',1,0),(67,'country_Estonia_67','Eesti','Estonia','EE','EST','country',1,0),(68,'country_Ethiopia_68','ኢትዮጵያ','Ethiopia','ET','ETH','country',1,0),(69,'country_Falkland_Islands__Malvinas__69','Falkland Islands (Malvinas)','Falkland Islands (Malvinas)','FK','FLK','country',1,0),(70,'country_Faroe_Islands_70','Faroe Islands','Faroe Islands','FO','FRO','country',1,0),(71,'country_Fiji_71','Viti • फ़िजी','Fiji','FJ','FJI','country',1,0),(72,'country_Finland_72','Suomi','Finland','FI','FIN','country',1,0),(73,'country_France_73','France','France','FR','FRA','country',1,0),(74,'country_France__Metropolitan_74','France, Metropolitan','France, Metropolitan','FX','FXX','country',0,0),(75,'country_French_Guiana_75','French Guiana','French Guiana','GF','GUF','country',1,0),(76,'country_French_Polynesia_76','French Polynesia','French Polynesia','PF','PYF','country',1,0),(77,'country_French_Southern_Territories_77','French Southern Territories','French Southern Territories','TF','ATF','country',1,0),(78,'country_Gabon_78','Gabon','Gabon','GA','GAB','country',1,0),(79,'country_Gambia_79','Gambia','Gambia','GM','GMB','country',1,0),(80,'country_Georgia_80','საქართველო','Georgia','GE','GEO','country',1,0),(81,'country_Germany_81','Deutschland','Germany','DE','DEU','country',1,0),(82,'country_Ghana_82','Ghana','Ghana','GH','GHA','country',1,0),(83,'country_Gibraltar_83','Gibraltar','Gibraltar','GI','GIB','country',1,0),(84,'country_Greece_84','Ελλάδα','Greece','GR','GRC','country',1,0),(85,'country_Greenland_85','Greenland','Greenland','GL','GRL','country',1,0),(86,'country_Grenada_86','Grenada','Grenada','GD','GRD','country',1,0),(87,'country_Guadeloupe_87','Guadeloupe','Guadeloupe','GP','GLP','state',1,0),(88,'country_Guam_88','Guam','Guam','GU','GUM','country',1,0),(89,'country_Guatemala_89','Guatemala','Guatemala','GT','GTM','country',1,0),(90,'country_Guinea_90','Guinée','Guinea','GN','GIN','country',1,0),(91,'country_Guinea_Bissau_91','Guiné-Bissau','Guinea-Bissau','GW','GNB','country',1,0),(92,'country_Guyana_92','Guyana','Guyana','GY','GUY','country',1,0),(93,'country_Haiti_93','Haïti • Ayiti','Haiti','HT','HTI','country',1,0),(94,'country_Heard_and_McDonald_Islands_94','Heard and McDonald Islands','Heard and McDonald Islands','HM','HMD','country',1,0),(95,'country_Honduras_95','Honduras','Honduras','HN','HND','country',1,0),(96,'country_Hong_Kong_96','香港','Hong Kong','HK','HKG','country',1,0),(97,'country_Hungary_97','Magyarország','Hungary','HU','HUN','country',1,0),(98,'country_Iceland_98','Ísland','Iceland','IS','ISL','country',1,0),(99,'country_India_99','भारत','India','IN','IND','country',1,0),(100,'country_Indonesia_100','Indonesia','Indonesia','ID','IDN','country',1,0),(101,'country_Iran_101','ايران','Iran','IR','IRN','country',1,0),(102,'country_Iraq_102','عێراق • العراق','Iraq','IQ','IRQ','country',1,0),(103,'country_Ireland_103','Éire','Ireland','IE','IRL','country',1,0),(104,'country_Israel_104','إسرائيل • ישראל','Israel','IL','ISR','country',1,0),(105,'country_Italy_105','Italia','Italy','IT','ITA','country',1,0),(106,'country_Jamaica_106','Jamaica','Jamaica','JM','JAM','country',1,0),(107,'country_Japan_107','日本','Japan','JP','JPN','country',1,0),(108,'country_Jordan_108','الأردنّ','Jordan','JO','JOR','country',1,0),(109,'country_Kazakhstan_109','Қазақстан','Kazakhstan','KZ','KAZ','country',1,0),(110,'country_Kenya_110','Kenya','Kenya','KE','KEN','country',1,0),(111,'country_Kiribati_111','Kiribati','Kiribati','KI','KIR','country',1,0),(112,'country_Korea__North_112','북조선','Korea, North','KP','PRK','country',1,0),(113,'country_Korea__South_113','한국','Korea, South','KR','KOR','country',1,0),(114,'country_Kuwait_114','الكويت','Kuwait','KW','KWT','country',1,0),(115,'country_Kyrgyzstan_115','Кыргызстан','Kyrgyzstan','KG','KGZ','country',1,0),(116,'country_Laos_116','ເມືອງລາວ','Laos','LA','LAO','country',1,0),(117,'country_Latvia_117','Latvija','Latvia','LV','LVA','country',1,0),(118,'country_Lebanon_118','لبنان','Lebanon','LB','LBN','country',1,0),(119,'country_Lesotho_119','Lesotho','Lesotho','LS','LSO','country',1,0),(120,'country_Liberia_120','Liberia','Liberia','LR','LBR','country',1,0),(121,'country_Libyan_Arab_Jamahiriya_121','Libyan Arab Jamahiriya','Libyan Arab Jamahiriya','LY','LBY','country',1,0),(122,'country_Liechtenstein_122','Liechtenstein','Liechtenstein','LI','LIE','country',1,0),(123,'country_Lithuania_123','Lietuva','Lithuania','LT','LTU','country',1,0),(124,'country_Luxembourg_124','Luxemburg • Lëtzebuerg','Luxembourg','LU','LUX','country',1,0),(125,'country_Macau_125','澳门 • 澳門','Macau','MO','MAC','country',1,0),(126,'country_Macedonia_126','Македонија','Macedonia','MK','MKD','country',1,0),(127,'country_Madagascar_127','Madagasikara','Madagascar','MG','MDG','country',1,0),(128,'country_Malawi_128','Malaŵi','Malawi','MW','MWI','country',1,0),(129,'country_Malaysia_129','Malaysia','Malaysia','MY','MYS','country',1,0),(130,'country_Maldives_130','ދިވެހިރާއްޖެ','Maldives','MV','MDV','country',1,0),(131,'country_Mali_131','Mali','Mali','ML','MLI','country',1,0),(132,'country_Malta_132','Malta','Malta','MT','MLT','country',1,0),(133,'country_Marshall_Islands_133','Aelōn̄ in M̧ajeļ','Marshall Islands','MH','MHL','country',1,0),(134,'country_Martinique_134','Martinique','Martinique','MQ','MTQ','state',1,0),(135,'country_Mauritania_135','موريتانيا • Mauritanie','Mauritania','MR','MRT','country',1,0),(136,'country_Mauritius_136','Maurice','Mauritius','MU','MUS','country',1,0),(137,'country_Mayotte_137','Mayotte','Mayotte','YT','MYT','country',1,0),(138,'country_Mexico_138','México • Mēxihco','Mexico','MX','MEX','country',1,0),(139,'country_Micronesia_139','Micronesia','Micronesia','FM','FSM','country',1,0),(140,'country_Moldova_140','Moldova','Moldova','MD','MDA','country',1,0),(141,'country_Monaco_141','Monaco','Monaco','MC','MCO','country',1,0),(142,'country_Mongolia_142','Монгол улс','Mongolia','MN','MNG','country',1,0),(143,'country_Montserrat_143','Montserrat','Montserrat','MS','MSR','country',1,0),(144,'country_Morocco_144','المغرب','Morocco','MA','MAR','country',1,0),(145,'country_Mozambique_145','Moçambique','Mozambique','MZ','MOZ','country',1,0),(146,'country_Myanmar_146','Myanmar','Myanmar','MM','MMR','country',1,0),(147,'country_Namibia_147','Namibia','Namibia','NA','NAM','country',1,0),(148,'country_Nauru_148','Nauru','Nauru','NR','NRU','country',1,0),(149,'country_Nepal_149','नेपाल','Nepal','NP','NPL','country',1,0),(150,'country_Netherlands_150','Nederland','Netherlands','NL','NLD','country',1,0),(151,'country_Netherlands_Antilles_151','Netherlands Antilles','Netherlands Antilles','AN','ANT','country',1,0),(152,'country_New_Caledonia_152','Nouvelle-Calédonie','New Caledonia','NC','NCL','country',1,0),(153,'country_New_Zealand_153','Aotearoa','New Zealand','NZ','NZL','country',1,0),(154,'country_Nicaragua_154','Nicaragua','Nicaragua','NI','NIC','country',1,0),(155,'country_Niger_155','Niger','Niger','NE','NER','country',1,0),(156,'country_Nigeria_156','Nigeria','Nigeria','NG','NGA','country',1,0),(157,'country_Niue_157','Niue','Niue','NU','NIU','country',1,0),(158,'country_Norfolk_Island_158','Norfolk Island','Norfolk Island','NF','NFK','country',1,0),(159,'country_Northern_Mariana_Islands_159','Northern Mariana Islands','Northern Mariana Islands','MP','MNP','country',1,0),(160,'country_Norway_160','Norge / Noreg','Norway','NO','NOR','country',1,0),(161,'country_Oman_161','عمان','Oman','OM','OMN','country',1,0),(162,'country_Pakistan_162','پاکستان','Pakistan','PK','PAK','country',1,0),(163,'country_Palau_163','Belau','Palau','PW','PLW','country',1,0),(164,'country_Panama_164','Panamá','Panama','PA','PAN','country',1,0),(165,'country_Papua_New_Guinea_165','Papua Niugini','Papua New Guinea','PG','PNG','country',1,0),(166,'country_Paraguay_166','Paraguái','Paraguay','PY','PRY','country',1,0),(167,'country_Peru_167','Perú','Peru','PE','PER','country',1,0),(168,'country_Philippines_168','Pilipinas','Philippines','PH','PHL','country',1,0),(169,'country_Pitcairn_169','Pitcairn','Pitcairn','PN','PCN','country',1,0),(170,'country_Poland_170','Polska','Poland','PL','POL','country',1,0),(171,'country_Portugal_171','Portugal','Portugal','PT','PRT','country',1,0),(172,'country_Puerto_Rico_172','Puerto Rico','Puerto Rico','PR','PRI','country',1,0),(173,'country_Qatar_173','دولة قطر','Qatar','QA','QAT','country',1,0),(174,'country_Reunion_174','Reunion','Reunion','RE','REU','state',1,0),(175,'country_Romania_175','România','Romania','RO','ROM','country',1,0),(176,'country_Russia_176','Россия','Russia','RU','RUS','country',1,0),(177,'country_Rwanda_177','Rwanda','Rwanda','RW','RWA','country',1,0),(178,'country_Saint_Kitts_and_Nevis_178','Saint Kitts and Nevis','Saint Kitts and Nevis','KN','KNA','country',1,0),(179,'country_Saint_Lucia_179','Saint Lucia','Saint Lucia','LC','LCA','country',1,0),(180,'country_Saint_Vincent_and_the_Grenadines_180','Saint Vincent and the Grenadines','Saint Vincent and the Grenadines','VC','VCT','country',1,0),(181,'country_Samoa_181','Sāmoa','Samoa','WS','WSM','country',1,0),(182,'country_San_Marino_182','San Marino','San Marino','SM','SMR','country',1,0),(183,'country_Sao_Tome_and_Principe_183','São Tomé e Príncipe','Sao Tome and Principe','ST','STP','country',1,0),(184,'country_Saudi_Arabia_184','العربية السعودية','Saudi Arabia','SA','SAU','country',1,0),(185,'country_Senegal_185','Sénégal','Senegal','SN','SEN','country',1,0),(186,'country_Seychelles_186','Sesel','Seychelles','SC','SYC','country',1,0),(187,'country_Sierra_Leone_187','Sierra Leone','Sierra Leone','SL','SLE','country',1,0),(188,'country_Singapore_188','新加坡 • Singapura • சிங்கப்பூர்','Singapore','SG','SGP','country',1,0),(189,'country_Slovakia_189','Slovensko','Slovakia','SK','SVK','country',1,0),(190,'country_Slovenia_190','Slovenija','Slovenia','SI','SVN','country',1,0),(191,'country_Solomon_Islands_191','Solomon Islands','Solomon Islands','SB','SLB','country',1,0),(192,'country_Somalia_192','Soomaaliya • الصومال','Somalia','SO','SOM','country',1,0),(193,'country_South_Africa_193','Suid-Afrika','South Africa','ZA','ZAF','country',1,0),(194,'country_South_Georgia_and_the_South_Sandwich_Islands_194','South Georgia and the South Sandwich Islands','South Georgia and the South Sandwich Islands','GS','SGS','country',0,0),(195,'country_Spain_195','España','Spain','ES','ESP','country',1,0),(196,'country_Sri_Lanka_196','ශ්‍රී ලංකාව • இலங்கை','Sri Lanka','LK','LKA','country',1,0),(197,'country_St__Helena_197','St. Helena','St. Helena','SH','SHN','country',1,0),(198,'country_St__Pierre_and_Miquelon_198','St. Pierre and Miquelon','St. Pierre and Miquelon','PM','SPM','country',1,0),(199,'country_Sudan_199','السودان','Sudan','SD','SDN','country',1,0),(200,'country_Suriname_200','Suriname','Suriname','SR','SUR','country',1,0),(201,'country_Svalbard_and_Jan_Mayen_Islands_201','Svalbard and Jan Mayen Islands','Svalbard and Jan Mayen Islands','SJ','SJM','country',1,0),(202,'country_Swaziland_202','eSwatini','Swaziland','SZ','SWZ','country',1,0),(203,'country_Sweden_203','Sverige','Sweden','SE','SWE','country',1,0),(204,'country_Switzerland_204','Schweiz • Suisse • Svizzera • Svizra','Switzerland','CH','CHE','country',1,0),(205,'country_Syrian_Arab_Republic_205','سورية‎','Syrian Arab Republic','SY','SYR','country',1,0),(206,'country_Taiwan_206','臺灣 • 台灣','Taiwan','TW','TWN','country',1,0),(207,'country_Tajikistan_207','Тоҷикистон','Tajikistan','TJ','TJK','country',1,0),(208,'country_Tanzania_208','Tanzania','Tanzania','TZ','TZA','country',1,0),(209,'country_Thailand_209','ประเทศไทย','Thailand','TH','THA','country',1,0),(210,'country_Togo_210','Togo','Togo','TG','TGO','country',1,0),(211,'country_Tokelau_211','Tokelau','Tokelau','TK','TKL','country',1,0),(212,'country_Tonga_212','Tonga','Tonga','TO','TON','country',1,0),(213,'country_Trinidad_and_Tobago_213','Trinidad and Tobago','Trinidad and Tobago','TT','TTO','country',1,0),(214,'country_Tunisia_214','تونس‎','Tunisia','TN','TUN','country',1,0),(215,'country_Turkey_215','Türkiye','Turkey','TR','TUR','country',1,0),(216,'country_Turkmenistan_216','Türkmenistan','Turkmenistan','TM','TKM','country',1,0),(217,'country_Turks_and_Caicos_Islands_217','Turks and Caicos Islands','Turks and Caicos Islands','TC','TCA','country',1,0),(218,'country_Tuvalu_218','Tuvalu','Tuvalu','TV','TUV','country',1,0),(219,'country_Uganda_219','Uganda','Uganda','UG','UGA','country',1,0),(220,'country_Ukraine_220','Україна','Ukraine','UA','UKR','country',1,0),(221,'country_United_Arab_Emirates_221','الإمارات العربية المتحدة','United Arab Emirates','AE','ARE','country',1,0),(222,'country_United_Kingdom_222','United Kingdom','United Kingdom','GB','GBR','country',1,0),(223,'country_United_States_of_America_223','United States of America','United States of America','US','USA','country',1,0),(224,'country_United_States_Minor_Outlying_Islands_224','United States Minor Outlying Islands','United States Minor Outlying Islands','UM','UMI','country',1,0),(225,'country_Uruguay_225','Uruguay','Uruguay','UY','URY','country',1,0),(226,'country_Uzbekistan_226','Oʻzbekiston','Uzbekistan','UZ','UZB','country',1,0),(227,'country_Vanuatu_227','Vanuatu','Vanuatu','VU','VUT','country',1,0),(228,'country_Vatican_City_State__Holy_See__228','Vaticanum','Vatican City State','VA','VAT','country',1,0),(229,'country_Venezuela_229','Venezuela','Venezuela','VE','VEN','country',1,0),(230,'country_Vietnam_230','Việt Nam','Vietnam','VN','VNM','country',1,0),(231,'country_Virgin_Islands__British__231','Virgin Islands (British)','Virgin Islands (British)','VG','VGB','country',1,0),(232,'country_Virgin_Islands__U_S___232','Virgin Islands (U.S.)','Virgin Islands (U.S.)','VI','VIR','country',1,0),(233,'country_Wallis_and_Futuna_Islands_233','Wallis and Futuna Islands','Wallis and Futuna Islands','WF','WLF','country',1,0),(234,'country_Western_Sahara_234','الصحراء الغربية','Western Sahara','EH','ESH','country',1,0),(235,'country_Yemen_235','اليمن','Yemen','YE','YEM','country',1,0),(236,'country_Yugoslavia_236','Yugoslavia','Yugoslavia','YU','YUG','country',0,0),(237,'country_Zaire_237','Zaire','Zaire','ZR','ZAR','country',1,0),(238,'country_Zambia_238','Zambia','Zambia','ZM','ZMB','country',1,0),(239,'country_Zimbabwe_239','Zimbabwe','Zimbabwe','ZW','ZWE','country',1,0),(240,'state_______________240','بد خشان','بد خشان','','BDS','state',1,0),(241,'state______________241','بادغیس','بادغیس','','BDG','state',1,0),(242,'state____________242','بغلان','بغلان','','BGL','state',1,0),(243,'state________243','بلخ','بلخ','','BAL','state',1,0),(244,'state______________244','بامیان','بامیان','','BAM','state',1,0),(245,'state________________245','دایکندی','دایکندی','','DAY','state',1,0),(246,'state__________246','فراه','فراه','','FRA','state',1,0),(247,'state______________247','فارياب','فارياب','','FYB','state',1,0),(248,'state__________248','غزنى','غزنى','','GHA','state',1,0),(249,'state________249','غور','غور','','GHO','state',1,0),(250,'state____________250','هلمند','هلمند','','HEL','state',1,0),(251,'state__________251','هرات','هرات','','HER','state',1,0),(252,'state______________252','جوزجان','جوزجان','','JOW','state',1,0),(253,'state__________253','کابل','کابل','','KAB','state',1,0),(254,'state______________254','قندھار','قندھار','','KAN','state',1,0),(255,'state______________255','کاپيسا','کاپيسا','','KAP','state',1,0),(256,'state__________256','خوست','خوست','','KHO','state',1,0),(257,'state____________257','کُنَر','کُنَر','','KNR','state',1,0),(258,'state____________258','كندوز','كندوز','','KDZ','state',1,0),(259,'state____________259','لغمان','لغمان','','LAG','state',1,0),(260,'state__________260','لوګر','لوګر','','LOW','state',1,0),(261,'state________________261','ننگرهار','ننگرهار','','NAN','state',1,0),(262,'state______________262','نیمروز','نیمروز','','NIM','state',1,0),(263,'state________________263','نورستان','نورستان','','NUR','state',1,0),(264,'state________________264','ؤروزگان','ؤروزگان','','ORU','state',1,0),(265,'state____________265','پکتیا','پکتیا','','PIA','state',1,0),(266,'state______________266','پکتيکا','پکتيکا','','PKA','state',1,0),(267,'state_______________267','پنج شیر','پنج شیر','','PAN','state',1,0),(268,'state____________268','پروان','پروان','','PAR','state',1,0),(269,'state______________269','سمنگان','سمنگان','','SAM','state',1,0),(270,'state___________270','سر پل','سر پل','','SAR','state',1,0),(271,'state__________271','تخار','تخار','','TAK','state',1,0),(272,'state__________272','وردک','وردک','','WAR','state',1,0),(273,'state__________273','زابل','زابل','','ZAB','state',1,0),(274,'state_Beratit_274','Beratit','Beratit','','BR','state',1,0),(275,'state_Bulqiz__s_275','Bulqizës','Bulqizës','','BU','state',1,0),(276,'state_Dibr__s_276','Dibrës','Dibrës','','DI','state',1,0),(277,'state_Delvin__s_277','Delvinës','Delvinës','','DL','state',1,0),(278,'state_Durr__sit_278','Durrësit','Durrësit','','DR','state',1,0),(279,'state_Devollit_279','Devollit','Devollit','','DV','state',1,0),(280,'state_Elbasanit_280','Elbasanit','Elbasanit','','EL','state',1,0),(281,'state_Kolonj__s_281','Kolonjës','Kolonjës','','ER','state',1,0),(282,'state_Fierit_282','Fierit','Fierit','','FR','state',1,0),(283,'state_Gjirokastr__s_283','Gjirokastrës','Gjirokastrës','','GJ','state',1,0),(284,'state_Gramshit_284','Gramshit','Gramshit','','GR','state',1,0),(285,'state_Hasit_285','Hasit','Hasit','','HA','state',1,0),(286,'state_Kavaj__s_286','Kavajës','Kavajës','','KA','state',1,0),(287,'state_Kurbinit_287','Kurbinit','Kurbinit','','KB','state',1,0),(288,'state_Ku__ov__s_288','Kuçovës','Kuçovës','','KC','state',1,0),(289,'state_Kor____s_289','Korçës','Korçës','','KO','state',1,0),(290,'state_Kruj__s_290','Krujës','Krujës','','KR','state',1,0),(291,'state_Kuk__sit_291','Kukësit','Kukësit','','KU','state',1,0),(292,'state_Librazhdit_292','Librazhdit','Librazhdit','','LB','state',1,0),(293,'state_Lezh__s_293','Lezhës','Lezhës','','LE','state',1,0),(294,'state_Lushnj__s_294','Lushnjës','Lushnjës','','LU','state',1,0),(295,'state_Mallakastr__s_295','Mallakastrës','Mallakastrës','','MK','state',1,0),(296,'state_Mal__sis___s___Madhe_296','Malësisë së Madhe','Malësisë së Madhe','','MM','state',1,0),(297,'state_Mirdit__s_297','Mirditës','Mirditës','','MR','state',1,0),(298,'state_Matit_298','Matit','Matit','','MT','state',1,0),(299,'state_Pogradecit_299','Pogradecit','Pogradecit','','PG','state',1,0),(300,'state_Peqinit_300','Peqinit','Peqinit','','PQ','state',1,0),(301,'state_P__rmetit_301','Përmetit','Përmetit','','PR','state',1,0),(302,'state_Puk__s_302','Pukës','Pukës','','PU','state',1,0),(303,'state_Shkodr__s_303','Shkodrës','Shkodrës','','SH','state',1,0),(304,'state_Skraparit_304','Skraparit','Skraparit','','SK','state',1,0),(305,'state_Sarand__s_305','Sarandës','Sarandës','','SR','state',1,0),(306,'state_Tepelen__s_306','Tepelenës','Tepelenës','','TE','state',1,0),(307,'state_Tropoj__s_307','Tropojës','Tropojës','','TP','state',1,0),(308,'state_Tiran__s_308','Tiranës','Tiranës','','TR','state',1,0),(309,'state_Vlor__s_309','Vlorës','Vlorës','','VL','state',1,0),(310,'state_______________________310','ولاية أدرار','ولاية أدرار','','01','state',1,0),(311,'state_______________________311','ولاية الشلف','ولاية الشلف','','02','state',1,0),(312,'state___________________________312','ولاية الأغواط','ولاية الأغواط','','03','state',1,0),(313,'state________________________________313','ولاية أم البواقي','ولاية أم البواقي','','04','state',1,0),(314,'state_______________________314','ولاية باتنة','ولاية باتنة','','05','state',1,0),(315,'state_______________________315','ولاية بجاية','ولاية بجاية','','06','state',1,0),(316,'state_______________________316','ولاية بسكرة','ولاية بسكرة','','07','state',1,0),(317,'state_____________________317','ولاية بشار','ولاية بشار','','08','state',1,0),(318,'state___________________318','البليدة‎','البليدة‎','','09','state',1,0),(319,'state___________________________319','ولاية البويرة','ولاية البويرة','','10','state',1,0),(320,'state___________________________320','ولاية تمنراست','ولاية تمنراست','','11','state',1,0),(321,'state_____________________321','ولاية تبسة','ولاية تبسة','','12','state',1,0),(322,'state______________322','تلمسان','تلمسان','','13','state',1,0),(323,'state_______________________323','ولاية تيارت','ولاية تيارت','','14','state',1,0),(324,'state_________________324','تيزي وزو','تيزي وزو','','15','state',1,0),(325,'state___________________________325','ولاية الجزائر','ولاية الجزائر','','16','state',1,0),(326,'state________________________________326','ولاية عين الدفلى','ولاية عين الدفلى','','17','state',1,0),(327,'state_____________________327','ولاية جيجل','ولاية جيجل','','18','state',1,0),(328,'state_____________________328','ولاية سطيف','ولاية سطيف','','19','state',1,0),(329,'state_______________________329','ولاية سعيدة','ولاية سعيدة','','20','state',1,0),(330,'state__________________330','السكيكدة','السكيكدة','','21','state',1,0),(331,'state__________________________________331','ولاية سيدي بلعباس','ولاية سيدي بلعباس','','22','state',1,0),(332,'state_______________________332','ولاية عنابة','ولاية عنابة','','23','state',1,0),(333,'state_______________________333','ولاية قالمة','ولاية قالمة','','24','state',1,0),(334,'state________________334','قسنطينة','قسنطينة','','25','state',1,0),(335,'state_________________________335','ولاية المدية','ولاية المدية','','26','state',1,0),(336,'state___________________________336','ولاية مستغانم','ولاية مستغانم','','27','state',1,0),(337,'state___________________________337','ولاية المسيلة','ولاية المسيلة','','28','state',1,0),(338,'state_______________________338','ولاية معسكر','ولاية معسكر','','29','state',1,0),(339,'state____________339','ورقلة','ورقلة','','30','state',1,0),(340,'state____________340','وهران','وهران','','31','state',1,0),(341,'state_______________________341','ولاية البيض','ولاية البيض','','32','state',1,0),(342,'state_______________________342','ولاية اليزي','ولاية اليزي','','33','state',1,0),(343,'state____________________________________343','ولاية برج بوعريريج','ولاية برج بوعريريج','','34','state',1,0),(344,'state___________________________344','ولاية بومرداس','ولاية بومرداس','','35','state',1,0),(345,'state_________________________345','ولاية الطارف','ولاية الطارف','','36','state',1,0),(346,'state____________346','تندوف','تندوف','','37','state',1,0),(347,'state___________________________347','ولاية تسمسيلت','ولاية تسمسيلت','','38','state',1,0),(348,'state_________________________348','ولاية الوادي','ولاية الوادي','','39','state',1,0),(349,'state_______________________349','ولاية خنشلة','ولاية خنشلة','','40','state',1,0),(350,'state______________________________350','ولاية سوق أهراس','ولاية سوق أهراس','','41','state',1,0),(351,'state_________________________351','ولاية تيبازة','ولاية تيبازة','','42','state',1,0),(352,'state_____________________352','ولاية ميلة','ولاية ميلة','','43','state',1,0),(353,'state________________________________353','ولاية عين الدفلى','ولاية عين الدفلى','','44','state',1,0),(354,'state___________________________354','ولاية النعامة','ولاية النعامة','','45','state',1,0),(355,'state________________________________355','ولاية عين تموشنت','ولاية عين تموشنت','','46','state',1,0),(356,'state_________________________356','ولاية غرداية','ولاية غرداية','','47','state',1,0),(357,'state_________________________357','ولاية غليزان','ولاية غليزان','','48','state',1,0),(358,'state_Eastern_358','Eastern','Eastern','','EA','state',1,0),(359,'state_Manu_a_359','Manu\'a','Manu\'a','','MA','state',1,0),(360,'state_Rose_Island_360','Rose Island','Rose Island','','RI','state',1,0),(361,'state_Swains_Island_361','Swains Island','Swains Island','','SI','state',1,0),(362,'state_Western_362','Western','Western','','WE','state',1,0),(363,'state_Andorra_la_Vella_363','Andorra la Vella','Andorra la Vella','','AN','state',1,0),(364,'state_Canillo_364','Canillo','Canillo','','CA','state',1,0),(365,'state_Encamp_365','Encamp','Encamp','','EN','state',1,0),(366,'state_Escaldes_Engordany_366','Escaldes-Engordany','Escaldes-Engordany','','LE','state',1,0),(367,'state_La_Massana_367','La Massana','La Massana','','LM','state',1,0),(368,'state_Ordino_368','Ordino','Ordino','','OR','state',1,0),(369,'state_Sant_Juli___de_L__ria_369','Sant Juliá de Lória','Sant Juliá de Lória','','SJ','state',1,0),(370,'state_Bengo_370','Bengo','Bengo','','BGO','state',1,0),(371,'state_Benguela_371','Benguela','Benguela','','BGU','state',1,0),(372,'state_Bi___372','Bié','Bié','','BIE','state',1,0),(373,'state_Cabinda_373','Cabinda','Cabinda','','CAB','state',1,0),(374,'state_Cuando_Cubango_374','Cuando Cubango','Cuando Cubango','','CCU','state',1,0),(375,'state_Cuanza_Norte_375','Cuanza Norte','Cuanza Norte','','CNO','state',1,0),(376,'state_Cuanza_Sul_376','Cuanza Sul','Cuanza Sul','','CUS','state',1,0),(377,'state_Cunene_377','Cunene','Cunene','','CNN','state',1,0),(378,'state_Huambo_378','Huambo','Huambo','','HUA','state',1,0),(379,'state_Hu__la_379','Huíla','Huíla','','HUI','state',1,0),(380,'state_Luanda_380','Luanda','Luanda','','LUA','state',1,0),(381,'state_Lunda_Norte_381','Lunda Norte','Lunda Norte','','LNO','state',1,0),(382,'state_Lunda_Sul_382','Lunda Sul','Lunda Sul','','LSU','state',1,0),(383,'state_Malanje_383','Malanje','Malanje','','MAL','state',1,0),(384,'state_Moxico_384','Moxico','Moxico','','MOX','state',1,0),(385,'state_Namibe_385','Namibe','Namibe','','NAM','state',1,0),(386,'state_U__ge_386','Uíge','Uíge','','UIG','state',1,0),(387,'state_Zaire_387','Zaire','Zaire','','ZAI','state',1,0),(388,'state_Barbuda_388','Barbuda','Barbuda','','BAR','state',1,0),(389,'state_Saint_George_389','Saint George','Saint George','','SGE','state',1,0),(390,'state_Saint_John_390','Saint John','Saint John','','SJO','state',1,0),(391,'state_Saint_Mary_391','Saint Mary','Saint Mary','','SMA','state',1,0),(392,'state_Saint_Paul_392','Saint Paul','Saint Paul','','SPA','state',1,0),(393,'state_Saint_Peter_393','Saint Peter','Saint Peter','','SPE','state',1,0),(394,'state_Saint_Philip_394','Saint Philip','Saint Philip','','SPH','state',1,0),(395,'state_Salta_395','Salta','Salta','','A','state',1,0),(396,'state_Buenos_Aires_Province_396','Buenos Aires Province','Buenos Aires Province','','B','state',1,0),(397,'state_Capital_Federal_397','Capital Federal','Capital Federal','','C','state',1,0),(398,'state_San_Luis_398','San Luis','San Luis','','D','state',1,0),(399,'state_Entre_R__os_399','Entre Ríos','Entre Ríos','','E','state',1,0),(400,'state_La_Rioja_400','La Rioja','La Rioja','','F','state',1,0),(401,'state_Santiago_del_Estero_401','Santiago del Estero','Santiago del Estero','','G','state',1,0),(402,'state_Chaco_402','Chaco','Chaco','','H','state',1,0),(403,'state_San_Juan_403','San Juan','San Juan','','J','state',1,0),(404,'state_Catamarca_404','Catamarca','Catamarca','','K','state',1,0),(405,'state_La_Pampa_405','La Pampa','La Pampa','','L','state',1,0),(406,'state_Mendoza_406','Mendoza','Mendoza','','M','state',1,0),(407,'state_Misiones_407','Misiones','Misiones','','N','state',1,0),(408,'state_Formosa_408','Formosa','Formosa','','P','state',1,0),(409,'state_Neuqu__n_409','Neuquén','Neuquén','','Q','state',1,0),(410,'state_R__o_Negro_410','Río Negro','Río Negro','','R','state',1,0),(411,'state_Santa_Fe_411','Santa Fe','Santa Fe','','S','state',1,0),(412,'state_Tucum__n_412','Tucumán','Tucumán','','T','state',1,0),(413,'state_Chubut_413','Chubut','Chubut','','U','state',1,0),(414,'state_Tierra_del_Fuego_414','Tierra del Fuego','Tierra del Fuego','','V','state',1,0),(415,'state_Corrientes_415','Corrientes','Corrientes','','W','state',1,0),(416,'state_C__rdoba_416','Córdoba','Córdoba','','X','state',1,0),(417,'state_Jujuy_417','Jujuy','Jujuy','','Y','state',1,0),(418,'state_Santa_Cruz_418','Santa Cruz','Santa Cruz','','Z','state',1,0),(419,'state____________________419','Արագածոտն','Արագածոտն','','AG','state',1,0),(420,'state______________420','Արարատ','Արարատ','','AR','state',1,0),(421,'state________________421','Արմավիր','Արմավիր','','AV','state',1,0),(422,'state____________422','Երևան','Երևան','','ER','state',1,0),(423,'state________________________423','Գեղարքունիք','Գեղարքունիք','','GR','state',1,0),(424,'state______________424','Կոտայք','Կոտայք','','KT','state',1,0),(425,'state__________425','Լոռի','Լոռի','','LO','state',1,0),(426,'state____________426','Շիրակ','Շիրակ','','SH','state',1,0),(427,'state________________427','Սյունիք','Սյունիք','','SU','state',1,0),(428,'state______________428','Տավուշ','Տավուշ','','TV','state',1,0),(429,'state___________________429','Վայոց Ձոր','Վայոց Ձոր','','VD','state',1,0),(430,'state_Australian_Capital_Territory_430','Australian Capital Territory','Australian Capital Territory','','ACT','state',1,0),(431,'state_New_South_Wales_431','New South Wales','New South Wales','','NSW','state',1,0),(432,'state_Northern_Territory_432','Northern Territory','Northern Territory','','NT','state',1,0),(433,'state_Queensland_433','Queensland','Queensland','','QLD','state',1,0),(434,'state_South_Australia_434','South Australia','South Australia','','SA','state',1,0),(435,'state_Tasmania_435','Tasmania','Tasmania','','TAS','state',1,0),(436,'state_Victoria_436','Victoria','Victoria','','VIC','state',1,0),(437,'state_Western_Australia_437','Western Australia','Western Australia','','WA','state',1,0),(438,'state_Burgenland_438','Burgenland','Burgenland','','1','state',1,0),(439,'state_K__rnten_439','Kärnten','Kärnten','','2','state',1,0),(440,'state_Nieder__sterreich_440','Niederösterreich','Niederösterreich','','3','state',1,0),(441,'state_Ober__sterreich_441','Oberösterreich','Oberösterreich','','4','state',1,0),(442,'state_Salzburg_442','Salzburg','Salzburg','','5','state',1,0),(443,'state_Steiermark_443','Steiermark','Steiermark','','6','state',1,0),(444,'state_Tirol_444','Tirol','Tirol','','7','state',1,0),(445,'state_Voralberg_445','Voralberg','Voralberg','','8','state',1,0),(446,'state_Wien_446','Wien','Wien','','9','state',1,0),(447,'state___li_Bayraml___447','Əli Bayramlı','Əli Bayramlı','','AB','state',1,0),(448,'state_Ab__eron_448','Abşeron','Abşeron','','ABS','state',1,0),(449,'state_A__cab__di_449','Ağcabədi','Ağcabədi','','AGC','state',1,0),(450,'state_A__dam_450','Ağdam','Ağdam','','AGM','state',1,0),(451,'state_A__da___451','Ağdaş','Ağdaş','','AGS','state',1,0),(452,'state_A__stafa_452','Ağstafa','Ağstafa','','AGA','state',1,0),(453,'state_A__su_453','Ağsu','Ağsu','','AGU','state',1,0),(454,'state_Astara_454','Astara','Astara','','AST','state',1,0),(455,'state_Bak___455','Bakı','Bakı','','BA','state',1,0),(456,'state_Bab__k_456','Babək','Babək','','BAB','state',1,0),(457,'state_Balak__n_457','Balakən','Balakən','','BAL','state',1,0),(458,'state_B__rd___458','Bərdə','Bərdə','','BAR','state',1,0),(459,'state_Beyl__qan_459','Beyləqan','Beyləqan','','BEY','state',1,0),(460,'state_Bil__suvar_460','Biləsuvar','Biləsuvar','','BIL','state',1,0),(461,'state_C__bray__l_461','Cəbrayıl','Cəbrayıl','','CAB','state',1,0),(462,'state_C__lilabab_462','Cəlilabab','Cəlilabab','','CAL','state',1,0),(463,'state_Julfa_463','Julfa','Julfa','','CUL','state',1,0),(464,'state_Da__k__s__n_464','Daşkəsən','Daşkəsən','','DAS','state',1,0),(465,'state_D__v____i_465','Dəvəçi','Dəvəçi','','DAV','state',1,0),(466,'state_F__zuli_466','Füzuli','Füzuli','','FUZ','state',1,0),(467,'state_G__nc___467','Gəncə','Gəncə','','GA','state',1,0),(468,'state_G__d__b__y_468','Gədəbəy','Gədəbəy','','GAD','state',1,0),(469,'state_Goranboy_469','Goranboy','Goranboy','','GOR','state',1,0),(470,'state_G__y__ay_470','Göyçay','Göyçay','','GOY','state',1,0),(471,'state_Hac__qabul_471','Hacıqabul','Hacıqabul','','HAC','state',1,0),(472,'state___mi__li_472','İmişli','İmişli','','IMI','state',1,0),(473,'state___smay__ll___473','İsmayıllı','İsmayıllı','','ISM','state',1,0),(474,'state_K__lb__c__r_474','Kəlbəcər','Kəlbəcər','','KAL','state',1,0),(475,'state_K__rd__mir_475','Kürdəmir','Kürdəmir','','KUR','state',1,0),(476,'state_L__nk__ran_476','Lənkəran','Lənkəran','','LA','state',1,0),(477,'state_La____n_477','Laçın','Laçın','','LAC','state',1,0),(478,'state_L__nk__ran_478','Lənkəran','Lənkəran','','LAN','state',1,0),(479,'state_Lerik_479','Lerik','Lerik','','LER','state',1,0),(480,'state_Masall___480','Masallı','Masallı','','MAS','state',1,0),(481,'state_Ming____evir_481','Mingəçevir','Mingəçevir','','MI','state',1,0),(482,'state_Naftalan_482','Naftalan','Naftalan','','NA','state',1,0),(483,'state_Neft__ala_483','Neftçala','Neftçala','','NEF','state',1,0),(484,'state_O__uz_484','Oğuz','Oğuz','','OGU','state',1,0),(485,'state_Ordubad_485','Ordubad','Ordubad','','ORD','state',1,0),(486,'state_Q__b__l___486','Qəbələ','Qəbələ','','QAB','state',1,0),(487,'state_Qax_487','Qax','Qax','','QAX','state',1,0),(488,'state_Qazax_488','Qazax','Qazax','','QAZ','state',1,0),(489,'state_Qobustan_489','Qobustan','Qobustan','','QOB','state',1,0),(490,'state_Quba_490','Quba','Quba','','QBA','state',1,0),(491,'state_Qubadl___491','Qubadlı','Qubadlı','','QBI','state',1,0),(492,'state_Qusar_492','Qusar','Qusar','','QUS','state',1,0),(493,'state_____ki_493','Şəki','Şəki','','SA','state',1,0),(494,'state_Saatl___494','Saatlı','Saatlı','','SAT','state',1,0),(495,'state_Sabirabad_495','Sabirabad','Sabirabad','','SAB','state',1,0),(496,'state_S__d__r__k_496','Sədərək','Sədərək','','SAD','state',1,0),(497,'state___ahbuz_497','Şahbuz','Şahbuz','','SAH','state',1,0),(498,'state_____ki_498','Şəki','Şəki','','SAK','state',1,0),(499,'state_Salyan_499','Salyan','Salyan','','SAL','state',1,0),(500,'state_Sumqay__t_500','Sumqayıt','Sumqayıt','','SM','state',1,0),(501,'state___amax___501','Şamaxı','Şamaxı','','SMI','state',1,0),(502,'state_____mkir_502','Şəmkir','Şəmkir','','SKR','state',1,0),(503,'state_Samux_503','Samux','Samux','','SMX','state',1,0),(504,'state_____rur_504','Şərur','Şərur','','SAR','state',1,0),(505,'state_Siy__z__n_505','Siyəzən','Siyəzən','','SIY','state',1,0),(506,'state___u__a__City__506','Şuşa (City)','Şuşa (City)','','SS','state',1,0),(507,'state___u__a_507','Şuşa','Şuşa','','SUS','state',1,0),(508,'state_T__rt__r_508','Tərtər','Tərtər','','TAR','state',1,0),(509,'state_Tovuz_509','Tovuz','Tovuz','','TOV','state',1,0),(510,'state_Ucar_510','Ucar','Ucar','','UCA','state',1,0),(511,'state_Xank__ndi_511','Xankəndi','Xankəndi','','XA','state',1,0),(512,'state_Xa__maz_512','Xaçmaz','Xaçmaz','','XAC','state',1,0),(513,'state_Xanlar_513','Xanlar','Xanlar','','XAN','state',1,0),(514,'state_X__z___514','Xızı','Xızı','','XIZ','state',1,0),(515,'state_Xocal___515','Xocalı','Xocalı','','XCI','state',1,0),(516,'state_Xocav__nd_516','Xocavənd','Xocavənd','','XVD','state',1,0),(517,'state_Yard__ml___517','Yardımlı','Yardımlı','','YAR','state',1,0),(518,'state_Yevlax__City__518','Yevlax (City)','Yevlax (City)','','YE','state',1,0),(519,'state_Yevlax_519','Yevlax','Yevlax','','YEV','state',1,0),(520,'state_Z__ngilan_520','Zəngilan','Zəngilan','','ZAN','state',1,0),(521,'state_Zaqatala_521','Zaqatala','Zaqatala','','ZAQ','state',1,0),(522,'state_Z__rdab_522','Zərdab','Zərdab','','ZAR','state',1,0),(523,'state_Nakhichevan_523','Nakhichevan','Nakhichevan','','NX','state',1,0),(524,'state_Acklins_and_Crooked_Islands_524','Acklins and Crooked Islands','Acklins and Crooked Islands','','AC','state',1,0),(525,'state_Bimini_525','Bimini','Bimini','','BI','state',1,0),(526,'state_Cat_Island_526','Cat Island','Cat Island','','CI','state',1,0),(527,'state_Exuma_527','Exuma','Exuma','','EX','state',1,0),(528,'state_Freeport_528','Freeport','Freeport','','FR','state',1,0),(529,'state_Fresh_Creek_529','Fresh Creek','Fresh Creek','','FC','state',1,0),(530,'state_Governor_s_Harbour_530','Governor\'s Harbour','Governor\'s Harbour','','GH','state',1,0),(531,'state_Green_Turtle_Cay_531','Green Turtle Cay','Green Turtle Cay','','GT','state',1,0),(532,'state_Harbour_Island_532','Harbour Island','Harbour Island','','HI','state',1,0),(533,'state_High_Rock_533','High Rock','High Rock','','HR','state',1,0),(534,'state_Inagua_534','Inagua','Inagua','','IN','state',1,0),(535,'state_Kemps_Bay_535','Kemps Bay','Kemps Bay','','KB','state',1,0),(536,'state_Long_Island_536','Long Island','Long Island','','LI','state',1,0),(537,'state_Marsh_Harbour_537','Marsh Harbour','Marsh Harbour','','MH','state',1,0),(538,'state_Mayaguana_538','Mayaguana','Mayaguana','','MA','state',1,0),(539,'state_New_Providence_539','New Providence','New Providence','','NP','state',1,0),(540,'state_Nicholls_Town_and_Berry_Islands_540','Nicholls Town and Berry Islands','Nicholls Town and Berry Islands','','NT','state',1,0),(541,'state_Ragged_Island_541','Ragged Island','Ragged Island','','RI','state',1,0),(542,'state_Rock_Sound_542','Rock Sound','Rock Sound','','RS','state',1,0),(543,'state_San_Salvador_and_Rum_Cay_543','San Salvador and Rum Cay','San Salvador and Rum Cay','','SS','state',1,0),(544,'state_Sandy_Point_544','Sandy Point','Sandy Point','','SP','state',1,0),(545,'state__________545','الحد','الحد','','01','state',1,0),(546,'state______________546','المحرق','المحرق','','02','state',1,0),(547,'state________________547','المنامة','المنامة','','03','state',1,0),(548,'state_____________548','جد حفص','جد حفص','','04','state',1,0),(549,'state_________________________________549','المنطقة الشمالية','المنطقة الشمالية','','05','state',1,0),(550,'state__________550','سترة','سترة','','06','state',1,0),(551,'state_____________________________551','المنطقة الوسطى','المنطقة الوسطى','','07','state',1,0),(552,'state_____________________552','مدينة عيسى','مدينة عيسى','','08','state',1,0),(553,'state________________________________________________553','الرفاع والمنطقة الجنوبية','الرفاع والمنطقة الجنوبية','','09','state',1,0),(554,'state_______________________________554','المنطقة الغربية','المنطقة الغربية','','10','state',1,0),(555,'state_________________555','جزر حوار','جزر حوار','','11','state',1,0),(556,'state___________________556','مدينة حمد','مدينة حمد','','12','state',1,0),(557,'state_Bandarban_557','Bandarban','Bandarban','','01','state',1,0),(558,'state_Barguna_558','Barguna','Barguna','','02','state',1,0),(559,'state_Bogra_559','Bogra','Bogra','','03','state',1,0),(560,'state_Brahmanbaria_560','Brahmanbaria','Brahmanbaria','','04','state',1,0),(561,'state_Bagerhat_561','Bagerhat','Bagerhat','','05','state',1,0),(562,'state_Barisal_562','Barisal','Barisal','','06','state',1,0),(563,'state_Bhola_563','Bhola','Bhola','','07','state',1,0),(564,'state_Comilla_564','Comilla','Comilla','','08','state',1,0),(565,'state_Chandpur_565','Chandpur','Chandpur','','09','state',1,0),(566,'state_Chittagong_566','Chittagong','Chittagong','','10','state',1,0),(567,'state_Cox_s_Bazar_567','Cox\'s Bazar','Cox\'s Bazar','','11','state',1,0),(568,'state_Chuadanga_568','Chuadanga','Chuadanga','','12','state',1,0),(569,'state_Dhaka_569','Dhaka','Dhaka','','13','state',1,0),(570,'state_Dinajpur_570','Dinajpur','Dinajpur','','14','state',1,0),(571,'state_Faridpur_571','Faridpur','Faridpur','','15','state',1,0),(572,'state_Feni_572','Feni','Feni','','16','state',1,0),(573,'state_Gopalganj_573','Gopalganj','Gopalganj','','17','state',1,0),(574,'state_Gazipur_574','Gazipur','Gazipur','','18','state',1,0),(575,'state_Gaibandha_575','Gaibandha','Gaibandha','','19','state',1,0),(576,'state_Habiganj_576','Habiganj','Habiganj','','20','state',1,0),(577,'state_Jamalpur_577','Jamalpur','Jamalpur','','21','state',1,0),(578,'state_Jessore_578','Jessore','Jessore','','22','state',1,0),(579,'state_Jhenaidah_579','Jhenaidah','Jhenaidah','','23','state',1,0),(580,'state_Jaipurhat_580','Jaipurhat','Jaipurhat','','24','state',1,0),(581,'state_Jhalakati_581','Jhalakati','Jhalakati','','25','state',1,0),(582,'state_Kishoreganj_582','Kishoreganj','Kishoreganj','','26','state',1,0),(583,'state_Khulna_583','Khulna','Khulna','','27','state',1,0),(584,'state_Kurigram_584','Kurigram','Kurigram','','28','state',1,0),(585,'state_Khagrachari_585','Khagrachari','Khagrachari','','29','state',1,0),(586,'state_Kushtia_586','Kushtia','Kushtia','','30','state',1,0),(587,'state_Lakshmipur_587','Lakshmipur','Lakshmipur','','31','state',1,0),(588,'state_Lalmonirhat_588','Lalmonirhat','Lalmonirhat','','32','state',1,0),(589,'state_Manikganj_589','Manikganj','Manikganj','','33','state',1,0),(590,'state_Mymensingh_590','Mymensingh','Mymensingh','','34','state',1,0),(591,'state_Munshiganj_591','Munshiganj','Munshiganj','','35','state',1,0),(592,'state_Madaripur_592','Madaripur','Madaripur','','36','state',1,0),(593,'state_Magura_593','Magura','Magura','','37','state',1,0),(594,'state_Moulvibazar_594','Moulvibazar','Moulvibazar','','38','state',1,0),(595,'state_Meherpur_595','Meherpur','Meherpur','','39','state',1,0),(596,'state_Narayanganj_596','Narayanganj','Narayanganj','','40','state',1,0),(597,'state_Netrakona_597','Netrakona','Netrakona','','41','state',1,0),(598,'state_Narsingdi_598','Narsingdi','Narsingdi','','42','state',1,0),(599,'state_Narail_599','Narail','Narail','','43','state',1,0),(600,'state_Natore_600','Natore','Natore','','44','state',1,0),(601,'state_Nawabganj_601','Nawabganj','Nawabganj','','45','state',1,0),(602,'state_Nilphamari_602','Nilphamari','Nilphamari','','46','state',1,0),(603,'state_Noakhali_603','Noakhali','Noakhali','','47','state',1,0),(604,'state_Naogaon_604','Naogaon','Naogaon','','48','state',1,0),(605,'state_Pabna_605','Pabna','Pabna','','49','state',1,0),(606,'state_Pirojpur_606','Pirojpur','Pirojpur','','50','state',1,0),(607,'state_Patuakhali_607','Patuakhali','Patuakhali','','51','state',1,0),(608,'state_Panchagarh_608','Panchagarh','Panchagarh','','52','state',1,0),(609,'state_Rajbari_609','Rajbari','Rajbari','','53','state',1,0),(610,'state_Rajshahi_610','Rajshahi','Rajshahi','','54','state',1,0),(611,'state_Rangpur_611','Rangpur','Rangpur','','55','state',1,0),(612,'state_Rangamati_612','Rangamati','Rangamati','','56','state',1,0),(613,'state_Sherpur_613','Sherpur','Sherpur','','57','state',1,0),(614,'state_Satkhira_614','Satkhira','Satkhira','','58','state',1,0),(615,'state_Sirajganj_615','Sirajganj','Sirajganj','','59','state',1,0),(616,'state_Sylhet_616','Sylhet','Sylhet','','60','state',1,0),(617,'state_Sunamganj_617','Sunamganj','Sunamganj','','61','state',1,0),(618,'state_Shariatpur_618','Shariatpur','Shariatpur','','62','state',1,0),(619,'state_Tangail_619','Tangail','Tangail','','63','state',1,0),(620,'state_Thakurgaon_620','Thakurgaon','Thakurgaon','','64','state',1,0),(621,'state_Saint_Andrew_621','Saint Andrew','Saint Andrew','','A','state',1,0),(622,'state_Christ_Church_622','Christ Church','Christ Church','','C','state',1,0),(623,'state_Saint_Peter_623','Saint Peter','Saint Peter','','E','state',1,0),(624,'state_Saint_George_624','Saint George','Saint George','','G','state',1,0),(625,'state_Saint_John_625','Saint John','Saint John','','J','state',1,0),(626,'state_Saint_Lucy_626','Saint Lucy','Saint Lucy','','L','state',1,0),(627,'state_Saint_Michael_627','Saint Michael','Saint Michael','','M','state',1,0),(628,'state_Saint_Joseph_628','Saint Joseph','Saint Joseph','','O','state',1,0),(629,'state_Saint_Philip_629','Saint Philip','Saint Philip','','P','state',1,0),(630,'state_Saint_James_630','Saint James','Saint James','','S','state',1,0),(631,'state_Saint_Thomas_631','Saint Thomas','Saint Thomas','','T','state',1,0),(632,'state_______________________________________632','Брэ́сцкая во́бласць','Брэ́сцкая во́бласць','','BR','state',1,0),(633,'state___________________________________________633','Го́мельская во́бласць','Го́мельская во́бласць','','HO','state',1,0),(634,'state_____________________________________________634','Гро́дзенская во́бласць','Гро́дзенская во́бласць','','HR','state',1,0),(635,'state___________________________________________635','Магілёўская во́бласць','Магілёўская во́бласць','','MA','state',1,0),(636,'state_____________________________________636','Мі́нская во́бласць','Мі́нская во́бласць','','MI','state',1,0),(637,'state_________________________________________637','Ві́цебская во́бласць','Ві́цебская во́бласць','','VI','state',1,0),(638,'state_Brussel_638','Brussel','Brussel','','BRU','state',1,0),(639,'state_Antwerpen_639','Antwerpen','Antwerpen','','VAN','state',1,0),(640,'state_Vlaams_Brabant_640','Vlaams-Brabant','Vlaams-Brabant','','VBR','state',1,0),(641,'state_Limburg_641','Limburg','Limburg','','VLI','state',1,0),(642,'state_Oost_Vlaanderen_642','Oost-Vlaanderen','Oost-Vlaanderen','','VOV','state',1,0),(643,'state_West_Vlaanderen_643','West-Vlaanderen','West-Vlaanderen','','VWV','state',1,0),(644,'state_Brabant_Wallon_644','Brabant Wallon','Brabant Wallon','','WBR','state',1,0),(645,'state_Hainaut_645','Hainaut','Hainaut','','WHT','state',1,0),(646,'state_Li__ge_L__ttich_646','Liège/Lüttich','Liège/Lüttich','','WLG','state',1,0),(647,'state_Luxembourg_647','Luxembourg','Luxembourg','','WLX','state',1,0),(648,'state_Namur_648','Namur','Namur','','WNA','state',1,0),(649,'state_Belize_District_649','Belize District','Belize District','','BZ','state',1,0),(650,'state_Cayo_District_650','Cayo District','Cayo District','','CY','state',1,0),(651,'state_Corozal_District_651','Corozal District','Corozal District','','CZL','state',1,0),(652,'state_Orange_Walk_District_652','Orange Walk District','Orange Walk District','','OW','state',1,0),(653,'state_Stann_Creek_District_653','Stann Creek District','Stann Creek District','','SC','state',1,0),(654,'state_Toledo_District_654','Toledo District','Toledo District','','TOL','state',1,0),(655,'state_Alibori_655','Alibori','Alibori','','AL','state',1,0),(656,'state_Atakora_656','Atakora','Atakora','','AK','state',1,0),(657,'state_Atlantique_657','Atlantique','Atlantique','','AQ','state',1,0),(658,'state_Borgou_658','Borgou','Borgou','','BO','state',1,0),(659,'state_Collines_659','Collines','Collines','','CO','state',1,0),(660,'state_Donga_660','Donga','Donga','','DO','state',1,0),(661,'state_Kouffo_661','Kouffo','Kouffo','','KO','state',1,0),(662,'state_Littoral_662','Littoral','Littoral','','LI','state',1,0),(663,'state_Mono_663','Mono','Mono','','MO','state',1,0),(664,'state_Ou__m___664','Ouémé','Ouémé','','OU','state',1,0),(665,'state_Plateau_665','Plateau','Plateau','','PL','state',1,0),(666,'state_Zou_666','Zou','Zou','','ZO','state',1,0),(667,'state_Devonshire_667','Devonshire','Devonshire','','DEV','state',1,0),(668,'state_Hamilton_City_668','Hamilton City','Hamilton City','','HA','state',1,0),(669,'state_Hamilton_669','Hamilton','Hamilton','','HAM','state',1,0),(670,'state_Paget_670','Paget','Paget','','PAG','state',1,0),(671,'state_Pembroke_671','Pembroke','Pembroke','','PEM','state',1,0),(672,'state_Sandys_672','Sandys','Sandys','','SAN','state',1,0),(673,'state_Saint_George_City_673','Saint George City','Saint George City','','SG','state',1,0),(674,'state_Saint_George_s_674','Saint George\'s','Saint George\'s','','SGE','state',1,0),(675,'state_Smiths_675','Smiths','Smiths','','SMI','state',1,0),(676,'state_Southampton_676','Southampton','Southampton','','SOU','state',1,0),(677,'state_Warwick_677','Warwick','Warwick','','WAR','state',1,0),(678,'state_Paro_678','Paro','Paro','','11','state',1,0),(679,'state_Chukha_679','Chukha','Chukha','','12','state',1,0),(680,'state_Haa_680','Haa','Haa','','13','state',1,0),(681,'state_Samtse_681','Samtse','Samtse','','14','state',1,0),(682,'state_Thimphu_682','Thimphu','Thimphu','','15','state',1,0),(683,'state_Tsirang_683','Tsirang','Tsirang','','21','state',1,0),(684,'state_Dagana_684','Dagana','Dagana','','22','state',1,0),(685,'state_Punakha_685','Punakha','Punakha','','23','state',1,0),(686,'state_Wangdue_Phodrang_686','Wangdue Phodrang','Wangdue Phodrang','','24','state',1,0),(687,'state_Sarpang_687','Sarpang','Sarpang','','31','state',1,0),(688,'state_Trongsa_688','Trongsa','Trongsa','','32','state',1,0),(689,'state_Bumthang_689','Bumthang','Bumthang','','33','state',1,0),(690,'state_Zhemgang_690','Zhemgang','Zhemgang','','34','state',1,0),(691,'state_Trashigang_691','Trashigang','Trashigang','','41','state',1,0),(692,'state_Mongar_692','Mongar','Mongar','','42','state',1,0),(693,'state_Pemagatshel_693','Pemagatshel','Pemagatshel','','43','state',1,0),(694,'state_Luentse_694','Luentse','Luentse','','44','state',1,0),(695,'state_Samdrup_Jongkhar_695','Samdrup Jongkhar','Samdrup Jongkhar','','45','state',1,0),(696,'state_Gasa_696','Gasa','Gasa','','GA','state',1,0),(697,'state_Trashiyangse_697','Trashiyangse','Trashiyangse','','TY','state',1,0),(698,'state_El_Beni_698','El Beni','El Beni','','B','state',1,0),(699,'state_Cochabamba_699','Cochabamba','Cochabamba','','C','state',1,0),(700,'state_Chuquisaca_700','Chuquisaca','Chuquisaca','','H','state',1,0),(701,'state_La_Paz_701','La Paz','La Paz','','L','state',1,0),(702,'state_Pando_702','Pando','Pando','','N','state',1,0),(703,'state_Oruro_703','Oruro','Oruro','','O','state',1,0),(704,'state_Potos___704','Potosí','Potosí','','P','state',1,0),(705,'state_Santa_Cruz_705','Santa Cruz','Santa Cruz','','S','state',1,0),(706,'state_Tarija_706','Tarija','Tarija','','T','state',1,0),(707,'state_Central_707','Central','Central','','CE','state',1,0),(708,'state_Ghanzi_708','Ghanzi','Ghanzi','','GH','state',1,0),(709,'state_Kgalagadi_709','Kgalagadi','Kgalagadi','','KG','state',1,0),(710,'state_Kgatleng_710','Kgatleng','Kgatleng','','KL','state',1,0),(711,'state_Kweneng_711','Kweneng','Kweneng','','KW','state',1,0),(712,'state_North_East_712','North-East','North-East','','NE','state',1,0),(713,'state_North_West_713','North-West','North-West','','NW','state',1,0),(714,'state_South_East_714','South-East','South-East','','SE','state',1,0),(715,'state_Southern_715','Southern','Southern','','SO','state',1,0),(716,'state_Acre_716','Acre','Acre','','AC','state',1,0),(717,'state_Alagoas_717','Alagoas','Alagoas','','AL','state',1,0),(718,'state_Amaz__nia_718','Amazônia','Amazônia','','AM','state',1,0),(719,'state_Amap___719','Amapá','Amapá','','AP','state',1,0),(720,'state_Bahia_720','Bahia','Bahia','','BA','state',1,0),(721,'state_Cear___721','Ceará','Ceará','','CE','state',1,0),(722,'state_Distrito_Federal_722','Distrito Federal','Distrito Federal','','DF','state',1,0),(723,'state_Esp__rito_Santo_723','Espírito Santo','Espírito Santo','','ES','state',1,0),(724,'state_Goi__s_724','Goiás','Goiás','','GO','state',1,0),(725,'state_Maranh__o_725','Maranhão','Maranhão','','MA','state',1,0),(726,'state_Minas_Gerais_726','Minas Gerais','Minas Gerais','','MG','state',1,0),(727,'state_Mato_Grosso_do_Sul_727','Mato Grosso do Sul','Mato Grosso do Sul','','MS','state',1,0),(728,'state_Mato_Grosso_728','Mato Grosso','Mato Grosso','','MT','state',1,0),(729,'state_Par___729','Pará','Pará','','PA','state',1,0),(730,'state_Para__ba_730','Paraíba','Paraíba','','PB','state',1,0),(731,'state_Pernambuco_731','Pernambuco','Pernambuco','','PE','state',1,0),(732,'state_Piau___732','Piauí','Piauí','','PI','state',1,0),(733,'state_Paran___733','Paraná','Paraná','','PR','state',1,0),(734,'state_Rio_de_Janeiro_734','Rio de Janeiro','Rio de Janeiro','','RJ','state',1,0),(735,'state_Rio_Grande_do_Norte_735','Rio Grande do Norte','Rio Grande do Norte','','RN','state',1,0),(736,'state_Rond__nia_736','Rondônia','Rondônia','','RO','state',1,0),(737,'state_Roraima_737','Roraima','Roraima','','RR','state',1,0),(738,'state_Rio_Grande_do_Sul_738','Rio Grande do Sul','Rio Grande do Sul','','RS','state',1,0),(739,'state_Santa_Catarina_739','Santa Catarina','Santa Catarina','','SC','state',1,0),(740,'state_Sergipe_740','Sergipe','Sergipe','','SE','state',1,0),(741,'state_S__o_Paulo_741','São Paulo','São Paulo','','SP','state',1,0),(742,'state_Tocantins_742','Tocantins','Tocantins','','TO','state',1,0),(743,'state_Peros_Banhos_743','Peros Banhos','Peros Banhos','','PB','state',1,0),(744,'state_Salomon_Islands_744','Salomon Islands','Salomon Islands','','SI','state',1,0),(745,'state_Nelsons_Island_745','Nelsons Island','Nelsons Island','','NI','state',1,0),(746,'state_Three_Brothers_746','Three Brothers','Three Brothers','','TB','state',1,0),(747,'state_Eagle_Islands_747','Eagle Islands','Eagle Islands','','EA','state',1,0),(748,'state_Danger_Island_748','Danger Island','Danger Island','','DI','state',1,0),(749,'state_Egmont_Islands_749','Egmont Islands','Egmont Islands','','EG','state',1,0),(750,'state_Diego_Garcia_750','Diego Garcia','Diego Garcia','','DG','state',1,0),(751,'state_Belait_751','Belait','Belait','','BE','state',1,0),(752,'state_Brunei_Muara_752','Brunei-Muara','Brunei-Muara','','BM','state',1,0),(753,'state_Temburong_753','Temburong','Temburong','','TE','state',1,0),(754,'state_Tutong_754','Tutong','Tutong','','TU','state',1,0),(755,'state_Blagoevgrad_755','Blagoevgrad','Blagoevgrad','','01','state',1,0),(756,'state_Burgas_756','Burgas','Burgas','','02','state',1,0),(757,'state_Varna_757','Varna','Varna','','03','state',1,0),(758,'state_Veliko_Tarnovo_758','Veliko Tarnovo','Veliko Tarnovo','','04','state',1,0),(759,'state_Vidin_759','Vidin','Vidin','','05','state',1,0),(760,'state_Vratsa_760','Vratsa','Vratsa','','06','state',1,0),(761,'state_Gabrovo_761','Gabrovo','Gabrovo','','07','state',1,0),(762,'state_Dobrich_762','Dobrich','Dobrich','','08','state',1,0),(763,'state_Kardzhali_763','Kardzhali','Kardzhali','','09','state',1,0),(764,'state_Kyustendil_764','Kyustendil','Kyustendil','','10','state',1,0),(765,'state_Lovech_765','Lovech','Lovech','','11','state',1,0),(766,'state_Montana_766','Montana','Montana','','12','state',1,0),(767,'state_Pazardzhik_767','Pazardzhik','Pazardzhik','','13','state',1,0),(768,'state_Pernik_768','Pernik','Pernik','','14','state',1,0),(769,'state_Pleven_769','Pleven','Pleven','','15','state',1,0),(770,'state_Plovdiv_770','Plovdiv','Plovdiv','','16','state',1,0),(771,'state_Razgrad_771','Razgrad','Razgrad','','17','state',1,0),(772,'state_Ruse_772','Ruse','Ruse','','18','state',1,0),(773,'state_Silistra_773','Silistra','Silistra','','19','state',1,0),(774,'state_Sliven_774','Sliven','Sliven','','20','state',1,0),(775,'state_Smolyan_775','Smolyan','Smolyan','','21','state',1,0),(776,'state_Sofia_776','Sofia','Sofia','','23','state',1,0),(777,'state_Sofia_Province_777','Sofia Province','Sofia Province','','22','state',1,0),(778,'state_Stara_Zagora_778','Stara Zagora','Stara Zagora','','24','state',1,0),(779,'state_Targovishte_779','Targovishte','Targovishte','','25','state',1,0),(780,'state_Haskovo_780','Haskovo','Haskovo','','26','state',1,0),(781,'state_Shumen_781','Shumen','Shumen','','27','state',1,0),(782,'state_Yambol_782','Yambol','Yambol','','28','state',1,0),(783,'state_Bal___783','Balé','Balé','','BAL','state',1,0),(784,'state_Bam_784','Bam','Bam','','BAM','state',1,0),(785,'state_Banwa_785','Banwa','Banwa','','BAN','state',1,0),(786,'state_Baz__ga_786','Bazèga','Bazèga','','BAZ','state',1,0),(787,'state_Bougouriba_787','Bougouriba','Bougouriba','','BGR','state',1,0),(788,'state_Boulgou_788','Boulgou','Boulgou','','BLG','state',1,0),(789,'state_Boulkiemd___789','Boulkiemdé','Boulkiemdé','','BLK','state',1,0),(790,'state_Komo___790','Komoé','Komoé','','COM','state',1,0),(791,'state_Ganzourgou_791','Ganzourgou','Ganzourgou','','GAN','state',1,0),(792,'state_Gnagna_792','Gnagna','Gnagna','','GNA','state',1,0),(793,'state_Gourma_793','Gourma','Gourma','','GOU','state',1,0),(794,'state_Houet_794','Houet','Houet','','HOU','state',1,0),(795,'state_Ioba_795','Ioba','Ioba','','IOB','state',1,0),(796,'state_Kadiogo_796','Kadiogo','Kadiogo','','KAD','state',1,0),(797,'state_K__n__dougou_797','Kénédougou','Kénédougou','','KEN','state',1,0),(798,'state_Komondjari_798','Komondjari','Komondjari','','KMD','state',1,0),(799,'state_Kompienga_799','Kompienga','Kompienga','','KMP','state',1,0),(800,'state_Koulp__logo_800','Koulpélogo','Koulpélogo','','KOP','state',1,0),(801,'state_Kossi_801','Kossi','Kossi','','KOS','state',1,0),(802,'state_Kouritenga_802','Kouritenga','Kouritenga','','KOT','state',1,0),(803,'state_Kourw__ogo_803','Kourwéogo','Kourwéogo','','KOW','state',1,0),(804,'state_L__raba_804','Léraba','Léraba','','LER','state',1,0),(805,'state_Loroum_805','Loroum','Loroum','','LOR','state',1,0),(806,'state_Mouhoun_806','Mouhoun','Mouhoun','','MOU','state',1,0),(807,'state_Namentenga_807','Namentenga','Namentenga','','NAM','state',1,0),(808,'state_Naouri_808','Naouri','Naouri','','NAO','state',1,0),(809,'state_Nayala_809','Nayala','Nayala','','NAY','state',1,0),(810,'state_Noumbiel_810','Noumbiel','Noumbiel','','NOU','state',1,0),(811,'state_Oubritenga_811','Oubritenga','Oubritenga','','OUB','state',1,0),(812,'state_Oudalan_812','Oudalan','Oudalan','','OUD','state',1,0),(813,'state_Passor___813','Passoré','Passoré','','PAS','state',1,0),(814,'state_Poni_814','Poni','Poni','','PON','state',1,0),(815,'state_S__no_815','Séno','Séno','','SEN','state',1,0),(816,'state_Sissili_816','Sissili','Sissili','','SIS','state',1,0),(817,'state_Sanmatenga_817','Sanmatenga','Sanmatenga','','SMT','state',1,0),(818,'state_Sangui___818','Sanguié','Sanguié','','SNG','state',1,0),(819,'state_Soum_819','Soum','Soum','','SOM','state',1,0),(820,'state_Sourou_820','Sourou','Sourou','','SOR','state',1,0),(821,'state_Tapoa_821','Tapoa','Tapoa','','TAP','state',1,0),(822,'state_Tui_822','Tui','Tui','','TUI','state',1,0),(823,'state_Yagha_823','Yagha','Yagha','','YAG','state',1,0),(824,'state_Yatenga_824','Yatenga','Yatenga','','YAT','state',1,0),(825,'state_Ziro_825','Ziro','Ziro','','ZIR','state',1,0),(826,'state_Zondoma_826','Zondoma','Zondoma','','ZON','state',1,0),(827,'state_Zoundw__ogo_827','Zoundwéogo','Zoundwéogo','','ZOU','state',1,0),(828,'state_Bubanza_828','Bubanza','Bubanza','','BB','state',1,0),(829,'state_Bujumbura_Mairie_829','Bujumbura Mairie','Bujumbura Mairie','','BJ','state',1,0),(830,'state_Bururi_830','Bururi','Bururi','','BR','state',1,0),(831,'state_Cankuzo_831','Cankuzo','Cankuzo','','CA','state',1,0),(832,'state_Cibitoke_832','Cibitoke','Cibitoke','','CI','state',1,0),(833,'state_Gitega_833','Gitega','Gitega','','GI','state',1,0),(834,'state_Karuzi_834','Karuzi','Karuzi','','KR','state',1,0),(835,'state_Kayanza_835','Kayanza','Kayanza','','KY','state',1,0),(836,'state_Kirundo_836','Kirundo','Kirundo','','KI','state',1,0),(837,'state_Makamba_837','Makamba','Makamba','','MA','state',1,0),(838,'state_Muramvya_838','Muramvya','Muramvya','','MU','state',1,0),(839,'state_Muyinga_839','Muyinga','Muyinga','','MY','state',1,0),(840,'state_Mwaro_840','Mwaro','Mwaro','','MW','state',1,0),(841,'state_Ngozi_841','Ngozi','Ngozi','','NG','state',1,0),(842,'state_Rutana_842','Rutana','Rutana','','RT','state',1,0),(843,'state_Ruyigi_843','Ruyigi','Ruyigi','','RY','state',1,0),(844,'state_Adamaoua_844','Adamaoua','Adamaoua','','AD','state',1,0),(845,'state_Centre_845','Centre','Centre','','CE','state',1,0),(846,'state_Extr__me_Nord_846','Extrême-Nord','Extrême-Nord','','EN','state',1,0),(847,'state_Est_847','Est','Est','','ES','state',1,0),(848,'state_Littoral_848','Littoral','Littoral','','LT','state',1,0),(849,'state_Nord_849','Nord','Nord','','NO','state',1,0),(850,'state_Nord_Ouest_850','Nord-Ouest','Nord-Ouest','','NW','state',1,0),(851,'state_Ouest_851','Ouest','Ouest','','OU','state',1,0),(852,'state_Sud_852','Sud','Sud','','SU','state',1,0),(853,'state_Sud_Ouest_853','Sud-Ouest','Sud-Ouest','','SW','state',1,0),(854,'state_Alberta_854','Alberta','Alberta','AB','AB','state',1,0),(855,'state_British_Columbia_855','British Columbia','British Columbia','BC','BC','state',1,0),(856,'state_Manitoba_856','Manitoba','Manitoba','MB','MB','state',1,0),(857,'state_New_Brunswick_857','New Brunswick','New Brunswick','NB','NB','state',1,0),(858,'state_Newfoundland_and_Labrador_858','Newfoundland and Labrador','Newfoundland and Labrador','NL','NL','state',1,0),(859,'state_Nova_Scotia_859','Nova Scotia','Nova Scotia','NS','NS','state',1,0),(860,'state_Northwest_Territories_860','Northwest Territories','Northwest Territories','NT','NT','state',1,0),(861,'state_Nunavut_861','Nunavut','Nunavut','NU','NU','state',1,0),(862,'state_Ontario_862','Ontario','Ontario','ON','ON','state',1,0),(863,'state_Prince_Edward_Island_863','Prince Edward Island','Prince Edward Island','PE','PE','state',1,0),(864,'state_Quebec_864','Quebec','Quebec','QC','QC','state',1,0),(865,'state_Saskatchewan_865','Saskatchewan','Saskatchewan','SK','SK','state',1,0),(866,'state_Yukon_Territory_866','Yukon Territory','Yukon Territory','YT','YT','state',1,0),(867,'state_Brava_867','Brava','Brava','','BR','state',1,0),(868,'state_Boa_Vista_868','Boa Vista','Boa Vista','','BV','state',1,0),(869,'state_Santa_Catarina_869','Santa Catarina','Santa Catarina','','CA','state',1,0),(870,'state_Santa_Cruz_870','Santa Cruz','Santa Cruz','','CR','state',1,0),(871,'state_Calheta_de_S__o_Miguel_871','Calheta de São Miguel','Calheta de São Miguel','','CS','state',1,0),(872,'state_Maio_872','Maio','Maio','','MA','state',1,0),(873,'state_Mosteiros_873','Mosteiros','Mosteiros','','MO','state',1,0),(874,'state_Pa__l_874','Paúl','Paúl','','PA','state',1,0),(875,'state_Porto_Novo_875','Porto Novo','Porto Novo','','PN','state',1,0),(876,'state_Praia_876','Praia','Praia','','PR','state',1,0),(877,'state_Ribeira_Grande_877','Ribeira Grande','Ribeira Grande','','RG','state',1,0),(878,'state_S__o_Domingos_878','São Domingos','São Domingos','','SD','state',1,0),(879,'state_S__o_Filipe_879','São Filipe','São Filipe','','SF','state',1,0),(880,'state_Sal_880','Sal','Sal','','SL','state',1,0),(881,'state_S__o_Nicolau_881','São Nicolau','São Nicolau','','SN','state',1,0),(882,'state_S__o_Vicente_882','São Vicente','São Vicente','','SV','state',1,0),(883,'state_Tarrafal_883','Tarrafal','Tarrafal','','TA','state',1,0),(884,'state_Creek_884','Creek','Creek','','CR','state',1,0),(886,'state_Midland_886','Midland','Midland','','MI','state',1,0),(887,'state_South_Town_887','South Town','South Town','','SO','state',1,0),(888,'state_Spot_Bay_888','Spot Bay','Spot Bay','','SP','state',1,0),(889,'state_Stake_Bay_889','Stake Bay','Stake Bay','','ST','state',1,0),(890,'state_West_End_890','West End','West End','','WD','state',1,0),(891,'state_Western_891','Western','Western','','WN','state',1,0),(892,'state_Ouham_892','Ouham','Ouham','','AC ','state',1,0),(893,'state_Bamingui_Bangoran_893','Bamingui-Bangoran','Bamingui-Bangoran','','BB ','state',1,0),(894,'state_Bangui_894','Bangui','Bangui','','BGF','state',1,0),(895,'state_Basse_Kotto_895','Basse-Kotto','Basse-Kotto','','BK ','state',1,0),(896,'state_Haute_Kotto_896','Haute-Kotto','Haute-Kotto','','HK ','state',1,0),(897,'state_Haut_Mbomou_897','Haut-Mbomou','Haut-Mbomou','','HM ','state',1,0),(898,'state_Mamb__r___Kad_____898','Mambéré-Kadéï','Mambéré-Kadéï','','HS ','state',1,0),(899,'state_Nana_Gr__bizi_899','Nana-Grébizi','Nana-Grébizi','','KB ','state',1,0),(900,'state_K__mo_900','Kémo','Kémo','','KG ','state',1,0),(901,'state_Lobaye_901','Lobaye','Lobaye','','LB ','state',1,0),(902,'state_Mbomou_902','Mbomou','Mbomou','','MB ','state',1,0),(903,'state_Ombella_M_Poko_903','Ombella-M\'Poko','Ombella-M\'Poko','','MP ','state',1,0),(904,'state_Nana_Mamb__r___904','Nana-Mambéré','Nana-Mambéré','','NM ','state',1,0),(905,'state_Ouham_Pend___905','Ouham-Pendé','Ouham-Pendé','','OP ','state',1,0),(906,'state_Sangha_Mba__r___906','Sangha-Mbaéré','Sangha-Mbaéré','','SE ','state',1,0),(907,'state_Ouaka_907','Ouaka','Ouaka','','UK ','state',1,0),(908,'state_Vakaga_908','Vakaga','Vakaga','','VR ','state',1,0),(909,'state_Batha_909','Batha','Batha','','BA ','state',1,0),(910,'state_Borkou_Ennedi_Tibesti_910','Borkou-Ennedi-Tibesti','Borkou-Ennedi-Tibesti','','BET','state',1,0),(911,'state_Biltine_911','Biltine','Biltine','','BI ','state',1,0),(912,'state_Chari_Baguirmi_912','Chari-Baguirmi','Chari-Baguirmi','','CB ','state',1,0),(913,'state_Gu__ra_913','Guéra','Guéra','','GR ','state',1,0),(914,'state_Kanem_914','Kanem','Kanem','','KA ','state',1,0),(915,'state_Lac_915','Lac','Lac','','LC ','state',1,0),(916,'state_Logone_Oriental_916','Logone-Oriental','Logone-Oriental','','LR ','state',1,0),(917,'state_Logone_Occidental_917','Logone-Occidental','Logone-Occidental','','LO ','state',1,0),(918,'state_Moyen_Chari_918','Moyen-Chari','Moyen-Chari','','MC ','state',1,0),(919,'state_Mayo_K__bbi_919','Mayo-Kébbi','Mayo-Kébbi','','MK ','state',1,0),(920,'state_Ouadda___920','Ouaddaï','Ouaddaï','','OD ','state',1,0),(921,'state_Salamat_921','Salamat','Salamat','','SA ','state',1,0),(922,'state_Tandjil___922','Tandjilé','Tandjilé','','TA ','state',1,0),(923,'state_Ais__n_del_General_Carlos_Iba__ez_923','Aisén del General Carlos Ibañez','Aisén del General Carlos Ibañez','','AI','state',1,0),(924,'state_Antofagasta_924','Antofagasta','Antofagasta','','AN','state',1,0),(925,'state_La_Araucan__a_925','La Araucanía','La Araucanía','','AR','state',1,0),(926,'state_Atacama_926','Atacama','Atacama','','AT','state',1,0),(927,'state_Biob__o_927','Biobío','Biobío','','BI','state',1,0),(928,'state_Coquimbo_928','Coquimbo','Coquimbo','','CO','state',1,0),(929,'state_Libertador_Bernardo_O_Higgins_929','Libertador Bernardo O\'Higgins','Libertador Bernardo O\'Higgins','','LI','state',1,0),(930,'state_Los_Lagos_930','Los Lagos','Los Lagos','','LL','state',1,0),(931,'state_Magallanes_y_de_la_Antartica_931','Magallanes y de la Antartica','Magallanes y de la Antartica','','MA','state',1,0),(932,'state_Maule_932','Maule','Maule','','ML','state',1,0),(933,'state_Metropolitana_de_Santiago_933','Metropolitana de Santiago','Metropolitana de Santiago','','RM','state',1,0),(934,'state_Tarapac___934','Tarapacá','Tarapacá','','TA','state',1,0),(935,'state_Valpara__so_935','Valparaíso','Valparaíso','','VS','state',1,0),(936,'state________936','北京','北京','','11','state',1,0),(937,'state________937','天津','天津','','12','state',1,0),(938,'state________938','河北','河北','','13','state',1,0),(939,'state________939','山西','山西','','14','state',1,0),(940,'state____________________940','内蒙古自治区','内蒙古自治区','','15','state',1,0),(941,'state________941','辽宁','辽宁','','21','state',1,0),(942,'state________942','吉林','吉林','','22','state',1,0),(943,'state______________943','黑龙江省','黑龙江省','','23','state',1,0),(944,'state________944','上海','上海','','31','state',1,0),(945,'state________945','江苏','江苏','','32','state',1,0),(946,'state________946','浙江','浙江','','33','state',1,0),(947,'state________947','安徽','安徽','','34','state',1,0),(948,'state________948','福建','福建','','35','state',1,0),(949,'state________949','江西','江西','','36','state',1,0),(950,'state________950','山东','山东','','37','state',1,0),(951,'state________951','河南','河南','','41','state',1,0),(952,'state________952','湖北','湖北','','42','state',1,0),(953,'state________953','湖南','湖南','','43','state',1,0),(954,'state________954','广东','广东','','44','state',1,0),(955,'state_______________________955','广西壮族自治区','广西壮族自治区','','45','state',1,0),(956,'state________956','海南','海南','','46','state',1,0),(957,'state________957','重庆','重庆','','50','state',1,0),(958,'state________958','四川','四川','','51','state',1,0),(959,'state________959','贵州','贵州','','52','state',1,0),(960,'state________960','云南','云南','','53','state',1,0),(961,'state_________________961','西藏自治区','西藏自治区','','54','state',1,0),(962,'state________962','陕西','陕西','','61','state',1,0),(963,'state________963','甘肃','甘肃','','62','state',1,0),(964,'state________964','青海','青海','','63','state',1,0),(965,'state________965','宁夏','宁夏','','64','state',1,0),(966,'state________966','新疆','新疆','','65','state',1,0),(967,'state________967','臺灣','臺灣','','71','state',1,0),(968,'state________968','香港','香港','','91','state',1,0),(969,'state________969','澳門','澳門','','92','state',1,0),(970,'state_Direction_Island_970','Direction Island','Direction Island','','D','state',1,0),(971,'state_Home_Island_971','Home Island','Home Island','','H','state',1,0),(972,'state_Horsburgh_Island_972','Horsburgh Island','Horsburgh Island','','O','state',1,0),(973,'state_South_Island_973','South Island','South Island','','S','state',1,0),(974,'state_West_Island_974','West Island','West Island','','W','state',1,0),(975,'state_Amazonas_975','Amazonas','Amazonas','','AMA','state',1,0),(976,'state_Antioquia_976','Antioquia','Antioquia','','ANT','state',1,0),(977,'state_Arauca_977','Arauca','Arauca','','ARA','state',1,0),(978,'state_Atl__ntico_978','Atlántico','Atlántico','','ATL','state',1,0),(979,'state_Bol__var_979','Bolívar','Bolívar','','BOL','state',1,0),(980,'state_Boyac___980','Boyacá','Boyacá','','BOY','state',1,0),(981,'state_Caldas_981','Caldas','Caldas','','CAL','state',1,0),(982,'state_Caquet___982','Caquetá','Caquetá','','CAQ','state',1,0),(983,'state_Casanare_983','Casanare','Casanare','','CAS','state',1,0),(984,'state_Cauca_984','Cauca','Cauca','','CAU','state',1,0),(985,'state_Cesar_985','Cesar','Cesar','','CES','state',1,0),(986,'state_Choc___986','Chocó','Chocó','','CHO','state',1,0),(987,'state_C__rdoba_987','Córdoba','Córdoba','','COR','state',1,0),(988,'state_Cundinamarca_988','Cundinamarca','Cundinamarca','','CUN','state',1,0),(989,'state_Bogot___Distrito_Capital_989','Bogotá Distrito Capital','Bogotá Distrito Capital','','DC','state',1,0),(990,'state_Guain__a_990','Guainía','Guainía','','GUA','state',1,0),(991,'state_Guaviare_991','Guaviare','Guaviare','','GUV','state',1,0),(993,'state_La_Guajira_993','La Guajira','La Guajira','','LAG','state',1,0),(994,'state_Magdalena_994','Magdalena','Magdalena','','MAG','state',1,0),(995,'state_Meta_995','Meta','Meta','','MET','state',1,0),(996,'state_Nari__o_996','Nariño','Nariño','','NAR','state',1,0),(997,'state_Norte_de_Santander_997','Norte de Santander','Norte de Santander','','NSA','state',1,0),(998,'state_Putumayo_998','Putumayo','Putumayo','','PUT','state',1,0),(999,'state_Quind__o_999','Quindío','Quindío','','QUI','state',1,0),(1000,'state_Risaralda_1000','Risaralda','Risaralda','','RIS','state',1,0),(1001,'state_Santander_1001','Santander','Santander','','SAN','state',1,0),(1002,'state_San_Andr__s_y_Providencia_1002','San Andrés y Providencia','San Andrés y Providencia','','SAP','state',1,0),(1003,'state_Sucre_1003','Sucre','Sucre','','SUC','state',1,0),(1004,'state_Tolima_1004','Tolima','Tolima','','TOL','state',1,0),(1005,'state_Valle_del_Cauca_1005','Valle del Cauca','Valle del Cauca','','VAC','state',1,0),(1006,'state_Vaup__s_1006','Vaupés','Vaupés','','VAU','state',1,0),(1007,'state_Vichada_1007','Vichada','Vichada','','VID','state',1,0),(1008,'state_Anjouan_1008','Anjouan','Anjouan','','A','state',1,0),(1009,'state_Grande_Comore_1009','Grande Comore','Grande Comore','','G','state',1,0),(1010,'state_Moh__li_1010','Mohéli','Mohéli','','M','state',1,0),(1011,'state_Congo_Central_1011','Congo-Central','Congo-Central','','BC','state',1,0),(1012,'state_Bandundu_1012','Bandundu','Bandundu','','BN','state',1,0),(1013,'state___quateur_1013','Équateur','Équateur','','EQ','state',1,0),(1014,'state_Katanga_1014','Katanga','Katanga','','KA','state',1,0),(1015,'state_Kasai_Oriental_1015','Kasai-Oriental','Kasai-Oriental','','KE','state',1,0),(1016,'state_Kinshasa_1016','Kinshasa','Kinshasa','','KN','state',1,0),(1017,'state_Kasai_Occidental_1017','Kasai-Occidental','Kasai-Occidental','','KW','state',1,0),(1018,'state_Maniema_1018','Maniema','Maniema','','MA','state',1,0),(1019,'state_Nord_Kivu_1019','Nord-Kivu','Nord-Kivu','','NK','state',1,0),(1020,'state_Orientale_1020','Orientale','Orientale','','OR','state',1,0),(1021,'state_Sud_Kivu_1021','Sud-Kivu','Sud-Kivu','','SK','state',1,0),(1022,'state_Pukapuka_1022','Pukapuka','Pukapuka','','PU','state',1,0),(1023,'state_Rakahanga_1023','Rakahanga','Rakahanga','','RK','state',1,0),(1024,'state_Manihiki_1024','Manihiki','Manihiki','','MK','state',1,0),(1025,'state_Penrhyn_1025','Penrhyn','Penrhyn','','PE','state',1,0),(1026,'state_Nassau_Island_1026','Nassau Island','Nassau Island','','NI','state',1,0),(1027,'state_Surwarrow_1027','Surwarrow','Surwarrow','','SU','state',1,0),(1028,'state_Palmerston_1028','Palmerston','Palmerston','','PA','state',1,0),(1029,'state_Aitutaki_1029','Aitutaki','Aitutaki','','AI','state',1,0),(1030,'state_Manuae_1030','Manuae','Manuae','','MA','state',1,0),(1031,'state_Takutea_1031','Takutea','Takutea','','TA','state',1,0),(1032,'state_Mitiaro_1032','Mitiaro','Mitiaro','','MT','state',1,0),(1033,'state_Atiu_1033','Atiu','Atiu','','AT','state',1,0),(1034,'state_Mauke_1034','Mauke','Mauke','','MU','state',1,0),(1035,'state_Rarotonga_1035','Rarotonga','Rarotonga','','RR','state',1,0),(1036,'state_Mangaia_1036','Mangaia','Mangaia','','MG','state',1,0),(1037,'state_Alajuela_1037','Alajuela','Alajuela','','A','state',1,0),(1038,'state_Cartago_1038','Cartago','Cartago','','C','state',1,0),(1039,'state_Guanacaste_1039','Guanacaste','Guanacaste','','G','state',1,0),(1040,'state_Heredia_1040','Heredia','Heredia','','H','state',1,0),(1041,'state_Lim__n_1041','Limón','Limón','','L','state',1,0),(1042,'state_Puntarenas_1042','Puntarenas','Puntarenas','','P','state',1,0),(1043,'state_San_Jos___1043','San José','San José','','SJ','state',1,0),(1044,'state_Lagunes_1044','Lagunes','Lagunes','','01','state',1,0),(1045,'state_Haut_Sassandra_1045','Haut-Sassandra','Haut-Sassandra','','02','state',1,0),(1046,'state_Savanes_1046','Savanes','Savanes','','03','state',1,0),(1047,'state_Vall__e_du_Bandama_1047','Vallée du Bandama','Vallée du Bandama','','04','state',1,0),(1048,'state_Moyen_Como___1048','Moyen-Comoé','Moyen-Comoé','','05','state',1,0),(1049,'state_Dix_Huit_1049','Dix-Huit','Dix-Huit','','06','state',1,0),(1050,'state_Lacs_1050','Lacs','Lacs','','07','state',1,0),(1051,'state_Zanzan_1051','Zanzan','Zanzan','','08','state',1,0),(1052,'state_Bas_Sassandra_1052','Bas-Sassandra','Bas-Sassandra','','09','state',1,0),(1053,'state_Dengu__l___1053','Denguélé','Denguélé','','10','state',1,0),(1054,'state_N_zi_Como___1054','N\'zi-Comoé','N\'zi-Comoé','','11','state',1,0),(1055,'state_Marahou___1055','Marahoué','Marahoué','','12','state',1,0),(1056,'state_Sud_Como___1056','Sud-Comoé','Sud-Comoé','','13','state',1,0),(1057,'state_Worodouqou_1057','Worodouqou','Worodouqou','','14','state',1,0),(1058,'state_Sud_Bandama_1058','Sud-Bandama','Sud-Bandama','','15','state',1,0),(1059,'state_Agn__bi_1059','Agnébi','Agnébi','','16','state',1,0),(1060,'state_Bafing_1060','Bafing','Bafing','','17','state',1,0),(1061,'state_Fromager_1061','Fromager','Fromager','','18','state',1,0),(1062,'state_Moyen_Cavally_1062','Moyen-Cavally','Moyen-Cavally','','19','state',1,0),(1063,'state_Zagreba__ka___upanija_1063','Zagrebačka županija','Zagrebačka županija','','01','state',1,0),(1064,'state_Krapinsko_zagorska___upanija_1064','Krapinsko-zagorska županija','Krapinsko-zagorska županija','','02','state',1,0),(1065,'state_Sisa__ko_moslava__ka___upanija_1065','Sisačko-moslavačka županija','Sisačko-moslavačka županija','','03','state',1,0),(1066,'state_Karlova__ka___upanija_1066','Karlovačka županija','Karlovačka županija','','04','state',1,0),(1067,'state_Vara__dinska___upanija_1067','Varaždinska županija','Varaždinska županija','','05','state',1,0),(1068,'state_Koprivni__ko_kri__eva__ka___upanija_1068','Koprivničko-križevačka županija','Koprivničko-križevačka županija','','06','state',1,0),(1069,'state_Bjelovarsko_bilogorska___upanija_1069','Bjelovarsko-bilogorska županija','Bjelovarsko-bilogorska županija','','07','state',1,0),(1070,'state_Primorsko_goranska___upanija_1070','Primorsko-goranska županija','Primorsko-goranska županija','','08','state',1,0),(1071,'state_Li__ko_senjska___upanija_1071','Ličko-senjska županija','Ličko-senjska županija','','09','state',1,0),(1072,'state_Viroviti__ko_podravska___upanija_1072','Virovitičko-podravska županija','Virovitičko-podravska županija','','10','state',1,0),(1073,'state_Po__e__ko_slavonska___upanija_1073','Požeško-slavonska županija','Požeško-slavonska županija','','11','state',1,0),(1074,'state_Brodsko_posavska___upanija_1074','Brodsko-posavska županija','Brodsko-posavska županija','','12','state',1,0),(1075,'state_Zadarska___upanija_1075','Zadarska županija','Zadarska županija','','13','state',1,0),(1076,'state_Osje__ko_baranjska___upanija_1076','Osječko-baranjska županija','Osječko-baranjska županija','','14','state',1,0),(1077,'state___ibensko_kninska___upanija_1077','Šibensko-kninska županija','Šibensko-kninska županija','','15','state',1,0),(1078,'state_Vukovarsko_srijemska___upanija_1078','Vukovarsko-srijemska županija','Vukovarsko-srijemska županija','','16','state',1,0),(1079,'state_Splitsko_dalmatinska___upanija_1079','Splitsko-dalmatinska županija','Splitsko-dalmatinska županija','','17','state',1,0),(1080,'state_Istarska___upanija_1080','Istarska županija','Istarska županija','','18','state',1,0),(1081,'state_Dubrova__ko_neretvanska___upanija_1081','Dubrovačko-neretvanska županija','Dubrovačko-neretvanska županija','','19','state',1,0),(1082,'state_Me__imurska___upanija_1082','Međimurska županija','Međimurska županija','','20','state',1,0),(1083,'state_Zagreb_1083','Zagreb','Zagreb','','21','state',1,0),(1084,'state_Pinar_del_R__o_1084','Pinar del Río','Pinar del Río','','01','state',1,0),(1085,'state_La_Habana_1085','La Habana','La Habana','','02','state',1,0),(1086,'state_Ciudad_de_La_Habana_1086','Ciudad de La Habana','Ciudad de La Habana','','03','state',1,0),(1087,'state_Matanzas_1087','Matanzas','Matanzas','','04','state',1,0),(1088,'state_Villa_Clara_1088','Villa Clara','Villa Clara','','05','state',1,0),(1089,'state_Cienfuegos_1089','Cienfuegos','Cienfuegos','','06','state',1,0),(1090,'state_Sancti_Sp__ritus_1090','Sancti Spíritus','Sancti Spíritus','','07','state',1,0),(1091,'state_Ciego_de___vila_1091','Ciego de Ávila','Ciego de Ávila','','08','state',1,0),(1092,'state_Camag__ey_1092','Camagüey','Camagüey','','09','state',1,0),(1093,'state_Las_Tunas_1093','Las Tunas','Las Tunas','','10','state',1,0),(1094,'state_Holgu__n_1094','Holguín','Holguín','','11','state',1,0),(1095,'state_Granma_1095','Granma','Granma','','12','state',1,0),(1096,'state_Santiago_de_Cuba_1096','Santiago de Cuba','Santiago de Cuba','','13','state',1,0),(1097,'state_Guant__namo_1097','Guantánamo','Guantánamo','','14','state',1,0),(1098,'state_Isla_de_la_Juventud_1098','Isla de la Juventud','Isla de la Juventud','','99','state',1,0),(1099,'state_________v_______1099','Κερύvεια','Κερύvεια','','01','state',1,0),(1100,'state__________________1100','Λευκωσία','Λευκωσία','','02','state',1,0),(1101,'state______________________1101','Αμμόχωστος','Αμμόχωστος','','03','state',1,0),(1102,'state________________1102','Λάρνακα','Λάρνακα','','04','state',1,0),(1103,'state________________1103','Λεμεσός','Λεμεσός','','05','state',1,0),(1104,'state____________1104','Πάφος','Πάφος','','06','state',1,0),(1105,'state_Jiho__esk___kraj_1105','Jihočeský kraj','Jihočeský kraj','','JC','state',1,0),(1106,'state_Jihomoravsk___kraj_1106','Jihomoravský kraj','Jihomoravský kraj','','JM','state',1,0),(1107,'state_Karlovarsk___kraj_1107','Karlovarský kraj','Karlovarský kraj','','KA','state',1,0),(1108,'state_Vyso__ina_kraj_1108','Vysočina kraj','Vysočina kraj','','VY','state',1,0),(1109,'state_Kr__lov__hradeck___kraj_1109','Královéhradecký kraj','Královéhradecký kraj','','KR','state',1,0),(1110,'state_Libereck___kraj_1110','Liberecký kraj','Liberecký kraj','','LI','state',1,0),(1111,'state_Moravskoslezsk___kraj_1111','Moravskoslezský kraj','Moravskoslezský kraj','','MO','state',1,0),(1112,'state_Olomouck___kraj_1112','Olomoucký kraj','Olomoucký kraj','','OL','state',1,0),(1113,'state_Pardubick___kraj_1113','Pardubický kraj','Pardubický kraj','','PA','state',1,0),(1114,'state_Plze__sk___kraj_1114','Plzeňský kraj','Plzeňský kraj','','PL','state',1,0),(1115,'state_Hlavn___m__sto_Praha_1115','Hlavní město Praha','Hlavní město Praha','','PR','state',1,0),(1116,'state_St__edo__esk___kraj_1116','Středočeský kraj','Středočeský kraj','','ST','state',1,0),(1117,'state___steck___kraj_1117','Ústecký kraj','Ústecký kraj','','US','state',1,0),(1118,'state_Zl__nsk___kraj_1118','Zlínský kraj','Zlínský kraj','','ZL','state',1,0),(1119,'state_Bornholms_Regionskommune_1119','Bornholms Regionskommune','Bornholms Regionskommune','','040','state',1,0),(1120,'state_K__benhavn_1120','København','København','','101','state',1,0),(1121,'state_Frederiksberg_1121','Frederiksberg','Frederiksberg','','147','state',1,0),(1122,'state___rhus_Amt_1122','Århus Amt','Århus Amt','','070','state',1,0),(1123,'state_K__benhavns_Amt_1123','Københavns Amt','Københavns Amt','','015','state',1,0),(1124,'state_Frederiksborg_Amt_1124','Frederiksborg Amt','Frederiksborg Amt','','020','state',1,0),(1125,'state_Fyns_Amt_1125','Fyns Amt','Fyns Amt','','042','state',1,0),(1126,'state_Nordjyllands_Amt_1126','Nordjyllands Amt','Nordjyllands Amt','','080','state',1,0),(1127,'state_Ribe_Amt_1127','Ribe Amt','Ribe Amt','','055','state',1,0),(1128,'state_Ringkj__bing_Amt_1128','Ringkjøbing Amt','Ringkjøbing Amt','','065','state',1,0),(1129,'state_Roskilde_Amt_1129','Roskilde Amt','Roskilde Amt','','025','state',1,0),(1130,'state_S__nderjyllands_Amt_1130','Sønderjyllands Amt','Sønderjyllands Amt','','050','state',1,0),(1131,'state_Storstr__ms_Amt_1131','Storstrøms Amt','Storstrøms Amt','','035','state',1,0),(1132,'state_Vejle_Amt_1132','Vejle Amt','Vejle Amt','','060','state',1,0),(1133,'state_Vestsj__llands_Amt_1133','Vestsjællands Amt','Vestsjællands Amt','','030','state',1,0),(1134,'state_Viborg_Amt_1134','Viborg Amt','Viborg Amt','','076','state',1,0),(1135,'state_Region_d_Ali_Sabieh_1135','Region d\'Ali Sabieh','Region d\'Ali Sabieh','','AS','state',1,0),(1136,'state_Region_d_Arta_1136','Region d\'Arta','Region d\'Arta','','AR','state',1,0),(1137,'state_Region_de_Dikhil_1137','Region de Dikhil','Region de Dikhil','','DI','state',1,0),(1138,'state_Ville_de_Djibouti_1138','Ville de Djibouti','Ville de Djibouti','','DJ','state',1,0),(1139,'state_Region_d_Obock_1139','Region d\'Obock','Region d\'Obock','','OB','state',1,0),(1140,'state_Region_de_Tadjourah_1140','Region de Tadjourah','Region de Tadjourah','','TA','state',1,0),(1141,'state_Saint_Andrew_Parish_1141','Saint Andrew Parish','Saint Andrew Parish','','AND','state',1,0),(1142,'state_Saint_David_Parish_1142','Saint David Parish','Saint David Parish','','DAV','state',1,0),(1143,'state_Saint_George_Parish_1143','Saint George Parish','Saint George Parish','','GEO','state',1,0),(1144,'state_Saint_John_Parish_1144','Saint John Parish','Saint John Parish','','JOH','state',1,0),(1145,'state_Saint_Joseph_Parish_1145','Saint Joseph Parish','Saint Joseph Parish','','JOS','state',1,0),(1146,'state_Saint_Luke_Parish_1146','Saint Luke Parish','Saint Luke Parish','','LUK','state',1,0),(1147,'state_Saint_Mark_Parish_1147','Saint Mark Parish','Saint Mark Parish','','MAR','state',1,0),(1148,'state_Saint_Patrick_Parish_1148','Saint Patrick Parish','Saint Patrick Parish','','PAT','state',1,0),(1149,'state_Saint_Paul_Parish_1149','Saint Paul Parish','Saint Paul Parish','','PAU','state',1,0),(1150,'state_Saint_Peter_Parish_1150','Saint Peter Parish','Saint Peter Parish','','PET','state',1,0),(1151,'state_Distrito_Nacional_1151','Distrito Nacional','Distrito Nacional','','01','state',1,0),(1152,'state___zua_1152','Ázua','Ázua','','02','state',1,0),(1153,'state_Baoruco_1153','Baoruco','Baoruco','','03','state',1,0),(1154,'state_Barahona_1154','Barahona','Barahona','','04','state',1,0),(1155,'state_Dajab__n_1155','Dajabón','Dajabón','','05','state',1,0),(1156,'state_Duarte_1156','Duarte','Duarte','','06','state',1,0),(1157,'state_El__as_Pi__a_1157','Elías Piña','Elías Piña','','07','state',1,0),(1158,'state_El_Seibo_1158','El Seibo','El Seibo','','08','state',1,0),(1159,'state_Espaillat_1159','Espaillat','Espaillat','','09','state',1,0),(1160,'state_Independencia_1160','Independencia','Independencia','','10','state',1,0),(1161,'state_La_Altagracia_1161','La Altagracia','La Altagracia','','11','state',1,0),(1162,'state_La_Romana_1162','La Romana','La Romana','','12','state',1,0),(1163,'state_La_Vega_1163','La Vega','La Vega','','13','state',1,0),(1164,'state_Mar__a_Trinidad_S__nchez_1164','María Trinidad Sánchez','María Trinidad Sánchez','','14','state',1,0),(1165,'state_Monte_Cristi_1165','Monte Cristi','Monte Cristi','','15','state',1,0),(1166,'state_Pedernales_1166','Pedernales','Pedernales','','16','state',1,0),(1167,'state_Peravia_1167','Peravia','Peravia','','17','state',1,0),(1168,'state_Puerto_Plata_1168','Puerto Plata','Puerto Plata','','18','state',1,0),(1169,'state_Salcedo_1169','Salcedo','Salcedo','','19','state',1,0),(1170,'state_Saman___1170','Samaná','Samaná','','20','state',1,0),(1171,'state_San_Crist__bal_1171','San Cristóbal','San Cristóbal','','21','state',1,0),(1172,'state_San_Juan_1172','San Juan','San Juan','','22','state',1,0),(1173,'state_San_Pedro_de_Macor__s_1173','San Pedro de Macorís','San Pedro de Macorís','','23','state',1,0),(1174,'state_S__nchez_Ram__rez_1174','Sánchez Ramírez','Sánchez Ramírez','','24','state',1,0),(1175,'state_Santiago_1175','Santiago','Santiago','','25','state',1,0),(1176,'state_Santiago_Rodr__guez_1176','Santiago Rodríguez','Santiago Rodríguez','','26','state',1,0),(1177,'state_Valverde_1177','Valverde','Valverde','','27','state',1,0),(1178,'state_Monse__or_Nouel_1178','Monseñor Nouel','Monseñor Nouel','','28','state',1,0),(1179,'state_Monte_Plata_1179','Monte Plata','Monte Plata','','29','state',1,0),(1180,'state_Hato_Mayor_1180','Hato Mayor','Hato Mayor','','30','state',1,0),(1181,'state_Aileu_1181','Aileu','Aileu','','AL','state',1,0),(1182,'state_Ainaro_1182','Ainaro','Ainaro','','AN','state',1,0),(1183,'state_Baucau_1183','Baucau','Baucau','','BA','state',1,0),(1184,'state_Bobonaro_1184','Bobonaro','Bobonaro','','BO','state',1,0),(1185,'state_Cova_Lima_1185','Cova-Lima','Cova-Lima','','CO','state',1,0),(1186,'state_Dili_1186','Dili','Dili','','DI','state',1,0),(1187,'state_Ermera_1187','Ermera','Ermera','','ER','state',1,0),(1188,'state_Lautem_1188','Lautem','Lautem','','LA','state',1,0),(1189,'state_Liqui_____1189','Liquiçá','Liquiçá','','LI','state',1,0),(1190,'state_Manufahi_1190','Manufahi','Manufahi','','MF','state',1,0),(1191,'state_Manatuto_1191','Manatuto','Manatuto','','MT','state',1,0),(1192,'state_Oecussi_1192','Oecussi','Oecussi','','OE','state',1,0),(1193,'state_Viqueque_1193','Viqueque','Viqueque','','VI','state',1,0),(1194,'state_Azuay_1194','Azuay','Azuay','','A','state',1,0),(1195,'state_Bol__var_1195','Bolívar','Bolívar','','B','state',1,0),(1196,'state_Carchi_1196','Carchi','Carchi','','C','state',1,0),(1197,'state_Orellana_1197','Orellana','Orellana','','D','state',1,0),(1198,'state_Esmeraldas_1198','Esmeraldas','Esmeraldas','','E','state',1,0),(1199,'state_Ca__ar_1199','Cañar','Cañar','','F','state',1,0),(1200,'state_Guayas_1200','Guayas','Guayas','','G','state',1,0),(1201,'state_Chimborazo_1201','Chimborazo','Chimborazo','','H','state',1,0),(1202,'state_Imbabura_1202','Imbabura','Imbabura','','I','state',1,0),(1203,'state_Loja_1203','Loja','Loja','','L','state',1,0),(1204,'state_Manab___1204','Manabí','Manabí','','M','state',1,0),(1205,'state_Napo_1205','Napo','Napo','','N','state',1,0),(1206,'state_El_Oro_1206','El Oro','El Oro','','O','state',1,0),(1207,'state_Pichincha_1207','Pichincha','Pichincha','','P','state',1,0),(1208,'state_Los_R__os_1208','Los Ríos','Los Ríos','','R','state',1,0),(1209,'state_Morona_Santiago_1209','Morona-Santiago','Morona-Santiago','','S','state',1,0),(1210,'state_Tungurahua_1210','Tungurahua','Tungurahua','','T','state',1,0),(1211,'state_Sucumb__os_1211','Sucumbíos','Sucumbíos','','U','state',1,0),(1212,'state_Gal__pagos_1212','Galápagos','Galápagos','','W','state',1,0),(1213,'state_Cotopaxi_1213','Cotopaxi','Cotopaxi','','X','state',1,0),(1214,'state_Pastaza_1214','Pastaza','Pastaza','','Y','state',1,0),(1215,'state_Zamora_Chinchipe_1215','Zamora-Chinchipe','Zamora-Chinchipe','','Z','state',1,0),(1216,'state______________________1216','الإسكندرية','الإسكندرية','','ALX','state',1,0),(1217,'state____________1217','أسوان','أسوان','','ASN','state',1,0),(1218,'state____________1218','أسيوط','أسيوط','','AST','state',1,0),(1219,'state_________________________1219','البحر الأحمر','البحر الأحمر','','BA','state',1,0),(1220,'state________________1220','البحيرة','البحيرة','','BH','state',1,0),(1221,'state_________________1221','بني سويف','بني سويف','','BNS','state',1,0),(1222,'state________________1222','القاهرة','القاهرة','','C','state',1,0),(1223,'state__________________1223','الدقهلية','الدقهلية','','DK','state',1,0),(1224,'state____________1224','دمياط','دمياط','','DT','state',1,0),(1225,'state______________1225','الفيوم','الفيوم','','FYM','state',1,0),(1226,'state________________1226','الغربية','الغربية','','GH','state',1,0),(1227,'state______________1227','الجيزة','الجيزة','','GZ','state',1,0),(1228,'state________________________1228','الإسماعيلية','الإسماعيلية','','IS','state',1,0),(1229,'state_____________________1229','جنوب سيناء','جنوب سيناء','','JS','state',1,0),(1230,'state____________________1230','القليوبية','القليوبية','','KB','state',1,0),(1231,'state___________________1231','كفر الشيخ','كفر الشيخ','','KFS','state',1,0),(1232,'state________1232','قنا','قنا','','KN','state',1,0),(1233,'state___________________________1233','محافظة المنيا','محافظة المنيا','','MN','state',1,0),(1234,'state__________________1234','المنوفية','المنوفية','','MNF','state',1,0),(1235,'state____________1235','مطروح','مطروح','','MT','state',1,0),(1236,'state______________________________1236','محافظة بور سعيد','محافظة بور سعيد','','PTS','state',1,0),(1237,'state_________________________1237','محافظة سوهاج','محافظة سوهاج','','SHG','state',1,0),(1238,'state___________________________________1238','المحافظة الشرقيّة','المحافظة الشرقيّة','','SHR','state',1,0),(1239,'state_____________________1239','شمال سيناء','شمال سيناء','','SIN','state',1,0),(1240,'state______________1240','السويس','السويس','','SUZ','state',1,0),(1241,'state___________________________1241','الوادى الجديد','الوادى الجديد','','WAD','state',1,0),(1242,'state_Ahuachap__n_1242','Ahuachapán','Ahuachapán','','AH','state',1,0),(1243,'state_Caba__as_1243','Cabañas','Cabañas','','CA','state',1,0),(1244,'state_Chalatenango_1244','Chalatenango','Chalatenango','','CH','state',1,0),(1245,'state_Cuscatl__n_1245','Cuscatlán','Cuscatlán','','CU','state',1,0),(1246,'state_La_Libertad_1246','La Libertad','La Libertad','','LI','state',1,0),(1247,'state_Moraz__n_1247','Morazán','Morazán','','MO','state',1,0),(1248,'state_La_Paz_1248','La Paz','La Paz','','PA','state',1,0),(1249,'state_Santa_Ana_1249','Santa Ana','Santa Ana','','SA','state',1,0),(1250,'state_San_Miguel_1250','San Miguel','San Miguel','','SM','state',1,0),(1251,'state_Sonsonate_1251','Sonsonate','Sonsonate','','SO','state',1,0),(1252,'state_San_Salvador_1252','San Salvador','San Salvador','','SS','state',1,0),(1253,'state_San_Vicente_1253','San Vicente','San Vicente','','SV','state',1,0),(1254,'state_La_Uni__n_1254','La Unión','La Unión','','UN','state',1,0),(1255,'state_Usulut__n_1255','Usulután','Usulután','','US','state',1,0),(1256,'state_Annob__n_1256','Annobón','Annobón','','AN','state',1,0),(1257,'state_Bioko_Norte_1257','Bioko Norte','Bioko Norte','','BN','state',1,0),(1258,'state_Bioko_Sur_1258','Bioko Sur','Bioko Sur','','BS','state',1,0),(1259,'state_Centro_Sur_1259','Centro Sur','Centro Sur','','CS','state',1,0),(1260,'state_Ki___Ntem_1260','Kié-Ntem','Kié-Ntem','','KN','state',1,0),(1261,'state_Litoral_1261','Litoral','Litoral','','LI','state',1,0),(1262,'state_Wele_Nzas_1262','Wele-Nzas','Wele-Nzas','','WN','state',1,0),(1263,'state_Zoba_Anseba_1263','Zoba Anseba','Zoba Anseba','','AN','state',1,0),(1264,'state_Zoba_Debubawi_Keyih_Bahri_1264','Zoba Debubawi Keyih Bahri','Zoba Debubawi Keyih Bahri','','DK','state',1,0),(1265,'state_Zoba_Debub_1265','Zoba Debub','Zoba Debub','','DU','state',1,0),(1266,'state_Zoba_Gash_Barka_1266','Zoba Gash-Barka','Zoba Gash-Barka','','GB','state',1,0),(1267,'state_Zoba_Ma_akel_1267','Zoba Ma\'akel','Zoba Ma\'akel','','MA','state',1,0),(1268,'state_Zoba_Semienawi_Keyih_Bahri_1268','Zoba Semienawi Keyih Bahri','Zoba Semienawi Keyih Bahri','','SK','state',1,0),(1269,'state_Harju_maakond_1269','Harju maakond','Harju maakond','','37','state',1,0),(1270,'state_Hiiu_maakond_1270','Hiiu maakond','Hiiu maakond','','39','state',1,0),(1271,'state_Ida_Viru_maakond_1271','Ida-Viru maakond','Ida-Viru maakond','','44','state',1,0),(1272,'state_J__geva_maakond_1272','Jõgeva maakond','Jõgeva maakond','','49','state',1,0),(1273,'state_J__rva_maakond_1273','Järva maakond','Järva maakond','','51','state',1,0),(1274,'state_L____ne_maakond_1274','Lääne maakond','Lääne maakond','','57','state',1,0),(1275,'state_L____ne_Viru_maakond_1275','Lääne-Viru maakond','Lääne-Viru maakond','','59','state',1,0),(1276,'state_P__lva_maakond_1276','Põlva maakond','Põlva maakond','','65','state',1,0),(1277,'state_P__rnu_maakond_1277','Pärnu maakond','Pärnu maakond','','67','state',1,0),(1278,'state_Rapla_maakond_1278','Rapla maakond','Rapla maakond','','70','state',1,0),(1279,'state_Saare_maakond_1279','Saare maakond','Saare maakond','','74','state',1,0),(1280,'state_Tartu_maakond_1280','Tartu maakond','Tartu maakond','','78','state',1,0),(1281,'state_Valga_maakond_1281','Valga maakond','Valga maakond','','82','state',1,0),(1282,'state_Viljandi_maakond_1282','Viljandi maakond','Viljandi maakond','','84','state',1,0),(1283,'state_V__ru_maakond_1283','Võru maakond','Võru maakond','','86','state',1,0),(1284,'state_____________________1284','አዲስ አበባ','አዲስ አበባ','','AA','state',1,0),(1285,'state___________1285','አፋር','አፋር','','AF','state',1,0),(1286,'state___________1286','አማራ','አማራ','','AH','state',1,0),(1287,'state______________________________1287','ቤንሻንጉል-ጉምዝ','ቤንሻንጉል-ጉምዝ','','BG','state',1,0),(1288,'state______________1288','ድሬዳዋ','ድሬዳዋ','','DD','state',1,0),(1289,'state___________________________1289','ጋምቤላ ሕዝቦች','ጋምቤላ ሕዝቦች','','GB','state',1,0),(1290,'state_____________________1290','ሀረሪ ሕዝብ','ሀረሪ ሕዝብ','','HR','state',1,0),(1291,'state______________1291','ኦሮሚያ','ኦሮሚያ','','OR','state',1,0),(1292,'state___________1292','ሶማሌ','ሶማሌ','','SM','state',1,0),(1293,'state___________________________________________________________1293','ደቡብ ብሔሮች ብሔረሰቦችና ሕዝቦች','ደቡብ ብሔሮች ብሔረሰቦችና ሕዝቦች','','SN','state',1,0),(1294,'state______________1294','ትግራይ','ትግራይ','','TG','state',1,0),(1295,'state_Central_1295','Central','Central','','C','state',1,0),(1296,'state_Northern_1296','Northern','Northern','','E','state',1,0),(1297,'state_Eastern_1297','Eastern','Eastern','','N','state',1,0),(1298,'state_Rotuma_1298','Rotuma','Rotuma','','R','state',1,0),(1299,'state_Western_1299','Western','Western','','W','state',1,0),(1300,'state_Ahvenanmaan_maakunta_1300','Ahvenanmaan maakunta','Ahvenanmaan maakunta','','AL','state',1,0),(1301,'state_Etel___Suomen_l____ni_1301','Etelä-Suomen lääni','Etelä-Suomen lääni','','ES','state',1,0),(1302,'state_It___Suomen_l____ni_1302','Itä-Suomen lääni','Itä-Suomen lääni','','IS','state',1,0),(1303,'state_Lapin_l____ni_1303','Lapin lääni','Lapin lääni','','LL','state',1,0),(1304,'state_L__nsi_Suomen_l____ni_1304','Länsi-Suomen lääni','Länsi-Suomen lääni','','LS','state',1,0),(1305,'state_Oulun_l____ni_1305','Oulun lääni','Oulun lääni','','OL','state',1,0),(1306,'state_Ain_1306','Ain','Ain','','01','state',1,0),(1307,'state_Aisne_1307','Aisne','Aisne','','02','state',1,0),(1308,'state_Allier_1308','Allier','Allier','','03','state',1,0),(1309,'state_Alpes_de_Haute_Provence_1309','Alpes-de-Haute-Provence','Alpes-de-Haute-Provence','','04','state',1,0),(1310,'state_Hautes_Alpes_1310','Hautes-Alpes','Hautes-Alpes','','05','state',1,0),(1311,'state_Alpes_Maritimes_1311','Alpes-Maritimes','Alpes-Maritimes','','06','state',1,0),(1312,'state_Ard__che_1312','Ardèche','Ardèche','','07','state',1,0),(1313,'state_Ardennes_1313','Ardennes','Ardennes','','08','state',1,0),(1314,'state_Ari__ge_1314','Ariège','Ariège','','09','state',1,0),(1315,'state_Aube_1315','Aube','Aube','','10','state',1,0),(1316,'state_Aude_1316','Aude','Aude','','11','state',1,0),(1317,'state_Aveyron_1317','Aveyron','Aveyron','','12','state',1,0),(1318,'state_Bouches_du_Rh__ne_1318','Bouches-du-Rhône','Bouches-du-Rhône','','13','state',1,0),(1319,'state_Calvados_1319','Calvados','Calvados','','14','state',1,0),(1320,'state_Cantal_1320','Cantal','Cantal','','15','state',1,0),(1321,'state_Charente_1321','Charente','Charente','','16','state',1,0),(1322,'state_Charente_Maritime_1322','Charente-Maritime','Charente-Maritime','','17','state',1,0),(1323,'state_Cher_1323','Cher','Cher','','18','state',1,0),(1324,'state_Corr__ze_1324','Corrèze','Corrèze','','19','state',1,0),(1325,'state_C__te_d_Or_1325','Côte-d\'Or','Côte-d\'Or','','21','state',1,0),(1326,'state_C__tes_d_Armor_1326','Côtes-d\'Armor','Côtes-d\'Armor','','22','state',1,0),(1327,'state_Creuse_1327','Creuse','Creuse','','23','state',1,0),(1328,'state_Dordogne_1328','Dordogne','Dordogne','','24','state',1,0),(1329,'state_Doubs_1329','Doubs','Doubs','','25','state',1,0),(1330,'state_Dr__me_1330','Drôme','Drôme','','26','state',1,0),(1331,'state_Eure_1331','Eure','Eure','','27','state',1,0),(1332,'state_Eure_et_Loir_1332','Eure-et-Loir','Eure-et-Loir','','28','state',1,0),(1333,'state_Finist__re_1333','Finistère','Finistère','','29','state',1,0),(1334,'state_Corse_du_Sud_1334','Corse-du-Sud','Corse-du-Sud','','2A','state',1,0),(1335,'state_Haute_Corse_1335','Haute-Corse','Haute-Corse','','2B','state',1,0),(1336,'state_Gard_1336','Gard','Gard','','30','state',1,0),(1337,'state_Haute_Garonne_1337','Haute-Garonne','Haute-Garonne','','31','state',1,0),(1338,'state_Gers_1338','Gers','Gers','','32','state',1,0),(1339,'state_Gironde_1339','Gironde','Gironde','','33','state',1,0),(1340,'state_H__rault_1340','Hérault','Hérault','','34','state',1,0),(1341,'state_Ille_et_Vilaine_1341','Ille-et-Vilaine','Ille-et-Vilaine','','35','state',1,0),(1342,'state_Indre_1342','Indre','Indre','','36','state',1,0),(1343,'state_Indre_et_Loire_1343','Indre-et-Loire','Indre-et-Loire','','37','state',1,0),(1344,'state_Is__re_1344','Isère','Isère','','38','state',1,0),(1345,'state_Jura_1345','Jura','Jura','','39','state',1,0),(1346,'state_Landes_1346','Landes','Landes','','40','state',1,0),(1347,'state_Loir_et_Cher_1347','Loir-et-Cher','Loir-et-Cher','','41','state',1,0),(1348,'state_Loire_1348','Loire','Loire','','42','state',1,0),(1349,'state_Haute_Loire_1349','Haute-Loire','Haute-Loire','','43','state',1,0),(1350,'state_Loire_Atlantique_1350','Loire-Atlantique','Loire-Atlantique','','44','state',1,0),(1351,'state_Loiret_1351','Loiret','Loiret','','45','state',1,0),(1352,'state_Lot_1352','Lot','Lot','','46','state',1,0),(1353,'state_Lot_et_Garonne_1353','Lot-et-Garonne','Lot-et-Garonne','','47','state',1,0),(1354,'state_Loz__re_1354','Lozère','Lozère','','48','state',1,0),(1355,'state_Maine_et_Loire_1355','Maine-et-Loire','Maine-et-Loire','','49','state',1,0),(1356,'state_Manche_1356','Manche','Manche','','50','state',1,0),(1357,'state_Marne_1357','Marne','Marne','','51','state',1,0),(1358,'state_Haute_Marne_1358','Haute-Marne','Haute-Marne','','52','state',1,0),(1359,'state_Mayenne_1359','Mayenne','Mayenne','','53','state',1,0),(1360,'state_Meurthe_et_Moselle_1360','Meurthe-et-Moselle','Meurthe-et-Moselle','','54','state',1,0),(1361,'state_Meuse_1361','Meuse','Meuse','','55','state',1,0),(1362,'state_Morbihan_1362','Morbihan','Morbihan','','56','state',1,0),(1363,'state_Moselle_1363','Moselle','Moselle','','57','state',1,0),(1364,'state_Ni__vre_1364','Nièvre','Nièvre','','58','state',1,0),(1365,'state_Nord_1365','Nord','Nord','','59','state',1,0),(1366,'state_Oise_1366','Oise','Oise','','60','state',1,0),(1367,'state_Orne_1367','Orne','Orne','','61','state',1,0),(1368,'state_Pas_de_Calais_1368','Pas-de-Calais','Pas-de-Calais','','62','state',1,0),(1369,'state_Puy_de_D__me_1369','Puy-de-Dôme','Puy-de-Dôme','','63','state',1,0),(1370,'state_Pyr__n__es_Atlantiques_1370','Pyrénées-Atlantiques','Pyrénées-Atlantiques','','64','state',1,0),(1371,'state_Hautes_Pyr__n__es_1371','Hautes-Pyrénées','Hautes-Pyrénées','','65','state',1,0),(1372,'state_Pyr__n__es_Orientales_1372','Pyrénées-Orientales','Pyrénées-Orientales','','66','state',1,0),(1373,'state_Bas_Rhin_1373','Bas-Rhin','Bas-Rhin','','67','state',1,0),(1374,'state_Haut_Rhin_1374','Haut-Rhin','Haut-Rhin','','68','state',1,0),(1375,'state_Rh__ne_1375','Rhône','Rhône','','69','state',1,0),(1376,'state_Haute_Sa__ne_1376','Haute-Saône','Haute-Saône','','70','state',1,0),(1377,'state_Sa__ne_et_Loire_1377','Saône-et-Loire','Saône-et-Loire','','71','state',1,0),(1378,'state_Sarthe_1378','Sarthe','Sarthe','','72','state',1,0),(1379,'state_Savoie_1379','Savoie','Savoie','','73','state',1,0),(1380,'state_Haute_Savoie_1380','Haute-Savoie','Haute-Savoie','','74','state',1,0),(1381,'state_Paris_1381','Paris','Paris','','75','state',1,0),(1382,'state_Seine_Maritime_1382','Seine-Maritime','Seine-Maritime','','76','state',1,0),(1383,'state_Seine_et_Marne_1383','Seine-et-Marne','Seine-et-Marne','','77','state',1,0),(1384,'state_Yvelines_1384','Yvelines','Yvelines','','78','state',1,0),(1385,'state_Deux_S__vres_1385','Deux-Sèvres','Deux-Sèvres','','79','state',1,0),(1386,'state_Somme_1386','Somme','Somme','','80','state',1,0),(1387,'state_Tarn_1387','Tarn','Tarn','','81','state',1,0),(1388,'state_Tarn_et_Garonne_1388','Tarn-et-Garonne','Tarn-et-Garonne','','82','state',1,0),(1389,'state_Var_1389','Var','Var','','83','state',1,0),(1390,'state_Vaucluse_1390','Vaucluse','Vaucluse','','84','state',1,0),(1391,'state_Vend__e_1391','Vendée','Vendée','','85','state',1,0),(1392,'state_Vienne_1392','Vienne','Vienne','','86','state',1,0),(1393,'state_Haute_Vienne_1393','Haute-Vienne','Haute-Vienne','','87','state',1,0),(1394,'state_Vosges_1394','Vosges','Vosges','','88','state',1,0),(1395,'state_Yonne_1395','Yonne','Yonne','','89','state',1,0),(1396,'state_Territoire_de_Belfort_1396','Territoire de Belfort','Territoire de Belfort','','90','state',1,0),(1397,'state_Essonne_1397','Essonne','Essonne','','91','state',1,0),(1398,'state_Hauts_de_Seine_1398','Hauts-de-Seine','Hauts-de-Seine','','92','state',1,0),(1399,'state_Seine_Saint_Denis_1399','Seine-Saint-Denis','Seine-Saint-Denis','','93','state',1,0),(1400,'state_Val_de_Marne_1400','Val-de-Marne','Val-de-Marne','','94','state',1,0),(1401,'state_Val_d_Oise_1401','Val-d\'Oise','Val-d\'Oise','','95','state',1,0),(1402,'state_Territoire_des_Nouvelle_Cal__donie_et_Dependances_1402','Territoire des Nouvelle-Calédonie et Dependances','Territoire des Nouvelle-Calédonie et Dependances','','NC','state',1,0),(1403,'state_Polyn__sie_Fran__aise_1403','Polynésie Française','Polynésie Française','','PF','state',1,0),(1404,'state_Saint_Pierre_et_Miquelon_1404','Saint-Pierre et Miquelon','Saint-Pierre et Miquelon','','PM','state',1,0),(1405,'state_Terres_australes_et_antarctiques_fran__aises_1405','Terres australes et antarctiques françaises','Terres australes et antarctiques françaises','','TF','state',1,0),(1406,'state_Mayotte_1406','Mayotte','Mayotte','','YT','state',1,0),(1407,'state_Territoire_des___les_Wallis_et_Futuna_1407','Territoire des îles Wallis et Futuna','Territoire des îles Wallis et Futuna','','WF','state',1,0),(1408,'state_Archipel_des_Marquises_1408','Archipel des Marquises','Archipel des Marquises','','M','state',1,0),(1409,'state_Archipel_des_Tuamotu_1409','Archipel des Tuamotu','Archipel des Tuamotu','','T','state',1,0),(1410,'state_Archipel_des_Tubuai_1410','Archipel des Tubuai','Archipel des Tubuai','','I','state',1,0),(1411,'state_Iles_du_Vent_1411','Iles du Vent','Iles du Vent','','V','state',1,0),(1412,'state_Iles_Sous_le_Vent__1412','Iles Sous-le-Vent ','Iles Sous-le-Vent ','','S','state',1,0),(1413,'state_Iles_Crozet_1413','Iles Crozet','Iles Crozet','','C','state',1,0),(1414,'state_Iles_Kerguelen_1414','Iles Kerguelen','Iles Kerguelen','','K','state',1,0),(1415,'state_Ile_Amsterdam_1415','Ile Amsterdam','Ile Amsterdam','','A','state',1,0),(1416,'state_Ile_Saint_Paul_1416','Ile Saint-Paul','Ile Saint-Paul','','P','state',1,0),(1417,'state_Adelie_Land_1417','Adelie Land','Adelie Land','','D','state',1,0),(1418,'state_Estuaire_1418','Estuaire','Estuaire','','ES','state',1,0),(1419,'state_Haut_Ogooue_1419','Haut-Ogooue','Haut-Ogooue','','HO','state',1,0),(1420,'state_Moyen_Ogooue_1420','Moyen-Ogooue','Moyen-Ogooue','','MO','state',1,0),(1421,'state_Ngounie_1421','Ngounie','Ngounie','','NG','state',1,0),(1422,'state_Nyanga_1422','Nyanga','Nyanga','','NY','state',1,0),(1423,'state_Ogooue_Ivindo_1423','Ogooue-Ivindo','Ogooue-Ivindo','','OI','state',1,0),(1424,'state_Ogooue_Lolo_1424','Ogooue-Lolo','Ogooue-Lolo','','OL','state',1,0),(1425,'state_Ogooue_Maritime_1425','Ogooue-Maritime','Ogooue-Maritime','','OM','state',1,0),(1426,'state_Woleu_Ntem_1426','Woleu-Ntem','Woleu-Ntem','','WN','state',1,0),(1427,'state_Ashanti_1427','Ashanti','Ashanti','','AH','state',1,0),(1428,'state_Brong_Ahafo_1428','Brong-Ahafo','Brong-Ahafo','','BA','state',1,0),(1429,'state_Central_1429','Central','Central','','CP','state',1,0),(1430,'state_Eastern_1430','Eastern','Eastern','','EP','state',1,0),(1431,'state_Greater_Accra_1431','Greater Accra','Greater Accra','','AA','state',1,0),(1432,'state_Northern_1432','Northern','Northern','','NP','state',1,0),(1433,'state_Upper_East_1433','Upper East','Upper East','','UE','state',1,0),(1434,'state_Upper_West_1434','Upper West','Upper West','','UW','state',1,0),(1435,'state_Volta_1435','Volta','Volta','','TV','state',1,0),(1436,'state_Western_1436','Western','Western','','WP','state',1,0),(1437,'state__________________________1437','აფხაზეთი','აფხაზეთი','','AB','state',1,0),(1438,'state_________________1438','აჭარა','აჭარა','','AJ','state',1,0),(1439,'state_________________1439','გურია','გურია','','GU','state',1,0),(1440,'state_______________________1440','იმერეთი','იმერეთი','','IM','state',1,0),(1441,'state____________________1441','კახეთი','კახეთი','','KA','state',1,0),(1442,'state____________________________________1442','ქვემო ქართლი','ქვემო ქართლი','','KK','state',1,0),(1443,'state_____________________________________________1443','მცხეთა-მთიანეთი','მცხეთა-მთიანეთი','','MM','state',1,0),(1444,'state_________________________________________________________________________________1444','რაჭა-ლეჩხუმი და ქვემო სვანეთი','რაჭა-ლეჩხუმი და ქვემო სვანეთი','','RL','state',1,0),(1445,'state_____________________________________________1445','სამცხე-ჯავახეთი','სამცხე-ჯავახეთი','','SJ','state',1,0),(1446,'state_________________________________1446','შიდა ქართლი','შიდა ქართლი','','SK','state',1,0),(1447,'state________________________________________________________________1447','სამეგრელო-ზემო სვანეთი','სამეგრელო-ზემო სვანეთი','','SZ','state',1,0),(1448,'state_______________________1448','თბილისი','თბილისი','','TB','state',1,0),(1449,'state_Berlin_1449','Berlin','Berlin','','BE','state',1,0),(1450,'state_Brandenburg_1450','Brandenburg','Brandenburg','','BR','state',1,0),(1451,'state_Baden_W__rttemberg_1451','Baden-Württemberg','Baden-Württemberg','','BW','state',1,0),(1452,'state_Bayern_1452','Bayern','Bayern','','BY','state',1,0),(1453,'state_Bremen_1453','Bremen','Bremen','','HB','state',1,0),(1454,'state_Hessen_1454','Hessen','Hessen','','HE','state',1,0),(1455,'state_Hamburg_1455','Hamburg','Hamburg','','HH','state',1,0),(1456,'state_Mecklenburg_Vorpommern_1456','Mecklenburg-Vorpommern','Mecklenburg-Vorpommern','','MV','state',1,0),(1457,'state_Niedersachsen_1457','Niedersachsen','Niedersachsen','','NI','state',1,0),(1458,'state_Nordrhein_Westfalen_1458','Nordrhein-Westfalen','Nordrhein-Westfalen','','NW','state',1,0),(1459,'state_Rheinland_Pfalz_1459','Rheinland-Pfalz','Rheinland-Pfalz','','RP','state',1,0),(1460,'state_Schleswig_Holstein_1460','Schleswig-Holstein','Schleswig-Holstein','','SH','state',1,0),(1461,'state_Saarland_1461','Saarland','Saarland','','SL','state',1,0),(1462,'state_Sachsen_1462','Sachsen','Sachsen','','SN','state',1,0),(1463,'state_Sachsen_Anhalt_1463','Sachsen-Anhalt','Sachsen-Anhalt','','ST','state',1,0),(1464,'state_Th__ringen_1464','Thüringen','Thüringen','','TH','state',1,0),(1475,'state________________________________1475','Αιτωλοακαρνανία','Αιτωλοακαρνανία','','01','state',1,0),(1476,'state________________1476','Βοιωτία','Βοιωτία','','03','state',1,0),(1477,'state______________1477','Εύβοια','Εύβοια','','04','state',1,0),(1478,'state____________________1478','Ευρυτανία','Ευρυτανία','','05','state',1,0),(1479,'state__________________1479','Φθιώτιδα','Φθιώτιδα','','06','state',1,0),(1480,'state______________1480','Φωκίδα','Φωκίδα','','07','state',1,0),(1481,'state__________________1481','Αργολίδα','Αργολίδα','','11','state',1,0),(1482,'state________________1482','Αρκαδία','Αρκαδία','','12','state',1,0),(1483,'state_____________1483','Ἀχαΐα','Ἀχαΐα','','13','state',1,0),(1484,'state____________1484','Ηλεία','Ηλεία','','14','state',1,0),(1485,'state__________________1485','Κορινθία','Κορινθία','','15','state',1,0),(1486,'state________________1486','Λακωνία','Λακωνία','','16','state',1,0),(1487,'state__________________1487','Μεσσηνία','Μεσσηνία','','17','state',1,0),(1488,'state__________________1488','Ζάκυνθος','Ζάκυνθος','','21','state',1,0),(1489,'state________________1489','Κέρκυρα','Κέρκυρα','','22','state',1,0),(1490,'state______________________1490','Κεφαλλονιά','Κεφαλλονιά','','23','state',1,0),(1491,'state________________1491','Λευκάδα','Λευκάδα','','24','state',1,0),(1492,'state__________1492','Άρτα','Άρτα','','31','state',1,0),(1493,'state____________________1493','Θεσπρωτία','Θεσπρωτία','','32','state',1,0),(1494,'state__________________1494','Ιωάννινα','Ιωάννινα','','33','state',1,0),(1495,'state________________1495','Πρεβεζα','Πρεβεζα','','34','state',1,0),(1496,'state__________________1496','Καρδίτσα','Καρδίτσα','','41','state',1,0),(1497,'state______________1497','Λάρισα','Λάρισα','','42','state',1,0),(1498,'state__________________1498','Μαγνησία','Μαγνησία','','43','state',1,0),(1499,'state________________1499','Τρίκαλα','Τρίκαλα','','44','state',1,0),(1500,'state________________1500','Γρεβενά','Γρεβενά','','51','state',1,0),(1501,'state____________1501','Δράμα','Δράμα','','52','state',1,0),(1502,'state______________1502','Ημαθία','Ημαθία','','53','state',1,0),(1503,'state________________________1503','Θεσσαλονίκη','Θεσσαλονίκη','','54','state',1,0),(1504,'state______________1504','Καβάλα','Καβάλα','','55','state',1,0),(1505,'state__________________1505','Καστοριά','Καστοριά','','56','state',1,0),(1506,'state______________1506','Κιλκίς','Κιλκίς','','57','state',1,0),(1507,'state______________1507','Κοζάνη','Κοζάνη','','58','state',1,0),(1508,'state____________1508','Πέλλα','Πέλλα','','59','state',1,0),(1509,'state______________1509','Πιερία','Πιερία','','61','state',1,0),(1510,'state______________1510','Σερρών','Σερρών','','62','state',1,0),(1511,'state________________1511','Φλώρινα','Φλώρινα','','63','state',1,0),(1512,'state____________________1512','Χαλκιδική','Χαλκιδική','','64','state',1,0),(1513,'state___________________1513','Όρος Άθως','Όρος Άθως','','69','state',1,0),(1514,'state____________1514','Έβρος','Έβρος','','71','state',1,0),(1515,'state____________1515','Ξάνθη','Ξάνθη','','72','state',1,0),(1516,'state______________1516','Ροδόπη','Ροδόπη','','73','state',1,0),(1517,'state______________________1517','Δωδεκάνησα','Δωδεκάνησα','','81','state',1,0),(1518,'state__________________1518','Κυκλάδες','Κυκλάδες','','82','state',1,0),(1519,'state______________1519','Λέσβου','Λέσβου','','83','state',1,0),(1520,'state____________1520','Σάμος','Σάμος','','84','state',1,0),(1521,'state__________1521','Χίος','Χίος','','85','state',1,0),(1522,'state__________________1522','Ηράκλειο','Ηράκλειο','','91','state',1,0),(1523,'state______________1523','Λασίθι','Λασίθι','','92','state',1,0),(1524,'state________________1524','Ρεθύμνο','Ρεθύμνο','','93','state',1,0),(1525,'state______________1525','Χανίων','Χανίων','','94','state',1,0),(1526,'state______________1526','Αττική','Αττική','','A1','state',1,0),(1527,'state_Avannaa_1527','Avannaa','Avannaa','','A','state',1,0),(1528,'state_Tunu__1528','Tunu ','Tunu ','','T','state',1,0),(1529,'state_Kitaa_1529','Kitaa','Kitaa','','K','state',1,0),(1531,'state_Saint_David_1531','Saint David','Saint David','','D','state',1,0),(1534,'state_Saint_Mark_1534','Saint Mark','Saint Mark','','M','state',1,0),(1535,'state_Saint_Patrick_1535','Saint Patrick','Saint Patrick','','P','state',1,0),(1536,'state_Alta_Verapaz_1536','Alta Verapaz','Alta Verapaz','','AV','state',1,0),(1537,'state_Baja_Verapaz_1537','Baja Verapaz','Baja Verapaz','','BV','state',1,0),(1538,'state_Chimaltenango_1538','Chimaltenango','Chimaltenango','','CM','state',1,0),(1539,'state_Chiquimula_1539','Chiquimula','Chiquimula','','CQ','state',1,0),(1540,'state_Escuintla_1540','Escuintla','Escuintla','','ES','state',1,0),(1541,'state_Guatemala_1541','Guatemala','Guatemala','','GU','state',1,0),(1542,'state_Huehuetenango_1542','Huehuetenango','Huehuetenango','','HU','state',1,0),(1543,'state_Izabal_1543','Izabal','Izabal','','IZ','state',1,0),(1544,'state_Jalapa_1544','Jalapa','Jalapa','','JA','state',1,0),(1545,'state_Jutiapa_1545','Jutiapa','Jutiapa','','JU','state',1,0),(1546,'state_El_Pet__n_1546','El Petén','El Petén','','PE','state',1,0),(1547,'state_El_Progreso_1547','El Progreso','El Progreso','','PR','state',1,0),(1548,'state_El_Quich___1548','El Quiché','El Quiché','','QC','state',1,0),(1549,'state_Quetzaltenango_1549','Quetzaltenango','Quetzaltenango','','QZ','state',1,0),(1550,'state_Retalhuleu_1550','Retalhuleu','Retalhuleu','','RE','state',1,0),(1551,'state_Sacatep__quez_1551','Sacatepéquez','Sacatepéquez','','SA','state',1,0),(1552,'state_San_Marcos_1552','San Marcos','San Marcos','','SM','state',1,0),(1553,'state_Solol___1553','Sololá','Sololá','','SO','state',1,0),(1554,'state_Santa_Rosa_1554','Santa Rosa','Santa Rosa','','SR','state',1,0),(1555,'state_Suchitep__quez_1555','Suchitepéquez','Suchitepéquez','','SU','state',1,0),(1556,'state_Totonicap__n_1556','Totonicapán','Totonicapán','','TO','state',1,0),(1557,'state_Zacapa_1557','Zacapa','Zacapa','','ZA','state',1,0),(1558,'state_Beyla_1558','Beyla','Beyla','','BE','state',1,0),(1559,'state_Boffa_1559','Boffa','Boffa','','BF','state',1,0),(1560,'state_Bok___1560','Boké','Boké','','BK','state',1,0),(1561,'state_Coyah_1561','Coyah','Coyah','','CO','state',1,0),(1562,'state_Dabola_1562','Dabola','Dabola','','DB','state',1,0),(1563,'state_Dinguiraye_1563','Dinguiraye','Dinguiraye','','DI','state',1,0),(1564,'state_Dalaba_1564','Dalaba','Dalaba','','DL','state',1,0),(1565,'state_Dubr__ka_1565','Dubréka','Dubréka','','DU','state',1,0),(1566,'state_Faranah_1566','Faranah','Faranah','','FA','state',1,0),(1567,'state_For__cariah_1567','Forécariah','Forécariah','','FO','state',1,0),(1568,'state_Fria_1568','Fria','Fria','','FR','state',1,0),(1569,'state_Gaoual_1569','Gaoual','Gaoual','','GA','state',1,0),(1570,'state_Gu__k__dou_1570','Guékédou','Guékédou','','GU','state',1,0),(1571,'state_Kankan_1571','Kankan','Kankan','','KA','state',1,0),(1572,'state_Koubia_1572','Koubia','Koubia','','KB','state',1,0),(1573,'state_Kindia_1573','Kindia','Kindia','','KD','state',1,0),(1574,'state_K__rouan___1574','Kérouané','Kérouané','','KE','state',1,0),(1575,'state_Koundara_1575','Koundara','Koundara','','KN','state',1,0),(1576,'state_Kouroussa_1576','Kouroussa','Kouroussa','','KO','state',1,0),(1577,'state_Kissidougou_1577','Kissidougou','Kissidougou','','KS','state',1,0),(1578,'state_Lab___1578','Labé','Labé','','LA','state',1,0),(1579,'state_L__louma_1579','Lélouma','Lélouma','','LE','state',1,0),(1580,'state_Lola_1580','Lola','Lola','','LO','state',1,0),(1581,'state_Macenta_1581','Macenta','Macenta','','MC','state',1,0),(1582,'state_Mandiana_1582','Mandiana','Mandiana','','MD','state',1,0),(1583,'state_Mali_1583','Mali','Mali','','ML','state',1,0),(1584,'state_Mamou_1584','Mamou','Mamou','','MM','state',1,0),(1585,'state_Nz__r__kor___1585','Nzérékoré','Nzérékoré','','NZ','state',1,0),(1586,'state_Pita_1586','Pita','Pita','','PI','state',1,0),(1587,'state_Siguiri_1587','Siguiri','Siguiri','','SI','state',1,0),(1588,'state_T__lim__l___1588','Télimélé','Télimélé','','TE','state',1,0),(1589,'state_Tougu___1589','Tougué','Tougué','','TO','state',1,0),(1590,'state_Yomou_1590','Yomou','Yomou','','YO','state',1,0),(1591,'state_Bafata_1591','Bafata','Bafata','','BF','state',1,0),(1592,'state_Biombo_1592','Biombo','Biombo','','BB','state',1,0),(1593,'state_Bissau_1593','Bissau','Bissau','','BS','state',1,0),(1594,'state_Bolama_1594','Bolama','Bolama','','BL','state',1,0),(1595,'state_Cacheu_1595','Cacheu','Cacheu','','CA','state',1,0),(1596,'state_Gabu_1596','Gabu','Gabu','','GA','state',1,0),(1597,'state_Oio_1597','Oio','Oio','','OI','state',1,0),(1598,'state_Quinara_1598','Quinara','Quinara','','QU','state',1,0),(1599,'state_Tombali_1599','Tombali','Tombali','','TO','state',1,0),(1600,'state_Barima_Waini_1600','Barima-Waini','Barima-Waini','','BA','state',1,0),(1601,'state_Cuyuni_Mazaruni_1601','Cuyuni-Mazaruni','Cuyuni-Mazaruni','','CU','state',1,0),(1602,'state_Demerara_Mahaica_1602','Demerara-Mahaica','Demerara-Mahaica','','DE','state',1,0),(1603,'state_East_Berbice_Corentyne_1603','East Berbice-Corentyne','East Berbice-Corentyne','','EB','state',1,0),(1604,'state_Essequibo_Islands_West_Demerara_1604','Essequibo Islands-West Demerara','Essequibo Islands-West Demerara','','ES','state',1,0),(1605,'state_Mahaica_Berbice_1605','Mahaica-Berbice','Mahaica-Berbice','','MA','state',1,0),(1606,'state_Pomeroon_Supenaam_1606','Pomeroon-Supenaam','Pomeroon-Supenaam','','PM','state',1,0),(1607,'state_Potaro_Siparuni_1607','Potaro-Siparuni','Potaro-Siparuni','','PT','state',1,0),(1608,'state_Upper_Demerara_Berbice_1608','Upper Demerara-Berbice','Upper Demerara-Berbice','','UD','state',1,0),(1609,'state_Upper_Takutu_Upper_Essequibo_1609','Upper Takutu-Upper Essequibo','Upper Takutu-Upper Essequibo','','UT','state',1,0),(1610,'state_Artibonite_1610','Artibonite','Artibonite','','AR','state',1,0),(1612,'state_Grand_Anse_1612','Grand\'Anse','Grand\'Anse','','GA','state',1,0),(1613,'state_Nippes_1613','Nippes','Nippes','','NI','state',1,0),(1614,'state_Nord_1614','Nord','Nord','','ND','state',1,0),(1615,'state_Nord_Est_1615','Nord-Est','Nord-Est','','NE','state',1,0),(1616,'state_Nord_Ouest_1616','Nord-Ouest','Nord-Ouest','','NO','state',1,0),(1618,'state_Sud_1618','Sud','Sud','','SD','state',1,0),(1619,'state_Sud_Est_1619','Sud-Est','Sud-Est','','SE','state',1,0),(1620,'state_Flat_Island_1620','Flat Island','Flat Island','','F','state',1,0),(1621,'state_McDonald_Island_1621','McDonald Island','McDonald Island','','M','state',1,0),(1622,'state_Shag_Island_1622','Shag Island','Shag Island','','S','state',1,0),(1623,'state_Heard_Island_1623','Heard Island','Heard Island','','H','state',1,0),(1624,'state_Atl__ntida_1624','Atlántida','Atlántida','','AT','state',1,0),(1625,'state_Choluteca_1625','Choluteca','Choluteca','','CH','state',1,0),(1626,'state_Col__n_1626','Colón','Colón','','CL','state',1,0),(1627,'state_Comayagua_1627','Comayagua','Comayagua','','CM','state',1,0),(1628,'state_Cop__n_1628','Copán','Copán','','CP','state',1,0),(1629,'state_Cort__s_1629','Cortés','Cortés','','CR','state',1,0),(1630,'state_El_Para__so_1630','El Paraíso','El Paraíso','','EP','state',1,0),(1631,'state_Francisco_Moraz__n_1631','Francisco Morazán','Francisco Morazán','','FM','state',1,0),(1632,'state_Gracias_a_Dios_1632','Gracias a Dios','Gracias a Dios','','GD','state',1,0),(1633,'state_Islas_de_la_Bah__a_1633','Islas de la Bahía','Islas de la Bahía','','IB','state',1,0),(1634,'state_Intibuc___1634','Intibucá','Intibucá','','IN','state',1,0),(1635,'state_Lempira_1635','Lempira','Lempira','','LE','state',1,0),(1636,'state_La_Paz_1636','La Paz','La Paz','','LP','state',1,0),(1637,'state_Ocotepeque_1637','Ocotepeque','Ocotepeque','','OC','state',1,0),(1638,'state_Olancho_1638','Olancho','Olancho','','OL','state',1,0),(1639,'state_Santa_B__rbara_1639','Santa Bárbara','Santa Bárbara','','SB','state',1,0),(1640,'state_Valle_1640','Valle','Valle','','VA','state',1,0),(1641,'state_Yoro_1641','Yoro','Yoro','','YO','state',1,0),(1642,'state___________1642','中西區','中西區','','HCW','state',1,0),(1643,'state________1643','東區','東區','','HEA','state',1,0),(1644,'state________1644','南區','南區','','HSO','state',1,0),(1645,'state___________1645','灣仔區','灣仔區','','HWC','state',1,0),(1646,'state______________1646','九龍城區','九龍城區','','KKC','state',1,0),(1647,'state___________1647','觀塘區','觀塘區','','KKT','state',1,0),(1648,'state______________1648','深水埗區','深水埗區','','KSS','state',1,0),(1649,'state______________1649','黃大仙區','黃大仙區','','KWT','state',1,0),(1650,'state______________1650','油尖旺區','油尖旺區','','KYT','state',1,0),(1651,'state___________1651','離島區','離島區','','NIS','state',1,0),(1652,'state___________1652','葵青區','葵青區','','NKT','state',1,0),(1653,'state________1653','北區','北區','','NNO','state',1,0),(1654,'state___________1654','西貢區','西貢區','','NSK','state',1,0),(1655,'state___________1655','沙田區','沙田區','','NST','state',1,0),(1656,'state___________1656','大埔區','大埔區','','NTP','state',1,0),(1657,'state___________1657','荃灣區','荃灣區','','NTW','state',1,0),(1658,'state___________1658','屯門區','屯門區','','NTM','state',1,0),(1659,'state___________1659','元朗區','元朗區','','NYL','state',1,0),(1660,'state_Baranja_megye_1660','Baranja megye','Baranja megye','','BA','state',1,0),(1661,'state_B__k__scsaba_1661','Békéscsaba','Békéscsaba','','BC','state',1,0),(1662,'state_B__k__s_megye_1662','Békés megye','Békés megye','','BE','state',1,0),(1663,'state_B__cs_Kiskun_megye_1663','Bács-Kiskun megye','Bács-Kiskun megye','','BK','state',1,0),(1664,'state_Budapest_1664','Budapest','Budapest','','BU','state',1,0),(1665,'state_Borsod_Aba__j_Zempl__n_megye_1665','Borsod-Abaúj-Zemplén megye','Borsod-Abaúj-Zemplén megye','','BZ','state',1,0),(1666,'state_Csongr__d_megye_1666','Csongrád megye','Csongrád megye','','CS','state',1,0),(1667,'state_Debrecen_1667','Debrecen','Debrecen','','DE','state',1,0),(1668,'state_Duna__jv__ros_1668','Dunaújváros','Dunaújváros','','DU','state',1,0),(1669,'state_Eger_1669','Eger','Eger','','EG','state',1,0),(1670,'state_Fej__r_megye_1670','Fejér megye','Fejér megye','','FE','state',1,0),(1671,'state_Gy__r_Moson_Sopron_megye_1671','Győr-Moson-Sopron megye','Győr-Moson-Sopron megye','','GS','state',1,0),(1672,'state_Gy__r_1672','Győr','Győr','','GY','state',1,0),(1673,'state_Hajd___Bihar_megye_1673','Hajdú-Bihar megye','Hajdú-Bihar megye','','HB','state',1,0),(1674,'state_Heves_megye_1674','Heves megye','Heves megye','','HE','state',1,0),(1675,'state_H__dmez__v__s__rhely_1675','Hódmezővásárhely','Hódmezővásárhely','','HV','state',1,0),(1676,'state_J__sz_Nagykun_Szolnok_megye_1676','Jász-Nagykun-Szolnok megye','Jász-Nagykun-Szolnok megye','','JN','state',1,0),(1677,'state_Kom__rom_Esztergom_megye_1677','Komárom-Esztergom megye','Komárom-Esztergom megye','','KE','state',1,0),(1678,'state_Kecskem__t_1678','Kecskemét','Kecskemét','','KM','state',1,0),(1679,'state_Kaposv__r_1679','Kaposvár','Kaposvár','','KV','state',1,0),(1680,'state_Miskolc_1680','Miskolc','Miskolc','','MI','state',1,0),(1681,'state_Nagykanizsa_1681','Nagykanizsa','Nagykanizsa','','NK','state',1,0),(1682,'state_N__gr__d_megye_1682','Nógrád megye','Nógrád megye','','NO','state',1,0),(1683,'state_Ny__regyh__za_1683','Nyíregyháza','Nyíregyháza','','NY','state',1,0),(1684,'state_Pest_megye_1684','Pest megye','Pest megye','','PE','state',1,0),(1685,'state_P__cs_1685','Pécs','Pécs','','PS','state',1,0),(1686,'state_Szeged_1686','Szeged','Szeged','','SD','state',1,0),(1687,'state_Sz__kesfeh__rv__r_1687','Székesfehérvár','Székesfehérvár','','SF','state',1,0),(1688,'state_Szombathely_1688','Szombathely','Szombathely','','SH','state',1,0),(1689,'state_Szolnok_1689','Szolnok','Szolnok','','SK','state',1,0),(1690,'state_Sopron_1690','Sopron','Sopron','','SN','state',1,0),(1691,'state_Somogy_megye_1691','Somogy megye','Somogy megye','','SO','state',1,0),(1692,'state_Szeksz__rd_1692','Szekszárd','Szekszárd','','SS','state',1,0),(1693,'state_Salg__tarj__n_1693','Salgótarján','Salgótarján','','ST','state',1,0),(1694,'state_Szabolcs_Szatm__r_Bereg_megye_1694','Szabolcs-Szatmár-Bereg megye','Szabolcs-Szatmár-Bereg megye','','SZ','state',1,0),(1695,'state_Tatab__nya_1695','Tatabánya','Tatabánya','','TB','state',1,0),(1696,'state_Tolna_megye_1696','Tolna megye','Tolna megye','','TO','state',1,0),(1697,'state_Vas_megye_1697','Vas megye','Vas megye','','VA','state',1,0),(1698,'state_Veszpr__m_megye_1698','Veszprém megye','Veszprém megye','','VE','state',1,0),(1699,'state_Veszpr__m_1699','Veszprém','Veszprém','','VM','state',1,0),(1700,'state_Zala_megye_1700','Zala megye','Zala megye','','ZA','state',1,0),(1701,'state_Zalaegerszeg_1701','Zalaegerszeg','Zalaegerszeg','','ZE','state',1,0),(1702,'state_H__fu__borgarsv____i___1702','Höfuðborgarsvæðið','Höfuðborgarsvæðið','','1','state',1,0),(1703,'state_Su__urnes_1703','Suðurnes','Suðurnes','','2','state',1,0),(1704,'state_Vesturland_1704','Vesturland','Vesturland','','3','state',1,0),(1705,'state_Vestfir__ir_1705','Vestfirðir','Vestfirðir','','4','state',1,0),(1706,'state_Nor__urland_vestra_1706','Norðurland vestra','Norðurland vestra','','5','state',1,0),(1707,'state_Nor__urland_eystra_1707','Norðurland eystra','Norðurland eystra','','6','state',1,0),(1708,'state_Austfir__ir_1708','Austfirðir','Austfirðir','','7','state',1,0),(1709,'state_Su__urland_1709','Suðurland','Suðurland','','8','state',1,0),(1710,'state_________________________________________________________________1710','अंडमान और निकोबार द्वीप','अंडमान और निकोबार द्वीप','','IN-AN','state',1,0),(1711,'state_______________________________________1711','ఆంధ్ర ప్రదేశ్','ఆంధ్ర ప్రదేశ్','','IN-AP','state',1,0),(1712,'state__________________________________________1712','अरुणाचल प्रदेश','अरुणाचल प्रदेश','','IN-AR','state',1,0),(1713,'state___________1713','অসম','অসম','','IN-AS','state',1,0),(1714,'state_________________1714','बिहार','बिहार','','IN-BR','state',1,0),(1715,'state_______________________1715','चंडीगढ़','चंडीगढ़','','IN-CH','state',1,0),(1716,'state_____________________________1716','छत्तीसगढ़','छत्तीसगढ़','','IN-CT','state',1,0),(1717,'state_______________________________1717','દમણ અને દિવ','દમણ અને દિવ','','IN-DD','state',1,0),(1718,'state____________________1718','दिल्ली','दिल्ली','','IN-DL','state',1,0),(1719,'state_____________________________________________________1719','દાદરા અને નગર હવેલી','દાદરા અને નગર હવેલી','','IN-DN','state',1,0),(1720,'state______________1720','गोंय','गोंय','','IN-GA','state',1,0),(1721,'state____________________1721','ગુજરાત','ગુજરાત','','IN-GJ','state',1,0),(1722,'state_______________________________________1722','हिमाचल प्रदेश','हिमाचल प्रदेश','','IN-HP','state',1,0),(1723,'state_______________________1723','हरियाणा','हरियाणा','','IN-HR','state',1,0),(1724,'state____________________1724','झारखंड','झारखंड','','IN-JH','state',1,0),(1725,'state___________________________________________1725','जम्मू और कश्मीर','जम्मू और कश्मीर','','IN-JK','state',1,0),(1726,'state____________________1726','ಕನಾ೯ಟಕ','ಕನಾ೯ಟಕ','','IN-KA','state',1,0),(1727,'state_________________1727','കേരളം','കേരളം','','IN-KL','state',1,0),(1728,'state________________________________1728','ലക്ഷദ്വീപ്','ലക്ഷദ്വീപ്','','IN-LD','state',1,0),(1729,'state____________________1729','मेघालय','मेघालय','','IN-ML','state',1,0),(1730,'state________________________________1730','महाराष्ट्र','महाराष्ट्र','','IN-MH','state',1,0),(1731,'state____________________1731','मणिपुर','मणिपुर','','IN-MN','state',1,0),(1732,'state_________________________________1732','मध्य प्रदेश','मध्य प्रदेश','','IN-MP','state',1,0),(1733,'state_______________________1733','मिज़ोरम','मिज़ोरम','','IN-MZ','state',1,0),(1734,'state__________________________1734','नागालैंड','नागालैंड','','IN-NL','state',1,0),(1735,'state____________________1735','उड़ीसा','उड़ीसा','','IN-OR','state',1,0),(1736,'state_________________1736','ਪੰਜਾਬ','ਪੰਜਾਬ','','IN-PB','state',1,0),(1737,'state________________________________1737','புதுச்சேரி','புதுச்சேரி','','IN-PY','state',1,0),(1738,'state__________________________1738','राजस्थान','राजस्थान','','IN-RJ','state',1,0),(1739,'state_______________________1739','सिक्किम','सिक्किम','','IN-SK','state',1,0),(1740,'state______________________________1740','தமிழ் நாடு','தமிழ் நாடு','','IN-TN','state',1,0),(1741,'state__________________________1741','ত্রিপুরা','ত্রিপুরা','','IN-TR','state',1,0),(1742,'state_____________________________1742','उत्तरांचल','उत्तरांचल','','IN-UL','state',1,0),(1743,'state____________________________________1743','उत्तर प्रदेश','उत्तर प्रदेश','','IN-UP','state',1,0),(1744,'state________________________________1744','পশ্চিমবঙ্গ','পশ্চিমবঙ্গ','','IN-WB','state',1,0),(1745,'state_Aceh_1745','Aceh','Aceh','','AC','state',1,0),(1746,'state_Bali_1746','Bali','Bali','','BA','state',1,0),(1747,'state_Bangka_Belitung_1747','Bangka-Belitung','Bangka-Belitung','','BB','state',1,0),(1748,'state_Bengkulu_1748','Bengkulu','Bengkulu','','BE','state',1,0),(1749,'state_Banten_1749','Banten','Banten','','BT','state',1,0),(1750,'state_Gorontalo_1750','Gorontalo','Gorontalo','','GO','state',1,0),(1751,'state_Papua_1751','Papua','Papua','','IJ','state',1,0),(1752,'state_Jambi_1752','Jambi','Jambi','','JA','state',1,0),(1753,'state_Jawa_Timur_1753','Jawa Timur','Jawa Timur','','JI','state',1,0),(1754,'state_Jakarta_Raya_1754','Jakarta Raya','Jakarta Raya','','JK','state',1,0),(1755,'state_Jawa_Barat_1755','Jawa Barat','Jawa Barat','','JR','state',1,0),(1756,'state_Jawa_Tengah_1756','Jawa Tengah','Jawa Tengah','','JT','state',1,0),(1757,'state_Kalimantan_Barat_1757','Kalimantan Barat','Kalimantan Barat','','KB','state',1,0),(1758,'state_Kalimantan_Timur_1758','Kalimantan Timur','Kalimantan Timur','','KI','state',1,0),(1759,'state_Kalimantan_Selatan_1759','Kalimantan Selatan','Kalimantan Selatan','','KS','state',1,0),(1760,'state_Kalimantan_Tengah_1760','Kalimantan Tengah','Kalimantan Tengah','','KT','state',1,0),(1761,'state_Lampung_1761','Lampung','Lampung','','LA','state',1,0),(1762,'state_Maluku_1762','Maluku','Maluku','','MA','state',1,0),(1763,'state_Maluku_Utara_1763','Maluku Utara','Maluku Utara','','MU','state',1,0),(1764,'state_Nusa_Tenggara_Barat_1764','Nusa Tenggara Barat','Nusa Tenggara Barat','','NB','state',1,0),(1765,'state_Nusa_Tenggara_Timur_1765','Nusa Tenggara Timur','Nusa Tenggara Timur','','NT','state',1,0),(1766,'state_Riau_1766','Riau','Riau','','RI','state',1,0),(1767,'state_Sumatera_Barat_1767','Sumatera Barat','Sumatera Barat','','SB','state',1,0),(1768,'state_Sulawesi_Tenggara_1768','Sulawesi Tenggara','Sulawesi Tenggara','','SG','state',1,0),(1769,'state_Sumatera_Selatan_1769','Sumatera Selatan','Sumatera Selatan','','SL','state',1,0),(1770,'state_Sulawesi_Selatan_1770','Sulawesi Selatan','Sulawesi Selatan','','SN','state',1,0),(1771,'state_Sulawesi_Tengah_1771','Sulawesi Tengah','Sulawesi Tengah','','ST','state',1,0),(1772,'state_Sulawesi_Utara_1772','Sulawesi Utara','Sulawesi Utara','','SW','state',1,0),(1773,'state_Sumatera_Utara_1773','Sumatera Utara','Sumatera Utara','','SU','state',1,0),(1774,'state_Yogyakarta_1774','Yogyakarta','Yogyakarta','','YO','state',1,0),(1775,'state__________________________________________1775','محافظة آذربایجان شرقي','محافظة آذربایجان شرقي','','01','state',1,0),(1776,'state__________________________________________1776','محافظة آذربایجان غربي','محافظة آذربایجان غربي','','02','state',1,0),(1777,'state___________________________1777','محافظة اردبیل','محافظة اردبیل','','03','state',1,0),(1778,'state___________________________1778','محافظة اصفهان','محافظة اصفهان','','04','state',1,0),(1779,'state_________________________1779','محافظة ایلام','محافظة ایلام','','05','state',1,0),(1780,'state_________________________1780','محافظة بوشهر','محافظة بوشهر','','06','state',1,0),(1781,'state_________________________1781','محافظة طهران','محافظة طهران','','07','state',1,0),(1782,'state_______________________________________________1782','محافظة چهارمحل و بختیاري','محافظة چهارمحل و بختیاري','','08','state',1,0),(1783,'state____________________________________1783','محافظة خراسان رضوي','محافظة خراسان رضوي','','09','state',1,0),(1784,'state_____________________________1784','محافظة خوزستان','محافظة خوزستان','','10','state',1,0),(1785,'state_________________________1785','محافظة زنجان','محافظة زنجان','','11','state',1,0),(1786,'state_________________________1786','محافظة سمنان','محافظة سمنان','','12','state',1,0),(1787,'state________________________________________________1787','محافظة سيستان وبلوتشستان','محافظة سيستان وبلوتشستان','','13','state',1,0),(1788,'state_______________________1788','محافظة فارس','محافظة فارس','','14','state',1,0),(1789,'state_________________________1789','محافظة کرمان','محافظة کرمان','','15','state',1,0),(1790,'state_____________________________1790','محافظة کردستان','محافظة کردستان','','16','state',1,0),(1791,'state_______________________________1791','محافظة کرمانشاه','محافظة کرمانشاه','','17','state',1,0),(1792,'state____________________________________________________1792','محافظة کهکیلویه و بویر أحمد','محافظة کهکیلویه و بویر أحمد','','18','state',1,0),(1793,'state_________________________1793','محافظة گیلان','محافظة گیلان','','19','state',1,0),(1794,'state___________________________1794','محافظة لرستان','محافظة لرستان','','20','state',1,0),(1795,'state_______________________________1795','محافظة مازندران','محافظة مازندران','','21','state',1,0),(1796,'state_________________________1796','محافظة مرکزي','محافظة مرکزي','','22','state',1,0),(1797,'state_____________________________1797','محافظة هرمزگان','محافظة هرمزگان','','23','state',1,0),(1798,'state_________________________1798','محافظة همدان','محافظة همدان','','24','state',1,0),(1799,'state_____________________1799','محافظة یزد','محافظة یزد','','25','state',1,0),(1800,'state___________________1800','محافظة قم','محافظة قم','','26','state',1,0),(1801,'state___________________________1801','محافظة گلستان','محافظة گلستان','','27','state',1,0),(1802,'state_________________________1802','محافظة قزوين','محافظة قزوين','','28','state',1,0),(1803,'state_____________________________1803','محافظة الأنبار','محافظة الأنبار','','AN','state',1,0),(1804,'state____________1804','أربيل','أربيل','','AR','state',1,0),(1805,'state___________________________1805','محافظة البصرة','محافظة البصرة','','BA','state',1,0),(1806,'state__________1806','بابل','بابل','','BB','state',1,0),(1807,'state_________________________1807','محافظة بغداد','محافظة بغداد','','BG','state',1,0),(1808,'state__________1808','دهوك','دهوك','','DA','state',1,0),(1809,'state____________1809','ديالى','ديالى','','DI','state',1,0),(1810,'state_____________1810','ذي قار','ذي قار','','DQ','state',1,0),(1811,'state______________1811','كربلاء','كربلاء','','KA','state',1,0),(1812,'state____________1812','ميسان','ميسان','','MA','state',1,0),(1813,'state______________1813','المثنى','المثنى','','MU','state',1,0),(1814,'state____________1814','النجف','النجف','','NA','state',1,0),(1815,'state____________1815','نینوى','نینوى','','NI','state',1,0),(1816,'state__________________1816','القادسية','القادسية','','QA','state',1,0),(1817,'state_____________________1817','صلاح الدين','صلاح الدين','','SD','state',1,0),(1818,'state___________________________________1818','محافظة السليمانية','محافظة السليمانية','','SW','state',1,0),(1819,'state________________1819','التأمیم','التأمیم','','TS','state',1,0),(1820,'state__________1820','واسط','واسط','','WA','state',1,0),(1821,'state_Corcaigh_1821','Corcaigh','County Cork','','C','state',1,0),(1822,'state_Contae_an_Chl__ir_1822','Contae an Chláir','County Clare','','CE','state',1,0),(1823,'state_An_Cabh__n_1823','An Cabhán','County Cavan','','CN','state',1,0),(1824,'state_Ceatharlach_1824','Ceatharlach','County Carlow','','CW','state',1,0),(1825,'state_Baile___tha_Cliath_1825','Baile Átha Cliath','County Dublin','','D','state',1,0),(1826,'state_D__n_na_nGall_1826','Dún na nGall','County Donegal','','DL','state',1,0),(1827,'state_Gaillimh_1827','Gaillimh','County Galway','','G','state',1,0),(1828,'state_Cill_Dara_1828','Cill Dara','County Kildare','','KE','state',1,0),(1829,'state_Cill_Chainnigh_1829','Cill Chainnigh','County Kilkenny','','KK','state',1,0),(1830,'state_Contae_Chiarra___1830','Contae Chiarraí','County Kerry','','KY','state',1,0),(1831,'state_An_Longfort_1831','An Longfort','County Longford','','LD','state',1,0),(1832,'state_Contae_L___1832','Contae Lú','County Louth','','LH','state',1,0),(1833,'state_Luimneach_1833','Luimneach','County Limerick','','LK','state',1,0),(1834,'state_Contae_Liatroma_1834','Contae Liatroma','County Leitrim','','LM','state',1,0),(1835,'state_Contae_Laoise_1835','Contae Laoise','County Laois','','LS','state',1,0),(1836,'state_Contae_na_M___1836','Contae na Mí','County Meath','','MH','state',1,0),(1837,'state_Muineach__n_1837','Muineachán','County Monaghan','','MN','state',1,0),(1838,'state_Contae_Mhaigh_Eo_1838','Contae Mhaigh Eo','County Monaghan','','MO','state',1,0),(1839,'state_Contae_U__bh_Fhail___1839','Contae Uíbh Fhailí','County Offaly','','OY','state',1,0),(1840,'state_Ros_Com__in_1840','Ros Comáin','County Roscommon','','RN','state',1,0),(1841,'state_Sligeach_1841','Sligeach','County Sligo','','SO','state',1,0),(1842,'state_Tiobraid___rann_1842','Tiobraid Árann','County Tipperary','','TA','state',1,0),(1843,'state_Port_Lairge_1843','Port Lairge','County Waterford','','WD','state',1,0),(1844,'state_Contae_na_hIarmh___1844','Contae na hIarmhí','County Westmeath','','WH','state',1,0),(1845,'state_Cill_Mhant__in_1845','Cill Mhantáin','County Wicklow','','WW','state',1,0),(1846,'state_Loch_Garman_1846','Loch Garman','County Wexford','','WX','state',1,0),(1847,'state_____________________1847','מחוז הדרום','מחוז הדרום','','D ','state',1,0),(1848,'state___________________1848','מחוז חיפה','מחוז חיפה','','HA','state',1,0),(1849,'state________________1849','ירושלים','ירושלים','','JM','state',1,0),(1850,'state_____________________1850','מחוז המרכז','מחוז המרכז','','M ','state',1,0),(1851,'state______________________1851','תל אביב-יפו','תל אביב-יפו','','TA','state',1,0),(1852,'state_____________________1852','מחוז הצפון','מחוז הצפון','','Z ','state',1,0),(1853,'state_Agrigento_1853','Agrigento','Agrigento','','AG','state',1,0),(1854,'state_Alessandria_1854','Alessandria','Alessandria','','AL','state',1,0),(1855,'state_Ancona_1855','Ancona','Ancona','','AN','state',1,0),(1856,'state_Valle_d_Aosta_1856','Valle d\'Aosta','Valle d\'Aosta','','AO','state',1,0),(1857,'state_Ascoli_Piceno_1857','Ascoli Piceno','Ascoli Piceno','','AP','state',1,0),(1858,'state_L_Aquila_1858','L\'Aquila','L\'Aquila','','AQ','state',1,0),(1859,'state_Arezzo_1859','Arezzo','Arezzo','','AR','state',1,0),(1860,'state_Asti_1860','Asti','Asti','','AT','state',1,0),(1861,'state_Avellino_1861','Avellino','Avellino','','AV','state',1,0),(1862,'state_Bari_1862','Bari','Bari','','BA','state',1,0),(1863,'state_Bergamo_1863','Bergamo','Bergamo','','BG','state',1,0),(1864,'state_Biella_1864','Biella','Biella','','BI','state',1,0),(1865,'state_Belluno_1865','Belluno','Belluno','','BL','state',1,0),(1866,'state_Benevento_1866','Benevento','Benevento','','BN','state',1,0),(1867,'state_Bologna_1867','Bologna','Bologna','','BO','state',1,0),(1868,'state_Brindisi_1868','Brindisi','Brindisi','','BR','state',1,0),(1869,'state_Brescia_1869','Brescia','Brescia','','BS','state',1,0),(1870,'state_Barletta_Andria_Trani_1870','Barletta-Andria-Trani','Barletta-Andria-Trani','','BT','state',1,0),(1871,'state_Alto_Adige_1871','Alto Adige','Alto Adige','','BZ','state',1,0),(1872,'state_Cagliari_1872','Cagliari','Cagliari','','CA','state',1,0),(1873,'state_Campobasso_1873','Campobasso','Campobasso','','CB','state',1,0),(1874,'state_Caserta_1874','Caserta','Caserta','','CE','state',1,0),(1875,'state_Chieti_1875','Chieti','Chieti','','CH','state',1,0),(1876,'state_Carbonia_Iglesias_1876','Carbonia-Iglesias','Carbonia-Iglesias','','CI','state',1,0),(1877,'state_Caltanissetta_1877','Caltanissetta','Caltanissetta','','CL','state',1,0),(1878,'state_Cuneo_1878','Cuneo','Cuneo','','CN','state',1,0),(1879,'state_Como_1879','Como','Como','','CO','state',1,0),(1880,'state_Cremona_1880','Cremona','Cremona','','CR','state',1,0),(1881,'state_Cosenza_1881','Cosenza','Cosenza','','CS','state',1,0),(1882,'state_Catania_1882','Catania','Catania','','CT','state',1,0),(1883,'state_Catanzaro_1883','Catanzaro','Catanzaro','','CZ','state',1,0),(1884,'state_Enna_1884','Enna','Enna','','EN','state',1,0),(1885,'state_Ferrara_1885','Ferrara','Ferrara','','FE','state',1,0),(1886,'state_Foggia_1886','Foggia','Foggia','','FG','state',1,0),(1887,'state_Firenze_1887','Firenze','Firenze','','FI','state',1,0),(1888,'state_Fermo_1888','Fermo','Fermo','','FM','state',1,0),(1889,'state_Forl___Cesena_1889','Forlì-Cesena','Forlì-Cesena','','FO','state',1,0),(1890,'state_Frosinone_1890','Frosinone','Frosinone','','FR','state',1,0),(1891,'state_Genova_1891','Genova','Genova','','GE','state',1,0),(1892,'state_Gorizia_1892','Gorizia','Gorizia','','GO','state',1,0),(1893,'state_Grosseto_1893','Grosseto','Grosseto','','GR','state',1,0),(1894,'state_Imperia_1894','Imperia','Imperia','','IM','state',1,0),(1895,'state_Isernia_1895','Isernia','Isernia','','IS','state',1,0),(1896,'state_Crotone_1896','Crotone','Crotone','','KR','state',1,0),(1897,'state_Lecco_1897','Lecco','Lecco','','LC','state',1,0),(1898,'state_Lecce_1898','Lecce','Lecce','','LE','state',1,0),(1899,'state_Livorno_1899','Livorno','Livorno','','LI','state',1,0),(1900,'state_Lodi_1900','Lodi','Lodi','','LO','state',1,0),(1901,'state_Latina_1901','Latina','Latina','','LT','state',1,0),(1902,'state_Lucca_1902','Lucca','Lucca','','LU','state',1,0),(1903,'state_Macerata_1903','Macerata','Macerata','','MC','state',1,0),(1904,'state_Medio_Campidano_1904','Medio Campidano','Medio Campidano','','MD','state',1,0),(1905,'state_Messina_1905','Messina','Messina','','ME','state',1,0),(1906,'state_Milano_1906','Milano','Milano','','MI','state',1,0),(1907,'state_Mantova_1907','Mantova','Mantova','','MN','state',1,0),(1908,'state_Modena_1908','Modena','Modena','','MO','state',1,0),(1909,'state_Massa_Carrara_1909','Massa-Carrara','Massa-Carrara','','MS','state',1,0),(1910,'state_Matera_1910','Matera','Matera','','MT','state',1,0),(1911,'state_Monza_e_Brianza_1911','Monza e Brianza','Monza e Brianza','','MZ','state',1,0),(1912,'state_Napoli_1912','Napoli','Napoli','','NA','state',1,0),(1913,'state_Novara_1913','Novara','Novara','','NO','state',1,0),(1914,'state_Nuoro_1914','Nuoro','Nuoro','','NU','state',1,0),(1915,'state_Ogliastra_1915','Ogliastra','Ogliastra','','OG','state',1,0),(1916,'state_Oristano_1916','Oristano','Oristano','','OR','state',1,0),(1917,'state_Olbia_Tempio_1917','Olbia-Tempio','Olbia-Tempio','','OT','state',1,0),(1918,'state_Palermo_1918','Palermo','Palermo','','PA','state',1,0),(1919,'state_Piacenza_1919','Piacenza','Piacenza','','PC','state',1,0),(1920,'state_Padova_1920','Padova','Padova','','PD','state',1,0),(1921,'state_Pescara_1921','Pescara','Pescara','','PE','state',1,0),(1922,'state_Perugia_1922','Perugia','Perugia','','PG','state',1,0),(1923,'state_Pisa_1923','Pisa','Pisa','','PI','state',1,0),(1924,'state_Pordenone_1924','Pordenone','Pordenone','','PN','state',1,0),(1925,'state_Prato_1925','Prato','Prato','','PO','state',1,0),(1926,'state_Parma_1926','Parma','Parma','','PR','state',1,0),(1927,'state_Pesaro_e_Urbino_1927','Pesaro e Urbino','Pesaro e Urbino','','PS','state',1,0),(1928,'state_Pistoia_1928','Pistoia','Pistoia','','PT','state',1,0),(1929,'state_Pavia_1929','Pavia','Pavia','','PV','state',1,0),(1930,'state_Potenza_1930','Potenza','Potenza','','PZ','state',1,0),(1931,'state_Ravenna_1931','Ravenna','Ravenna','','RA','state',1,0),(1932,'state_Reggio_Calabria_1932','Reggio Calabria','Reggio Calabria','','RC','state',1,0),(1933,'state_Reggio_Emilia_1933','Reggio Emilia','Reggio Emilia','','RE','state',1,0),(1934,'state_Ragusa_1934','Ragusa','Ragusa','','RG','state',1,0),(1935,'state_Rieti_1935','Rieti','Rieti','','RI','state',1,0),(1936,'state_Roma_1936','Roma','Roma','','RM','state',1,0),(1937,'state_Rimini_1937','Rimini','Rimini','','RN','state',1,0),(1938,'state_Rovigo_1938','Rovigo','Rovigo','','RO','state',1,0),(1939,'state_Salerno_1939','Salerno','Salerno','','SA','state',1,0),(1940,'state_Siena_1940','Siena','Siena','','SI','state',1,0),(1941,'state_Sondrio_1941','Sondrio','Sondrio','','SO','state',1,0),(1942,'state_La_Spezia_1942','La Spezia','La Spezia','','SP','state',1,0),(1943,'state_Siracusa_1943','Siracusa','Siracusa','','SR','state',1,0),(1944,'state_Sassari_1944','Sassari','Sassari','','SS','state',1,0),(1945,'state_Savona_1945','Savona','Savona','','SV','state',1,0),(1946,'state_Taranto_1946','Taranto','Taranto','','TA','state',1,0),(1947,'state_Teramo_1947','Teramo','Teramo','','TE','state',1,0),(1948,'state_Trento_1948','Trento','Trento','','TN','state',1,0),(1949,'state_Torino_1949','Torino','Torino','','TO','state',1,0),(1950,'state_Trapani_1950','Trapani','Trapani','','TP','state',1,0),(1951,'state_Terni_1951','Terni','Terni','','TR','state',1,0),(1952,'state_Trieste_1952','Trieste','Trieste','','TS','state',1,0),(1953,'state_Treviso_1953','Treviso','Treviso','','TV','state',1,0),(1954,'state_Udine_1954','Udine','Udine','','UD','state',1,0),(1955,'state_Varese_1955','Varese','Varese','','VA','state',1,0),(1956,'state_Verbano_Cusio_Ossola_1956','Verbano-Cusio-Ossola','Verbano-Cusio-Ossola','','VB','state',1,0),(1957,'state_Vercelli_1957','Vercelli','Vercelli','','VC','state',1,0),(1958,'state_Venezia_1958','Venezia','Venezia','','VE','state',1,0),(1959,'state_Vicenza_1959','Vicenza','Vicenza','','VI','state',1,0),(1960,'state_Verona_1960','Verona','Verona','','VR','state',1,0),(1961,'state_Viterbo_1961','Viterbo','Viterbo','','VT','state',1,0),(1962,'state_Vibo_Valentia_1962','Vibo Valentia','Vibo Valentia','','VV','state',1,0),(1963,'state_Lucea_1971','Hanover','Hanover','','01','state',1,0),(1964,'state_Black_River_1973','Saint Elizabeth','Saint Elizabeth','','02','state',1,0),(1965,'state_Montego_Bay_1970','Saint James','Saint James','','03','state',1,0),(1966,'state_Falmouth_1969','Trelawny','Trelawny','','04','state',1,0),(1967,'state_Savanna_la_Mar_1972','Westmoreland','Westmoreland','','05','state',1,0),(1968,'state_May_Pen_1975','Clarendon','Clarendon','','06','state',1,0),(1969,'state_Mandeville_1974','Manchester','Manchester','','07','state',1,0),(1970,'state_Saint_Ann_s_Bay_1968','Saint Ann','Saint Ann','','08','state',1,0),(1971,'state_Spanish_Town_1976','Saint Catherine','Saint Catherine','','09','state',1,0),(1972,'state_Port_Maria_1967','Saint Mary','Saint Mary','','10','state',1,0),(1973,'state_Kingston_1963','Kingston','Kingston','','11','state',1,0),(1974,'state_Port_Antonio_1966','Portland','Portland','','12','state',1,0),(1975,'state_Half_Way_Tree_1964','Saint Andrew','Saint Andrew','','13','state',1,0),(1976,'state_Morant_Bay_1965','Saint Thomas','Saint Thomas','','14','state',1,0),(1977,'state___________1977','北海道','北海道','','01','state',1,0),(1978,'state________1978','青森県','青森県','','02','state',1,0),(1979,'state________1979','岩手県','岩手県','','03','state',1,0),(1980,'state________1980','宮城県','宮城県','','04','state',1,0),(1981,'state________1981','秋田県','秋田県','','05','state',1,0),(1982,'state________1982','山形県','山形県','','06','state',1,0),(1983,'state________1983','福島県','福島県','','07','state',1,0),(1984,'state________1984','茨城県','茨城県','','08','state',1,0),(1985,'state________1985','栃木県','栃木県','','09','state',1,0),(1986,'state________1986','群馬県','群馬県','','10','state',1,0),(1987,'state________1987','埼玉県','埼玉県','','11','state',1,0),(1988,'state________1988','千葉県','千葉県','','12','state',1,0),(1989,'state________1989','東京都','東京都','','13','state',1,0),(1990,'state___________1990','神奈川県','神奈川県','','14','state',1,0),(1991,'state________1991','新潟県','新潟県','','15','state',1,0),(1992,'state________1992','富山県','富山県','','16','state',1,0),(1993,'state________1993','石川県','石川県','','17','state',1,0),(1994,'state________1994','福井県','福井県','','18','state',1,0),(1995,'state________1995','山梨県','山梨県','','19','state',1,0),(1996,'state________1996','長野県','長野県','','20','state',1,0),(1997,'state________1997','岐阜県','岐阜県','','21','state',1,0),(1998,'state________1998','静岡県','静岡県','','22','state',1,0),(1999,'state________1999','愛知県','愛知県','','23','state',1,0),(2000,'state________2000','三重県','三重県','','24','state',1,0),(2001,'state________2001','滋賀県','滋賀県','','25','state',1,0),(2002,'state________2002','京都府','京都府','','26','state',1,0),(2003,'state________2003','大阪府','大阪府','','27','state',1,0),(2004,'state________2004','兵庫県','兵庫県','','28','state',1,0),(2005,'state________2005','奈良県','奈良県','','29','state',1,0),(2006,'state___________2006','和歌山県','和歌山県','','30','state',1,0),(2007,'state________2007','鳥取県','鳥取県','','31','state',1,0),(2008,'state________2008','島根県','島根県','','32','state',1,0),(2009,'state________2009','岡山県','岡山県','','33','state',1,0),(2010,'state________2010','広島県','広島県','','34','state',1,0),(2011,'state________2011','山口県','山口県','','35','state',1,0),(2012,'state________2012','徳島県','徳島県','','36','state',1,0),(2013,'state________2013','香川県','香川県','','37','state',1,0),(2014,'state________2014','愛媛県','愛媛県','','38','state',1,0),(2015,'state________2015','高知県','高知県','','39','state',1,0),(2016,'state________2016','福岡県','福岡県','','40','state',1,0),(2017,'state________2017','佐賀県','佐賀県','','41','state',1,0),(2018,'state________2018','長崎県','長崎県','','42','state',1,0),(2019,'state________2019','熊本県','熊本県','','43','state',1,0),(2020,'state________2020','大分県','大分県','','44','state',1,0),(2021,'state________2021','宮崎県','宮崎県','','45','state',1,0),(2022,'state___________2022','鹿児島県','鹿児島','','46','state',1,0),(2023,'state________2023','沖縄県','沖縄県','','47','state',1,0),(2024,'state_________________________2024','محافظة عجلون','محافظة عجلون','','AJ','state',1,0),(2025,'state_____________________________2025','محافظة العاصمة','محافظة العاصمة','','AM','state',1,0),(2026,'state___________________________2026','محافظة العقبة','محافظة العقبة','','AQ','state',1,0),(2027,'state_____________________________2027','محافظة الطفيلة','محافظة الطفيلة','','AT','state',1,0),(2028,'state_____________________________2028','محافظة الزرقاء','محافظة الزرقاء','','AZ','state',1,0),(2029,'state_____________________________2029','محافظة البلقاء','محافظة البلقاء','','BA','state',1,0),(2030,'state_____________________2030','محافظة جرش','محافظة جرش','','JA','state',1,0),(2031,'state_______________________2031','محافظة إربد','محافظة إربد','','JR','state',1,0),(2032,'state_________________________2032','محافظة الكرك','محافظة الكرك','','KA','state',1,0),(2033,'state___________________________2033','محافظة المفرق','محافظة المفرق','','MA','state',1,0),(2034,'state_________________________2034','محافظة مادبا','محافظة مادبا','','MD','state',1,0),(2035,'state_______________________2035','محافظة معان','محافظة معان','','MN','state',1,0),(2036,'state______________2036','Алматы','Алматы','','AL','state',1,0),(2037,'state_Almaty_City_2037','Almaty City','Almaty City','','AC','state',1,0),(2038,'state______________2038','Ақмола','Ақмола','','AM','state',1,0),(2039,'state______________2039','Ақтөбе','Ақтөбе','','AQ','state',1,0),(2040,'state______________2040','Астана','Астана','','AS','state',1,0),(2041,'state______________2041','Атырау','Атырау','','AT','state',1,0),(2042,'state_______________________________2042','Батыс Қазақстан','Батыс Қазақстан','','BA','state',1,0),(2043,'state__________________2043','Байқоңыр','Байқоңыр','','BY','state',1,0),(2044,'state____________________2044','Маңғыстау','Маңғыстау','','MA','state',1,0),(2045,'state_____________________________________2045','Оңтүстік Қазақстан','Оңтүстік Қазақстан','','ON','state',1,0),(2046,'state__________________2046','Павлодар','Павлодар','','PA','state',1,0),(2047,'state____________________2047','Қарағанды','Қарағанды','','QA','state',1,0),(2048,'state__________________2048','Қостанай','Қостанай','','QO','state',1,0),(2049,'state____________________2049','Қызылорда','Қызылорда','','QY','state',1,0),(2050,'state_______________________________2050','Шығыс Қазақстан','Шығыс Қазақстан','','SH','state',1,0),(2051,'state_______________________________________2051','Солтүстік Қазақстан','Солтүстік Қазақстан','','SO','state',1,0),(2052,'state______________2052','Жамбыл','Жамбыл','','ZH','state',1,0),(2053,'state_Nairobi_2053','Nairobi','Nairobi','','110','state',1,0),(2054,'state_Central_2054','Central','Central','','200','state',1,0),(2055,'state_Mombasa_2055','Mombasa','Mombasa','','300','state',1,0),(2056,'state_Eastern_2056','Eastern','Eastern','','400','state',1,0),(2057,'state_North_Eastern_2057','North Eastern','North Eastern','','500','state',1,0),(2058,'state_Nyanza_2058','Nyanza','Nyanza','','600','state',1,0),(2059,'state_Rift_Valley_2059','Rift Valley','Rift Valley','','700','state',1,0),(2060,'state_Western_2060','Western','Western','','900','state',1,0),(2061,'state_Gilbert_Islands_2061','Gilbert Islands','Gilbert Islands','','G','state',1,0),(2062,'state_Line_Islands_2062','Line Islands','Line Islands','','L','state',1,0),(2063,'state_Phoenix_Islands_2063','Phoenix Islands','Phoenix Islands','','P','state',1,0),(2064,'state___________2064','자강도','자강도','','CHA','state',1,0),(2065,'state_______________2065','함경 북도','함경 북도','','HAB','state',1,0),(2066,'state_______________2066','함경 남도','함경 남도','','HAN','state',1,0),(2067,'state_______________2067','황해 북도','황해 북도','','HWB','state',1,0),(2068,'state_______________2068','황해 남도','황해 남도','','HWN','state',1,0),(2069,'state___________2069','강원도','강원도','','KAN','state',1,0),(2070,'state___________2070','개성시','개성시','','KAE','state',1,0),(2071,'state__________________2071','라선 직할시','라선 직할시','','NAJ','state',1,0),(2072,'state__________________2072','남포 특급시','남포 특급시','','NAM','state',1,0),(2073,'state_______________2073','평안 북도','평안 북도','','PYB','state',1,0),(2074,'state_______________2074','평안 남도','평안 남도','','PYN','state',1,0),(2075,'state__________________2075','평양 직할시','평양 직할시','','PYO','state',1,0),(2076,'state___________2076','량강도','량강도','','YAN','state',1,0),(2077,'state_________________2077','서울특별시','서울특별시','','11','state',1,0),(2078,'state__________________2078','부산 광역시','부산 광역시','','26','state',1,0),(2079,'state__________________2079','대구 광역시','대구 광역시','','27','state',1,0),(2080,'state_________________2080','인천광역시','인천광역시','','28','state',1,0),(2081,'state__________________2081','광주 광역시','광주 광역시','','29','state',1,0),(2082,'state__________________2082','대전 광역시','대전 광역시','','30','state',1,0),(2083,'state__________________2083','울산 광역시','울산 광역시','','31','state',1,0),(2084,'state___________2084','경기도','경기도','','41','state',1,0),(2085,'state___________2085','강원도','강원도','','42','state',1,0),(2086,'state_______________2086','충청 북도','충청 북도','','43','state',1,0),(2087,'state_______________2087','충청 남도','충청 남도','','44','state',1,0),(2088,'state_______________2088','전라 북도','전라 북도','','45','state',1,0),(2089,'state_______________2089','전라 남도','전라 남도','','46','state',1,0),(2090,'state_______________2090','경상 북도','경상 북도','','47','state',1,0),(2091,'state_______________2091','경상 남도','경상 남도','','48','state',1,0),(2092,'state_______________________2092','제주특별자치도','제주특별자치도','','49','state',1,0),(2093,'state________________2093','الاحمدي','الاحمدي','','AH','state',1,0),(2094,'state____________________2094','الفروانية','الفروانية','','FA','state',1,0),(2095,'state________________2095','الجهراء','الجهراء','','JA','state',1,0),(2096,'state________________2096','ألعاصمه','ألعاصمه','','KU','state',1,0),(2097,'state__________2097','حولي','حولي','','HW','state',1,0),(2098,'state_________________________2098','مبارك الكبير','مبارك الكبير','','MU','state',1,0),(2099,'state_____________________________2099','Баткен областы','Баткен областы','','B','state',1,0),(2100,'state_______________________2100','Чүй областы','Чүй областы','','C','state',1,0),(2101,'state______________2101','Бишкек','Бишкек','','GB','state',1,0),(2102,'state____________________________________2102','Жалал-Абад областы','Жалал-Абад областы','','J','state',1,0),(2103,'state___________________________2103','Нарын областы','Нарын областы','','N','state',1,0),(2104,'state_____________________2104','Ош областы','Ош областы','','O','state',1,0),(2105,'state___________________________2105','Талас областы','Талас областы','','T','state',1,0),(2106,'state________________________________2106','Ысык-Көл областы','Ысык-Көл областы','','Y','state',1,0),(2107,'state_______________________2107','ອັດຕະປື','ອັດຕະປື','','AT','state',1,0),(2108,'state_______________________2108','ບໍ່ແກ້ວ','ບໍ່ແກ້ວ','','BK','state',1,0),(2109,'state_____________________________2109','ບໍລິຄໍາໄຊ','ບໍລິຄໍາໄຊ','','BL','state',1,0),(2110,'state__________________________2110','ຈໍາປາສັກ','ຈໍາປາສັກ','','CH','state',1,0),(2111,'state____________________2111','ຫົວພັນ','ຫົວພັນ','','HO','state',1,0),(2112,'state_______________________2112','ຄໍາມ່ວນ','ຄໍາມ່ວນ','','KH','state',1,0),(2113,'state________________________________2113','ຫລວງນໍ້າທາ','ຫລວງນໍ້າທາ','','LM','state',1,0),(2114,'state_____________________________2114','ຫລວງພະບາງ','ຫລວງພະບາງ','','LP','state',1,0),(2115,'state_______________________2115','ອຸດົມໄຊ','ອຸດົມໄຊ','','OU','state',1,0),(2116,'state_______________________2116','ຜົງສາລີ','ຜົງສາລີ','','PH','state',1,0),(2117,'state_______________________2117','ສາລະວັນ','ສາລະວັນ','','SL','state',1,0),(2118,'state___________________________________2118','ສະຫວັນນະເຂດ','ສະຫວັນນະເຂດ','','SV','state',1,0),(2119,'state____________________2119','ວຽງຈັນ','ວຽງຈັນ','','VI','state',1,0),(2120,'state____________________2120','ວຽງຈັນ','ວຽງຈັນ','','VT','state',1,0),(2121,'state__________________________2121','ໄຊຍະບູລີ','ໄຊຍະບູລີ','','XA','state',1,0),(2122,'state_________________2122','ເຊກອງ','ເຊກອງ','','XE','state',1,0),(2123,'state_______________________2123','ຊຽງຂວາງ','ຊຽງຂວາງ','','XI','state',1,0),(2124,'state__________________________2124','ໄຊສົມບູນ','ໄຊສົມບູນ','','XN','state',1,0),(2125,'state_Aizkraukles_rajons_2125','Aizkraukles rajons','Aizkraukles rajons','','AI','state',1,0),(2126,'state_Al__ksnes_rajons_2126','Alūksnes rajons','Alūksnes rajons','','AL','state',1,0),(2127,'state_Balvu_rajons_2127','Balvu rajons','Balvu rajons','','BL','state',1,0),(2128,'state_Bauskas_rajons_2128','Bauskas rajons','Bauskas rajons','','BU','state',1,0),(2129,'state_C__su_rajons_2129','Cēsu rajons','Cēsu rajons','','CE','state',1,0),(2130,'state_Daugavpils_rajons_2130','Daugavpils rajons','Daugavpils rajons','','DA','state',1,0),(2131,'state_Daugpilis_2131','Daugpilis','Daugpilis','','DGV','state',1,0),(2132,'state_Dobeles_rajons_2132','Dobeles rajons','Dobeles rajons','','DO','state',1,0),(2133,'state_Gulbenes_rajons_2133','Gulbenes rajons','Gulbenes rajons','','GU','state',1,0),(2134,'state_Jelgava_2134','Jelgava','Jelgava','','JEL','state',1,0),(2135,'state_J__kabpils_rajons_2135','Jēkabpils rajons','Jēkabpils rajons','','JK','state',1,0),(2136,'state_Jelgavas_rajons_2136','Jelgavas rajons','Jelgavas rajons','','JL','state',1,0),(2137,'state_J__rmala_2137','Jūrmala','Jūrmala','','JUR','state',1,0),(2138,'state_Kr__slavas_rajons_2138','Krāslavas rajons','Krāslavas rajons','','KR','state',1,0),(2139,'state_Kuld__gas_rajons_2139','Kuldīgas rajons','Kuldīgas rajons','','KU','state',1,0),(2140,'state_Liep__jas_rajons_2140','Liepājas rajons','Liepājas rajons','','LE','state',1,0),(2141,'state_Limba__u_rajons_2141','Limbažu rajons','Limbažu rajons','','LM','state',1,0),(2142,'state_Liepoja_2142','Liepoja','Liepoja','','LPX','state',1,0),(2143,'state_Ludzas_rajons_2143','Ludzas rajons','Ludzas rajons','','LU','state',1,0),(2144,'state_Madonas_rajons_2144','Madonas rajons','Madonas rajons','','MA','state',1,0),(2145,'state_Ogres_rajons_2145','Ogres rajons','Ogres rajons','','OG','state',1,0),(2146,'state_Prei__u_rajons_2146','Preiļu rajons','Preiļu rajons','','PR','state',1,0),(2147,'state_R__zeknes_rajons_2147','Rēzeknes rajons','Rēzeknes rajons','','RE','state',1,0),(2148,'state_R__zekne_2148','Rēzekne','Rēzekne','','REZ','state',1,0),(2149,'state_R__gas_rajons_2149','Rīgas rajons','Rīgas rajons','','RI','state',1,0),(2150,'state_R__ga_2150','Rīga','Rīga','','RIX','state',1,0),(2151,'state_Saldus_rajons_2151','Saldus rajons','Saldus rajons','','SA','state',1,0),(2152,'state_Talsu_rajons_2152','Talsu rajons','Talsu rajons','','TA','state',1,0),(2153,'state_Tukuma_rajons_2153','Tukuma rajons','Tukuma rajons','','TU','state',1,0),(2154,'state_Ventspils_rajons_2154','Ventspils rajons','Ventspils rajons','','VE','state',1,0),(2155,'state_Ventspils_2155','Ventspils','Ventspils','','VEN','state',1,0),(2156,'state_Valkas_rajons_2156','Valkas rajons','Valkas rajons','','VK','state',1,0),(2157,'state_Valmieras_rajons_2157','Valmieras rajons','Valmieras rajons','','VM','state',1,0),(2158,'state_Maseru_2158','Maseru','Maseru','','A','state',1,0),(2159,'state_Butha_Buthe_2159','Butha-Buthe','Butha-Buthe','','B','state',1,0),(2160,'state_Leribe_2160','Leribe','Leribe','','C','state',1,0),(2161,'state_Berea_2161','Berea','Berea','','D','state',1,0),(2162,'state_Mafeteng_2162','Mafeteng','Mafeteng','','E','state',1,0),(2163,'state_Mohale_s_Hoek_2163','Mohale\'s Hoek','Mohale\'s Hoek','','F','state',1,0),(2164,'state_Quthing_2164','Quthing','Quthing','','G','state',1,0),(2165,'state_Qacha_s_Nek_2165','Qacha\'s Nek','Qacha\'s Nek','','H','state',1,0),(2166,'state_Mokhotlong_2166','Mokhotlong','Mokhotlong','','J','state',1,0),(2167,'state_Thaba_Tseka_2167','Thaba-Tseka','Thaba-Tseka','','K','state',1,0),(2168,'state_Bong_2168','Bong','Bong','','BG','state',1,0),(2169,'state_Bomi_2169','Bomi','Bomi','','BM','state',1,0),(2170,'state_Grand_Cape_Mount_2170','Grand Cape Mount','Grand Cape Mount','','CM','state',1,0),(2171,'state_Grand_Bassa_2171','Grand Bassa','Grand Bassa','','GB','state',1,0),(2172,'state_Grand_Gedeh_2172','Grand Gedeh','Grand Gedeh','','GG','state',1,0),(2173,'state_Grand_Kru_2173','Grand Kru','Grand Kru','','GK','state',1,0),(2174,'state_Gbarpolu_2174','Gbarpolu','Gbarpolu','','GP','state',1,0),(2175,'state_Lofa_2175','Lofa','Lofa','','LO','state',1,0),(2176,'state_Margibi_2176','Margibi','Margibi','','MG','state',1,0),(2177,'state_Montserrado_2177','Montserrado','Montserrado','','MO','state',1,0),(2178,'state_Maryland_2178','Maryland','Maryland','','MY','state',1,0),(2179,'state_Nimba_2179','Nimba','Nimba','','NI','state',1,0),(2180,'state_River_Gee_2180','River Gee','River Gee','','RG','state',1,0),(2181,'state_Rivercess_2181','Rivercess','Rivercess','','RI','state',1,0),(2182,'state_Sinoe_2182','Sinoe','Sinoe','','SI','state',1,0),(2183,'state_Ajd__biy___2183','Ajdābiyā','Ajdābiyā','','AJ','state',1,0),(2184,'state_Bangh__z___2184','Banghāzī','Banghāzī','','BA','state',1,0),(2185,'state_Al_Bu__n__n_2185','Al Buţnān','Al Buţnān','','BU','state',1,0),(2186,'state_Ban___Wal__d_2186','Banī Walīd','Banī Walīd','','BW','state',1,0),(2187,'state_Darnah_2187','Darnah','Darnah','','DR','state',1,0),(2188,'state_Ghad__mis_2188','Ghadāmis','Ghadāmis','','GD','state',1,0),(2189,'state_Ghary__n_2189','Gharyān','Gharyān','','GR','state',1,0),(2190,'state_Gh__t_2190','Ghāt','Ghāt','','GT','state',1,0),(2191,'state_Al____iz__m_al_Akh___ar_2191','Al Ḩizām al Akhḑar','Al Ḩizām al Akhḑar','','HZ','state',1,0),(2192,'state_Al_Jabal_al_Akh___ar_2192','Al Jabal al Akhḑar','Al Jabal al Akhḑar','','JA','state',1,0),(2193,'state_Jaghb__b_2193','Jaghbūb','Jaghbūb','','JB','state',1,0),(2194,'state_Al_Jif__rah_2194','Al Jifārah','Al Jifārah','','JI','state',1,0),(2195,'state_Al_Jufrah_2195','Al Jufrah','Al Jufrah','','JU','state',1,0),(2196,'state_Al_Kufrah_2196','Al Kufrah','Al Kufrah','','KF','state',1,0),(2197,'state_Al_Marqab_2197','Al Marqab','Al Marqab','','MB','state',1,0),(2198,'state_Mi__r__tah_2198','Mişrātah','Mişrātah','','MI','state',1,0),(2199,'state_Al_Marj_2199','Al Marj','Al Marj','','MJ','state',1,0),(2200,'state_Murzuq_2200','Murzuq','Murzuq','','MQ','state',1,0),(2201,'state_Mizdah_2201','Mizdah','Mizdah','','MZ','state',1,0),(2202,'state_N__l__t_2202','Nālūt','Nālūt','','NL','state',1,0),(2203,'state_An_Nuqa___al_Khams_2203','An Nuqaţ al Khams','An Nuqaţ al Khams','','NQ','state',1,0),(2204,'state_Al_Qubbah_2204','Al Qubbah','Al Qubbah','','QB','state',1,0),(2205,'state_Al_Qa__r__n_2205','Al Qaţrūn','Al Qaţrūn','','QT','state',1,0),(2206,'state_Sabh___2206','Sabhā','Sabhā','','SB','state',1,0),(2207,'state_Ash_Sh____i_2207','Ash Shāţi','Ash Shāţi','','SH','state',1,0),(2208,'state_Surt_2208','Surt','Surt','','SR','state',1,0),(2209,'state___abr__tah___urm__n_2209','Şabrātah Şurmān','Şabrātah Şurmān','','SS','state',1,0),(2210,'state___ar__bulus_2210','Ţarābulus','Ţarābulus','','TB','state',1,0),(2211,'state_Tarh__nah_Masall__tah_2211','Tarhūnah-Masallātah','Tarhūnah-Masallātah','','TM','state',1,0),(2212,'state_T__j__r___wa_an_Naw________al_Arb_____2212','Tājūrā wa an Nawāḩī al Arbāʻ','Tājūrā wa an Nawāḩī al Arbāʻ','','TN','state',1,0),(2213,'state_Al_W_____ah_2213','Al Wāḩah','Al Wāḩah','','WA','state',1,0),(2214,'state_W__d___al____ay__t_2214','Wādī al Ḩayāt','Wādī al Ḩayāt','','WD','state',1,0),(2215,'state_Yafran_J__d___2215','Yafran-Jādū','Yafran-Jādū','','YJ','state',1,0),(2216,'state_Az_Z__wiyah_2216','Az Zāwiyah','Az Zāwiyah','','ZA','state',1,0),(2217,'state_Balzers_2217','Balzers','Balzers','','B','state',1,0),(2218,'state_Eschen_2218','Eschen','Eschen','','E','state',1,0),(2219,'state_Gamprin_2219','Gamprin','Gamprin','','G','state',1,0),(2220,'state_Mauren_2220','Mauren','Mauren','','M','state',1,0),(2221,'state_Planken_2221','Planken','Planken','','P','state',1,0),(2222,'state_Ruggell_2222','Ruggell','Ruggell','','R','state',1,0),(2223,'state_Schaan_2223','Schaan','Schaan','','A','state',1,0),(2224,'state_Schellenberg_2224','Schellenberg','Schellenberg','','L','state',1,0),(2225,'state_Triesen_2225','Triesen','Triesen','','N','state',1,0),(2226,'state_Triesenberg_2226','Triesenberg','Triesenberg','','T','state',1,0),(2227,'state_Vaduz_2227','Vaduz','Vaduz','','V','state',1,0),(2228,'state_Alytaus_Apskritis_2228','Alytaus Apskritis','Alytaus Apskritis','','AL','state',1,0),(2229,'state_Klaip__dos_Apskritis_2229','Klaipėdos Apskritis','Klaipėdos Apskritis','','KL','state',1,0),(2230,'state_Kauno_Apskritis_2230','Kauno Apskritis','Kauno Apskritis','','KU','state',1,0),(2231,'state_Marijampol__s_Apskritis_2231','Marijampolės Apskritis','Marijampolės Apskritis','','MR','state',1,0),(2232,'state_Panev____io_Apskritis_2232','Panevėžio Apskritis','Panevėžio Apskritis','','PN','state',1,0),(2233,'state___iauli___Apskritis_2233','Šiaulių Apskritis','Šiaulių Apskritis','','SA','state',1,0),(2234,'state_Taurag__s_Apskritis_2234','Tauragės Apskritis','Tauragės Apskritis','','TA','state',1,0),(2235,'state_Tel__i___Apskritis_2235','Telšių Apskritis','Telšių Apskritis','','TE','state',1,0),(2236,'state_Utenos_Apskritis_2236','Utenos Apskritis','Utenos Apskritis','','UT','state',1,0),(2237,'state_Vilniaus_Apskritis_2237','Vilniaus Apskritis','Vilniaus Apskritis','','VL','state',1,0),(2238,'state_Diekirch_2238','Diekirch','Diekirch','','D','state',1,0),(2239,'state_Grevenmacher_2239','Grevenmacher','Grevenmacher','','G','state',1,0),(2240,'state_Luxemburg_2240','Luxemburg','Luxemburg','','L','state',1,0),(2241,'state___________2241','海島市','海島市','','I','state',1,0),(2242,'state___________2242','澳門市','澳門市','','M','state',1,0),(2243,'state_Berovo_2243','Berovo','Berovo','','BR','state',1,0),(2244,'state___________________________________2244','Чешиново-Облешево','Чешиново-Облешево','','CH','state',1,0),(2245,'state________________2245','Делчево','Делчево','','DL','state',1,0),(2246,'state__________________2246','Карбинци','Карбинци','','KB','state',1,0),(2247,'state______________2247','Кочани','Кочани','','OC','state',1,0),(2248,'state______________2248','Лозово','Лозово','','LO','state',1,0),(2249,'state_______________________________________2249','Македонска каменица','Македонска каменица','','MK','state',1,0),(2250,'state________________2250','Пехчево','Пехчево','','PH','state',1,0),(2251,'state____________________2251','Пробиштип','Пробиштип','','PT','state',1,0),(2252,'state__________2252','Штип','Штип','','ST','state',1,0),(2253,'state_________________________2253','Свети Николе','Свети Николе','','SL','state',1,0),(2254,'state______________2254','Виница','Виница','','NI','state',1,0),(2255,'state________________2255','Зрновци','Зрновци','','ZR','state',1,0),(2256,'state________________2256','Кратово','Кратово','','KY','state',1,0),(2257,'state___________________________2257','Крива Паланка','Крива Паланка','','KZ','state',1,0),(2258,'state__________________2258','Куманово','Куманово','','UM','state',1,0),(2259,'state________________2259','Липково','Липково','','LI','state',1,0),(2260,'state__________________2260','Ранковце','Ранковце','','RN','state',1,0),(2261,'state_________________________________2261','Старо Нагоричане','Старо Нагоричане','','NA','state',1,0),(2262,'state______________2262','Битола','Битола','','TL','state',1,0),(2263,'state_______________________2263','Демир Хисар','Демир Хисар','','DM','state',1,0),(2264,'state________________2264','Долнени','Долнени','','DE','state',1,0),(2265,'state__________________________2265','Кривогаштани','Кривогаштани','','KG','state',1,0),(2266,'state________________2266','Крушево','Крушево','','KS','state',1,0),(2267,'state______________2267','Могила','Могила','','MG','state',1,0),(2268,'state______________2268','Новаци','Новаци','','NV','state',1,0),(2269,'state______________2269','Прилеп','Прилеп','','PP','state',1,0),(2270,'state____________2270','Ресен','Ресен','','RE','state',1,0),(2271,'state__________________2271','Боговиње','Боговиње','','VJ','state',1,0),(2272,'state__________________2272','Брвеница','Брвеница','','BN','state',1,0),(2273,'state__________________2273','Гостивар','Гостивар','','GT','state',1,0),(2274,'state____________________2274','Јегуновце','Јегуновце','','JG','state',1,0),(2275,'state__________________________________2275','Маврово и Ростуша','Маврово и Ростуша','','MR','state',1,0),(2276,'state______________2276','Теарце','Теарце','','TR','state',1,0),(2277,'state______________2277','Тетово','Тетово','','ET','state',1,0),(2278,'state____________________2278','Врапчиште','Врапчиште','','VH','state',1,0),(2279,'state______________2279','Желино','Желино','','ZE','state',1,0),(2280,'state__________________2280','Аеродром','Аеродром','','AD','state',1,0),(2281,'state____________________2281','Арачиново','Арачиново','','AR','state',1,0),(2282,'state____________2282','Бутел','Бутел','','BU','state',1,0),(2283,'state__________2283','Чаир','Чаир','','CI','state',1,0),(2284,'state______________2284','Центар','Центар','','CE','state',1,0),(2285,'state___________________________2285','Чучер Сандево','Чучер Сандево','','CS','state',1,0),(2286,'state___________________2286','Гази Баба','Гази Баба','','GB','state',1,0),(2287,'state_________________________2287','Ѓорче Петров','Ѓорче Петров','','GP','state',1,0),(2288,'state________________2288','Илинден','Илинден','','IL','state',1,0),(2289,'state______________2289','Карпош','Карпош','','KX','state',1,0),(2290,'state_______________________2290','Кисела Вода','Кисела Вода','','VD','state',1,0),(2291,'state__________________2291','Петровец','Петровец','','PE','state',1,0),(2292,'state____________2292','Сарај','Сарај','','AJ','state',1,0),(2293,'state________________2293','Сопиште','Сопиште','','SS','state',1,0),(2294,'state________________________2294','Студеничани','Студеничани','','SU','state',1,0),(2295,'state_________________________2295','Шуто Оризари','Шуто Оризари','','SO','state',1,0),(2296,'state______________________2296','Зелениково','Зелениково','','ZK','state',1,0),(2297,'state__________________2297','Богданци','Богданци','','BG','state',1,0),(2298,'state__________________2298','Босилово','Босилово','','BS','state',1,0),(2299,'state____________________2299','Гевгелија','Гевгелија','','GV','state',1,0),(2300,'state____________2300','Конче','Конче','','KN','state',1,0),(2301,'state___________________2301','Ново Село','Ново Село','','NS','state',1,0),(2302,'state________________2302','Радовиш','Радовиш','','RV','state',1,0),(2303,'state_______________________2303','Стар Дојран','Стар Дојран','','SD','state',1,0),(2304,'state__________________2304','Струмица','Струмица','','RU','state',1,0),(2305,'state____________________2305','Валандово','Валандово','','VA','state',1,0),(2306,'state__________________2306','Василево','Василево','','VL','state',1,0),(2307,'state_______________________2307','Центар Жупа','Центар Жупа','','CZ','state',1,0),(2308,'state____________2308','Дебар','Дебар','','DB','state',1,0),(2309,'state________________2309','Дебарца','Дебарца','','DA','state',1,0),(2310,'state________________2310','Другово','Другово','','DR','state',1,0),(2311,'state______________2311','Кичево','Кичево','','KH','state',1,0),(2312,'state_______________________________2312','Македонски Брод','Македонски Брод','','MD','state',1,0),(2313,'state____________2313','Охрид','Охрид','','OD','state',1,0),(2314,'state________________2314','Осломеј','Осломеј','','OS','state',1,0),(2315,'state__________________2315','Пласница','Пласница','','PN','state',1,0),(2316,'state______________2316','Струга','Струга','','UG','state',1,0),(2317,'state________________2317','Вевчани','Вевчани','','VV','state',1,0),(2318,'state______________________2318','Вранештица','Вранештица','','VC','state',1,0),(2319,'state____________2319','Зајас','Зајас','','ZA','state',1,0),(2320,'state____________2320','Чашка','Чашка','','CA','state',1,0),(2321,'state_________________________2321','Демир Капија','Демир Капија','','DK','state',1,0),(2322,'state________________2322','Градско','Градско','','GR','state',1,0),(2323,'state____________________2323','Кавадарци','Кавадарци','','AV','state',1,0),(2324,'state__________________2324','Неготино','Неготино','','NG','state',1,0),(2325,'state________________2325','Росоман','Росоман','','RM','state',1,0),(2326,'state____________2326','Велес','Велес','','VE','state',1,0),(2327,'state_Toamasina_2327','Toamasina','Toamasina','','A','state',1,0),(2328,'state_Antsiranana_2328','Antsiranana','Antsiranana','','D','state',1,0),(2329,'state_Fianarantsoa_2329','Fianarantsoa','Fianarantsoa','','F','state',1,0),(2330,'state_Mahajanga_2330','Mahajanga','Mahajanga','','M','state',1,0),(2331,'state_Antananarivo_2331','Antananarivo','Antananarivo','','T','state',1,0),(2332,'state_Toliara_2332','Toliara','Toliara','','U','state',1,0),(2333,'state_Balaka_2333','Balaka','Balaka','','BA','state',1,0),(2334,'state_Blantyre_2334','Blantyre','Blantyre','','BL','state',1,0),(2336,'state_Chikwawa_2336','Chikwawa','Chikwawa','','CK','state',1,0),(2337,'state_Chiradzulu_2337','Chiradzulu','Chiradzulu','','CR','state',1,0),(2338,'state_Chitipa_2338','Chitipa','Chitipa','','CT','state',1,0),(2339,'state_Dedza_2339','Dedza','Dedza','','DE','state',1,0),(2340,'state_Dowa_2340','Dowa','Dowa','','DO','state',1,0),(2341,'state_Karonga_2341','Karonga','Karonga','','KR','state',1,0),(2342,'state_Kasungu_2342','Kasungu','Kasungu','','KS','state',1,0),(2343,'state_Likoma_Island_2343','Likoma Island','Likoma Island','','LK','state',1,0),(2344,'state_Lilongwe_2344','Lilongwe','Lilongwe','','LI','state',1,0),(2345,'state_Machinga_2345','Machinga','Machinga','','MH','state',1,0),(2346,'state_Mangochi_2346','Mangochi','Mangochi','','MG','state',1,0),(2347,'state_Mchinji_2347','Mchinji','Mchinji','','MC','state',1,0),(2348,'state_Mulanje_2348','Mulanje','Mulanje','','MU','state',1,0),(2349,'state_Mwanza_2349','Mwanza','Mwanza','','MW','state',1,0),(2350,'state_Mzimba_2350','Mzimba','Mzimba','','MZ','state',1,0),(2351,'state_Northern_2351','Northern','Northern','','N','state',1,0),(2352,'state_Nkhata_2352','Nkhata','Nkhata','','NB','state',1,0),(2353,'state_Nkhotakota_2353','Nkhotakota','Nkhotakota','','NK','state',1,0),(2354,'state_Nsanje_2354','Nsanje','Nsanje','','NS','state',1,0),(2355,'state_Ntcheu_2355','Ntcheu','Ntcheu','','NU','state',1,0),(2356,'state_Ntchisi_2356','Ntchisi','Ntchisi','','NI','state',1,0),(2357,'state_Phalombe_2357','Phalombe','Phalombe','','PH','state',1,0),(2358,'state_Rumphi_2358','Rumphi','Rumphi','','RU','state',1,0),(2359,'state_Southern_2359','Southern','Southern','','S','state',1,0),(2360,'state_Salima_2360','Salima','Salima','','SA','state',1,0),(2361,'state_Thyolo_2361','Thyolo','Thyolo','','TH','state',1,0),(2362,'state_Zomba_2362','Zomba','Zomba','','ZO','state',1,0),(2363,'state_Johor_Darul_Takzim_2363','Johor Darul Takzim','Johor Darul Takzim','','01','state',1,0),(2364,'state_Kedah_Darul_Aman_2364','Kedah Darul Aman','Kedah Darul Aman','','02','state',1,0),(2365,'state_Kelantan_Darul_Naim_2365','Kelantan Darul Naim','Kelantan Darul Naim','','03','state',1,0),(2366,'state_Melaka_Negeri_Bersejarah_2366','Melaka Negeri Bersejarah','Melaka Negeri Bersejarah','','04','state',1,0),(2367,'state_Negeri_Sembilan_Darul_Khusus_2367','Negeri Sembilan Darul Khusus','Negeri Sembilan Darul Khusus','','05','state',1,0),(2368,'state_Pahang_Darul_Makmur_2368','Pahang Darul Makmur','Pahang Darul Makmur','','06','state',1,0),(2369,'state_Pulau_Pinang_2369','Pulau Pinang','Pulau Pinang','','07','state',1,0),(2370,'state_Perak_Darul_Ridzuan_2370','Perak Darul Ridzuan','Perak Darul Ridzuan','','08','state',1,0),(2371,'state_Perlis_Indera_Kayangan_2371','Perlis Indera Kayangan','Perlis Indera Kayangan','','09','state',1,0),(2372,'state_Selangor_Darul_Ehsan_2372','Selangor Darul Ehsan','Selangor Darul Ehsan','','10','state',1,0),(2373,'state_Terengganu_Darul_Iman_2373','Terengganu Darul Iman','Terengganu Darul Iman','','11','state',1,0),(2374,'state_Sabah_Negeri_Di_Bawah_Bayu_2374','Sabah Negeri Di Bawah Bayu','Sabah Negeri Di Bawah Bayu','','12','state',1,0),(2375,'state_Sarawak_Bumi_Kenyalang_2375','Sarawak Bumi Kenyalang','Sarawak Bumi Kenyalang','','13','state',1,0),(2376,'state_Wilayah_Persekutuan_Kuala_Lumpur_2376','Wilayah Persekutuan Kuala Lumpur','Wilayah Persekutuan Kuala Lumpur','','14','state',1,0),(2377,'state_Wilayah_Persekutuan_Labuan_2377','Wilayah Persekutuan Labuan','Wilayah Persekutuan Labuan','','15','state',1,0),(2378,'state_Wilayah_Persekutuan_Putrajaya_2378','Wilayah Persekutuan Putrajaya','Wilayah Persekutuan Putrajaya','','16','state',1,0),(2379,'state_Thiladhunmathi_Uthuru_2379','Thiladhunmathi Uthuru','Thiladhunmathi Uthuru','','THU','state',1,0),(2380,'state_Thiladhunmathi_Dhekunu_2380','Thiladhunmathi Dhekunu','Thiladhunmathi Dhekunu','','THD','state',1,0),(2381,'state_Miladhunmadulu_Uthuru_2381','Miladhunmadulu Uthuru','Miladhunmadulu Uthuru','','MLU','state',1,0),(2382,'state_Miladhunmadulu_Dhekunu_2382','Miladhunmadulu Dhekunu','Miladhunmadulu Dhekunu','','MLD','state',1,0),(2383,'state_Maalhosmadulu_Uthuru_2383','Maalhosmadulu Uthuru','Maalhosmadulu Uthuru','','MAU','state',1,0),(2384,'state_Maalhosmadulu_Dhekunu_2384','Maalhosmadulu Dhekunu','Maalhosmadulu Dhekunu','','MAD','state',1,0),(2385,'state_Faadhippolhu_2385','Faadhippolhu','Faadhippolhu','','FAA','state',1,0),(2386,'state_Male_Atoll_2386','Male Atoll','Male Atoll','','MAA','state',1,0),(2387,'state_Ari_Atoll_Uthuru_2387','Ari Atoll Uthuru','Ari Atoll Uthuru','','AAU','state',1,0),(2388,'state_Ari_Atoll_Dheknu_2388','Ari Atoll Dheknu','Ari Atoll Dheknu','','AAD','state',1,0),(2389,'state_Felidhe_Atoll_2389','Felidhe Atoll','Felidhe Atoll','','FEA','state',1,0),(2390,'state_Mulaku_Atoll_2390','Mulaku Atoll','Mulaku Atoll','','MUA','state',1,0),(2391,'state_Nilandhe_Atoll_Uthuru_2391','Nilandhe Atoll Uthuru','Nilandhe Atoll Uthuru','','NAU','state',1,0),(2392,'state_Nilandhe_Atoll_Dhekunu_2392','Nilandhe Atoll Dhekunu','Nilandhe Atoll Dhekunu','','NAD','state',1,0),(2393,'state_Kolhumadulu_2393','Kolhumadulu','Kolhumadulu','','KLH','state',1,0),(2394,'state_Hadhdhunmathi_2394','Hadhdhunmathi','Hadhdhunmathi','','HDH','state',1,0),(2395,'state_Huvadhu_Atoll_Uthuru_2395','Huvadhu Atoll Uthuru','Huvadhu Atoll Uthuru','','HAU','state',1,0),(2396,'state_Huvadhu_Atoll_Dhekunu_2396','Huvadhu Atoll Dhekunu','Huvadhu Atoll Dhekunu','','HAD','state',1,0),(2397,'state_Fua_Mulaku_2397','Fua Mulaku','Fua Mulaku','','FMU','state',1,0),(2398,'state_Addu_2398','Addu','Addu','','ADD','state',1,0),(2399,'state_Kayes_2399','Kayes','Kayes','','1','state',1,0),(2400,'state_Koulikoro_2400','Koulikoro','Koulikoro','','2','state',1,0),(2401,'state_Sikasso_2401','Sikasso','Sikasso','','3','state',1,0),(2402,'state_S__gou_2402','Ségou','Ségou','','4','state',1,0),(2403,'state_Mopti_2403','Mopti','Mopti','','5','state',1,0),(2404,'state_Tombouctou_2404','Tombouctou','Tombouctou','','6','state',1,0),(2405,'state_Gao_2405','Gao','Gao','','7','state',1,0),(2406,'state_Kidal_2406','Kidal','Kidal','','8','state',1,0),(2407,'state_Bamako_2407','Bamako','Bamako','','BK0','state',1,0),(2408,'state_malta_2408','  ','  ','','MLT','state',1,0),(2409,'state_gozo_2409','Gozo','Gozo','','GZO','state',1,0),(2476,'state_Ailuk_2476','Ailuk','Ailuk','','ALK','state',1,0),(2477,'state_Ailinglapalap_2477','Ailinglapalap','Ailinglapalap','','ALL','state',1,0),(2478,'state_Arno_2478','Arno','Arno','','ARN','state',1,0),(2479,'state_Aur_2479','Aur','Aur','','AUR','state',1,0),(2480,'state_Ebon_2480','Ebon','Ebon','','EBO','state',1,0),(2481,'state_Eniwetok_2481','Eniwetok','Eniwetok','','ENI','state',1,0),(2482,'state_Jabat_2482','Jabat','Jabat','','JAB','state',1,0),(2483,'state_Jaluit_2483','Jaluit','Jaluit','','JAL','state',1,0),(2484,'state_Kili_2484','Kili','Kili','','KIL','state',1,0),(2485,'state_Kwajalein_2485','Kwajalein','Kwajalein','','KWA','state',1,0),(2486,'state_Lae_2486','Lae','Lae','','LAE','state',1,0),(2487,'state_Lib_2487','Lib','Lib','','LIB','state',1,0),(2488,'state_Likiep_2488','Likiep','Likiep','','LIK','state',1,0),(2489,'state_Majuro_2489','Majuro','Majuro','','MAJ','state',1,0),(2490,'state_Maloelap_2490','Maloelap','Maloelap','','MAL','state',1,0),(2491,'state_Mejit_2491','Mejit','Mejit','','MEJ','state',1,0),(2492,'state_Mili_2492','Mili','Mili','','MIL','state',1,0),(2493,'state_Namorik_2493','Namorik','Namorik','','NMK','state',1,0),(2494,'state_Namu_2494','Namu','Namu','','NMU','state',1,0),(2495,'state_Rongelap_2495','Rongelap','Rongelap','','RON','state',1,0),(2496,'state_Ujae_2496','Ujae','Ujae','','UJA','state',1,0),(2497,'state_Ujelang_2497','Ujelang','Ujelang','','UJL','state',1,0),(2498,'state_Utirik_2498','Utirik','Utirik','','UTI','state',1,0),(2499,'state_Wotje_2499','Wotje','Wotje','','WTJ','state',1,0),(2500,'state_Wotho_2500','Wotho','Wotho','','WTN','state',1,0),(2501,'state____________________________________2501','ولاية الحوض الشرقي','ولاية الحوض الشرقي','','01','state',1,0),(2502,'state____________________________________2502','ولاية الحوض الغربي','ولاية الحوض الغربي','','02','state',1,0),(2503,'state___________________________2503','ولاية العصابة','ولاية العصابة','','03','state',1,0),(2504,'state_______________________2504','ولاية كركول','ولاية كركول','','04','state',1,0),(2505,'state_____________________________2505','ولاية البراكنة','ولاية البراكنة','','05','state',1,0),(2506,'state_____________________________2506','ولاية الترارزة','ولاية الترارزة','','06','state',1,0),(2507,'state_______________________2507','ولاية آدرار','ولاية آدرار','','07','state',1,0),(2508,'state______________________________________2508','ولاية داخلت نواذيبو','ولاية داخلت نواذيبو','','08','state',1,0),(2509,'state_______________________2509','ولاية تكانت','ولاية تكانت','','09','state',1,0),(2510,'state______________________________2510','ولاية كيدي ماغة','ولاية كيدي ماغة','','10','state',1,0),(2511,'state______________________________2511','ولاية تيرس زمور','ولاية تيرس زمور','','11','state',1,0),(2512,'state___________________________2512','ولاية إينشيري','ولاية إينشيري','','12','state',1,0),(2513,'state________________2513','نواكشوط','نواكشوط','','NKC','state',1,0),(2514,'state_Agalega_Islands_2514','Agalega Islands','Agalega Islands','','AG','state',1,0),(2515,'state_Black_River_2515','Black River','Black River','','BL','state',1,0),(2516,'state_Beau_Bassin_Rose_Hill_2516','Beau Bassin-Rose Hill','Beau Bassin-Rose Hill','','BR','state',1,0),(2517,'state_Cargados_Carajos_Shoals_2517','Cargados Carajos Shoals','Cargados Carajos Shoals','','CC','state',1,0),(2518,'state_Curepipe_2518','Curepipe','Curepipe','','CU','state',1,0),(2519,'state_Flacq_2519','Flacq','Flacq','','FL','state',1,0),(2520,'state_Grand_Port_2520','Grand Port','Grand Port','','GP','state',1,0),(2521,'state_Moka_2521','Moka','Moka','','MO','state',1,0),(2522,'state_Pamplemousses_2522','Pamplemousses','Pamplemousses','','PA','state',1,0),(2523,'state_Port_Louis_2523','Port Louis','Port Louis','','PL','state',1,0),(2524,'state_Port_Louis_City_2524','Port Louis City','Port Louis City','','PU','state',1,0),(2525,'state_Plaines_Wilhems_2525','Plaines Wilhems','Plaines Wilhems','','PW','state',1,0),(2526,'state_Quatre_Bornes_2526','Quatre Bornes','Quatre Bornes','','QB','state',1,0),(2527,'state_Rodrigues_2527','Rodrigues','Rodrigues','','RO','state',1,0),(2528,'state_Riviere_du_Rempart_2528','Riviere du Rempart','Riviere du Rempart','','RR','state',1,0),(2529,'state_Savanne_2529','Savanne','Savanne','','SA','state',1,0),(2530,'state_Vacoas_Phoenix_2530','Vacoas-Phoenix','Vacoas-Phoenix','','VP','state',1,0),(2531,'state_Aguascalientes_2531','Aguascalientes','Aguascalientes','','AGU','state',1,0),(2532,'state_Baja_California_2532','Baja California','Baja California','','BCN','state',1,0),(2533,'state_Baja_California_Sur_2533','Baja California Sur','Baja California Sur','','BCS','state',1,0),(2534,'state_Campeche_2534','Campeche','Campeche','','CAM','state',1,0),(2535,'state_Chihuahua_2535','Chihuahua','Chihuahua','','CHH','state',1,0),(2536,'state_Chiapas_2536','Chiapas','Chiapas','','CHP','state',1,0),(2537,'state_Coahuila_2537','Coahuila','Coahuila','','COA','state',1,0),(2538,'state_Colima_2538','Colima','Colima','','COL','state',1,0),(2539,'state_Distrito_Federal_2539','Distrito Federal','Distrito Federal','','DIF','state',1,0),(2540,'state_Durango_2540','Durango','Durango','','DUR','state',1,0),(2541,'state_Guerrero_2541','Guerrero','Guerrero','','GRO','state',1,0),(2542,'state_Guanajuato_2542','Guanajuato','Guanajuato','','GUA','state',1,0),(2543,'state_Hidalgo_2543','Hidalgo','Hidalgo','','HID','state',1,0),(2544,'state_Jalisco_2544','Jalisco','Jalisco','','JAL','state',1,0),(2546,'state_Michoac__n_2546','Michoacán','Michoacán','','MIC','state',1,0),(2547,'state_Morelos_2547','Morelos','Morelos','','MOR','state',1,0),(2548,'state_Nayarit_2548','Nayarit','Nayarit','','NAY','state',1,0),(2549,'state_Nuevo_Le__n_2549','Nuevo León','Nuevo León','','NLE','state',1,0),(2550,'state_Oaxaca_2550','Oaxaca','Oaxaca','','OAX','state',1,0),(2551,'state_Puebla_2551','Puebla','Puebla','','PUE','state',1,0),(2552,'state_Quer__taro_2552','Querétaro','Querétaro','','QUE','state',1,0),(2553,'state_Quintana_Roo_2553','Quintana Roo','Quintana Roo','','ROO','state',1,0),(2554,'state_Sinaloa_2554','Sinaloa','Sinaloa','','SIN','state',1,0),(2555,'state_San_Luis_Potos___2555','San Luis Potosí','San Luis Potosí','','SLP','state',1,0),(2556,'state_Sonora_2556','Sonora','Sonora','','SON','state',1,0),(2557,'state_Tabasco_2557','Tabasco','Tabasco','','TAB','state',1,0),(2558,'state_Tamaulipas_2558','Tamaulipas','Tamaulipas','','TAM','state',1,0),(2559,'state_Tlaxcala_2559','Tlaxcala','Tlaxcala','','TLA','state',1,0),(2560,'state_Veracruz_2560','Veracruz','Veracruz','','VER','state',1,0),(2561,'state_Yucatan_2561','Yucatan','Yucatan','','YUC','state',1,0),(2562,'state_Zacatecas_2562','Zacatecas','Zacatecas','','ZAC','state',1,0),(2563,'state_Kosrae_2563','Kosrae','Kosrae','','KSA','state',1,0),(2564,'state_Pohnpei_2564','Pohnpei','Pohnpei','','PNI','state',1,0),(2565,'state_Chuuk_2565','Chuuk','Chuuk','','TRK','state',1,0),(2566,'state_Yap_2566','Yap','Yap','','YAP','state',1,0),(2567,'state_B__l__i_2567','Bălţi','Bălţi','','BA','state',1,0),(2568,'state_Cahul_2568','Cahul','Cahul','','CA','state',1,0),(2569,'state_Chi__in__u_2569','Chişinău','Chişinău','','CU','state',1,0),(2570,'state_Edine___2570','Edineţ','Edineţ','','ED','state',1,0),(2571,'state_G__g__uzia_2571','Găgăuzia','Găgăuzia','','GA','state',1,0),(2572,'state_L__pu__na_2572','Lăpuşna','Lăpuşna','','LA','state',1,0),(2573,'state_Orhei_2573','Orhei','Orhei','','OR','state',1,0),(2574,'state_St__nga_Nistrului_2574','Stânga Nistrului','Stânga Nistrului','','SN','state',1,0),(2575,'state_Soroca_2575','Soroca','Soroca','','SO','state',1,0),(2576,'state_Tighina_2576','Tighina','Tighina','','TI','state',1,0),(2577,'state_Ungheni_2577','Ungheni','Ungheni','','UN','state',1,0),(2578,'state_Monte_Carlo_2578','Monte Carlo','Monte Carlo','','MC','state',1,0),(2579,'state_La_Rousse_2579','La Rousse','La Rousse','','LR','state',1,0),(2580,'state_Larvotto_2580','Larvotto','Larvotto','','LA','state',1,0),(2581,'state_Monaco_Ville_2581','Monaco Ville','Monaco Ville','','MV','state',1,0),(2582,'state_Saint_Michel_2582','Saint Michel','Saint Michel','','SM','state',1,0),(2583,'state_Condamine_2583','Condamine','Condamine','','CO','state',1,0),(2584,'state_La_Colle_2584','La Colle','La Colle','','LC','state',1,0),(2585,'state_Les_R__voires_2585','Les Révoires','Les Révoires','','RE','state',1,0),(2586,'state_Moneghetti_2586','Moneghetti','Moneghetti','','MO','state',1,0),(2587,'state_Fontvieille_2587','Fontvieille','Fontvieille','','FV','state',1,0),(2588,'state________________________2588','Улаанбаатар','Улаанбаатар','','1','state',1,0),(2589,'state_______________________2589','Орхон аймаг','Орхон аймаг','','035','state',1,0),(2590,'state________________________________2590','Дархан-Уул аймаг','Дархан-Уул аймаг','','037','state',1,0),(2591,'state_________________________2591','Хэнтий аймаг','Хэнтий аймаг','','039','state',1,0),(2592,'state___________________________2592','Хөвсгөл аймаг','Хөвсгөл аймаг','','041','state',1,0),(2593,'state_____________________2593','Ховд аймаг','Ховд аймаг','','043','state',1,0),(2594,'state___________________2594','Увс аймаг','Увс аймаг','','046','state',1,0),(2595,'state___________________2595','Төв аймаг','Төв аймаг','','047','state',1,0),(2596,'state___________________________2596','Сэлэнгэ аймаг','Сэлэнгэ аймаг','','049','state',1,0),(2597,'state_______________________________2597','Сүхбаатар аймаг','Сүхбаатар аймаг','','051','state',1,0),(2598,'state_____________________________2598','Өмнөговь аймаг','Өмнөговь аймаг','','053','state',1,0),(2599,'state_________________________________2599','Өвөрхангай аймаг','Өвөрхангай аймаг','','055','state',1,0),(2600,'state_________________________2600','Завхан аймаг','Завхан аймаг','','057','state',1,0),(2601,'state_____________________________2601','Дундговь аймаг','Дундговь аймаг','','059','state',1,0),(2602,'state_________________________2602','Дорнод аймаг','Дорнод аймаг','','061','state',1,0),(2603,'state_______________________________2603','Дорноговь аймаг','Дорноговь аймаг','','063','state',1,0),(2604,'state_________________________________2604','Говьсүмбэр аймаг','Говьсүмбэр аймаг','','064','state',1,0),(2605,'state________________________________2605','Говь-Алтай аймаг','Говь-Алтай аймаг','','065','state',1,0),(2606,'state_________________________2606','Булган аймаг','Булган аймаг','','067','state',1,0),(2607,'state_________________________________2607','Баянхонгор аймаг','Баянхонгор аймаг','','069','state',1,0),(2608,'state________________________________2608','Баян Өлгий аймаг','Баян Өлгий аймаг','','071','state',1,0),(2609,'state_____________________________2609','Архангай аймаг','Архангай аймаг','','073','state',1,0),(2610,'state_Saint_Anthony_2610','Saint Anthony','Saint Anthony','','A','state',1,0),(2611,'state_Saint_Georges_2611','Saint Georges','Saint Georges','','G','state',1,0),(2612,'state_Saint_Peter_2612','Saint Peter','Saint Peter','','P','state',1,0),(2613,'state_Niassa_2613','Niassa','Niassa','','A','state',1,0),(2614,'state_Manica_2614','Manica','Manica','','B','state',1,0),(2615,'state_Gaza_2615','Gaza','Gaza','','G','state',1,0),(2616,'state_Inhambane_2616','Inhambane','Inhambane','','I','state',1,0),(2617,'state_Maputo_2617','Maputo','Maputo','','L','state',1,0),(2618,'state_Maputo_cidade_2618','Maputo cidade','Maputo cidade','','MPM','state',1,0),(2619,'state_Nampula_2619','Nampula','Nampula','','N','state',1,0),(2620,'state_Cabo_Delgado_2620','Cabo Delgado','Cabo Delgado','','P','state',1,0),(2621,'state_Zamb__zia_2621','Zambézia','Zambézia','','Q','state',1,0),(2622,'state_Sofala_2622','Sofala','Sofala','','S','state',1,0),(2623,'state_Tete_2623','Tete','Tete','','T','state',1,0),(2624,'state_________________________________________2624','ဧရာ၀တီတိုင္‌း','ဧရာ၀တီတိုင္‌း','','AY','state',1,0),(2625,'state______________________________________2625','ပဲခူးတုိင္‌း','ပဲခူးတုိင္‌း','','BG','state',1,0),(2626,'state_________________________________________2626','မကေ္ဝးတိုင္‌း','မကေ္ဝးတိုင္‌း','','MG','state',1,0),(2627,'state____________________________________________2627','မန္တလေးတုိင္‌း','မန္တလေးတုိင္‌း','','MD','state',1,0),(2628,'state___________________________________________________________2628','စစ္‌ကုိင္‌း‌တုိင္‌း','စစ္‌ကုိင္‌း‌တုိင္‌း','','SG','state',1,0),(2629,'state_______________________________________________2629','တနင္သာရိတုိင္‌း','တနင္သာရိတုိင္‌း','','TN','state',1,0),(2630,'state__________________________________________________2630','ရန္‌ကုန္‌တုိင္‌း','ရန္‌ကုန္‌တုိင္‌း','','YG','state',1,0),(2631,'state_____________________________________________________2631','ခ္ယင္‌းပ္ရည္‌နယ္‌','ခ္ယင္‌းပ္ရည္‌နယ္‌','','CH','state',1,0),(2632,'state_____________________________________________________2632','ကခ္ယင္‌ပ္ရည္‌နယ္‌','ကခ္ယင္‌ပ္ရည္‌နယ္‌','','KC','state',1,0),(2633,'state_______________________________________________2633','ကယား‌ပ္ရည္‌နယ္‌','ကယား‌ပ္ရည္‌နယ္‌','','KH','state',1,0),(2634,'state__________________________________________________2634','ကရင္‌‌ပ္ရည္‌နယ္‌','ကရင္‌‌ပ္ရည္‌နယ္‌','','KN','state',1,0),(2635,'state__________________________________________________2635','မ္ဝန္‌ပ္ရည္‌နယ္‌','မ္ဝန္‌ပ္ရည္‌နယ္‌','','MN','state',1,0),(2636,'state_____________________________________________________2636','ရခုိင္‌ပ္ရည္‌နယ္‌','ရခုိင္‌ပ္ရည္‌နယ္‌','','RK','state',1,0),(2637,'state__________________________________________________2637','ရုမ္‌းပ္ရည္‌နယ္‌','ရုမ္‌းပ္ရည္‌နယ္‌','','SH','state',1,0),(2638,'state_Caprivi_2638','Caprivi','Caprivi','','CA','state',1,0),(2639,'state_Erongo_2639','Erongo','Erongo','','ER','state',1,0),(2640,'state_Hardap_2640','Hardap','Hardap','','HA','state',1,0),(2641,'state_Karas_2641','Karas','Karas','','KA','state',1,0),(2642,'state_Khomas_2642','Khomas','Khomas','','KH','state',1,0),(2643,'state_Kunene_2643','Kunene','Kunene','','KU','state',1,0),(2644,'state_Otjozondjupa_2644','Otjozondjupa','Otjozondjupa','','OD','state',1,0),(2645,'state_Omaheke_2645','Omaheke','Omaheke','','OH','state',1,0),(2646,'state_Okavango_2646','Okavango','Okavango','','OK','state',1,0),(2647,'state_Oshana_2647','Oshana','Oshana','','ON','state',1,0),(2648,'state_Omusati_2648','Omusati','Omusati','','OS','state',1,0),(2649,'state_Oshikoto_2649','Oshikoto','Oshikoto','','OT','state',1,0),(2650,'state_Ohangwena_2650','Ohangwena','Ohangwena','','OW','state',1,0),(2651,'state_Aiwo_2651','Aiwo','Aiwo','','AO','state',1,0),(2652,'state_Anabar_2652','Anabar','Anabar','','AA','state',1,0),(2653,'state_Anetan_2653','Anetan','Anetan','','AT','state',1,0),(2654,'state_Anibare_2654','Anibare','Anibare','','AI','state',1,0),(2655,'state_Baiti_2655','Baiti','Baiti','','BA','state',1,0),(2656,'state_Boe_2656','Boe','Boe','','BO','state',1,0),(2657,'state_Buada_2657','Buada','Buada','','BU','state',1,0),(2658,'state_Denigomodu_2658','Denigomodu','Denigomodu','','DE','state',1,0),(2659,'state_Ewa_2659','Ewa','Ewa','','EW','state',1,0),(2660,'state_Ijuw_2660','Ijuw','Ijuw','','IJ','state',1,0),(2661,'state_Meneng_2661','Meneng','Meneng','','ME','state',1,0),(2662,'state_Nibok_2662','Nibok','Nibok','','NI','state',1,0),(2663,'state_Uaboe_2663','Uaboe','Uaboe','','UA','state',1,0),(2664,'state_Yaren_2664','Yaren','Yaren','','YA','state',1,0),(2665,'state_Bagmati_2665','Bagmati','Bagmati','','BA','state',1,0),(2666,'state_Bheri_2666','Bheri','Bheri','','BH','state',1,0),(2667,'state_Dhawalagiri_2667','Dhawalagiri','Dhawalagiri','','DH','state',1,0),(2668,'state_Gandaki_2668','Gandaki','Gandaki','','GA','state',1,0),(2669,'state_Janakpur_2669','Janakpur','Janakpur','','JA','state',1,0),(2670,'state_Karnali_2670','Karnali','Karnali','','KA','state',1,0),(2671,'state_Kosi_2671','Kosi','Kosi','','KO','state',1,0),(2672,'state_Lumbini_2672','Lumbini','Lumbini','','LU','state',1,0),(2673,'state_Mahakali_2673','Mahakali','Mahakali','','MA','state',1,0),(2674,'state_Mechi_2674','Mechi','Mechi','','ME','state',1,0),(2675,'state_Narayani_2675','Narayani','Narayani','','NA','state',1,0),(2676,'state_Rapti_2676','Rapti','Rapti','','RA','state',1,0),(2677,'state_Sagarmatha_2677','Sagarmatha','Sagarmatha','','SA','state',1,0),(2678,'state_Seti_2678','Seti','Seti','','SE','state',1,0),(2679,'state_Drenthe_2679','Drenthe','Drenthe','','DR','state',1,0),(2680,'state_Flevoland_2680','Flevoland','Flevoland','','FL','state',1,0),(2681,'state_Friesland_2681','Friesland','Friesland','','FR','state',1,0),(2682,'state_Gelderland_2682','Gelderland','Gelderland','','GE','state',1,0),(2683,'state_Groningen_2683','Groningen','Groningen','','GR','state',1,0),(2684,'state_Limburg_2684','Limburg','Limburg','','LI','state',1,0),(2685,'state_Noord_Brabant_2685','Noord-Brabant','Noord-Brabant','','NB','state',1,0),(2686,'state_Noord_Holland_2686','Noord-Holland','Noord-Holland','','NH','state',1,0),(2687,'state_Overijssel_2687','Overijssel','Overijssel','','OV','state',1,0),(2688,'state_Utrecht_2688','Utrecht','Utrecht','','UT','state',1,0),(2689,'state_Zeeland_2689','Zeeland','Zeeland','','ZE','state',1,0),(2690,'state_Zuid_Holland_2690','Zuid-Holland','Zuid-Holland','','ZH','state',1,0),(2691,'state_Province_des___les_2691','Province des Îles','Province des Îles','','L','state',1,0),(2692,'state_Province_Nord_2692','Province Nord','Province Nord','','N','state',1,0),(2693,'state_Province_Sud_2693','Province Sud','Province Sud','','S','state',1,0),(2694,'state_Auckland_2694','Auckland','Auckland','','AUK','state',1,0),(2695,'state_Bay_of_Plenty_2695','Bay of Plenty','Bay of Plenty','','BOP','state',1,0),(2696,'state_Canterbury_2696','Canterbury','Canterbury','','CAN','state',1,0),(2697,'state_Gisborne_2697','Gisborne','Gisborne','','GIS','state',1,0),(2698,'state_Hawke_s_Bay_2698','Hawke\'s Bay','Hawke\'s Bay','','HKB','state',1,0),(2699,'state_Marlborough_2699','Marlborough','Marlborough','','MBH','state',1,0),(2700,'state_Manawatu_Wanganui_2700','Manawatu-Wanganui','Manawatu-Wanganui','','MWT','state',1,0),(2701,'state_Nelson_2701','Nelson','Nelson','','NSN','state',1,0),(2702,'state_Northland_2702','Northland','Northland','','NTL','state',1,0),(2703,'state_Otago_2703','Otago','Otago','','OTA','state',1,0),(2704,'state_Southland_2704','Southland','Southland','','STL','state',1,0),(2705,'state_Tasman_2705','Tasman','Tasman','','TAS','state',1,0),(2706,'state_Taranaki_2706','Taranaki','Taranaki','','TKI','state',1,0),(2707,'state_Wellington_2707','Wellington','Wellington','','WGN','state',1,0),(2708,'state_Waikato_2708','Waikato','Waikato','','WKO','state',1,0),(2709,'state_West_Coast_2709','West Coast','West Coast','','WTC','state',1,0),(2710,'state_Atl__ntico_Norte_2710','Atlántico Norte','Atlántico Norte','','AN','state',1,0),(2711,'state_Atl__ntico_Sur_2711','Atlántico Sur','Atlántico Sur','','AS','state',1,0),(2712,'state_Boaco_2712','Boaco','Boaco','','BO','state',1,0),(2713,'state_Carazo_2713','Carazo','Carazo','','CA','state',1,0),(2714,'state_Chinandega_2714','Chinandega','Chinandega','','CI','state',1,0),(2715,'state_Chontales_2715','Chontales','Chontales','','CO','state',1,0),(2716,'state_Estel___2716','Estelí','Estelí','','ES','state',1,0),(2717,'state_Granada_2717','Granada','Granada','','GR','state',1,0),(2718,'state_Jinotega_2718','Jinotega','Jinotega','','JI','state',1,0),(2719,'state_Le__n_2719','León','León','','LE','state',1,0),(2720,'state_Madriz_2720','Madriz','Madriz','','MD','state',1,0),(2721,'state_Managua_2721','Managua','Managua','','MN','state',1,0),(2722,'state_Masaya_2722','Masaya','Masaya','','MS','state',1,0),(2723,'state_Matagalpa_2723','Matagalpa','Matagalpa','','MT','state',1,0),(2724,'state_Nueva_Segovia_2724','Nueva Segovia','Nueva Segovia','','NS','state',1,0),(2725,'state_Rivas_2725','Rivas','Rivas','','RI','state',1,0),(2726,'state_R__o_San_Juan_2726','Río San Juan','Río San Juan','','SJ','state',1,0),(2727,'state_Agadez_2727','Agadez','Agadez','','1','state',1,0),(2728,'state_Daffa_2728','Daffa','Daffa','','2','state',1,0),(2729,'state_Dosso_2729','Dosso','Dosso','','3','state',1,0),(2730,'state_Maradi_2730','Maradi','Maradi','','4','state',1,0),(2731,'state_Tahoua_2731','Tahoua','Tahoua','','5','state',1,0),(2732,'state_Tillab__ry_2732','Tillabéry','Tillabéry','','6','state',1,0),(2733,'state_Zinder_2733','Zinder','Zinder','','7','state',1,0),(2734,'state_Niamey_2734','Niamey','Niamey','','8','state',1,0),(2735,'state_Abia_State_2735','Abia State','Abia State','','AB','state',1,0),(2736,'state_Adamawa_State_2736','Adamawa State','Adamawa State','','AD','state',1,0),(2737,'state_Akwa_Ibom_State_2737','Akwa Ibom State','Akwa Ibom State','','AK','state',1,0),(2738,'state_Anambra_State_2738','Anambra State','Anambra State','','AN','state',1,0),(2739,'state_Bauchi_State_2739','Bauchi State','Bauchi State','','BA','state',1,0),(2740,'state_Benue_State_2740','Benue State','Benue State','','BE','state',1,0),(2741,'state_Borno_State_2741','Borno State','Borno State','','BO','state',1,0),(2742,'state_Bayelsa_State_2742','Bayelsa State','Bayelsa State','','BY','state',1,0),(2743,'state_Cross_River_State_2743','Cross River State','Cross River State','','CR','state',1,0),(2744,'state_Delta_State_2744','Delta State','Delta State','','DE','state',1,0),(2745,'state_Ebonyi_State_2745','Ebonyi State','Ebonyi State','','EB','state',1,0),(2746,'state_Edo_State_2746','Edo State','Edo State','','ED','state',1,0),(2747,'state_Ekiti_State_2747','Ekiti State','Ekiti State','','EK','state',1,0),(2748,'state_Enugu_State_2748','Enugu State','Enugu State','','EN','state',1,0),(2749,'state_Gombe_State_2749','Gombe State','Gombe State','','GO','state',1,0),(2750,'state_Imo_State_2750','Imo State','Imo State','','IM','state',1,0),(2751,'state_Jigawa_State_2751','Jigawa State','Jigawa State','','JI','state',1,0),(2752,'state_Kebbi_State_2752','Kebbi State','Kebbi State','','KB','state',1,0),(2753,'state_Kaduna_State_2753','Kaduna State','Kaduna State','','KD','state',1,0),(2754,'state_Kano_State_2754','Kano State','Kano State','','KN','state',1,0),(2755,'state_Kogi_State_2755','Kogi State','Kogi State','','KO','state',1,0),(2756,'state_Katsina_State_2756','Katsina State','Katsina State','','KT','state',1,0),(2757,'state_Kwara_State_2757','Kwara State','Kwara State','','KW','state',1,0),(2758,'state_Lagos_State_2758','Lagos State','Lagos State','','LA','state',1,0),(2759,'state_Nassarawa_State_2759','Nassarawa State','Nassarawa State','','NA','state',1,0),(2760,'state_Niger_State_2760','Niger State','Niger State','','NI','state',1,0),(2761,'state_Ogun_State_2761','Ogun State','Ogun State','','OG','state',1,0),(2762,'state_Ondo_State_2762','Ondo State','Ondo State','','ON','state',1,0),(2763,'state_Osun_State_2763','Osun State','Osun State','','OS','state',1,0),(2764,'state_Oyo_State_2764','Oyo State','Oyo State','','OY','state',1,0),(2765,'state_Plateau_State_2765','Plateau State','Plateau State','','PL','state',1,0),(2766,'state_Rivers_State_2766','Rivers State','Rivers State','','RI','state',1,0),(2767,'state_Sokoto_State_2767','Sokoto State','Sokoto State','','SO','state',1,0),(2768,'state_Taraba_State_2768','Taraba State','Taraba State','','TA','state',1,0),(2769,'state_Zamfara_State_2769','Zamfara State','Zamfara State','','ZA','state',1,0),(2770,'state_Northern_Islands_2770','Northern Islands','Northern Islands','','N','state',1,0),(2771,'state_Rota_2771','Rota','Rota','','R','state',1,0),(2772,'state_Saipan_2772','Saipan','Saipan','','S','state',1,0),(2773,'state_Tinian_2773','Tinian','Tinian','','T','state',1,0),(2774,'state___stfold_fylke_2774','Østfold fylke','Østfold fylke','','01','state',1,0),(2775,'state_Akershus_fylke_2775','Akershus fylke','Akershus fylke','','02','state',1,0),(2776,'state_Oslo_fylke_2776','Oslo fylke','Oslo fylke','','03','state',1,0),(2777,'state_Hedmark_fylke_2777','Hedmark fylke','Hedmark fylke','','04','state',1,0),(2778,'state_Oppland_fylke_2778','Oppland fylke','Oppland fylke','','05','state',1,0),(2779,'state_Buskerud_fylke_2779','Buskerud fylke','Buskerud fylke','','06','state',1,0),(2780,'state_Vestfold_fylke_2780','Vestfold fylke','Vestfold fylke','','07','state',1,0),(2781,'state_Telemark_fylke_2781','Telemark fylke','Telemark fylke','','08','state',1,0),(2782,'state_Aust_Agder_fylke_2782','Aust-Agder fylke','Aust-Agder fylke','','09','state',1,0),(2783,'state_Vest_Agder_fylke_2783','Vest-Agder fylke','Vest-Agder fylke','','10','state',1,0),(2784,'state_Rogaland_fylke_2784','Rogaland fylke','Rogaland fylke','','11','state',1,0),(2785,'state_Hordaland_fylke_2785','Hordaland fylke','Hordaland fylke','','12','state',1,0),(2786,'state_Sogn_og_Fjordane_fylke_2786','Sogn og Fjordane fylke','Sogn og Fjordane fylke','','14','state',1,0),(2787,'state_M__re_og_Romsdal_fylke_2787','Møre og Romsdal fylke','Møre og Romsdal fylke','','15','state',1,0),(2788,'state_S__r_Tr__ndelag_fylke_2788','Sør-Trøndelag fylke','Sør-Trøndelag fylke','','16','state',1,0),(2789,'state_Nord_Tr__ndelag_fylke_2789','Nord-Trøndelag fylke','Nord-Trøndelag fylke','','17','state',1,0),(2790,'state_Nordland_fylke_2790','Nordland fylke','Nordland fylke','','18','state',1,0),(2791,'state_Troms_fylke_2791','Troms fylke','Troms fylke','','19','state',1,0),(2792,'state_Finnmark_fylke_2792','Finnmark fylke','Finnmark fylke','','20','state',1,0),(2793,'state________________2793','الباطنة','الباطنة','','BA','state',1,0),(2794,'state__________________2794','الداخلية','الداخلية','','DA','state',1,0),(2795,'state__________2795','ظفار','ظفار','','DH','state',1,0),(2796,'state__________2796','مسقط','مسقط','','MA','state',1,0),(2797,'state____________2797','مسندم','مسندم','','MU','state',1,0),(2798,'state________________2798','الشرقية','الشرقية','','SH','state',1,0),(2799,'state______________2799','الوسطى','الوسطى','','WU','state',1,0),(2800,'state________________2800','الظاهرة','الظاهرة','','ZA','state',1,0),(2801,'state__________________2801','بلوچستان','بلوچستان','','BA','state',1,0),(2802,'state_________________________________2802','وفاقی دارالحکومت','وفاقی دارالحکومت','','IS','state',1,0),(2803,'state_____________________2803','آزاد کشمیر','آزاد کشمیر','','JK','state',1,0),(2804,'state______________________________2804','شمالی علاقہ جات','شمالی علاقہ جات','','NA','state',1,0),(2805,'state_________________________________________2805','شمال مغربی سرحدی صوبہ','شمال مغربی سرحدی صوبہ','','NW','state',1,0),(2806,'state____________2806','پنجاب','پنجاب','','PB','state',1,0),(2807,'state__________2807','سندھ','سندھ','','SD','state',1,0),(2808,'state___________________________________________2808','وفاقی قبائلی علاقہ جات','وفاقی قبائلی علاقہ جات','','TA','state',1,0),(2809,'state_Aimeliik_2809','Aimeliik','Aimeliik','','AM','state',1,0),(2810,'state_Airai_2810','Airai','Airai','','AR','state',1,0),(2811,'state_Angaur_2811','Angaur','Angaur','','AN','state',1,0),(2812,'state_Hatohobei_2812','Hatohobei','Hatohobei','','HA','state',1,0),(2813,'state_Kayangel_2813','Kayangel','Kayangel','','KA','state',1,0),(2814,'state_Koror_2814','Koror','Koror','','KO','state',1,0),(2815,'state_Melekeok_2815','Melekeok','Melekeok','','ME','state',1,0),(2816,'state_Ngaraard_2816','Ngaraard','Ngaraard','','NA','state',1,0),(2817,'state_Ngarchelong_2817','Ngarchelong','Ngarchelong','','NG','state',1,0),(2818,'state_Ngardmau_2818','Ngardmau','Ngardmau','','ND','state',1,0),(2819,'state_Ngatpang_2819','Ngatpang','Ngatpang','','NT','state',1,0),(2820,'state_Ngchesar_2820','Ngchesar','Ngchesar','','NC','state',1,0),(2821,'state_Ngeremlengui_2821','Ngeremlengui','Ngeremlengui','','NR','state',1,0),(2822,'state_Ngiwal_2822','Ngiwal','Ngiwal','','NW','state',1,0),(2823,'state_Peleliu_2823','Peleliu','Peleliu','','PE','state',1,0),(2824,'state_Sonsorol_2824','Sonsorol','Sonsorol','','SO','state',1,0),(2825,'state_Bocas_del_Toro_2825','Bocas del Toro','Bocas del Toro','','1','state',1,0),(2826,'state_Cocl___2826','Coclé','Coclé','','2','state',1,0),(2827,'state_Col__n_2827','Colón','Colón','','3','state',1,0),(2828,'state_Chiriqu___2828','Chiriquí','Chiriquí','','4','state',1,0),(2829,'state_Dari__n_2829','Darién','Darién','','5','state',1,0),(2830,'state_Herrera_2830','Herrera','Herrera','','6','state',1,0),(2831,'state_Los_Santos_2831','Los Santos','Los Santos','','7','state',1,0),(2832,'state_Panam___2832','Panamá','Panamá','','8','state',1,0),(2833,'state_Veraguas_2833','Veraguas','Veraguas','','9','state',1,0),(2834,'state_Kuna_Yala_2834','Kuna Yala','Kuna Yala','','Q','state',1,0),(2835,'state_Chimbu_2835','Chimbu','Chimbu','','CPK','state',1,0),(2836,'state_Central_2836','Central','Central','','CPM','state',1,0),(2837,'state_East_New_Britain_2837','East New Britain','East New Britain','','EBR','state',1,0),(2838,'state_Eastern_Highlands_2838','Eastern Highlands','Eastern Highlands','','EHG','state',1,0),(2839,'state_Enga_2839','Enga','Enga','','EPW','state',1,0),(2840,'state_East_Sepik_2840','East Sepik','East Sepik','','ESW','state',1,0),(2841,'state_Gulf_2841','Gulf','Gulf','','GPK','state',1,0),(2842,'state_Milne_Bay_2842','Milne Bay','Milne Bay','','MBA','state',1,0),(2843,'state_Morobe_2843','Morobe','Morobe','','MPL','state',1,0),(2844,'state_Madang_2844','Madang','Madang','','MPM','state',1,0),(2845,'state_Manus_2845','Manus','Manus','','MRL','state',1,0),(2846,'state_National_Capital_District_2846','National Capital District','National Capital District','','NCD','state',1,0),(2847,'state_New_Ireland_2847','New Ireland','New Ireland','','NIK','state',1,0),(2848,'state_Northern_2848','Northern','Northern','','NPP','state',1,0),(2849,'state_North_Solomons_2849','North Solomons','North Solomons','','NSA','state',1,0),(2850,'state_Sandaun_2850','Sandaun','Sandaun','','SAN','state',1,0),(2851,'state_Southern_Highlands_2851','Southern Highlands','Southern Highlands','','SHM','state',1,0),(2852,'state_West_New_Britain_2852','West New Britain','West New Britain','','WBK','state',1,0),(2853,'state_Western_Highlands_2853','Western Highlands','Western Highlands','','WHM','state',1,0),(2854,'state_Western_2854','Western','Western','','WPD','state',1,0),(2855,'state_Concepci__n_2855','Concepción','Concepción','','1','state',1,0),(2856,'state_San_Pedro_2856','San Pedro','San Pedro','','2','state',1,0),(2857,'state_Cordillera_2857','Cordillera','Cordillera','','3','state',1,0),(2858,'state_Guair___2858','Guairá','Guairá','','4','state',1,0),(2859,'state_Caaguaz___2859','Caaguazú','Caaguazú','','5','state',1,0),(2860,'state_Caazap___2860','Caazapá','Caazapá','','6','state',1,0),(2861,'state_Itap__a_2861','Itapúa','Itapúa','','7','state',1,0),(2862,'state_Misiones_2862','Misiones','Misiones','','8','state',1,0),(2863,'state_Paraguar___2863','Paraguarí','Paraguarí','','9','state',1,0),(2864,'state_Alto_Paran___2864','Alto Paraná','Alto Paraná','','10','state',1,0),(2865,'state_Central_2865','Central','Central','','11','state',1,0),(2866,'state___eembuc___2866','Ñeembucú','Ñeembucú','','12','state',1,0),(2867,'state_Amambay_2867','Amambay','Amambay','','13','state',1,0),(2868,'state_Canindey___2868','Canindeyú','Canindeyú','','14','state',1,0),(2869,'state_Presidente_Hayes_2869','Presidente Hayes','Presidente Hayes','','15','state',1,0),(2870,'state_Alto_Paraguay_2870','Alto Paraguay','Alto Paraguay','','16','state',1,0),(2871,'state_Boquer__n_2871','Boquerón','Boquerón','','19','state',1,0),(2872,'state_Asunci__n_2872','Asunción','Asunción','','ASU','state',1,0),(2874,'state_Ancash_2874','Ancash','Ancash','','ANC','state',1,0),(2875,'state_Apur__mac_2875','Apurímac','Apurímac','','APU','state',1,0),(2876,'state_Arequipa_2876','Arequipa','Arequipa','','ARE','state',1,0),(2877,'state_Ayacucho_2877','Ayacucho','Ayacucho','','AYA','state',1,0),(2878,'state_Cajamarca_2878','Cajamarca','Cajamarca','','CAJ','state',1,0),(2879,'state_Callao_2879','Callao','Callao','','CAL','state',1,0),(2880,'state_Cuzco_2880','Cuzco','Cuzco','','CUS','state',1,0),(2881,'state_Hu__nuco_2881','Huánuco','Huánuco','','HUC','state',1,0),(2882,'state_Huancavelica_2882','Huancavelica','Huancavelica','','HUV','state',1,0),(2883,'state_Ica_2883','Ica','Ica','','ICA','state',1,0),(2884,'state_Jun__n_2884','Junín','Junín','','JUN','state',1,0),(2885,'state_La_Libertad_2885','La Libertad','La Libertad','','LAL','state',1,0),(2886,'state_Lambayeque_2886','Lambayeque','Lambayeque','','LAM','state',1,0),(2887,'state_Lima_2887','Lima','Lima','','LIM','state',1,0),(2888,'state_Loreto_2888','Loreto','Loreto','','LOR','state',1,0),(2889,'state_Madre_de_Dios_2889','Madre de Dios','Madre de Dios','','MDD','state',1,0),(2890,'state_Moquegua_2890','Moquegua','Moquegua','','MOQ','state',1,0),(2891,'state_Pasco_2891','Pasco','Pasco','','PAS','state',1,0),(2892,'state_Piura_2892','Piura','Piura','','PIU','state',1,0),(2893,'state_Puno_2893','Puno','Puno','','PUN','state',1,0),(2894,'state_San_Mart__n_2894','San Martín','San Martín','','SAM','state',1,0),(2895,'state_Tacna_2895','Tacna','Tacna','','TAC','state',1,0),(2896,'state_Tumbes_2896','Tumbes','Tumbes','','TUM','state',1,0),(2897,'state_Ucayali_2897','Ucayali','Ucayali','','UCA','state',1,0),(2898,'state_Abra_2898','Abra','Abra','','ABR','state',1,0),(2899,'state_Agusan_del_Norte_2899','Agusan del Norte','Agusan del Norte','','AGN','state',1,0),(2900,'state_Agusan_del_Sur_2900','Agusan del Sur','Agusan del Sur','','AGS','state',1,0),(2901,'state_Aklan_2901','Aklan','Aklan','','AKL','state',1,0),(2902,'state_Albay_2902','Albay','Albay','','ALB','state',1,0),(2903,'state_Antique_2903','Antique','Antique','','ANT','state',1,0),(2904,'state_Apayao_2904','Apayao','Apayao','','APA','state',1,0),(2905,'state_Aurora_2905','Aurora','Aurora','','AUR','state',1,0),(2906,'state_Bataan_2906','Bataan','Bataan','','BAN','state',1,0),(2907,'state_Basilan_2907','Basilan','Basilan','','BAS','state',1,0),(2908,'state_Benguet_2908','Benguet','Benguet','','BEN','state',1,0),(2909,'state_Biliran_2909','Biliran','Biliran','','BIL','state',1,0),(2910,'state_Bohol_2910','Bohol','Bohol','','BOH','state',1,0),(2911,'state_Batangas_2911','Batangas','Batangas','','BTG','state',1,0),(2912,'state_Batanes_2912','Batanes','Batanes','','BTN','state',1,0),(2913,'state_Bukidnon_2913','Bukidnon','Bukidnon','','BUK','state',1,0),(2914,'state_Bulacan_2914','Bulacan','Bulacan','','BUL','state',1,0),(2915,'state_Cagayan_2915','Cagayan','Cagayan','','CAG','state',1,0),(2916,'state_Camiguin_2916','Camiguin','Camiguin','','CAM','state',1,0),(2917,'state_Camarines_Norte_2917','Camarines Norte','Camarines Norte','','CAN','state',1,0),(2918,'state_Capiz_2918','Capiz','Capiz','','CAP','state',1,0),(2919,'state_Camarines_Sur_2919','Camarines Sur','Camarines Sur','','CAS','state',1,0),(2920,'state_Catanduanes_2920','Catanduanes','Catanduanes','','CAT','state',1,0),(2921,'state_Cavite_2921','Cavite','Cavite','','CAV','state',1,0),(2922,'state_Cebu_2922','Cebu','Cebu','','CEB','state',1,0),(2923,'state_Compostela_Valley_2923','Compostela Valley','Compostela Valley','','COM','state',1,0),(2924,'state_Davao_Oriental_2924','Davao Oriental','Davao Oriental','','DAO','state',1,0),(2925,'state_Davao_del_Sur_2925','Davao del Sur','Davao del Sur','','DAS','state',1,0),(2926,'state_Davao_del_Norte_2926','Davao del Norte','Davao del Norte','','DAV','state',1,0),(2927,'state_Eastern_Samar_2927','Eastern Samar','Eastern Samar','','EAS','state',1,0),(2928,'state_Guimaras_2928','Guimaras','Guimaras','','GUI','state',1,0),(2929,'state_Ifugao_2929','Ifugao','Ifugao','','IFU','state',1,0),(2930,'state_Iloilo_2930','Iloilo','Iloilo','','ILI','state',1,0),(2931,'state_Ilocos_Norte_2931','Ilocos Norte','Ilocos Norte','','ILN','state',1,0),(2932,'state_Ilocos_Sur_2932','Ilocos Sur','Ilocos Sur','','ILS','state',1,0),(2933,'state_Isabela_2933','Isabela','Isabela','','ISA','state',1,0),(2934,'state_Kalinga_2934','Kalinga','Kalinga','','KAL','state',1,0),(2935,'state_Laguna_2935','Laguna','Laguna','','LAG','state',1,0),(2936,'state_Lanao_del_Norte_2936','Lanao del Norte','Lanao del Norte','','LAN','state',1,0),(2937,'state_Lanao_del_Sur_2937','Lanao del Sur','Lanao del Sur','','LAS','state',1,0),(2938,'state_Leyte_2938','Leyte','Leyte','','LEY','state',1,0),(2939,'state_La_Union_2939','La Union','La Union','','LUN','state',1,0),(2940,'state_Marinduque_2940','Marinduque','Marinduque','','MAD','state',1,0),(2941,'state_Maguindanao_2941','Maguindanao','Maguindanao','','MAG','state',1,0),(2942,'state_Masbate_2942','Masbate','Masbate','','MAS','state',1,0),(2943,'state_Mindoro_Occidental_2943','Mindoro Occidental','Mindoro Occidental','','MDC','state',1,0),(2944,'state_Mindoro_Oriental_2944','Mindoro Oriental','Mindoro Oriental','','MDR','state',1,0),(2945,'state_Mountain_Province_2945','Mountain Province','Mountain Province','','MOU','state',1,0),(2946,'state_Misamis_Occidental_2946','Misamis Occidental','Misamis Occidental','','MSC','state',1,0),(2947,'state_Misamis_Oriental_2947','Misamis Oriental','Misamis Oriental','','MSR','state',1,0),(2948,'state_Cotabato_2948','Cotabato','Cotabato','','NCO','state',1,0),(2949,'state_Northern_Samar_2949','Northern Samar','Northern Samar','','NSA','state',1,0),(2950,'state_Negros_Occidental_2950','Negros Occidental','Negros Occidental','','NEC','state',1,0),(2951,'state_Negros_Oriental_2951','Negros Oriental','Negros Oriental','','NER','state',1,0),(2952,'state_Nueva_Ecija_2952','Nueva Ecija','Nueva Ecija','','NUE','state',1,0),(2953,'state_Nueva_Vizcaya_2953','Nueva Vizcaya','Nueva Vizcaya','','NUV','state',1,0),(2954,'state_Pampanga_2954','Pampanga','Pampanga','','PAM','state',1,0),(2955,'state_Pangasinan_2955','Pangasinan','Pangasinan','','PAN','state',1,0),(2956,'state_Palawan_2956','Palawan','Palawan','','PLW','state',1,0),(2957,'state_Quezon_2957','Quezon','Quezon','','QUE','state',1,0),(2958,'state_Quirino_2958','Quirino','Quirino','','QUI','state',1,0),(2959,'state_Rizal_2959','Rizal','Rizal','','RIZ','state',1,0),(2960,'state_Romblon_2960','Romblon','Romblon','','ROM','state',1,0),(2961,'state_Sarangani_2961','Sarangani','Sarangani','','SAR','state',1,0),(2962,'state_South_Cotabato_2962','South Cotabato','South Cotabato','','SCO','state',1,0),(2963,'state_Siquijor_2963','Siquijor','Siquijor','','SIG','state',1,0),(2964,'state_Southern_Leyte_2964','Southern Leyte','Southern Leyte','','SLE','state',1,0),(2965,'state_Sulu_2965','Sulu','Sulu','','SLU','state',1,0),(2966,'state_Sorsogon_2966','Sorsogon','Sorsogon','','SOR','state',1,0),(2967,'state_Sultan_Kudarat_2967','Sultan Kudarat','Sultan Kudarat','','SUK','state',1,0),(2968,'state_Surigao_del_Norte_2968','Surigao del Norte','Surigao del Norte','','SUN','state',1,0),(2969,'state_Surigao_del_Sur_2969','Surigao del Sur','Surigao del Sur','','SUR','state',1,0),(2970,'state_Tarlac_2970','Tarlac','Tarlac','','TAR','state',1,0),(2971,'state_Tawi_Tawi_2971','Tawi-Tawi','Tawi-Tawi','','TAW','state',1,0),(2972,'state_Samar_2972','Samar','Samar','','WSA','state',1,0),(2973,'state_Zamboanga_del_Norte_2973','Zamboanga del Norte','Zamboanga del Norte','','ZAN','state',1,0),(2974,'state_Zamboanga_del_Sur_2974','Zamboanga del Sur','Zamboanga del Sur','','ZAS','state',1,0),(2975,'state_Zambales_2975','Zambales','Zambales','','ZMB','state',1,0),(2976,'state_Zamboanga_Sibugay_2976','Zamboanga Sibugay','Zamboanga Sibugay','','ZSI','state',1,0),(2977,'state_Dolno__l__skie_2977','Dolnośląskie','Dolnośląskie','','DS','state',1,0),(2978,'state_Kujawsko_Pomorskie_2978','Kujawsko-Pomorskie','Kujawsko-Pomorskie','','KP','state',1,0),(2979,'state_Lubelskie_2979','Lubelskie','Lubelskie','','LU','state',1,0),(2980,'state_Lubuskie_2980','Lubuskie','Lubuskie','','LB','state',1,0),(2981,'state_____dzkie_2981','Łódzkie','Łódzkie','','LD','state',1,0),(2982,'state_Ma__opolskie_2982','Małopolskie','Małopolskie','','MA','state',1,0),(2983,'state_Mazowieckie_2983','Mazowieckie','Mazowieckie','','MZ','state',1,0),(2984,'state_Opolskie_2984','Opolskie','Opolskie','','OP','state',1,0),(2985,'state_Podkarpackie_2985','Podkarpackie','Podkarpackie','','PK','state',1,0),(2986,'state_Podlaskie_2986','Podlaskie','Podlaskie','','PD','state',1,0),(2987,'state_Pomorskie_2987','Pomorskie','Pomorskie','','PM','state',1,0),(2988,'state___l__skie_2988','Śląskie','Śląskie','','SL','state',1,0),(2989,'state___wi__tokrzyskie_2989','Świętokrzyskie','Świętokrzyskie','','SK','state',1,0),(2990,'state_Warmi__sko_Mazurskie_2990','Warmińsko-Mazurskie','Warmińsko-Mazurskie','','WN','state',1,0),(2991,'state_Wielkopolskie_2991','Wielkopolskie','Wielkopolskie','','WP','state',1,0),(2992,'state_Zachodniopomorskie_2992','Zachodniopomorskie','Zachodniopomorskie','','ZP','state',1,0),(2993,'state_Aveiro_2993','Aveiro','Aveiro','','01','state',1,0),(2994,'state_Beja_2994','Beja','Beja','','02','state',1,0),(2995,'state_Braga_2995','Braga','Braga','','03','state',1,0),(2996,'state_Bragan__a_2996','Bragança','Bragança','','04','state',1,0),(2997,'state_Castelo_Branco_2997','Castelo Branco','Castelo Branco','','05','state',1,0),(2998,'state_Coimbra_2998','Coimbra','Coimbra','','06','state',1,0),(2999,'state___vora_2999','Évora','Évora','','07','state',1,0),(3000,'state_Faro_3000','Faro','Faro','','08','state',1,0),(3001,'state_Guarda_3001','Guarda','Guarda','','09','state',1,0),(3002,'state_Leiria_3002','Leiria','Leiria','','10','state',1,0),(3003,'state_Lisboa_3003','Lisboa','Lisboa','','11','state',1,0),(3004,'state_Portalegre_3004','Portalegre','Portalegre','','12','state',1,0),(3005,'state_Porto_3005','Porto','Porto','','13','state',1,0),(3006,'state_Santar__m_3006','Santarém','Santarém','','14','state',1,0),(3007,'state_Set__bal_3007','Setúbal','Setúbal','','15','state',1,0),(3008,'state_Viana_do_Castelo_3008','Viana do Castelo','Viana do Castelo','','16','state',1,0),(3009,'state_Vila_Real_3009','Vila Real','Vila Real','','17','state',1,0),(3010,'state_Viseu_3010','Viseu','Viseu','','18','state',1,0),(3011,'state_Regi__o_Aut__noma_dos_A__ores_3011','Região Autónoma dos Açores','Região Autónoma dos Açores','','20','state',1,0),(3012,'state_Regi__o_Aut__noma_da_Madeira_3012','Região Autónoma da Madeira','Região Autónoma da Madeira','','30','state',1,0),(3013,'state______________3013','الدوحة','الدوحة','','DA','state',1,0),(3014,'state__________________3014','الغويرية','الغويرية','','GH','state',1,0),(3015,'state___________________________3015','جريان الباطنة','جريان الباطنة','','JB','state',1,0),(3016,'state__________________3016','الجميلية','الجميلية','','JU','state',1,0),(3017,'state____________3017','الخور','الخور','','KH','state',1,0),(3018,'state______________3018','مسيعيد','مسيعيد','','ME','state',1,0),(3019,'state______________3019','الشمال','الشمال','','MS','state',1,0),(3020,'state______________3020','الريان','الريان','','RA','state',1,0),(3021,'state_______________3021','أم صلال','أم صلال','','US','state',1,0),(3022,'state______________3022','الوكرة','الوكرة','','WA','state',1,0),(3023,'state_Alba_3023','Alba','Alba','','AB','state',1,0),(3024,'state_Arge___3024','Argeş','Argeş','','AG','state',1,0),(3025,'state_Arad_3025','Arad','Arad','','AR','state',1,0),(3026,'state_Bucure__ti_3026','Bucureşti','Bucureşti','','B','state',1,0),(3027,'state_Bac__u_3027','Bacău','Bacău','','BC','state',1,0),(3028,'state_Bihor_3028','Bihor','Bihor','','BH','state',1,0),(3029,'state_Bistri__a_N__s__ud_3029','Bistriţa-Năsăud','Bistriţa-Năsăud','','BN','state',1,0),(3030,'state_Br__ila_3030','Brăila','Brăila','','BR','state',1,0),(3031,'state_Boto__ani_3031','Botoşani','Botoşani','','BT','state',1,0),(3032,'state_Bra__ov_3032','Braşov','Braşov','','BV','state',1,0),(3033,'state_Buz__u_3033','Buzău','Buzău','','BZ','state',1,0),(3034,'state_Cluj_3034','Cluj','Cluj','','CJ','state',1,0),(3035,'state_C__l__ra__i_3035','Călăraşi','Călăraşi','','CL','state',1,0),(3036,'state_Cara___Severin_3036','Caraş-Severin','Caraş-Severin','','CS','state',1,0),(3037,'state_Constan__a_3037','Constanţa','Constanţa','','CT','state',1,0),(3038,'state_Covasna_3038','Covasna','Covasna','','CV','state',1,0),(3039,'state_D__mbovi__a_3039','Dâmboviţa','Dâmboviţa','','DB','state',1,0),(3040,'state_Dolj_3040','Dolj','Dolj','','DJ','state',1,0),(3041,'state_Gorj_3041','Gorj','Gorj','','GJ','state',1,0),(3042,'state_Gala__i_3042','Galaţi','Galaţi','','GL','state',1,0),(3043,'state_Giurgiu_3043','Giurgiu','Giurgiu','','GR','state',1,0),(3044,'state_Hunedoara_3044','Hunedoara','Hunedoara','','HD','state',1,0),(3045,'state_Harghita_3045','Harghita','Harghita','','HG','state',1,0),(3046,'state_Ilfov_3046','Ilfov','Ilfov','','IF','state',1,0),(3047,'state_Ialomi__a_3047','Ialomiţa','Ialomiţa','','IL','state',1,0),(3048,'state_Ia__i_3048','Iaşi','Iaşi','','IS','state',1,0),(3049,'state_Mehedin__i_3049','Mehedinţi','Mehedinţi','','MH','state',1,0),(3050,'state_Maramure___3050','Maramureş','Maramureş','','MM','state',1,0),(3051,'state_Mure___3051','Mureş','Mureş','','MS','state',1,0),(3052,'state_Neam___3052','Neamţ','Neamţ','','NT','state',1,0),(3053,'state_Olt_3053','Olt','Olt','','OT','state',1,0),(3054,'state_Prahova_3054','Prahova','Prahova','','PH','state',1,0),(3055,'state_Sibiu_3055','Sibiu','Sibiu','','SB','state',1,0),(3056,'state_S__laj_3056','Sălaj','Sălaj','','SJ','state',1,0),(3057,'state_Satu_Mare_3057','Satu Mare','Satu Mare','','SM','state',1,0),(3058,'state_Suceava_3058','Suceava','Suceava','','SV','state',1,0),(3059,'state_Tulcea_3059','Tulcea','Tulcea','','TL','state',1,0),(3060,'state_Timi___3060','Timiş','Timiş','','TM','state',1,0),(3061,'state_Teleorman_3061','Teleorman','Teleorman','','TR','state',1,0),(3062,'state_V__lcea_3062','Vâlcea','Vâlcea','','VL','state',1,0),(3063,'state_Vrancea_3063','Vrancea','Vrancea','','VN','state',1,0),(3064,'state_Vaslui_3064','Vaslui','Vaslui','','VS','state',1,0),(3065,'state_______________________________________3065','Адыгея Республика','Адыгея Республика','','AD','state',1,0),(3066,'state_____________________________________________________________________________3066','Агинский-Бурятский автономный округ','Агинский-Бурятский автономный округ','','AGB','state',1,0),(3067,'state_____________________________________3067','Алтай Республика','Алтай Республика','','AL','state',1,0),(3068,'state_______________________________3068','Алтайский край','Алтайский край','','ALT','state',1,0),(3069,'state_____________________________________3069','Амурская область','Амурская область','','AMU','state',1,0),(3070,'state_______________________________________________3070','Архангельская область','Архангельская область','','ARK','state',1,0),(3071,'state_____________________________________________3071','Астраханская область','Астраханская область','','AST','state',1,0),(3072,'state___________________________________________________3072','Башкортостан Республика','Башкортостан Республика','','BA','state',1,0),(3073,'state_____________________________________________3073','Белгородская область','Белгородская область','','BEL','state',1,0),(3074,'state_____________________________________3074','Брянская область','Брянская область','','BRY','state',1,0),(3075,'state_________________________________________3075','Бурятия Республика','Бурятия Республика','','BU','state',1,0),(3076,'state_____________________________________________3076','Чеченская Республика','Чеченская Республика','','CE','state',1,0),(3077,'state___________________________________________3077','Челябинская область','Челябинская область','','CHE','state',1,0),(3078,'state_______________________________________3078','Читинская область','Читинская область','','CHI','state',1,0),(3079,'state__________________________________________________________3079','Чукотский автономный округ','Чукотский автономный округ','','CHU','state',1,0),(3080,'state_____________________________________________3080','Чувашская Республика','Чувашская Республика','','CU','state',1,0),(3081,'state___________________________________________3081','Дагестан Республика','Дагестан Республика','','DA','state',1,0),(3082,'state______________________________________________________________3082','Эвенкийский автономный округ','Эвенкийский автономный округ','','EVE','state',1,0),(3083,'state_____________________________________________3083','Ингушетия Республика','Ингушетия Республика','','IN','state',1,0),(3084,'state_______________________________________3084','Иркутская область','Иркутская область','','IRK','state',1,0),(3085,'state_________________________________________3085','Ивановская область','Ивановская область','','IVA','state',1,0),(3086,'state_________________________________________3086','Камчатская область','Камчатская область','','KAM','state',1,0),(3087,'state____________________________________________________________________3087','Кабардино-Балкарская Республика','Кабардино-Балкарская Республика','','KB','state',1,0),(3088,'state____________________________________________________________________3088','Карачаево-Черкесская Республика','Карачаево-Черкесская Республика','','KC','state',1,0),(3089,'state_______________________________________3089','Краснодарский край','Краснодарский край','','KDA','state',1,0),(3090,'state___________________________________________3090','Кемеровская область','Кемеровская область','','KEM','state',1,0),(3091,'state___________________________________________________3091','Калининградская область','Калининградская область','','KGD','state',1,0),(3092,'state_________________________________________3092','Курганская область','Курганская область','','KGN','state',1,0),(3093,'state___________________________________3093','Хабаровский край','Хабаровский край','','KHA','state',1,0),(3094,'state______________________________________________________________________________________3094','Ханты-Мансийский автономный округ—Югра','Ханты-Мансийский автономный округ—Югра','','KHM','state',1,0),(3095,'state_____________________________________3095','Красноярский край','Красноярский край','','KIA','state',1,0),(3096,'state_______________________________________3096','Кировская область','Кировская область','','KIR','state',1,0),(3097,'state__________________3097','Хакасия','Хакасия','','KK','state',1,0),(3098,'state___________________________________________3098','Калмыкия Республика','Калмыкия Республика','','KL','state',1,0),(3099,'state_______________________________________3099','Калужская область','Калужская область','','KLU','state',1,0),(3100,'state___________________________________3100','Коми Республика','Коми Республика','','KO','state',1,0),(3101,'state__________________________________________________________3101','Корякский автономный округ','Корякский автономный округ','','KOR','state',1,0),(3102,'state___________________________________________3102','Костромская область','Костромская область','','KOS','state',1,0),(3103,'state_________________________________________3103','Карелия Республика','Карелия Республика','','KR','state',1,0),(3104,'state___________________________________3104','Курская область','Курская область','','KRS','state',1,0),(3105,'state_______________________________________________3105','Ленинградская область','Ленинградская область','','LEN','state',1,0),(3106,'state_____________________________________3106','Липецкая область','Липецкая область','','LIP','state',1,0),(3107,'state___________________________________________3107','Магаданская область','Магаданская область','','MAG','state',1,0),(3108,'state__________________________________________3108','Марий Эл Республика','Марий Эл Республика','','ME','state',1,0),(3109,'state___________________________________________3109','Мордовия Республика','Мордовия Республика','','MO','state',1,0),(3110,'state_________________________________________3110','Московская область','Московская область','','MOS','state',1,0),(3111,'state________________3111','Москва','Москва','','MOW','state',1,0),(3112,'state_________________________________________3112','Мурманская область','Мурманская область','','MUR','state',1,0),(3113,'state________________________________________________________3113','Ненецкий автономный округ','Ненецкий автономный округ','','NEN','state',1,0),(3114,'state_____________________________________________3114','Новгородская область','Новгородская область','','NGR','state',1,0),(3115,'state_______________________________________________3115','Нижегородская область','Нижегородская область','','NIZ','state',1,0),(3116,'state_______________________________________________3116','Новосибирская область','Новосибирская область','','NVS','state',1,0),(3117,'state_________________________________3117','Омская область','Омская область','','OMS','state',1,0),(3118,'state_____________________________________________3118','Оренбургская область','Оренбургская область','','ORE','state',1,0),(3119,'state_______________________________________3119','Орловская область','Орловская область','','ORL','state',1,0),(3120,'state_________________________________________3120','Пензенская область','Пензенская область','','PNZ','state',1,0),(3121,'state_________________________________3121','Приморский край','Приморский край','','PRI','state',1,0),(3122,'state_______________________________________3122','Псковская область','Псковская область','','PSK','state',1,0),(3123,'state_________________________________________3123','Ростовская область','Ростовская область','','ROS','state',1,0),(3124,'state_______________________________________3124','Рязанская область','Рязанская область','','RYA','state',1,0),(3125,'state____________________________________________________3125','Саха (Якутия) Республика','Саха (Якутия) Республика','','SA','state',1,0),(3126,'state___________________________________________3126','Сахалинская область','Сахалинская область','','SAK','state',1,0),(3127,'state_______________________________________3127','Самарская область','Самарская область','','SAM','state',1,0),(3128,'state___________________________________________3128','Саратовская область','Саратовская область','','SAR','state',1,0),(3129,'state___________________________________________________________________________3129','Северная Осетия–Алания Республика','Северная Осетия–Алания Республика','','SE','state',1,0),(3130,'state_________________________________________3130','Смоленская область','Смоленская область','','SMO','state',1,0),(3131,'state_________________________________3131','Санкт-Петербург','Санкт-Петербург','','SPE','state',1,0),(3132,'state_________________________________________3132','Ставропольский край','Ставропольский край','','STA','state',1,0),(3133,'state_____________________________________________3133','Свердловская область','Свердловская область','','SVE','state',1,0),(3134,'state_____________________________________________3134','Республика Татарстан','Республика Татарстан','','TA','state',1,0),(3135,'state_________________________________________3135','Тамбовская область','Тамбовская область','','TAM','state',1,0),(3136,'state____________________________________________________________3136','Таймырский автономный округ','Таймырский автономный округ','','TAY','state',1,0),(3137,'state___________________________________3137','Томская область','Томская область','','TOM','state',1,0),(3138,'state_____________________________________3138','Тульская область','Тульская область','','TUL','state',1,0),(3139,'state_____________________________________3139','Тверская область','Тверская область','','TVE','state',1,0),(3140,'state___________________________________3140','Тыва Республика','Тыва Республика','','TY','state',1,0),(3141,'state_______________________________________3141','Тюменская область','Тюменская область','','TYU','state',1,0),(3142,'state_______________________________________________3142','Удмуртская Республика','Удмуртская Республика','','UD','state',1,0),(3143,'state___________________________________________3143','Ульяновская область','Ульяновская область','','ULY','state',1,0),(3144,'state________________________________________________________________________________________3144','Усть-Ордынский Бурятский автономный округ','Усть-Ордынский Бурятский автономный округ','','UOB','state',1,0),(3145,'state_______________________________________________3145','Волгоградская область','Волгоградская область','','VGG','state',1,0),(3146,'state_____________________________________________3146','Владимирская область','Владимирская область','','VLA','state',1,0),(3147,'state___________________________________________3147','Вологодская область','Вологодская область','','VLG','state',1,0),(3148,'state___________________________________________3148','Воронежская область','Воронежская область','','VOR','state',1,0),(3149,'state_____________________________3149','Пермский край','Пермский край','','XXX','state',1,0),(3150,'state_____________________________________________________________________3150','Ямало-Ненецкий автономный округ','Ямало-Ненецкий автономный округ','','YAN','state',1,0),(3151,'state___________________________________________3151','Ярославская область','Ярославская область','','YAR','state',1,0),(3152,'state______________________________________________________________3152','Еврейская автономная область','Еврейская автономная область','','YEV','state',1,0),(3153,'state_Nord_3153','Nord','Nord','','N','state',1,0),(3154,'state_Est_3154','Est','Est','','E','state',1,0),(3155,'state_Sud_3155','Sud','Sud','','S','state',1,0),(3156,'state_Ouest_3156','Ouest','Ouest','','O','state',1,0),(3157,'state_Kigali_3157','Kigali','Kigali','','K','state',1,0),(3158,'state_Saint_Kitts_3158','Saint Kitts','Saint Kitts','','K','state',1,0),(3159,'state_Nevis_3159','Nevis','Nevis','','N','state',1,0),(3160,'state_Anse_la_Raye_3160','Anse-la-Raye','Anse-la-Raye','','AR','state',1,0),(3161,'state_Castries_3161','Castries','Castries','','CA','state',1,0),(3162,'state_Choiseul_3162','Choiseul','Choiseul','','CH','state',1,0),(3163,'state_Dauphin_3163','Dauphin','Dauphin','','DA','state',1,0),(3164,'state_Dennery_3164','Dennery','Dennery','','DE','state',1,0),(3165,'state_Gros_Islet_3165','Gros-Islet','Gros-Islet','','GI','state',1,0),(3166,'state_Laborie_3166','Laborie','Laborie','','LA','state',1,0),(3167,'state_Micoud_3167','Micoud','Micoud','','MI','state',1,0),(3168,'state_Praslin_3168','Praslin','Praslin','','PR','state',1,0),(3169,'state_Soufriere_3169','Soufriere','Soufriere','','SO','state',1,0),(3170,'state_Vieux_Fort_3170','Vieux-Fort','Vieux-Fort','','VF','state',1,0),(3171,'state_Charlotte_3171','Charlotte','Charlotte','','C','state',1,0),(3172,'state_Grenadines_3172','Grenadines','Grenadines','','R','state',1,0),(3177,'state_A_ana_3177','A\'ana','A\'ana','','AA','state',1,0),(3178,'state_Aiga_i_le_Tai_3178','Aiga-i-le-Tai','Aiga-i-le-Tai','','AL','state',1,0),(3179,'state_Atua_3179','Atua','Atua','','AT','state',1,0),(3180,'state_Fa_asaleleaga_3180','Fa\'asaleleaga','Fa\'asaleleaga','','FA','state',1,0),(3181,'state_Gaga_emauga_3181','Gaga\'emauga','Gaga\'emauga','','GE','state',1,0),(3182,'state_Gaga_ifomauga_3182','Gaga\'ifomauga','Gaga\'ifomauga','','GI','state',1,0),(3183,'state_Palauli_3183','Palauli','Palauli','','PA','state',1,0),(3184,'state_Satupa_itea_3184','Satupa\'itea','Satupa\'itea','','SA','state',1,0),(3185,'state_Tuamasaga_3185','Tuamasaga','Tuamasaga','','TU','state',1,0),(3186,'state_Va_a_o_Fonoti_3186','Va\'a-o-Fonoti','Va\'a-o-Fonoti','','VF','state',1,0),(3187,'state_Vaisigano_3187','Vaisigano','Vaisigano','','VS','state',1,0),(3188,'state_Acquaviva_3188','Acquaviva','Acquaviva','','AC','state',1,0),(3189,'state_Borgo_Maggiore_3189','Borgo Maggiore','Borgo Maggiore','','BM','state',1,0),(3190,'state_Chiesanuova_3190','Chiesanuova','Chiesanuova','','CH','state',1,0),(3191,'state_Domagnano_3191','Domagnano','Domagnano','','DO','state',1,0),(3192,'state_Faetano_3192','Faetano','Faetano','','FA','state',1,0),(3193,'state_Fiorentino_3193','Fiorentino','Fiorentino','','FI','state',1,0),(3194,'state_Montegiardino_3194','Montegiardino','Montegiardino','','MO','state',1,0),(3195,'state_Citta_di_San_Marino_3195','Citta di San Marino','Citta di San Marino','','SM','state',1,0),(3196,'state_Serravalle_3196','Serravalle','Serravalle','','SE','state',1,0),(3197,'state_Pr__ncipe_3197','Príncipe','Príncipe','','P','state',1,0),(3198,'state_S__o_Tom___3198','São Tomé','São Tomé','','S','state',1,0),(3199,'state______________3199','الرياض','الرياض','','01','state',1,0),(3200,'state_______________________3200','مكة المكرمة','مكة المكرمة','','02','state',1,0),(3201,'state________________3201','المدينه','المدينه','','03','state',1,0),(3202,'state________________3202','الشرقية','الشرقية','','04','state',1,0),(3203,'state______________3203','القصيم','القصيم','','05','state',1,0),(3204,'state__________3204','حائل','حائل','','06','state',1,0),(3205,'state__________3205','تبوك','تبوك','','07','state',1,0),(3206,'state_______________________________3206','الحدود الشمالية','الحدود الشمالية','','08','state',1,0),(3207,'state____________3207','جيزان','جيزان','','09','state',1,0),(3208,'state____________3208','نجران','نجران','','10','state',1,0),(3209,'state______________3209','الباحة','الباحة','','11','state',1,0),(3210,'state____________3210','الجوف','الجوف','','12','state',1,0),(3211,'state__________3211','عسير','عسير','','14','state',1,0),(3212,'state_Dakar_3212','Dakar','Dakar','','DA','state',1,0),(3213,'state_Diourbel_3213','Diourbel','Diourbel','','DI','state',1,0),(3214,'state_Fatick_3214','Fatick','Fatick','','FA','state',1,0),(3215,'state_Kaolack_3215','Kaolack','Kaolack','','KA','state',1,0),(3216,'state_Kolda_3216','Kolda','Kolda','','KO','state',1,0),(3217,'state_Louga_3217','Louga','Louga','','LO','state',1,0),(3218,'state_Matam_3218','Matam','Matam','','MA','state',1,0),(3219,'state_Saint_Louis_3219','Saint-Louis','Saint-Louis','','SL','state',1,0),(3220,'state_Tambacounda_3220','Tambacounda','Tambacounda','','TA','state',1,0),(3221,'state_Thies__3221','Thies ','Thies ','','TH','state',1,0),(3222,'state_Ziguinchor_3222','Ziguinchor','Ziguinchor','','ZI','state',1,0),(3223,'state_Anse_aux_Pins_3223','Anse aux Pins','Anse aux Pins','','AP','state',1,0),(3224,'state_Anse_Boileau_3224','Anse Boileau','Anse Boileau','','AB','state',1,0),(3225,'state_Anse_Etoile_3225','Anse Etoile','Anse Etoile','','AE','state',1,0),(3226,'state_Anse_Louis_3226','Anse Louis','Anse Louis','','AL','state',1,0),(3227,'state_Anse_Royale_3227','Anse Royale','Anse Royale','','AR','state',1,0),(3228,'state_Baie_Lazare_3228','Baie Lazare','Baie Lazare','','BL','state',1,0),(3229,'state_Baie_Sainte_Anne_3229','Baie Sainte Anne','Baie Sainte Anne','','BS','state',1,0),(3230,'state_Beau_Vallon_3230','Beau Vallon','Beau Vallon','','BV','state',1,0),(3231,'state_Bel_Air_3231','Bel Air','Bel Air','','BA','state',1,0),(3232,'state_Bel_Ombre_3232','Bel Ombre','Bel Ombre','','BO','state',1,0),(3233,'state_Cascade_3233','Cascade','Cascade','','CA','state',1,0),(3234,'state_Glacis_3234','Glacis','Glacis','','GL','state',1,0),(3235,'state_Grand__Anse__on_Mahe__3235','Grand\' Anse (on Mahe)','Grand\' Anse (on Mahe)','','GM','state',1,0),(3236,'state_Grand__Anse__on_Praslin__3236','Grand\' Anse (on Praslin)','Grand\' Anse (on Praslin)','','GP','state',1,0),(3237,'state_La_Digue_3237','La Digue','La Digue','','DG','state',1,0),(3238,'state_La_Riviere_Anglaise_3238','La Riviere Anglaise','La Riviere Anglaise','','RA','state',1,0),(3239,'state_Mont_Buxton_3239','Mont Buxton','Mont Buxton','','MB','state',1,0),(3240,'state_Mont_Fleuri_3240','Mont Fleuri','Mont Fleuri','','MF','state',1,0),(3241,'state_Plaisance_3241','Plaisance','Plaisance','','PL','state',1,0),(3242,'state_Pointe_La_Rue_3242','Pointe La Rue','Pointe La Rue','','PR','state',1,0),(3243,'state_Port_Glaud_3243','Port Glaud','Port Glaud','','PG','state',1,0),(3244,'state_Saint_Louis_3244','Saint Louis','Saint Louis','','SL','state',1,0),(3245,'state_Takamaka_3245','Takamaka','Takamaka','','TA','state',1,0),(3246,'state_Eastern_3246','Eastern','Eastern','','E','state',1,0),(3250,'state_Banskobystrick___kraj_3250','Banskobystrický kraj','Banskobystrický kraj','','BC','state',1,0),(3251,'state_Bratislavsk___kraj_3251','Bratislavský kraj','Bratislavský kraj','','BL','state',1,0),(3252,'state_Ko__ick___kraj_3252','Košický kraj','Košický kraj','','KI','state',1,0),(3253,'state_Nitriansk___kraj_3253','Nitrianský kraj','Nitrianský kraj','','NJ','state',1,0),(3254,'state_Pre__ovsk___kraj_3254','Prešovský kraj','Prešovský kraj','','PV','state',1,0),(3255,'state_Trnavsk___kraj_3255','Trnavský kraj','Trnavský kraj','','TA','state',1,0),(3256,'state_Tren__iansk___kraj_3256','Trenčianský kraj','Trenčianský kraj','','TC','state',1,0),(3257,'state___ilinsk___kraj_3257','Žilinský kraj','Žilinský kraj','','ZI','state',1,0),(3258,'state_Ajdov____ina_3258','Ajdovščina','Ajdovščina','','001','state',1,0),(3259,'state_Beltinci_3259','Beltinci','Beltinci','','002','state',1,0),(3260,'state_Bled_3260','Bled','Bled','','003','state',1,0),(3261,'state_Bohinj_3261','Bohinj','Bohinj','','004','state',1,0),(3262,'state_Borovnica_3262','Borovnica','Borovnica','','005','state',1,0),(3263,'state_Bovec_3263','Bovec','Bovec','','006','state',1,0),(3264,'state_Brda_3264','Brda','Brda','','007','state',1,0),(3265,'state_Brezovica_3265','Brezovica','Brezovica','','008','state',1,0),(3266,'state_Bre__ice_3266','Brežice','Brežice','','009','state',1,0),(3267,'state_Ti__ina_3267','Tišina','Tišina','','010','state',1,0),(3268,'state_Celje_3268','Celje','Celje','','011','state',1,0),(3269,'state_Cerklje_na_Gorenjskem_3269','Cerklje na Gorenjskem','Cerklje na Gorenjskem','','012','state',1,0),(3270,'state_Cerknica_3270','Cerknica','Cerknica','','013','state',1,0),(3271,'state_Cerkno_3271','Cerkno','Cerkno','','014','state',1,0),(3272,'state___ren__ovci_3272','Črenšovci','Črenšovci','','015','state',1,0),(3273,'state___rna_na_Koro__kem_3273','Črna na Koroškem','Črna na Koroškem','','016','state',1,0),(3274,'state___rnomelj_3274','Črnomelj','Črnomelj','','017','state',1,0),(3275,'state_Destrnik_3275','Destrnik','Destrnik','','018','state',1,0),(3276,'state_Diva__a_3276','Divača','Divača','','019','state',1,0),(3277,'state_Dobrepolje_3277','Dobrepolje','Dobrepolje','','020','state',1,0),(3278,'state_Dobrova_Polhov_Gradec_3278','Dobrova-Polhov Gradec','Dobrova-Polhov Gradec','','021','state',1,0),(3279,'state_Dol_pri_Ljubljani_3279','Dol pri Ljubljani','Dol pri Ljubljani','','022','state',1,0),(3280,'state_Dom__ale_3280','Domžale','Domžale','','023','state',1,0),(3281,'state_Dornava_3281','Dornava','Dornava','','024','state',1,0),(3282,'state_Dravograd_3282','Dravograd','Dravograd','','025','state',1,0),(3283,'state_Duplek_3283','Duplek','Duplek','','026','state',1,0),(3284,'state_Gorenja_vas_Poljane_3284','Gorenja vas-Poljane','Gorenja vas-Poljane','','027','state',1,0),(3285,'state_Gori__nica_3285','Gorišnica','Gorišnica','','028','state',1,0),(3286,'state_Gornja_Radgona_3286','Gornja Radgona','Gornja Radgona','','029','state',1,0),(3287,'state_Gornji_Grad_3287','Gornji Grad','Gornji Grad','','030','state',1,0),(3288,'state_Gornji_Petrovci_3288','Gornji Petrovci','Gornji Petrovci','','031','state',1,0),(3289,'state_Grosuplje_3289','Grosuplje','Grosuplje','','032','state',1,0),(3290,'state___alovci_3290','Šalovci','Šalovci','','033','state',1,0),(3291,'state_Hrastnik_3291','Hrastnik','Hrastnik','','034','state',1,0),(3292,'state_Hrpelje_Kozina_3292','Hrpelje-Kozina','Hrpelje-Kozina','','035','state',1,0),(3293,'state_Idrija_3293','Idrija','Idrija','','036','state',1,0),(3294,'state_Ig_3294','Ig','Ig','','037','state',1,0),(3295,'state_Ilirska_Bistrica_3295','Ilirska Bistrica','Ilirska Bistrica','','038','state',1,0),(3296,'state_Ivan__na_Gorica_3296','Ivančna Gorica','Ivančna Gorica','','039','state',1,0),(3297,'state_Izola_3297','Izola','Izola','','040','state',1,0),(3298,'state_Jesenice_3298','Jesenice','Jesenice','','041','state',1,0),(3299,'state_Jur__inci_3299','Juršinci','Juršinci','','042','state',1,0),(3300,'state_Kamnik_3300','Kamnik','Kamnik','','043','state',1,0),(3301,'state_Kanal_ob_So__i_3301','Kanal ob Soči','Kanal ob Soči','','044','state',1,0),(3302,'state_Kidri__evo_3302','Kidričevo','Kidričevo','','045','state',1,0),(3303,'state_Kobarid_3303','Kobarid','Kobarid','','046','state',1,0),(3304,'state_Kobilje_3304','Kobilje','Kobilje','','047','state',1,0),(3305,'state_Ko__evje_3305','Kočevje','Kočevje','','048','state',1,0),(3306,'state_Komen_3306','Komen','Komen','','049','state',1,0),(3307,'state_Koper_3307','Koper','Koper','','050','state',1,0),(3308,'state_Kozje_3308','Kozje','Kozje','','051','state',1,0),(3309,'state_Kranj_3309','Kranj','Kranj','','052','state',1,0),(3310,'state_Kranjska_Gora_3310','Kranjska Gora','Kranjska Gora','','053','state',1,0),(3311,'state_Kr__ko_3311','Krško','Krško','','054','state',1,0),(3312,'state_Kungota_3312','Kungota','Kungota','','055','state',1,0),(3313,'state_Kuzma_3313','Kuzma','Kuzma','','056','state',1,0),(3314,'state_La__ko_3314','Laško','Laško','','057','state',1,0),(3315,'state_Lenart_3315','Lenart','Lenart','','058','state',1,0),(3316,'state_Lendava_3316','Lendava','Lendava','','059','state',1,0),(3317,'state_Litija_3317','Litija','Litija','','060','state',1,0),(3318,'state_Ljubljana_3318','Ljubljana','Ljubljana','','061','state',1,0),(3319,'state_Ljubno_3319','Ljubno','Ljubno','','062','state',1,0),(3320,'state_Ljutomer_3320','Ljutomer','Ljutomer','','063','state',1,0),(3321,'state_Logatec_3321','Logatec','Logatec','','064','state',1,0),(3322,'state_Lo__ka_Dolina_3322','Loška Dolina','Loška Dolina','','065','state',1,0),(3323,'state_Lo__ki_Potok_3323','Loški Potok','Loški Potok','','066','state',1,0),(3324,'state_Lu__e_3324','Luče','Luče','','067','state',1,0),(3325,'state_Lukovica_3325','Lukovica','Lukovica','','068','state',1,0),(3326,'state_Maj__perk_3326','Majšperk','Majšperk','','069','state',1,0),(3327,'state_Maribor_3327','Maribor','Maribor','','070','state',1,0),(3328,'state_Medvode_3328','Medvode','Medvode','','071','state',1,0),(3329,'state_Menge___3329','Mengeš','Mengeš','','072','state',1,0),(3330,'state_Metlika_3330','Metlika','Metlika','','073','state',1,0),(3331,'state_Me__ica_3331','Mežica','Mežica','','074','state',1,0),(3332,'state_Miren_Kostanjevica_3332','Miren-Kostanjevica','Miren-Kostanjevica','','075','state',1,0),(3333,'state_Mislinja_3333','Mislinja','Mislinja','','076','state',1,0),(3334,'state_Morav__e_3334','Moravče','Moravče','','077','state',1,0),(3335,'state_Moravske_Toplice_3335','Moravske Toplice','Moravske Toplice','','078','state',1,0),(3336,'state_Mozirje_3336','Mozirje','Mozirje','','079','state',1,0),(3337,'state_Murska_Sobota_3337','Murska Sobota','Murska Sobota','','080','state',1,0),(3338,'state_Muta_3338','Muta','Muta','','081','state',1,0),(3339,'state_Naklo_3339','Naklo','Naklo','','082','state',1,0),(3340,'state_Nazarje_3340','Nazarje','Nazarje','','083','state',1,0),(3341,'state_Nova_Gorica_3341','Nova Gorica','Nova Gorica','','084','state',1,0),(3342,'state_Novo_mesto_3342','Novo mesto','Novo mesto','','085','state',1,0),(3343,'state_Odranci_3343','Odranci','Odranci','','086','state',1,0),(3344,'state_Ormo___3344','Ormož','Ormož','','087','state',1,0),(3345,'state_Osilnica_3345','Osilnica','Osilnica','','088','state',1,0),(3346,'state_Pesnica_3346','Pesnica','Pesnica','','089','state',1,0),(3347,'state_Piran_3347','Piran','Piran','','090','state',1,0),(3348,'state_Pivka_3348','Pivka','Pivka','','091','state',1,0),(3349,'state_Pod__etrtek_3349','Podčetrtek','Podčetrtek','','092','state',1,0),(3350,'state_Podvelka_3350','Podvelka','Podvelka','','093','state',1,0),(3351,'state_Postojna_3351','Postojna','Postojna','','094','state',1,0),(3352,'state_Preddvor_3352','Preddvor','Preddvor','','095','state',1,0),(3353,'state_Ptuj_3353','Ptuj','Ptuj','','096','state',1,0),(3354,'state_Puconci_3354','Puconci','Puconci','','097','state',1,0),(3355,'state_Ra__e_Fram_3355','Rače-Fram','Rače-Fram','','098','state',1,0),(3356,'state_Rade__e_3356','Radeče','Radeče','','099','state',1,0),(3357,'state_Radenci_3357','Radenci','Radenci','','100','state',1,0),(3358,'state_Radlje_ob_Dravi_3358','Radlje ob Dravi','Radlje ob Dravi','','101','state',1,0),(3359,'state_Radovljica_3359','Radovljica','Radovljica','','102','state',1,0),(3360,'state_Ravne_na_Koro__kem_3360','Ravne na Koroškem','Ravne na Koroškem','','103','state',1,0),(3361,'state_Ribnica_3361','Ribnica','Ribnica','','104','state',1,0),(3362,'state_Roga__ka_Slatina_3362','Rogaška Slatina','Rogaška Slatina','','106','state',1,0),(3363,'state_Roga__ovci_3363','Rogašovci','Rogašovci','','105','state',1,0),(3364,'state_Rogatec_3364','Rogatec','Rogatec','','107','state',1,0),(3365,'state_Ru__e_3365','Ruše','Ruše','','108','state',1,0),(3366,'state_Semi___3366','Semič','Semič','','109','state',1,0),(3367,'state_Sevnica_3367','Sevnica','Sevnica','','110','state',1,0),(3368,'state_Se__ana_3368','Sežana','Sežana','','111','state',1,0),(3369,'state_Slovenj_Gradec_3369','Slovenj Gradec','Slovenj Gradec','','112','state',1,0),(3370,'state_Slovenska_Bistrica_3370','Slovenska Bistrica','Slovenska Bistrica','','113','state',1,0),(3371,'state_Slovenske_Konjice_3371','Slovenske Konjice','Slovenske Konjice','','114','state',1,0),(3372,'state_Star__e_3372','Starše','Starše','','115','state',1,0),(3373,'state_Sveti_Jurij_3373','Sveti Jurij','Sveti Jurij','','116','state',1,0),(3374,'state___en__ur_3374','Šenčur','Šenčur','','117','state',1,0),(3375,'state___entilj_3375','Šentilj','Šentilj','','118','state',1,0),(3376,'state___entjernej_3376','Šentjernej','Šentjernej','','119','state',1,0),(3377,'state___entjur_pri_Celju_3377','Šentjur pri Celju','Šentjur pri Celju','','120','state',1,0),(3378,'state___kocjan_3378','Škocjan','Škocjan','','121','state',1,0),(3379,'state___kofja_Loka_3379','Škofja Loka','Škofja Loka','','122','state',1,0),(3380,'state___kofljica_3380','Škofljica','Škofljica','','123','state',1,0),(3381,'state___marje_pri_Jel__ah_3381','Šmarje pri Jelšah','Šmarje pri Jelšah','','124','state',1,0),(3382,'state___martno_ob_Paki_3382','Šmartno ob Paki','Šmartno ob Paki','','125','state',1,0),(3383,'state___o__tanj_3383','Šoštanj','Šoštanj','','126','state',1,0),(3384,'state___tore_3384','Štore','Štore','','127','state',1,0),(3385,'state_Tolmin_3385','Tolmin','Tolmin','','128','state',1,0),(3386,'state_Trbovlje_3386','Trbovlje','Trbovlje','','129','state',1,0),(3387,'state_Trebnje_3387','Trebnje','Trebnje','','130','state',1,0),(3388,'state_Tr__i___3388','Tržič','Tržič','','131','state',1,0),(3389,'state_Turni____e_3389','Turnišče','Turnišče','','132','state',1,0),(3390,'state_Velenje_3390','Velenje','Velenje','','133','state',1,0),(3391,'state_Velike_La____e_3391','Velike Lašče','Velike Lašče','','134','state',1,0),(3392,'state_Videm_3392','Videm','Videm','','135','state',1,0),(3393,'state_Vipava_3393','Vipava','Vipava','','136','state',1,0),(3394,'state_Vitanje_3394','Vitanje','Vitanje','','137','state',1,0),(3395,'state_Vodice_3395','Vodice','Vodice','','138','state',1,0),(3396,'state_Vojnik_3396','Vojnik','Vojnik','','139','state',1,0),(3397,'state_Vrhnika_3397','Vrhnika','Vrhnika','','140','state',1,0),(3398,'state_Vuzenica_3398','Vuzenica','Vuzenica','','141','state',1,0),(3399,'state_Zagorje_ob_Savi_3399','Zagorje ob Savi','Zagorje ob Savi','','142','state',1,0),(3400,'state_Zavr___3400','Zavrč','Zavrč','','143','state',1,0),(3401,'state_Zre__e_3401','Zreče','Zreče','','144','state',1,0),(3402,'state___elezniki_3402','Železniki','Železniki','','146','state',1,0),(3403,'state___iri_3403','Žiri','Žiri','','147','state',1,0),(3404,'state_Benedikt_3404','Benedikt','Benedikt','','148','state',1,0),(3405,'state_Bistrica_ob_Sotli_3405','Bistrica ob Sotli','Bistrica ob Sotli','','149','state',1,0),(3406,'state_Bloke_3406','Bloke','Bloke','','150','state',1,0),(3407,'state_Braslov__e_3407','Braslovče','Braslovče','','151','state',1,0),(3408,'state_Cankova_3408','Cankova','Cankova','','152','state',1,0),(3409,'state_Cerkvenjak_3409','Cerkvenjak','Cerkvenjak','','153','state',1,0),(3410,'state_Dobje_3410','Dobje','Dobje','','154','state',1,0),(3411,'state_Dobrna_3411','Dobrna','Dobrna','','155','state',1,0),(3412,'state_Dobrovnik_3412','Dobrovnik','Dobrovnik','','156','state',1,0),(3413,'state_Dolenjske_Toplice_3413','Dolenjske Toplice','Dolenjske Toplice','','157','state',1,0),(3414,'state_Grad_3414','Grad','Grad','','158','state',1,0),(3415,'state_Hajdina_3415','Hajdina','Hajdina','','159','state',1,0),(3416,'state_Ho__e_Slivnica_3416','Hoče-Slivnica','Hoče-Slivnica','','160','state',1,0),(3417,'state_Hodo___3417','Hodoš','Hodoš','','161','state',1,0),(3418,'state_Horjul_3418','Horjul','Horjul','','162','state',1,0),(3419,'state_Jezersko_3419','Jezersko','Jezersko','','163','state',1,0),(3420,'state_Komenda_3420','Komenda','Komenda','','164','state',1,0),(3421,'state_Kostel_3421','Kostel','Kostel','','165','state',1,0),(3422,'state_Kri__evci_3422','Križevci','Križevci','','166','state',1,0),(3423,'state_Lovrenc_na_Pohorju_3423','Lovrenc na Pohorju','Lovrenc na Pohorju','','167','state',1,0),(3424,'state_Markovci_3424','Markovci','Markovci','','168','state',1,0),(3425,'state_Miklav___na_Dravskem_polju_3425','Miklavž na Dravskem polju','Miklavž na Dravskem polju','','169','state',1,0),(3426,'state_Mirna_Pe___3426','Mirna Peč','Mirna Peč','','170','state',1,0),(3427,'state_Oplotnica_3427','Oplotnica','Oplotnica','','171','state',1,0),(3428,'state_Podlehnik_3428','Podlehnik','Podlehnik','','172','state',1,0),(3429,'state_Polzela_3429','Polzela','Polzela','','173','state',1,0),(3430,'state_Prebold_3430','Prebold','Prebold','','174','state',1,0),(3431,'state_Prevalje_3431','Prevalje','Prevalje','','175','state',1,0),(3432,'state_Razkri__je_3432','Razkrižje','Razkrižje','','176','state',1,0),(3433,'state_Ribnica_na_Pohorju_3433','Ribnica na Pohorju','Ribnica na Pohorju','','177','state',1,0),(3434,'state_Selnica_ob_Dravi_3434','Selnica ob Dravi','Selnica ob Dravi','','178','state',1,0),(3435,'state_Sodra__ica_3435','Sodražica','Sodražica','','179','state',1,0),(3436,'state_Sol__ava_3436','Solčava','Solčava','','180','state',1,0),(3437,'state_Sveta_Ana_3437','Sveta Ana','Sveta Ana','','181','state',1,0),(3438,'state_Sveti_Andra___v_Slovenskih_goricah_3438','Sveti Andraž v Slovenskih goricah','Sveti Andraž v Slovenskih goricah','','182','state',1,0),(3439,'state___empeter_Vrtojba_3439','Šempeter-Vrtojba','Šempeter-Vrtojba','','183','state',1,0),(3440,'state_Tabor_3440','Tabor','Tabor','','184','state',1,0),(3441,'state_Trnovska_vas_3441','Trnovska vas','Trnovska vas','','185','state',1,0),(3442,'state_Trzin_3442','Trzin','Trzin','','186','state',1,0),(3443,'state_Velika_Polana_3443','Velika Polana','Velika Polana','','187','state',1,0),(3444,'state_Ver__ej_3444','Veržej','Veržej','','188','state',1,0),(3445,'state_Vransko_3445','Vransko','Vransko','','189','state',1,0),(3446,'state___alec_3446','Žalec','Žalec','','190','state',1,0),(3447,'state___etale_3447','Žetale','Žetale','','191','state',1,0),(3448,'state___irovnica_3448','Žirovnica','Žirovnica','','192','state',1,0),(3449,'state___u__emberk_3449','Žužemberk','Žužemberk','','193','state',1,0),(3450,'state___martno_pri_Litiji_3450','Šmartno pri Litiji','Šmartno pri Litiji','','194','state',1,0),(3453,'state_Guadalcanal_3453','Guadalcanal','Guadalcanal','','GC','state',1,0),(3454,'state_Honiara_3454','Honiara','Honiara','','HO','state',1,0),(3455,'state_Isabel_3455','Isabel','Isabel','','IS','state',1,0),(3456,'state_Makira_3456','Makira','Makira','','MK','state',1,0),(3457,'state_Malaita_3457','Malaita','Malaita','','ML','state',1,0),(3458,'state_Rennell_and_Bellona_3458','Rennell and Bellona','Rennell and Bellona','','RB','state',1,0),(3459,'state_Temotu_3459','Temotu','Temotu','','TM','state',1,0),(3461,'state_Awdal_3461','Awdal','Awdal','','AD','state',1,0),(3462,'state_Bakool_3462','Bakool','Bakool','','BK','state',1,0),(3463,'state_Banaadir_3463','Banaadir','Banaadir','','BN','state',1,0),(3464,'state_Bari_3464','Bari','Bari','','BR','state',1,0),(3465,'state_Bay_3465','Bay','Bay','','BY','state',1,0),(3466,'state_Gedo_3466','Gedo','Gedo','','GD','state',1,0),(3467,'state_Galguduud_3467','Galguduud','Galguduud','','GG','state',1,0),(3468,'state_Hiiraan_3468','Hiiraan','Hiiraan','','HR','state',1,0),(3469,'state_Jubbada_Dhexe_3469','Jubbada Dhexe','Jubbada Dhexe','','JD','state',1,0),(3470,'state_Jubbada_Hoose_3470','Jubbada Hoose','Jubbada Hoose','','JH','state',1,0),(3471,'state_Mudug_3471','Mudug','Mudug','','MD','state',1,0),(3472,'state_Nugaal_3472','Nugaal','Nugaal','','NG','state',1,0),(3473,'state_Shabeellaha_Dhexe_3473','Shabeellaha Dhexe','Shabeellaha Dhexe','','SD','state',1,0),(3474,'state_Sanaag_3474','Sanaag','Sanaag','','SG','state',1,0),(3475,'state_Shabeellaha_Hoose_3475','Shabeellaha Hoose','Shabeellaha Hoose','','SH','state',1,0),(3476,'state_Sool_3476','Sool','Sool','','SL','state',1,0),(3477,'state_Togdheer_3477','Togdheer','Togdheer','','TG','state',1,0),(3478,'state_Woqooyi_Galbeed_3478','Woqooyi Galbeed','Woqooyi Galbeed','','WG','state',1,0),(3479,'state_Eastern_Cape_3479','Eastern Cape','Eastern Cape','','EC','state',1,0),(3480,'state_Free_State_3480','Free State','Free State','','FS','state',1,0),(3481,'state_Gauteng_3481','Gauteng','Gauteng','','GT','state',1,0),(3482,'state_Limpopo_3482','Limpopo','Limpopo','','LP','state',1,0),(3483,'state_Mpumalanga_3483','Mpumalanga','Mpumalanga','','MP','state',1,0),(3484,'state_Northern_Cape_3484','Northern Cape','Northern Cape','','NC','state',1,0),(3485,'state_KwaZulu_Natal_3485','KwaZulu-Natal','KwaZulu-Natal','','NL','state',1,0),(3487,'state_Western_Cape_3487','Western Cape','Western Cape','','WC','state',1,0),(3499,'state_A_Coru__a_3499','A Coruña','A Coruña','','C','state',1,0),(3490,'state_Alicante_3490','Alicante','Alicante','','A','state',1,0),(3491,'state_Albacete_3491','Albacete','Albacete','','AB','state',1,0),(3492,'state_Almer__a_3492','Almería','Almería','','AL','state',1,0),(3548,'state___lava_3548','Álava','Álava','','VI','state',1,0),(3530,'state_Asturias_3530','Asturias','Asturias','','O','state',1,0),(3494,'state___vila_3494','Ávila','Ávila','','AV','state',1,0),(3496,'state_Badajoz_3496','Badajoz','Badajoz','','BA','state',1,0),(3533,'state_Baleares_3533','Islas Baleares','Islas Baleares','','PM','state',1,0),(3495,'state_Barcelona_3495','Barcelona','Barcelona','','B','state',1,0),(3498,'state_Burgos_3498','Burgos','Burgos','','BU','state',1,0),(3501,'state_C__ceres_3501','Cáceres','Cáceres','','CC','state',1,0),(3500,'state_C__diz_3500','Cádiz','Cádiz','','CA','state',1,0),(3536,'state_Cantabria_3536','Cantabria','Cantabria','','S','state',1,0),(3508,'state_Castell__n_3508','Castellón','Castellón','','CS','state',1,0),(3502,'state_Ceuta_3502','Ceuta','Ceuta','','CE','state',1,0),(3507,'state_Ciudad_Real_3507','Ciudad Real','Ciudad Real','','CR','state',1,0),(3506,'state_C__rdoba_3506','Córdoba','Córdoba','','CO','state',1,0),(3510,'state_Cuenca_3510','Cuenca','Cuenca','','CU','state',1,0),(3541,'state_Guip__zcoa_3541','Guipúzcoa','Guipúzcoa','','SS','state',1,0),(3514,'state_Girona_3514','Girona','Girona','','GI','state',1,0),(4504,'state_Granada_4504','Granada','Granada','','GR','state',1,0),(3516,'state_Guadalajara_3516','Guadalajara','Guadalajara','','GU','state',1,0),(3517,'state_Huelva_3517','Huelva','Huelva','','H','state',1,0),(3518,'state_Huesca_3518','Huesca','Huesca','','HU','state',1,0),(3520,'state_Ja__n_3520','Jaén','Jaén','','J','state',1,0),(3523,'state_La_Rioja_3523','La Rioja','La Rioja','','LO','state',1,0),(3513,'state_Las_Palmas_3513','Las Palmas','Las Palmas','','GC','state',1,0),(4505,'state_Le__n_4505','León','León','','LE','state',1,0),(3521,'state_Lleida_3521','Lleida','Lleida','','L','state',1,0),(3524,'state_Lugo_3524','Lugo','Lugo','','LU','state',1,0),(3525,'state_Madrid_3525','Madrid','Madrid','','M','state',1,0),(3526,'state_M__laga_3526','Málaga','Málaga','','MA','state',1,0),(3527,'state_Melilla_3527','Melilla','Melilla','','ML','state',1,0),(3528,'state_Murcia_3528','Murcia','Murcia','','MU','state',1,0),(3529,'state_Navarre_3529','Navarra','Navarra','','NA','state',1,0),(3531,'state_Ourense_3531','Ourense','Ourense','','OR','state',1,0),(3532,'state_Palencia_3532','Palencia','Palencia','','P','state',1,0),(3534,'state_Pontevedra_3534','Pontevedra','Pontevedra','','PO','state',1,0),(3537,'state_Salamanca_3537','Salamanca','Salamanca','','SA','state',1,0),(3539,'state_Segovia_3539','Segovia','Segovia','','SG','state',1,0),(3538,'state_Seville_3538','Sevilla','Sevilla','','SE','state',1,0),(3540,'state_Soria_3540','Soria','Soria','','SO','state',1,0),(3542,'state_Tarragona_3542','Tarragona','Tarragona','','T','state',1,0),(3544,'state_Santa_Cruz_De_Tenerife_3544','Santa Cruz de Tenerife','Santa Cruz de Tenerife','','TF','state',1,0),(3543,'state_Teruel_3543','Teruel','Teruel','','TE','state',1,0),(3545,'state_Toledo_3545','Toledo','Toledo','','TO','state',1,0),(3546,'state_Valencia_3546','Valencia','Valencia','','V','state',1,0),(3547,'state_Valladolid_3547','Valladolid','Valladolid','','VA','state',1,0),(3497,'state_Vizcaya_3497','Vizcaya','Vizcaya','','BI','state',1,0),(3550,'state_Zamora_3550','Zamora','Zamora','','ZA','state',1,0),(3549,'state_Zaragoza_3549','Zaragoza','Zaragoza','','Z','state',1,0),(3552,'state_North_Central_3552','North Central','North Central','','NC','state',1,0),(3553,'state_North_3553','North','North','','NO','state',1,0),(3555,'state_North_Western_3555','North Western','North Western','','NW','state',1,0),(3557,'state_Uva_3557','Uva','Uva','','UV','state',1,0),(3558,'state_Sabaragamuwa_3558','Sabaragamuwa','Sabaragamuwa','','SA','state',1,0),(3560,'state_______________________3560','أعالي النيل','أعالي النيل','','ANL','state',1,0),(3561,'state_________________________3561','البحر الأحمر','البحر الأحمر','','BAM','state',1,0),(3562,'state__________________3562','البحيرات','البحيرات','','BRT','state',1,0),(3563,'state___________________________3563','ولاية الجزيرة','ولاية الجزيرة','','JZR','state',1,0),(3564,'state________________3564','الخرطوم','الخرطوم','','KRT','state',1,0),(3565,'state________________3565','القضارف','القضارف','','QDR','state',1,0),(3566,'state______________3566','الوحدة','الوحدة','','WDH','state',1,0),(3567,'state_________________________3567','النيل الأبيض','النيل الأبيض','','ANB','state',1,0),(3568,'state_________________________3568','النيل الأزرق','النيل الأزرق','','ANZ','state',1,0),(3569,'state__________________3569','الشمالية','الشمالية','','ASH','state',1,0),(3570,'state___________________________________3570','الاستوائية الوسطى','الاستوائية الوسطى','','BJA','state',1,0),(3571,'state_____________________________3571','غرب الاستوائية','غرب الاستوائية','','GIS','state',1,0),(3572,'state____________________________3572','غرب بحر الغزال','غرب بحر الغزال','','GBG','state',1,0),(3573,'state_____________________3573','غرب دارفور','غرب دارفور','','GDA','state',1,0),(3574,'state_____________________3574','غرب كردفان','غرب كردفان','','GKU','state',1,0),(3575,'state_______________________3575','جنوب دارفور','جنوب دارفور','','JDA','state',1,0),(3576,'state_______________________3576','جنوب كردفان','جنوب كردفان','','JKU','state',1,0),(3577,'state______________3577','جونقلي','جونقلي','','JQL','state',1,0),(3578,'state__________3578','كسلا','كسلا','','KSL','state',1,0),(3579,'state______________________________3579','ولاية نهر النيل','ولاية نهر النيل','','NNL','state',1,0),(3580,'state______________________________3580','شمال بحر الغزال','شمال بحر الغزال','','SBG','state',1,0),(3581,'state_______________________3581','شمال دارفور','شمال دارفور','','SDA','state',1,0),(3582,'state_______________________3582','شمال كردفان','شمال كردفان','','SKU','state',1,0),(3583,'state_____________________________3583','شرق الاستوائية','شرق الاستوائية','','SIS','state',1,0),(3584,'state__________3584','سنار','سنار','','SNR','state',1,0),(3585,'state____________3585','واراب','واراب','','WRB','state',1,0),(3586,'state_Brokopondo_3586','Brokopondo','Brokopondo','','BR','state',1,0),(3587,'state_Commewijne_3587','Commewijne','Commewijne','','CM','state',1,0),(3588,'state_Coronie_3588','Coronie','Coronie','','CR','state',1,0),(3589,'state_Marowijne_3589','Marowijne','Marowijne','','MA','state',1,0),(3590,'state_Nickerie_3590','Nickerie','Nickerie','','NI','state',1,0),(3591,'state_Paramaribo_3591','Paramaribo','Paramaribo','','PM','state',1,0),(3592,'state_Para_3592','Para','Para','','PR','state',1,0),(3593,'state_Saramacca_3593','Saramacca','Saramacca','','SA','state',1,0),(3594,'state_Sipaliwini_3594','Sipaliwini','Sipaliwini','','SI','state',1,0),(3595,'state_Wanica_3595','Wanica','Wanica','','WA','state',1,0),(3596,'state_Hhohho_3596','Hhohho','Hhohho','','HH','state',1,0),(3597,'state_Lubombo_3597','Lubombo','Lubombo','','LU','state',1,0),(3598,'state_Manzini_3598','Manzini','Manzini','','MA','state',1,0),(3599,'state_Shiselweni_3599','Shiselweni','Shiselweni','','SH','state',1,0),(3600,'state_Stockholms_l__n_3600','Stockholms län','Stockholms län','','AB','state',1,0),(3601,'state_Uppsala_l__n_3601','Uppsala län','Uppsala län','','C','state',1,0),(3602,'state_S__dermanlands_l__n_3602','Södermanlands län','Södermanlands län','','D','state',1,0),(3603,'state___sterg__tlands_l__n_3603','Östergötlands län','Östergötlands län','','E','state',1,0),(3604,'state_J__nk__pings_l__n_3604','Jönköpings län','Jönköpings län','','F','state',1,0),(3605,'state_Kronobergs_l__n_3605','Kronobergs län','Kronobergs län','','G','state',1,0),(3606,'state_Kalmar_l__n_3606','Kalmar län','Kalmar län','','H','state',1,0),(3607,'state_Gotlands_l__n_3607','Gotlands län','Gotlands län','','I','state',1,0),(3608,'state_Blekinge_l__n_3608','Blekinge län','Blekinge län','','K','state',1,0),(3609,'state_Sk__ne_l__n_3609','Skåne län','Skåne län','','M','state',1,0),(3610,'state_Hallands_l__n_3610','Hallands län','Hallands län','','N','state',1,0),(3611,'state_V__stra_G__talands_l__n_3611','Västra Götalands län','Västra Götalands län','','O','state',1,0),(3612,'state_V__rmlands_l__n__3612','Värmlands län;','Värmlands län;','','S','state',1,0),(3613,'state___rebro_l__n_3613','Örebro län','Örebro län','','T','state',1,0),(3614,'state_V__stmanlands_l__n__3614','Västmanlands län;','Västmanlands län;','','U','state',1,0),(3615,'state_Dalarnas_l__n_3615','Dalarnas län','Dalarnas län','','W','state',1,0),(3616,'state_G__vleborgs_l__n_3616','Gävleborgs län','Gävleborgs län','','X','state',1,0),(3617,'state_V__sternorrlands_l__n_3617','Västernorrlands län','Västernorrlands län','','Y','state',1,0),(3618,'state_J__mtlands_l__n_3618','Jämtlands län','Jämtlands län','','Z','state',1,0),(3619,'state_V__sterbottens_l__n_3619','Västerbottens län','Västerbottens län','','AC','state',1,0),(3620,'state_Norrbottens_l__n_3620','Norrbottens län','Norrbottens län','','BD','state',1,0),(3621,'state_Z__rich_3621','Zürich','Zürich','','ZH','state',1,0),(3622,'state_Bern_3622','Bern','Bern','','BE','state',1,0),(3623,'state_Luzern_3623','Luzern','Luzern','','LU','state',1,0),(3624,'state_Uri_3624','Uri','Uri','','UR','state',1,0),(3625,'state_Schwyz_3625','Schwyz','Schwyz','','SZ','state',1,0),(3626,'state_Obwalden_3626','Obwalden','Obwalden','','OW','state',1,0),(3627,'state_Nidwalden_3627','Nidwalden','Nidwalden','','NW','state',1,0),(3628,'state_Glasrus_3628','Glarus','Glarus','','GL','state',1,0),(3629,'state_Zug_3629','Zug','Zug','','ZG','state',1,0),(3630,'state_Fribourg_3630','Fribourg','Fribourg','','FR','state',1,0),(3631,'state_Solothurn_3631','Solothurn','Solothurn','','SO','state',1,0),(3632,'state_Basel_Stadt_3632','Basel-Stadt','Basel-Stadt','','BS','state',1,0),(3633,'state_Basel_Landschaft_3633','Basel-Landschaft','Basel-Landschaft','','BL','state',1,0),(3634,'state_Schaffhausen_3634','Schaffhausen','Schaffhausen','','SH','state',1,0),(3635,'state_Appenzell_Ausserrhoden_3635','Appenzell Ausserrhoden','Appenzell Ausserrhoden','','AR','state',1,0),(3636,'state_Appenzell_Innerrhoden_3636','Appenzell Innerrhoden','Appenzell Innerrhoden','','AI','state',1,0),(3637,'state_Saint_Gallen_3637','St. Gallen','St. Gallen','','SG','state',1,0),(3638,'state_Graub__nden_3638','Graubünden','Graubünden','','GR','state',1,0),(3639,'state_Aargau_3639','Aargau','Aargau','','AG','state',1,0),(3640,'state_Thurgau_3640','Thurgau','Thurgau','','TG','state',1,0),(3641,'state_Ticino_3641','Ticino','Ticino','','TI','state',1,0),(3642,'state_Vaud_3642','Vaud','Vaud','','VD','state',1,0),(3643,'state_Valais_3643','Valais','Valais','','VS','state',1,0),(3644,'state_Nuech__tel_3644','Neuchâtel','Neuchâtel','','NE','state',1,0),(3645,'state_Gen__ve_3645','Genève','Genève','','GE','state',1,0),(3646,'state_Jura_3646','Jura','Jura','','JU','state',1,0),(3647,'state__________3647','دمشق','دمشق','','DI','state',1,0),(3648,'state__________3648','درعا','درعا','','DR','state',1,0),(3649,'state___________________3649','دير الزور','دير الزور','','DZ','state',1,0),(3650,'state______________3650','الحسكة','الحسكة','','HA','state',1,0),(3651,'state________3651','حمص','حمص','','HI','state',1,0),(3652,'state________3652','حلب','حلب','','HL','state',1,0),(3653,'state__________3653','حماه','حماه','','HM','state',1,0),(3654,'state__________3654','ادلب','ادلب','','ID','state',1,0),(3655,'state__________________3655','اللاذقية','اللاذقية','','LA','state',1,0),(3656,'state__________________3656','القنيطرة','القنيطرة','','QU','state',1,0),(3657,'state____________3657','الرقة','الرقة','','RA','state',1,0),(3658,'state_________________3658','ریف دمشق','ریف دمشق','','RD','state',1,0),(3659,'state__________________3659','السويداء','السويداء','','SU','state',1,0),(3660,'state____________3660','طرطوس','طرطوس','','TA','state',1,0),(3661,'state___________3661','彰化縣','Changhua County','','CHH','state',1,0),(3662,'state___________3662','嘉義市','Chiayi City','','CYC','state',1,0),(3663,'state___________3663','嘉義縣','Chiayi County','','CYH','state',1,0),(3664,'state___________3664','新竹縣','Hsinchu County','','HCH','state',1,0),(3665,'state___________3665','新竹市','Hsinchu City','','HCC','state',1,0),(3666,'state___________3666','花蓮縣','Hualien County','','HLH','state',1,0),(3667,'state___________3667','宜蘭縣','Yilan County','','YLH','state',1,0),(3668,'state___________3668','基隆市','Keelung City','','KLC','state',1,0),(3669,'state___________3669','高雄市','Kaohsiung City','','KHC','state',1,0),(3670,'state___________3670','金門縣','Jinmen County','','JMH','state',1,0),(3671,'state___________3671','苗栗縣','Miaoli County','','MLH','state',1,0),(3672,'state___________3672','南投縣','Nantou County','','NTH','state',1,0),(3673,'state___________3673','澎湖縣','Penghu County','','PHH','state',1,0),(3674,'state___________3674','屏東縣','Pingtung County','','PTH','state',1,0),(3675,'state___________3675','桃園縣','Taoyuan County','','TYH','state',1,0),(3676,'state___________3676','台南市','Tainan City','','TNC','state',1,0),(3677,'state___________3677','連江縣','Lianjiang County','','LJH','state',1,0),(3678,'state___________3678','台北市','Taipei City','','TPC','state',1,0),(3679,'state___________3679','新北市','New Taipei City','','NTC','state',1,0),(3680,'state___________3680','台東縣','Taitung County','','TTH','state',1,0),(3681,'state___________3681','台中市','Taichung City','','TCC','state',1,0),(3682,'state___________3682','雲林縣','Yunlin County','','YLH','state',1,0),(3684,'state_____________________________3684','کوهستان بدخشان','کوهستان بدخشان','','GB','state',1,0),(3685,'state____________3685','ختلان','ختلان','','KT','state',1,0),(3686,'state________3686','سغد','سغد','','SU','state',1,0),(3687,'state_Arusha_3687','Arusha','Arusha','','01','state',1,0),(3688,'state_Dar_es_Salaam_3688','Dar es Salaam','Dar es Salaam','','02','state',1,0),(3689,'state_Dodoma_3689','Dodoma','Dodoma','','03','state',1,0),(3690,'state_Iringa_3690','Iringa','Iringa','','04','state',1,0),(3691,'state_Kagera_3691','Kagera','Kagera','','05','state',1,0),(3692,'state_Pemba_Sever_3692','Pemba Sever','Pemba Sever','','06','state',1,0),(3693,'state_Zanzibar_Sever_3693','Zanzibar Sever','Zanzibar Sever','','07','state',1,0),(3694,'state_Kigoma_3694','Kigoma','Kigoma','','08','state',1,0),(3695,'state_Kilimanjaro_3695','Kilimanjaro','Kilimanjaro','','09','state',1,0),(3696,'state_Pemba_Jih_3696','Pemba Jih','Pemba Jih','','10','state',1,0),(3697,'state_Zanzibar_Jih_3697','Zanzibar Jih','Zanzibar Jih','','11','state',1,0),(3698,'state_Lindi_3698','Lindi','Lindi','','12','state',1,0),(3699,'state_Mara_3699','Mara','Mara','','13','state',1,0),(3700,'state_Mbeya_3700','Mbeya','Mbeya','','14','state',1,0),(3701,'state_Zanzibar_Z__pad_3701','Zanzibar Západ','Zanzibar Západ','','15','state',1,0),(3702,'state_Morogoro_3702','Morogoro','Morogoro','','16','state',1,0),(3703,'state_Mtwara_3703','Mtwara','Mtwara','','17','state',1,0),(3704,'state_Mwanza_3704','Mwanza','Mwanza','','18','state',1,0),(3705,'state_Pwani_3705','Pwani','Pwani','','19','state',1,0),(3706,'state_Rukwa_3706','Rukwa','Rukwa','','20','state',1,0),(3707,'state_Ruvuma_3707','Ruvuma','Ruvuma','','21','state',1,0),(3708,'state_Shinyanga_3708','Shinyanga','Shinyanga','','22','state',1,0),(3709,'state_Singida_3709','Singida','Singida','','23','state',1,0),(3710,'state_Tabora_3710','Tabora','Tabora','','24','state',1,0),(3711,'state_Tanga_3711','Tanga','Tanga','','25','state',1,0),(3712,'state_Manyara_3712','Manyara','Manyara','','26','state',1,0),(3713,'state_________________________________________3713','กรุงเทพมหานคร','กรุงเทพมหานคร','','TH-10','state',1,0),(3714,'state___________________________________3714','สมุทรปราการ','สมุทรปราการ','','TH-11','state',1,0),(3715,'state_______________________3715','นนทบุรี','นนทบุรี','','TH-12','state',1,0),(3716,'state__________________________3716','ปทุมธานี','ปทุมธานี','','TH-13','state',1,0),(3717,'state_______________________________________________3717','พระนครศรีอยุธยา','พระนครศรีอยุธยา','','TH-14','state',1,0),(3718,'state_______________________3718','อ่างทอง','อ่างทอง','','TH-15','state',1,0),(3719,'state____________________3719','ลพบุรี','ลพบุรี','','TH-16','state',1,0),(3720,'state_____________________________3720','สิงห์บุรี','สิงห์บุรี','','TH-17','state',1,0),(3721,'state____________________3721','ชัยนาท','ชัยนาท','','TH-18','state',1,0),(3722,'state_______________________3722','สระบุรี','สระบุรี','','TH-19','state',1,0),(3723,'state____________________3723','ชลบุรี','ชลบุรี','','TH-20','state',1,0),(3724,'state_________________3724','ระยอง','ระยอง','','TH-21','state',1,0),(3725,'state__________________________3725','จันทบุรี','จันทบุรี','','TH-22','state',1,0),(3726,'state______________3726','ตราด','ตราด','','TH-23','state',1,0),(3727,'state________________________________3727','ฉะเชิงเทรา','ฉะเชิงเทรา','','TH-24','state',1,0),(3728,'state________________________________3728','ปราจีนบุรี','ปราจีนบุรี','','TH-25','state',1,0),(3729,'state_______________________3729','นครนายก','นครนายก','','TH-26','state',1,0),(3730,'state_______________________3730','สระแก้ว','สระแก้ว','','TH-27','state',1,0),(3731,'state________________________________3731','นครราชสีมา','นครราชสีมา','','TH-30','state',1,0),(3732,'state_____________________________3732','บุรีรัมย์','บุรีรัมย์','','TH-31','state',1,0),(3733,'state__________________________3733','สุรินทร์','สุรินทร์','','TH-32','state',1,0),(3734,'state__________________________3734','ศรีสะเกษ','ศรีสะเกษ','','TH-33','state',1,0),(3735,'state___________________________________3735','อุบลราชธานี','อุบลราชธานี','','TH-34','state',1,0),(3736,'state_________________3736','ยโสธร','ยโสธร','','TH-35','state',1,0),(3737,'state_______________________3737','ชัยภูมิ','ชัยภูมิ','','TH-36','state',1,0),(3738,'state________________________________3738','อำนาจเจริญ','อำนาจเจริญ','','TH-37','state',1,0),(3739,'state___________________________________3739','หนองบัวลำภู','หนองบัวลำภู','','TH-39','state',1,0),(3740,'state_______________________3740','ขอนแก่น','ขอนแก่น','','TH-40','state',1,0),(3741,'state__________________________3741','อุดรธานี','อุดรธานี','','TH-41','state',1,0),(3742,'state___________3742','เลย','เลย','','TH-42','state',1,0),(3743,'state_______________________3743','หนองคาย','หนองคาย','','TH-43','state',1,0),(3744,'state_____________________________3744','มหาสารคาม','มหาสารคาม','','TH-44','state',1,0),(3745,'state__________________________3745','ร้อยเอ็ด','ร้อยเอ็ด','','TH-45','state',1,0),(3746,'state_____________________________3746','กาฬสินธุ์','กาฬสินธุ์','','TH-46','state',1,0),(3747,'state____________________3747','สกลนคร','สกลนคร','','TH-47','state',1,0),(3748,'state____________________3748','นครพนม','นครพนม','','TH-48','state',1,0),(3749,'state__________________________3749','มุกดาหาร','มุกดาหาร','','TH-49','state',1,0),(3750,'state_____________________________3750','เชียงใหม่','เชียงใหม่','','TH-50','state',1,0),(3751,'state_________________3751','ลำพูน','ลำพูน','','TH-51','state',1,0),(3752,'state_________________3752','ลำปาง','ลำปาง','','TH-52','state',1,0),(3753,'state_____________________________3753','อุตรดิตถ์','อุตรดิตถ์','','TH-53','state',1,0),(3754,'state______________3754','น่าน','น่าน','','TH-55','state',1,0),(3755,'state_________________3755','พะเยา','พะเยา','','TH-56','state',1,0),(3756,'state__________________________3756','เชียงราย','เชียงราย','','TH-57','state',1,0),(3757,'state________________________________3757','แม่ฮ่องสอน','แม่ฮ่องสอน','','TH-58','state',1,0),(3758,'state_____________________________3758','นครสวรรค์','นครสวรรค์','','TH-60','state',1,0),(3759,'state_____________________________3759','อุทัยธานี','อุทัยธานี','','TH-61','state',1,0),(3760,'state_____________________________3760','กำแพงเพชร','กำแพงเพชร','','TH-62','state',1,0),(3761,'state___________3761','ตาก','ตาก','','TH-63','state',1,0),(3762,'state_______________________3762','สุโขทัย','สุโขทัย','','TH-64','state',1,0),(3763,'state_________________3763','ชุมพร','ชุมพร','','TH-66','state',1,0),(3764,'state____________________3764','พิจิตร','พิจิตร','','TH-67','state',1,0),(3765,'state_______________________3765','ราชบุรี','ราชบุรี','','TH-70','state',1,0),(3766,'state_____________________________3766','กาญจนบุรี','กาญจนบุรี','','TH-71','state',1,0),(3767,'state________________________________3767','สุพรรณบุรี','สุพรรณบุรี','','TH-72','state',1,0),(3768,'state____________________3768','นครปฐม','นครปฐม','','TH-73','state',1,0),(3769,'state_____________________________3769','สมุทรสาคร','สมุทรสาคร','','TH-74','state',1,0),(3770,'state___________________________________3770','สมุทรสงคราม','สมุทรสงคราม','','TH-75','state',1,0),(3771,'state__________________________3771','เพชรบุรี','เพชรบุรี','','TH-76','state',1,0),(3772,'state_______________________________________________3772','ประจวบคีรีขันธ์','ประจวบคีรีขันธ์','','TH-77','state',1,0),(3773,'state_________________________________________3773','นครศรีธรรมราช','นครศรีธรรมราช','','TH-80','state',1,0),(3774,'state____________________3774','กระบี่','กระบี่','','TH-81','state',1,0),(3775,'state_________________3775','พังงา','พังงา','','TH-82','state',1,0),(3776,'state____________________3776','ภูเก็ต','ภูเก็ต','','TH-83','state',1,0),(3777,'state______________________________________3777','สุราษฎร์ธานี','สุราษฎร์ธานี','','TH-84','state',1,0),(3778,'state_________________3778','ระนอง','ระนอง','','TH-85','state',1,0),(3779,'state_________________3779','ชุมพร','ชุมพร','','TH-86','state',1,0),(3780,'state_________________3780','สงขลา','สงขลา','','TH-90','state',1,0),(3781,'state______________3781','สตูล','สตูล','','TH-91','state',1,0),(3782,'state______________3782','ตรัง','ตรัง','','TH-92','state',1,0),(3783,'state____________________3783','พัทลุง','พัทลุง','','TH-93','state',1,0),(3784,'state_______________________3784','ปัตตานี','ปัตตานี','','TH-94','state',1,0),(3785,'state______________3785','ยะลา','ยะลา','','TH-95','state',1,0),(3786,'state__________________________3786','นราธิวาส','นราธิวาส','','TH-96','state',1,0),(3787,'state_Centrale_3787','Centrale','Centrale','','C','state',1,0),(3788,'state_Kara_3788','Kara','Kara','','K','state',1,0),(3789,'state_Maritime_3789','Maritime','Maritime','','M','state',1,0),(3790,'state_Plateaux_3790','Plateaux','Plateaux','','P','state',1,0),(3791,'state_Savanes_3791','Savanes','Savanes','','S','state',1,0),(3792,'state_Atafu_3792','Atafu','Atafu','','A','state',1,0),(3793,'state_Fakaofo_3793','Fakaofo','Fakaofo','','F','state',1,0),(3794,'state_Nukunonu_3794','Nukunonu','Nukunonu','','N','state',1,0),(3795,'state_Ha_apai_3795','Ha\'apai','Ha\'apai','','H','state',1,0),(3796,'state_Tongatapu_3796','Tongatapu','Tongatapu','','T','state',1,0),(3797,'state_Vava_u_3797','Vava\'u','Vava\'u','','V','state',1,0),(3798,'state_Arima_3798','Arima','Arima','','ARI','state',1,0),(3799,'state_Chaguanas_3799','Chaguanas','Chaguanas','','CHA','state',1,0),(3800,'state_Couva_Tabaquite_Talparo_3800','Couva-Tabaquite-Talparo','Couva-Tabaquite-Talparo','','CTT','state',1,0),(3801,'state_Diego_Martin_3801','Diego Martin','Diego Martin','','DMN','state',1,0),(3802,'state_Eastern_Tobago_3802','Eastern Tobago','Eastern Tobago','','ETO','state',1,0),(3803,'state_Rio_Claro_Mayaro_3803','Rio Claro-Mayaro','Rio Claro-Mayaro','','RCM','state',1,0),(3804,'state_Penal_Debe_3804','Penal-Debe','Penal-Debe','','PED','state',1,0),(3805,'state_Point_Fortin_3805','Point Fortin','Point Fortin','','PTF','state',1,0),(3806,'state_Port_of_Spain_3806','Port of Spain','Port of Spain','','POS','state',1,0),(3807,'state_Princes_Town_3807','Princes Town','Princes Town','','PRT','state',1,0),(3808,'state_San_Fernando_3808','San Fernando','San Fernando','','SFO','state',1,0),(3809,'state_Sangre_Grande_3809','Sangre Grande','Sangre Grande','','SGE','state',1,0),(3810,'state_San_Juan_Laventille_3810','San Juan-Laventille','San Juan-Laventille','','SJL','state',1,0),(3811,'state_Siparia_3811','Siparia','Siparia','','SIP','state',1,0),(3812,'state_Tunapuna_Piarco_3812','Tunapuna-Piarco','Tunapuna-Piarco','','TUP','state',1,0),(3813,'state_Western_Tobago_3813','Western Tobago','Western Tobago','','WTO','state',1,0),(3814,'state_____________________3814','ولاية تونس','ولاية تونس','','11','state',1,0),(3815,'state_________________________3815','ولاية أريانة','ولاية أريانة','','12','state',1,0),(3816,'state__________________________3816','ولاية بن عروس','ولاية بن عروس','','13','state',1,0),(3817,'state_______________________3817','ولاية منوبة','ولاية منوبة','','14','state',1,0),(3818,'state_____________________3818','ولاية نابل','ولاية نابل','','21','state',1,0),(3819,'state_______________________3819','ولاية زغوان','ولاية زغوان','','22','state',1,0),(3820,'state_______________________3820','ولاية بنزرت','ولاية بنزرت','','23','state',1,0),(3821,'state_____________________3821','ولاية باجة','ولاية باجة','','31','state',1,0),(3822,'state_________________________3822','ولاية جندوبة','ولاية جندوبة','','32','state',1,0),(3823,'state_______________________3823','ولاية الكاف','ولاية الكاف','','33','state',1,0),(3824,'state_________________________3824','ولاية سليانة','ولاية سليانة','','34','state',1,0),(3825,'state_____________________________3825','ولاية القيروان','ولاية القيروان','','41','state',1,0),(3826,'state___________________________3826','ولاية القصرين','ولاية القصرين','','42','state',1,0),(3827,'state________________________________3827','ولاية سيدي بوزيد','ولاية سيدي بوزيد','','43','state',1,0),(3828,'state_____________________3828','ولاية سوسة','ولاية سوسة','','51','state',1,0),(3829,'state_____________________________3829','ولاية المنستير','ولاية المنستير','','52','state',1,0),(3830,'state___________________________3830','ولاية المهدية','ولاية المهدية','','53','state',1,0),(3831,'state_______________________3831','ولاية صفاقس','ولاية صفاقس','','61','state',1,0),(3832,'state_____________________3832','ولاية قفصة','ولاية قفصة','','71','state',1,0),(3833,'state_____________________3833','ولاية توزر','ولاية توزر','','72','state',1,0),(3834,'state_____________________3834','ولاية قبلي','ولاية قبلي','','73','state',1,0),(3835,'state_____________________3835','ولاية قابس','ولاية قابس','','81','state',1,0),(3836,'state_______________________3836','ولاية مدنين','ولاية مدنين','','82','state',1,0),(3837,'state_________________________3837','ولاية تطاوين','ولاية تطاوين','','83','state',1,0),(3838,'state_Adana_3838','Adana','Adana','','01','state',1,0),(3839,'state_Ad__yaman_3839','Adıyaman','Adıyaman','','02','state',1,0),(3840,'state_Afyonkarahisar_3840','Afyonkarahisar','Afyonkarahisar','','03','state',1,0),(3841,'state_A__r___3841','Ağrı','Ağrı','','04','state',1,0),(3842,'state_Amasya_3842','Amasya','Amasya','','05','state',1,0),(3843,'state_Ankara_3843','Ankara','Ankara','','06','state',1,0),(3844,'state_Antalya_3844','Antalya','Antalya','','07','state',1,0),(3845,'state_Artvin_3845','Artvin','Artvin','','08','state',1,0),(3846,'state_Ayd__n_3846','Aydın','Aydın','','09','state',1,0),(3847,'state_Bal__kesir_3847','Balıkesir','Balıkesir','','10','state',1,0),(3848,'state_Bilecik_3848','Bilecik','Bilecik','','11','state',1,0),(3849,'state_Bing__l_3849','Bingöl','Bingöl','','12','state',1,0),(3850,'state_Bitlis_3850','Bitlis','Bitlis','','13','state',1,0),(3851,'state_Bolu_3851','Bolu','Bolu','','14','state',1,0),(3852,'state_Burdur_3852','Burdur','Burdur','','15','state',1,0),(3853,'state_Bursa_3853','Bursa','Bursa','','16','state',1,0),(3854,'state___anakkale_3854','Çanakkale','Çanakkale','','17','state',1,0),(3855,'state___ank__r___3855','Çankırı','Çankırı','','18','state',1,0),(3856,'state___orum_3856','Çorum','Çorum','','19','state',1,0),(3857,'state_Denizli_3857','Denizli','Denizli','','20','state',1,0),(3858,'state_Diyarbak__r_3858','Diyarbakır','Diyarbakır','','21','state',1,0),(3859,'state_Edirne_3859','Edirne','Edirne','','22','state',1,0),(3860,'state_Elaz_____3860','Elazığ','Elazığ','','23','state',1,0),(3861,'state_Erzincan_3861','Erzincan','Erzincan','','24','state',1,0),(3862,'state_Erzurum_3862','Erzurum','Erzurum','','25','state',1,0),(3863,'state_Eski__ehir_3863','Eskişehir','Eskişehir','','26','state',1,0),(3864,'state_Gaziantep_3864','Gaziantep','Gaziantep','','27','state',1,0),(3865,'state_Giresun_3865','Giresun','Giresun','','28','state',1,0),(3866,'state_G__m____hane_3866','Gümüşhane','Gümüşhane','','29','state',1,0),(3867,'state_Hakkari_3867','Hakkari','Hakkari','','30','state',1,0),(3868,'state_Hatay_3868','Hatay','Hatay','','31','state',1,0),(3869,'state_Isparta_3869','Isparta','Isparta','','32','state',1,0),(3870,'state_Mersin_3870','Mersin','Mersin','','33','state',1,0),(3871,'state___stanbul_3871','İstanbul','İstanbul','','34','state',1,0),(3872,'state___zmir_3872','İzmir','İzmir','','35','state',1,0),(3873,'state_Kars_3873','Kars','Kars','','36','state',1,0),(3874,'state_Kastamonu_3874','Kastamonu','Kastamonu','','37','state',1,0),(3875,'state_Kayseri_3875','Kayseri','Kayseri','','38','state',1,0),(3876,'state_K__rklareli_3876','Kırklareli','Kırklareli','','39','state',1,0),(3877,'state_K__r__ehir_3877','Kırşehir','Kırşehir','','40','state',1,0),(3878,'state_Kocaeli_3878','Kocaeli','Kocaeli','','41','state',1,0),(3879,'state_Konya_3879','Konya','Konya','','42','state',1,0),(3880,'state_K__tahya_3880','Kütahya','Kütahya','','43','state',1,0),(3881,'state_Malatya_3881','Malatya','Malatya','','44','state',1,0),(3882,'state_Manisa_3882','Manisa','Manisa','','45','state',1,0),(3883,'state_Kahramanmara___3883','Kahramanmaraş','Kahramanmaraş','','46','state',1,0),(3884,'state_Mardin_3884','Mardin','Mardin','','47','state',1,0),(3885,'state_Mu__la_3885','Muğla','Muğla','','48','state',1,0),(3886,'state_Mu___3886','Muş','Muş','','49','state',1,0),(3887,'state_Nev__ehir_3887','Nevşehir','Nevşehir','','50','state',1,0),(3888,'state_Ni__de_3888','Niğde','Niğde','','51','state',1,0),(3889,'state_Ordu_3889','Ordu','Ordu','','52','state',1,0),(3890,'state_Rize_3890','Rize','Rize','','53','state',1,0),(3891,'state_Sakarya_3891','Sakarya','Sakarya','','54','state',1,0),(3892,'state_Samsun_3892','Samsun','Samsun','','55','state',1,0),(3893,'state_Siirt_3893','Siirt','Siirt','','56','state',1,0),(3894,'state_Sinop_3894','Sinop','Sinop','','57','state',1,0),(3895,'state_Sivas_3895','Sivas','Sivas','','58','state',1,0),(3896,'state_Tekirda___3896','Tekirdağ','Tekirdağ','','59','state',1,0),(3897,'state_Tokat_3897','Tokat','Tokat','','60','state',1,0),(3898,'state_Trabzon_3898','Trabzon','Trabzon','','61','state',1,0),(3899,'state_Tunceli_3899','Tunceli','Tunceli','','62','state',1,0),(3900,'state___anl__urfa_3900','Şanlıurfa','Şanlıurfa','','63','state',1,0),(3901,'state_U__ak_3901','Uşak','Uşak','','64','state',1,0),(3902,'state_Van_3902','Van','Van','','65','state',1,0),(3903,'state_Yozgat_3903','Yozgat','Yozgat','','66','state',1,0),(3904,'state_Zonguldak_3904','Zonguldak','Zonguldak','','67','state',1,0),(3905,'state_Aksaray_3905','Aksaray','Aksaray','','68','state',1,0),(3906,'state_Bayburt_3906','Bayburt','Bayburt','','69','state',1,0),(3907,'state_Karaman_3907','Karaman','Karaman','','70','state',1,0),(3908,'state_K__r__kkale_3908','Kırıkkale','Kırıkkale','','71','state',1,0),(3909,'state_Batman_3909','Batman','Batman','','72','state',1,0),(3910,'state_____rnak_3910','Şırnak','Şırnak','','73','state',1,0),(3911,'state_Bart__n_3911','Bartın','Bartın','','74','state',1,0),(3912,'state_Ardahan_3912','Ardahan','Ardahan','','75','state',1,0),(3913,'state_I__d__r_3913','Iğdır','Iğdır','','76','state',1,0),(3914,'state_Yalova_3914','Yalova','Yalova','','77','state',1,0),(3915,'state_Karab__k_3915','Karabük','Karabük','','78','state',1,0),(3916,'state_Kilis_3916','Kilis','Kilis','','79','state',1,0),(3917,'state_Osmaniye_3917','Osmaniye','Osmaniye','','80','state',1,0),(3918,'state_D__zce_3918','Düzce','Düzce','','81','state',1,0),(3919,'state_Ahal_wela__aty_3919','Ahal welaýaty','Ahal welaýaty','','A','state',1,0),(3920,'state_Balkan_wela__aty_3920','Balkan welaýaty','Balkan welaýaty','','B','state',1,0),(3921,'state_Da__oguz_wela__aty_3921','Daşoguz welaýaty','Daşoguz welaýaty','','D','state',1,0),(3922,'state_Lebap_wela__aty_3922','Lebap welaýaty','Lebap welaýaty','','L','state',1,0),(3923,'state_Mary_wela__aty_3923','Mary welaýaty','Mary welaýaty','','M','state',1,0),(3924,'state_Ambergris_Cays_3924','Ambergris Cays','Ambergris Cays','','AC','state',1,0),(3925,'state_Dellis_Cay_3925','Dellis Cay','Dellis Cay','','DC','state',1,0),(3926,'state_French_Cay_3926','French Cay','French Cay','','FC','state',1,0),(3927,'state_Little_Water_Cay_3927','Little Water Cay','Little Water Cay','','LW','state',1,0),(3928,'state_Parrot_Cay_3928','Parrot Cay','Parrot Cay','','RC','state',1,0),(3929,'state_Pine_Cay_3929','Pine Cay','Pine Cay','','PN','state',1,0),(3930,'state_Salt_Cay_3930','Salt Cay','Salt Cay','','SL','state',1,0),(3931,'state_Grand_Turk_3931','Grand Turk','Grand Turk','','GT','state',1,0),(3932,'state_South_Caicos_3932','South Caicos','South Caicos','','SC','state',1,0),(3933,'state_East_Caicos_3933','East Caicos','East Caicos','','EC','state',1,0),(3934,'state_Middle_Caicos_3934','Middle Caicos','Middle Caicos','','MC','state',1,0),(3935,'state_North_Caicos_3935','North Caicos','North Caicos','','NC','state',1,0),(3936,'state_Providenciales_3936','Providenciales','Providenciales','','PR','state',1,0),(3937,'state_West_Caicos_3937','West Caicos','West Caicos','','WC','state',1,0),(3938,'state_Funafuti_3938','Funafuti','Funafuti','','FUN','state',1,0),(3939,'state_Nanumea_3939','Nanumea','Nanumea','','NMA','state',1,0),(3940,'state_Nanumanga_3940','Nanumanga','Nanumanga','','NMG','state',1,0),(3941,'state_Niutao_3941','Niutao','Niutao','','NIT','state',1,0),(3942,'state_Nui_3942','Nui','Nui','','NIU','state',1,0),(3943,'state_Nukufetau_3943','Nukufetau','Nukufetau','','NKF','state',1,0),(3944,'state_Nukulaelae_3944','Nukulaelae','Nukulaelae','','NKL','state',1,0),(3945,'state_Vaitupu_3945','Vaitupu','Vaitupu','','VAI','state',1,0),(3946,'state_Kalangala_3946','Kalangala','Kalangala','','101','state',1,0),(3947,'state_Kampala_3947','Kampala','Kampala','','102','state',1,0),(3948,'state_Kiboga_3948','Kiboga','Kiboga','','103','state',1,0),(3949,'state_Luwero_3949','Luwero','Luwero','','104','state',1,0),(3950,'state_Masaka_3950','Masaka','Masaka','','105','state',1,0),(3951,'state_Mpigi_3951','Mpigi','Mpigi','','106','state',1,0),(3952,'state_Mubende_3952','Mubende','Mubende','','107','state',1,0),(3953,'state_Mukono_3953','Mukono','Mukono','','108','state',1,0),(3954,'state_Nakasongola_3954','Nakasongola','Nakasongola','','109','state',1,0),(3955,'state_Rakai_3955','Rakai','Rakai','','110','state',1,0),(3956,'state_Sembabule_3956','Sembabule','Sembabule','','111','state',1,0),(3957,'state_Kayunga_3957','Kayunga','Kayunga','','112','state',1,0),(3958,'state_Wakiso_3958','Wakiso','Wakiso','','113','state',1,0),(3959,'state_Bugiri_3959','Bugiri','Bugiri','','201','state',1,0),(3960,'state_Busia_3960','Busia','Busia','','202','state',1,0),(3961,'state_Iganga_3961','Iganga','Iganga','','203','state',1,0),(3962,'state_Jinja_3962','Jinja','Jinja','','204','state',1,0),(3963,'state_Kamuli_3963','Kamuli','Kamuli','','205','state',1,0),(3964,'state_Kapchorwa_3964','Kapchorwa','Kapchorwa','','206','state',1,0),(3965,'state_Katakwi_3965','Katakwi','Katakwi','','207','state',1,0),(3966,'state_Kumi_3966','Kumi','Kumi','','208','state',1,0),(3967,'state_Mbale_3967','Mbale','Mbale','','209','state',1,0),(3968,'state_Pallisa_3968','Pallisa','Pallisa','','210','state',1,0),(3969,'state_Soroti_3969','Soroti','Soroti','','211','state',1,0),(3970,'state_Tororo_3970','Tororo','Tororo','','212','state',1,0),(3971,'state_Kaberamaido_3971','Kaberamaido','Kaberamaido','','213','state',1,0),(3972,'state_Mayuge_3972','Mayuge','Mayuge','','214','state',1,0),(3973,'state_Sironko_3973','Sironko','Sironko','','215','state',1,0),(3974,'state_Adjumani_3974','Adjumani','Adjumani','','301','state',1,0),(3975,'state_Apac_3975','Apac','Apac','','302','state',1,0),(3976,'state_Arua_3976','Arua','Arua','','303','state',1,0),(3977,'state_Gulu_3977','Gulu','Gulu','','304','state',1,0),(3978,'state_Kitgum_3978','Kitgum','Kitgum','','305','state',1,0),(3979,'state_Kotido_3979','Kotido','Kotido','','306','state',1,0),(3980,'state_Lira_3980','Lira','Lira','','307','state',1,0),(3981,'state_Moroto_3981','Moroto','Moroto','','308','state',1,0),(3982,'state_Moyo_3982','Moyo','Moyo','','309','state',1,0),(3983,'state_Nebbi_3983','Nebbi','Nebbi','','310','state',1,0),(3984,'state_Nakapiripirit_3984','Nakapiripirit','Nakapiripirit','','311','state',1,0),(3985,'state_Pader_3985','Pader','Pader','','312','state',1,0),(3986,'state_Yumbe_3986','Yumbe','Yumbe','','313','state',1,0),(3987,'state_Bundibugyo_3987','Bundibugyo','Bundibugyo','','401','state',1,0),(3988,'state_Bushenyi_3988','Bushenyi','Bushenyi','','402','state',1,0),(3989,'state_Hoima_3989','Hoima','Hoima','','403','state',1,0),(3990,'state_Kabale_3990','Kabale','Kabale','','404','state',1,0),(3991,'state_Kabarole_3991','Kabarole','Kabarole','','405','state',1,0),(3992,'state_Kasese_3992','Kasese','Kasese','','406','state',1,0),(3993,'state_Kibale_3993','Kibale','Kibale','','407','state',1,0),(3994,'state_Kisoro_3994','Kisoro','Kisoro','','408','state',1,0),(3995,'state_Masindi_3995','Masindi','Masindi','','409','state',1,0),(3996,'state_Mbarara_3996','Mbarara','Mbarara','','410','state',1,0),(3997,'state_Ntungamo_3997','Ntungamo','Ntungamo','','411','state',1,0),(3998,'state_Rukungiri_3998','Rukungiri','Rukungiri','','412','state',1,0),(3999,'state_Kamwenge_3999','Kamwenge','Kamwenge','','413','state',1,0),(4000,'state_Kanungu_4000','Kanungu','Kanungu','','414','state',1,0),(4001,'state_Kyenjojo_4001','Kyenjojo','Kyenjojo','','415','state',1,0),(4002,'state___________________________________4002','Вінницька область','Вінницька область','','05','state',1,0),(4003,'state___________________________________4003','Волинська область','Волинська область','','07','state',1,0),(4004,'state___________________________________4004','Луганська область','Луганська область','','09','state',1,0),(4005,'state_________________________________________________4005','Дніпропетровська область','Дніпропетровська область','','12','state',1,0),(4006,'state_________________________________4006','Донецька область','Донецька область','','14','state',1,0),(4007,'state_______________________________________4007','Житомирська область','Житомирська область','','18','state',1,0),(4008,'state_____________________________________4008','Рівненська область','Рівненська область','','19','state',1,0),(4009,'state_________________________________________4009','Закарпатська область','Закарпатська область','','21','state',1,0),(4010,'state_____________________________________4010','Запорізька область','Запорізька область','','23','state',1,0),(4011,'state__________________________________________________4011','Івано-Франківська область','Івано-Франківська область','','26','state',1,0),(4012,'state__________4012','Київ','Київ','','30','state',1,0),(4013,'state_________________________________4013','Київська область','Київська область','','32','state',1,0),(4014,'state_____________________________________________4014','Кіровоградська область','Кіровоградська область','','35','state',1,0),(4015,'state________________________4015','Севастополь','Севастополь','','40','state',1,0),(4016,'state____________________________________________________4016','Автономная Республика Крым','Автономная Республика Крым','','43','state',1,0),(4017,'state___________________________________4017','Львівська область','Львівська область','','46','state',1,0),(4018,'state_________________________________________4018','Миколаївська область','Миколаївська область','','48','state',1,0),(4019,'state_______________________________4019','Одеська область','Одеська область','','51','state',1,0),(4020,'state_____________________________________4020','Полтавська область','Полтавська область','','53','state',1,0),(4021,'state_______________________________4021','Сумська область','Сумська область','','59','state',1,0),(4022,'state___________________________________________4022','Тернопільська область','Тернопільська область','','61','state',1,0),(4023,'state_____________________________________4023','Харківська область','Харківська область','','63','state',1,0),(4024,'state_____________________________________4024','Херсонська область','Херсонська область','','65','state',1,0),(4025,'state_______________________________________4025','Хмельницька область','Хмельницька область','','68','state',1,0),(4026,'state___________________________________4026','Черкаська область','Черкаська область','','71','state',1,0),(4027,'state_________________________________________4027','Чернігівська область','Чернігівська область','','74','state',1,0),(4028,'state_______________________________________4028','Чернівецька область','Чернівецька область','','77','state',1,0),(4031,'state_Argyll_and_Bute_4031','Argyll and Bute','Argyll and Bute','','AGB','state',1,0),(4037,'state_Bath_and_North_East_Somerset_4037','Bath and North East Somerset','Bath and North East Somerset','','BAS','state',1,0),(4039,'state_Bedfordshire_4039','Bedfordshire','Bedfordshire','','BDF','state',1,0),(4040,'state_Berkshire_4040','Berkshire','Berkshire','','BRK','state',1,0),(4045,'state_Blaenau_Gwent_4045','Blaenau Gwent','Blaenau Gwent','','BGW','state',1,0),(4055,'state_Borders_4055','Borders','Borders','','BOR','state',1,0),(4060,'state_Bristol_4060','Bristol','Bristol','','BST','state',1,0),(4061,'state_Buckinghamshire_4061','Buckinghamshire','Buckinghamshire','','BKM','state',1,0),(4062,'state_Cambridgeshire_4062','Cambridgeshire','Cambridgeshire','','CAM','state',1,0),(4074,'state_Carmarthenshire_4074','Carmarthenshire','Carmarthenshire','','CMN','state',1,0),(4064,'state_Ceredigion_4064','Ceredigion','Ceredigion','','CGN','state',1,0),(4066,'state_Cheshire_4066','Cheshire','Cheshire','','CHS','state',1,0),(4080,'state_Conwy_4080','Conwy','Conwy','','CWY','state',1,0),(4075,'state_Cornwall_4075','Cornwall','Cornwall','','CON','state',1,0),(4034,'state_Antrim_4034','County Antrim','County Antrim','','ANT','state',1,0),(4091,'state_Down_4091','County Down','County Down','','DOW','state',1,0),(4094,'state_Durham_4094','County Durham','County Durham','','DUR','state',1,0),(4107,'state_Fermanagh_4107','County Fermanagh','County Fermanagh','','FER','state',1,0),(4063,'state_Londonderry_4063','County Londonderry','County Londonderry','','LDY','state',1,0),(4065,'state_Tyrone_4065','County Tyrone','County Tyrone','','TYR','state',1,0),(4072,'state_Cumbria_4072','Cumbria','Cumbria','','CMA','state',1,0),(4083,'state_Denbighshire_4083','Denbighshire','Denbighshire','','DEN','state',1,0),(4082,'state_Derbyshire_4082','Derbyshire','Derbyshire','','DBY','state',1,0),(4085,'state_Devon_4085','Devon','Devon','','DEV','state',1,0),(4090,'state_Dorset_4090','Dorset','Dorset','','DOR','state',1,0),(4067,'state_Dumbarton_4065','Dumbarton and Clydebank','Dumbarton and Clydebank','','DNB','state',1,0),(4087,'state_Dumfries_and_Galloway_4087','Dumfries and Galloway','Dumfries and Galloway','','DGY','state',1,0),(4093,'state_Dyfed_4093','Dyfed','Dyfed','','DFD','state',1,0),(4096,'state_East_Ayrshire_4096','East Ayrshire','East Ayrshire','','EAY','state',1,0),(4098,'state_East_Dunbartonshire_4098','East Dunbartonshire','East Dunbartonshire','','EDU','state',1,0),(4102,'state_East_Renfrewshire_4102','East Renfrewshire','East Renfrewshire','','ERW','state',1,0),(4103,'state_East_Riding_of_Yorkshire_4103','East Riding of Yorkshire','East Riding of Yorkshire','','ERY','state',1,0),(4105,'state_East_Sussex_4105','East Sussex','East Sussex','','ESX','state',1,0),(4097,'state_Edinburgh_4097','Edinburgh','Edinburgh','','EDH','state',1,0),(4104,'state_Essex_4104','Essex','Essex','','ESS','state',1,0),(4108,'state_Fife_4108','Fife','Fife','','FIF','state',1,0),(4109,'state_Flintshire_4109','Flintshire','Flintshire','','FLN','state',1,0),(4068,'state_Glamorgan_4068','Glamorgan','Glamorgan','','GLA','state',1,0),(4111,'state_Glasgow_4111','Glasgow','Glasgow','','GLG','state',1,0),(4112,'state_Gloucestershire_4112','Gloucestershire','Gloucestershire','','GLS','state',1,0),(4110,'state_Grampian_4110','Grampian','Grampian','','GMP','state',1,0),(4113,'state_Greater_Manchester_4113','Greater Manchester','Greater Manchester','','GTM','state',1,0),(4114,'state_Gwent_4114','Gwent','Gwent','','GNT','state',1,0),(4115,'state_Gwynedd_4115','Gwynedd','Gwynedd','','GWN','state',1,0),(4117,'state_Hampshire_4117','Hampshire','Hampshire','','HAM','state',1,0),(4120,'state_Herefordshire_4120','Herefordshire','Herefordshire','','HEF','state',1,0),(4126,'state_Hertfordshire_4126','Hertfordshire','Hertfordshire','','HRT','state',1,0),(4132,'state_Inverclyde_4132','Inverclyde','Inverclyde','','IVC','state',1,0),(4130,'state_Isle_of_Wight_4130','Isle of Wight','Isle of Wight','','IOW','state',1,0),(4135,'state_Kent_4135','Kent','Kent','','KEN','state',1,0),(4140,'state_Lancashire_4140','Lancashire','Lancashire','','LAN','state',1,0),(4144,'state_Leicestershire_4144','Leicestershire','Leicestershire','','LEC','state',1,0),(4146,'state_Lincolnshire_4146','Lincolnshire','Lincolnshire','','LIN','state',1,0),(4149,'state_London_4149','London','London','','LND','state',1,0),(4153,'state_Manchester_4153','Manchester','Manchester','','MAN','state',1,0),(4069,'state_Middlesex_4069','Middlesex','Middlesex','','MDX','state',1,0),(4070,'state_Merseyside_4070','Merseyside','Merseyside','','MSY','state',1,0),(4169,'state_Norfolk_4169','Norfolk','Norfolk','','NFK','state',1,0),(4164,'state_North_Ayrshire_4164','North Ayrshire','North Ayrshire','','NAY','state',1,0),(4171,'state_North_Lanarkshire_4171','North Lanarkshire','North Lanarkshire','','NLK','state',1,0),(4071,'state_North_West_Highlands_4071','North West Highlands','North West Highlands','','NWH','state',1,0),(4181,'state_North_Yorkshire_4181','North Yorkshire','North Yorkshire','','NYK','state',1,0),(4175,'state_Northamptonshire_4175','Northamptonshire','Northamptonshire','','NTH','state',1,0),(4165,'state_Northumberland_4165','Northumberland','Northumberland','','NBL','state',1,0),(4177,'state_Nottinghamshire_4177','Nottinghamshire','Nottinghamshire','','NTT','state',1,0),(4186,'state_Oxfordshire_4186','Oxfordshire','Oxfordshire','','OXF','state',1,0),(4187,'state_Pembrokeshire_4187','Pembrokeshire','Pembrokeshire','','PEM','state',1,0),(4192,'state_Powys_4192','Powys','Powys','','POW','state',1,0),(4199,'state_Renfrewshire_4199','Renfrewshire','Renfrewshire','','RFW','state',1,0),(4196,'state_Rhondda_Cynon_Taf_4196','Rhondda Cynon Taf','Rhondda Cynon Taf','','RCT','state',1,0),(4211,'state_Shropshire_4211','Shropshire','Shropshire','','SHR','state',1,0),(4218,'state_Somerset_4218','Somerset','Somerset','','SOM','state',1,0),(4204,'state_South_Ayrshire_4204','South Ayrshire','South Ayrshire','','SAY','state',1,0),(4208,'state_South_Gloucestershire_4208','South Gloucestershire','South Gloucestershire','','SGC','state',1,0),(4215,'state_South_Lanarkshire_4215','South Lanarkshire','South Lanarkshire','','SLK','state',1,0),(4228,'state_South_Yorkshire_4228','South Yorkshire','South Yorkshire','','SYK','state',1,0),(4226,'state_Staffordshire_4226','Staffordshire','Staffordshire','','STS','state',1,0),(4206,'state_Suffolk_4206','Suffolk','Suffolk','','SFK','state',1,0),(4220,'state_Surrey_4220','Surrey','Surrey','','SRY','state',1,0),(4235,'state_Tayside_4235','Tayside','Tayside','','TAY','state',1,0),(4236,'state_Torfaen_4236','Torfaen','Torfaen','','TOF','state',1,0),(4237,'state_Tyne_and_Wear_4237','Tyne & Wear','Tyne & Wear','','TWR','state',1,0),(4240,'state_Warwickshire_4240','Warwickshire','Warwickshire','','WAR','state',1,0),(4248,'state_West_Lothian_4248','West Lothian','West Lothian','','WLN','state',1,0),(4073,'state_West_Midlands_4073','West Midlands','West Midlands','','WMD','state',1,0),(4257,'state_West_Sussex_4257','West Sussex','West Sussex','','WSX','state',1,0),(4076,'state_West_Yorkshire_4076','West Yorkshire','West Yorkshire','','WYK','state',1,0),(4245,'state_Wiltshire_4245','Wiltshire','Wiltshire','','WIL','state',1,0),(4252,'state_Worcestershire_4252','Worcestershire','Worcestershire','','WOR','state',1,0),(4260,'state_Alaska_4260','Alaska','Alaska','','AK','state',1,0),(4261,'state_Alabama_4261','Alabama','Alabama','','AL','state',1,0),(4262,'state_American_Samoa_4262','American Samoa','American Samoa','','AS','state',1,0),(4263,'state_Arkansas_4263','Arkansas','Arkansas','','AR','state',1,0),(4264,'state_Arizona_4264','Arizona','Arizona','','AZ','state',1,0),(4265,'state_California_4265','California','California','','CA','state',1,0),(4266,'state_Colorado_4266','Colorado','Colorado','','CO','state',1,0),(4267,'state_Connecticut_4267','Connecticut','Connecticut','','CT','state',1,0),(4268,'state_District_of_Columbia_4268','District of Columbia','District of Columbia','','DC','state',1,0),(4269,'state_Delaware_4269','Delaware','Delaware','','DE','state',1,0),(4270,'state_Florida_4270','Florida','Florida','','FL','state',1,0),(4271,'state_Georgia_4271','Georgia','Georgia','','GA','state',1,0),(4272,'state_Guam_4272','Guam','Guam','','GU','state',1,0),(4273,'state_Hawaii_4273','Hawaii','Hawaii','','HI','state',1,0),(4274,'state_Iowa_4274','Iowa','Iowa','','IA','state',1,0),(4275,'state_Idaho_4275','Idaho','Idaho','','ID','state',1,0),(4276,'state_Illinois_4276','Illinois','Illinois','','IL','state',1,0),(4277,'state_Indiana_4277','Indiana','Indiana','','IN','state',1,0),(4278,'state_Kansas_4278','Kansas','Kansas','','KS','state',1,0),(4279,'state_Kentucky_4279','Kentucky','Kentucky','','KY','state',1,0),(4280,'state_Louisiana_4280','Louisiana','Louisiana','','LA','state',1,0),(4281,'state_Massachusetts_4281','Massachusetts','Massachusetts','','MA','state',1,0),(4282,'state_Maryland_4282','Maryland','Maryland','','MD','state',1,0),(4283,'state_Maine_4283','Maine','Maine','','ME','state',1,0),(4284,'state_Michigan_4284','Michigan','Michigan','','MI','state',1,0),(4285,'state_Minnesota_4285','Minnesota','Minnesota','','MN','state',1,0),(4286,'state_Missouri_4286','Missouri','Missouri','','MO','state',1,0),(4287,'state_Mississippi_4287','Mississippi','Mississippi','','MS','state',1,0),(4288,'state_Montana_4288','Montana','Montana','','MT','state',1,0),(4289,'state_North_Carolina_4289','North Carolina','North Carolina','','NC','state',1,0),(4290,'state_North_Dakota_4290','North Dakota','North Dakota','','ND','state',1,0),(4291,'state_Nebraska_4291','Nebraska','Nebraska','','NE','state',1,0),(4292,'state_New_Hampshire_4292','New Hampshire','New Hampshire','','NH','state',1,0),(4293,'state_New_Jersey_4293','New Jersey','New Jersey','','NJ','state',1,0),(4294,'state_New_Mexico_4294','New Mexico','New Mexico','','NM','state',1,0),(4295,'state_Nevada_4295','Nevada','Nevada','','NV','state',1,0),(4296,'state_New_York_4296','New York','New York','','NY','state',1,0),(4297,'state_Northern_Mariana_Islands_4297','Northern Mariana Islands','Northern Mariana Islands','','MP','state',1,0),(4298,'state_Ohio_4298','Ohio','Ohio','','OH','state',1,0),(4299,'state_Oklahoma_4299','Oklahoma','Oklahoma','','OK','state',1,0),(4300,'state_Oregon_4300','Oregon','Oregon','','OR','state',1,0),(4301,'state_Pennsylvania_4301','Pennsylvania','Pennsylvania','','PA','state',1,0),(4302,'state_Puerto_Rico_4302','Puerto Rico','Puerto Rico','','PR','state',1,0),(4303,'state_Rhode_Island_4303','Rhode Island','Rhode Island','','RI','state',1,0),(4304,'state_South_Carolina_4304','South Carolina','South Carolina','','SC','state',1,0),(4305,'state_South_Dakota_4305','South Dakota','South Dakota','','SD','state',1,0),(4306,'state_Tennessee_4306','Tennessee','Tennessee','','TN','state',1,0),(4307,'state_Texas_4307','Texas','Texas','','TX','state',1,0),(4308,'state_U_S__Minor_Outlying_Islands_4308','U.S. Minor Outlying Islands','U.S. Minor Outlying Islands','','UM','state',1,0),(4309,'state_Utah_4309','Utah','Utah','','UT','state',1,0),(4310,'state_Virginia_4310','Virginia','Virginia','','VA','state',1,0),(4311,'state_Virgin_Islands_of_the_U_S__4311','Virgin Islands of the U.S.','Virgin Islands of the U.S.','','VI','state',1,0),(4312,'state_Vermont_4312','Vermont','Vermont','','VT','state',1,0),(4313,'state_Washington_4313','Washington','Washington','','WA','state',1,0),(4314,'state_Wisconsin_4314','Wisconsin','Wisconsin','','WI','state',1,0),(4315,'state_West_Virginia_4315','West Virginia','West Virginia','','WV','state',1,0),(4316,'state_Wyoming_4316','Wyoming','Wyoming','','WY','state',1,0),(4317,'state_Baker_Island_4317','Baker Island','Baker Island','','BI','state',1,0),(4318,'state_Howland_Island_4318','Howland Island','Howland Island','','HI','state',1,0),(4319,'state_Jarvis_Island_4319','Jarvis Island','Jarvis Island','','JI','state',1,0),(4320,'state_Johnston_Atoll_4320','Johnston Atoll','Johnston Atoll','','JA','state',1,0),(4321,'state_Kingman_Reef_4321','Kingman Reef','Kingman Reef','','KR','state',1,0),(4322,'state_Midway_Atoll_4322','Midway Atoll','Midway Atoll','','MA','state',1,0),(4323,'state_Navassa_Island_4323','Navassa Island','Navassa Island','','NI','state',1,0),(4324,'state_Palmyra_Atoll_4324','Palmyra Atoll','Palmyra Atoll','','PA','state',1,0),(4325,'state_Wake_Island_4325','Wake Island','Wake Island','','WI','state',1,0),(4326,'state_Artigas_4326','Artigas','Artigas','','AR','state',1,0),(4327,'state_Canelones_4327','Canelones','Canelones','','CA','state',1,0),(4328,'state_Cerro_Largo_4328','Cerro Largo','Cerro Largo','','CL','state',1,0),(4329,'state_Colonia_4329','Colonia','Colonia','','CO','state',1,0),(4330,'state_Durazno_4330','Durazno','Durazno','','DU','state',1,0),(4331,'state_Florida_4331','Florida','Florida','','FD','state',1,0),(4332,'state_Flores_4332','Flores','Flores','','FS','state',1,0),(4333,'state_Lavalleja_4333','Lavalleja','Lavalleja','','LA','state',1,0),(4334,'state_Maldonado_4334','Maldonado','Maldonado','','MA','state',1,0),(4335,'state_Montevideo_4335','Montevideo','Montevideo','','MO','state',1,0),(4336,'state_Paysandu_4336','Paysandu','Paysandu','','PA','state',1,0),(4337,'state_R__o_Negro_4337','Río Negro','Río Negro','','RN','state',1,0),(4338,'state_Rocha_4338','Rocha','Rocha','','RO','state',1,0),(4339,'state_Rivera_4339','Rivera','Rivera','','RV','state',1,0),(4340,'state_Salto_4340','Salto','Salto','','SA','state',1,0),(4342,'state_Soriano_4342','Soriano','Soriano','','SO','state',1,0),(4343,'state_Tacuaremb___4343','Tacuarembó','Tacuarembó','','TA','state',1,0),(4344,'state_Treinta_y_Tres_4344','Treinta y Tres','Treinta y Tres','','TT','state',1,0),(4345,'state_Andijon_viloyati_4345','Andijon viloyati','Andijon viloyati','','AN','state',1,0),(4346,'state_Buxoro_viloyati_4346','Buxoro viloyati','Buxoro viloyati','','BU','state',1,0),(4347,'state_Farg_ona_viloyati_4347','Farg\'ona viloyati','Farg\'ona viloyati','','FA','state',1,0),(4348,'state_Jizzax_viloyati_4348','Jizzax viloyati','Jizzax viloyati','','JI','state',1,0),(4349,'state_Namangan_viloyati_4349','Namangan viloyati','Namangan viloyati','','NG','state',1,0),(4350,'state_Navoiy_viloyati_4350','Navoiy viloyati','Navoiy viloyati','','NW','state',1,0),(4351,'state_Qashqadaryo_viloyati_4351','Qashqadaryo viloyati','Qashqadaryo viloyati','','QA','state',1,0),(4352,'state_Qoraqalpog_iston_Respublikasi_4352','Qoraqalpog\'iston Respublikasi','Qoraqalpog\'iston Respublikasi','','QR','state',1,0),(4353,'state_Samarqand_viloyati_4353','Samarqand viloyati','Samarqand viloyati','','SA','state',1,0),(4354,'state_Sirdaryo_viloyati_4354','Sirdaryo viloyati','Sirdaryo viloyati','','SI','state',1,0),(4355,'state_Surxondaryo_viloyati_4355','Surxondaryo viloyati','Surxondaryo viloyati','','SU','state',1,0),(4356,'state_Toshkent_4356','Toshkent','Toshkent','','TK','state',1,0),(4357,'state_Toshkent_viloyati_4357','Toshkent viloyati','Toshkent viloyati','','TO','state',1,0),(4358,'state_Xorazm_viloyati_4358','Xorazm viloyati','Xorazm viloyati','','XO','state',1,0),(4359,'state_Malampa_4359','Malampa','Malampa','','MAP','state',1,0),(4360,'state_P__nama_4360','Pénama','Pénama','','PAM','state',1,0),(4361,'state_Sanma_4361','Sanma','Sanma','','SAM','state',1,0),(4362,'state_Sh__fa_4362','Shéfa','Shéfa','','SEE','state',1,0),(4363,'state_Taf__a_4363','Taféa','Taféa','','TAE','state',1,0),(4364,'state_Torba_4364','Torba','Torba','','TOB','state',1,0),(4365,'state_Distrito_Capital_4365','Distrito Capital','Distrito Capital','','A','state',1,0),(4366,'state_Anzo__tegui_4366','Anzoátegui','Anzoátegui','','B','state',1,0),(4367,'state_Apure_4367','Apure','Apure','','C','state',1,0),(4368,'state_Aragua_4368','Aragua','Aragua','','D','state',1,0),(4369,'state_Barinas_4369','Barinas','Barinas','','E','state',1,0),(4370,'state_Bol__var_4370','Bolívar','Bolívar','','F','state',1,0),(4371,'state_Carabobo_4371','Carabobo','Carabobo','','G','state',1,0),(4372,'state_Cojedes_4372','Cojedes','Cojedes','','H','state',1,0),(4373,'state_Falc__n_4373','Falcón','Falcón','','I','state',1,0),(4374,'state_Gu__rico_4374','Guárico','Guárico','','J','state',1,0),(4375,'state_Lara_4375','Lara','Lara','','K','state',1,0),(4376,'state_M__rida_4376','Mérida','Mérida','','L','state',1,0),(4377,'state_Miranda_4377','Miranda','Miranda','','M','state',1,0),(4378,'state_Monagas_4378','Monagas','Monagas','','N','state',1,0),(4379,'state_Nueva_Esparta_4379','Nueva Esparta','Nueva Esparta','','O','state',1,0),(4380,'state_Portuguesa_4380','Portuguesa','Portuguesa','','P','state',1,0),(4381,'state_Sucre_4381','Sucre','Sucre','','R','state',1,0),(4382,'state_Tachira_4382','Tachira','Tachira','','S','state',1,0),(4383,'state_Trujillo_4383','Trujillo','Trujillo','','T','state',1,0),(4384,'state_Yaracuy_4384','Yaracuy','Yaracuy','','U','state',1,0),(4385,'state_Zulia_4385','Zulia','Zulia','','V','state',1,0),(4386,'state_Capital_Dependencia_4386','Capital Dependencia','Capital Dependencia','','W','state',1,0),(4387,'state_Vargas_4387','Vargas','Vargas','','X','state',1,0),(4388,'state_Delta_Amacuro_4388','Delta Amacuro','Delta Amacuro','','Y','state',1,0),(4389,'state_Amazonas_4389','Amazonas','Amazonas','','Z','state',1,0),(4390,'state_Lai_Ch__u_4390','Lai Châu','Lai Châu','','01','state',1,0),(4391,'state_L__o_Cai_4391','Lào Cai','Lào Cai','','02','state',1,0),(4392,'state_H___Giang_4392','Hà Giang','Hà Giang','','03','state',1,0),(4393,'state_Cao_B___ng_4393','Cao Bằng','Cao Bằng','','04','state',1,0),(4394,'state_S__n_La_4394','Sơn La','Sơn La','','05','state',1,0),(4395,'state_Y__n_B__i_4395','Yên Bái','Yên Bái','','06','state',1,0),(4396,'state_Tuy__n_Quang_4396','Tuyên Quang','Tuyên Quang','','07','state',1,0),(4397,'state_L___ng_S__n_4397','Lạng Sơn','Lạng Sơn','','09','state',1,0),(4398,'state_Qu___ng_Ninh_4398','Quảng Ninh','Quảng Ninh','','13','state',1,0),(4399,'state_H__a_B__nh_4399','Hòa Bình','Hòa Bình','','14','state',1,0),(4400,'state_H___T__y_4400','Hà Tây','Hà Tây','','15','state',1,0),(4401,'state_Ninh_B__nh_4401','Ninh Bình','Ninh Bình','','18','state',1,0),(4402,'state_Th__i_B__nh_4402','Thái Bình','Thái Bình','','20','state',1,0),(4403,'state_Thanh_H__a_4403','Thanh Hóa','Thanh Hóa','','21','state',1,0),(4404,'state_Ngh____An_4404','Nghệ An','Nghệ An','','22','state',1,0),(4405,'state_H___T__nh_4405','Hà Tĩnh','Hà Tĩnh','','23','state',1,0),(4406,'state_Qu___ng_B__nh_4406','Quảng Bình','Quảng Bình','','24','state',1,0),(4407,'state_Qu___ng_Tr____4407','Quảng Trị','Quảng Trị','','25','state',1,0),(4408,'state_Th___a_Thi__n_Hu____4408','Thừa Thiên-Huế','Thừa Thiên-Huế','','26','state',1,0),(4409,'state_Qu___ng_Nam_4409','Quảng Nam','Quảng Nam','','27','state',1,0),(4410,'state_Kon_Tum_4410','Kon Tum','Kon Tum','','28','state',1,0),(4411,'state_Qu___ng_Ng__i_4411','Quảng Ngãi','Quảng Ngãi','','29','state',1,0),(4412,'state_Gia_Lai_4412','Gia Lai','Gia Lai','','30','state',1,0),(4413,'state_B__nh______nh_4413','Bình Định','Bình Định','','31','state',1,0),(4414,'state_Ph___Y__n_4414','Phú Yên','Phú Yên','','32','state',1,0),(4415,'state______k_L___k_4415','Đắk Lắk','Đắk Lắk','','33','state',1,0),(4416,'state_Kh__nh_H__a_4416','Khánh Hòa','Khánh Hòa','','34','state',1,0),(4417,'state_L__m______ng_4417','Lâm Đồng','Lâm Đồng','','35','state',1,0),(4418,'state_Ninh_Thu___n_4418','Ninh Thuận','Ninh Thuận','','36','state',1,0),(4419,'state_T__y_Ninh_4419','Tây Ninh','Tây Ninh','','37','state',1,0),(4420,'state______ng_Nai_4420','Đồng Nai','Đồng Nai','','39','state',1,0),(4421,'state_B__nh_Thu___n_4421','Bình Thuận','Bình Thuận','','40','state',1,0),(4422,'state_Long_An_4422','Long An','Long An','','41','state',1,0),(4423,'state_B___R___a_V__ng_T__u_4423','Bà Rịa-Vũng Tàu','Bà Rịa-Vũng Tàu','','43','state',1,0),(4424,'state_An_Giang_4424','An Giang','An Giang','','44','state',1,0),(4425,'state______ng_Th__p_4425','Đồng Tháp','Đồng Tháp','','45','state',1,0),(4426,'state_Ti___n_Giang_4426','Tiền Giang','Tiền Giang','','46','state',1,0),(4427,'state_Ki__n_Giang_4427','Kiên Giang','Kiên Giang','','47','state',1,0),(4428,'state_C___n_Th___4428','Cần Thơ','Cần Thơ','','48','state',1,0),(4429,'state_V__nh_Long_4429','Vĩnh Long','Vĩnh Long','','49','state',1,0),(4430,'state_B___n_Tre_4430','Bến Tre','Bến Tre','','50','state',1,0),(4431,'state_Tr___Vinh_4431','Trà Vinh','Trà Vinh','','51','state',1,0),(4432,'state_S__c_Tr__ng_4432','Sóc Trăng','Sóc Trăng','','52','state',1,0),(4433,'state_B___c_K___n_4433','Bắc Kạn','Bắc Kạn','','53','state',1,0),(4434,'state_B___c_Giang_4434','Bắc Giang','Bắc Giang','','54','state',1,0),(4435,'state_B___c_Li__u_4435','Bạc Liêu','Bạc Liêu','','55','state',1,0),(4436,'state_B___c_Ninh_4436','Bắc Ninh','Bắc Ninh','','56','state',1,0),(4437,'state_B__nh_D____ng_4437','Bình Dương','Bình Dương','','57','state',1,0),(4438,'state_B__nh_Ph_____c_4438','Bình Phước','Bình Phước','','58','state',1,0),(4439,'state_C___Mau_4439','Cà Mau','Cà Mau','','59','state',1,0),(4440,'state______N___ng_4440','Đà Nẵng','Đà Nẵng','','60','state',1,0),(4441,'state_H___i_D____ng_4441','Hải Dương','Hải Dương','','61','state',1,0),(4442,'state_H___i_Ph__ng_4442','Hải Phòng','Hải Phòng','','62','state',1,0),(4443,'state_H___Nam_4443','Hà Nam','Hà Nam','','63','state',1,0),(4444,'state_H___N___i_4444','Hà Nội','Hà Nội','','64','state',1,0),(4445,'state_S__i_G__n_4445','Sài Gòn','Sài Gòn','','65','state',1,0),(4446,'state_H__ng_Y__n_4446','Hưng Yên','Hưng Yên','','66','state',1,0),(4447,'state_Nam______nh_4447','Nam Định','Nam Định','','67','state',1,0),(4448,'state_Ph___Th____4448','Phú Thọ','Phú Thọ','','68','state',1,0),(4449,'state_Th__i_Nguy__n_4449','Thái Nguyên','Thái Nguyên','','69','state',1,0),(4450,'state_V__nh_Ph__c_4450','Vĩnh Phúc','Vĩnh Phúc','','70','state',1,0),(4451,'state___i___n_Bi__n_4451','Điện Biên','Điện Biên','','71','state',1,0),(4452,'state______k_N__ng_4452','Đắk Nông','Đắk Nông','','72','state',1,0),(4453,'state_H___u_Giang_4453','Hậu Giang','Hậu Giang','','73','state',1,0),(4454,'state_Saint_Croix_4454','Saint Croix','Saint Croix','','C','state',1,0),(4457,'state_Alo_4457','Alo','Alo','','A','state',1,0),(4458,'state_Sigave_4458','Sigave','Sigave','','S','state',1,0),(4459,'state_Wallis_4459','Wallis','Wallis','','W','state',1,0),(4460,'state_____________4460','أبين‎','أبين‎','','AB','state',1,0),(4461,'state________4461','عدن','عدن','','AD','state',1,0),(4462,'state____________4462','عمران','عمران','','AM','state',1,0),(4463,'state________________4463','البيضاء','البيضاء','','BA','state',1,0),(4464,'state______________4464','الضالع','الضالع','','DA','state',1,0),(4465,'state__________4465','ذمار','ذمار','','DH','state',1,0),(4466,'state______________4466','حضرموت','حضرموت','','HD','state',1,0),(4467,'state________4467','حجة','حجة','','HJ','state',1,0),(4468,'state________________4468','الحديدة','الحديدة','','HU','state',1,0),(4469,'state______4469','إب','إب','','IB','state',1,0),(4470,'state____________4470','الجوف','الجوف','','JA','state',1,0),(4471,'state________4471','لحج','لحج','','LA','state',1,0),(4472,'state__________4472','مأرب','مأرب','','MA','state',1,0),(4473,'state______________4473','المهرة','المهرة','','MR','state',1,0),(4474,'state________________4474','المحويت','المحويت','','MW','state',1,0),(4475,'state__________4475','صعدة','صعدة','','SD','state',1,0),(4476,'state____________4476','صنعاء','صنعاء','','SN','state',1,0),(4477,'state__________4477','شبوة','شبوة','','SH','state',1,0),(4478,'state________4478','تعز','تعز','','TA','state',1,0),(4479,'state_Western_4479','Western','Western','','01','state',1,0),(4480,'state_Central_4480','Central','Central','','02','state',1,0),(4481,'state_Eastern_4481','Eastern','Eastern','','03','state',1,0),(4482,'state_Luapula_4482','Luapula','Luapula','','04','state',1,0),(4483,'state_Northern_4483','Northern','Northern','','05','state',1,0),(4484,'state_North_Western_4484','North-Western','North-Western','','06','state',1,0),(4485,'state_Southern_4485','Southern','Southern','','07','state',1,0),(4486,'state_Copperbelt_4486','Copperbelt','Copperbelt','','08','state',1,0),(4487,'state_Lusaka_4487','Lusaka','Lusaka','','09','state',1,0),(4488,'state_Manicaland_4488','Manicaland','Manicaland','','MA','state',1,0),(4489,'state_Mashonaland_Central_4489','Mashonaland Central','Mashonaland Central','','MC','state',1,0),(4490,'state_Mashonaland_East_4490','Mashonaland East','Mashonaland East','','ME','state',1,0),(4491,'state_Midlands_4491','Midlands','Midlands','','MI','state',1,0),(4492,'state_Matabeleland_North_4492','Matabeleland North','Matabeleland North','','MN','state',1,0),(4493,'state_Matabeleland_South_4493','Matabeleland South','Matabeleland South','','MS','state',1,0),(4494,'state_Masvingo_4494','Masvingo','Masvingo','','MV','state',1,0),(4495,'state_Mashonaland_West_4495','Mashonaland West','Mashonaland West','','MW','state',1,0),(4501,'tax_europe_9728','Europe','Europe','EU','','tax',1,0),(4502,'country_Montenegro_19668','Црна Гора','Montenegro','ME','MNE','country',1,0),(4503,'country_Serbia_4503','Србија','Serbia','RS','SRB','country',1,0),(4554,'state_Aberdeenshire_4554','Aberdeenshire','Aberdeenshire','','ABR','state',1,0),(4555,'state_Anglesey_4555','Anglesey','Anglesey','','ANG','state',1,0),(4506,'state_Angus_4506','Angus','Angus','','AGS','state',1,0),(4507,'state_Argyllshire_4507','Argyllshire','Argyllshire','','AGL','state',1,0),(4508,'state_Ayrshire_4508','Ayrshire','Ayrshire','','AYR','state',1,0),(4509,'state_Banffshire_4509','Banffshire','Banffshire','','ANF','state',1,0),(4510,'state_Berwickshire_4510','Berwickshire','Berwickshire','','BRW','state',1,0),(4511,'state_Brecknockshire_4511','Brecknockshire','Brecknockshire','','BRC','state',1,0),(4512,'state_Buteshire_4512','Buteshire','Buteshire','','BTS','state',1,0),(4513,'state_Caernarfonshire_4513','Caernarfonshire','Caernarfonshire','','CRN','state',1,0),(4514,'state_Caithness_4514','Caithness','Caithness','','CTN','state',1,0),(4515,'state_Cardiganshire_4515','Cardiganshire','Cardiganshire','','CGN','state',1,0),(4516,'state_Channel_Isles_4516','Channel Isles','Channel Isles','','CHI','state',1,0),(4517,'state_Clackmannanshire_4517','Clackmannanshire','Clackmannanshire','','CLK','state',1,0),(4518,'state_County_Armagh_4518','County Armagh','County Armagh','','CAM','state',1,0),(4519,'state_Cumberland_4519','Cumberland','Cumberland','','CRL','state',1,0),(4520,'state_Dumfriesshire_4520','Dumfriesshire','Dumfriesshire','','DFS','state',1,0),(4521,'state_Dunbartonshire_4521','Dunbartonshire','Dunbartonshire','','DBT','state',1,0),(4522,'state_East_Lothian_4522','East Lothian','East Lothian','','ELT','state',1,0),(4523,'state_Huntingdonshire_4523','Huntingdonshire','Huntingdonshire','','HTG','state',1,0),(4524,'state_Inverness-shire_4524','Inverness-shire','Inverness-shire','','INV','state',1,0),(4525,'state_Isle_ of_Islay_4525','Isle of Islay','Isle of Islay','','IOI','state',1,0),(4526,'state_Isle_of_Lewis_4526','Isle of Lewis','Isle of Lewis','','IOL','state',1,0),(4527,'state_Isle_of_Man_4527','Isle of Man','Isle of Man','','IOM','state',1,0),(4528,'state_Isle_of_Skye_4528','Isle of Skye','Isle of Skye','','IOS','state',1,0),(4529,'state_Isles_of_Scilly_4529','Isles of Scilly','Isles of Scilly','','ISC','state',1,0),(4530,'state_Kincardineshire_4530','Kincardineshire','Kincardineshire','','KNC','state',1,0),(4531,'state_Kinross-Shire_4531','Kinross-Shire','Kinross-Shire','','KNR','state',1,0),(4532,'state_Kirkcudbrightshire_4532','Kirkcudbrightshire','Kirkcudbrightshire','','KKC','state',1,0),(4533,'state_Lanarkshire_4533','Lanarkshire','Lanarkshire','','LNK','state',1,0),(4534,'state_Merioneth_4534','Merioneth','Merioneth','','MRN','state',1,0),(4535,'state_Midlothian_4535','Midlothian','Midlothian','','MDL','state',1,0),(4536,'state_Monmouthshire_4536','Monmouthshire','Monmouthshire','','MMS','state',1,0),(4537,'state_Montgomeryshire_4537','Montgomeryshire','Montgomeryshire','','MGY','state',1,0),(4538,'state_Morayshire_4538','Morayshire','Morayshire','','MRY','state',1,0),(4539,'state_Nairnshire_4539','Nairnshire','Nairnshire','','NNS','state',1,0),(4540,'state_Orkney_4540','Orkney','Orkney','','OKY','state',1,0),(4541,'state_Peeblesshire_4541','Peeblesshire','Peeblesshire','','PBL','state',1,0),(4542,'state_Perthshire_4542','Perthshire','Perthshire','','PTS','state',1,0),(4543,'state_Radnorshire_4543','Radnorshire','Radnorshire','','RDN','state',1,0),(4544,'state_Ross-shire_4544','Ross-shire','Ross-shire','','RSS','state',1,0),(4545,'state_Roxburghshire_4545','Roxburghshire','Roxburghshire','','RXB','state',1,0),(4546,'state_Rutland_4546','Rutland','Rutland','','RTL','state',1,0),(4547,'state_Selkirkshire_4547','Selkirkshire','Selkirkshire','','SKK','state',1,0),(4548,'state_Shetland_4548','Shetland','Shetland','','SHL','state',1,0),(4549,'state_Stirlingshire_4549','Stirlingshire','Stirlingshire','','STG','state',1,0),(4550,'state_Sussex_4550','Sussex','Sussex','','SSX','state',1,0),(4551,'state_Sutherland_4551','Sutherland','Sutherland','','STH','state',1,0),(4552,'state_Westmorland_4552','Westmorland','Westmorland','','WSM','state',1,0),(4553,'state_Wigtownshire_4553','Wigtownshire','Wigtownshire','','WGT','state',1,0);
/*!40000 ALTER TABLE `m9qyl_hikashop_zone` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_hikashop_zone_link`
--

DROP TABLE IF EXISTS `m9qyl_hikashop_zone_link`;
CREATE TABLE `m9qyl_hikashop_zone_link` (
  `zone_parent_namekey` varchar(255) NOT NULL,
  `zone_child_namekey` varchar(255) NOT NULL,
  PRIMARY KEY  (`zone_parent_namekey`(150),`zone_child_namekey`(150))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_hikashop_zone_link`
--

LOCK TABLES `m9qyl_hikashop_zone_link` WRITE;
/*!40000 ALTER TABLE `m9qyl_hikashop_zone_link` DISABLE KEYS */;
INSERT INTO `m9qyl_hikashop_zone_link` VALUES ('country_Afghanistan_1','state_______________240'),('country_Afghanistan_1','state______________241'),('country_Afghanistan_1','state____________242'),('country_Afghanistan_1','state________243'),('country_Afghanistan_1','state______________244'),('country_Afghanistan_1','state________________245'),('country_Afghanistan_1','state__________246'),('country_Afghanistan_1','state______________247'),('country_Afghanistan_1','state__________248'),('country_Afghanistan_1','state________249'),('country_Afghanistan_1','state____________250'),('country_Afghanistan_1','state__________251'),('country_Afghanistan_1','state______________252'),('country_Afghanistan_1','state__________253'),('country_Afghanistan_1','state______________254'),('country_Afghanistan_1','state______________255'),('country_Afghanistan_1','state__________256'),('country_Afghanistan_1','state____________257'),('country_Afghanistan_1','state____________258'),('country_Afghanistan_1','state____________259'),('country_Afghanistan_1','state__________260'),('country_Afghanistan_1','state________________261'),('country_Afghanistan_1','state______________262'),('country_Afghanistan_1','state________________263'),('country_Afghanistan_1','state________________264'),('country_Afghanistan_1','state____________265'),('country_Afghanistan_1','state______________266'),('country_Afghanistan_1','state_______________267'),('country_Afghanistan_1','state____________268'),('country_Afghanistan_1','state______________269'),('country_Afghanistan_1','state___________270'),('country_Afghanistan_1','state__________271'),('country_Afghanistan_1','state__________272'),('country_Afghanistan_1','state__________273'),('country_Albania_2','state_Beratit_274'),('country_Albania_2','state_Bulqiz__s_275'),('country_Albania_2','state_Dibr__s_276'),('country_Albania_2','state_Delvin__s_277'),('country_Albania_2','state_Durr__sit_278'),('country_Albania_2','state_Devollit_279'),('country_Albania_2','state_Elbasanit_280'),('country_Albania_2','state_Kolonj__s_281'),('country_Albania_2','state_Fierit_282'),('country_Albania_2','state_Gjirokastr__s_283'),('country_Albania_2','state_Gramshit_284'),('country_Albania_2','state_Hasit_285'),('country_Albania_2','state_Kavaj__s_286'),('country_Albania_2','state_Kurbinit_287'),('country_Albania_2','state_Ku__ov__s_288'),('country_Albania_2','state_Kor____s_289'),('country_Albania_2','state_Kruj__s_290'),('country_Albania_2','state_Kuk__sit_291'),('country_Albania_2','state_Librazhdit_292'),('country_Albania_2','state_Lezh__s_293'),('country_Albania_2','state_Lushnj__s_294'),('country_Albania_2','state_Mallakastr__s_295'),('country_Albania_2','state_Mal__sis___s___Madhe_296'),('country_Albania_2','state_Mirdit__s_297'),('country_Albania_2','state_Matit_298'),('country_Albania_2','state_Pogradecit_299'),('country_Albania_2','state_Peqinit_300'),('country_Albania_2','state_P__rmetit_301'),('country_Albania_2','state_Puk__s_302'),('country_Albania_2','state_Shkodr__s_303'),('country_Albania_2','state_Skraparit_304'),('country_Albania_2','state_Sarand__s_305'),('country_Albania_2','state_Tepelen__s_306'),('country_Albania_2','state_Tropoj__s_307'),('country_Albania_2','state_Tiran__s_308'),('country_Albania_2','state_Vlor__s_309'),('country_Algeria_3','state_______________________310'),('country_Algeria_3','state_______________________311'),('country_Algeria_3','state___________________________312'),('country_Algeria_3','state________________________________313'),('country_Algeria_3','state_______________________314'),('country_Algeria_3','state_______________________315'),('country_Algeria_3','state_______________________316'),('country_Algeria_3','state_____________________317'),('country_Algeria_3','state___________________318'),('country_Algeria_3','state___________________________319'),('country_Algeria_3','state___________________________320'),('country_Algeria_3','state_____________________321'),('country_Algeria_3','state______________322'),('country_Algeria_3','state_______________________323'),('country_Algeria_3','state_________________324'),('country_Algeria_3','state___________________________325'),('country_Algeria_3','state________________________________326'),('country_Algeria_3','state_____________________327'),('country_Algeria_3','state_____________________328'),('country_Algeria_3','state_______________________329'),('country_Algeria_3','state__________________330'),('country_Algeria_3','state__________________________________331'),('country_Algeria_3','state_______________________332'),('country_Algeria_3','state_______________________333'),('country_Algeria_3','state________________334'),('country_Algeria_3','state_________________________335'),('country_Algeria_3','state___________________________336'),('country_Algeria_3','state___________________________337'),('country_Algeria_3','state_______________________338'),('country_Algeria_3','state____________339'),('country_Algeria_3','state____________340'),('country_Algeria_3','state_______________________341'),('country_Algeria_3','state_______________________342'),('country_Algeria_3','state____________________________________343'),('country_Algeria_3','state___________________________344'),('country_Algeria_3','state_________________________345'),('country_Algeria_3','state____________346'),('country_Algeria_3','state___________________________347'),('country_Algeria_3','state_________________________348'),('country_Algeria_3','state_______________________349'),('country_Algeria_3','state______________________________350'),('country_Algeria_3','state_________________________351'),('country_Algeria_3','state_____________________352'),('country_Algeria_3','state________________________________353'),('country_Algeria_3','state___________________________354'),('country_Algeria_3','state________________________________355'),('country_Algeria_3','state_________________________356'),('country_Algeria_3','state_________________________357'),('country_American_Samoa_4','state_Eastern_358'),('country_American_Samoa_4','state_Manu_a_359'),('country_American_Samoa_4','state_Rose_Island_360'),('country_American_Samoa_4','state_Swains_Island_361'),('country_American_Samoa_4','state_Western_362'),('country_Andorra_5','state_Andorra_la_Vella_363'),('country_Andorra_5','state_Canillo_364'),('country_Andorra_5','state_Encamp_365'),('country_Andorra_5','state_Escaldes_Engordany_366'),('country_Andorra_5','state_La_Massana_367'),('country_Andorra_5','state_Ordino_368'),('country_Andorra_5','state_Sant_Juli___de_L__ria_369'),('country_Angola_6','state_Bengo_370'),('country_Angola_6','state_Benguela_371'),('country_Angola_6','state_Bi___372'),('country_Angola_6','state_Cabinda_373'),('country_Angola_6','state_Cuando_Cubango_374'),('country_Angola_6','state_Cuanza_Norte_375'),('country_Angola_6','state_Cuanza_Sul_376'),('country_Angola_6','state_Cunene_377'),('country_Angola_6','state_Huambo_378'),('country_Angola_6','state_Hu__la_379'),('country_Angola_6','state_Luanda_380'),('country_Angola_6','state_Lunda_Norte_381'),('country_Angola_6','state_Lunda_Sul_382'),('country_Angola_6','state_Malanje_383'),('country_Angola_6','state_Moxico_384'),('country_Angola_6','state_Namibe_385'),('country_Angola_6','state_U__ge_386'),('country_Angola_6','state_Zaire_387'),('country_Antigua_and_Barbuda_9','state_Barbuda_388'),('country_Antigua_and_Barbuda_9','state_Saint_George_389'),('country_Antigua_and_Barbuda_9','state_Saint_John_390'),('country_Antigua_and_Barbuda_9','state_Saint_Mary_391'),('country_Antigua_and_Barbuda_9','state_Saint_Paul_392'),('country_Antigua_and_Barbuda_9','state_Saint_Peter_393'),('country_Antigua_and_Barbuda_9','state_Saint_Philip_394'),('country_Argentina_10','state_Salta_395'),('country_Argentina_10','state_Buenos_Aires_Province_396'),('country_Argentina_10','state_Capital_Federal_397'),('country_Argentina_10','state_San_Luis_398'),('country_Argentina_10','state_Entre_R__os_399'),('country_Argentina_10','state_La_Rioja_400'),('country_Argentina_10','state_Santiago_del_Estero_401'),('country_Argentina_10','state_Chaco_402'),('country_Argentina_10','state_San_Juan_403'),('country_Argentina_10','state_Catamarca_404'),('country_Argentina_10','state_La_Pampa_405'),('country_Argentina_10','state_Mendoza_406'),('country_Argentina_10','state_Misiones_407'),('country_Argentina_10','state_Formosa_408'),('country_Argentina_10','state_Neuqu__n_409'),('country_Argentina_10','state_R__o_Negro_410'),('country_Argentina_10','state_Santa_Fe_411'),('country_Argentina_10','state_Tucum__n_412'),('country_Argentina_10','state_Chubut_413'),('country_Argentina_10','state_Tierra_del_Fuego_414'),('country_Argentina_10','state_Corrientes_415'),('country_Argentina_10','state_C__rdoba_416'),('country_Argentina_10','state_Jujuy_417'),('country_Argentina_10','state_Santa_Cruz_418'),('country_Armenia_11','state____________________419'),('country_Armenia_11','state______________420'),('country_Armenia_11','state________________421'),('country_Armenia_11','state____________422'),('country_Armenia_11','state________________________423'),('country_Armenia_11','state______________424'),('country_Armenia_11','state__________425'),('country_Armenia_11','state____________426'),('country_Armenia_11','state________________427'),('country_Armenia_11','state______________428'),('country_Armenia_11','state___________________429'),('country_Australia_13','state_Australian_Capital_Territory_430'),('country_Australia_13','state_New_South_Wales_431'),('country_Australia_13','state_Northern_Territory_432'),('country_Australia_13','state_Queensland_433'),('country_Australia_13','state_South_Australia_434'),('country_Australia_13','state_Tasmania_435'),('country_Australia_13','state_Victoria_436'),('country_Australia_13','state_Western_Australia_437'),('country_Austria_14','state_Burgenland_438'),('country_Austria_14','state_K__rnten_439'),('country_Austria_14','state_Nieder__sterreich_440'),('country_Austria_14','state_Ober__sterreich_441'),('country_Austria_14','state_Salzburg_442'),('country_Austria_14','state_Steiermark_443'),('country_Austria_14','state_Tirol_444'),('country_Austria_14','state_Voralberg_445'),('country_Austria_14','state_Wien_446'),('country_Azerbaijan_15','state___li_Bayraml___447'),('country_Azerbaijan_15','state_Ab__eron_448'),('country_Azerbaijan_15','state_A__cab__di_449'),('country_Azerbaijan_15','state_A__dam_450'),('country_Azerbaijan_15','state_A__da___451'),('country_Azerbaijan_15','state_A__stafa_452'),('country_Azerbaijan_15','state_A__su_453'),('country_Azerbaijan_15','state_Astara_454'),('country_Azerbaijan_15','state_Bak___455'),('country_Azerbaijan_15','state_Bab__k_456'),('country_Azerbaijan_15','state_Balak__n_457'),('country_Azerbaijan_15','state_B__rd___458'),('country_Azerbaijan_15','state_Beyl__qan_459'),('country_Azerbaijan_15','state_Bil__suvar_460'),('country_Azerbaijan_15','state_C__bray__l_461'),('country_Azerbaijan_15','state_C__lilabab_462'),('country_Azerbaijan_15','state_Julfa_463'),('country_Azerbaijan_15','state_Da__k__s__n_464'),('country_Azerbaijan_15','state_D__v____i_465'),('country_Azerbaijan_15','state_F__zuli_466'),('country_Azerbaijan_15','state_G__nc___467'),('country_Azerbaijan_15','state_G__d__b__y_468'),('country_Azerbaijan_15','state_Goranboy_469'),('country_Azerbaijan_15','state_G__y__ay_470'),('country_Azerbaijan_15','state_Hac__qabul_471'),('country_Azerbaijan_15','state___mi__li_472'),('country_Azerbaijan_15','state___smay__ll___473'),('country_Azerbaijan_15','state_K__lb__c__r_474'),('country_Azerbaijan_15','state_K__rd__mir_475'),('country_Azerbaijan_15','state_L__nk__ran_476'),('country_Azerbaijan_15','state_La____n_477'),('country_Azerbaijan_15','state_L__nk__ran_478'),('country_Azerbaijan_15','state_Lerik_479'),('country_Azerbaijan_15','state_Masall___480'),('country_Azerbaijan_15','state_Ming____evir_481'),('country_Azerbaijan_15','state_Naftalan_482'),('country_Azerbaijan_15','state_Neft__ala_483'),('country_Azerbaijan_15','state_O__uz_484'),('country_Azerbaijan_15','state_Ordubad_485'),('country_Azerbaijan_15','state_Q__b__l___486'),('country_Azerbaijan_15','state_Qax_487'),('country_Azerbaijan_15','state_Qazax_488'),('country_Azerbaijan_15','state_Qobustan_489'),('country_Azerbaijan_15','state_Quba_490'),('country_Azerbaijan_15','state_Qubadl___491'),('country_Azerbaijan_15','state_Qusar_492'),('country_Azerbaijan_15','state_____ki_493'),('country_Azerbaijan_15','state_Saatl___494'),('country_Azerbaijan_15','state_Sabirabad_495'),('country_Azerbaijan_15','state_S__d__r__k_496'),('country_Azerbaijan_15','state___ahbuz_497'),('country_Azerbaijan_15','state_____ki_498'),('country_Azerbaijan_15','state_Salyan_499'),('country_Azerbaijan_15','state_Sumqay__t_500'),('country_Azerbaijan_15','state___amax___501'),('country_Azerbaijan_15','state_____mkir_502'),('country_Azerbaijan_15','state_Samux_503'),('country_Azerbaijan_15','state_____rur_504'),('country_Azerbaijan_15','state_Siy__z__n_505'),('country_Azerbaijan_15','state___u__a__City__506'),('country_Azerbaijan_15','state___u__a_507'),('country_Azerbaijan_15','state_T__rt__r_508'),('country_Azerbaijan_15','state_Tovuz_509'),('country_Azerbaijan_15','state_Ucar_510'),('country_Azerbaijan_15','state_Xank__ndi_511'),('country_Azerbaijan_15','state_Xa__maz_512'),('country_Azerbaijan_15','state_Xanlar_513'),('country_Azerbaijan_15','state_X__z___514'),('country_Azerbaijan_15','state_Xocal___515'),('country_Azerbaijan_15','state_Xocav__nd_516'),('country_Azerbaijan_15','state_Yard__ml___517'),('country_Azerbaijan_15','state_Yevlax__City__518'),('country_Azerbaijan_15','state_Yevlax_519'),('country_Azerbaijan_15','state_Z__ngilan_520'),('country_Azerbaijan_15','state_Zaqatala_521'),('country_Azerbaijan_15','state_Z__rdab_522'),('country_Azerbaijan_15','state_Nakhichevan_523'),('country_Bahamas_16','state_Acklins_and_Crooked_Islands_524'),('country_Bahamas_16','state_Bimini_525'),('country_Bahamas_16','state_Cat_Island_526'),('country_Bahamas_16','state_Exuma_527'),('country_Bahamas_16','state_Freeport_528'),('country_Bahamas_16','state_Fresh_Creek_529'),('country_Bahamas_16','state_Governor_s_Harbour_530'),('country_Bahamas_16','state_Green_Turtle_Cay_531'),('country_Bahamas_16','state_Harbour_Island_532'),('country_Bahamas_16','state_High_Rock_533'),('country_Bahamas_16','state_Inagua_534'),('country_Bahamas_16','state_Kemps_Bay_535'),('country_Bahamas_16','state_Long_Island_536'),('country_Bahamas_16','state_Marsh_Harbour_537'),('country_Bahamas_16','state_Mayaguana_538'),('country_Bahamas_16','state_New_Providence_539'),('country_Bahamas_16','state_Nicholls_Town_and_Berry_Islands_540'),('country_Bahamas_16','state_Ragged_Island_541'),('country_Bahamas_16','state_Rock_Sound_542'),('country_Bahamas_16','state_San_Salvador_and_Rum_Cay_543'),('country_Bahamas_16','state_Sandy_Point_544'),('country_Bahrain_17','state__________545'),('country_Bahrain_17','state______________546'),('country_Bahrain_17','state________________547'),('country_Bahrain_17','state_____________548'),('country_Bahrain_17','state_________________________________549'),('country_Bahrain_17','state__________550'),('country_Bahrain_17','state_____________________________551'),('country_Bahrain_17','state_____________________552'),('country_Bahrain_17','state________________________________________________553'),('country_Bahrain_17','state_______________________________554'),('country_Bahrain_17','state_________________555'),('country_Bahrain_17','state___________________556'),('country_Bangladesh_18','state_Bandarban_557'),('country_Bangladesh_18','state_Barguna_558'),('country_Bangladesh_18','state_Bogra_559'),('country_Bangladesh_18','state_Brahmanbaria_560'),('country_Bangladesh_18','state_Bagerhat_561'),('country_Bangladesh_18','state_Barisal_562'),('country_Bangladesh_18','state_Bhola_563'),('country_Bangladesh_18','state_Comilla_564'),('country_Bangladesh_18','state_Chandpur_565'),('country_Bangladesh_18','state_Chittagong_566'),('country_Bangladesh_18','state_Cox_s_Bazar_567'),('country_Bangladesh_18','state_Chuadanga_568'),('country_Bangladesh_18','state_Dhaka_569'),('country_Bangladesh_18','state_Dinajpur_570'),('country_Bangladesh_18','state_Faridpur_571'),('country_Bangladesh_18','state_Feni_572'),('country_Bangladesh_18','state_Gopalganj_573'),('country_Bangladesh_18','state_Gazipur_574'),('country_Bangladesh_18','state_Gaibandha_575'),('country_Bangladesh_18','state_Habiganj_576'),('country_Bangladesh_18','state_Jamalpur_577'),('country_Bangladesh_18','state_Jessore_578'),('country_Bangladesh_18','state_Jhenaidah_579'),('country_Bangladesh_18','state_Jaipurhat_580'),('country_Bangladesh_18','state_Jhalakati_581'),('country_Bangladesh_18','state_Kishoreganj_582'),('country_Bangladesh_18','state_Khulna_583'),('country_Bangladesh_18','state_Kurigram_584'),('country_Bangladesh_18','state_Khagrachari_585'),('country_Bangladesh_18','state_Kushtia_586'),('country_Bangladesh_18','state_Lakshmipur_587'),('country_Bangladesh_18','state_Lalmonirhat_588'),('country_Bangladesh_18','state_Manikganj_589'),('country_Bangladesh_18','state_Mymensingh_590'),('country_Bangladesh_18','state_Munshiganj_591'),('country_Bangladesh_18','state_Madaripur_592'),('country_Bangladesh_18','state_Magura_593'),('country_Bangladesh_18','state_Moulvibazar_594'),('country_Bangladesh_18','state_Meherpur_595'),('country_Bangladesh_18','state_Narayanganj_596'),('country_Bangladesh_18','state_Netrakona_597'),('country_Bangladesh_18','state_Narsingdi_598'),('country_Bangladesh_18','state_Narail_599'),('country_Bangladesh_18','state_Natore_600'),('country_Bangladesh_18','state_Nawabganj_601'),('country_Bangladesh_18','state_Nilphamari_602'),('country_Bangladesh_18','state_Noakhali_603'),('country_Bangladesh_18','state_Naogaon_604'),('country_Bangladesh_18','state_Pabna_605'),('country_Bangladesh_18','state_Pirojpur_606'),('country_Bangladesh_18','state_Patuakhali_607'),('country_Bangladesh_18','state_Panchagarh_608'),('country_Bangladesh_18','state_Rajbari_609'),('country_Bangladesh_18','state_Rajshahi_610'),('country_Bangladesh_18','state_Rangpur_611'),('country_Bangladesh_18','state_Rangamati_612'),('country_Bangladesh_18','state_Sherpur_613'),('country_Bangladesh_18','state_Satkhira_614'),('country_Bangladesh_18','state_Sirajganj_615'),('country_Bangladesh_18','state_Sylhet_616'),('country_Bangladesh_18','state_Sunamganj_617'),('country_Bangladesh_18','state_Shariatpur_618'),('country_Bangladesh_18','state_Tangail_619'),('country_Bangladesh_18','state_Thakurgaon_620'),('country_Barbados_19','state_Saint_Andrew_621'),('country_Barbados_19','state_Christ_Church_622'),('country_Barbados_19','state_Saint_Peter_623'),('country_Barbados_19','state_Saint_George_624'),('country_Barbados_19','state_Saint_John_625'),('country_Barbados_19','state_Saint_Lucy_626'),('country_Barbados_19','state_Saint_Michael_627'),('country_Barbados_19','state_Saint_Joseph_628'),('country_Barbados_19','state_Saint_Philip_629'),('country_Barbados_19','state_Saint_James_630'),('country_Barbados_19','state_Saint_Thomas_631'),('country_Belarus_20','state_______________________________________632'),('country_Belarus_20','state___________________________________________633'),('country_Belarus_20','state_____________________________________________634'),('country_Belarus_20','state___________________________________________635'),('country_Belarus_20','state_____________________________________636'),('country_Belarus_20','state_________________________________________637'),('country_Belgium_21','state_Brussel_638'),('country_Belgium_21','state_Antwerpen_639'),('country_Belgium_21','state_Vlaams_Brabant_640'),('country_Belgium_21','state_Limburg_641'),('country_Belgium_21','state_Oost_Vlaanderen_642'),('country_Belgium_21','state_West_Vlaanderen_643'),('country_Belgium_21','state_Brabant_Wallon_644'),('country_Belgium_21','state_Hainaut_645'),('country_Belgium_21','state_Li__ge_L__ttich_646'),('country_Belgium_21','state_Luxembourg_647'),('country_Belgium_21','state_Namur_648'),('country_Belize_22','state_Belize_District_649'),('country_Belize_22','state_Cayo_District_650'),('country_Belize_22','state_Corozal_District_651'),('country_Belize_22','state_Orange_Walk_District_652'),('country_Belize_22','state_Stann_Creek_District_653'),('country_Belize_22','state_Toledo_District_654'),('country_Benin_23','state_Alibori_655'),('country_Benin_23','state_Atakora_656'),('country_Benin_23','state_Atlantique_657'),('country_Benin_23','state_Borgou_658'),('country_Benin_23','state_Collines_659'),('country_Benin_23','state_Donga_660'),('country_Benin_23','state_Kouffo_661'),('country_Benin_23','state_Littoral_662'),('country_Benin_23','state_Mono_663'),('country_Benin_23','state_Ou__m___664'),('country_Benin_23','state_Plateau_665'),('country_Benin_23','state_Zou_666'),('country_Bermuda_24','state_Devonshire_667'),('country_Bermuda_24','state_Hamilton_City_668'),('country_Bermuda_24','state_Hamilton_669'),('country_Bermuda_24','state_Paget_670'),('country_Bermuda_24','state_Pembroke_671'),('country_Bermuda_24','state_Sandys_672'),('country_Bermuda_24','state_Saint_George_City_673'),('country_Bermuda_24','state_Saint_George_s_674'),('country_Bermuda_24','state_Smiths_675'),('country_Bermuda_24','state_Southampton_676'),('country_Bermuda_24','state_Warwick_677'),('country_Bhutan_25','state_Paro_678'),('country_Bhutan_25','state_Chukha_679'),('country_Bhutan_25','state_Haa_680'),('country_Bhutan_25','state_Samtse_681'),('country_Bhutan_25','state_Thimphu_682'),('country_Bhutan_25','state_Tsirang_683'),('country_Bhutan_25','state_Dagana_684'),('country_Bhutan_25','state_Punakha_685'),('country_Bhutan_25','state_Wangdue_Phodrang_686'),('country_Bhutan_25','state_Sarpang_687'),('country_Bhutan_25','state_Trongsa_688'),('country_Bhutan_25','state_Bumthang_689'),('country_Bhutan_25','state_Zhemgang_690'),('country_Bhutan_25','state_Trashigang_691'),('country_Bhutan_25','state_Mongar_692'),('country_Bhutan_25','state_Pemagatshel_693'),('country_Bhutan_25','state_Luentse_694'),('country_Bhutan_25','state_Samdrup_Jongkhar_695'),('country_Bhutan_25','state_Gasa_696'),('country_Bhutan_25','state_Trashiyangse_697'),('country_Bolivia_26','state_El_Beni_698'),('country_Bolivia_26','state_Cochabamba_699'),('country_Bolivia_26','state_Chuquisaca_700'),('country_Bolivia_26','state_La_Paz_701'),('country_Bolivia_26','state_Pando_702'),('country_Bolivia_26','state_Oruro_703'),('country_Bolivia_26','state_Potos___704'),('country_Bolivia_26','state_Santa_Cruz_705'),('country_Bolivia_26','state_Tarija_706'),('country_Botswana_28','state_Central_707'),('country_Botswana_28','state_Ghanzi_708'),('country_Botswana_28','state_Kgalagadi_709'),('country_Botswana_28','state_Kgatleng_710'),('country_Botswana_28','state_Kweneng_711'),('country_Botswana_28','state_North_East_712'),('country_Botswana_28','state_North_West_713'),('country_Botswana_28','state_South_East_714'),('country_Botswana_28','state_Southern_715'),('country_Brazil_30','state_Acre_716'),('country_Brazil_30','state_Alagoas_717'),('country_Brazil_30','state_Amaz__nia_718'),('country_Brazil_30','state_Amap___719'),('country_Brazil_30','state_Bahia_720'),('country_Brazil_30','state_Cear___721'),('country_Brazil_30','state_Distrito_Federal_722'),('country_Brazil_30','state_Esp__rito_Santo_723'),('country_Brazil_30','state_Goi__s_724'),('country_Brazil_30','state_Maranh__o_725'),('country_Brazil_30','state_Minas_Gerais_726'),('country_Brazil_30','state_Mato_Grosso_do_Sul_727'),('country_Brazil_30','state_Mato_Grosso_728'),('country_Brazil_30','state_Par___729'),('country_Brazil_30','state_Para__ba_730'),('country_Brazil_30','state_Pernambuco_731'),('country_Brazil_30','state_Piau___732'),('country_Brazil_30','state_Paran___733'),('country_Brazil_30','state_Rio_de_Janeiro_734'),('country_Brazil_30','state_Rio_Grande_do_Norte_735'),('country_Brazil_30','state_Rond__nia_736'),('country_Brazil_30','state_Roraima_737'),('country_Brazil_30','state_Rio_Grande_do_Sul_738'),('country_Brazil_30','state_Santa_Catarina_739'),('country_Brazil_30','state_Sergipe_740'),('country_Brazil_30','state_S__o_Paulo_741'),('country_Brazil_30','state_Tocantins_742'),('country_British_Indian_Ocean_Territory_31','state_Peros_Banhos_743'),('country_British_Indian_Ocean_Territory_31','state_Salomon_Islands_744'),('country_British_Indian_Ocean_Territory_31','state_Nelsons_Island_745'),('country_British_Indian_Ocean_Territory_31','state_Three_Brothers_746'),('country_British_Indian_Ocean_Territory_31','state_Eagle_Islands_747'),('country_British_Indian_Ocean_Territory_31','state_Danger_Island_748'),('country_British_Indian_Ocean_Territory_31','state_Egmont_Islands_749'),('country_British_Indian_Ocean_Territory_31','state_Diego_Garcia_750'),('country_Brunei_Darussalam_32','state_Belait_751'),('country_Brunei_Darussalam_32','state_Brunei_Muara_752'),('country_Brunei_Darussalam_32','state_Temburong_753'),('country_Brunei_Darussalam_32','state_Tutong_754'),('country_Bulgaria_33','state_Blagoevgrad_755'),('country_Bulgaria_33','state_Burgas_756'),('country_Bulgaria_33','state_Varna_757'),('country_Bulgaria_33','state_Veliko_Tarnovo_758'),('country_Bulgaria_33','state_Vidin_759'),('country_Bulgaria_33','state_Vratsa_760'),('country_Bulgaria_33','state_Gabrovo_761'),('country_Bulgaria_33','state_Dobrich_762'),('country_Bulgaria_33','state_Kardzhali_763'),('country_Bulgaria_33','state_Kyustendil_764'),('country_Bulgaria_33','state_Lovech_765'),('country_Bulgaria_33','state_Montana_766'),('country_Bulgaria_33','state_Pazardzhik_767'),('country_Bulgaria_33','state_Pernik_768'),('country_Bulgaria_33','state_Pleven_769'),('country_Bulgaria_33','state_Plovdiv_770'),('country_Bulgaria_33','state_Razgrad_771'),('country_Bulgaria_33','state_Ruse_772'),('country_Bulgaria_33','state_Silistra_773'),('country_Bulgaria_33','state_Sliven_774'),('country_Bulgaria_33','state_Smolyan_775'),('country_Bulgaria_33','state_Sofia_776'),('country_Bulgaria_33','state_Sofia_Province_777'),('country_Bulgaria_33','state_Stara_Zagora_778'),('country_Bulgaria_33','state_Targovishte_779'),('country_Bulgaria_33','state_Haskovo_780'),('country_Bulgaria_33','state_Shumen_781'),('country_Bulgaria_33','state_Yambol_782'),('country_Burkina_Faso_34','state_Bal___783'),('country_Burkina_Faso_34','state_Bam_784'),('country_Burkina_Faso_34','state_Banwa_785'),('country_Burkina_Faso_34','state_Baz__ga_786'),('country_Burkina_Faso_34','state_Bougouriba_787'),('country_Burkina_Faso_34','state_Boulgou_788'),('country_Burkina_Faso_34','state_Boulkiemd___789'),('country_Burkina_Faso_34','state_Komo___790'),('country_Burkina_Faso_34','state_Ganzourgou_791'),('country_Burkina_Faso_34','state_Gnagna_792'),('country_Burkina_Faso_34','state_Gourma_793'),('country_Burkina_Faso_34','state_Houet_794'),('country_Burkina_Faso_34','state_Ioba_795'),('country_Burkina_Faso_34','state_Kadiogo_796'),('country_Burkina_Faso_34','state_K__n__dougou_797'),('country_Burkina_Faso_34','state_Komondjari_798'),('country_Burkina_Faso_34','state_Kompienga_799'),('country_Burkina_Faso_34','state_Koulp__logo_800'),('country_Burkina_Faso_34','state_Kossi_801'),('country_Burkina_Faso_34','state_Kouritenga_802'),('country_Burkina_Faso_34','state_Kourw__ogo_803'),('country_Burkina_Faso_34','state_L__raba_804'),('country_Burkina_Faso_34','state_Loroum_805'),('country_Burkina_Faso_34','state_Mouhoun_806'),('country_Burkina_Faso_34','state_Namentenga_807'),('country_Burkina_Faso_34','state_Naouri_808'),('country_Burkina_Faso_34','state_Nayala_809'),('country_Burkina_Faso_34','state_Noumbiel_810'),('country_Burkina_Faso_34','state_Oubritenga_811'),('country_Burkina_Faso_34','state_Oudalan_812'),('country_Burkina_Faso_34','state_Passor___813'),('country_Burkina_Faso_34','state_Poni_814'),('country_Burkina_Faso_34','state_S__no_815'),('country_Burkina_Faso_34','state_Sissili_816'),('country_Burkina_Faso_34','state_Sanmatenga_817'),('country_Burkina_Faso_34','state_Sangui___818'),('country_Burkina_Faso_34','state_Soum_819'),('country_Burkina_Faso_34','state_Sourou_820'),('country_Burkina_Faso_34','state_Tapoa_821'),('country_Burkina_Faso_34','state_Tui_822'),('country_Burkina_Faso_34','state_Yagha_823'),('country_Burkina_Faso_34','state_Yatenga_824'),('country_Burkina_Faso_34','state_Ziro_825'),('country_Burkina_Faso_34','state_Zondoma_826'),('country_Burkina_Faso_34','state_Zoundw__ogo_827'),('country_Burundi_35','state_Bubanza_828'),('country_Burundi_35','state_Bujumbura_Mairie_829'),('country_Burundi_35','state_Bururi_830'),('country_Burundi_35','state_Cankuzo_831'),('country_Burundi_35','state_Cibitoke_832'),('country_Burundi_35','state_Gitega_833'),('country_Burundi_35','state_Karuzi_834'),('country_Burundi_35','state_Kayanza_835'),('country_Burundi_35','state_Kirundo_836'),('country_Burundi_35','state_Makamba_837'),('country_Burundi_35','state_Muramvya_838'),('country_Burundi_35','state_Muyinga_839'),('country_Burundi_35','state_Mwaro_840'),('country_Burundi_35','state_Ngozi_841'),('country_Burundi_35','state_Rutana_842'),('country_Burundi_35','state_Ruyigi_843'),('country_Cameroon_37','state_Adamaoua_844'),('country_Cameroon_37','state_Centre_845'),('country_Cameroon_37','state_Extr__me_Nord_846'),('country_Cameroon_37','state_Est_847'),('country_Cameroon_37','state_Littoral_848'),('country_Cameroon_37','state_Nord_849'),('country_Cameroon_37','state_Nord_Ouest_850'),('country_Cameroon_37','state_Ouest_851'),('country_Cameroon_37','state_Sud_852'),('country_Cameroon_37','state_Sud_Ouest_853'),('country_Canada_38','state_Alberta_854'),('country_Canada_38','state_British_Columbia_855'),('country_Canada_38','state_Manitoba_856'),('country_Canada_38','state_New_Brunswick_857'),('country_Canada_38','state_Newfoundland_and_Labrador_858'),('country_Canada_38','state_Nova_Scotia_859'),('country_Canada_38','state_Northwest_Territories_860'),('country_Canada_38','state_Nunavut_861'),('country_Canada_38','state_Ontario_862'),('country_Canada_38','state_Prince_Edward_Island_863'),('country_Canada_38','state_Quebec_864'),('country_Canada_38','state_Saskatchewan_865'),('country_Canada_38','state_Yukon_Territory_866'),('country_Cape_Verde_39','state_Brava_867'),('country_Cape_Verde_39','state_Boa_Vista_868'),('country_Cape_Verde_39','state_Santa_Catarina_869'),('country_Cape_Verde_39','state_Santa_Cruz_870'),('country_Cape_Verde_39','state_Calheta_de_S__o_Miguel_871'),('country_Cape_Verde_39','state_Maio_872'),('country_Cape_Verde_39','state_Mosteiros_873'),('country_Cape_Verde_39','state_Pa__l_874'),('country_Cape_Verde_39','state_Porto_Novo_875'),('country_Cape_Verde_39','state_Praia_876'),('country_Cape_Verde_39','state_Ribeira_Grande_877'),('country_Cape_Verde_39','state_S__o_Domingos_878'),('country_Cape_Verde_39','state_S__o_Filipe_879'),('country_Cape_Verde_39','state_Sal_880'),('country_Cape_Verde_39','state_S__o_Nicolau_881'),('country_Cape_Verde_39','state_S__o_Vicente_882'),('country_Cape_Verde_39','state_Tarrafal_883'),('country_Cayman_Islands_40','state_Creek_884'),('country_Cayman_Islands_40','state_Midland_886'),('country_Cayman_Islands_40','state_South_Town_887'),('country_Cayman_Islands_40','state_Spot_Bay_888'),('country_Cayman_Islands_40','state_Stake_Bay_889'),('country_Cayman_Islands_40','state_West_End_890'),('country_Cayman_Islands_40','state_Western_891'),('country_Central_African_Republic_41','state_Ouham_892'),('country_Central_African_Republic_41','state_Bamingui_Bangoran_893'),('country_Central_African_Republic_41','state_Bangui_894'),('country_Central_African_Republic_41','state_Basse_Kotto_895'),('country_Central_African_Republic_41','state_Haute_Kotto_896'),('country_Central_African_Republic_41','state_Haut_Mbomou_897'),('country_Central_African_Republic_41','state_Mamb__r___Kad_____898'),('country_Central_African_Republic_41','state_Nana_Gr__bizi_899'),('country_Central_African_Republic_41','state_K__mo_900'),('country_Central_African_Republic_41','state_Lobaye_901'),('country_Central_African_Republic_41','state_Mbomou_902'),('country_Central_African_Republic_41','state_Ombella_M_Poko_903'),('country_Central_African_Republic_41','state_Nana_Mamb__r___904'),('country_Central_African_Republic_41','state_Ouham_Pend___905'),('country_Central_African_Republic_41','state_Sangha_Mba__r___906'),('country_Central_African_Republic_41','state_Ouaka_907'),('country_Central_African_Republic_41','state_Vakaga_908'),('country_Chad_42','state_Batha_909'),('country_Chad_42','state_Borkou_Ennedi_Tibesti_910'),('country_Chad_42','state_Biltine_911'),('country_Chad_42','state_Chari_Baguirmi_912'),('country_Chad_42','state_Gu__ra_913'),('country_Chad_42','state_Kanem_914'),('country_Chad_42','state_Lac_915'),('country_Chad_42','state_Logone_Oriental_916'),('country_Chad_42','state_Logone_Occidental_917'),('country_Chad_42','state_Moyen_Chari_918'),('country_Chad_42','state_Mayo_K__bbi_919'),('country_Chad_42','state_Ouadda___920'),('country_Chad_42','state_Salamat_921'),('country_Chad_42','state_Tandjil___922'),('country_Chile_43','state_Ais__n_del_General_Carlos_Iba__ez_923'),('country_Chile_43','state_Antofagasta_924'),('country_Chile_43','state_La_Araucan__a_925'),('country_Chile_43','state_Atacama_926'),('country_Chile_43','state_Biob__o_927'),('country_Chile_43','state_Coquimbo_928'),('country_Chile_43','state_Libertador_Bernardo_O_Higgins_929'),('country_Chile_43','state_Los_Lagos_930'),('country_Chile_43','state_Magallanes_y_de_la_Antartica_931'),('country_Chile_43','state_Maule_932'),('country_Chile_43','state_Metropolitana_de_Santiago_933'),('country_Chile_43','state_Tarapac___934'),('country_Chile_43','state_Valpara__so_935'),('country_China_44','state________936'),('country_China_44','state________937'),('country_China_44','state________938'),('country_China_44','state________939'),('country_China_44','state____________________940'),('country_China_44','state________941'),('country_China_44','state________942'),('country_China_44','state______________943'),('country_China_44','state________944'),('country_China_44','state________945'),('country_China_44','state________946'),('country_China_44','state________947'),('country_China_44','state________948'),('country_China_44','state________949'),('country_China_44','state________950'),('country_China_44','state________951'),('country_China_44','state________952'),('country_China_44','state________953'),('country_China_44','state________954'),('country_China_44','state_______________________955'),('country_China_44','state________956'),('country_China_44','state________957'),('country_China_44','state________958'),('country_China_44','state________959'),('country_China_44','state________960'),('country_China_44','state_________________961'),('country_China_44','state________962'),('country_China_44','state________963'),('country_China_44','state________964'),('country_China_44','state________965'),('country_China_44','state________966'),('country_China_44','state________967'),('country_China_44','state________968'),('country_China_44','state________969'),('country_Cocos__Keeling__Islands_46','state_Direction_Island_970'),('country_Cocos__Keeling__Islands_46','state_Home_Island_971'),('country_Cocos__Keeling__Islands_46','state_Horsburgh_Island_972'),('country_Cocos__Keeling__Islands_46','state_South_Island_973'),('country_Cocos__Keeling__Islands_46','state_West_Island_974'),('country_Colombia_47','state_Amazonas_975'),('country_Colombia_47','state_Antioquia_976'),('country_Colombia_47','state_Arauca_977'),('country_Colombia_47','state_Atl__ntico_978'),('country_Colombia_47','state_Bol__var_979'),('country_Colombia_47','state_Boyac___980'),('country_Colombia_47','state_Caldas_981'),('country_Colombia_47','state_Caquet___982'),('country_Colombia_47','state_Casanare_983'),('country_Colombia_47','state_Cauca_984'),('country_Colombia_47','state_Cesar_985'),('country_Colombia_47','state_Choc___986'),('country_Colombia_47','state_C__rdoba_987'),('country_Colombia_47','state_Cundinamarca_988'),('country_Colombia_47','state_Bogot___Distrito_Capital_989'),('country_Colombia_47','state_Guain__a_990'),('country_Colombia_47','state_Guaviare_991'),('country_Colombia_47','state_La_Guajira_993'),('country_Colombia_47','state_Magdalena_994'),('country_Colombia_47','state_Meta_995'),('country_Colombia_47','state_Nari__o_996'),('country_Colombia_47','state_Norte_de_Santander_997'),('country_Colombia_47','state_Putumayo_998'),('country_Colombia_47','state_Quind__o_999'),('country_Colombia_47','state_Risaralda_1000'),('country_Colombia_47','state_Santander_1001'),('country_Colombia_47','state_San_Andr__s_y_Providencia_1002'),('country_Colombia_47','state_Sucre_1003'),('country_Colombia_47','state_Tolima_1004'),('country_Colombia_47','state_Valle_del_Cauca_1005'),('country_Colombia_47','state_Vaup__s_1006'),('country_Colombia_47','state_Vichada_1007'),('country_Comoros_48','state_Anjouan_1008'),('country_Comoros_48','state_Grande_Comore_1009'),('country_Comoros_48','state_Moh__li_1010'),('country_Congo_49','state_Congo_Central_1011'),('country_Congo_49','state_Bandundu_1012'),('country_Congo_49','state___quateur_1013'),('country_Congo_49','state_Katanga_1014'),('country_Congo_49','state_Kasai_Oriental_1015'),('country_Congo_49','state_Kinshasa_1016'),('country_Congo_49','state_Kasai_Occidental_1017'),('country_Congo_49','state_Maniema_1018'),('country_Congo_49','state_Nord_Kivu_1019'),('country_Congo_49','state_Orientale_1020'),('country_Congo_49','state_Sud_Kivu_1021'),('country_Cook_Islands_50','state_Pukapuka_1022'),('country_Cook_Islands_50','state_Rakahanga_1023'),('country_Cook_Islands_50','state_Manihiki_1024'),('country_Cook_Islands_50','state_Penrhyn_1025'),('country_Cook_Islands_50','state_Nassau_Island_1026'),('country_Cook_Islands_50','state_Surwarrow_1027'),('country_Cook_Islands_50','state_Palmerston_1028'),('country_Cook_Islands_50','state_Aitutaki_1029'),('country_Cook_Islands_50','state_Manuae_1030'),('country_Cook_Islands_50','state_Takutea_1031'),('country_Cook_Islands_50','state_Mitiaro_1032'),('country_Cook_Islands_50','state_Atiu_1033'),('country_Cook_Islands_50','state_Mauke_1034'),('country_Cook_Islands_50','state_Rarotonga_1035'),('country_Cook_Islands_50','state_Mangaia_1036'),('country_Costa_Rica_51','state_Alajuela_1037'),('country_Costa_Rica_51','state_Cartago_1038'),('country_Costa_Rica_51','state_Guanacaste_1039'),('country_Costa_Rica_51','state_Heredia_1040'),('country_Costa_Rica_51','state_Lim__n_1041'),('country_Costa_Rica_51','state_Puntarenas_1042'),('country_Costa_Rica_51','state_San_Jos___1043'),('country_Cote_D_Ivoire_52','state_Lagunes_1044'),('country_Cote_D_Ivoire_52','state_Haut_Sassandra_1045'),('country_Cote_D_Ivoire_52','state_Savanes_1046'),('country_Cote_D_Ivoire_52','state_Vall__e_du_Bandama_1047'),('country_Cote_D_Ivoire_52','state_Moyen_Como___1048'),('country_Cote_D_Ivoire_52','state_Dix_Huit_1049'),('country_Cote_D_Ivoire_52','state_Lacs_1050'),('country_Cote_D_Ivoire_52','state_Zanzan_1051'),('country_Cote_D_Ivoire_52','state_Bas_Sassandra_1052'),('country_Cote_D_Ivoire_52','state_Dengu__l___1053'),('country_Cote_D_Ivoire_52','state_N_zi_Como___1054'),('country_Cote_D_Ivoire_52','state_Marahou___1055'),('country_Cote_D_Ivoire_52','state_Sud_Como___1056'),('country_Cote_D_Ivoire_52','state_Worodouqou_1057'),('country_Cote_D_Ivoire_52','state_Sud_Bandama_1058'),('country_Cote_D_Ivoire_52','state_Agn__bi_1059'),('country_Cote_D_Ivoire_52','state_Bafing_1060'),('country_Cote_D_Ivoire_52','state_Fromager_1061'),('country_Cote_D_Ivoire_52','state_Moyen_Cavally_1062'),('country_Croatia_53','state_Zagreba__ka___upanija_1063'),('country_Croatia_53','state_Krapinsko_zagorska___upanija_1064'),('country_Croatia_53','state_Sisa__ko_moslava__ka___upanija_1065'),('country_Croatia_53','state_Karlova__ka___upanija_1066'),('country_Croatia_53','state_Vara__dinska___upanija_1067'),('country_Croatia_53','state_Koprivni__ko_kri__eva__ka___upanija_1068'),('country_Croatia_53','state_Bjelovarsko_bilogorska___upanija_1069'),('country_Croatia_53','state_Primorsko_goranska___upanija_1070'),('country_Croatia_53','state_Li__ko_senjska___upanija_1071'),('country_Croatia_53','state_Viroviti__ko_podravska___upanija_1072'),('country_Croatia_53','state_Po__e__ko_slavonska___upanija_1073'),('country_Croatia_53','state_Brodsko_posavska___upanija_1074'),('country_Croatia_53','state_Zadarska___upanija_1075'),('country_Croatia_53','state_Osje__ko_baranjska___upanija_1076'),('country_Croatia_53','state___ibensko_kninska___upanija_1077'),('country_Croatia_53','state_Vukovarsko_srijemska___upanija_1078'),('country_Croatia_53','state_Splitsko_dalmatinska___upanija_1079'),('country_Croatia_53','state_Istarska___upanija_1080'),('country_Croatia_53','state_Dubrova__ko_neretvanska___upanija_1081'),('country_Croatia_53','state_Me__imurska___upanija_1082'),('country_Croatia_53','state_Zagreb_1083'),('country_Cuba_54','state_Pinar_del_R__o_1084'),('country_Cuba_54','state_La_Habana_1085'),('country_Cuba_54','state_Ciudad_de_La_Habana_1086'),('country_Cuba_54','state_Matanzas_1087'),('country_Cuba_54','state_Villa_Clara_1088'),('country_Cuba_54','state_Cienfuegos_1089'),('country_Cuba_54','state_Sancti_Sp__ritus_1090'),('country_Cuba_54','state_Ciego_de___vila_1091'),('country_Cuba_54','state_Camag__ey_1092'),('country_Cuba_54','state_Las_Tunas_1093'),('country_Cuba_54','state_Holgu__n_1094'),('country_Cuba_54','state_Granma_1095'),('country_Cuba_54','state_Santiago_de_Cuba_1096'),('country_Cuba_54','state_Guant__namo_1097'),('country_Cuba_54','state_Isla_de_la_Juventud_1098'),('country_Cyprus_55','state_________v_______1099'),('country_Cyprus_55','state__________________1100'),('country_Cyprus_55','state______________________1101'),('country_Cyprus_55','state________________1102'),('country_Cyprus_55','state________________1103'),('country_Cyprus_55','state____________1104'),('country_Czech_Republic_56','state_Jiho__esk___kraj_1105'),('country_Czech_Republic_56','state_Jihomoravsk___kraj_1106'),('country_Czech_Republic_56','state_Karlovarsk___kraj_1107'),('country_Czech_Republic_56','state_Vyso__ina_kraj_1108'),('country_Czech_Republic_56','state_Kr__lov__hradeck___kraj_1109'),('country_Czech_Republic_56','state_Libereck___kraj_1110'),('country_Czech_Republic_56','state_Moravskoslezsk___kraj_1111'),('country_Czech_Republic_56','state_Olomouck___kraj_1112'),('country_Czech_Republic_56','state_Pardubick___kraj_1113'),('country_Czech_Republic_56','state_Plze__sk___kraj_1114'),('country_Czech_Republic_56','state_Hlavn___m__sto_Praha_1115'),('country_Czech_Republic_56','state_St__edo__esk___kraj_1116'),('country_Czech_Republic_56','state___steck___kraj_1117'),('country_Czech_Republic_56','state_Zl__nsk___kraj_1118'),('country_Denmark_57','state_Bornholms_Regionskommune_1119'),('country_Denmark_57','state_K__benhavn_1120'),('country_Denmark_57','state_Frederiksberg_1121'),('country_Denmark_57','state___rhus_Amt_1122'),('country_Denmark_57','state_K__benhavns_Amt_1123'),('country_Denmark_57','state_Frederiksborg_Amt_1124'),('country_Denmark_57','state_Fyns_Amt_1125'),('country_Denmark_57','state_Nordjyllands_Amt_1126'),('country_Denmark_57','state_Ribe_Amt_1127'),('country_Denmark_57','state_Ringkj__bing_Amt_1128'),('country_Denmark_57','state_Roskilde_Amt_1129'),('country_Denmark_57','state_S__nderjyllands_Amt_1130'),('country_Denmark_57','state_Storstr__ms_Amt_1131'),('country_Denmark_57','state_Vejle_Amt_1132'),('country_Denmark_57','state_Vestsj__llands_Amt_1133'),('country_Denmark_57','state_Viborg_Amt_1134'),('country_Djibouti_58','state_Region_d_Ali_Sabieh_1135'),('country_Djibouti_58','state_Region_d_Arta_1136'),('country_Djibouti_58','state_Region_de_Dikhil_1137'),('country_Djibouti_58','state_Ville_de_Djibouti_1138'),('country_Djibouti_58','state_Region_d_Obock_1139'),('country_Djibouti_58','state_Region_de_Tadjourah_1140'),('country_Dominica_59','state_Saint_Andrew_Parish_1141'),('country_Dominica_59','state_Saint_David_Parish_1142'),('country_Dominica_59','state_Saint_George_Parish_1143'),('country_Dominica_59','state_Saint_John_Parish_1144'),('country_Dominica_59','state_Saint_Joseph_Parish_1145'),('country_Dominica_59','state_Saint_Luke_Parish_1146'),('country_Dominica_59','state_Saint_Mark_Parish_1147'),('country_Dominica_59','state_Saint_Patrick_Parish_1148'),('country_Dominica_59','state_Saint_Paul_Parish_1149'),('country_Dominica_59','state_Saint_Peter_Parish_1150'),('country_Dominican_Republic_60','state_Distrito_Nacional_1151'),('country_Dominican_Republic_60','state___zua_1152'),('country_Dominican_Republic_60','state_Baoruco_1153'),('country_Dominican_Republic_60','state_Barahona_1154'),('country_Dominican_Republic_60','state_Dajab__n_1155'),('country_Dominican_Republic_60','state_Duarte_1156'),('country_Dominican_Republic_60','state_El__as_Pi__a_1157'),('country_Dominican_Republic_60','state_El_Seibo_1158'),('country_Dominican_Republic_60','state_Espaillat_1159'),('country_Dominican_Republic_60','state_Independencia_1160'),('country_Dominican_Republic_60','state_La_Altagracia_1161'),('country_Dominican_Republic_60','state_La_Romana_1162'),('country_Dominican_Republic_60','state_La_Vega_1163'),('country_Dominican_Republic_60','state_Mar__a_Trinidad_S__nchez_1164'),('country_Dominican_Republic_60','state_Monte_Cristi_1165'),('country_Dominican_Republic_60','state_Pedernales_1166'),('country_Dominican_Republic_60','state_Peravia_1167'),('country_Dominican_Republic_60','state_Puerto_Plata_1168'),('country_Dominican_Republic_60','state_Salcedo_1169'),('country_Dominican_Republic_60','state_Saman___1170'),('country_Dominican_Republic_60','state_San_Crist__bal_1171'),('country_Dominican_Republic_60','state_San_Juan_1172'),('country_Dominican_Republic_60','state_San_Pedro_de_Macor__s_1173'),('country_Dominican_Republic_60','state_S__nchez_Ram__rez_1174'),('country_Dominican_Republic_60','state_Santiago_1175'),('country_Dominican_Republic_60','state_Santiago_Rodr__guez_1176'),('country_Dominican_Republic_60','state_Valverde_1177'),('country_Dominican_Republic_60','state_Monse__or_Nouel_1178'),('country_Dominican_Republic_60','state_Monte_Plata_1179'),('country_Dominican_Republic_60','state_Hato_Mayor_1180'),('country_East_Timor_61','state_Aileu_1181'),('country_East_Timor_61','state_Ainaro_1182'),('country_East_Timor_61','state_Baucau_1183'),('country_East_Timor_61','state_Bobonaro_1184'),('country_East_Timor_61','state_Cova_Lima_1185'),('country_East_Timor_61','state_Dili_1186'),('country_East_Timor_61','state_Ermera_1187'),('country_East_Timor_61','state_Lautem_1188'),('country_East_Timor_61','state_Liqui_____1189'),('country_East_Timor_61','state_Manufahi_1190'),('country_East_Timor_61','state_Manatuto_1191'),('country_East_Timor_61','state_Oecussi_1192'),('country_East_Timor_61','state_Viqueque_1193'),('country_Ecuador_62','state_Azuay_1194'),('country_Ecuador_62','state_Bol__var_1195'),('country_Ecuador_62','state_Carchi_1196'),('country_Ecuador_62','state_Orellana_1197'),('country_Ecuador_62','state_Esmeraldas_1198'),('country_Ecuador_62','state_Ca__ar_1199'),('country_Ecuador_62','state_Guayas_1200'),('country_Ecuador_62','state_Chimborazo_1201'),('country_Ecuador_62','state_Imbabura_1202'),('country_Ecuador_62','state_Loja_1203'),('country_Ecuador_62','state_Manab___1204'),('country_Ecuador_62','state_Napo_1205'),('country_Ecuador_62','state_El_Oro_1206'),('country_Ecuador_62','state_Pichincha_1207'),('country_Ecuador_62','state_Los_R__os_1208'),('country_Ecuador_62','state_Morona_Santiago_1209'),('country_Ecuador_62','state_Tungurahua_1210'),('country_Ecuador_62','state_Sucumb__os_1211'),('country_Ecuador_62','state_Gal__pagos_1212'),('country_Ecuador_62','state_Cotopaxi_1213'),('country_Ecuador_62','state_Pastaza_1214'),('country_Ecuador_62','state_Zamora_Chinchipe_1215'),('country_Egypt_63','state______________________1216'),('country_Egypt_63','state____________1217'),('country_Egypt_63','state____________1218'),('country_Egypt_63','state_________________________1219'),('country_Egypt_63','state________________1220'),('country_Egypt_63','state_________________1221'),('country_Egypt_63','state________________1222'),('country_Egypt_63','state__________________1223'),('country_Egypt_63','state____________1224'),('country_Egypt_63','state______________1225'),('country_Egypt_63','state________________1226'),('country_Egypt_63','state______________1227'),('country_Egypt_63','state________________________1228'),('country_Egypt_63','state_____________________1229'),('country_Egypt_63','state____________________1230'),('country_Egypt_63','state___________________1231'),('country_Egypt_63','state________1232'),('country_Egypt_63','state___________________________1233'),('country_Egypt_63','state__________________1234'),('country_Egypt_63','state____________1235'),('country_Egypt_63','state______________________________1236'),('country_Egypt_63','state_________________________1237'),('country_Egypt_63','state___________________________________1238'),('country_Egypt_63','state_____________________1239'),('country_Egypt_63','state______________1240'),('country_Egypt_63','state___________________________1241'),('country_El_Salvador_64','state_Ahuachap__n_1242'),('country_El_Salvador_64','state_Caba__as_1243'),('country_El_Salvador_64','state_Chalatenango_1244'),('country_El_Salvador_64','state_Cuscatl__n_1245'),('country_El_Salvador_64','state_La_Libertad_1246'),('country_El_Salvador_64','state_Moraz__n_1247'),('country_El_Salvador_64','state_La_Paz_1248'),('country_El_Salvador_64','state_Santa_Ana_1249'),('country_El_Salvador_64','state_San_Miguel_1250'),('country_El_Salvador_64','state_Sonsonate_1251'),('country_El_Salvador_64','state_San_Salvador_1252'),('country_El_Salvador_64','state_San_Vicente_1253'),('country_El_Salvador_64','state_La_Uni__n_1254'),('country_El_Salvador_64','state_Usulut__n_1255'),('country_Equatorial_Guinea_65','state_Annob__n_1256'),('country_Equatorial_Guinea_65','state_Bioko_Norte_1257'),('country_Equatorial_Guinea_65','state_Bioko_Sur_1258'),('country_Equatorial_Guinea_65','state_Centro_Sur_1259'),('country_Equatorial_Guinea_65','state_Ki___Ntem_1260'),('country_Equatorial_Guinea_65','state_Litoral_1261'),('country_Equatorial_Guinea_65','state_Wele_Nzas_1262'),('country_Eritrea_66','state_Zoba_Anseba_1263'),('country_Eritrea_66','state_Zoba_Debubawi_Keyih_Bahri_1264'),('country_Eritrea_66','state_Zoba_Debub_1265'),('country_Eritrea_66','state_Zoba_Gash_Barka_1266'),('country_Eritrea_66','state_Zoba_Ma_akel_1267'),('country_Eritrea_66','state_Zoba_Semienawi_Keyih_Bahri_1268'),('country_Estonia_67','state_Harju_maakond_1269'),('country_Estonia_67','state_Hiiu_maakond_1270'),('country_Estonia_67','state_Ida_Viru_maakond_1271'),('country_Estonia_67','state_J__geva_maakond_1272'),('country_Estonia_67','state_J__rva_maakond_1273'),('country_Estonia_67','state_L____ne_maakond_1274'),('country_Estonia_67','state_L____ne_Viru_maakond_1275'),('country_Estonia_67','state_P__lva_maakond_1276'),('country_Estonia_67','state_P__rnu_maakond_1277'),('country_Estonia_67','state_Rapla_maakond_1278'),('country_Estonia_67','state_Saare_maakond_1279'),('country_Estonia_67','state_Tartu_maakond_1280'),('country_Estonia_67','state_Valga_maakond_1281'),('country_Estonia_67','state_Viljandi_maakond_1282'),('country_Estonia_67','state_V__ru_maakond_1283'),('country_Ethiopia_68','state_____________________1284'),('country_Ethiopia_68','state___________1285'),('country_Ethiopia_68','state___________1286'),('country_Ethiopia_68','state______________________________1287'),('country_Ethiopia_68','state______________1288'),('country_Ethiopia_68','state___________________________1289'),('country_Ethiopia_68','state_____________________1290'),('country_Ethiopia_68','state______________1291'),('country_Ethiopia_68','state___________1292'),('country_Ethiopia_68','state___________________________________________________________1293'),('country_Ethiopia_68','state______________1294'),('country_Fiji_71','state_Central_1295'),('country_Fiji_71','state_Northern_1296'),('country_Fiji_71','state_Eastern_1297'),('country_Fiji_71','state_Rotuma_1298'),('country_Fiji_71','state_Western_1299'),('country_Finland_72','state_Ahvenanmaan_maakunta_1300'),('country_Finland_72','state_Etel___Suomen_l____ni_1301'),('country_Finland_72','state_It___Suomen_l____ni_1302'),('country_Finland_72','state_Lapin_l____ni_1303'),('country_Finland_72','state_L__nsi_Suomen_l____ni_1304'),('country_Finland_72','state_Oulun_l____ni_1305'),('country_France_73','state_Ain_1306'),('country_France_73','state_Aisne_1307'),('country_France_73','state_Allier_1308'),('country_France_73','state_Alpes_de_Haute_Provence_1309'),('country_France_73','state_Hautes_Alpes_1310'),('country_France_73','state_Alpes_Maritimes_1311'),('country_France_73','state_Ard__che_1312'),('country_France_73','state_Ardennes_1313'),('country_France_73','state_Ari__ge_1314'),('country_France_73','state_Aube_1315'),('country_France_73','state_Aude_1316'),('country_France_73','state_Aveyron_1317'),('country_France_73','state_Bouches_du_Rh__ne_1318'),('country_France_73','state_Calvados_1319'),('country_France_73','state_Cantal_1320'),('country_France_73','state_Charente_1321'),('country_France_73','state_Charente_Maritime_1322'),('country_France_73','state_Cher_1323'),('country_France_73','state_Corr__ze_1324'),('country_France_73','state_C__te_d_Or_1325'),('country_France_73','state_C__tes_d_Armor_1326'),('country_France_73','state_Creuse_1327'),('country_France_73','state_Dordogne_1328'),('country_France_73','state_Doubs_1329'),('country_France_73','state_Dr__me_1330'),('country_France_73','state_Eure_1331'),('country_France_73','state_Eure_et_Loir_1332'),('country_France_73','state_Finist__re_1333'),('country_France_73','state_Corse_du_Sud_1334'),('country_France_73','state_Haute_Corse_1335'),('country_France_73','state_Gard_1336'),('country_France_73','state_Haute_Garonne_1337'),('country_France_73','state_Gers_1338'),('country_France_73','state_Gironde_1339'),('country_France_73','state_H__rault_1340'),('country_France_73','state_Ille_et_Vilaine_1341'),('country_France_73','state_Indre_1342'),('country_France_73','state_Indre_et_Loire_1343'),('country_France_73','state_Is__re_1344'),('country_France_73','state_Jura_1345'),('country_France_73','state_Landes_1346'),('country_France_73','state_Loir_et_Cher_1347'),('country_France_73','state_Loire_1348'),('country_France_73','state_Haute_Loire_1349'),('country_France_73','state_Loire_Atlantique_1350'),('country_France_73','state_Loiret_1351'),('country_France_73','state_Lot_1352'),('country_France_73','state_Lot_et_Garonne_1353'),('country_France_73','state_Loz__re_1354'),('country_France_73','state_Maine_et_Loire_1355'),('country_France_73','state_Manche_1356'),('country_France_73','state_Marne_1357'),('country_France_73','state_Haute_Marne_1358'),('country_France_73','state_Mayenne_1359'),('country_France_73','state_Meurthe_et_Moselle_1360'),('country_France_73','state_Meuse_1361'),('country_France_73','state_Morbihan_1362'),('country_France_73','state_Moselle_1363'),('country_France_73','state_Ni__vre_1364'),('country_France_73','state_Nord_1365'),('country_France_73','state_Oise_1366'),('country_France_73','state_Orne_1367'),('country_France_73','state_Pas_de_Calais_1368'),('country_France_73','state_Puy_de_D__me_1369'),('country_France_73','state_Pyr__n__es_Atlantiques_1370'),('country_France_73','state_Hautes_Pyr__n__es_1371'),('country_France_73','state_Pyr__n__es_Orientales_1372'),('country_France_73','state_Bas_Rhin_1373'),('country_France_73','state_Haut_Rhin_1374'),('country_France_73','state_Rh__ne_1375'),('country_France_73','state_Haute_Sa__ne_1376'),('country_France_73','state_Sa__ne_et_Loire_1377'),('country_France_73','state_Sarthe_1378'),('country_France_73','state_Savoie_1379'),('country_France_73','state_Haute_Savoie_1380'),('country_France_73','state_Paris_1381'),('country_France_73','state_Seine_Maritime_1382'),('country_France_73','state_Seine_et_Marne_1383'),('country_France_73','state_Yvelines_1384'),('country_France_73','state_Deux_S__vres_1385'),('country_France_73','state_Somme_1386'),('country_France_73','state_Tarn_1387'),('country_France_73','state_Tarn_et_Garonne_1388'),('country_France_73','state_Var_1389'),('country_France_73','state_Vaucluse_1390'),('country_France_73','state_Vend__e_1391'),('country_France_73','state_Vienne_1392'),('country_France_73','state_Haute_Vienne_1393'),('country_France_73','state_Vosges_1394'),('country_France_73','state_Yonne_1395'),('country_France_73','state_Territoire_de_Belfort_1396'),('country_France_73','state_Essonne_1397'),('country_France_73','state_Hauts_de_Seine_1398'),('country_France_73','state_Seine_Saint_Denis_1399'),('country_France_73','state_Val_de_Marne_1400'),('country_France_73','state_Val_d_Oise_1401'),('country_France_73','state_Territoire_des_Nouvelle_Cal__donie_et_Dependances_1402'),('country_France_73','state_Polyn__sie_Fran__aise_1403'),('country_France_73','state_Saint_Pierre_et_Miquelon_1404'),('country_France_73','state_Terres_australes_et_antarctiques_fran__aises_1405'),('country_France_73','state_Mayotte_1406'),('country_France_73','state_Territoire_des___les_Wallis_et_Futuna_1407'),('country_France_73','country_Guadeloupe_87'),('country_France_73','country_Reunion_174'),('country_France_73','country_Martinique_134'),('country_French_Polynesia_76','state_Archipel_des_Marquises_1408'),('country_French_Polynesia_76','state_Archipel_des_Tuamotu_1409'),('country_French_Polynesia_76','state_Archipel_des_Tubuai_1410'),('country_French_Polynesia_76','state_Iles_du_Vent_1411'),('country_French_Polynesia_76','state_Iles_Sous_le_Vent__1412'),('country_French_Southern_Territories_77','state_Iles_Crozet_1413'),('country_French_Southern_Territories_77','state_Iles_Kerguelen_1414'),('country_French_Southern_Territories_77','state_Ile_Amsterdam_1415'),('country_French_Southern_Territories_77','state_Ile_Saint_Paul_1416'),('country_French_Southern_Territories_77','state_Adelie_Land_1417'),('country_Gabon_78','state_Estuaire_1418'),('country_Gabon_78','state_Haut_Ogooue_1419'),('country_Gabon_78','state_Moyen_Ogooue_1420'),('country_Gabon_78','state_Ngounie_1421'),('country_Gabon_78','state_Nyanga_1422'),('country_Gabon_78','state_Ogooue_Ivindo_1423'),('country_Gabon_78','state_Ogooue_Lolo_1424'),('country_Gabon_78','state_Ogooue_Maritime_1425'),('country_Gabon_78','state_Woleu_Ntem_1426'),('country_Gambia_79','state_Ashanti_1427'),('country_Gambia_79','state_Brong_Ahafo_1428'),('country_Gambia_79','state_Central_1429'),('country_Gambia_79','state_Eastern_1430'),('country_Gambia_79','state_Greater_Accra_1431'),('country_Gambia_79','state_Northern_1432'),('country_Gambia_79','state_Upper_East_1433'),('country_Gambia_79','state_Upper_West_1434'),('country_Gambia_79','state_Volta_1435'),('country_Gambia_79','state_Western_1436'),('country_Georgia_80','state__________________________1437'),('country_Georgia_80','state_________________1438'),('country_Georgia_80','state_________________1439'),('country_Georgia_80','state_______________________1440'),('country_Georgia_80','state____________________1441'),('country_Georgia_80','state____________________________________1442'),('country_Georgia_80','state_____________________________________________1443'),('country_Georgia_80','state_________________________________________________________________________________1444'),('country_Georgia_80','state_____________________________________________1445'),('country_Georgia_80','state_________________________________1446'),('country_Georgia_80','state________________________________________________________________1447'),('country_Georgia_80','state_______________________1448'),('country_Germany_81','state_Berlin_1449'),('country_Germany_81','state_Brandenburg_1450'),('country_Germany_81','state_Baden_W__rttemberg_1451'),('country_Germany_81','state_Bayern_1452'),('country_Germany_81','state_Bremen_1453'),('country_Germany_81','state_Hessen_1454'),('country_Germany_81','state_Hamburg_1455'),('country_Germany_81','state_Mecklenburg_Vorpommern_1456'),('country_Germany_81','state_Niedersachsen_1457'),('country_Germany_81','state_Nordrhein_Westfalen_1458'),('country_Germany_81','state_Rheinland_Pfalz_1459'),('country_Germany_81','state_Schleswig_Holstein_1460'),('country_Germany_81','state_Saarland_1461'),('country_Germany_81','state_Sachsen_1462'),('country_Germany_81','state_Sachsen_Anhalt_1463'),('country_Germany_81','state_Th__ringen_1464'),('country_Greece_84','state________________________________1475'),('country_Greece_84','state________________1476'),('country_Greece_84','state______________1477'),('country_Greece_84','state____________________1478'),('country_Greece_84','state__________________1479'),('country_Greece_84','state______________1480'),('country_Greece_84','state__________________1481'),('country_Greece_84','state________________1482'),('country_Greece_84','state_____________1483'),('country_Greece_84','state____________1484'),('country_Greece_84','state__________________1485'),('country_Greece_84','state________________1486'),('country_Greece_84','state__________________1487'),('country_Greece_84','state__________________1488'),('country_Greece_84','state________________1489'),('country_Greece_84','state______________________1490'),('country_Greece_84','state________________1491'),('country_Greece_84','state__________1492'),('country_Greece_84','state____________________1493'),('country_Greece_84','state__________________1494'),('country_Greece_84','state________________1495'),('country_Greece_84','state__________________1496'),('country_Greece_84','state______________1497'),('country_Greece_84','state__________________1498'),('country_Greece_84','state________________1499'),('country_Greece_84','state________________1500'),('country_Greece_84','state____________1501'),('country_Greece_84','state______________1502'),('country_Greece_84','state________________________1503'),('country_Greece_84','state______________1504'),('country_Greece_84','state__________________1505'),('country_Greece_84','state______________1506'),('country_Greece_84','state______________1507'),('country_Greece_84','state____________1508'),('country_Greece_84','state______________1509'),('country_Greece_84','state______________1510'),('country_Greece_84','state________________1511'),('country_Greece_84','state____________________1512'),('country_Greece_84','state___________________1513'),('country_Greece_84','state____________1514'),('country_Greece_84','state____________1515'),('country_Greece_84','state______________1516'),('country_Greece_84','state______________________1517'),('country_Greece_84','state__________________1518'),('country_Greece_84','state______________1519'),('country_Greece_84','state____________1520'),('country_Greece_84','state__________1521'),('country_Greece_84','state__________________1522'),('country_Greece_84','state______________1523'),('country_Greece_84','state________________1524'),('country_Greece_84','state______________1525'),('country_Greece_84','state______________1526'),('country_Greenland_85','state_Avannaa_1527'),('country_Greenland_85','state_Tunu__1528'),('country_Greenland_85','state_Kitaa_1529'),('country_Grenada_86','state_Saint_David_1531'),('country_Grenada_86','state_Saint_Mark_1534'),('country_Grenada_86','state_Saint_Patrick_1535'),('country_Guatemala_89','state_Alta_Verapaz_1536'),('country_Guatemala_89','state_Baja_Verapaz_1537'),('country_Guatemala_89','state_Chimaltenango_1538'),('country_Guatemala_89','state_Chiquimula_1539'),('country_Guatemala_89','state_Escuintla_1540'),('country_Guatemala_89','state_Guatemala_1541'),('country_Guatemala_89','state_Huehuetenango_1542'),('country_Guatemala_89','state_Izabal_1543'),('country_Guatemala_89','state_Jalapa_1544'),('country_Guatemala_89','state_Jutiapa_1545'),('country_Guatemala_89','state_El_Pet__n_1546'),('country_Guatemala_89','state_El_Progreso_1547'),('country_Guatemala_89','state_El_Quich___1548'),('country_Guatemala_89','state_Quetzaltenango_1549'),('country_Guatemala_89','state_Retalhuleu_1550'),('country_Guatemala_89','state_Sacatep__quez_1551'),('country_Guatemala_89','state_San_Marcos_1552'),('country_Guatemala_89','state_Solol___1553'),('country_Guatemala_89','state_Santa_Rosa_1554'),('country_Guatemala_89','state_Suchitep__quez_1555'),('country_Guatemala_89','state_Totonicap__n_1556'),('country_Guatemala_89','state_Zacapa_1557'),('country_Guinea_90','state_Beyla_1558'),('country_Guinea_90','state_Boffa_1559'),('country_Guinea_90','state_Bok___1560'),('country_Guinea_90','state_Coyah_1561'),('country_Guinea_90','state_Dabola_1562'),('country_Guinea_90','state_Dinguiraye_1563'),('country_Guinea_90','state_Dalaba_1564'),('country_Guinea_90','state_Dubr__ka_1565'),('country_Guinea_90','state_Faranah_1566'),('country_Guinea_90','state_For__cariah_1567'),('country_Guinea_90','state_Fria_1568'),('country_Guinea_90','state_Gaoual_1569'),('country_Guinea_90','state_Gu__k__dou_1570'),('country_Guinea_90','state_Kankan_1571'),('country_Guinea_90','state_Koubia_1572'),('country_Guinea_90','state_Kindia_1573'),('country_Guinea_90','state_K__rouan___1574'),('country_Guinea_90','state_Koundara_1575'),('country_Guinea_90','state_Kouroussa_1576'),('country_Guinea_90','state_Kissidougou_1577'),('country_Guinea_90','state_Lab___1578'),('country_Guinea_90','state_L__louma_1579'),('country_Guinea_90','state_Lola_1580'),('country_Guinea_90','state_Macenta_1581'),('country_Guinea_90','state_Mandiana_1582'),('country_Guinea_90','state_Mali_1583'),('country_Guinea_90','state_Mamou_1584'),('country_Guinea_90','state_Nz__r__kor___1585'),('country_Guinea_90','state_Pita_1586'),('country_Guinea_90','state_Siguiri_1587'),('country_Guinea_90','state_T__lim__l___1588'),('country_Guinea_90','state_Tougu___1589'),('country_Guinea_90','state_Yomou_1590'),('country_Guinea_Bissau_91','state_Bafata_1591'),('country_Guinea_Bissau_91','state_Biombo_1592'),('country_Guinea_Bissau_91','state_Bissau_1593'),('country_Guinea_Bissau_91','state_Bolama_1594'),('country_Guinea_Bissau_91','state_Cacheu_1595'),('country_Guinea_Bissau_91','state_Gabu_1596'),('country_Guinea_Bissau_91','state_Oio_1597'),('country_Guinea_Bissau_91','state_Quinara_1598'),('country_Guinea_Bissau_91','state_Tombali_1599'),('country_Guyana_92','state_Barima_Waini_1600'),('country_Guyana_92','state_Cuyuni_Mazaruni_1601'),('country_Guyana_92','state_Demerara_Mahaica_1602'),('country_Guyana_92','state_East_Berbice_Corentyne_1603'),('country_Guyana_92','state_Essequibo_Islands_West_Demerara_1604'),('country_Guyana_92','state_Mahaica_Berbice_1605'),('country_Guyana_92','state_Pomeroon_Supenaam_1606'),('country_Guyana_92','state_Potaro_Siparuni_1607'),('country_Guyana_92','state_Upper_Demerara_Berbice_1608'),('country_Guyana_92','state_Upper_Takutu_Upper_Essequibo_1609'),('country_Haiti_93','state_Artibonite_1610'),('country_Haiti_93','state_Grand_Anse_1612'),('country_Haiti_93','state_Nippes_1613'),('country_Haiti_93','state_Nord_1614'),('country_Haiti_93','state_Nord_Est_1615'),('country_Haiti_93','state_Nord_Ouest_1616'),('country_Haiti_93','state_Sud_1618'),('country_Haiti_93','state_Sud_Est_1619'),('country_Heard_and_McDonald_Islands_94','state_Flat_Island_1620'),('country_Heard_and_McDonald_Islands_94','state_McDonald_Island_1621'),('country_Heard_and_McDonald_Islands_94','state_Shag_Island_1622'),('country_Heard_and_McDonald_Islands_94','state_Heard_Island_1623'),('country_Honduras_95','state_Atl__ntida_1624'),('country_Honduras_95','state_Choluteca_1625'),('country_Honduras_95','state_Col__n_1626'),('country_Honduras_95','state_Comayagua_1627'),('country_Honduras_95','state_Cop__n_1628'),('country_Honduras_95','state_Cort__s_1629'),('country_Honduras_95','state_El_Para__so_1630'),('country_Honduras_95','state_Francisco_Moraz__n_1631'),('country_Honduras_95','state_Gracias_a_Dios_1632'),('country_Honduras_95','state_Islas_de_la_Bah__a_1633'),('country_Honduras_95','state_Intibuc___1634'),('country_Honduras_95','state_Lempira_1635'),('country_Honduras_95','state_La_Paz_1636'),('country_Honduras_95','state_Ocotepeque_1637'),('country_Honduras_95','state_Olancho_1638'),('country_Honduras_95','state_Santa_B__rbara_1639'),('country_Honduras_95','state_Valle_1640'),('country_Honduras_95','state_Yoro_1641'),('country_Hong_Kong_96','state___________1642'),('country_Hong_Kong_96','state________1643'),('country_Hong_Kong_96','state________1644'),('country_Hong_Kong_96','state___________1645'),('country_Hong_Kong_96','state______________1646'),('country_Hong_Kong_96','state___________1647'),('country_Hong_Kong_96','state______________1648'),('country_Hong_Kong_96','state______________1649'),('country_Hong_Kong_96','state______________1650'),('country_Hong_Kong_96','state___________1651'),('country_Hong_Kong_96','state___________1652'),('country_Hong_Kong_96','state________1653'),('country_Hong_Kong_96','state___________1654'),('country_Hong_Kong_96','state___________1655'),('country_Hong_Kong_96','state___________1656'),('country_Hong_Kong_96','state___________1657'),('country_Hong_Kong_96','state___________1658'),('country_Hong_Kong_96','state___________1659'),('country_Hungary_97','state_Baranja_megye_1660'),('country_Hungary_97','state_B__k__scsaba_1661'),('country_Hungary_97','state_B__k__s_megye_1662'),('country_Hungary_97','state_B__cs_Kiskun_megye_1663'),('country_Hungary_97','state_Budapest_1664'),('country_Hungary_97','state_Borsod_Aba__j_Zempl__n_megye_1665'),('country_Hungary_97','state_Csongr__d_megye_1666'),('country_Hungary_97','state_Debrecen_1667'),('country_Hungary_97','state_Duna__jv__ros_1668'),('country_Hungary_97','state_Eger_1669'),('country_Hungary_97','state_Fej__r_megye_1670'),('country_Hungary_97','state_Gy__r_Moson_Sopron_megye_1671'),('country_Hungary_97','state_Gy__r_1672'),('country_Hungary_97','state_Hajd___Bihar_megye_1673'),('country_Hungary_97','state_Heves_megye_1674'),('country_Hungary_97','state_H__dmez__v__s__rhely_1675'),('country_Hungary_97','state_J__sz_Nagykun_Szolnok_megye_1676'),('country_Hungary_97','state_Kom__rom_Esztergom_megye_1677'),('country_Hungary_97','state_Kecskem__t_1678'),('country_Hungary_97','state_Kaposv__r_1679'),('country_Hungary_97','state_Miskolc_1680'),('country_Hungary_97','state_Nagykanizsa_1681'),('country_Hungary_97','state_N__gr__d_megye_1682'),('country_Hungary_97','state_Ny__regyh__za_1683'),('country_Hungary_97','state_Pest_megye_1684'),('country_Hungary_97','state_P__cs_1685'),('country_Hungary_97','state_Szeged_1686'),('country_Hungary_97','state_Sz__kesfeh__rv__r_1687'),('country_Hungary_97','state_Szombathely_1688'),('country_Hungary_97','state_Szolnok_1689'),('country_Hungary_97','state_Sopron_1690'),('country_Hungary_97','state_Somogy_megye_1691'),('country_Hungary_97','state_Szeksz__rd_1692'),('country_Hungary_97','state_Salg__tarj__n_1693'),('country_Hungary_97','state_Szabolcs_Szatm__r_Bereg_megye_1694'),('country_Hungary_97','state_Tatab__nya_1695'),('country_Hungary_97','state_Tolna_megye_1696'),('country_Hungary_97','state_Vas_megye_1697'),('country_Hungary_97','state_Veszpr__m_megye_1698'),('country_Hungary_97','state_Veszpr__m_1699'),('country_Hungary_97','state_Zala_megye_1700'),('country_Hungary_97','state_Zalaegerszeg_1701'),('country_Iceland_98','state_H__fu__borgarsv____i___1702'),('country_Iceland_98','state_Su__urnes_1703'),('country_Iceland_98','state_Vesturland_1704'),('country_Iceland_98','state_Vestfir__ir_1705'),('country_Iceland_98','state_Nor__urland_vestra_1706'),('country_Iceland_98','state_Nor__urland_eystra_1707'),('country_Iceland_98','state_Austfir__ir_1708'),('country_Iceland_98','state_Su__urland_1709'),('country_India_99','state_________________________________________________________________1710'),('country_India_99','state_______________________________________1711'),('country_India_99','state__________________________________________1712'),('country_India_99','state___________1713'),('country_India_99','state_________________1714'),('country_India_99','state_______________________1715'),('country_India_99','state_____________________________1716'),('country_India_99','state_______________________________1717'),('country_India_99','state____________________1718'),('country_India_99','state_____________________________________________________1719'),('country_India_99','state______________1720'),('country_India_99','state____________________1721'),('country_India_99','state_______________________________________1722'),('country_India_99','state_______________________1723'),('country_India_99','state____________________1724'),('country_India_99','state___________________________________________1725'),('country_India_99','state____________________1726'),('country_India_99','state_________________1727'),('country_India_99','state________________________________1728'),('country_India_99','state____________________1729'),('country_India_99','state________________________________1730'),('country_India_99','state____________________1731'),('country_India_99','state_________________________________1732'),('country_India_99','state_______________________1733'),('country_India_99','state__________________________1734'),('country_India_99','state____________________1735'),('country_India_99','state_________________1736'),('country_India_99','state________________________________1737'),('country_India_99','state__________________________1738'),('country_India_99','state_______________________1739'),('country_India_99','state______________________________1740'),('country_India_99','state__________________________1741'),('country_India_99','state_____________________________1742'),('country_India_99','state____________________________________1743'),('country_India_99','state________________________________1744'),('country_Indonesia_100','state_Aceh_1745'),('country_Indonesia_100','state_Bali_1746'),('country_Indonesia_100','state_Bangka_Belitung_1747'),('country_Indonesia_100','state_Bengkulu_1748'),('country_Indonesia_100','state_Banten_1749'),('country_Indonesia_100','state_Gorontalo_1750'),('country_Indonesia_100','state_Papua_1751'),('country_Indonesia_100','state_Jambi_1752'),('country_Indonesia_100','state_Jawa_Timur_1753'),('country_Indonesia_100','state_Jakarta_Raya_1754'),('country_Indonesia_100','state_Jawa_Barat_1755'),('country_Indonesia_100','state_Jawa_Tengah_1756'),('country_Indonesia_100','state_Kalimantan_Barat_1757'),('country_Indonesia_100','state_Kalimantan_Timur_1758'),('country_Indonesia_100','state_Kalimantan_Selatan_1759'),('country_Indonesia_100','state_Kalimantan_Tengah_1760'),('country_Indonesia_100','state_Lampung_1761'),('country_Indonesia_100','state_Maluku_1762'),('country_Indonesia_100','state_Maluku_Utara_1763'),('country_Indonesia_100','state_Nusa_Tenggara_Barat_1764'),('country_Indonesia_100','state_Nusa_Tenggara_Timur_1765'),('country_Indonesia_100','state_Riau_1766'),('country_Indonesia_100','state_Sumatera_Barat_1767'),('country_Indonesia_100','state_Sulawesi_Tenggara_1768'),('country_Indonesia_100','state_Sumatera_Selatan_1769'),('country_Indonesia_100','state_Sulawesi_Selatan_1770'),('country_Indonesia_100','state_Sulawesi_Tengah_1771'),('country_Indonesia_100','state_Sulawesi_Utara_1772'),('country_Indonesia_100','state_Sumatera_Utara_1773'),('country_Indonesia_100','state_Yogyakarta_1774'),('country_Iran_101','state__________________________________________1775'),('country_Iran_101','state__________________________________________1776'),('country_Iran_101','state___________________________1777'),('country_Iran_101','state___________________________1778'),('country_Iran_101','state_________________________1779'),('country_Iran_101','state_________________________1780'),('country_Iran_101','state_________________________1781'),('country_Iran_101','state_______________________________________________1782'),('country_Iran_101','state____________________________________1783'),('country_Iran_101','state_____________________________1784'),('country_Iran_101','state_________________________1785'),('country_Iran_101','state_________________________1786'),('country_Iran_101','state________________________________________________1787'),('country_Iran_101','state_______________________1788'),('country_Iran_101','state_________________________1789'),('country_Iran_101','state_____________________________1790'),('country_Iran_101','state_______________________________1791'),('country_Iran_101','state____________________________________________________1792'),('country_Iran_101','state_________________________1793'),('country_Iran_101','state___________________________1794'),('country_Iran_101','state_______________________________1795'),('country_Iran_101','state_________________________1796'),('country_Iran_101','state_____________________________1797'),('country_Iran_101','state_________________________1798'),('country_Iran_101','state_____________________1799'),('country_Iran_101','state___________________1800'),('country_Iran_101','state___________________________1801'),('country_Iran_101','state_________________________1802'),('country_Iraq_102','state_____________________________1803'),('country_Iraq_102','state____________1804'),('country_Iraq_102','state___________________________1805'),('country_Iraq_102','state__________1806'),('country_Iraq_102','state_________________________1807'),('country_Iraq_102','state__________1808'),('country_Iraq_102','state____________1809'),('country_Iraq_102','state_____________1810'),('country_Iraq_102','state______________1811'),('country_Iraq_102','state____________1812'),('country_Iraq_102','state______________1813'),('country_Iraq_102','state____________1814'),('country_Iraq_102','state____________1815'),('country_Iraq_102','state__________________1816'),('country_Iraq_102','state_____________________1817'),('country_Iraq_102','state___________________________________1818'),('country_Iraq_102','state________________1819'),('country_Iraq_102','state__________1820'),('country_Ireland_103','state_Corcaigh_1821'),('country_Ireland_103','state_Contae_an_Chl__ir_1822'),('country_Ireland_103','state_An_Cabh__n_1823'),('country_Ireland_103','state_Ceatharlach_1824'),('country_Ireland_103','state_Baile___tha_Cliath_1825'),('country_Ireland_103','state_D__n_na_nGall_1826'),('country_Ireland_103','state_Gaillimh_1827'),('country_Ireland_103','state_Cill_Dara_1828'),('country_Ireland_103','state_Cill_Chainnigh_1829'),('country_Ireland_103','state_Contae_Chiarra___1830'),('country_Ireland_103','state_An_Longfort_1831'),('country_Ireland_103','state_Contae_L___1832'),('country_Ireland_103','state_Luimneach_1833'),('country_Ireland_103','state_Contae_Liatroma_1834'),('country_Ireland_103','state_Contae_Laoise_1835'),('country_Ireland_103','state_Contae_na_M___1836'),('country_Ireland_103','state_Muineach__n_1837'),('country_Ireland_103','state_Contae_Mhaigh_Eo_1838'),('country_Ireland_103','state_Contae_U__bh_Fhail___1839'),('country_Ireland_103','state_Ros_Com__in_1840'),('country_Ireland_103','state_Sligeach_1841'),('country_Ireland_103','state_Tiobraid___rann_1842'),('country_Ireland_103','state_Port_Lairge_1843'),('country_Ireland_103','state_Contae_na_hIarmh___1844'),('country_Ireland_103','state_Cill_Mhant__in_1845'),('country_Ireland_103','state_Loch_Garman_1846'),('country_Israel_104','state_____________________1847'),('country_Israel_104','state___________________1848'),('country_Israel_104','state________________1849'),('country_Israel_104','state_____________________1850'),('country_Israel_104','state______________________1851'),('country_Israel_104','state_____________________1852'),('country_Italy_105','state_Agrigento_1853'),('country_Italy_105','state_Alessandria_1854'),('country_Italy_105','state_Ancona_1855'),('country_Italy_105','state_Valle_d_Aosta_1856'),('country_Italy_105','state_Ascoli_Piceno_1857'),('country_Italy_105','state_L_Aquila_1858'),('country_Italy_105','state_Arezzo_1859'),('country_Italy_105','state_Asti_1860'),('country_Italy_105','state_Avellino_1861'),('country_Italy_105','state_Bari_1862'),('country_Italy_105','state_Bergamo_1863'),('country_Italy_105','state_Biella_1864'),('country_Italy_105','state_Belluno_1865'),('country_Italy_105','state_Benevento_1866'),('country_Italy_105','state_Bologna_1867'),('country_Italy_105','state_Brindisi_1868'),('country_Italy_105','state_Brescia_1869'),('country_Italy_105','state_Barletta_Andria_Trani_1870'),('country_Italy_105','state_Alto_Adige_1871'),('country_Italy_105','state_Cagliari_1872'),('country_Italy_105','state_Campobasso_1873'),('country_Italy_105','state_Caserta_1874'),('country_Italy_105','state_Chieti_1875'),('country_Italy_105','state_Carbonia_Iglesias_1876'),('country_Italy_105','state_Caltanissetta_1877'),('country_Italy_105','state_Cuneo_1878'),('country_Italy_105','state_Como_1879'),('country_Italy_105','state_Cremona_1880'),('country_Italy_105','state_Cosenza_1881'),('country_Italy_105','state_Catania_1882'),('country_Italy_105','state_Catanzaro_1883'),('country_Italy_105','state_Enna_1884'),('country_Italy_105','state_Ferrara_1885'),('country_Italy_105','state_Foggia_1886'),('country_Italy_105','state_Firenze_1887'),('country_Italy_105','state_Fermo_1888'),('country_Italy_105','state_Forl___Cesena_1889'),('country_Italy_105','state_Frosinone_1890'),('country_Italy_105','state_Genova_1891'),('country_Italy_105','state_Gorizia_1892'),('country_Italy_105','state_Grosseto_1893'),('country_Italy_105','state_Imperia_1894'),('country_Italy_105','state_Isernia_1895'),('country_Italy_105','state_Crotone_1896'),('country_Italy_105','state_Lecco_1897'),('country_Italy_105','state_Lecce_1898'),('country_Italy_105','state_Livorno_1899'),('country_Italy_105','state_Lodi_1900'),('country_Italy_105','state_Latina_1901'),('country_Italy_105','state_Lucca_1902'),('country_Italy_105','state_Macerata_1903'),('country_Italy_105','state_Medio_Campidano_1904'),('country_Italy_105','state_Messina_1905'),('country_Italy_105','state_Milano_1906'),('country_Italy_105','state_Mantova_1907'),('country_Italy_105','state_Modena_1908'),('country_Italy_105','state_Massa_Carrara_1909'),('country_Italy_105','state_Matera_1910'),('country_Italy_105','state_Monza_e_Brianza_1911'),('country_Italy_105','state_Napoli_1912'),('country_Italy_105','state_Novara_1913'),('country_Italy_105','state_Nuoro_1914'),('country_Italy_105','state_Ogliastra_1915'),('country_Italy_105','state_Oristano_1916'),('country_Italy_105','state_Olbia_Tempio_1917'),('country_Italy_105','state_Palermo_1918'),('country_Italy_105','state_Piacenza_1919'),('country_Italy_105','state_Padova_1920'),('country_Italy_105','state_Pescara_1921'),('country_Italy_105','state_Perugia_1922'),('country_Italy_105','state_Pisa_1923'),('country_Italy_105','state_Pordenone_1924'),('country_Italy_105','state_Prato_1925'),('country_Italy_105','state_Parma_1926'),('country_Italy_105','state_Pesaro_e_Urbino_1927'),('country_Italy_105','state_Pistoia_1928'),('country_Italy_105','state_Pavia_1929'),('country_Italy_105','state_Potenza_1930'),('country_Italy_105','state_Ravenna_1931'),('country_Italy_105','state_Reggio_Calabria_1932'),('country_Italy_105','state_Reggio_Emilia_1933'),('country_Italy_105','state_Ragusa_1934'),('country_Italy_105','state_Rieti_1935'),('country_Italy_105','state_Roma_1936'),('country_Italy_105','state_Rimini_1937'),('country_Italy_105','state_Rovigo_1938'),('country_Italy_105','state_Salerno_1939'),('country_Italy_105','state_Siena_1940'),('country_Italy_105','state_Sondrio_1941'),('country_Italy_105','state_La_Spezia_1942'),('country_Italy_105','state_Siracusa_1943'),('country_Italy_105','state_Sassari_1944'),('country_Italy_105','state_Savona_1945'),('country_Italy_105','state_Taranto_1946'),('country_Italy_105','state_Teramo_1947'),('country_Italy_105','state_Trento_1948'),('country_Italy_105','state_Torino_1949'),('country_Italy_105','state_Trapani_1950'),('country_Italy_105','state_Terni_1951'),('country_Italy_105','state_Trieste_1952'),('country_Italy_105','state_Treviso_1953'),('country_Italy_105','state_Udine_1954'),('country_Italy_105','state_Varese_1955'),('country_Italy_105','state_Verbano_Cusio_Ossola_1956'),('country_Italy_105','state_Vercelli_1957'),('country_Italy_105','state_Venezia_1958'),('country_Italy_105','state_Vicenza_1959'),('country_Italy_105','state_Verona_1960'),('country_Italy_105','state_Viterbo_1961'),('country_Italy_105','state_Vibo_Valentia_1962'),('country_Jamaica_106','state_Kingston_1963'),('country_Jamaica_106','state_Half_Way_Tree_1964'),('country_Jamaica_106','state_Morant_Bay_1965'),('country_Jamaica_106','state_Port_Antonio_1966'),('country_Jamaica_106','state_Port_Maria_1967'),('country_Jamaica_106','state_Saint_Ann_s_Bay_1968'),('country_Jamaica_106','state_Falmouth_1969'),('country_Jamaica_106','state_Montego_Bay_1970'),('country_Jamaica_106','state_Lucea_1971'),('country_Jamaica_106','state_Savanna_la_Mar_1972'),('country_Jamaica_106','state_Black_River_1973'),('country_Jamaica_106','state_Mandeville_1974'),('country_Jamaica_106','state_May_Pen_1975'),('country_Jamaica_106','state_Spanish_Town_1976'),('country_Japan_','1977'),('country_Japan_107','state________1978'),('country_Japan_107','state________1979'),('country_Japan_107','state________1980'),('country_Japan_107','state________1981'),('country_Japan_107','state________1982'),('country_Japan_107','state________1983'),('country_Japan_107','state________1984'),('country_Japan_107','state________1985'),('country_Japan_107','state________1986'),('country_Japan_107','state________1987'),('country_Japan_107','state________1988'),('country_Japan_107','state________1989'),('country_Japan_107','state___________1990'),('country_Japan_107','state________1991'),('country_Japan_107','state________1992'),('country_Japan_107','state________1993'),('country_Japan_107','state________1994'),('country_Japan_107','state________1995'),('country_Japan_107','state________1996'),('country_Japan_107','state________1997'),('country_Japan_107','state________1998'),('country_Japan_107','state________1999'),('country_Japan_107','state________2000'),('country_Japan_107','state________2001'),('country_Japan_107','state________2002'),('country_Japan_107','state________2003'),('country_Japan_107','state________2004'),('country_Japan_107','state________2005'),('country_Japan_107','state___________2006'),('country_Japan_107','state________2007'),('country_Japan_107','state________2008'),('country_Japan_107','state________2009'),('country_Japan_107','state________2010'),('country_Japan_107','state________2011'),('country_Japan_107','state________2012'),('country_Japan_107','state________2013'),('country_Japan_107','state________2014'),('country_Japan_107','state________2015'),('country_Japan_107','state________2016'),('country_Japan_107','state________2017'),('country_Japan_107','state________2018'),('country_Japan_107','state________2019'),('country_Japan_107','state________2020'),('country_Japan_107','state________2021'),('country_Japan_107','state___________2022'),('country_Japan_107','state________2023'),('country_Jordan_108','state_________________________2024'),('country_Jordan_108','state_____________________________2025'),('country_Jordan_108','state___________________________2026'),('country_Jordan_108','state_____________________________2027'),('country_Jordan_108','state_____________________________2028'),('country_Jordan_108','state_____________________________2029'),('country_Jordan_108','state_____________________2030'),('country_Jordan_108','state_______________________2031'),('country_Jordan_108','state_________________________2032'),('country_Jordan_108','state___________________________2033'),('country_Jordan_108','state_________________________2034'),('country_Jordan_108','state_______________________2035'),('country_Kazakhstan_109','state______________2036'),('country_Kazakhstan_109','state_Almaty_City_2037'),('country_Kazakhstan_109','state______________2038'),('country_Kazakhstan_109','state______________2039'),('country_Kazakhstan_109','state______________2040'),('country_Kazakhstan_109','state______________2041'),('country_Kazakhstan_109','state_______________________________2042'),('country_Kazakhstan_109','state__________________2043'),('country_Kazakhstan_109','state____________________2044'),('country_Kazakhstan_109','state_____________________________________2045'),('country_Kazakhstan_109','state__________________2046'),('country_Kazakhstan_109','state____________________2047'),('country_Kazakhstan_109','state__________________2048'),('country_Kazakhstan_109','state____________________2049'),('country_Kazakhstan_109','state_______________________________2050'),('country_Kazakhstan_109','state_______________________________________2051'),('country_Kazakhstan_109','state______________2052'),('country_Kenya_110','state_Nairobi_2053'),('country_Kenya_110','state_Central_2054'),('country_Kenya_110','state_Mombasa_2055'),('country_Kenya_110','state_Eastern_2056'),('country_Kenya_110','state_North_Eastern_2057'),('country_Kenya_110','state_Nyanza_2058'),('country_Kenya_110','state_Rift_Valley_2059'),('country_Kenya_110','state_Western_2060'),('country_Kiribati_111','state_Gilbert_Islands_2061'),('country_Kiribati_111','state_Line_Islands_2062'),('country_Kiribati_111','state_Phoenix_Islands_2063'),('country_Korea__North_112','state___________2064'),('country_Korea__North_112','state_______________2065'),('country_Korea__North_112','state_______________2066'),('country_Korea__North_112','state_______________2067'),('country_Korea__North_112','state_______________2068'),('country_Korea__North_112','state___________2069'),('country_Korea__North_112','state___________2070'),('country_Korea__North_112','state__________________2071'),('country_Korea__North_112','state__________________2072'),('country_Korea__North_112','state_______________2073'),('country_Korea__North_112','state_______________2074'),('country_Korea__North_112','state__________________2075'),('country_Korea__North_112','state___________2076'),('country_Korea__South_113','state_________________2077'),('country_Korea__South_113','state__________________2078'),('country_Korea__South_113','state__________________2079'),('country_Korea__South_113','state_________________2080'),('country_Korea__South_113','state__________________2081'),('country_Korea__South_113','state__________________2082'),('country_Korea__South_113','state__________________2083'),('country_Korea__South_113','state___________2084'),('country_Korea__South_113','state___________2085'),('country_Korea__South_113','state_______________2086'),('country_Korea__South_113','state_______________2087'),('country_Korea__South_113','state_______________2088'),('country_Korea__South_113','state_______________2089'),('country_Korea__South_113','state_______________2090'),('country_Korea__South_113','state_______________2091'),('country_Korea__South_113','state_______________________2092'),('country_Kuwait_114','state________________2093'),('country_Kuwait_114','state____________________2094'),('country_Kuwait_114','state________________2095'),('country_Kuwait_114','state________________2096'),('country_Kuwait_114','state__________2097'),('country_Kuwait_114','state_________________________2098'),('country_Kyrgyzstan_115','state_____________________________2099'),('country_Kyrgyzstan_115','state_______________________2100'),('country_Kyrgyzstan_115','state______________2101'),('country_Kyrgyzstan_115','state____________________________________2102'),('country_Kyrgyzstan_115','state___________________________2103'),('country_Kyrgyzstan_115','state_____________________2104'),('country_Kyrgyzstan_115','state___________________________2105'),('country_Kyrgyzstan_115','state________________________________2106'),('country_Laos_116','state_______________________2107'),('country_Laos_116','state_______________________2108'),('country_Laos_116','state_____________________________2109'),('country_Laos_116','state__________________________2110'),('country_Laos_116','state____________________2111'),('country_Laos_116','state_______________________2112'),('country_Laos_116','state________________________________2113'),('country_Laos_116','state_____________________________2114'),('country_Laos_116','state_______________________2115'),('country_Laos_116','state_______________________2116'),('country_Laos_116','state_______________________2117'),('country_Laos_116','state___________________________________2118'),('country_Laos_116','state____________________2119'),('country_Laos_116','state____________________2120'),('country_Laos_116','state__________________________2121'),('country_Laos_116','state_________________2122'),('country_Laos_116','state_______________________2123'),('country_Laos_116','state__________________________2124'),('country_Latvia_117','state_Aizkraukles_rajons_2125'),('country_Latvia_117','state_Al__ksnes_rajons_2126'),('country_Latvia_117','state_Balvu_rajons_2127'),('country_Latvia_117','state_Bauskas_rajons_2128'),('country_Latvia_117','state_C__su_rajons_2129'),('country_Latvia_117','state_Daugavpils_rajons_2130'),('country_Latvia_117','state_Daugpilis_2131'),('country_Latvia_117','state_Dobeles_rajons_2132'),('country_Latvia_117','state_Gulbenes_rajons_2133'),('country_Latvia_117','state_Jelgava_2134'),('country_Latvia_117','state_J__kabpils_rajons_2135'),('country_Latvia_117','state_Jelgavas_rajons_2136'),('country_Latvia_117','state_J__rmala_2137'),('country_Latvia_117','state_Kr__slavas_rajons_2138'),('country_Latvia_117','state_Kuld__gas_rajons_2139'),('country_Latvia_117','state_Liep__jas_rajons_2140'),('country_Latvia_117','state_Limba__u_rajons_2141'),('country_Latvia_117','state_Liepoja_2142'),('country_Latvia_117','state_Ludzas_rajons_2143'),('country_Latvia_117','state_Madonas_rajons_2144'),('country_Latvia_117','state_Ogres_rajons_2145'),('country_Latvia_117','state_Prei__u_rajons_2146'),('country_Latvia_117','state_R__zeknes_rajons_2147'),('country_Latvia_117','state_R__zekne_2148'),('country_Latvia_117','state_R__gas_rajons_2149'),('country_Latvia_117','state_R__ga_2150'),('country_Latvia_117','state_Saldus_rajons_2151'),('country_Latvia_117','state_Talsu_rajons_2152'),('country_Latvia_117','state_Tukuma_rajons_2153'),('country_Latvia_117','state_Ventspils_rajons_2154'),('country_Latvia_117','state_Ventspils_2155'),('country_Latvia_117','state_Valkas_rajons_2156'),('country_Latvia_117','state_Valmieras_rajons_2157'),('country_Lesotho_119','state_Maseru_2158'),('country_Lesotho_119','state_Butha_Buthe_2159'),('country_Lesotho_119','state_Leribe_2160'),('country_Lesotho_119','state_Berea_2161'),('country_Lesotho_119','state_Mafeteng_2162'),('country_Lesotho_119','state_Mohale_s_Hoek_2163'),('country_Lesotho_119','state_Quthing_2164'),('country_Lesotho_119','state_Qacha_s_Nek_2165'),('country_Lesotho_119','state_Mokhotlong_2166'),('country_Lesotho_119','state_Thaba_Tseka_2167'),('country_Liberia_120','state_Bong_2168'),('country_Liberia_120','state_Bomi_2169'),('country_Liberia_120','state_Grand_Cape_Mount_2170'),('country_Liberia_120','state_Grand_Bassa_2171'),('country_Liberia_120','state_Grand_Gedeh_2172'),('country_Liberia_120','state_Grand_Kru_2173'),('country_Liberia_120','state_Gbarpolu_2174'),('country_Liberia_120','state_Lofa_2175'),('country_Liberia_120','state_Margibi_2176'),('country_Liberia_120','state_Montserrado_2177'),('country_Liberia_120','state_Maryland_2178'),('country_Liberia_120','state_Nimba_2179'),('country_Liberia_120','state_River_Gee_2180'),('country_Liberia_120','state_Rivercess_2181'),('country_Liberia_120','state_Sinoe_2182'),('country_Libyan_Arab_Jamahiriya_121','state_Ajd__biy___2183'),('country_Libyan_Arab_Jamahiriya_121','state_Bangh__z___2184'),('country_Libyan_Arab_Jamahiriya_121','state_Al_Bu__n__n_2185'),('country_Libyan_Arab_Jamahiriya_121','state_Ban___Wal__d_2186'),('country_Libyan_Arab_Jamahiriya_121','state_Darnah_2187'),('country_Libyan_Arab_Jamahiriya_121','state_Ghad__mis_2188'),('country_Libyan_Arab_Jamahiriya_121','state_Ghary__n_2189'),('country_Libyan_Arab_Jamahiriya_121','state_Gh__t_2190'),('country_Libyan_Arab_Jamahiriya_121','state_Al____iz__m_al_Akh___ar_2191'),('country_Libyan_Arab_Jamahiriya_121','state_Al_Jabal_al_Akh___ar_2192'),('country_Libyan_Arab_Jamahiriya_121','state_Jaghb__b_2193'),('country_Libyan_Arab_Jamahiriya_121','state_Al_Jif__rah_2194'),('country_Libyan_Arab_Jamahiriya_121','state_Al_Jufrah_2195'),('country_Libyan_Arab_Jamahiriya_121','state_Al_Kufrah_2196'),('country_Libyan_Arab_Jamahiriya_121','state_Al_Marqab_2197'),('country_Libyan_Arab_Jamahiriya_121','state_Mi__r__tah_2198'),('country_Libyan_Arab_Jamahiriya_121','state_Al_Marj_2199'),('country_Libyan_Arab_Jamahiriya_121','state_Murzuq_2200'),('country_Libyan_Arab_Jamahiriya_121','state_Mizdah_2201'),('country_Libyan_Arab_Jamahiriya_121','state_N__l__t_2202'),('country_Libyan_Arab_Jamahiriya_121','state_An_Nuqa___al_Khams_2203'),('country_Libyan_Arab_Jamahiriya_121','state_Al_Qubbah_2204'),('country_Libyan_Arab_Jamahiriya_121','state_Al_Qa__r__n_2205'),('country_Libyan_Arab_Jamahiriya_121','state_Sabh___2206'),('country_Libyan_Arab_Jamahiriya_121','state_Ash_Sh____i_2207'),('country_Libyan_Arab_Jamahiriya_121','state_Surt_2208'),('country_Libyan_Arab_Jamahiriya_121','state___abr__tah___urm__n_2209'),('country_Libyan_Arab_Jamahiriya_121','state___ar__bulus_2210'),('country_Libyan_Arab_Jamahiriya_121','state_Tarh__nah_Masall__tah_2211'),('country_Libyan_Arab_Jamahiriya_121','state_T__j__r___wa_an_Naw________al_Arb_____2212'),('country_Libyan_Arab_Jamahiriya_121','state_Al_W_____ah_2213'),('country_Libyan_Arab_Jamahiriya_121','state_W__d___al____ay__t_2214'),('country_Libyan_Arab_Jamahiriya_121','state_Yafran_J__d___2215'),('country_Libyan_Arab_Jamahiriya_121','state_Az_Z__wiyah_2216'),('country_Liechtenstein_122','state_Balzers_2217'),('country_Liechtenstein_122','state_Eschen_2218'),('country_Liechtenstein_122','state_Gamprin_2219'),('country_Liechtenstein_122','state_Mauren_2220'),('country_Liechtenstein_122','state_Planken_2221'),('country_Liechtenstein_122','state_Ruggell_2222'),('country_Liechtenstein_122','state_Schaan_2223'),('country_Liechtenstein_122','state_Schellenberg_2224'),('country_Liechtenstein_122','state_Triesen_2225'),('country_Liechtenstein_122','state_Triesenberg_2226'),('country_Liechtenstein_122','state_Vaduz_2227'),('country_Lithuania_123','state_Alytaus_Apskritis_2228'),('country_Lithuania_123','state_Klaip__dos_Apskritis_2229'),('country_Lithuania_123','state_Kauno_Apskritis_2230'),('country_Lithuania_123','state_Marijampol__s_Apskritis_2231'),('country_Lithuania_123','state_Panev____io_Apskritis_2232'),('country_Lithuania_123','state___iauli___Apskritis_2233'),('country_Lithuania_123','state_Taurag__s_Apskritis_2234'),('country_Lithuania_123','state_Tel__i___Apskritis_2235'),('country_Lithuania_123','state_Utenos_Apskritis_2236'),('country_Lithuania_123','state_Vilniaus_Apskritis_2237'),('country_Luxembourg_124','state_Diekirch_2238'),('country_Luxembourg_124','state_Grevenmacher_2239'),('country_Luxembourg_124','state_Luxemburg_2240'),('country_Macau_125','state___________2241'),('country_Macau_125','state___________2242'),('country_Macedonia_126','state_Berovo_2243'),('country_Macedonia_126','state___________________________________2244'),('country_Macedonia_126','state________________2245'),('country_Macedonia_126','state__________________2246'),('country_Macedonia_126','state______________2247'),('country_Macedonia_126','state______________2248'),('country_Macedonia_126','state_______________________________________2249'),('country_Macedonia_126','state________________2250'),('country_Macedonia_126','state____________________2251'),('country_Macedonia_126','state__________2252'),('country_Macedonia_126','state_________________________2253'),('country_Macedonia_126','state______________2254'),('country_Macedonia_126','state________________2255'),('country_Macedonia_126','state________________2256'),('country_Macedonia_126','state___________________________2257'),('country_Macedonia_126','state__________________2258'),('country_Macedonia_126','state________________2259'),('country_Macedonia_126','state__________________2260'),('country_Macedonia_126','state_________________________________2261'),('country_Macedonia_126','state______________2262'),('country_Macedonia_126','state_______________________2263'),('country_Macedonia_126','state________________2264'),('country_Macedonia_126','state__________________________2265'),('country_Macedonia_126','state________________2266'),('country_Macedonia_126','state______________2267'),('country_Macedonia_126','state______________2268'),('country_Macedonia_126','state______________2269'),('country_Macedonia_126','state____________2270'),('country_Macedonia_126','state__________________2271'),('country_Macedonia_126','state__________________2272'),('country_Macedonia_126','state__________________2273'),('country_Macedonia_126','state____________________2274'),('country_Macedonia_126','state__________________________________2275'),('country_Macedonia_126','state______________2276'),('country_Macedonia_126','state______________2277'),('country_Macedonia_126','state____________________2278'),('country_Macedonia_126','state______________2279'),('country_Macedonia_126','state__________________2280'),('country_Macedonia_126','state____________________2281'),('country_Macedonia_126','state____________2282'),('country_Macedonia_126','state__________2283'),('country_Macedonia_126','state______________2284'),('country_Macedonia_126','state___________________________2285'),('country_Macedonia_126','state___________________2286'),('country_Macedonia_126','state_________________________2287'),('country_Macedonia_126','state________________2288'),('country_Macedonia_126','state______________2289'),('country_Macedonia_126','state_______________________2290'),('country_Macedonia_126','state__________________2291'),('country_Macedonia_126','state____________2292'),('country_Macedonia_126','state________________2293'),('country_Macedonia_126','state________________________2294'),('country_Macedonia_126','state_________________________2295'),('country_Macedonia_126','state______________________2296'),('country_Macedonia_126','state__________________2297'),('country_Macedonia_126','state__________________2298'),('country_Macedonia_126','state____________________2299'),('country_Macedonia_126','state____________2300'),('country_Macedonia_126','state___________________2301'),('country_Macedonia_126','state________________2302'),('country_Macedonia_126','state_______________________2303'),('country_Macedonia_126','state__________________2304'),('country_Macedonia_126','state____________________2305'),('country_Macedonia_126','state__________________2306'),('country_Macedonia_126','state_______________________2307'),('country_Macedonia_126','state____________2308'),('country_Macedonia_126','state________________2309'),('country_Macedonia_126','state________________2310'),('country_Macedonia_126','state______________2311'),('country_Macedonia_126','state_______________________________2312'),('country_Macedonia_126','state____________2313'),('country_Macedonia_126','state________________2314'),('country_Macedonia_126','state__________________2315'),('country_Macedonia_126','state______________2316'),('country_Macedonia_126','state________________2317'),('country_Macedonia_126','state______________________2318'),('country_Macedonia_126','state____________2319'),('country_Macedonia_126','state____________2320'),('country_Macedonia_126','state_________________________2321'),('country_Macedonia_126','state________________2322'),('country_Macedonia_126','state____________________2323'),('country_Macedonia_126','state__________________2324'),('country_Macedonia_126','state________________2325'),('country_Macedonia_126','state____________2326'),('country_Madagascar_127','state_Toamasina_2327'),('country_Madagascar_127','state_Antsiranana_2328'),('country_Madagascar_127','state_Fianarantsoa_2329'),('country_Madagascar_127','state_Mahajanga_2330'),('country_Madagascar_127','state_Antananarivo_2331'),('country_Madagascar_127','state_Toliara_2332'),('country_Malawi_128','state_Balaka_2333'),('country_Malawi_128','state_Blantyre_2334'),('country_Malawi_128','state_Chikwawa_2336'),('country_Malawi_128','state_Chiradzulu_2337'),('country_Malawi_128','state_Chitipa_2338'),('country_Malawi_128','state_Dedza_2339'),('country_Malawi_128','state_Dowa_2340'),('country_Malawi_128','state_Karonga_2341'),('country_Malawi_128','state_Kasungu_2342'),('country_Malawi_128','state_Likoma_Island_2343'),('country_Malawi_128','state_Lilongwe_2344'),('country_Malawi_128','state_Machinga_2345'),('country_Malawi_128','state_Mangochi_2346'),('country_Malawi_128','state_Mchinji_2347'),('country_Malawi_128','state_Mulanje_2348'),('country_Malawi_128','state_Mwanza_2349'),('country_Malawi_128','state_Mzimba_2350'),('country_Malawi_128','state_Northern_2351'),('country_Malawi_128','state_Nkhata_2352'),('country_Malawi_128','state_Nkhotakota_2353'),('country_Malawi_128','state_Nsanje_2354'),('country_Malawi_128','state_Ntcheu_2355'),('country_Malawi_128','state_Ntchisi_2356'),('country_Malawi_128','state_Phalombe_2357'),('country_Malawi_128','state_Rumphi_2358'),('country_Malawi_128','state_Southern_2359'),('country_Malawi_128','state_Salima_2360'),('country_Malawi_128','state_Thyolo_2361'),('country_Malawi_128','state_Zomba_2362'),('country_Malaysia_129','state_Johor_Darul_Takzim_2363'),('country_Malaysia_129','state_Kedah_Darul_Aman_2364'),('country_Malaysia_129','state_Kelantan_Darul_Naim_2365'),('country_Malaysia_129','state_Melaka_Negeri_Bersejarah_2366'),('country_Malaysia_129','state_Negeri_Sembilan_Darul_Khusus_2367'),('country_Malaysia_129','state_Pahang_Darul_Makmur_2368'),('country_Malaysia_129','state_Pulau_Pinang_2369'),('country_Malaysia_129','state_Perak_Darul_Ridzuan_2370'),('country_Malaysia_129','state_Perlis_Indera_Kayangan_2371'),('country_Malaysia_129','state_Selangor_Darul_Ehsan_2372'),('country_Malaysia_129','state_Terengganu_Darul_Iman_2373'),('country_Malaysia_129','state_Sabah_Negeri_Di_Bawah_Bayu_2374'),('country_Malaysia_129','state_Sarawak_Bumi_Kenyalang_2375'),('country_Malaysia_129','state_Wilayah_Persekutuan_Kuala_Lumpur_2376'),('country_Malaysia_129','state_Wilayah_Persekutuan_Labuan_2377'),('country_Malaysia_129','state_Wilayah_Persekutuan_Putrajaya_2378'),('country_Maldives_130','state_Thiladhunmathi_Uthuru_2379'),('country_Maldives_130','state_Thiladhunmathi_Dhekunu_2380'),('country_Maldives_130','state_Miladhunmadulu_Uthuru_2381'),('country_Maldives_130','state_Miladhunmadulu_Dhekunu_2382'),('country_Maldives_130','state_Maalhosmadulu_Uthuru_2383'),('country_Maldives_130','state_Maalhosmadulu_Dhekunu_2384'),('country_Maldives_130','state_Faadhippolhu_2385'),('country_Maldives_130','state_Male_Atoll_2386'),('country_Maldives_130','state_Ari_Atoll_Uthuru_2387'),('country_Maldives_130','state_Ari_Atoll_Dheknu_2388'),('country_Maldives_130','state_Felidhe_Atoll_2389'),('country_Maldives_130','state_Mulaku_Atoll_2390'),('country_Maldives_130','state_Nilandhe_Atoll_Uthuru_2391'),('country_Maldives_130','state_Nilandhe_Atoll_Dhekunu_2392'),('country_Maldives_130','state_Kolhumadulu_2393'),('country_Maldives_130','state_Hadhdhunmathi_2394'),('country_Maldives_130','state_Huvadhu_Atoll_Uthuru_2395'),('country_Maldives_130','state_Huvadhu_Atoll_Dhekunu_2396'),('country_Maldives_130','state_Fua_Mulaku_2397'),('country_Maldives_130','state_Addu_2398'),('country_Mali_131','state_Kayes_2399'),('country_Mali_131','state_Koulikoro_2400'),('country_Mali_131','state_Sikasso_2401'),('country_Mali_131','state_S__gou_2402'),('country_Mali_131','state_Mopti_2403'),('country_Mali_131','state_Tombouctou_2404'),('country_Mali_131','state_Gao_2405'),('country_Mali_131','state_Kidal_2406'),('country_Mali_131','state_Bamako_2407'),('country_Malta_132','state_malta_2408'),('country_Malta_132','state_gozo_2409'),('country_Marshall_Islands_133','state_Ailuk_2476'),('country_Marshall_Islands_133','state_Ailinglapalap_2477'),('country_Marshall_Islands_133','state_Arno_2478'),('country_Marshall_Islands_133','state_Aur_2479'),('country_Marshall_Islands_133','state_Ebon_2480'),('country_Marshall_Islands_133','state_Eniwetok_2481'),('country_Marshall_Islands_133','state_Jabat_2482'),('country_Marshall_Islands_133','state_Jaluit_2483'),('country_Marshall_Islands_133','state_Kili_2484'),('country_Marshall_Islands_133','state_Kwajalein_2485'),('country_Marshall_Islands_133','state_Lae_2486'),('country_Marshall_Islands_133','state_Lib_2487'),('country_Marshall_Islands_133','state_Likiep_2488'),('country_Marshall_Islands_133','state_Majuro_2489'),('country_Marshall_Islands_133','state_Maloelap_2490'),('country_Marshall_Islands_133','state_Mejit_2491'),('country_Marshall_Islands_133','state_Mili_2492'),('country_Marshall_Islands_133','state_Namorik_2493'),('country_Marshall_Islands_133','state_Namu_2494'),('country_Marshall_Islands_133','state_Rongelap_2495'),('country_Marshall_Islands_133','state_Ujae_2496'),('country_Marshall_Islands_133','state_Ujelang_2497'),('country_Marshall_Islands_133','state_Utirik_2498'),('country_Marshall_Islands_133','state_Wotje_2499'),('country_Marshall_Islands_133','state_Wotho_2500'),('country_Mauritania_135','state____________________________________2501'),('country_Mauritania_135','state____________________________________2502'),('country_Mauritania_135','state___________________________2503'),('country_Mauritania_135','state_______________________2504'),('country_Mauritania_135','state_____________________________2505'),('country_Mauritania_135','state_____________________________2506'),('country_Mauritania_135','state_______________________2507'),('country_Mauritania_135','state______________________________________2508'),('country_Mauritania_135','state_______________________2509'),('country_Mauritania_135','state______________________________2510'),('country_Mauritania_135','state______________________________2511'),('country_Mauritania_135','state___________________________2512'),('country_Mauritania_135','state________________2513'),('country_Mauritius_136','state_Agalega_Islands_2514'),('country_Mauritius_136','state_Black_River_2515'),('country_Mauritius_136','state_Beau_Bassin_Rose_Hill_2516'),('country_Mauritius_136','state_Cargados_Carajos_Shoals_2517'),('country_Mauritius_136','state_Curepipe_2518'),('country_Mauritius_136','state_Flacq_2519'),('country_Mauritius_136','state_Grand_Port_2520'),('country_Mauritius_136','state_Moka_2521'),('country_Mauritius_136','state_Pamplemousses_2522'),('country_Mauritius_136','state_Port_Louis_2523'),('country_Mauritius_136','state_Port_Louis_City_2524'),('country_Mauritius_136','state_Plaines_Wilhems_2525'),('country_Mauritius_136','state_Quatre_Bornes_2526'),('country_Mauritius_136','state_Rodrigues_2527'),('country_Mauritius_136','state_Riviere_du_Rempart_2528'),('country_Mauritius_136','state_Savanne_2529'),('country_Mauritius_136','state_Vacoas_Phoenix_2530'),('country_Mexico_138','state_Aguascalientes_2531'),('country_Mexico_138','state_Baja_California_2532'),('country_Mexico_138','state_Baja_California_Sur_2533'),('country_Mexico_138','state_Campeche_2534'),('country_Mexico_138','state_Chihuahua_2535'),('country_Mexico_138','state_Chiapas_2536'),('country_Mexico_138','state_Coahuila_2537'),('country_Mexico_138','state_Colima_2538'),('country_Mexico_138','state_Distrito_Federal_2539'),('country_Mexico_138','state_Durango_2540'),('country_Mexico_138','state_Guerrero_2541'),('country_Mexico_138','state_Guanajuato_2542'),('country_Mexico_138','state_Hidalgo_2543'),('country_Mexico_138','state_Jalisco_2544'),('country_Mexico_138','state_Michoac__n_2546'),('country_Mexico_138','state_Morelos_2547'),('country_Mexico_138','state_Nayarit_2548'),('country_Mexico_138','state_Nuevo_Le__n_2549'),('country_Mexico_138','state_Oaxaca_2550'),('country_Mexico_138','state_Puebla_2551'),('country_Mexico_138','state_Quer__taro_2552'),('country_Mexico_138','state_Quintana_Roo_2553'),('country_Mexico_138','state_Sinaloa_2554'),('country_Mexico_138','state_San_Luis_Potos___2555'),('country_Mexico_138','state_Sonora_2556'),('country_Mexico_138','state_Tabasco_2557'),('country_Mexico_138','state_Tamaulipas_2558'),('country_Mexico_138','state_Tlaxcala_2559'),('country_Mexico_138','state_Veracruz_2560'),('country_Mexico_138','state_Yucatan_2561'),('country_Mexico_138','state_Zacatecas_2562'),('country_Micronesia_139','state_Kosrae_2563'),('country_Micronesia_139','state_Pohnpei_2564'),('country_Micronesia_139','state_Chuuk_2565'),('country_Micronesia_139','state_Yap_2566'),('country_Moldova_140','state_B__l__i_2567'),('country_Moldova_140','state_Cahul_2568'),('country_Moldova_140','state_Chi__in__u_2569'),('country_Moldova_140','state_Edine___2570'),('country_Moldova_140','state_G__g__uzia_2571'),('country_Moldova_140','state_L__pu__na_2572'),('country_Moldova_140','state_Orhei_2573'),('country_Moldova_140','state_St__nga_Nistrului_2574'),('country_Moldova_140','state_Soroca_2575'),('country_Moldova_140','state_Tighina_2576'),('country_Moldova_140','state_Ungheni_2577'),('country_Monaco_141','state_Monte_Carlo_2578'),('country_Monaco_141','state_La_Rousse_2579'),('country_Monaco_141','state_Larvotto_2580'),('country_Monaco_141','state_Monaco_Ville_2581'),('country_Monaco_141','state_Saint_Michel_2582'),('country_Monaco_141','state_Condamine_2583'),('country_Monaco_141','state_La_Colle_2584'),('country_Monaco_141','state_Les_R__voires_2585'),('country_Monaco_141','state_Moneghetti_2586'),('country_Monaco_141','state_Fontvieille_2587'),('country_Mongolia_142','state________________________2588'),('country_Mongolia_142','state_______________________2589'),('country_Mongolia_142','state________________________________2590'),('country_Mongolia_142','state_________________________2591'),('country_Mongolia_142','state___________________________2592'),('country_Mongolia_142','state_____________________2593'),('country_Mongolia_142','state___________________2594'),('country_Mongolia_142','state___________________2595'),('country_Mongolia_142','state___________________________2596'),('country_Mongolia_142','state_______________________________2597'),('country_Mongolia_142','state_____________________________2598'),('country_Mongolia_142','state_________________________________2599'),('country_Mongolia_142','state_________________________2600'),('country_Mongolia_142','state_____________________________2601'),('country_Mongolia_142','state_________________________2602'),('country_Mongolia_142','state_______________________________2603'),('country_Mongolia_142','state_________________________________2604'),('country_Mongolia_142','state________________________________2605'),('country_Mongolia_142','state_________________________2606'),('country_Mongolia_142','state_________________________________2607'),('country_Mongolia_142','state________________________________2608'),('country_Mongolia_142','state_____________________________2609'),('country_Montserrat_143','state_Saint_Anthony_2610'),('country_Montserrat_143','state_Saint_Georges_2611'),('country_Montserrat_143','state_Saint_Peter_2612'),('country_Mozambique_145','state_Niassa_2613'),('country_Mozambique_145','state_Manica_2614'),('country_Mozambique_145','state_Gaza_2615'),('country_Mozambique_145','state_Inhambane_2616'),('country_Mozambique_145','state_Maputo_2617'),('country_Mozambique_145','state_Maputo_cidade_2618'),('country_Mozambique_145','state_Nampula_2619'),('country_Mozambique_145','state_Cabo_Delgado_2620'),('country_Mozambique_145','state_Zamb__zia_2621'),('country_Mozambique_145','state_Sofala_2622'),('country_Mozambique_145','state_Tete_2623'),('country_Myanmar_146','state_________________________________________2624'),('country_Myanmar_146','state______________________________________2625'),('country_Myanmar_146','state_________________________________________2626'),('country_Myanmar_146','state____________________________________________2627'),('country_Myanmar_146','state___________________________________________________________2628'),('country_Myanmar_146','state_______________________________________________2629'),('country_Myanmar_146','state__________________________________________________2630'),('country_Myanmar_146','state_____________________________________________________2631'),('country_Myanmar_146','state_____________________________________________________2632'),('country_Myanmar_146','state_______________________________________________2633'),('country_Myanmar_146','state__________________________________________________2634'),('country_Myanmar_146','state__________________________________________________2635'),('country_Myanmar_146','state_____________________________________________________2636'),('country_Myanmar_146','state__________________________________________________2637'),('country_Namibia_147','state_Caprivi_2638'),('country_Namibia_147','state_Erongo_2639'),('country_Namibia_147','state_Hardap_2640'),('country_Namibia_147','state_Karas_2641'),('country_Namibia_147','state_Khomas_2642'),('country_Namibia_147','state_Kunene_2643'),('country_Namibia_147','state_Otjozondjupa_2644'),('country_Namibia_147','state_Omaheke_2645'),('country_Namibia_147','state_Okavango_2646'),('country_Namibia_147','state_Oshana_2647'),('country_Namibia_147','state_Omusati_2648'),('country_Namibia_147','state_Oshikoto_2649'),('country_Namibia_147','state_Ohangwena_2650'),('country_Nauru_148','state_Aiwo_2651'),('country_Nauru_148','state_Anabar_2652'),('country_Nauru_148','state_Anetan_2653'),('country_Nauru_148','state_Anibare_2654'),('country_Nauru_148','state_Baiti_2655'),('country_Nauru_148','state_Boe_2656'),('country_Nauru_148','state_Buada_2657'),('country_Nauru_148','state_Denigomodu_2658'),('country_Nauru_148','state_Ewa_2659'),('country_Nauru_148','state_Ijuw_2660'),('country_Nauru_148','state_Meneng_2661'),('country_Nauru_148','state_Nibok_2662'),('country_Nauru_148','state_Uaboe_2663'),('country_Nauru_148','state_Yaren_2664'),('country_Nepal_149','state_Bagmati_2665'),('country_Nepal_149','state_Bheri_2666'),('country_Nepal_149','state_Dhawalagiri_2667'),('country_Nepal_149','state_Gandaki_2668'),('country_Nepal_149','state_Janakpur_2669'),('country_Nepal_149','state_Karnali_2670'),('country_Nepal_149','state_Kosi_2671'),('country_Nepal_149','state_Lumbini_2672'),('country_Nepal_149','state_Mahakali_2673'),('country_Nepal_149','state_Mechi_2674'),('country_Nepal_149','state_Narayani_2675'),('country_Nepal_149','state_Rapti_2676'),('country_Nepal_149','state_Sagarmatha_2677'),('country_Nepal_149','state_Seti_2678'),('country_Netherlands_150','state_Drenthe_2679'),('country_Netherlands_150','state_Flevoland_2680'),('country_Netherlands_150','state_Friesland_2681'),('country_Netherlands_150','state_Gelderland_2682'),('country_Netherlands_150','state_Groningen_2683'),('country_Netherlands_150','state_Limburg_2684'),('country_Netherlands_150','state_Noord_Brabant_2685'),('country_Netherlands_150','state_Noord_Holland_2686'),('country_Netherlands_150','state_Overijssel_2687'),('country_Netherlands_150','state_Utrecht_2688'),('country_Netherlands_150','state_Zeeland_2689'),('country_Netherlands_150','state_Zuid_Holland_2690'),('country_New_Caledonia_152','state_Province_des___les_2691'),('country_New_Caledonia_152','state_Province_Nord_2692'),('country_New_Caledonia_152','state_Province_Sud_2693'),('country_New_Zealand_153','state_Auckland_2694'),('country_New_Zealand_153','state_Bay_of_Plenty_2695'),('country_New_Zealand_153','state_Canterbury_2696'),('country_New_Zealand_153','state_Gisborne_2697'),('country_New_Zealand_153','state_Hawke_s_Bay_2698'),('country_New_Zealand_153','state_Marlborough_2699'),('country_New_Zealand_153','state_Manawatu_Wanganui_2700'),('country_New_Zealand_153','state_Nelson_2701'),('country_New_Zealand_153','state_Northland_2702'),('country_New_Zealand_153','state_Otago_2703'),('country_New_Zealand_153','state_Southland_2704'),('country_New_Zealand_153','state_Tasman_2705'),('country_New_Zealand_153','state_Taranaki_2706'),('country_New_Zealand_153','state_Wellington_2707'),('country_New_Zealand_153','state_Waikato_2708'),('country_New_Zealand_153','state_West_Coast_2709'),('country_Nicaragua_154','state_Atl__ntico_Norte_2710'),('country_Nicaragua_154','state_Atl__ntico_Sur_2711'),('country_Nicaragua_154','state_Boaco_2712'),('country_Nicaragua_154','state_Carazo_2713'),('country_Nicaragua_154','state_Chinandega_2714'),('country_Nicaragua_154','state_Chontales_2715'),('country_Nicaragua_154','state_Estel___2716'),('country_Nicaragua_154','state_Granada_2717'),('country_Nicaragua_154','state_Jinotega_2718'),('country_Nicaragua_154','state_Le__n_2719'),('country_Nicaragua_154','state_Madriz_2720'),('country_Nicaragua_154','state_Managua_2721'),('country_Nicaragua_154','state_Masaya_2722'),('country_Nicaragua_154','state_Matagalpa_2723'),('country_Nicaragua_154','state_Nueva_Segovia_2724'),('country_Nicaragua_154','state_Rivas_2725'),('country_Nicaragua_154','state_R__o_San_Juan_2726'),('country_Niger_155','state_Agadez_2727'),('country_Niger_155','state_Daffa_2728'),('country_Niger_155','state_Dosso_2729'),('country_Niger_155','state_Maradi_2730'),('country_Niger_155','state_Tahoua_2731'),('country_Niger_155','state_Tillab__ry_2732'),('country_Niger_155','state_Zinder_2733'),('country_Niger_155','state_Niamey_2734'),('country_Nigeria_156','state_Abia_State_2735'),('country_Nigeria_156','state_Adamawa_State_2736'),('country_Nigeria_156','state_Akwa_Ibom_State_2737'),('country_Nigeria_156','state_Anambra_State_2738'),('country_Nigeria_156','state_Bauchi_State_2739'),('country_Nigeria_156','state_Benue_State_2740'),('country_Nigeria_156','state_Borno_State_2741'),('country_Nigeria_156','state_Bayelsa_State_2742'),('country_Nigeria_156','state_Cross_River_State_2743'),('country_Nigeria_156','state_Delta_State_2744'),('country_Nigeria_156','state_Ebonyi_State_2745'),('country_Nigeria_156','state_Edo_State_2746'),('country_Nigeria_156','state_Ekiti_State_2747'),('country_Nigeria_156','state_Enugu_State_2748'),('country_Nigeria_156','state_Gombe_State_2749'),('country_Nigeria_156','state_Imo_State_2750'),('country_Nigeria_156','state_Jigawa_State_2751'),('country_Nigeria_156','state_Kebbi_State_2752'),('country_Nigeria_156','state_Kaduna_State_2753'),('country_Nigeria_156','state_Kano_State_2754'),('country_Nigeria_156','state_Kogi_State_2755'),('country_Nigeria_156','state_Katsina_State_2756'),('country_Nigeria_156','state_Kwara_State_2757'),('country_Nigeria_156','state_Lagos_State_2758'),('country_Nigeria_156','state_Nassarawa_State_2759'),('country_Nigeria_156','state_Niger_State_2760'),('country_Nigeria_156','state_Ogun_State_2761'),('country_Nigeria_156','state_Ondo_State_2762'),('country_Nigeria_156','state_Osun_State_2763'),('country_Nigeria_156','state_Oyo_State_2764'),('country_Nigeria_156','state_Plateau_State_2765'),('country_Nigeria_156','state_Rivers_State_2766'),('country_Nigeria_156','state_Sokoto_State_2767'),('country_Nigeria_156','state_Taraba_State_2768'),('country_Nigeria_156','state_Zamfara_State_2769'),('country_Northern_Mariana_Islands_159','state_Northern_Islands_2770'),('country_Northern_Mariana_Islands_159','state_Rota_2771'),('country_Northern_Mariana_Islands_159','state_Saipan_2772'),('country_Northern_Mariana_Islands_159','state_Tinian_2773'),('country_Norway_160','state___stfold_fylke_2774'),('country_Norway_160','state_Akershus_fylke_2775'),('country_Norway_160','state_Oslo_fylke_2776'),('country_Norway_160','state_Hedmark_fylke_2777'),('country_Norway_160','state_Oppland_fylke_2778'),('country_Norway_160','state_Buskerud_fylke_2779'),('country_Norway_160','state_Vestfold_fylke_2780'),('country_Norway_160','state_Telemark_fylke_2781'),('country_Norway_160','state_Aust_Agder_fylke_2782'),('country_Norway_160','state_Vest_Agder_fylke_2783'),('country_Norway_160','state_Rogaland_fylke_2784'),('country_Norway_160','state_Hordaland_fylke_2785'),('country_Norway_160','state_Sogn_og_Fjordane_fylke_2786'),('country_Norway_160','state_M__re_og_Romsdal_fylke_2787'),('country_Norway_160','state_S__r_Tr__ndelag_fylke_2788'),('country_Norway_160','state_Nord_Tr__ndelag_fylke_2789'),('country_Norway_160','state_Nordland_fylke_2790'),('country_Norway_160','state_Troms_fylke_2791'),('country_Norway_160','state_Finnmark_fylke_2792'),('country_Oman_161','state________________2793'),('country_Oman_161','state__________________2794'),('country_Oman_161','state__________2795'),('country_Oman_161','state__________2796'),('country_Oman_161','state____________2797'),('country_Oman_161','state________________2798'),('country_Oman_161','state______________2799'),('country_Oman_161','state________________2800'),('country_Pakistan_162','state__________________2801'),('country_Pakistan_162','state_________________________________2802'),('country_Pakistan_162','state_____________________2803'),('country_Pakistan_162','state______________________________2804'),('country_Pakistan_162','state_________________________________________2805'),('country_Pakistan_162','state____________2806'),('country_Pakistan_162','state__________2807'),('country_Pakistan_162','state___________________________________________2808'),('country_Palau_163','state_Aimeliik_2809'),('country_Palau_163','state_Airai_2810'),('country_Palau_163','state_Angaur_2811'),('country_Palau_163','state_Hatohobei_2812'),('country_Palau_163','state_Kayangel_2813'),('country_Palau_163','state_Koror_2814'),('country_Palau_163','state_Melekeok_2815'),('country_Palau_163','state_Ngaraard_2816'),('country_Palau_163','state_Ngarchelong_2817'),('country_Palau_163','state_Ngardmau_2818'),('country_Palau_163','state_Ngatpang_2819'),('country_Palau_163','state_Ngchesar_2820'),('country_Palau_163','state_Ngeremlengui_2821'),('country_Palau_163','state_Ngiwal_2822'),('country_Palau_163','state_Peleliu_2823'),('country_Palau_163','state_Sonsorol_2824'),('country_Panama_164','state_Bocas_del_Toro_2825'),('country_Panama_164','state_Cocl___2826'),('country_Panama_164','state_Col__n_2827'),('country_Panama_164','state_Chiriqu___2828'),('country_Panama_164','state_Dari__n_2829'),('country_Panama_164','state_Herrera_2830'),('country_Panama_164','state_Los_Santos_2831'),('country_Panama_164','state_Panam___2832'),('country_Panama_164','state_Veraguas_2833'),('country_Panama_164','state_Kuna_Yala_2834'),('country_Papua_New_Guinea_165','state_Chimbu_2835'),('country_Papua_New_Guinea_165','state_Central_2836'),('country_Papua_New_Guinea_165','state_East_New_Britain_2837'),('country_Papua_New_Guinea_165','state_Eastern_Highlands_2838'),('country_Papua_New_Guinea_165','state_Enga_2839'),('country_Papua_New_Guinea_165','state_East_Sepik_2840'),('country_Papua_New_Guinea_165','state_Gulf_2841'),('country_Papua_New_Guinea_165','state_Milne_Bay_2842'),('country_Papua_New_Guinea_165','state_Morobe_2843'),('country_Papua_New_Guinea_165','state_Madang_2844'),('country_Papua_New_Guinea_165','state_Manus_2845'),('country_Papua_New_Guinea_165','state_National_Capital_District_2846'),('country_Papua_New_Guinea_165','state_New_Ireland_2847'),('country_Papua_New_Guinea_165','state_Northern_2848'),('country_Papua_New_Guinea_165','state_North_Solomons_2849'),('country_Papua_New_Guinea_165','state_Sandaun_2850'),('country_Papua_New_Guinea_165','state_Southern_Highlands_2851'),('country_Papua_New_Guinea_165','state_West_New_Britain_2852'),('country_Papua_New_Guinea_165','state_Western_Highlands_2853'),('country_Papua_New_Guinea_165','state_Western_2854'),('country_Paraguay_166','state_Concepci__n_2855'),('country_Paraguay_166','state_San_Pedro_2856'),('country_Paraguay_166','state_Cordillera_2857'),('country_Paraguay_166','state_Guair___2858'),('country_Paraguay_166','state_Caaguaz___2859'),('country_Paraguay_166','state_Caazap___2860'),('country_Paraguay_166','state_Itap__a_2861'),('country_Paraguay_166','state_Misiones_2862'),('country_Paraguay_166','state_Paraguar___2863'),('country_Paraguay_166','state_Alto_Paran___2864'),('country_Paraguay_166','state_Central_2865'),('country_Paraguay_166','state___eembuc___2866'),('country_Paraguay_166','state_Amambay_2867'),('country_Paraguay_166','state_Canindey___2868'),('country_Paraguay_166','state_Presidente_Hayes_2869'),('country_Paraguay_166','state_Alto_Paraguay_2870'),('country_Paraguay_166','state_Boquer__n_2871'),('country_Paraguay_166','state_Asunci__n_2872'),('country_Peru_167','state_Ancash_2874'),('country_Peru_167','state_Apur__mac_2875'),('country_Peru_167','state_Arequipa_2876'),('country_Peru_167','state_Ayacucho_2877'),('country_Peru_167','state_Cajamarca_2878'),('country_Peru_167','state_Callao_2879'),('country_Peru_167','state_Cuzco_2880'),('country_Peru_167','state_Hu__nuco_2881'),('country_Peru_167','state_Huancavelica_2882'),('country_Peru_167','state_Ica_2883'),('country_Peru_167','state_Jun__n_2884'),('country_Peru_167','state_La_Libertad_2885'),('country_Peru_167','state_Lambayeque_2886'),('country_Peru_167','state_Lima_2887'),('country_Peru_167','state_Loreto_2888'),('country_Peru_167','state_Madre_de_Dios_2889'),('country_Peru_167','state_Moquegua_2890'),('country_Peru_167','state_Pasco_2891'),('country_Peru_167','state_Piura_2892'),('country_Peru_167','state_Puno_2893'),('country_Peru_167','state_San_Mart__n_2894'),('country_Peru_167','state_Tacna_2895'),('country_Peru_167','state_Tumbes_2896'),('country_Peru_167','state_Ucayali_2897'),('country_Philippines_168','state_Abra_2898'),('country_Philippines_168','state_Agusan_del_Norte_2899'),('country_Philippines_168','state_Agusan_del_Sur_2900'),('country_Philippines_168','state_Aklan_2901'),('country_Philippines_168','state_Albay_2902'),('country_Philippines_168','state_Antique_2903'),('country_Philippines_168','state_Apayao_2904'),('country_Philippines_168','state_Aurora_2905'),('country_Philippines_168','state_Bataan_2906'),('country_Philippines_168','state_Basilan_2907'),('country_Philippines_168','state_Benguet_2908'),('country_Philippines_168','state_Biliran_2909'),('country_Philippines_168','state_Bohol_2910'),('country_Philippines_168','state_Batangas_2911'),('country_Philippines_168','state_Batanes_2912'),('country_Philippines_168','state_Bukidnon_2913'),('country_Philippines_168','state_Bulacan_2914'),('country_Philippines_168','state_Cagayan_2915'),('country_Philippines_168','state_Camiguin_2916'),('country_Philippines_168','state_Camarines_Norte_2917'),('country_Philippines_168','state_Capiz_2918'),('country_Philippines_168','state_Camarines_Sur_2919'),('country_Philippines_168','state_Catanduanes_2920'),('country_Philippines_168','state_Cavite_2921'),('country_Philippines_168','state_Cebu_2922'),('country_Philippines_168','state_Compostela_Valley_2923'),('country_Philippines_168','state_Davao_Oriental_2924'),('country_Philippines_168','state_Davao_del_Sur_2925'),('country_Philippines_168','state_Davao_del_Norte_2926'),('country_Philippines_168','state_Eastern_Samar_2927'),('country_Philippines_168','state_Guimaras_2928'),('country_Philippines_168','state_Ifugao_2929'),('country_Philippines_168','state_Iloilo_2930'),('country_Philippines_168','state_Ilocos_Norte_2931'),('country_Philippines_168','state_Ilocos_Sur_2932'),('country_Philippines_168','state_Isabela_2933'),('country_Philippines_168','state_Kalinga_2934'),('country_Philippines_168','state_Laguna_2935'),('country_Philippines_168','state_Lanao_del_Norte_2936'),('country_Philippines_168','state_Lanao_del_Sur_2937'),('country_Philippines_168','state_Leyte_2938'),('country_Philippines_168','state_La_Union_2939'),('country_Philippines_168','state_Marinduque_2940'),('country_Philippines_168','state_Maguindanao_2941'),('country_Philippines_168','state_Masbate_2942'),('country_Philippines_168','state_Mindoro_Occidental_2943'),('country_Philippines_168','state_Mindoro_Oriental_2944'),('country_Philippines_168','state_Mountain_Province_2945'),('country_Philippines_168','state_Misamis_Occidental_2946'),('country_Philippines_168','state_Misamis_Oriental_2947'),('country_Philippines_168','state_Cotabato_2948'),('country_Philippines_168','state_Northern_Samar_2949'),('country_Philippines_168','state_Negros_Occidental_2950'),('country_Philippines_168','state_Negros_Oriental_2951'),('country_Philippines_168','state_Nueva_Ecija_2952'),('country_Philippines_168','state_Nueva_Vizcaya_2953'),('country_Philippines_168','state_Pampanga_2954'),('country_Philippines_168','state_Pangasinan_2955'),('country_Philippines_168','state_Palawan_2956'),('country_Philippines_168','state_Quezon_2957'),('country_Philippines_168','state_Quirino_2958'),('country_Philippines_168','state_Rizal_2959'),('country_Philippines_168','state_Romblon_2960'),('country_Philippines_168','state_Sarangani_2961'),('country_Philippines_168','state_South_Cotabato_2962'),('country_Philippines_168','state_Siquijor_2963'),('country_Philippines_168','state_Southern_Leyte_2964'),('country_Philippines_168','state_Sulu_2965'),('country_Philippines_168','state_Sorsogon_2966'),('country_Philippines_168','state_Sultan_Kudarat_2967'),('country_Philippines_168','state_Surigao_del_Norte_2968'),('country_Philippines_168','state_Surigao_del_Sur_2969'),('country_Philippines_168','state_Tarlac_2970'),('country_Philippines_168','state_Tawi_Tawi_2971'),('country_Philippines_168','state_Samar_2972'),('country_Philippines_168','state_Zamboanga_del_Norte_2973'),('country_Philippines_168','state_Zamboanga_del_Sur_2974'),('country_Philippines_168','state_Zambales_2975'),('country_Philippines_168','state_Zamboanga_Sibugay_2976'),('country_Poland_170','state_Dolno__l__skie_2977'),('country_Poland_170','state_Kujawsko_Pomorskie_2978'),('country_Poland_170','state_Lubelskie_2979'),('country_Poland_170','state_Lubuskie_2980'),('country_Poland_170','state_____dzkie_2981'),('country_Poland_170','state_Ma__opolskie_2982'),('country_Poland_170','state_Mazowieckie_2983'),('country_Poland_170','state_Opolskie_2984'),('country_Poland_170','state_Podkarpackie_2985'),('country_Poland_170','state_Podlaskie_2986'),('country_Poland_170','state_Pomorskie_2987'),('country_Poland_170','state___l__skie_2988'),('country_Poland_170','state___wi__tokrzyskie_2989'),('country_Poland_170','state_Warmi__sko_Mazurskie_2990'),('country_Poland_170','state_Wielkopolskie_2991'),('country_Poland_170','state_Zachodniopomorskie_2992'),('country_Portugal_171','state_Aveiro_2993'),('country_Portugal_171','state_Beja_2994'),('country_Portugal_171','state_Braga_2995'),('country_Portugal_171','state_Bragan__a_2996'),('country_Portugal_171','state_Castelo_Branco_2997'),('country_Portugal_171','state_Coimbra_2998'),('country_Portugal_171','state___vora_2999'),('country_Portugal_171','state_Faro_3000'),('country_Portugal_171','state_Guarda_3001'),('country_Portugal_171','state_Leiria_3002'),('country_Portugal_171','state_Lisboa_3003'),('country_Portugal_171','state_Portalegre_3004'),('country_Portugal_171','state_Porto_3005'),('country_Portugal_171','state_Santar__m_3006'),('country_Portugal_171','state_Set__bal_3007'),('country_Portugal_171','state_Viana_do_Castelo_3008'),('country_Portugal_171','state_Vila_Real_3009'),('country_Portugal_171','state_Viseu_3010'),('country_Portugal_171','state_Regi__o_Aut__noma_dos_A__ores_3011'),('country_Portugal_171','state_Regi__o_Aut__noma_da_Madeira_3012'),('country_Qatar_173','state______________3013'),('country_Qatar_173','state__________________3014'),('country_Qatar_173','state___________________________3015'),('country_Qatar_173','state__________________3016'),('country_Qatar_173','state____________3017'),('country_Qatar_173','state______________3018'),('country_Qatar_173','state______________3019'),('country_Qatar_173','state______________3020'),('country_Qatar_173','state_______________3021'),('country_Qatar_173','state______________3022'),('country_Romania_175','state_Alba_3023'),('country_Romania_175','state_Arge___3024'),('country_Romania_175','state_Arad_3025'),('country_Romania_175','state_Bucure__ti_3026'),('country_Romania_175','state_Bac__u_3027'),('country_Romania_175','state_Bihor_3028'),('country_Romania_175','state_Bistri__a_N__s__ud_3029'),('country_Romania_175','state_Br__ila_3030'),('country_Romania_175','state_Boto__ani_3031'),('country_Romania_175','state_Bra__ov_3032'),('country_Romania_175','state_Buz__u_3033'),('country_Romania_175','state_Cluj_3034'),('country_Romania_175','state_C__l__ra__i_3035'),('country_Romania_175','state_Cara___Severin_3036'),('country_Romania_175','state_Constan__a_3037'),('country_Romania_175','state_Covasna_3038'),('country_Romania_175','state_D__mbovi__a_3039'),('country_Romania_175','state_Dolj_3040'),('country_Romania_175','state_Gorj_3041'),('country_Romania_175','state_Gala__i_3042'),('country_Romania_175','state_Giurgiu_3043'),('country_Romania_175','state_Hunedoara_3044'),('country_Romania_175','state_Harghita_3045'),('country_Romania_175','state_Ilfov_3046'),('country_Romania_175','state_Ialomi__a_3047'),('country_Romania_175','state_Ia__i_3048'),('country_Romania_175','state_Mehedin__i_3049'),('country_Romania_175','state_Maramure___3050'),('country_Romania_175','state_Mure___3051'),('country_Romania_175','state_Neam___3052'),('country_Romania_175','state_Olt_3053'),('country_Romania_175','state_Prahova_3054'),('country_Romania_175','state_Sibiu_3055'),('country_Romania_175','state_S__laj_3056'),('country_Romania_175','state_Satu_Mare_3057'),('country_Romania_175','state_Suceava_3058'),('country_Romania_175','state_Tulcea_3059'),('country_Romania_175','state_Timi___3060'),('country_Romania_175','state_Teleorman_3061'),('country_Romania_175','state_V__lcea_3062'),('country_Romania_175','state_Vrancea_3063'),('country_Romania_175','state_Vaslui_3064'),('country_Russia_176','state_______________________________________3065'),('country_Russia_176','state_____________________________________________________________________________3066'),('country_Russia_176','state_____________________________________3067'),('country_Russia_176','state_______________________________3068'),('country_Russia_176','state_____________________________________3069'),('country_Russia_176','state_______________________________________________3070'),('country_Russia_176','state_____________________________________________3071'),('country_Russia_176','state___________________________________________________3072'),('country_Russia_176','state_____________________________________________3073'),('country_Russia_176','state_____________________________________3074'),('country_Russia_176','state_________________________________________3075'),('country_Russia_176','state_____________________________________________3076'),('country_Russia_176','state___________________________________________3077'),('country_Russia_176','state_______________________________________3078'),('country_Russia_176','state__________________________________________________________3079'),('country_Russia_176','state_____________________________________________3080'),('country_Russia_176','state___________________________________________3081'),('country_Russia_176','state______________________________________________________________3082'),('country_Russia_176','state_____________________________________________3083'),('country_Russia_176','state_______________________________________3084'),('country_Russia_176','state_________________________________________3085'),('country_Russia_176','state_________________________________________3086'),('country_Russia_176','state____________________________________________________________________3087'),('country_Russia_176','state____________________________________________________________________3088'),('country_Russia_176','state_______________________________________3089'),('country_Russia_176','state___________________________________________3090'),('country_Russia_176','state___________________________________________________3091'),('country_Russia_176','state_________________________________________3092'),('country_Russia_176','state___________________________________3093'),('country_Russia_176','state______________________________________________________________________________________3094'),('country_Russia_176','state_____________________________________3095'),('country_Russia_176','state_______________________________________3096'),('country_Russia_176','state__________________3097'),('country_Russia_176','state___________________________________________3098'),('country_Russia_176','state_______________________________________3099'),('country_Russia_176','state___________________________________3100'),('country_Russia_176','state__________________________________________________________3101'),('country_Russia_176','state___________________________________________3102'),('country_Russia_176','state_________________________________________3103'),('country_Russia_176','state___________________________________3104'),('country_Russia_176','state_______________________________________________3105'),('country_Russia_176','state_____________________________________3106'),('country_Russia_176','state___________________________________________3107'),('country_Russia_176','state__________________________________________3108'),('country_Russia_176','state___________________________________________3109'),('country_Russia_176','state_________________________________________3110'),('country_Russia_176','state________________3111'),('country_Russia_176','state_________________________________________3112'),('country_Russia_176','state________________________________________________________3113'),('country_Russia_176','state_____________________________________________3114'),('country_Russia_176','state_______________________________________________3115'),('country_Russia_176','state_______________________________________________3116'),('country_Russia_176','state_________________________________3117'),('country_Russia_176','state_____________________________________________3118'),('country_Russia_176','state_______________________________________3119'),('country_Russia_176','state_________________________________________3120'),('country_Russia_176','state_________________________________3121'),('country_Russia_176','state_______________________________________3122'),('country_Russia_176','state_________________________________________3123'),('country_Russia_176','state_______________________________________3124'),('country_Russia_176','state____________________________________________________3125'),('country_Russia_176','state___________________________________________3126'),('country_Russia_176','state_______________________________________3127'),('country_Russia_176','state___________________________________________3128'),('country_Russia_176','state___________________________________________________________________________3129'),('country_Russia_176','state_________________________________________3130'),('country_Russia_176','state_________________________________3131'),('country_Russia_176','state_________________________________________3132'),('country_Russia_176','state_____________________________________________3133'),('country_Russia_176','state_____________________________________________3134'),('country_Russia_176','state_________________________________________3135'),('country_Russia_176','state____________________________________________________________3136'),('country_Russia_176','state___________________________________3137'),('country_Russia_176','state_____________________________________3138'),('country_Russia_176','state_____________________________________3139'),('country_Russia_176','state___________________________________3140'),('country_Russia_176','state_______________________________________3141'),('country_Russia_176','state_______________________________________________3142'),('country_Russia_176','state___________________________________________3143'),('country_Russia_176','state________________________________________________________________________________________3144'),('country_Russia_176','state_______________________________________________3145'),('country_Russia_176','state_____________________________________________3146'),('country_Russia_176','state___________________________________________3147'),('country_Russia_176','state___________________________________________3148'),('country_Russia_176','state_____________________________3149'),('country_Russia_176','state_____________________________________________________________________3150'),('country_Russia_176','state___________________________________________3151'),('country_Russia_176','state______________________________________________________________3152'),('country_Rwanda_177','state_Nord_3153'),('country_Rwanda_177','state_Est_3154'),('country_Rwanda_177','state_Sud_3155'),('country_Rwanda_177','state_Ouest_3156'),('country_Rwanda_177','state_Kigali_3157'),('country_Saint_Kitts_and_Nevis_178','state_Saint_Kitts_3158'),('country_Saint_Kitts_and_Nevis_178','state_Nevis_3159'),('country_Saint_Lucia_179','state_Anse_la_Raye_3160'),('country_Saint_Lucia_179','state_Castries_3161'),('country_Saint_Lucia_179','state_Choiseul_3162'),('country_Saint_Lucia_179','state_Dauphin_3163'),('country_Saint_Lucia_179','state_Dennery_3164'),('country_Saint_Lucia_179','state_Gros_Islet_3165'),('country_Saint_Lucia_179','state_Laborie_3166'),('country_Saint_Lucia_179','state_Micoud_3167'),('country_Saint_Lucia_179','state_Praslin_3168'),('country_Saint_Lucia_179','state_Soufriere_3169'),('country_Saint_Lucia_179','state_Vieux_Fort_3170'),('country_Saint_Vincent_and_the_Grenadines_180','state_Charlotte_3171'),('country_Saint_Vincent_and_the_Grenadines_180','state_Grenadines_3172'),('country_Samoa_181','state_A_ana_3177'),('country_Samoa_181','state_Aiga_i_le_Tai_3178'),('country_Samoa_181','state_Atua_3179'),('country_Samoa_181','state_Fa_asaleleaga_3180'),('country_Samoa_181','state_Gaga_emauga_3181'),('country_Samoa_181','state_Gaga_ifomauga_3182'),('country_Samoa_181','state_Palauli_3183'),('country_Samoa_181','state_Satupa_itea_3184'),('country_Samoa_181','state_Tuamasaga_3185'),('country_Samoa_181','state_Va_a_o_Fonoti_3186'),('country_Samoa_181','state_Vaisigano_3187'),('country_San_Marino_182','state_Acquaviva_3188'),('country_San_Marino_182','state_Borgo_Maggiore_3189'),('country_San_Marino_182','state_Chiesanuova_3190'),('country_San_Marino_182','state_Domagnano_3191'),('country_San_Marino_182','state_Faetano_3192'),('country_San_Marino_182','state_Fiorentino_3193'),('country_San_Marino_182','state_Montegiardino_3194'),('country_San_Marino_182','state_Citta_di_San_Marino_3195'),('country_San_Marino_182','state_Serravalle_3196'),('country_Sao_Tome_and_Principe_183','state_Pr__ncipe_3197'),('country_Sao_Tome_and_Principe_183','state_S__o_Tom___3198'),('country_Saudi_Arabia_184','state______________3199'),('country_Saudi_Arabia_184','state_______________________3200'),('country_Saudi_Arabia_184','state________________3201'),('country_Saudi_Arabia_184','state________________3202'),('country_Saudi_Arabia_184','state______________3203'),('country_Saudi_Arabia_184','state__________3204'),('country_Saudi_Arabia_184','state__________3205'),('country_Saudi_Arabia_184','state_______________________________3206'),('country_Saudi_Arabia_184','state____________3207'),('country_Saudi_Arabia_184','state____________3208'),('country_Saudi_Arabia_184','state______________3209'),('country_Saudi_Arabia_184','state____________3210'),('country_Saudi_Arabia_184','state__________3211'),('country_Senegal_185','state_Dakar_3212'),('country_Senegal_185','state_Diourbel_3213'),('country_Senegal_185','state_Fatick_3214'),('country_Senegal_185','state_Kaolack_3215'),('country_Senegal_185','state_Kolda_3216'),('country_Senegal_185','state_Louga_3217'),('country_Senegal_185','state_Matam_3218'),('country_Senegal_185','state_Saint_Louis_3219'),('country_Senegal_185','state_Tambacounda_3220'),('country_Senegal_185','state_Thies__3221'),('country_Senegal_185','state_Ziguinchor_3222'),('country_Seychelles_186','state_Anse_aux_Pins_3223'),('country_Seychelles_186','state_Anse_Boileau_3224'),('country_Seychelles_186','state_Anse_Etoile_3225'),('country_Seychelles_186','state_Anse_Louis_3226'),('country_Seychelles_186','state_Anse_Royale_3227'),('country_Seychelles_186','state_Baie_Lazare_3228'),('country_Seychelles_186','state_Baie_Sainte_Anne_3229'),('country_Seychelles_186','state_Beau_Vallon_3230'),('country_Seychelles_186','state_Bel_Air_3231'),('country_Seychelles_186','state_Bel_Ombre_3232'),('country_Seychelles_186','state_Cascade_3233'),('country_Seychelles_186','state_Glacis_3234'),('country_Seychelles_186','state_Grand__Anse__on_Mahe__3235'),('country_Seychelles_186','state_Grand__Anse__on_Praslin__3236'),('country_Seychelles_186','state_La_Digue_3237'),('country_Seychelles_186','state_La_Riviere_Anglaise_3238'),('country_Seychelles_186','state_Mont_Buxton_3239'),('country_Seychelles_186','state_Mont_Fleuri_3240'),('country_Seychelles_186','state_Plaisance_3241'),('country_Seychelles_186','state_Pointe_La_Rue_3242'),('country_Seychelles_186','state_Port_Glaud_3243'),('country_Seychelles_186','state_Saint_Louis_3244'),('country_Seychelles_186','state_Takamaka_3245'),('country_Sierra_Leone_187','state_Eastern_3246'),('country_Slovakia_189','state_Banskobystrick___kraj_3250'),('country_Slovakia_189','state_Bratislavsk___kraj_3251'),('country_Slovakia_189','state_Ko__ick___kraj_3252'),('country_Slovakia_189','state_Nitriansk___kraj_3253'),('country_Slovakia_189','state_Pre__ovsk___kraj_3254'),('country_Slovakia_189','state_Trnavsk___kraj_3255'),('country_Slovakia_189','state_Tren__iansk___kraj_3256'),('country_Slovakia_189','state___ilinsk___kraj_3257'),('country_Slovenia_190','state_Ajdov____ina_3258'),('country_Slovenia_190','state_Beltinci_3259'),('country_Slovenia_190','state_Bled_3260'),('country_Slovenia_190','state_Bohinj_3261'),('country_Slovenia_190','state_Borovnica_3262'),('country_Slovenia_190','state_Bovec_3263'),('country_Slovenia_190','state_Brda_3264'),('country_Slovenia_190','state_Brezovica_3265'),('country_Slovenia_190','state_Bre__ice_3266'),('country_Slovenia_190','state_Ti__ina_3267'),('country_Slovenia_190','state_Celje_3268'),('country_Slovenia_190','state_Cerklje_na_Gorenjskem_3269'),('country_Slovenia_190','state_Cerknica_3270'),('country_Slovenia_190','state_Cerkno_3271'),('country_Slovenia_190','state___ren__ovci_3272'),('country_Slovenia_190','state___rna_na_Koro__kem_3273'),('country_Slovenia_190','state___rnomelj_3274'),('country_Slovenia_190','state_Destrnik_3275'),('country_Slovenia_190','state_Diva__a_3276'),('country_Slovenia_190','state_Dobrepolje_3277'),('country_Slovenia_190','state_Dobrova_Polhov_Gradec_3278'),('country_Slovenia_190','state_Dol_pri_Ljubljani_3279'),('country_Slovenia_190','state_Dom__ale_3280'),('country_Slovenia_190','state_Dornava_3281'),('country_Slovenia_190','state_Dravograd_3282'),('country_Slovenia_190','state_Duplek_3283'),('country_Slovenia_190','state_Gorenja_vas_Poljane_3284'),('country_Slovenia_190','state_Gori__nica_3285'),('country_Slovenia_190','state_Gornja_Radgona_3286'),('country_Slovenia_190','state_Gornji_Grad_3287'),('country_Slovenia_190','state_Gornji_Petrovci_3288'),('country_Slovenia_190','state_Grosuplje_3289'),('country_Slovenia_190','state___alovci_3290'),('country_Slovenia_190','state_Hrastnik_3291'),('country_Slovenia_190','state_Hrpelje_Kozina_3292'),('country_Slovenia_190','state_Idrija_3293'),('country_Slovenia_190','state_Ig_3294'),('country_Slovenia_190','state_Ilirska_Bistrica_3295'),('country_Slovenia_190','state_Ivan__na_Gorica_3296'),('country_Slovenia_190','state_Izola_3297'),('country_Slovenia_190','state_Jesenice_3298'),('country_Slovenia_190','state_Jur__inci_3299'),('country_Slovenia_190','state_Kamnik_3300'),('country_Slovenia_190','state_Kanal_ob_So__i_3301'),('country_Slovenia_190','state_Kidri__evo_3302'),('country_Slovenia_190','state_Kobarid_3303'),('country_Slovenia_190','state_Kobilje_3304'),('country_Slovenia_190','state_Ko__evje_3305'),('country_Slovenia_190','state_Komen_3306'),('country_Slovenia_190','state_Koper_3307'),('country_Slovenia_190','state_Kozje_3308'),('country_Slovenia_190','state_Kranj_3309'),('country_Slovenia_190','state_Kranjska_Gora_3310'),('country_Slovenia_190','state_Kr__ko_3311'),('country_Slovenia_190','state_Kungota_3312'),('country_Slovenia_190','state_Kuzma_3313'),('country_Slovenia_190','state_La__ko_3314'),('country_Slovenia_190','state_Lenart_3315'),('country_Slovenia_190','state_Lendava_3316'),('country_Slovenia_190','state_Litija_3317'),('country_Slovenia_190','state_Ljubljana_3318'),('country_Slovenia_190','state_Ljubno_3319'),('country_Slovenia_190','state_Ljutomer_3320'),('country_Slovenia_190','state_Logatec_3321'),('country_Slovenia_190','state_Lo__ka_Dolina_3322'),('country_Slovenia_190','state_Lo__ki_Potok_3323'),('country_Slovenia_190','state_Lu__e_3324'),('country_Slovenia_190','state_Lukovica_3325'),('country_Slovenia_190','state_Maj__perk_3326'),('country_Slovenia_190','state_Maribor_3327'),('country_Slovenia_190','state_Medvode_3328'),('country_Slovenia_190','state_Menge___3329'),('country_Slovenia_190','state_Metlika_3330'),('country_Slovenia_190','state_Me__ica_3331'),('country_Slovenia_190','state_Miren_Kostanjevica_3332'),('country_Slovenia_190','state_Mislinja_3333'),('country_Slovenia_190','state_Morav__e_3334'),('country_Slovenia_190','state_Moravske_Toplice_3335'),('country_Slovenia_190','state_Mozirje_3336'),('country_Slovenia_190','state_Murska_Sobota_3337'),('country_Slovenia_190','state_Muta_3338'),('country_Slovenia_190','state_Naklo_3339'),('country_Slovenia_190','state_Nazarje_3340'),('country_Slovenia_190','state_Nova_Gorica_3341'),('country_Slovenia_190','state_Novo_mesto_3342'),('country_Slovenia_190','state_Odranci_3343'),('country_Slovenia_190','state_Ormo___3344'),('country_Slovenia_190','state_Osilnica_3345'),('country_Slovenia_190','state_Pesnica_3346'),('country_Slovenia_190','state_Piran_3347'),('country_Slovenia_190','state_Pivka_3348'),('country_Slovenia_190','state_Pod__etrtek_3349'),('country_Slovenia_190','state_Podvelka_3350'),('country_Slovenia_190','state_Postojna_3351'),('country_Slovenia_190','state_Preddvor_3352'),('country_Slovenia_190','state_Ptuj_3353'),('country_Slovenia_190','state_Puconci_3354'),('country_Slovenia_190','state_Ra__e_Fram_3355'),('country_Slovenia_190','state_Rade__e_3356'),('country_Slovenia_190','state_Radenci_3357'),('country_Slovenia_190','state_Radlje_ob_Dravi_3358'),('country_Slovenia_190','state_Radovljica_3359'),('country_Slovenia_190','state_Ravne_na_Koro__kem_3360'),('country_Slovenia_190','state_Ribnica_3361'),('country_Slovenia_190','state_Roga__ka_Slatina_3362'),('country_Slovenia_190','state_Roga__ovci_3363'),('country_Slovenia_190','state_Rogatec_3364'),('country_Slovenia_190','state_Ru__e_3365'),('country_Slovenia_190','state_Semi___3366'),('country_Slovenia_190','state_Sevnica_3367'),('country_Slovenia_190','state_Se__ana_3368'),('country_Slovenia_190','state_Slovenj_Gradec_3369'),('country_Slovenia_190','state_Slovenska_Bistrica_3370'),('country_Slovenia_190','state_Slovenske_Konjice_3371'),('country_Slovenia_190','state_Star__e_3372'),('country_Slovenia_190','state_Sveti_Jurij_3373'),('country_Slovenia_190','state___en__ur_3374'),('country_Slovenia_190','state___entilj_3375'),('country_Slovenia_190','state___entjernej_3376'),('country_Slovenia_190','state___entjur_pri_Celju_3377'),('country_Slovenia_190','state___kocjan_3378'),('country_Slovenia_190','state___kofja_Loka_3379'),('country_Slovenia_190','state___kofljica_3380'),('country_Slovenia_190','state___marje_pri_Jel__ah_3381'),('country_Slovenia_190','state___martno_ob_Paki_3382'),('country_Slovenia_190','state___o__tanj_3383'),('country_Slovenia_190','state___tore_3384'),('country_Slovenia_190','state_Tolmin_3385'),('country_Slovenia_190','state_Trbovlje_3386'),('country_Slovenia_190','state_Trebnje_3387'),('country_Slovenia_190','state_Tr__i___3388'),('country_Slovenia_190','state_Turni____e_3389'),('country_Slovenia_190','state_Velenje_3390'),('country_Slovenia_190','state_Velike_La____e_3391'),('country_Slovenia_190','state_Videm_3392'),('country_Slovenia_190','state_Vipava_3393'),('country_Slovenia_190','state_Vitanje_3394'),('country_Slovenia_190','state_Vodice_3395'),('country_Slovenia_190','state_Vojnik_3396'),('country_Slovenia_190','state_Vrhnika_3397'),('country_Slovenia_190','state_Vuzenica_3398'),('country_Slovenia_190','state_Zagorje_ob_Savi_3399'),('country_Slovenia_190','state_Zavr___3400'),('country_Slovenia_190','state_Zre__e_3401'),('country_Slovenia_190','state___elezniki_3402'),('country_Slovenia_190','state___iri_3403'),('country_Slovenia_190','state_Benedikt_3404'),('country_Slovenia_190','state_Bistrica_ob_Sotli_3405'),('country_Slovenia_190','state_Bloke_3406'),('country_Slovenia_190','state_Braslov__e_3407'),('country_Slovenia_190','state_Cankova_3408'),('country_Slovenia_190','state_Cerkvenjak_3409'),('country_Slovenia_190','state_Dobje_3410'),('country_Slovenia_190','state_Dobrna_3411'),('country_Slovenia_190','state_Dobrovnik_3412'),('country_Slovenia_190','state_Dolenjske_Toplice_3413'),('country_Slovenia_190','state_Grad_3414'),('country_Slovenia_190','state_Hajdina_3415'),('country_Slovenia_190','state_Ho__e_Slivnica_3416'),('country_Slovenia_190','state_Hodo___3417'),('country_Slovenia_190','state_Horjul_3418'),('country_Slovenia_190','state_Jezersko_3419'),('country_Slovenia_190','state_Komenda_3420'),('country_Slovenia_190','state_Kostel_3421'),('country_Slovenia_190','state_Kri__evci_3422'),('country_Slovenia_190','state_Lovrenc_na_Pohorju_3423'),('country_Slovenia_190','state_Markovci_3424'),('country_Slovenia_190','state_Miklav___na_Dravskem_polju_3425'),('country_Slovenia_190','state_Mirna_Pe___3426'),('country_Slovenia_190','state_Oplotnica_3427'),('country_Slovenia_190','state_Podlehnik_3428'),('country_Slovenia_190','state_Polzela_3429'),('country_Slovenia_190','state_Prebold_3430'),('country_Slovenia_190','state_Prevalje_3431'),('country_Slovenia_190','state_Razkri__je_3432'),('country_Slovenia_190','state_Ribnica_na_Pohorju_3433'),('country_Slovenia_190','state_Selnica_ob_Dravi_3434'),('country_Slovenia_190','state_Sodra__ica_3435'),('country_Slovenia_190','state_Sol__ava_3436'),('country_Slovenia_190','state_Sveta_Ana_3437'),('country_Slovenia_190','state_Sveti_Andra___v_Slovenskih_goricah_3438'),('country_Slovenia_190','state___empeter_Vrtojba_3439'),('country_Slovenia_190','state_Tabor_3440'),('country_Slovenia_190','state_Trnovska_vas_3441'),('country_Slovenia_190','state_Trzin_3442'),('country_Slovenia_190','state_Velika_Polana_3443'),('country_Slovenia_190','state_Ver__ej_3444'),('country_Slovenia_190','state_Vransko_3445'),('country_Slovenia_190','state___alec_3446'),('country_Slovenia_190','state___etale_3447'),('country_Slovenia_190','state___irovnica_3448'),('country_Slovenia_190','state___u__emberk_3449'),('country_Slovenia_190','state___martno_pri_Litiji_3450'),('country_Solomon_Islands_191','state_Guadalcanal_3453'),('country_Solomon_Islands_191','state_Honiara_3454'),('country_Solomon_Islands_191','state_Isabel_3455'),('country_Solomon_Islands_191','state_Makira_3456'),('country_Solomon_Islands_191','state_Malaita_3457'),('country_Solomon_Islands_191','state_Rennell_and_Bellona_3458'),('country_Solomon_Islands_191','state_Temotu_3459'),('country_Somalia_192','state_Awdal_3461'),('country_Somalia_192','state_Bakool_3462'),('country_Somalia_192','state_Banaadir_3463'),('country_Somalia_192','state_Bari_3464'),('country_Somalia_192','state_Bay_3465'),('country_Somalia_192','state_Gedo_3466'),('country_Somalia_192','state_Galguduud_3467'),('country_Somalia_192','state_Hiiraan_3468'),('country_Somalia_192','state_Jubbada_Dhexe_3469'),('country_Somalia_192','state_Jubbada_Hoose_3470'),('country_Somalia_192','state_Mudug_3471'),('country_Somalia_192','state_Nugaal_3472'),('country_Somalia_192','state_Shabeellaha_Dhexe_3473'),('country_Somalia_192','state_Sanaag_3474'),('country_Somalia_192','state_Shabeellaha_Hoose_3475'),('country_Somalia_192','state_Sool_3476'),('country_Somalia_192','state_Togdheer_3477'),('country_Somalia_192','state_Woqooyi_Galbeed_3478'),('country_South_Africa_193','state_Eastern_Cape_3479'),('country_South_Africa_193','state_Free_State_3480'),('country_South_Africa_193','state_Gauteng_3481'),('country_South_Africa_193','state_Limpopo_3482'),('country_South_Africa_193','state_Mpumalanga_3483'),('country_South_Africa_193','state_Northern_Cape_3484'),('country_South_Africa_193','state_KwaZulu_Natal_3485'),('country_South_Africa_193','state_Western_Cape_3487'),('country_Spain_195','state_Granada_4504'),('country_Spain_195','state_Le__n_4505'),('country_Spain_195','state_Alicante_3490'),('country_Spain_195','state_Albacete_3491'),('country_Spain_195','state_Almer__a_3492'),('country_Spain_195','state___vila_3494'),('country_Spain_195','state_Barcelona_3495'),('country_Spain_195','state_Badajoz_3496'),('country_Spain_195','state_Vizcaya_3497'),('country_Spain_195','state_Burgos_3498'),('country_Spain_195','state_A_Coru__a_3499'),('country_Spain_195','state_C__diz_3500'),('country_Spain_195','state_C__ceres_3501'),('country_Spain_195','state_Ceuta_3502'),('country_Spain_195','state_C__rdoba_3506'),('country_Spain_195','state_Ciudad_Real_3507'),('country_Spain_195','state_Castell__n_3508'),('country_Spain_195','state_Cuenca_3510'),('country_Spain_195','state_Las_Palmas_3513'),('country_Spain_195','state_Girona_3514'),('country_Spain_195','state_Guadalajara_3516'),('country_Spain_195','state_Huelva_3517'),('country_Spain_195','state_Huesca_3518'),('country_Spain_195','state_Ja__n_3520'),('country_Spain_195','state_Lleida_3521'),('country_Spain_195','state_La_Rioja_3523'),('country_Spain_195','state_Lugo_3524'),('country_Spain_195','state_Madrid_3525'),('country_Spain_195','state_M__laga_3526'),('country_Spain_195','state_Melilla_3527'),('country_Spain_195','state_Murcia_3528'),('country_Spain_195','state_Navarre_3529'),('country_Spain_195','state_Asturias_3530'),('country_Spain_195','state_Ourense_3531'),('country_Spain_195','state_Palencia_3532'),('country_Spain_195','state_Baleares_3533'),('country_Spain_195','state_Pontevedra_3534'),('country_Spain_195','state_Cantabria_3536'),('country_Spain_195','state_Salamanca_3537'),('country_Spain_195','state_Seville_3538'),('country_Spain_195','state_Segovia_3539'),('country_Spain_195','state_Soria_3540'),('country_Spain_195','state_Guip__zcoa_3541'),('country_Spain_195','state_Tarragona_3542'),('country_Spain_195','state_Teruel_3543'),('country_Spain_195','state_Santa_Cruz_De_Tenerife_3544'),('country_Spain_195','state_Toledo_3545'),('country_Spain_195','state_Valencia_3546'),('country_Spain_195','state_Valladolid_3547'),('country_Spain_195','state___lava_3548'),('country_Spain_195','state_Zaragoza_3549'),('country_Spain_195','state_Zamora_3550'),('country_Sri_Lanka_196','state_North_Central_3552'),('country_Sri_Lanka_196','state_North_3553'),('country_Sri_Lanka_196','state_North_Western_3555'),('country_Sri_Lanka_196','state_Uva_3557'),('country_Sri_Lanka_196','state_Sabaragamuwa_3558'),('country_Sudan_199','state_______________________3560'),('country_Sudan_199','state_________________________3561'),('country_Sudan_199','state__________________3562'),('country_Sudan_199','state___________________________3563'),('country_Sudan_199','state________________3564'),('country_Sudan_199','state________________3565'),('country_Sudan_199','state______________3566'),('country_Sudan_199','state_________________________3567'),('country_Sudan_199','state_________________________3568'),('country_Sudan_199','state__________________3569'),('country_Sudan_199','state___________________________________3570'),('country_Sudan_199','state_____________________________3571'),('country_Sudan_199','state____________________________3572'),('country_Sudan_199','state_____________________3573'),('country_Sudan_199','state_____________________3574'),('country_Sudan_199','state_______________________3575'),('country_Sudan_199','state_______________________3576'),('country_Sudan_199','state______________3577'),('country_Sudan_199','state__________3578'),('country_Sudan_199','state______________________________3579'),('country_Sudan_199','state______________________________3580'),('country_Sudan_199','state_______________________3581'),('country_Sudan_199','state_______________________3582'),('country_Sudan_199','state_____________________________3583'),('country_Sudan_199','state__________3584'),('country_Sudan_199','state____________3585'),('country_Suriname_200','state_Brokopondo_3586'),('country_Suriname_200','state_Commewijne_3587'),('country_Suriname_200','state_Coronie_3588'),('country_Suriname_200','state_Marowijne_3589'),('country_Suriname_200','state_Nickerie_3590'),('country_Suriname_200','state_Paramaribo_3591'),('country_Suriname_200','state_Para_3592'),('country_Suriname_200','state_Saramacca_3593'),('country_Suriname_200','state_Sipaliwini_3594'),('country_Suriname_200','state_Wanica_3595'),('country_Swaziland_202','state_Hhohho_3596'),('country_Swaziland_202','state_Lubombo_3597'),('country_Swaziland_202','state_Manzini_3598'),('country_Swaziland_202','state_Shiselweni_3599'),('country_Sweden_203','state_Stockholms_l__n_3600'),('country_Sweden_203','state_Uppsala_l__n_3601'),('country_Sweden_203','state_S__dermanlands_l__n_3602'),('country_Sweden_203','state___sterg__tlands_l__n_3603'),('country_Sweden_203','state_J__nk__pings_l__n_3604'),('country_Sweden_203','state_Kronobergs_l__n_3605'),('country_Sweden_203','state_Kalmar_l__n_3606'),('country_Sweden_203','state_Gotlands_l__n_3607'),('country_Sweden_203','state_Blekinge_l__n_3608'),('country_Sweden_203','state_Sk__ne_l__n_3609'),('country_Sweden_203','state_Hallands_l__n_3610'),('country_Sweden_203','state_V__stra_G__talands_l__n_3611'),('country_Sweden_203','state_V__rmlands_l__n__3612'),('country_Sweden_203','state___rebro_l__n_3613'),('country_Sweden_203','state_V__stmanlands_l__n__3614'),('country_Sweden_203','state_Dalarnas_l__n_3615'),('country_Sweden_203','state_G__vleborgs_l__n_3616'),('country_Sweden_203','state_V__sternorrlands_l__n_3617'),('country_Sweden_203','state_J__mtlands_l__n_3618'),('country_Sweden_203','state_V__sterbottens_l__n_3619'),('country_Sweden_203','state_Norrbottens_l__n_3620'),('country_Switzerland_204','state_Z__rich_3621'),('country_Switzerland_204','state_Bern_3622'),('country_Switzerland_204','state_Luzern_3623'),('country_Switzerland_204','state_Uri_3624'),('country_Switzerland_204','state_Schwyz_3625'),('country_Switzerland_204','state_Obwalden_3626'),('country_Switzerland_204','state_Nidwalden_3627'),('country_Switzerland_204','state_Glasrus_3628'),('country_Switzerland_204','state_Zug_3629'),('country_Switzerland_204','state_Fribourg_3630'),('country_Switzerland_204','state_Solothurn_3631'),('country_Switzerland_204','state_Basel_Stadt_3632'),('country_Switzerland_204','state_Basel_Landschaft_3633'),('country_Switzerland_204','state_Schaffhausen_3634'),('country_Switzerland_204','state_Appenzell_Ausserrhoden_3635'),('country_Switzerland_204','state_Appenzell_Innerrhoden_3636'),('country_Switzerland_204','state_Saint_Gallen_3637'),('country_Switzerland_204','state_Graub__nden_3638'),('country_Switzerland_204','state_Aargau_3639'),('country_Switzerland_204','state_Thurgau_3640'),('country_Switzerland_204','state_Ticino_3641'),('country_Switzerland_204','state_Vaud_3642'),('country_Switzerland_204','state_Valais_3643'),('country_Switzerland_204','state_Nuech__tel_3644'),('country_Switzerland_204','state_Gen__ve_3645'),('country_Switzerland_204','state_Jura_3646'),('country_Syrian_Arab_Republic_205','state__________3647'),('country_Syrian_Arab_Republic_205','state__________3648'),('country_Syrian_Arab_Republic_205','state___________________3649'),('country_Syrian_Arab_Republic_205','state______________3650'),('country_Syrian_Arab_Republic_205','state________3651'),('country_Syrian_Arab_Republic_205','state________3652'),('country_Syrian_Arab_Republic_205','state__________3653'),('country_Syrian_Arab_Republic_205','state__________3654'),('country_Syrian_Arab_Republic_205','state__________________3655'),('country_Syrian_Arab_Republic_205','state__________________3656'),('country_Syrian_Arab_Republic_205','state____________3657'),('country_Syrian_Arab_Republic_205','state_________________3658'),('country_Syrian_Arab_Republic_205','state__________________3659'),('country_Syrian_Arab_Republic_205','state____________3660'),('country_Taiwan_206','state___________3661'),('country_Taiwan_206','state___________3662'),('country_Taiwan_206','state___________3663'),('country_Taiwan_206','state___________3664'),('country_Taiwan_206','state___________3665'),('country_Taiwan_206','state___________3666'),('country_Taiwan_206','state___________3667'),('country_Taiwan_206','state___________3668'),('country_Taiwan_206','state___________3669'),('country_Taiwan_206','state___________3670'),('country_Taiwan_206','state___________3671'),('country_Taiwan_206','state___________3672'),('country_Taiwan_206','state___________3673'),('country_Taiwan_206','state___________3674'),('country_Taiwan_206','state___________3675'),('country_Taiwan_206','state___________3676'),('country_Taiwan_206','state___________3677'),('country_Taiwan_206','state___________3678'),('country_Taiwan_206','state___________3679'),('country_Taiwan_206','state___________3680'),('country_Taiwan_206','state___________3681'),('country_Taiwan_206','state___________3682'),('country_Taiwan_206','state___________3683'),('country_Tajikistan_207','state_____________________________3684'),('country_Tajikistan_207','state____________3685'),('country_Tajikistan_207','state________3686'),('country_Tanzania_208','state_Arusha_3687'),('country_Tanzania_208','state_Dar_es_Salaam_3688'),('country_Tanzania_208','state_Dodoma_3689'),('country_Tanzania_208','state_Iringa_3690'),('country_Tanzania_208','state_Kagera_3691'),('country_Tanzania_208','state_Pemba_Sever_3692'),('country_Tanzania_208','state_Zanzibar_Sever_3693'),('country_Tanzania_208','state_Kigoma_3694'),('country_Tanzania_208','state_Kilimanjaro_3695'),('country_Tanzania_208','state_Pemba_Jih_3696'),('country_Tanzania_208','state_Zanzibar_Jih_3697'),('country_Tanzania_208','state_Lindi_3698'),('country_Tanzania_208','state_Mara_3699'),('country_Tanzania_208','state_Mbeya_3700'),('country_Tanzania_208','state_Zanzibar_Z__pad_3701'),('country_Tanzania_208','state_Morogoro_3702'),('country_Tanzania_208','state_Mtwara_3703'),('country_Tanzania_208','state_Mwanza_3704'),('country_Tanzania_208','state_Pwani_3705'),('country_Tanzania_208','state_Rukwa_3706'),('country_Tanzania_208','state_Ruvuma_3707'),('country_Tanzania_208','state_Shinyanga_3708'),('country_Tanzania_208','state_Singida_3709'),('country_Tanzania_208','state_Tabora_3710'),('country_Tanzania_208','state_Tanga_3711'),('country_Tanzania_208','state_Manyara_3712'),('country_Thailand_209','state_________________________________________3713'),('country_Thailand_209','state___________________________________3714'),('country_Thailand_209','state_______________________3715'),('country_Thailand_209','state__________________________3716'),('country_Thailand_209','state_______________________________________________3717'),('country_Thailand_209','state_______________________3718'),('country_Thailand_209','state____________________3719'),('country_Thailand_209','state_____________________________3720'),('country_Thailand_209','state____________________3721'),('country_Thailand_209','state_______________________3722'),('country_Thailand_209','state____________________3723'),('country_Thailand_209','state_________________3724'),('country_Thailand_209','state__________________________3725'),('country_Thailand_209','state______________3726'),('country_Thailand_209','state________________________________3727'),('country_Thailand_209','state________________________________3728'),('country_Thailand_209','state_______________________3729'),('country_Thailand_209','state_______________________3730'),('country_Thailand_209','state________________________________3731'),('country_Thailand_209','state_____________________________3732'),('country_Thailand_209','state__________________________3733'),('country_Thailand_209','state__________________________3734'),('country_Thailand_209','state___________________________________3735'),('country_Thailand_209','state_________________3736'),('country_Thailand_209','state_______________________3737'),('country_Thailand_209','state________________________________3738'),('country_Thailand_209','state___________________________________3739'),('country_Thailand_209','state_______________________3740'),('country_Thailand_209','state__________________________3741'),('country_Thailand_209','state___________3742'),('country_Thailand_209','state_______________________3743'),('country_Thailand_209','state_____________________________3744'),('country_Thailand_209','state__________________________3745'),('country_Thailand_209','state_____________________________3746'),('country_Thailand_209','state____________________3747'),('country_Thailand_209','state____________________3748'),('country_Thailand_209','state__________________________3749'),('country_Thailand_209','state_____________________________3750'),('country_Thailand_209','state_________________3751'),('country_Thailand_209','state_________________3752'),('country_Thailand_209','state_____________________________3753'),('country_Thailand_209','state______________3754'),('country_Thailand_209','state_________________3755'),('country_Thailand_209','state__________________________3756'),('country_Thailand_209','state________________________________3757'),('country_Thailand_209','state_____________________________3758'),('country_Thailand_209','state_____________________________3759'),('country_Thailand_209','state_____________________________3760'),('country_Thailand_209','state___________3761'),('country_Thailand_209','state_______________________3762'),('country_Thailand_209','state_________________3763'),('country_Thailand_209','state____________________3764'),('country_Thailand_209','state_______________________3765'),('country_Thailand_209','state_____________________________3766'),('country_Thailand_209','state________________________________3767'),('country_Thailand_209','state____________________3768'),('country_Thailand_209','state_____________________________3769'),('country_Thailand_209','state___________________________________3770'),('country_Thailand_209','state__________________________3771'),('country_Thailand_209','state_______________________________________________3772'),('country_Thailand_209','state_________________________________________3773'),('country_Thailand_209','state____________________3774'),('country_Thailand_209','state_________________3775'),('country_Thailand_209','state____________________3776'),('country_Thailand_209','state______________________________________3777'),('country_Thailand_209','state_________________3778'),('country_Thailand_209','state_________________3779'),('country_Thailand_209','state_________________3780'),('country_Thailand_209','state______________3781'),('country_Thailand_209','state______________3782'),('country_Thailand_209','state____________________3783'),('country_Thailand_209','state_______________________3784'),('country_Thailand_209','state______________3785'),('country_Thailand_209','state__________________________3786'),('country_Togo_210','state_Centrale_3787'),('country_Togo_210','state_Kara_3788'),('country_Togo_210','state_Maritime_3789'),('country_Togo_210','state_Plateaux_3790'),('country_Togo_210','state_Savanes_3791'),('country_Tokelau_211','state_Atafu_3792'),('country_Tokelau_211','state_Fakaofo_3793'),('country_Tokelau_211','state_Nukunonu_3794'),('country_Tonga_212','state_Ha_apai_3795'),('country_Tonga_212','state_Tongatapu_3796'),('country_Tonga_212','state_Vava_u_3797'),('country_Trinidad_and_Tobago_213','state_Arima_3798'),('country_Trinidad_and_Tobago_213','state_Chaguanas_3799'),('country_Trinidad_and_Tobago_213','state_Couva_Tabaquite_Talparo_3800'),('country_Trinidad_and_Tobago_213','state_Diego_Martin_3801'),('country_Trinidad_and_Tobago_213','state_Eastern_Tobago_3802'),('country_Trinidad_and_Tobago_213','state_Rio_Claro_Mayaro_3803'),('country_Trinidad_and_Tobago_213','state_Penal_Debe_3804'),('country_Trinidad_and_Tobago_213','state_Point_Fortin_3805'),('country_Trinidad_and_Tobago_213','state_Port_of_Spain_3806'),('country_Trinidad_and_Tobago_213','state_Princes_Town_3807'),('country_Trinidad_and_Tobago_213','state_San_Fernando_3808'),('country_Trinidad_and_Tobago_213','state_Sangre_Grande_3809'),('country_Trinidad_and_Tobago_213','state_San_Juan_Laventille_3810'),('country_Trinidad_and_Tobago_213','state_Siparia_3811'),('country_Trinidad_and_Tobago_213','state_Tunapuna_Piarco_3812'),('country_Trinidad_and_Tobago_213','state_Western_Tobago_3813'),('country_Tunisia_214','state_____________________3814'),('country_Tunisia_214','state_________________________3815'),('country_Tunisia_214','state__________________________3816'),('country_Tunisia_214','state_______________________3817'),('country_Tunisia_214','state_____________________3818'),('country_Tunisia_214','state_______________________3819'),('country_Tunisia_214','state_______________________3820'),('country_Tunisia_214','state_____________________3821'),('country_Tunisia_214','state_________________________3822'),('country_Tunisia_214','state_______________________3823'),('country_Tunisia_214','state_________________________3824'),('country_Tunisia_214','state_____________________________3825'),('country_Tunisia_214','state___________________________3826'),('country_Tunisia_214','state________________________________3827'),('country_Tunisia_214','state_____________________3828'),('country_Tunisia_214','state_____________________________3829'),('country_Tunisia_214','state___________________________3830'),('country_Tunisia_214','state_______________________3831'),('country_Tunisia_214','state_____________________3832'),('country_Tunisia_214','state_____________________3833'),('country_Tunisia_214','state_____________________3834'),('country_Tunisia_214','state_____________________3835'),('country_Tunisia_214','state_______________________3836'),('country_Tunisia_214','state_________________________3837'),('country_Turkey_215','state_Adana_3838'),('country_Turkey_215','state_Ad__yaman_3839'),('country_Turkey_215','state_Afyonkarahisar_3840'),('country_Turkey_215','state_A__r___3841'),('country_Turkey_215','state_Amasya_3842'),('country_Turkey_215','state_Ankara_3843'),('country_Turkey_215','state_Antalya_3844'),('country_Turkey_215','state_Artvin_3845'),('country_Turkey_215','state_Ayd__n_3846'),('country_Turkey_215','state_Bal__kesir_3847'),('country_Turkey_215','state_Bilecik_3848'),('country_Turkey_215','state_Bing__l_3849'),('country_Turkey_215','state_Bitlis_3850'),('country_Turkey_215','state_Bolu_3851'),('country_Turkey_215','state_Burdur_3852'),('country_Turkey_215','state_Bursa_3853'),('country_Turkey_215','state___anakkale_3854'),('country_Turkey_215','state___ank__r___3855'),('country_Turkey_215','state___orum_3856'),('country_Turkey_215','state_Denizli_3857'),('country_Turkey_215','state_Diyarbak__r_3858'),('country_Turkey_215','state_Edirne_3859'),('country_Turkey_215','state_Elaz_____3860'),('country_Turkey_215','state_Erzincan_3861'),('country_Turkey_215','state_Erzurum_3862'),('country_Turkey_215','state_Eski__ehir_3863'),('country_Turkey_215','state_Gaziantep_3864'),('country_Turkey_215','state_Giresun_3865'),('country_Turkey_215','state_G__m____hane_3866'),('country_Turkey_215','state_Hakkari_3867'),('country_Turkey_215','state_Hatay_3868'),('country_Turkey_215','state_Isparta_3869'),('country_Turkey_215','state_Mersin_3870'),('country_Turkey_215','state___stanbul_3871'),('country_Turkey_215','state___zmir_3872'),('country_Turkey_215','state_Kars_3873'),('country_Turkey_215','state_Kastamonu_3874'),('country_Turkey_215','state_Kayseri_3875'),('country_Turkey_215','state_K__rklareli_3876'),('country_Turkey_215','state_K__r__ehir_3877'),('country_Turkey_215','state_Kocaeli_3878'),('country_Turkey_215','state_Konya_3879'),('country_Turkey_215','state_K__tahya_3880'),('country_Turkey_215','state_Malatya_3881'),('country_Turkey_215','state_Manisa_3882'),('country_Turkey_215','state_Kahramanmara___3883'),('country_Turkey_215','state_Mardin_3884'),('country_Turkey_215','state_Mu__la_3885'),('country_Turkey_215','state_Mu___3886'),('country_Turkey_215','state_Nev__ehir_3887'),('country_Turkey_215','state_Ni__de_3888'),('country_Turkey_215','state_Ordu_3889'),('country_Turkey_215','state_Rize_3890'),('country_Turkey_215','state_Sakarya_3891'),('country_Turkey_215','state_Samsun_3892'),('country_Turkey_215','state_Siirt_3893'),('country_Turkey_215','state_Sinop_3894'),('country_Turkey_215','state_Sivas_3895'),('country_Turkey_215','state_Tekirda___3896'),('country_Turkey_215','state_Tokat_3897'),('country_Turkey_215','state_Trabzon_3898'),('country_Turkey_215','state_Tunceli_3899'),('country_Turkey_215','state___anl__urfa_3900'),('country_Turkey_215','state_U__ak_3901'),('country_Turkey_215','state_Van_3902'),('country_Turkey_215','state_Yozgat_3903'),('country_Turkey_215','state_Zonguldak_3904'),('country_Turkey_215','state_Aksaray_3905'),('country_Turkey_215','state_Bayburt_3906'),('country_Turkey_215','state_Karaman_3907'),('country_Turkey_215','state_K__r__kkale_3908'),('country_Turkey_215','state_Batman_3909'),('country_Turkey_215','state_____rnak_3910'),('country_Turkey_215','state_Bart__n_3911'),('country_Turkey_215','state_Ardahan_3912'),('country_Turkey_215','state_I__d__r_3913'),('country_Turkey_215','state_Yalova_3914'),('country_Turkey_215','state_Karab__k_3915'),('country_Turkey_215','state_Kilis_3916'),('country_Turkey_215','state_Osmaniye_3917'),('country_Turkey_215','state_D__zce_3918'),('country_Turkmenistan_216','state_Ahal_wela__aty_3919'),('country_Turkmenistan_216','state_Balkan_wela__aty_3920'),('country_Turkmenistan_216','state_Da__oguz_wela__aty_3921'),('country_Turkmenistan_216','state_Lebap_wela__aty_3922'),('country_Turkmenistan_216','state_Mary_wela__aty_3923'),('country_Turks_and_Caicos_Islands_217','state_Ambergris_Cays_3924'),('country_Turks_and_Caicos_Islands_217','state_Dellis_Cay_3925'),('country_Turks_and_Caicos_Islands_217','state_French_Cay_3926'),('country_Turks_and_Caicos_Islands_217','state_Little_Water_Cay_3927'),('country_Turks_and_Caicos_Islands_217','state_Parrot_Cay_3928'),('country_Turks_and_Caicos_Islands_217','state_Pine_Cay_3929'),('country_Turks_and_Caicos_Islands_217','state_Salt_Cay_3930'),('country_Turks_and_Caicos_Islands_217','state_Grand_Turk_3931'),('country_Turks_and_Caicos_Islands_217','state_South_Caicos_3932'),('country_Turks_and_Caicos_Islands_217','state_East_Caicos_3933'),('country_Turks_and_Caicos_Islands_217','state_Middle_Caicos_3934'),('country_Turks_and_Caicos_Islands_217','state_North_Caicos_3935'),('country_Turks_and_Caicos_Islands_217','state_Providenciales_3936'),('country_Turks_and_Caicos_Islands_217','state_West_Caicos_3937'),('country_Tuvalu_218','state_Funafuti_3938'),('country_Tuvalu_218','state_Nanumea_3939'),('country_Tuvalu_218','state_Nanumanga_3940'),('country_Tuvalu_218','state_Niutao_3941'),('country_Tuvalu_218','state_Nui_3942'),('country_Tuvalu_218','state_Nukufetau_3943'),('country_Tuvalu_218','state_Nukulaelae_3944'),('country_Tuvalu_218','state_Vaitupu_3945'),('country_Uganda_219','state_Kalangala_3946'),('country_Uganda_219','state_Kampala_3947'),('country_Uganda_219','state_Kiboga_3948'),('country_Uganda_219','state_Luwero_3949'),('country_Uganda_219','state_Masaka_3950'),('country_Uganda_219','state_Mpigi_3951'),('country_Uganda_219','state_Mubende_3952'),('country_Uganda_219','state_Mukono_3953'),('country_Uganda_219','state_Nakasongola_3954'),('country_Uganda_219','state_Rakai_3955'),('country_Uganda_219','state_Sembabule_3956'),('country_Uganda_219','state_Kayunga_3957'),('country_Uganda_219','state_Wakiso_3958'),('country_Uganda_219','state_Bugiri_3959'),('country_Uganda_219','state_Busia_3960'),('country_Uganda_219','state_Iganga_3961'),('country_Uganda_219','state_Jinja_3962'),('country_Uganda_219','state_Kamuli_3963'),('country_Uganda_219','state_Kapchorwa_3964'),('country_Uganda_219','state_Katakwi_3965'),('country_Uganda_219','state_Kumi_3966'),('country_Uganda_219','state_Mbale_3967'),('country_Uganda_219','state_Pallisa_3968'),('country_Uganda_219','state_Soroti_3969'),('country_Uganda_219','state_Tororo_3970'),('country_Uganda_219','state_Kaberamaido_3971'),('country_Uganda_219','state_Mayuge_3972'),('country_Uganda_219','state_Sironko_3973'),('country_Uganda_219','state_Adjumani_3974'),('country_Uganda_219','state_Apac_3975'),('country_Uganda_219','state_Arua_3976'),('country_Uganda_219','state_Gulu_3977'),('country_Uganda_219','state_Kitgum_3978'),('country_Uganda_219','state_Kotido_3979'),('country_Uganda_219','state_Lira_3980'),('country_Uganda_219','state_Moroto_3981'),('country_Uganda_219','state_Moyo_3982'),('country_Uganda_219','state_Nebbi_3983'),('country_Uganda_219','state_Nakapiripirit_3984'),('country_Uganda_219','state_Pader_3985'),('country_Uganda_219','state_Yumbe_3986'),('country_Uganda_219','state_Bundibugyo_3987'),('country_Uganda_219','state_Bushenyi_3988'),('country_Uganda_219','state_Hoima_3989'),('country_Uganda_219','state_Kabale_3990'),('country_Uganda_219','state_Kabarole_3991'),('country_Uganda_219','state_Kasese_3992'),('country_Uganda_219','state_Kibale_3993'),('country_Uganda_219','state_Kisoro_3994'),('country_Uganda_219','state_Masindi_3995'),('country_Uganda_219','state_Mbarara_3996'),('country_Uganda_219','state_Ntungamo_3997'),('country_Uganda_219','state_Rukungiri_3998'),('country_Uganda_219','state_Kamwenge_3999'),('country_Uganda_219','state_Kanungu_4000'),('country_Uganda_219','state_Kyenjojo_4001'),('country_Ukraine_220','state___________________________________4002'),('country_Ukraine_220','state___________________________________4003'),('country_Ukraine_220','state___________________________________4004'),('country_Ukraine_220','state_________________________________________________4005'),('country_Ukraine_220','state_________________________________4006'),('country_Ukraine_220','state_______________________________________4007'),('country_Ukraine_220','state_____________________________________4008'),('country_Ukraine_220','state_________________________________________4009'),('country_Ukraine_220','state_____________________________________4010'),('country_Ukraine_220','state__________________________________________________4011'),('country_Ukraine_220','state__________4012'),('country_Ukraine_220','state_________________________________4013'),('country_Ukraine_220','state_____________________________________________4014'),('country_Ukraine_220','state________________________4015'),('country_Ukraine_220','state____________________________________________________4016'),('country_Ukraine_220','state___________________________________4017'),('country_Ukraine_220','state_________________________________________4018'),('country_Ukraine_220','state_______________________________4019'),('country_Ukraine_220','state_____________________________________4020'),('country_Ukraine_220','state_______________________________4021'),('country_Ukraine_220','state___________________________________________4022'),('country_Ukraine_220','state_____________________________________4023'),('country_Ukraine_220','state_____________________________________4024'),('country_Ukraine_220','state_______________________________________4025'),('country_Ukraine_220','state___________________________________4026'),('country_Ukraine_220','state_________________________________________4027'),('country_Ukraine_220','state_______________________________________4028'),('country_United_Kingdom_222','state_Argyll_and_Bute_4031'),('country_United_Kingdom_222','state_Bath_and_North_East_Somerset_4037'),('country_United_Kingdom_222','state_Bedfordshire_4039'),('country_United_Kingdom_222','state_Berkshire_4040'),('country_United_Kingdom_222','state_Blaenau_Gwent_4045'),('country_United_Kingdom_222','state_Borders_4055'),('country_United_Kingdom_222','state_Bristol_4060'),('country_United_Kingdom_222','state_Buckinghamshire_4061'),('country_United_Kingdom_222','state_Cambridgeshire_4062'),('country_United_Kingdom_222','state_Carmarthenshire_4074'),('country_United_Kingdom_222','state_Ceredigion_4064'),('country_United_Kingdom_222','state_Cheshire_4066'),('country_United_Kingdom_222','state_Conwy_4080'),('country_United_Kingdom_222','state_Cornwall_4075'),('country_United_Kingdom_222','state_Antrim_4034'),('country_United_Kingdom_222','state_Down_4091'),('country_United_Kingdom_222','state_Durham_4094'),('country_United_Kingdom_222','state_Fermanagh_4107'),('country_United_Kingdom_222','state_Londonderry_4063'),('country_United_Kingdom_222','state_Tyrone_4065'),('country_United_Kingdom_222','state_Cumbria_4072'),('country_United_Kingdom_222','state_Denbighshire_4083'),('country_United_Kingdom_222','state_Derbyshire_4082'),('country_United_Kingdom_222','state_Devon_4085'),('country_United_Kingdom_222','state_Dorset_4090'),('country_United_Kingdom_222','state_Dumbarton_4065'),('country_United_Kingdom_222','state_Dumfries_and_Galloway_4087'),('country_United_Kingdom_222','state_Dyfed_4093'),('country_United_Kingdom_222','state_East_Ayrshire_4096'),('country_United_Kingdom_222','state_East_Dunbartonshire_4098'),('country_United_Kingdom_222','state_East_Renfrewshire_4102'),('country_United_Kingdom_222','state_East_Riding_of_Yorkshire_4103'),('country_United_Kingdom_222','state_East_Sussex_4105'),('country_United_Kingdom_222','state_Edinburgh_4097'),('country_United_Kingdom_222','state_Essex_4104'),('country_United_Kingdom_222','state_Fife_4108'),('country_United_Kingdom_222','state_Flintshire_4109'),('country_United_Kingdom_222','state_Glamorgan_4068'),('country_United_Kingdom_222','state_Glasgow_4111'),('country_United_Kingdom_222','state_Gloucestershire_4112'),('country_United_Kingdom_222','state_Grampian_4110'),('country_United_Kingdom_222','state_Greater_Manchester_4113'),('country_United_Kingdom_222','state_Gwent_4114'),('country_United_Kingdom_222','state_Gwynedd_4115'),('country_United_Kingdom_222','state_Hampshire_4117'),('country_United_Kingdom_222','state_Herefordshire_4120'),('country_United_Kingdom_222','state_Hertfordshire_4126'),('country_United_Kingdom_222','state_Inverclyde_4132'),('country_United_Kingdom_222','state_Isle_of_Wight_4130'),('country_United_Kingdom_222','state_Kent_4135'),('country_United_Kingdom_222','state_Lancashire_4140'),('country_United_Kingdom_222','state_Leicestershire_4144'),('country_United_Kingdom_222','state_Lincolnshire_4146'),('country_United_Kingdom_222','state_London_4149'),('country_United_Kingdom_222','state_Manchester_4153'),('country_United_Kingdom_222','state_Middlesex_4069'),('country_United_Kingdom_222','state_Merseyside_4070'),('country_United_Kingdom_222','state_Norfolk_4169'),('country_United_Kingdom_222','state_North_Ayrshire_4164'),('country_United_Kingdom_222','state_North_Lanarkshire_4171'),('country_United_Kingdom_222','state_North_West_Highlands_4071'),('country_United_Kingdom_222','state_North_Yorkshire_4181'),('country_United_Kingdom_222','state_Northamptonshire_4175'),('country_United_Kingdom_222','state_Northumberland_4165'),('country_United_Kingdom_222','state_Nottinghamshire_4177'),('country_United_Kingdom_222','state_Oxfordshire_4186'),('country_United_Kingdom_222','state_Pembrokeshire_4187'),('country_United_Kingdom_222','state_Powys_4192'),('country_United_Kingdom_222','state_Renfrewshire_4199'),('country_United_Kingdom_222','state_Rhondda_Cynon_Taf_4196'),('country_United_Kingdom_222','state_Shropshire_4211'),('country_United_Kingdom_222','state_Somerset_4218'),('country_United_Kingdom_222','state_South_Ayrshire_4204'),('country_United_Kingdom_222','state_South_Gloucestershire_4208'),('country_United_Kingdom_222','state_South_Lanarkshire_4215'),('country_United_Kingdom_222','state_South_Yorkshire_4228'),('country_United_Kingdom_222','state_Staffordshire_4226'),('country_United_Kingdom_222','state_Suffolk_4206'),('country_United_Kingdom_222','state_Surrey_4220'),('country_United_Kingdom_222','state_Tayside_4235'),('country_United_Kingdom_222','state_Torfaen_4236'),('country_United_Kingdom_222','state_Tyne_and_Wear_4237'),('country_United_Kingdom_222','state_Warwickshire_4240'),('country_United_Kingdom_222','state_West_Lothian_4248'),('country_United_Kingdom_222','state_West_Midlands_4073'),('country_United_Kingdom_222','state_West_Sussex_4257'),('country_United_Kingdom_222','state_West_Yorkshire_4076'),('country_United_Kingdom_222','state_Wiltshire_4245'),('country_United_Kingdom_222','state_Worcestershire_4252'),('country_United_Kingdom_222','state_Aberdeenshire_4554'),('country_United_Kingdom_222','state_Anglesey_4555'),('country_United_Kingdom_222','state_Angus_4506'),('country_United_Kingdom_222','state_Argyllshire_4507'),('country_United_Kingdom_222','state_Ayrshire_4508'),('country_United_Kingdom_222','state_Banffshire_4509'),('country_United_Kingdom_222','state_Berwickshire_4510'),('country_United_Kingdom_222','state_Brecknockshire_4511'),('country_United_Kingdom_222','state_Buteshire_4512'),('country_United_Kingdom_222','state_Caernarfonshire_4513'),('country_United_Kingdom_222','state_Caithness_4514'),('country_United_Kingdom_222','state_Cardiganshire_4515'),('country_United_Kingdom_222','state_Channel_Isles_4516'),('country_United_Kingdom_222','state_Clackmannanshire_4517'),('country_United_Kingdom_222','state_County_Armagh_4518'),('country_United_Kingdom_222','state_Cumberland_4519'),('country_United_Kingdom_222','state_Dumfriesshire_4520'),('country_United_Kingdom_222','state_Dunbartonshire_4521'),('country_United_Kingdom_222','state_East_Lothian_4522'),('country_United_Kingdom_222','state_Huntingdonshire_4523'),('country_United_Kingdom_222','state_Inverness-shire_4524'),('country_United_Kingdom_222','state_Isle_ of_Islay_4525'),('country_United_Kingdom_222','state_Isle_of_Lewis_4526'),('country_United_Kingdom_222','state_Isle_of_Man_4527'),('country_United_Kingdom_222','state_Isle_of_Skye_4528'),('country_United_Kingdom_222','state_Isles_of_Scilly_4529'),('country_United_Kingdom_222','state_Kincardineshire_4530'),('country_United_Kingdom_222','state_Kinross-Shire_4531'),('country_United_Kingdom_222','state_Kirkcudbrightshire_4532'),('country_United_Kingdom_222','state_Lanarkshire_4533'),('country_United_Kingdom_222','state_Merioneth_4534'),('country_United_Kingdom_222','state_Midlothian_4535'),('country_United_Kingdom_222','state_Monmouthshire_4536'),('country_United_Kingdom_222','state_Montgomeryshire_4537'),('country_United_Kingdom_222','state_Morayshire_4538'),('country_United_Kingdom_222','state_Nairnshire_4539'),('country_United_Kingdom_222','state_Orkney_4540'),('country_United_Kingdom_222','state_Peeblesshire_4541'),('country_United_Kingdom_222','state_Perthshire_4542'),('country_United_Kingdom_222','state_Radnorshire_4543'),('country_United_Kingdom_222','state_Ross-shire_4544'),('country_United_Kingdom_222','state_Roxburghshire_4545'),('country_United_Kingdom_222','state_Rutland_4546'),('country_United_Kingdom_222','state_Selkirkshire_4547'),('country_United_Kingdom_222','state_Shetland_4548'),('country_United_Kingdom_222','state_Stirlingshire_4549'),('country_United_Kingdom_222','state_Sussex_4550'),('country_United_Kingdom_222','state_Sutherland_4551'),('country_United_Kingdom_222','state_Westmorland_4552'),('country_United_Kingdom_222','state_Wigtownshire_4553'),('country_United_States_of_America_223','state_Alaska_4260'),('country_United_States_of_America_223','state_Alabama_4261'),('country_United_States_of_America_223','state_American_Samoa_4262'),('country_United_States_of_America_223','state_Arkansas_4263'),('country_United_States_of_America_223','state_Arizona_4264'),('country_United_States_of_America_223','state_California_4265'),('country_United_States_of_America_223','state_Colorado_4266'),('country_United_States_of_America_223','state_Connecticut_4267'),('country_United_States_of_America_223','state_District_of_Columbia_4268'),('country_United_States_of_America_223','state_Delaware_4269'),('country_United_States_of_America_223','state_Florida_4270'),('country_United_States_of_America_223','state_Georgia_4271'),('country_United_States_of_America_223','state_Guam_4272'),('country_United_States_of_America_223','state_Hawaii_4273'),('country_United_States_of_America_223','state_Iowa_4274'),('country_United_States_of_America_223','state_Idaho_4275'),('country_United_States_of_America_223','state_Illinois_4276'),('country_United_States_of_America_223','state_Indiana_4277'),('country_United_States_of_America_223','state_Kansas_4278'),('country_United_States_of_America_223','state_Kentucky_4279'),('country_United_States_of_America_223','state_Louisiana_4280'),('country_United_States_of_America_223','state_Massachusetts_4281'),('country_United_States_of_America_223','state_Maryland_4282'),('country_United_States_of_America_223','state_Maine_4283'),('country_United_States_of_America_223','state_Michigan_4284'),('country_United_States_of_America_223','state_Minnesota_4285'),('country_United_States_of_America_223','state_Missouri_4286'),('country_United_States_of_America_223','state_Mississippi_4287'),('country_United_States_of_America_223','state_Montana_4288'),('country_United_States_of_America_223','state_North_Carolina_4289'),('country_United_States_of_America_223','state_North_Dakota_4290'),('country_United_States_of_America_223','state_Nebraska_4291'),('country_United_States_of_America_223','state_New_Hampshire_4292'),('country_United_States_of_America_223','state_New_Jersey_4293'),('country_United_States_of_America_223','state_New_Mexico_4294'),('country_United_States_of_America_223','state_Nevada_4295'),('country_United_States_of_America_223','state_New_York_4296'),('country_United_States_of_America_223','state_Northern_Mariana_Islands_4297'),('country_United_States_of_America_223','state_Ohio_4298'),('country_United_States_of_America_223','state_Oklahoma_4299'),('country_United_States_of_America_223','state_Oregon_4300'),('country_United_States_of_America_223','state_Pennsylvania_4301'),('country_United_States_of_America_223','state_Puerto_Rico_4302'),('country_United_States_of_America_223','state_Rhode_Island_4303'),('country_United_States_of_America_223','state_South_Carolina_4304'),('country_United_States_of_America_223','state_South_Dakota_4305'),('country_United_States_of_America_223','state_Tennessee_4306'),('country_United_States_of_America_223','state_Texas_4307'),('country_United_States_of_America_223','state_U_S__Minor_Outlying_Islands_4308'),('country_United_States_of_America_223','state_Utah_4309'),('country_United_States_of_America_223','state_Virginia_4310'),('country_United_States_of_America_223','state_Virgin_Islands_of_the_U_S__4311'),('country_United_States_of_America_223','state_Vermont_4312'),('country_United_States_of_America_223','state_Washington_4313'),('country_United_States_of_America_223','state_Wisconsin_4314'),('country_United_States_of_America_223','state_West_Virginia_4315'),('country_United_States_of_America_223','state_Wyoming_4316'),('country_United_States_Minor_Outlying_Islands_224','state_Baker_Island_4317'),('country_United_States_Minor_Outlying_Islands_224','state_Howland_Island_4318'),('country_United_States_Minor_Outlying_Islands_224','state_Jarvis_Island_4319'),('country_United_States_Minor_Outlying_Islands_224','state_Johnston_Atoll_4320'),('country_United_States_Minor_Outlying_Islands_224','state_Kingman_Reef_4321'),('country_United_States_Minor_Outlying_Islands_224','state_Midway_Atoll_4322'),('country_United_States_Minor_Outlying_Islands_224','state_Navassa_Island_4323'),('country_United_States_Minor_Outlying_Islands_224','state_Palmyra_Atoll_4324'),('country_United_States_Minor_Outlying_Islands_224','state_Wake_Island_4325'),('country_Uruguay_225','state_Artigas_4326'),('country_Uruguay_225','state_Canelones_4327'),('country_Uruguay_225','state_Cerro_Largo_4328'),('country_Uruguay_225','state_Colonia_4329'),('country_Uruguay_225','state_Durazno_4330'),('country_Uruguay_225','state_Florida_4331'),('country_Uruguay_225','state_Flores_4332'),('country_Uruguay_225','state_Lavalleja_4333'),('country_Uruguay_225','state_Maldonado_4334'),('country_Uruguay_225','state_Montevideo_4335'),('country_Uruguay_225','state_Paysandu_4336'),('country_Uruguay_225','state_R__o_Negro_4337'),('country_Uruguay_225','state_Rocha_4338'),('country_Uruguay_225','state_Rivera_4339'),('country_Uruguay_225','state_Salto_4340'),('country_Uruguay_225','state_Soriano_4342'),('country_Uruguay_225','state_Tacuaremb___4343'),('country_Uruguay_225','state_Treinta_y_Tres_4344'),('country_Uzbekistan_226','state_Andijon_viloyati_4345'),('country_Uzbekistan_226','state_Buxoro_viloyati_4346'),('country_Uzbekistan_226','state_Farg_ona_viloyati_4347'),('country_Uzbekistan_226','state_Jizzax_viloyati_4348'),('country_Uzbekistan_226','state_Namangan_viloyati_4349'),('country_Uzbekistan_226','state_Navoiy_viloyati_4350'),('country_Uzbekistan_226','state_Qashqadaryo_viloyati_4351'),('country_Uzbekistan_226','state_Qoraqalpog_iston_Respublikasi_4352'),('country_Uzbekistan_226','state_Samarqand_viloyati_4353'),('country_Uzbekistan_226','state_Sirdaryo_viloyati_4354'),('country_Uzbekistan_226','state_Surxondaryo_viloyati_4355'),('country_Uzbekistan_226','state_Toshkent_4356'),('country_Uzbekistan_226','state_Toshkent_viloyati_4357'),('country_Uzbekistan_226','state_Xorazm_viloyati_4358'),('country_Vanuatu_227','state_Malampa_4359'),('country_Vanuatu_227','state_P__nama_4360'),('country_Vanuatu_227','state_Sanma_4361'),('country_Vanuatu_227','state_Sh__fa_4362'),('country_Vanuatu_227','state_Taf__a_4363'),('country_Vanuatu_227','state_Torba_4364'),('country_Venezuela_229','state_Distrito_Capital_4365'),('country_Venezuela_229','state_Anzo__tegui_4366'),('country_Venezuela_229','state_Apure_4367'),('country_Venezuela_229','state_Aragua_4368'),('country_Venezuela_229','state_Barinas_4369'),('country_Venezuela_229','state_Bol__var_4370'),('country_Venezuela_229','state_Carabobo_4371'),('country_Venezuela_229','state_Cojedes_4372'),('country_Venezuela_229','state_Falc__n_4373'),('country_Venezuela_229','state_Gu__rico_4374'),('country_Venezuela_229','state_Lara_4375'),('country_Venezuela_229','state_M__rida_4376'),('country_Venezuela_229','state_Miranda_4377'),('country_Venezuela_229','state_Monagas_4378'),('country_Venezuela_229','state_Nueva_Esparta_4379'),('country_Venezuela_229','state_Portuguesa_4380'),('country_Venezuela_229','state_Sucre_4381'),('country_Venezuela_229','state_Tachira_4382'),('country_Venezuela_229','state_Trujillo_4383'),('country_Venezuela_229','state_Yaracuy_4384'),('country_Venezuela_229','state_Zulia_4385'),('country_Venezuela_229','state_Capital_Dependencia_4386'),('country_Venezuela_229','state_Vargas_4387'),('country_Venezuela_229','state_Delta_Amacuro_4388'),('country_Venezuela_229','state_Amazonas_4389'),('country_Vietnam_230','state_Lai_Ch__u_4390'),('country_Vietnam_230','state_L__o_Cai_4391'),('country_Vietnam_230','state_H___Giang_4392'),('country_Vietnam_230','state_Cao_B___ng_4393'),('country_Vietnam_230','state_S__n_La_4394'),('country_Vietnam_230','state_Y__n_B__i_4395'),('country_Vietnam_230','state_Tuy__n_Quang_4396'),('country_Vietnam_230','state_L___ng_S__n_4397'),('country_Vietnam_230','state_Qu___ng_Ninh_4398'),('country_Vietnam_230','state_H__a_B__nh_4399'),('country_Vietnam_230','state_H___T__y_4400'),('country_Vietnam_230','state_Ninh_B__nh_4401'),('country_Vietnam_230','state_Th__i_B__nh_4402'),('country_Vietnam_230','state_Thanh_H__a_4403'),('country_Vietnam_230','state_Ngh____An_4404'),('country_Vietnam_230','state_H___T__nh_4405'),('country_Vietnam_230','state_Qu___ng_B__nh_4406'),('country_Vietnam_230','state_Qu___ng_Tr____4407'),('country_Vietnam_230','state_Th___a_Thi__n_Hu____4408'),('country_Vietnam_230','state_Qu___ng_Nam_4409'),('country_Vietnam_230','state_Kon_Tum_4410'),('country_Vietnam_230','state_Qu___ng_Ng__i_4411'),('country_Vietnam_230','state_Gia_Lai_4412'),('country_Vietnam_230','state_B__nh______nh_4413'),('country_Vietnam_230','state_Ph___Y__n_4414'),('country_Vietnam_230','state______k_L___k_4415'),('country_Vietnam_230','state_Kh__nh_H__a_4416'),('country_Vietnam_230','state_L__m______ng_4417'),('country_Vietnam_230','state_Ninh_Thu___n_4418'),('country_Vietnam_230','state_T__y_Ninh_4419'),('country_Vietnam_230','state______ng_Nai_4420'),('country_Vietnam_230','state_B__nh_Thu___n_4421'),('country_Vietnam_230','state_Long_An_4422'),('country_Vietnam_230','state_B___R___a_V__ng_T__u_4423'),('country_Vietnam_230','state_An_Giang_4424'),('country_Vietnam_230','state______ng_Th__p_4425'),('country_Vietnam_230','state_Ti___n_Giang_4426'),('country_Vietnam_230','state_Ki__n_Giang_4427'),('country_Vietnam_230','state_C___n_Th___4428'),('country_Vietnam_230','state_V__nh_Long_4429'),('country_Vietnam_230','state_B___n_Tre_4430'),('country_Vietnam_230','state_Tr___Vinh_4431'),('country_Vietnam_230','state_S__c_Tr__ng_4432'),('country_Vietnam_230','state_B___c_K___n_4433'),('country_Vietnam_230','state_B___c_Giang_4434'),('country_Vietnam_230','state_B___c_Li__u_4435'),('country_Vietnam_230','state_B___c_Ninh_4436'),('country_Vietnam_230','state_B__nh_D____ng_4437'),('country_Vietnam_230','state_B__nh_Ph_____c_4438'),('country_Vietnam_230','state_C___Mau_4439'),('country_Vietnam_230','state______N___ng_4440'),('country_Vietnam_230','state_H___i_D____ng_4441'),('country_Vietnam_230','state_H___i_Ph__ng_4442'),('country_Vietnam_230','state_H___Nam_4443'),('country_Vietnam_230','state_H___N___i_4444'),('country_Vietnam_230','state_S__i_G__n_4445'),('country_Vietnam_230','state_H__ng_Y__n_4446'),('country_Vietnam_230','state_Nam______nh_4447'),('country_Vietnam_230','state_Ph___Th____4448'),('country_Vietnam_230','state_Th__i_Nguy__n_4449'),('country_Vietnam_230','state_V__nh_Ph__c_4450'),('country_Vietnam_230','state___i___n_Bi__n_4451'),('country_Vietnam_230','state______k_N__ng_4452'),('country_Vietnam_230','state_H___u_Giang_4453'),('country_Virgin_Islands__U_S___232','state_Saint_Croix_4454'),('country_Wallis_and_Futuna_Islands_233','state_Alo_4457'),('country_Wallis_and_Futuna_Islands_233','state_Sigave_4458'),('country_Wallis_and_Futuna_Islands_233','state_Wallis_4459'),('country_Yemen_235','state_____________4460'),('country_Yemen_235','state________4461'),('country_Yemen_235','state____________4462'),('country_Yemen_235','state________________4463'),('country_Yemen_235','state______________4464'),('country_Yemen_235','state__________4465'),('country_Yemen_235','state______________4466'),('country_Yemen_235','state________4467'),('country_Yemen_235','state________________4468'),('country_Yemen_235','state______4469'),('country_Yemen_235','state____________4470'),('country_Yemen_235','state________4471'),('country_Yemen_235','state__________4472'),('country_Yemen_235','state______________4473'),('country_Yemen_235','state________________4474'),('country_Yemen_235','state__________4475'),('country_Yemen_235','state____________4476'),('country_Yemen_235','state__________4477'),('country_Yemen_235','state________4478'),('country_Zambia_238','state_Western_4479'),('country_Zambia_238','state_Central_4480'),('country_Zambia_238','state_Eastern_4481'),('country_Zambia_238','state_Luapula_4482'),('country_Zambia_238','state_Northern_4483'),('country_Zambia_238','state_North_Western_4484'),('country_Zambia_238','state_Southern_4485'),('country_Zambia_238','state_Copperbelt_4486'),('country_Zambia_238','state_Lusaka_4487'),('country_Zimbabwe_239','state_Manicaland_4488'),('country_Zimbabwe_239','state_Mashonaland_Central_4489'),('country_Zimbabwe_239','state_Mashonaland_East_4490'),('country_Zimbabwe_239','state_Midlands_4491'),('country_Zimbabwe_239','state_Matabeleland_North_4492'),('country_Zimbabwe_239','state_Matabeleland_South_4493'),('country_Zimbabwe_239','state_Masvingo_4494'),('country_Zimbabwe_239','state_Mashonaland_West_4495'),('country_Afghanistan_','1977'),('country_Afghanistan_','1978'),('country_Japan_107','state___________1977'),('tax_europe_9728','country_Germany_81'),('tax_europe_9728','country_Austria_14'),('tax_europe_9728','country_Belgium_21'),('tax_europe_9728','country_Bulgaria_33'),('tax_europe_9728','country_Cyprus_55'),('tax_europe_9728','country_Denmark_57'),('tax_europe_9728','country_Spain_195'),('tax_europe_9728','country_Estonia_67'),('tax_europe_9728','country_Finland_72'),('tax_europe_9728','country_France_73'),('tax_europe_9728','country_France__Metropolitan_74'),('tax_europe_9728','country_United_Kingdom_222'),('tax_europe_9728','country_Greece_84'),('tax_europe_9728','country_Hungary_97'),('tax_europe_9728','country_Ireland_103'),('tax_europe_9728','country_Italy_105'),('tax_europe_9728','country_Latvia_117'),('tax_europe_9728','country_Lithuania_123'),('tax_europe_9728','country_Luxembourg_124'),('tax_europe_9728','country_Malta_132'),('tax_europe_9728','country_Netherlands_150'),('tax_europe_9728','country_Poland_170'),('tax_europe_9728','country_Portugal_171'),('tax_europe_9728','country_Czech_Republic_56'),('tax_europe_9728','country_Romania_175'),('tax_europe_9728','country_Slovakia_189'),('tax_europe_9728','country_Slovenia_190'),('tax_europe_9728','country_Sweden_203');
/*!40000 ALTER TABLE `m9qyl_hikashop_zone_link` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_languages`
--

DROP TABLE IF EXISTS `m9qyl_languages`;
CREATE TABLE `m9qyl_languages` (
  `lang_id` int(11) unsigned NOT NULL auto_increment,
  `lang_code` char(7) NOT NULL,
  `title` varchar(50) NOT NULL,
  `title_native` varchar(50) NOT NULL,
  `sef` varchar(50) NOT NULL,
  `image` varchar(50) NOT NULL,
  `description` varchar(512) NOT NULL,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `sitename` varchar(1024) NOT NULL default '',
  `published` int(11) NOT NULL default '0',
  `access` int(10) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`lang_id`),
  UNIQUE KEY `idx_sef` (`sef`),
  UNIQUE KEY `idx_image` (`image`),
  UNIQUE KEY `idx_langcode` (`lang_code`),
  KEY `idx_access` (`access`),
  KEY `idx_ordering` (`ordering`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_languages`
--

LOCK TABLES `m9qyl_languages` WRITE;
/*!40000 ALTER TABLE `m9qyl_languages` DISABLE KEYS */;
INSERT INTO `m9qyl_languages` VALUES (1,'en-GB','English (UK)','English (UK)','en','en','','','','',1,0,1);
/*!40000 ALTER TABLE `m9qyl_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_menu`
--

DROP TABLE IF EXISTS `m9qyl_menu`;
CREATE TABLE `m9qyl_menu` (
  `id` int(11) NOT NULL auto_increment,
  `menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) NOT NULL default '',
  `path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL default '0' COMMENT 'The published state of the menu link.',
  `parent_id` int(10) unsigned NOT NULL default '1' COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) unsigned NOT NULL default '0' COMMENT 'The relative level in the tree.',
  `component_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to #__extensions.id',
  `ordering` int(11) NOT NULL default '0' COMMENT 'The relative ordering of the menu item in the tree.',
  `checked_out` int(10) unsigned NOT NULL default '0' COMMENT 'FK to #__users.id',
  `checked_out_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL default '0' COMMENT 'The click behaviour of the link.',
  `access` int(10) unsigned NOT NULL default '0' COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) unsigned NOT NULL default '0',
  `params` text NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.',
  `home` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) NOT NULL default '',
  `client_id` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`,`language`),
  KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  KEY `idx_menutype` (`menutype`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`),
  KEY `idx_path` (`path`(333)),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM AUTO_INCREMENT=494 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_menu`
--

LOCK TABLES `m9qyl_menu` WRITE;
/*!40000 ALTER TABLE `m9qyl_menu` DISABLE KEYS */;
INSERT INTO `m9qyl_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,0,0,'0000-00-00 00:00:00',0,0,'',0,'',0,329,0,'*',0),(2,'menu','com_banners','Banners','','Banners','index.php?option=com_banners','component',0,1,1,4,0,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',13,22,0,'*',1),(3,'menu','com_banners','Banners','','Banners/Banners','index.php?option=com_banners','component',0,2,2,4,0,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',14,15,0,'*',1),(4,'menu','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&extension=com_banners','component',0,2,2,6,0,0,'0000-00-00 00:00:00',0,0,'class:banners-cat',0,'',16,17,0,'*',1),(5,'menu','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',0,2,2,4,0,0,'0000-00-00 00:00:00',0,0,'class:banners-clients',0,'',18,19,0,'*',1),(6,'menu','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',0,2,2,4,0,0,'0000-00-00 00:00:00',0,0,'class:banners-tracks',0,'',20,21,0,'*',1),(7,'menu','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',0,1,1,8,0,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',23,28,0,'*',1),(8,'menu','com_contact','Contacts','','Contacts/Contacts','index.php?option=com_contact','component',0,7,2,8,0,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',24,25,0,'*',1),(9,'menu','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&extension=com_contact','component',0,7,2,6,0,0,'0000-00-00 00:00:00',0,0,'class:contact-cat',0,'',26,27,0,'*',1),(10,'menu','com_messages','Messaging','','Messaging','index.php?option=com_messages','component',0,1,1,15,0,0,'0000-00-00 00:00:00',0,0,'class:messages',0,'',29,34,0,'*',1),(11,'menu','com_messages_add','New Private Message','','Messaging/New Private Message','index.php?option=com_messages&task=message.add','component',0,10,2,15,0,0,'0000-00-00 00:00:00',0,0,'class:messages-add',0,'',30,31,0,'*',1),(12,'menu','com_messages_read','Read Private Message','','Messaging/Read Private Message','index.php?option=com_messages','component',0,10,2,15,0,0,'0000-00-00 00:00:00',0,0,'class:messages-read',0,'',32,33,0,'*',1),(13,'menu','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',0,1,1,17,0,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',35,40,0,'*',1),(14,'menu','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds','component',0,13,2,17,0,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',36,37,0,'*',1),(15,'menu','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&extension=com_newsfeeds','component',0,13,2,6,0,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds-cat',0,'',38,39,0,'*',1),(16,'menu','com_redirect','Redirect','','Redirect','index.php?option=com_redirect','component',0,1,1,24,0,0,'0000-00-00 00:00:00',0,0,'class:redirect',0,'',55,56,0,'*',1),(17,'menu','com_search','Basic Search','','Basic Search','index.php?option=com_search','component',0,1,1,19,0,0,'0000-00-00 00:00:00',0,0,'class:search',0,'',45,46,0,'*',1),(18,'menu','com_weblinks','Weblinks','','Weblinks','index.php?option=com_weblinks','component',0,1,1,21,0,0,'0000-00-00 00:00:00',0,0,'class:weblinks',0,'',49,54,0,'*',1),(19,'menu','com_weblinks_links','Links','','Weblinks/Links','index.php?option=com_weblinks','component',0,18,2,21,0,0,'0000-00-00 00:00:00',0,0,'class:weblinks',0,'',50,51,0,'*',1),(20,'menu','com_weblinks_categories','Categories','','Weblinks/Categories','index.php?option=com_categories&extension=com_weblinks','component',0,18,2,6,0,0,'0000-00-00 00:00:00',0,0,'class:weblinks-cat',0,'',52,53,0,'*',1),(21,'menu','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',0,1,1,27,0,0,'0000-00-00 00:00:00',0,0,'class:finder',0,'',41,42,0,'*',1),(22,'menu','com_joomlaupdate','Joomla! Update','','Joomla! Update','index.php?option=com_joomlaupdate','component',0,1,1,28,0,0,'0000-00-00 00:00:00',0,0,'class:joomlaupdate',0,'',43,44,0,'*',1),(201,'usermenu','Your Profile','your-profile','','your-profile','index.php?option=com_users&view=profile','component',1,1,1,25,0,0,'0000-00-00 00:00:00',0,2,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',239,240,0,'*',0),(207,'top','Joomla.org','joomlaorg','','joomlaorg','http://joomla.org','url',1,1,1,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',237,238,0,'*',0),(227,'aboutjoomla','Weblinks Categories','weblinks-categories','','using-joomla/extensions/components/weblinks-component/weblinks-categories','index.php?option=com_weblinks&view=categories&id=18','component',0,265,5,21,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_base_description\":\"\",\"categories_description\":\"\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"\",\"show_subcat_desc_cat\":\"\",\"show_cat_num_links_cat\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_links\":\"\",\"show_pagination_limit\":\"\",\"show_headings\":\"\",\"show_link_description\":\"\",\"show_link_hits\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',91,92,0,'*',0),(229,'aboutjoomla','Single Contact','single-contact','','using-joomla/extensions/components/contact-component/single-contact','index.php?option=com_contact&view=contact&id=1','component',0,270,5,8,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_category_crumb\":\"\",\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',81,82,0,'*',0),(233,'mainmenu','Login','login','','login','index.php?option=com_users&view=login','component',-2,1,1,25,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',11,12,0,'*',0),(234,'parks','Park Blog','park-blog','','park-blog','index.php?option=com_content&view=category&layout=blog&id=27','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',114,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"show_category_title\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"1\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',243,244,0,'en-GB',0),(238,'mainmenu','Sample Sites','sample-sites','','sample-sites','index.php?option=com_content&view=article&id=38','component',-2,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"0\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',267,272,0,'*',0),(242,'parks','Write a Blog Post','write-a-blog-post','','write-a-blog-post','index.php?option=com_content&view=form&layout=edit','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,3,'',114,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',245,246,0,'en-GB',0),(243,'parks','Parks Home','parks-home','','parks-home','index.php?option=com_content&view=article&id=6','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',114,'{\"show_noauth\":\"\",\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',241,242,0,'en-GB',0),(244,'parks','Image Gallery','image-gallery','','image-gallery','index.php?option=com_content&view=categories&id=28','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',114,'{\"show_base_description\":\"1\",\"categories_description\":\"\",\"maxLevelcat\":\"\",\"show_empty_categories_cat\":\"\",\"show_subcat_desc_cat\":\"\",\"show_cat_num_articles_cat\":\"\",\"drill_down_layout\":\"1\",\"show_category_title\":\"\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_pagination_limit\":\"\",\"filter_field\":\"\",\"show_headings\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',247,252,0,'en-GB',0),(249,'aboutjoomla','Submit a Weblink','submit-a-weblink','','using-joomla/extensions/components/weblinks-component/submit-a-weblink','index.php?option=com_weblinks&view=form&layout=edit','component',0,265,5,21,0,0,'0000-00-00 00:00:00',0,3,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',87,88,0,'*',0),(251,'aboutjoomla','Contact Categories','contact-categories','','using-joomla/extensions/components/contact-component/contact-categories','index.php?option=com_contact&view=categories&id=16','component',0,270,5,8,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_base_description\":\"\",\"categories_description\":\"\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"show_headings\":\"\",\"filter_field\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"presentation_style\":\"sliders\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"1\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',77,78,0,'*',0),(252,'aboutjoomla','News Feed Categories','new-feed-categories','','using-joomla/extensions/components/news-feeds-component/new-feed-categories','index.php?option=com_newsfeeds&view=categories&id=0','component',0,267,5,17,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_base_description\":\"1\",\"categories_description\":\"Because this links to the root category the \"uncategorised\" category is displayed. \",\"maxLevel\":\"-1\",\"show_empty_categories\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"show_cat_num_articles\":\"1\",\"display_num\":\"\",\"show_headings\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',95,96,0,'*',0),(253,'aboutjoomla','News Feed Category','news-feed-category','','using-joomla/extensions/components/news-feeds-component/news-feed-category','index.php?option=com_newsfeeds&view=category&id=17','component',0,267,5,17,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"show_headings\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',99,100,0,'*',0),(254,'aboutjoomla','Single News Feed','single-news-feed','','using-joomla/extensions/components/news-feeds-component/single-news-feed','index.php?option=com_newsfeeds&view=newsfeed&id=4','component',0,267,5,17,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',97,98,0,'*',0),(255,'aboutjoomla','Search','search','','using-joomla/extensions/components/search-component/search','index.php?option=com_search&view=search','component',0,276,5,19,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"search_areas\":\"1\",\"show_date\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',117,118,0,'*',0),(256,'aboutjoomla','Archived Articles','archived-articles','','using-joomla/extensions/components/content-component/archived-articles','index.php?option=com_content&view=archive','component',0,266,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"orderby_sec\":\"\",\"order_date\":\"\",\"display_num\":\"\",\"filter_field\":\"\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_hits\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',71,72,0,'*',0),(257,'aboutjoomla','Single Article','single-article','','using-joomla/extensions/components/content-component/single-article','index.php?option=com_content&view=article&id=6','component',0,266,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',61,62,0,'*',0),(259,'aboutjoomla','Article Category Blog','article-category-blog','','using-joomla/extensions/components/content-component/article-category-blog','index.php?option=com_content&view=category&layout=blog&id=27','component',0,266,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"show_category_title\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',65,66,0,'*',0),(260,'aboutjoomla','Article Category List','article-category-list','','using-joomla/extensions/components/content-component/article-category-list','index.php?option=com_content&view=category&id=19','component',0,266,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"show_pagination_limit\":\"\",\"filter_field\":\"\",\"show_headings\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"alpha\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"display_num\":\"10\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',67,68,0,'*',0),(262,'aboutjoomla','Featured Articles','featured-articles','','using-joomla/extensions/components/content-component/featured-articles','index.php?option=com_content&view=featured','component',0,266,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"front\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',69,70,0,'*',0),(263,'aboutjoomla','Submit Article','submit-article','','using-joomla/extensions/components/content-component/submit-article','index.php?option=com_content&view=form&layout=edit','component',0,266,5,22,0,0,'0000-00-00 00:00:00',0,3,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',73,74,0,'*',0),(265,'aboutjoomla','Weblinks Component','weblinks-component','','using-joomla/extensions/components/weblinks-component','index.php?option=com_content&view=article&id=54','component',0,268,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',86,93,0,'*',0),(266,'aboutjoomla','Content Component','content-component','','using-joomla/extensions/components/content-component','index.php?option=com_content&view=article&id=10','component',0,268,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"article-allow_ratings\":\"\",\"article-allow_comments\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',60,75,0,'*',0),(267,'aboutjoomla','News Feeds Component','news-feeds-component','','using-joomla/extensions/components/news-feeds-component','index.php?option=com_content&view=article&id=60','component',0,268,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":1,\"page_title\":\"Newsfeeds Categories View \",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',94,101,0,'*',0),(268,'aboutjoomla','Components','components','','using-joomla/extensions/components','index.php?option=com_content&view=category&layout=blog&id=21','component',0,277,3,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_category_title\":\"\",\"show_description\":\"1\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"7\",\"num_columns\":\"1\",\"num_links\":\"0\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"0\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_readmore\":\"\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',59,124,0,'*',0),(270,'aboutjoomla','Contact Component','contact-component','','using-joomla/extensions/components/contact-component','index.php?option=com_content&view=article&id=9','component',0,268,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',76,85,0,'*',0),(271,'aboutjoomla','Users Component','users-component','','using-joomla/extensions/components/users-component','index.php?option=com_content&view=article&id=52','component',0,268,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',102,115,0,'*',0),(272,'aboutjoomla','Article Categories','article-categories','','using-joomla/extensions/components/content-component/article-categories','index.php?option=com_content&view=categories&id=14','component',0,266,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_base_description\":\"\",\"categories_description\":\"\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"category_layout\":\"\",\"show_headings\":\"\",\"show_date\":\"\",\"date_format\":\"\",\"filter_field\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',63,64,0,'*',0),(273,'aboutjoomla','Administrator Components','administrator-components','','using-joomla/extensions/components/administrator-components','index.php?option=com_content&view=article&id=1','component',0,268,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',122,123,0,'*',0),(274,'aboutjoomla','Weblinks Single Category','weblinks-single-category','','using-joomla/extensions/components/weblinks-component/weblinks-single-category','index.php?option=com_weblinks&view=category&id=32','component',0,265,5,21,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"show_headings\":\"\",\"orderby_pri\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',89,90,0,'*',0),(275,'aboutjoomla','Contact Single Category','contact-single-category','','using-joomla/extensions/components/contact-component/contact-single-category','index.php?option=com_contact&view=category&catid=26&id=36','component',0,270,5,8,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"20\",\"show_headings\":\"\",\"filter_field\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"presentation_style\":\"sliders\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"1\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',79,80,0,'*',0),(276,'aboutjoomla','Search Components','search-component','','using-joomla/extensions/components/search-component','index.php?option=com_content&view=article&id=39','component',0,268,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',116,121,0,'*',0),(277,'aboutjoomla','Using Extensions','extensions','','using-joomla/extensions','index.php?option=com_content&view=categories&id=20','component',0,280,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_base_description\":\"1\",\"categories_description\":\"\",\"maxLevelcat\":\"1\",\"show_empty_categories_cat\":\"1\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"0\",\"drill_down_layout\":\"0\",\"show_category_title\":\"\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"1\",\"show_empty_categories\":\"1\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_pagination_limit\":\"\",\"filter_field\":\"\",\"show_headings\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',58,223,0,'*',0),(278,'aboutjoomla','The Joomla! Project','the-joomla-project','','the-joomla-project','index.php?option=com_content&view=article&id=48','component',0,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"1\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"1\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"0\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',231,232,0,'*',0),(279,'aboutjoomla','The Joomla! Community','the-joomla-community','','the-joomla-community','index.php?option=com_content&view=article&id=47','component',0,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"0\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',233,234,0,'*',0),(280,'aboutjoomla','Using Joomla!','using-joomla','','using-joomla','index.php?option=com_content&view=article&id=53','component',0,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"1\",\"link_titles\":\"0\",\"show_intro\":\"1\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',57,228,0,'*',0),(281,'aboutjoomla','Modules','modules','','using-joomla/extensions/modules','index.php?option=com_content&view=category&id=22','component',0,277,3,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_category_title\":\"\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"1\",\"show_empty_categories\":\"1\",\"show_no_articles\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"show_pagination_limit\":\"\",\"filter_field\":\"\",\"show_headings\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"1\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"\",\"show_readmore\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',125,184,0,'*',0),(282,'aboutjoomla','Templates','templates','','using-joomla/extensions/templates','index.php?option=com_content&view=category&id=23','component',0,277,3,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_category_title\":\"\",\"show_description\":\"1\",\"show_description_image\":\"\",\"maxLevel\":\"2\",\"show_empty_categories\":\"1\",\"show_no_articles\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"show_pagination_limit\":\"0\",\"filter_field\":\"hide\",\"show_headings\":\"0\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"0\",\"list_show_author\":\"0\",\"show_pagination\":\"0\",\"show_pagination_results\":\"\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"Templates\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',185,204,0,'*',0),(283,'aboutjoomla','Languages','languages','','using-joomla/extensions/languages','index.php?option=com_content&view=category&layout=blog&id=24','component',0,277,3,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"show_category_title\":\"1\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',205,206,0,'*',0),(284,'aboutjoomla','Plugins','plugins','','using-joomla/extensions/plugins','index.php?option=com_content&view=category&layout=blog&id=25','component',0,277,3,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"\",\"show_category_title\":\"1\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"7\",\"num_columns\":\"1\",\"num_links\":\"0\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',207,222,0,'*',0),(285,'aboutjoomla','Typography Atomic','typography-atomic','','using-joomla/extensions/templates/atomic/typography-atomic','index.php?option=com_content&view=article&id=49','component',0,422,5,22,0,0,'0000-00-00 00:00:00',0,1,'',3,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',199,200,0,'*',0),(290,'mainmenu','Articles','articles','','site-map/articles','index.php?option=com_content&view=categories&id=0','component',-2,294,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"categories_description\":\"\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"category_layout\":\"\",\"show_headings\":\"\",\"show_date\":\"\",\"date_format\":\"\",\"filter_field\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"article-allow_ratings\":\"\",\"article-allow_comments\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',4,5,0,'*',0),(294,'mainmenu','Site Map','site-map','','site-map','index.php?option=com_content&view=article&id=42','component',-2,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"0\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',3,10,0,'*',0),(296,'parks','Park Links','park-links','','park-links','index.php?option=com_weblinks&view=category&id=31','component',1,1,1,21,0,0,'0000-00-00 00:00:00',0,1,'',114,'{\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"show_headings\":\"0\",\"orderby_pri\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',253,254,0,'en-GB',0),(300,'aboutjoomla','Latest Users','latest-users','','using-joomla/extensions/modules/user-modules/latest-users','index.php?option=com_content&view=article&id=66','component',0,412,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',149,150,0,'*',0),(301,'aboutjoomla','Who\'s Online','whos-online','','using-joomla/extensions/modules/user-modules/whos-online','index.php?option=com_content&view=article&id=56','component',0,412,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',151,152,0,'*',0),(302,'aboutjoomla','Most Read','most-read','','using-joomla/extensions/modules/content-modules/most-read','index.php?option=com_content&view=article&id=30','component',0,411,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',133,134,0,'*',0),(303,'aboutjoomla','Menu','menu','','using-joomla/extensions/modules/navigation-modules/menu','index.php?option=com_content&view=article&id=29','component',0,415,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',127,128,0,'*',0),(304,'aboutjoomla','Statistics','statistics','','using-joomla/extensions/modules/utility-modules/statistics','index.php?option=com_content&view=article&id=44','component',0,414,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',173,174,0,'*',0),(305,'aboutjoomla','Banner','banner','','using-joomla/extensions/modules/display-modules/banner','index.php?option=com_content&view=article&id=7','component',0,413,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',159,160,0,'*',0),(306,'aboutjoomla','Search','search','','using-joomla/extensions/modules/utility-modules/search','index.php?option=com_content&view=article&id=40','component',0,414,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',175,176,0,'*',0),(307,'aboutjoomla','Random Image','random-image','','using-joomla/extensions/modules/display-modules/random-image','index.php?option=com_content&view=article&id=36','component',0,413,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',157,158,0,'*',0),(309,'aboutjoomla','News Flash','news-flash','','using-joomla/extensions/modules/content-modules/news-flash','index.php?option=com_content&view=article&id=31','component',0,411,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',135,136,0,'*',0),(310,'aboutjoomla','Latest Articles','latest-articles','','using-joomla/extensions/modules/content-modules/latest-articles','index.php?option=com_content&view=article&id=27','component',0,411,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',137,138,0,'*',0),(311,'aboutjoomla','Syndicate','syndicate','','using-joomla/extensions/modules/utility-modules/syndicate','index.php?option=com_content&view=article&id=45','component',0,414,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',171,172,0,'*',0),(312,'aboutjoomla','Login','login','','using-joomla/extensions/modules/user-modules/login','index.php?option=com_content&view=article&id=28','component',0,412,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',153,154,0,'*',0),(313,'aboutjoomla','Wrapper','wrapper','','using-joomla/extensions/modules/utility-modules/wrapper','index.php?option=com_content&view=article&id=59','component',0,414,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',179,180,0,'*',0),(316,'aboutjoomla','Home Page Atomic','home-page-atomic','','using-joomla/extensions/templates/atomic/home-page-atomic','index.php?option=com_content&view=featured','component',0,422,5,22,0,0,'0000-00-00 00:00:00',0,1,'',3,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"3\",\"num_columns\":\"3\",\"num_links\":\"0\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"front\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',201,202,0,'*',0),(317,'aboutjoomla','System','system','','using-joomla/extensions/plugins/system','index.php?option=com_content&view=article&id=46','component',0,284,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',220,221,0,'*',0),(318,'aboutjoomla','Authentication','authentication','','using-joomla/extensions/plugins/authentication','index.php?option=com_content&view=article&id=5','component',0,284,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',208,209,0,'*',0),(319,'aboutjoomla','Content','content','','using-joomla/extensions/plugins/content','index.php?option=com_content&view=article&id=62','component',0,284,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',210,211,0,'*',0),(320,'aboutjoomla','Editors','editors','','using-joomla/extensions/plugins/editors','index.php?option=com_content&view=article&id=14','component',0,284,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',212,213,0,'*',0),(321,'aboutjoomla','Editors Extended','editors-extended','','using-joomla/extensions/plugins/editors-extended','index.php?option=com_content&view=article&id=15','component',0,284,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',214,215,0,'*',0),(322,'aboutjoomla','Search','search','','using-joomla/extensions/plugins/search','index.php?option=com_content&view=article&id=41','component',0,284,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',216,217,0,'*',0),(323,'aboutjoomla','User','user','','using-joomla/extensions/plugins/user','index.php?option=com_content&view=article&id=51','component',0,284,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',218,219,0,'*',0),(324,'aboutjoomla','Footer','footer','','using-joomla/extensions/modules/display-modules/footer','index.php?option=com_content&view=article&id=19','component',0,413,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',163,164,0,'*',0),(325,'aboutjoomla','Archive','archive','','using-joomla/extensions/modules/content-modules/archive','index.php?option=com_content&view=article&id=2','component',0,411,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',139,140,0,'*',0),(326,'aboutjoomla','Related Items','related-items','','using-joomla/extensions/modules/content-modules/related-items','index.php?option=com_content&view=article&id=37','component',0,411,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',141,142,0,'*',0),(399,'parks','Animals','animals','','image-gallery/animals','index.php?option=com_content&view=category&layout=blog&id=72','component',1,244,2,22,0,0,'0000-00-00 00:00:00',0,1,'',114,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"show_category_title\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"6\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',248,249,0,'en-GB',0),(400,'parks','Scenery','scenery','','image-gallery/scenery','index.php?option=com_content&view=category&layout=blog&id=73','component',1,244,2,22,0,0,'0000-00-00 00:00:00',0,1,'',114,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"show_category_title\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"0\",\"show_category\":\"1\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_readmore\":\"1\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',250,251,0,'en-GB',0),(402,'aboutjoomla','Login Form','login-form','','using-joomla/extensions/components/users-component/login-form','index.php?option=com_users&view=login','component',0,271,5,25,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"login_redirect_url\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"logout_redirect_url\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',103,104,0,'*',0),(403,'aboutjoomla','User Profile','user-profile','','using-joomla/extensions/components/users-component/user-profile','index.php?option=com_users&view=profile','component',0,271,5,25,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',105,106,0,'*',0),(404,'aboutjoomla','Edit User Profile','edit-user-profile','','using-joomla/extensions/components/users-component/edit-user-profile','index.php?option=com_users&view=profile&layout=edit','component',0,271,5,25,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',107,108,0,'*',0),(405,'aboutjoomla','Registration Form','registration-form','','using-joomla/extensions/components/users-component/registration-form','index.php?option=com_users&view=registration','component',0,271,5,25,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',109,110,0,'*',0),(406,'aboutjoomla','Username Reminder Request','username-reminder','','using-joomla/extensions/components/users-component/username-reminder','index.php?option=com_users&view=remind','component',0,271,5,25,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',111,112,0,'*',0),(409,'aboutjoomla','Password Reset','password-reset','','using-joomla/extensions/components/users-component/password-reset','index.php?option=com_users&view=reset','component',0,271,5,25,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',113,114,0,'*',0),(410,'aboutjoomla','Feed Display','feed-display','','using-joomla/extensions/modules/display-modules/feed-display','index.php?option=com_content&view=article&id=16','component',0,413,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',161,162,0,'*',0),(411,'aboutjoomla','Content Modules','content-modules','','using-joomla/extensions/modules/content-modules','index.php?option=com_content&view=category&id=64','component',0,281,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"0\",\"show_category_title\":\"1\",\"page_subheading\":\"\",\"show_empty_categories\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"0\",\"show_headings\":\"0\",\"list_show_title\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"0\",\"list_show_author\":\"0\",\"filter_field\":\"hide\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_limit\":\"0\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',132,147,0,'*',0),(412,'aboutjoomla','User Modules','user-modules','','using-joomla/extensions/modules/user-modules','index.php?option=com_content&view=category&id=65','component',0,281,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"0\",\"show_category_title\":\"1\",\"page_subheading\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"0\",\"show_headings\":\"0\",\"list_show_title\":\"1\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"0\",\"list_show_author\":\"0\",\"filter_field\":\"hide\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_limit\":\"0\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',148,155,0,'*',0),(413,'aboutjoomla','Display Modules','display-modules','','using-joomla/extensions/modules/display-modules','index.php?option=com_content&view=category&id=66','component',0,281,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"0\",\"show_category_title\":\"1\",\"page_subheading\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"show_cat_num_articles\":\"\",\"display_num\":\"0\",\"show_headings\":\"0\",\"list_show_title\":\"1\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"0\",\"list_show_author\":\"0\",\"filter_field\":\"hide\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_limit\":\"0\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',156,169,0,'*',0),(414,'aboutjoomla','Utility Modules','utility-modules','','using-joomla/extensions/modules/utility-modules','index.php?option=com_content&view=category&id=67','component',0,281,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"0\",\"show_category_title\":\"1\",\"page_subheading\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"show_cat_num_articles\":\"\",\"display_num\":\"0\",\"show_headings\":\"0\",\"list_show_title\":\"0\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"0\",\"list_show_author\":\"0\",\"filter_field\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"order\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_limit\":\"0\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',170,183,0,'*',0),(415,'aboutjoomla','Navigation Modules','navigation-modules','','using-joomla/extensions/modules/navigation-modules','index.php?option=com_content&view=category&id=75','component',0,281,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"\",\"show_category_title\":\"\",\"page_subheading\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"show_headings\":\"\",\"list_show_title\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"filter_field\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_limit\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',126,131,0,'*',0),(416,'aboutjoomla','Breadcrumbs','breadcrumbs','','using-joomla/extensions/modules/navigation-modules/breadcrumbs','index.php?option=com_content&view=article&id=61','component',0,415,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',129,130,0,'*',0),(417,'aboutjoomla','Weblinks','weblinks','','using-joomla/extensions/modules/display-modules/weblinks','index.php?option=com_content&view=article&id=55','component',0,413,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',165,166,0,'*',0),(418,'aboutjoomla','Custom HTML','custom-html','','using-joomla/extensions/modules/display-modules/custom-html','index.php?option=com_content&view=article&id=12','component',0,413,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',167,168,0,'*',0),(419,'aboutjoomla','Beez 2','beez-2','','using-joomla/extensions/templates/beez-2','index.php?option=com_content&view=category&layout=blog&id=69','component',0,282,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"\",\"show_category_title\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',186,191,0,'*',0),(422,'aboutjoomla','Atomic','atomic','','using-joomla/extensions/templates/atomic','index.php?option=com_content&view=category&layout=blog&id=68','component',0,282,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"\",\"show_category_title\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"2\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',198,203,0,'*',0),(423,'aboutjoomla','Typography Beez 2','typography-beez-2','','using-joomla/extensions/templates/beez-2/typography-beez-2','index.php?option=com_content&view=article&id=49','component',0,419,5,22,0,0,'0000-00-00 00:00:00',0,1,'',4,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',187,188,0,'*',0),(424,'aboutjoomla','Home Page Beez 2','home-page-beez-2','','using-joomla/extensions/templates/beez-2/home-page-beez-2','index.php?option=com_content&view=featured','component',0,419,5,22,0,0,'0000-00-00 00:00:00',0,1,'',4,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"3\",\"num_columns\":\"3\",\"num_links\":\"0\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"front\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',189,190,0,'*',0),(427,'fruitshop','Fruit Encyclopedia','fruit-encyclopedia','','fruit-encyclopedia','index.php?option=com_contact&view=categories&id=37','component',1,1,1,8,0,0,'0000-00-00 00:00:00',0,1,'',6,'{\"show_base_description\":\"1\",\"categories_description\":\"\",\"maxLevelcat\":\"\",\"show_empty_categories_cat\":\"\",\"show_subcat_desc_cat\":\"\",\"show_cat_items_cat\":\"\",\"show_category_title\":\"\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"1\",\"show_subcat_desc\":\"\",\"show_cat_items\":\"\",\"show_pagination_limit\":\"\",\"show_headings\":\"0\",\"show_position_headings\":\"\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"0\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"0\",\"show_state_headings\":\"\",\"show_country_headings\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"1\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"show_feed_link\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\" categories-listalphabet\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',257,258,0,'*',0),(429,'fruitshop','Welcome','welcome','Fruit store front page','welcome','index.php?option=com_content&view=article&id=20','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',6,'{\"show_noauth\":\"\",\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"1\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',255,256,0,'*',0),(430,'fruitshop','Contact Us','contact-us','','contact-us','index.php?option=com_contact&view=category&catid=47&id=36','component',1,1,1,8,0,0,'0000-00-00 00:00:00',0,1,'',6,'{\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"20\",\"show_headings\":\"0\",\"filter_field\":\"hide\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"1\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',261,262,0,'*',0),(431,'fruitshop','Growers','growers','','growers','index.php?option=com_content&view=category&layout=blog&id=30','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',6,'{\"maxLevel\":\"0\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"\",\"show_category_title\":\"1\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"5\",\"num_intro_articles\":\"0\",\"num_columns\":\"1\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"alpha\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"0\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',259,260,0,'*',0),(432,'fruitshop','Login ','shop-login','','shop-login','index.php?option=com_users&view=login','component',1,1,1,25,0,0,'0000-00-00 00:00:00',0,1,'',6,'{\"login_redirect_url\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"logout_redirect_url\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',263,264,0,'*',0),(433,'fruitshop','Directions','directions','','directions','index.php?option=com_content&view=article&id=13','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',6,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',265,266,0,'*',0),(435,'mainmenu','Home','homepage','','homepage','index.php?option=com_content&view=featured','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"featured_categories\":[\"9\"],\"layout_type\":\"blog\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"3\",\"num_columns\":\"3\",\"num_links\":\"0\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"front\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_pagination_results\":\"\",\"show_title\":\"1\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"\",\"show_readmore\":\"1\",\"show_readmore_title\":\"\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}',1,2,1,'*',0),(436,'aboutjoomla','Getting Help','getting-help','','using-joomla/getting-help','index.php?option=com_content&view=article&id=21','component',0,280,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"0\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',226,227,0,'*',0),(437,'aboutjoomla','Getting Started','getting-started','','getting-started','index.php?option=com_content&view=article&id=22','component',0,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"1\",\"link_titles\":\"0\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',47,48,0,'*',0),(438,'mainmenu','Weblinks','weblinks','','site-map/weblinks','index.php?option=com_weblinks&view=categories&id=0','component',-2,294,2,21,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"categories_description\":\"\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"show_headings\":\"\",\"orderby_pri\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"article-allow_ratings\":\"\",\"article-allow_comments\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',6,7,0,'*',0),(439,'mainmenu','Contacts','contacts','','site-map/contacts','index.php?option=com_contact&view=categories&id=0','component',-2,294,2,8,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"categories_description\":\"\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"show_headings\":\"\",\"filter_field\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"1\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"article-allow_ratings\":\"\",\"article-allow_comments\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',8,9,0,'*',0),(443,'aboutjoomla','Article Categories','article-categories-view','','using-joomla/extensions/modules/content-modules/article-categories-view','index.php?option=com_content&view=article&id=3','component',0,411,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',143,144,0,'*',0),(444,'top','Sample Sites','sample-sites-2','','sample-sites-2','index.php?Itemid=','alias',1,1,1,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"238\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',235,236,0,'*',0),(445,'mainmenu','Parks','parks','','sample-sites/parks','index.php?Itemid=','alias',-2,238,2,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"243\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',268,269,0,'*',0),(446,'mainmenu','Shop','shop','','sample-sites/shop','index.php?Itemid=','alias',-2,238,2,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"429\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',270,271,0,'*',0),(447,'aboutjoomla','Language Switcher','language-switcher','','using-joomla/extensions/modules/utility-modules/language-switcher','index.php?option=com_content&view=article&id=26','component',0,414,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',177,178,0,'*',0),(448,'mainmenu','Site Administrator','site-administrator','','site-administrator','administrator','url',-2,1,1,0,0,0,'0000-00-00 00:00:00',1,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',273,274,0,'*',0),(449,'usermenu','Submit an Article','submit-an-article','','submit-an-article','index.php?option=com_content&view=form&layout=edit','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,3,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',275,276,0,'*',0),(450,'usermenu','Submit a Web Link','submit-a-web-link','','submit-a-web-link','index.php?option=com_weblinks&view=form&layout=edit','component',1,1,1,21,0,0,'0000-00-00 00:00:00',0,3,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',277,278,0,'*',0),(452,'aboutjoomla','Featured Contacts','featured-contacts','','using-joomla/extensions/components/contact-component/featured-contacts','index.php?option=com_contact&view=featured&id=16','component',0,270,5,8,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"-1\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"show_headings\":\"\",\"filter_field\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"presentation_style\":\"sliders\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"1\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":1,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',83,84,0,'*',0),(453,'aboutjoomla','Parameters','parameters','','using-joomla/parameters','index.php?option=com_content&view=article&id=32','component',0,280,2,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"1\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"1\",\"link_parent_category\":\"1\",\"show_author\":\"1\",\"link_author\":\"1\",\"show_create_date\":\"1\",\"show_modify_date\":\"1\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"1\",\"show_icons\":\"1\",\"show_print_icon\":\"1\",\"show_email_icon\":\"1\",\"show_hits\":\"1\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',224,225,0,'*',0),(455,'mainmenu','Example Pages','example-pages','','example-pages','index.php?Itemid=','alias',-2,1,1,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"268\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',279,280,0,'*',0),(456,'aboutjoomla','Beez5','beez5','','using-joomla/extensions/templates/beez5','index.php?option=com_content&view=category&layout=blog&id=70','component',0,282,4,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"1\",\"show_description_image\":\"\",\"show_category_title\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":1,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',192,197,0,'*',0),(457,'aboutjoomla','Typography Beez5','typography-beez-5','','using-joomla/extensions/templates/beez5/typography-beez-5','index.php?option=com_content&view=article&id=49','component',0,456,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":1,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',193,194,0,'*',0),(458,'aboutjoomla','Home Page Beez5','home-page-beez5','','using-joomla/extensions/templates/beez5/home-page-beez5','index.php?option=com_content&view=featured','component',0,456,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"3\",\"num_columns\":\"3\",\"num_links\":\"0\",\"multi_column_order\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"front\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":1,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',195,196,0,'*',0),(459,'aboutjoomla','Article Category','article-category','','using-joomla/extensions/modules/content-modules/article-category','index.php?option=com_content&view=article&id=4','component',0,411,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"robots\":\"\",\"rights\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":1,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"secure\":0}',145,146,0,'*',0),(462,'fruitshop','Add a recipe','add-a-recipe','','add-a-recipe','index.php?option=com_content&view=form&layout=edit','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,4,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":1,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',281,282,0,'*',0),(463,'fruitshop','Recipes','recipes','','recipes','index.php?option=com_content&view=category&id=76','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',6,'{\"maxLevel\":\"0\",\"show_category_title\":\"1\",\"page_subheading\":\"\",\"show_empty_categories\":\"0\",\"show_description\":\"1\",\"show_description_image\":\"\",\"show_cat_num_articles\":\"\",\"display_num\":\"\",\"show_headings\":\"\",\"list_show_title\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"filter_field\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_limit\":\"\",\"show_noauth\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_readmore\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"show_page_heading\":0,\"page_title\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',283,284,0,'*',0),(464,'top','Home','home','','home','index.php?Itemid=','alias',1,1,1,0,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"435\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',229,230,0,'*',0),(466,'aboutjoomla','Smart Search','smart-search','','using-joomla/extensions/components/search-component/smart-search','index.php?option=com_finder&view=search&q=&f=','component',0,276,5,27,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_date_filters\":\"\",\"show_advanced\":\"\",\"expand_advanced\":\"\",\"show_description\":\"\",\"description_length\":255,\"show_url\":\"\",\"show_pagination_limit\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"allow_empty_query\":\"0\",\"search_order\":\"\",\"show_feed\":\"0\",\"show_feed_text\":\"0\",\"show_feed_link\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',119,120,0,'*',0),(467,'aboutjoomla','Smart Search','smart-search','','using-joomla/extensions/modules/utility-modules/smart-search','index.php?option=com_content&view=article&id=70','component',0,414,5,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',181,182,0,'*',0),(468,'mainmenu','About US','about-us','','about-us','index.php?option=com_content&view=article&id=71','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}',285,286,0,'*',0),(469,'mainmenu','Products','products','','products','index.php?option=com_content&view=article&id=72','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}',287,288,0,'*',0),(470,'mainmenu','Library ','library','','library','index.php?option=com_content&view=article&id=73','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}',289,290,0,'*',0),(471,'mainmenu','Contact','contact','','contact','index.php?option=com_content&view=article&id=74','component',1,1,1,22,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}',291,292,0,'*',0),(473,'main','COM_FOXCONTACT_MENU','com-foxcontact-menu','','com-foxcontact-menu','index.php?option=com_foxcontact','component',0,1,1,10012,0,0,'0000-00-00 00:00:00',0,1,'../media/com_foxcontact/images/email-16.png',0,'',293,294,0,'',1),(488,'main','VirtueMart AIO','virtuemart-aio','','virtuemart-aio','index.php?option=com_virtuemart_allinone','component',0,1,1,10069,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',323,324,0,'',1),(489,'main','COM_VIRTUEMART','com-virtuemart','','com-virtuemart','index.php?option=com_virtuemart','component',0,1,1,10071,0,0,'0000-00-00 00:00:00',0,1,'../components/com_virtuemart/assets/images/vmgeneral/menu_icon.png',0,'',325,326,0,'',1),(493,'main','CK_TEMPLATECK_MENU','ck-templateck-menu','','ck-templateck-menu','index.php?option=com_templateck','component',0,1,1,10075,0,0,'0000-00-00 00:00:00',0,1,'components/com_templateck/images/logo_templateck_16.png',0,'',327,328,0,'',1);
/*!40000 ALTER TABLE `m9qyl_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_menu_types`
--

DROP TABLE IF EXISTS `m9qyl_menu_types`;
CREATE TABLE `m9qyl_menu_types` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `menutype` varchar(24) NOT NULL,
  `title` varchar(48) NOT NULL,
  `description` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_menu_types`
--

LOCK TABLES `m9qyl_menu_types` WRITE;
/*!40000 ALTER TABLE `m9qyl_menu_types` DISABLE KEYS */;
INSERT INTO `m9qyl_menu_types` VALUES (2,'usermenu','User Menu','A Menu for logged-in Users'),(3,'top','Top','Links for major types of users'),(4,'aboutjoomla','About Joomla','All about Joomla!'),(5,'parks','Australian Parks','Main menu for a site about Australian  parks'),(6,'mainmenu','Main Menu','Simple Home Menu'),(7,'fruitshop','Fruit Shop','Menu for the sample shop site.'),(8,'hikashop_default','HikaShop default menus','This menu is used by HikaShop to store menus configurations');
/*!40000 ALTER TABLE `m9qyl_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_messages`
--

DROP TABLE IF EXISTS `m9qyl_messages`;
CREATE TABLE `m9qyl_messages` (
  `message_id` int(10) unsigned NOT NULL auto_increment,
  `user_id_from` int(10) unsigned NOT NULL default '0',
  `user_id_to` int(10) unsigned NOT NULL default '0',
  `folder_id` tinyint(3) unsigned NOT NULL default '0',
  `date_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL default '0',
  `priority` tinyint(1) unsigned NOT NULL default '0',
  `subject` varchar(255) NOT NULL default '',
  `message` text NOT NULL,
  PRIMARY KEY  (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_messages`
--

LOCK TABLES `m9qyl_messages` WRITE;
/*!40000 ALTER TABLE `m9qyl_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_messages_cfg`
--

DROP TABLE IF EXISTS `m9qyl_messages_cfg`;
CREATE TABLE `m9qyl_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL default '0',
  `cfg_name` varchar(100) NOT NULL default '',
  `cfg_value` varchar(255) NOT NULL default '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_messages_cfg`
--

LOCK TABLES `m9qyl_messages_cfg` WRITE;
/*!40000 ALTER TABLE `m9qyl_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_modules`
--

DROP TABLE IF EXISTS `m9qyl_modules`;
CREATE TABLE `m9qyl_modules` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `note` varchar(255) NOT NULL default '',
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  `position` varchar(50) NOT NULL default '',
  `checked_out` int(10) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL default '0',
  `module` varchar(50) default NULL,
  `access` int(10) unsigned NOT NULL default '0',
  `showtitle` tinyint(3) unsigned NOT NULL default '1',
  `params` text NOT NULL,
  `client_id` tinyint(4) NOT NULL default '0',
  `language` char(7) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM AUTO_INCREMENT=117 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_modules`
--

LOCK TABLES `m9qyl_modules` WRITE;
/*!40000 ALTER TABLE `m9qyl_modules` DISABLE KEYS */;
INSERT INTO `m9qyl_modules` VALUES (1,'Main Menu','','',1,'mainmenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(2,'Login','','',1,'login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'',1,'*'),(3,'Popular Articles','','',3,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(4,'Recently Added Articles','','',4,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(8,'Toolbar','','',1,'toolbar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_toolbar',3,1,'',1,'*'),(9,'Quick Icons','','',1,'icon',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_quickicon',3,1,'',1,'*'),(10,'Logged-in Users','','',2,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(12,'Admin Menu','','',1,'menu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(13,'Admin Submenu','','',1,'submenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_submenu',3,1,'',1,'*'),(14,'User Status','','',2,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_status',3,1,'',1,'*'),(15,'Title','','',1,'title',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_title',3,1,'',1,'*'),(16,'Login Form','','',7,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,'Breadcrumbs','','',1,'position-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_breadcrumbs',1,1,'{\"moduleclass_sfx\":\"\",\"showHome\":\"1\",\"homeText\":\"Home\",\"showComponent\":\"1\",\"separator\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(79,'Multilanguage status','','',1,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,'Joomla Version','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(18,'Book Store','','',1,'position-10',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_banners',1,0,'{\"target\":\"1\",\"count\":\"1\",\"cid\":\"3\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"Books!\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(19,'User Menu','','',3,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',2,1,'{\"menutype\":\"usermenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(20,'Top','','',1,'position-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"top\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',0,'*'),(22,'Australian Parks ','','',2,'position-5',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"parks\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'en-GB'),(23,'About Joomla!','','',4,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"aboutjoomla\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(68,'About Parks','','<p>The Parks sample site is designed as a simple site that can be routinely updated from the front end of Joomla!.</p><p>As a site, it is largely focused on a blog which can be updated using the front end article submission.</p><p>New weblinks can also be added through the front end.</p><p>A simple image gallery uses com_content with thumbnails displayed in a blog layout and full size images shown in article layout.</p><p>The Parks site features the language switch module. All of the content and modules are tagged as English (en-GB). If a second language pack is added with sample data this can be filtered using the language switch.</p><p>Parks uses HTML5 which is a major web standard (along with XHTML which is used in other areas of sample data).</p>',2,'position-4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(67,'Extensions','','',2,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"aboutjoomla\",\"startLevel\":\"1\",\"endLevel\":\"6\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"-menu\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(25,'Site Map','','',1,'sitemapload',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,0,'{\"menutype\":\"mainmenu\",\"startLevel\":\"2\",\"endLevel\":\"3\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"sitemap\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(26,'This Site','','',5,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"1\",\"endLevel\":\"1\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(27,'Archived Articles','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_archive',1,1,'{\"count\":\"10\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(28,'Latest News','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_latest',1,1,'{\"catid\":[\"19\"],\"count\":\"5\",\"show_featured\":\"\",\"ordering\":\"c_dsc\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(29,'Articles Most Read','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_popular',1,1,'{\"catid\":[\"26\",\"29\"],\"count\":\"5\",\"show_front\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(30,'Feed Display','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_feed',1,1,'{\"rssurl\":\"http:\\/\\/community.joomla.org\\/blogs\\/community.feed?type=rss\",\"rssrtl\":\"0\",\"rsstitle\":\"1\",\"rssdesc\":\"1\",\"rssimage\":\"1\",\"rssitems\":\"3\",\"rssitemdesc\":\"1\",\"word_count\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(31,'News Flash','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_news',1,1,'{\"catid\":[\"19\"],\"image\":\"0\",\"item_title\":\"0\",\"link_titles\":\"\",\"item_heading\":\"h4\",\"showLastSeparator\":\"1\",\"readmore\":\"1\",\"count\":\"1\",\"ordering\":\"a.publish_up\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(33,'Random Image','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_random_image',1,1,'{\"type\":\"jpg\",\"folder\":\"images\\/sampledata\\/parks\\/animals\",\"link\":\"\",\"width\":\"180\",\"height\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',0,'*'),(34,'Articles Related Items','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_related_items',1,1,'{\"showDate\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"owncache\":\"1\"}',0,'*'),(35,'Search','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_search',1,1,'{\"label\":\"\",\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"button_pos\":\"right\",\"imagebutton\":\"\",\"button_text\":\"\",\"opensearch\":\"1\",\"opensearch_title\":\"\",\"set_itemid\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(36,'Statistics','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_stats',1,1,'{\"serverinfo\":\"1\",\"siteinfo\":\"1\",\"counter\":\"1\",\"increase\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(37,'Syndicate Feeds','','',1,'syndicateload',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_syndicate',1,1,'{\"text\":\"Feed Entries\",\"format\":\"rss\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',0,'*'),(38,'Users Latest','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_users_latest',1,1,'{\"shownumber\":\"5\",\"linknames\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(39,'Who\'s Online','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_whosonline',1,1,'{\"showmode\":\"2\",\"linknames\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',0,'*'),(40,'Wrapper','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_wrapper',1,1,'{\"url\":\"http:\\/\\/www.youtube.com\\/embed\\/vb2eObvmvdI\",\"add\":\"1\",\"scrolling\":\"auto\",\"width\":\"640\",\"height\":\"390\",\"height_auto\":\"1\",\"target\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(41,'Footer','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_footer',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(44,'Login','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'{\"pretext\":\"\",\"posttext\":\"\",\"login\":\"280\",\"logout\":\"280\",\"greeting\":\"1\",\"name\":\"0\",\"usesecure\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',0,'*'),(45,'Menu Example','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(47,'Latest Park Blogs','','',6,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_latest',1,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"user_id\":\"0\",\"show_front\":\"1\",\"catid\":\"35\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}',0,'en-GB'),(48,'Custom HTML','','<p>This is a custom html module. That means you can enter whatever content you want.</p>',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(49,'Weblinks','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_weblinks',1,1,'{\"catid\":\"32\",\"count\":\"5\",\"ordering\":\"title\",\"direction\":\"asc\",\"target\":\"3\",\"description\":\"0\",\"hits\":\"0\",\"count_clicks\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(52,'Breadcrumbs','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_breadcrumbs',1,1,'{\"showHere\":\"1\",\"showHome\":\"1\",\"homeText\":\"Home\",\"showLast\":\"1\",\"separator\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(61,'Articles Categories','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_categories',1,1,'{\"parent\":\"29\",\"show_description\":\"0\",\"show_children\":\"0\",\"count\":\"0\",\"maxlevel\":\"0\",\"layout\":\"_:default\",\"item_heading\":\"4\",\"moduleclass_sfx\":\"\",\"owncache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(56,'Banners','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_banners',1,1,'{\"target\":\"1\",\"count\":\"1\",\"cid\":\"1\",\"catid\":[\"15\"],\"tag_search\":\"0\",\"ordering\":\"random\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(57,'Fruit Shop','','',3,'position-5',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"fruitshop\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(58,'Special!','','<h1>This week we have a special, half price on delicious oranges!</h1><div>Only for our special customers!</div><div>Use the code: Joomla! when ordering</div><p><em>This module can only be seen by people in the customers group or higher.</em></p>',1,'position-12',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',4,1,'{\"prepare_content\":\"1\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(62,'Language Switcher','','',3,'position-4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_languages',1,1,'{\"header_text\":\"\",\"footer_text\":\"\",\"image\":\"1\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(63,'Search','','',1,'position-0',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_search',1,1,'{\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"button_pos\":\"right\",\"imagebutton\":\"1\",\"button_text\":\"\",\"set_itemid\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(64,'Language Switcher','','',1,'languageswitcherload',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_languages',1,1,'{\"header_text\":\"\",\"footer_text\":\"\",\"image\":\"1\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(65,'About Fruit Shop','','<p>The Fruit Shop site shows a number of Joomla! features.</p><p>The template uses classes in cascading style sheets to change the layout of items, such as creating the horizontal alphabetical list in the Fruit Encyclopedia.</p><p> </p>',1,'position-4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(69,'Articles Category','','',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_category',1,1,'{\"mode\":\"normal\",\"show_on_article_page\":\"1\",\"show_front\":\"show\",\"count\":\"0\",\"category_filtering_type\":\"1\",\"catid\":[\"72\"],\"show_child_category_articles\":\"0\",\"levels\":\"1\",\"author_filtering_type\":\"1\",\"created_by\":[\"\"],\"author_alias_filtering_type\":\"1\",\"created_by_alias\":[\"\"],\"excluded_articles\":\"\",\"date_filtering\":\"off\",\"date_field\":\"a.created\",\"start_date_range\":\"\",\"end_date_range\":\"\",\"relative_date\":\"30\",\"article_ordering\":\"a.title\",\"article_ordering_direction\":\"ASC\",\"article_grouping\":\"none\",\"article_grouping_direction\":\"ksort\",\"month_year_format\":\"F Y\",\"item_heading\":\"4\",\"link_titles\":\"1\",\"show_date\":\"0\",\"show_date_field\":\"created\",\"show_date_format\":\"Y-m-d H:i:s\",\"show_category\":\"0\",\"show_hits\":\"0\",\"show_author\":\"0\",\"show_introtext\":\"0\",\"introtext_limit\":\"100\",\"show_readmore\":\"0\",\"show_readmore_title\":\"1\",\"readmore_limit\":\"15\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"owncache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(70,'Search (Atomic Template)','','',1,'atomic-search',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_search',1,0,'{\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"button_pos\":\"right\",\"imagebutton\":\"\",\"button_text\":\"\",\"set_itemid\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(71,'Top Menu (Atomic Template)','','',1,'topmenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,0,'{\"menutype\":\"usermenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(72,'Top Quote (Atomic Template)','','<hr />\r\n<h2 class=\"alt\">Powerful Content Management and a Simple Extensible Framework.</h2>\r\n<hr />',1,'atomic-topquote',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(73,'Bottom Left Column (Atomic Template)','','<h6>This is a nested column</h6>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>',1,'atomic-bottomleft',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(74,'Bottom Middle Column (Atomic Template)','','<h6>This is another nested column</h6>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>',1,'atomic-bottommiddle',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(75,'Sidebar (Atomic Template)','','<h3>A <span class=\"alt\">Simple</span> Sidebar</h3>\r\n<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue.</p>\r\n<p class=\"quiet\">Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue.</p>\r\n<h5>Incremental leading</h5>\r\n<p class=\"incr\">Vestibulum ante ipsum primis in faucibus orci luctus vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus.</p>\r\n<p class=\"incr\">Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue.</p>',1,'atomic-sidebar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(76,'Login (Atomic Template)','','',2,'atomic-sidebar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,0,'{\"pretext\":\"\",\"posttext\":\"\",\"login\":\"\",\"logout\":\"\",\"greeting\":\"1\",\"name\":\"0\",\"usesecure\":\"0\",\"layout\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',0,'*'),(77,'Shop','','',1,'position-11',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_banners',1,0,'{\"target\":\"1\",\"count\":\"1\",\"cid\":\"2\",\"catid\":[\"15\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"Shop!\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(78,'Contribute','','',1,'position-9',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_banners',1,0,'{\"target\":\"1\",\"count\":\"1\",\"cid\":\"1\",\"catid\":[\"15\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"Contribute! \",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}',0,'*'),(84,'Smart Search Module','','',2,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_finder',1,1,'{\"searchfilter\":\"\",\"show_autosuggest\":\"1\",\"show_advanced\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"field_size\":20,\"alt_label\":\"\",\"show_label\":\"0\",\"label_pos\":\"top\",\"show_button\":\"0\",\"button_pos\":\"right\",\"opensearch\":\"1\",\"opensearch_title\":\"\"}',0,'*'),(87,'IceAccordion Module','','',0,'',888,'2013-03-09 12:40:25','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_ice_accordion',1,1,'',0,'*'),(88,'IceCarousel Module','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_ice_carousel',1,1,'',0,'*'),(89,'IceVerticalMenu Module','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_ice_verticalmenu',1,1,'',0,'*'),(90,'IceMegaMenu Module','','',1,'mainmenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_icemegamenu',1,1,'{\"theme_style\":\"css3\",\"menutype\":\"mainmenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"class_sfx\":\"\",\"window_open\":\"\",\"tag_id\":\"\",\"js_effect\":\"slide & fade\",\"js_physics\":\"Fx.Transitions.Pow.easeOut\",\"js_duration\":\"600\",\"js_hideDelay\":\"1000\",\"js_opacity\":\"95\",\"use_js\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"30\",\"menu_images\":\"0\",\"menu_images_align\":\"0\",\"menu_images_link\":\"0\",\"expand_menu\":\"0\",\"activate_parent\":\"0\",\"full_active_id\":\"0\",\"indent_image\":\"0\",\"indent_image1\":\"\",\"indent_image2\":\"\",\"indent_image3\":\"\",\"indent_image4\":\"\",\"indent_image5\":\"\",\"indent_image6\":\"\",\"spacer\":\"\",\"end_spacer\":\"\"}',0,'*'),(91,'IcePanel Module','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_icepanel',1,1,'',0,'*'),(92,'IceSlideshow Module','','',1,'iceslideshow',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_iceslideshow',1,1,'{\"theme\":\"default\",\"imagemain_width\":\"960\",\"imagemain_height\":\"380\",\"image_quanlity\":\"95\",\"limit_items\":\"5\",\"display_button\":\"1\",\"show_readmore\":\"1\",\"description_max_chars\":\"100\",\"auto_strip_tags\":\"1\",\"group\":\"file\",\"source\":\"content_category\",\"article_ids\":\"\",\"content_category\":[\"\"],\"ordering\":\"created_asc\",\"file1\":{\"enable\":\"1\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file2\":{\"enable\":\"1\",\"image\":\"image2.jpg\",\"caption\":\"\",\"link\":\"\"},\"file3\":{\"enable\":\"1\",\"image\":\"image3.jpg\",\"caption\":\"\",\"link\":\"\"},\"file4\":{\"enable\":\"1\",\"image\":\"image4.jpg\",\"caption\":\"\",\"link\":\"\"},\"file5\":{\"enable\":\"1\",\"image\":\"image5.jpg\",\"caption\":\"\",\"link\":\"\"},\"file6\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file7\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file8\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file9\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file10\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file11\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file12\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file13\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file14\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file15\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file16\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file17\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file18\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file19\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file20\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file21\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file22\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file23\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file24\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file25\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file26\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file27\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file28\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file29\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"file30\":{\"enable\":\"\",\"image\":\"image1.jpg\",\"caption\":\"\",\"link\":\"\"},\"title_1\":\"\",\"navigator_pos\":\"top\",\"navitem_width\":\"12\",\"navitem_height\":\"12\",\"max_items_display\":\"3\",\"spacer3\":\"\",\"auto_renderthumb\":\"1\",\"thumbnail_width\":\"60\",\"thumbnail_height\":\"60\",\"spacer4\":\"\",\"title_max_chars\":\"100\",\"layout_style\":\"zoom\",\"zoom\":\"50\",\"pan\":\"50\",\"pansize\":\"30\",\"slide_duration\":\"2000\",\"wdirection\":\"left\",\"auto_start\":\"1\",\"interval\":\"4000\",\"duration\":\"1000\",\"effect\":\"Fx.Transitions.Sine.easeInOut\",\"preload\":\"1\",\"slide_caption\":\"1\",\"caption_duration\":\"1200\",\"caption_height\":\"70\",\"caption_opacity\":\"0.7\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(93,'Tweet Display Back','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_tweetdisplayback',1,1,'',0,'*'),(94,'ddddd','','<p>fxhgfgchghvjcmbvcvjlhv</p>',1,'promo1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(95,'JE Social Icons','','',1,'headertop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_je_social',1,1,'{\"style\":\"1\",\"twitter\":\"#\",\"facebook\":\"#\",\"flickr\":\"\",\"pinterest\":\"\",\"friendfeed\":\"\",\"delicious\":\"\",\"digg\":\"\",\"lastfm\":\"\",\"linkedin\":\"\",\"youtube\":\"\",\"feed\":\"\"}',0,'*'),(97,'modfoxcontact','','',1,'left',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_foxcontact',1,0,'{\"to_address\":\"info@gmauto.ge\",\"cc_address\":\"\",\"bcc_address\":\"\",\"email_subject\":\"Information request from your website\",\"jmessenger_user\":\"0\",\"page_subheading\":\"Contact us\",\"form_width\":\"100\",\"form_unit\":\"%\",\"customhtml0\":\"If you want more information fill in this form. You will be contacted as soon as possible.<br \\/>Please fill in all <b>required fields<\\/b>.\",\"customhtml0display\":\"1\",\"customhtml0order\":\"-1000\",\"customhtml1\":\"By submitting this form, you accept our privacy policy.\",\"customhtml1display\":\"1\",\"customhtml1order\":\"1000\",\"labelsdisplay\":\"0\",\"labelswidth\":\"230\",\"labelsunit\":\"px\",\"sender0\":\"Your name\",\"sender0display\":\"2\",\"sender0order\":\"5\",\"sender1\":\"Your email\",\"sender1display\":\"2\",\"sender1order\":\"10\",\"sender1isemail\":\"1\",\"senderwidth\":\"85\",\"senderunit\":\"%\",\"text0\":\"Phone number\",\"text0display\":\"1\",\"text0order\":\"15\",\"text1\":\"\",\"text1display\":\"0\",\"text1order\":\"20\",\"text2\":\"\",\"text2display\":\"0\",\"text2order\":\"25\",\"text3\":\"\",\"text3display\":\"0\",\"text3order\":\"30\",\"text4\":\"\",\"text4display\":\"0\",\"text4order\":\"35\",\"text5\":\"\",\"text5display\":\"0\",\"text5order\":\"40\",\"text6\":\"\",\"text6display\":\"0\",\"text6order\":\"45\",\"text7\":\"\",\"text7display\":\"0\",\"text7order\":\"50\",\"text8\":\"\",\"text8display\":\"0\",\"text8order\":\"55\",\"text9\":\"\",\"text9display\":\"0\",\"text9order\":\"60\",\"textwidth\":\"85\",\"textunit\":\"%\",\"dropdown0\":\"How did you hear about us?\",\"dropdown0display\":\"1\",\"dropdown0values\":\"Internet search,Recommended by a friend,Positive media review\",\"dropdown0order\":\"65\",\"dropdown1\":\"\",\"dropdown1display\":\"0\",\"dropdown1values\":\"\",\"dropdown1order\":\"70\",\"dropdown2\":\"\",\"dropdown2display\":\"0\",\"dropdown2values\":\"\",\"dropdown2order\":\"75\",\"dropdownwidth\":\"85\",\"dropdownunit\":\"%\",\"textarea0\":\"Describe your request\",\"textarea0display\":\"1\",\"textarea0order\":\"80\",\"textarea1\":\"\",\"textarea1display\":\"0\",\"textarea1order\":\"85\",\"textarea2\":\"\",\"textarea2display\":\"0\",\"textarea2order\":\"90\",\"textareawidth\":\"85\",\"textareaheight\":\"180\",\"textareaunit\":\"%\",\"checkbox0\":\"I agree with your terms and conditions\",\"checkbox0display\":\"1\",\"checkbox0order\":\"95\",\"checkbox1\":\"\",\"checkbox1display\":\"0\",\"checkbox1order\":\"100\",\"checkbox2\":\"\",\"checkbox2display\":\"0\",\"checkbox2order\":\"105\",\"checkbox3\":\"\",\"checkbox3display\":\"0\",\"checkbox3order\":\"110\",\"checkbox4\":\"\",\"checkbox4display\":\"0\",\"checkbox4order\":\"115\",\"uploaddisplay\":\"0\",\"uploadmethod\":\"1\",\"upload\":\"Select files to attach\",\"uploadmax_file_size\":\"10000\",\"submittext\":\"Submit\",\"submittype\":\"0\",\"submiticon\":\"-1\",\"resetbutton\":\"0\",\"resettext\":\"Reset\",\"resettype\":\"0\",\"reseticon\":\"-1\",\"email_sent_action\":\"0\",\"email_sent_text\":\"Your message has been received. We will contact you in a few days.\",\"email_sent_textdisplay\":\"1\",\"email_sent_page\":\"437\",\"copy_to_submitter\":\"1\",\"email_copy_subject\":\"Thank you for contacting us\",\"email_copy_text\":\"Your message has been received. We will contact you in a few days.\",\"email_copy_summary\":\"0\",\"spam_check\":\"1\",\"spam_words\":\"www,http,url=,href=,link=,.txt,shit,fuck\",\"spam_detected_text\":\"We are sorry, but the system thinks your message contains unwanted advertising and <b>was blocked<\\/b>.<br \\/>If you think this is an error, please go back and modify yourmessage. Avoid words such as <i>www, http,<\\/i> and so on.\",\"spam_detected_textdisplay\":\"1\",\"stdcaptchadisplay\":\"0\",\"stdcaptcha\":\"Security code\",\"stdcaptchatype\":\"0\",\"stdcaptcha_length\":\"5\",\"stdcaptchawidth\":\"150\",\"stdcaptchaheight\":\"75\",\"stdcaptchafont\":\"-1\",\"stdcaptchafontmin\":\"14\",\"stdcaptchafontmax\":\"20\",\"stdcaptchaangle\":\"20\",\"stdcaptcha_backgroundcolor\":\"#ffffff\",\"stdcaptcha_textcolor\":\"#191919\",\"stdcaptcha_disturbcolor\":\"#c8c8c8\",\"layout\":\"_:default\",\"stylesheet\":\"neon.css\",\"moduleclass_sfx\":\"\",\"acymailing\":\"0\",\"acymailing_checkboxes\":\"hidden|hidden\",\"acymailing_auto_checked\":\"0\",\"jnews\":\"0\",\"jnews_checkboxes\":\"hidden|hidden\",\"jnews_auto_checked\":\"0\",\"othernewsletters\":\"1\"}',0,'*'),(99,'Sample data','','<p><img align=\"left\" src=\"administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\" />Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. <a href=\"#\">Joomla</a> is open source, which means you can make it work just the way you want it to.</p><div style=\"clear:both;\"></div>',1,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'',0,'*'),(98,'Sample data','','<p><img align=\"left\" src=\"administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\" />Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. <a href=\"#\">Joomla</a> is open source, which means you can make it work just the way you want it to.</p><div style=\"clear:both;\"></div>',1,'position-8',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'',0,'*'),(100,'Sample data','','<p><img align=\"left\" src=\"administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\" />Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. <a href=\"#\">Joomla</a> is open source, which means you can make it work just the way you want it to.</p><div style=\"clear:both;\"></div>',1,'position-6',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'',0,'*'),(101,'Sample data','','<p><img align=\"left\" src=\"administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\" />Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. <a href=\"#\">Joomla</a> is open source, which means you can make it work just the way you want it to.</p><div style=\"clear:both;\"></div>',1,'position-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'',0,'*'),(102,'Sample data','','<p><img align=\"left\" src=\"administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\" />Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. <a href=\"#\">Joomla</a> is open source, which means you can make it work just the way you want it to.</p><div style=\"clear:both;\"></div>',1,'news',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'',0,'*'),(103,'Sample data','','<p><img align=\"left\" src=\"administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\" />Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. <a href=\"#\">Joomla</a> is open source, which means you can make it work just the way you want it to.</p><div style=\"clear:both;\"></div>',1,'slideshow',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'',0,'*'),(113,'OT Scroller','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_ot_scroller',1,1,'',0,'*'),(114,'Ot Simple Slider','','',1,'banner',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_ot_simpleslider',1,0,'{\"moduleclass_sfx\":\"\",\"type\":\"jpg\",\"folder\":\"modules\\/mod_ot_simpleslider\\/images\\/banner\\/\",\"width\":\"960\",\"height\":\"391\",\"cache\":\"0\",\"cache_time\":\"900\",\"Loadjquery\":\"1\"}',0,'*'),(115,'mod_ot_slidelatestproducts','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_ot_slidelatestproducts',1,1,'',0,'*'),(116,'mod_ot_vmcategory','','',0,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_ot_vmcategory',1,1,'',0,'*');
/*!40000 ALTER TABLE `m9qyl_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_modules_menu`
--

DROP TABLE IF EXISTS `m9qyl_modules_menu`;
CREATE TABLE `m9qyl_modules_menu` (
  `moduleid` int(11) NOT NULL default '0',
  `menuid` int(11) NOT NULL default '0',
  PRIMARY KEY  (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_modules_menu`
--

LOCK TABLES `m9qyl_modules_menu` WRITE;
/*!40000 ALTER TABLE `m9qyl_modules_menu` DISABLE KEYS */;
INSERT INTO `m9qyl_modules_menu` VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(13,0),(14,0),(15,0),(16,205),(16,435),(17,0),(18,0),(19,-463),(19,-462),(19,-433),(19,-432),(19,-431),(19,-430),(19,-429),(19,-427),(19,-400),(19,-399),(19,-296),(19,-244),(19,-243),(19,-242),(19,-234),(20,0),(22,231),(22,234),(22,238),(22,242),(22,243),(22,244),(22,296),(22,399),(22,400),(23,-463),(23,-462),(23,-433),(23,-432),(23,-431),(23,-430),(23,-429),(23,-427),(23,-400),(23,-399),(23,-296),(23,-244),(23,-243),(23,-242),(23,-238),(23,-234),(25,294),(26,-463),(26,-462),(26,-433),(26,-432),(26,-431),(26,-430),(26,-429),(26,-427),(26,-400),(26,-399),(26,-296),(26,-244),(26,-243),(26,-242),(26,-238),(26,-234),(27,325),(28,310),(29,302),(30,410),(31,309),(32,309),(33,307),(34,326),(35,306),(36,304),(37,311),(38,300),(39,301),(40,313),(41,324),(44,312),(45,303),(47,231),(47,234),(47,242),(47,243),(47,244),(47,296),(47,399),(47,400),(48,418),(49,417),(52,416),(56,305),(57,238),(57,427),(57,429),(57,430),(57,431),(57,432),(57,433),(57,462),(57,463),(58,427),(58,429),(58,430),(58,431),(58,432),(58,433),(58,462),(58,463),(61,443),(62,231),(62,234),(62,242),(62,243),(62,244),(62,296),(62,399),(62,400),(63,0),(64,447),(65,427),(65,429),(65,430),(65,431),(65,432),(65,433),(65,462),(65,463),(68,243),(69,459),(70,285),(70,316),(71,285),(71,316),(72,285),(72,316),(73,285),(73,316),(74,285),(74,316),(75,285),(75,316),(76,285),(76,316),(77,0),(78,0),(79,0),(84,467),(86,0),(90,0),(92,435),(94,0),(95,0),(97,201),(97,207),(97,227),(97,229),(97,234),(97,242),(97,243),(97,244),(97,249),(97,251),(97,252),(97,253),(97,254),(97,255),(97,256),(97,257),(97,259),(97,260),(97,262),(97,263),(97,265),(97,266),(97,267),(97,268),(97,270),(97,271),(97,272),(97,273),(97,274),(97,275),(97,276),(97,277),(97,278),(97,279),(97,280),(97,281),(97,282),(97,283),(97,284),(97,285),(97,296),(97,300),(97,301),(97,302),(97,303),(97,304),(97,305),(97,306),(97,307),(97,309),(97,310),(97,311),(97,312),(97,313),(97,316),(97,317),(97,318),(97,319),(97,320),(97,321),(97,322),(97,323),(97,324),(97,325),(97,326),(97,399),(97,400),(97,402),(97,403),(97,404),(97,405),(97,406),(97,409),(97,410),(97,411),(97,412),(97,413),(97,414),(97,415),(97,416),(97,417),(97,418),(97,419),(97,422),(97,423),(97,424),(97,427),(97,429),(97,430),(97,431),(97,432),(97,433),(97,436),(97,437),(97,443),(97,444),(97,447),(97,449),(97,450),(97,452),(97,453),(97,456),(97,457),(97,458),(97,459),(97,462),(97,463),(97,464),(97,466),(97,467),(97,471),(98,0),(99,0),(100,0),(101,0),(102,0),(103,0),(114,201),(114,207),(114,227),(114,229),(114,234),(114,242),(114,243),(114,244),(114,249),(114,251),(114,252),(114,253),(114,254),(114,255),(114,256),(114,257),(114,259),(114,260),(114,262),(114,263),(114,265),(114,266),(114,267),(114,268),(114,270),(114,271),(114,272),(114,273),(114,274),(114,275),(114,276),(114,277),(114,278),(114,279),(114,280),(114,281),(114,282),(114,283),(114,284),(114,285),(114,296),(114,300),(114,301),(114,302),(114,303),(114,304),(114,305),(114,306),(114,307),(114,309),(114,310),(114,311),(114,312),(114,313),(114,316),(114,317),(114,318),(114,319),(114,320),(114,321),(114,322),(114,323),(114,324),(114,325),(114,326),(114,399),(114,400),(114,402),(114,403),(114,404),(114,405),(114,406),(114,409),(114,410),(114,411),(114,412),(114,413),(114,414),(114,415),(114,416),(114,417),(114,418),(114,419),(114,422),(114,423),(114,424),(114,427),(114,429),(114,430),(114,431),(114,432),(114,433),(114,435),(114,436),(114,437),(114,443),(114,444),(114,447),(114,449),(114,450),(114,452),(114,453),(114,456),(114,457),(114,458),(114,459),(114,462),(114,463),(114,464),(114,466),(114,467);
/*!40000 ALTER TABLE `m9qyl_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_newsfeeds`
--

DROP TABLE IF EXISTS `m9qyl_newsfeeds`;
CREATE TABLE `m9qyl_newsfeeds` (
  `catid` int(11) NOT NULL default '0',
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '',
  `link` varchar(200) NOT NULL default '',
  `filename` varchar(200) default NULL,
  `published` tinyint(1) NOT NULL default '0',
  `numarticles` int(10) unsigned NOT NULL default '1',
  `cache_time` int(10) unsigned NOT NULL default '3600',
  `checked_out` int(10) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `rtl` tinyint(4) NOT NULL default '0',
  `access` int(10) unsigned NOT NULL default '0',
  `language` char(7) NOT NULL default '',
  `params` text NOT NULL,
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL default '0',
  `created_by_alias` varchar(255) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_newsfeeds`
--

LOCK TABLES `m9qyl_newsfeeds` WRITE;
/*!40000 ALTER TABLE `m9qyl_newsfeeds` DISABLE KEYS */;
INSERT INTO `m9qyl_newsfeeds` VALUES (17,1,'Joomla! Announcements','joomla-announcements','http://www.joomla.org/announcements.feed?type=rss',NULL,1,5,3600,0,'0000-00-00 00:00:00',1,1,1,'en-GB','{\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\",\"newsfeed_layout\":\"\",\"feed_display_order\":\"\"}','2011-01-01 00:00:01',888,'','2011-12-27 12:25:05',42,'','','{\"robots\":\"\",\"rights\":\"\"}','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,2,'New Joomla! Extensions','new-joomla-extensions','http://feeds.joomla.org/JoomlaExtensions',NULL,1,5,3600,0,'0000-00-00 00:00:00',4,1,1,'en-GB','{\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\",\"newsfeed_layout\":\"\",\"feed_display_order\":\"\"}','2011-01-01 00:00:01',888,'','2011-12-27 12:25:36',42,'','','{\"robots\":\"\",\"rights\":\"\"}','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,3,'Joomla! Security News','joomla-security-news','http://feeds.joomla.org/JoomlaSecurityNews',NULL,1,5,3600,0,'0000-00-00 00:00:00',2,1,1,'en-GB','{\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\",\"newsfeed_layout\":\"\",\"feed_display_order\":\"\"}','2011-01-01 00:00:01',888,'','2011-12-27 12:24:55',42,'','','{\"robots\":\"\",\"rights\":\"\"}','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,4,'Joomla! Connect','joomla-connect','http://feeds.joomla.org/JoomlaConnect',NULL,1,5,3600,0,'0000-00-00 00:00:00',3,1,1,'en-GB','{\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\",\"newsfeed_layout\":\"\",\"feed_display_order\":\"\"}','2011-01-01 00:00:01',888,'','2011-12-27 12:25:10',42,'','','{\"robots\":\"\",\"rights\":\"\"}','','0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `m9qyl_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_overrider`
--

DROP TABLE IF EXISTS `m9qyl_overrider`;
CREATE TABLE `m9qyl_overrider` (
  `id` int(10) NOT NULL auto_increment COMMENT 'Primary Key',
  `constant` varchar(255) NOT NULL,
  `string` text NOT NULL,
  `file` varchar(255) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_overrider`
--

LOCK TABLES `m9qyl_overrider` WRITE;
/*!40000 ALTER TABLE `m9qyl_overrider` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_overrider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_redirect_links`
--

DROP TABLE IF EXISTS `m9qyl_redirect_links`;
CREATE TABLE `m9qyl_redirect_links` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `old_url` varchar(255) NOT NULL,
  `new_url` varchar(255) NOT NULL,
  `referer` varchar(150) NOT NULL,
  `comment` varchar(255) NOT NULL,
  `hits` int(10) unsigned NOT NULL default '0',
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `idx_link_old` (`old_url`),
  KEY `idx_link_modifed` (`modified_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_redirect_links`
--

LOCK TABLES `m9qyl_redirect_links` WRITE;
/*!40000 ALTER TABLE `m9qyl_redirect_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_redirect_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_schemas`
--

DROP TABLE IF EXISTS `m9qyl_schemas`;
CREATE TABLE `m9qyl_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) NOT NULL,
  PRIMARY KEY  (`extension_id`,`version_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_schemas`
--

LOCK TABLES `m9qyl_schemas` WRITE;
/*!40000 ALTER TABLE `m9qyl_schemas` DISABLE KEYS */;
INSERT INTO `m9qyl_schemas` VALUES (700,'2.5.8'),(10012,'1.9.0');
/*!40000 ALTER TABLE `m9qyl_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_session`
--

DROP TABLE IF EXISTS `m9qyl_session`;
CREATE TABLE `m9qyl_session` (
  `session_id` varchar(200) NOT NULL default '',
  `client_id` tinyint(3) unsigned NOT NULL default '0',
  `guest` tinyint(4) unsigned default '1',
  `time` varchar(14) default '',
  `data` mediumtext,
  `userid` int(11) default '0',
  `username` varchar(150) default '',
  `usertype` varchar(50) default '',
  PRIMARY KEY  (`session_id`),
  KEY `whosonline` (`guest`,`usertype`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_session`
--

LOCK TABLES `m9qyl_session` WRITE;
/*!40000 ALTER TABLE `m9qyl_session` DISABLE KEYS */;
INSERT INTO `m9qyl_session` VALUES ('cf1232a59de3a9d6874adca1867e2a8d',1,1,'1363323074','__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1363323073;s:18:\"session.timer.last\";i:1363323073;s:17:\"session.timer.now\";i:1363323073;s:22:\"session.client.browser\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";N;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";N;s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"51ae6ca8d4098b2c8858fef853548118\";}',0,'','');
/*!40000 ALTER TABLE `m9qyl_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_template_styles`
--

DROP TABLE IF EXISTS `m9qyl_template_styles`;
CREATE TABLE `m9qyl_template_styles` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `template` varchar(50) NOT NULL default '',
  `client_id` tinyint(1) unsigned NOT NULL default '0',
  `home` char(7) NOT NULL default '0',
  `title` varchar(255) NOT NULL default '',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_home` (`home`)
) ENGINE=MyISAM AUTO_INCREMENT=120 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_template_styles`
--

LOCK TABLES `m9qyl_template_styles` WRITE;
/*!40000 ALTER TABLE `m9qyl_template_styles` DISABLE KEYS */;
INSERT INTO `m9qyl_template_styles` VALUES (2,'bluestork',1,'1','Bluestork - Default','{\"useRoundedCorners\":\"1\",\"showSiteName\":\"0\"}'),(3,'atomic',0,'1','Atomic - Default','{}'),(4,'beez_20',0,'0','Beez2 - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/joomla_black.gif\",\"sitetitle\":\"Joomla!\",\"sitedescription\":\"Open Source Content Management\",\"navposition\":\"left\",\"templatecolor\":\"personal\",\"html5\":\"0\"}'),(5,'hathor',1,'0','Hathor - Default','{\"showSiteName\":\"0\",\"colourChoice\":\"\",\"boldText\":\"0\"}'),(6,'beez5',0,'0','Beez5 - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/sampledata\\/fruitshop\\/fruits.gif\",\"sitetitle\":\"Joomla!\",\"sitedescription\":\"Open Source Content Management\",\"navposition\":\"left\",\"html5\":\"0\"}'),(114,'beez_20',0,'0','Beez2 - Parks Site','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"\",\"sitetitle\":\"Australian Parks\",\"sitedescription\":\"Parks Sample Site\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}'),(116,'templatename',0,'0','templatename - Default','{\"modernizr\":\"0\",\"cssmethod\":\"css\",\"foundation\":\"0\",\"bootstrap\":\"0\",\"fontawesome\":\"0\",\"jquery\":\"0\",\"pie\":\"0\",\"disablejs\":\"0\",\"fnjs\":\"mootools-core.js,caption.js\",\"disablecss\":\"0\"}'),(118,'templatecreatorck',0,'0','templatecreatorck - Default','{}');
/*!40000 ALTER TABLE `m9qyl_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_templateck`
--

DROP TABLE IF EXISTS `m9qyl_templateck`;
CREATE TABLE `m9qyl_templateck` (
  `id` int(11) NOT NULL auto_increment,
  `joomlaversion` text NOT NULL,
  `name` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `published` int(11) NOT NULL default '1',
  `creationDate` varchar(255) NOT NULL,
  `author` varchar(255) NOT NULL,
  `authorEmail` varchar(255) NOT NULL,
  `authorUrl` varchar(255) NOT NULL,
  `copyright` varchar(255) NOT NULL,
  `license` varchar(255) NOT NULL,
  `version` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `htmlcode` longtext NOT NULL,
  `theme` text NOT NULL,
  `cssparams` text NOT NULL,
  `options` text NOT NULL,
  `htmlcode_responsive` longtext NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_templateck`
--

LOCK TABLES `m9qyl_templateck` WRITE;
/*!40000 ALTER TABLE `m9qyl_templateck` DISABLE KEYS */;
INSERT INTO `m9qyl_templateck` VALUES (1,'j25','templatecreator_demo1',0,1,'01/01/12','Cédric KEIFLIN','','http://www.joomlack.fr','Cédric KEIFLIN (c) 2012','GNU/GPL','1.0','Template demo1 du logiciel Template Creator CK','<div id=\"system-message-container\">\r\n</div>\r\n\r\n\r\n<div pagenavbuttonborderradius=\"5\" pagenavbuttonpaddings=\"5\" pagenavbuttonbackgroundcolorend=\"#262626\" pagenavbuttonbackgroundcolorstart=\"#737373\" h6titlefontitalic=\"italic\" h5titlefontunderline=\"underline\" h5titlefontitalic=\"italic\" h4titlefontbold=\"bold\" h3titlecolor=\"#ffffff\" h1titlemargintop=\"10\" bloclineheight=\"20\" buttonbuttonhoverlineheight=\"15\" buttonbuttonhoveralignement=\"buttonbuttonhoveralignementcenter\" buttonbuttonalignement=\"buttonbuttonalignementcenter\" buttonbuttonborderradius=\"3\" buttonbuttonhovercolor=\"#ffffff\" buttonbuttoncolor=\"#c9c9c9\" buttonbuttonpaddings=\"5\" buttonbuttonborderssize=\"\" buttonbuttonborderscolor=\"\" buttonbuttonbackgroundcolorend=\"#262626\" buttonbuttonbackgroundcolorstart=\"#737373\" inputfieldbuttonpaddings=\"3\" inputfieldbuttonbackgroundcolorstart=\"#ffffff\" inputfieldbuttonborderradius=\"3\" fieldslist=\"blocalignement,blocalignement,blocalignement,blocalignement,blocfontbold,blocfontitalic,blocfontunderline,blocfontuppercase,bloccolor,blocfontsize,blocfontunit,blocfontfamily,blocwordspacing,blocletterspacing,bloclineheight,bloctextindent,blocnormallinkfontbold,blocnormallinkfontitalic,blocnormallinkfontunderline,blocnormallinkfontuppercase,blocnormallinkcolor,blochoverlinkfontbold,blochoverlinkfontitalic,blochoverlinkfontunderline,blochoverlinkfontuppercase,blochoverlinkcolor,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,bloccustom,h1titlemargintop,h1titlemarginright,h1titlemarginbottom,h1titlemarginleft,h1titlemargins,h1titlepaddingtop,h1titlepaddingright,h1titlepaddingbottom,h1titlepaddingleft,h1titlepaddings,h1titleheight,h1titlewidth,h1titlebordertopcolor,h1titlebordertopsize,h1titlebordertopstyle,h1titleborderrightcolor,h1titleborderrightsize,h1titleborderrightstyle,h1titleborderbottomcolor,h1titleborderbottomsize,h1titleborderbottomstyle,h1titleborderleftcolor,h1titleborderleftsize,h1titleborderleftstyle,h1titleborderscolor,h1titleborderssize,h1titlebordersunit,h1titlebordersstyle,h1titleborderradiustopright,h1titleborderradiusbottomright,h1titleborderradiusbottomleft,h1titleborderradiustopleft,h1titleborderradius,h1titleborderradiusunit,h1titlealignement,h1titlealignement,h1titlealignement,h1titlealignement,h1titlefontbold,h1titlefontitalic,h1titlefontunderline,h1titlefontuppercase,h1titlecolor,h1titlefontsize,h1titlefontunit,h1titlefontfamily,h1titlewordspacing,h1titleletterspacing,h1titlelineheight,h1titletextindent,h1titlenormallinkfontbold,h1titlenormallinkfontitalic,h1titlenormallinkfontunderline,h1titlenormallinkfontuppercase,h1titlenormallinkcolor,h1titlehoverlinkfontbold,h1titlehoverlinkfontitalic,h1titlehoverlinkfontunderline,h1titlehoverlinkfontuppercase,h1titlehoverlinkcolor,h1titlebackgroundimageurl,h1titlebackgroundimageleft,h1titlebackgroundimagetop,h1titlebackgroundimagerepeat,h1titlebackgroundopacity,h1titlebackgroundcolorstart,h1titlebackgroundpositionstop1,h1titlebackgroundcolorstop1,h1titlebackgroundpositionstop2,h1titlebackgroundcolorstop2,h1titlebackgroundpositionend,h1titlebackgroundcolorend,h1titlebackgrounddirection,h1titleshadowcolor,h1titleshadowblur,h1titleshadowspread,h1titleshadowoffseth,h1titleshadowoffsetv,h1titlecustom,h2titlemargintop,h2titlemarginright,h2titlemarginbottom,h2titlemarginleft,h2titlemargins,h2titlepaddingtop,h2titlepaddingright,h2titlepaddingbottom,h2titlepaddingleft,h2titlepaddings,h2titlebordertopcolor,h2titlebordertopsize,h2titlebordertopstyle,h2titleborderrightcolor,h2titleborderrightsize,h2titleborderrightstyle,h2titleborderbottomcolor,h2titleborderbottomsize,h2titleborderbottomstyle,h2titleborderleftcolor,h2titleborderleftsize,h2titleborderleftstyle,h2titleborderscolor,h2titleborderssize,h2titlebordersunit,h2titlebordersstyle,h2titleborderradiustopright,h2titleborderradiusbottomright,h2titleborderradiusbottomleft,h2titleborderradiustopleft,h2titleborderradius,h2titleborderradiusunit,h2titlealignement,h2titlealignement,h2titlealignement,h2titlealignement,h2titlefontbold,h2titlefontitalic,h2titlefontunderline,h2titlefontuppercase,h2titlecolor,h2titlefontsize,h2titlefontunit,h2titlefontfamily,h2titlewordspacing,h2titleletterspacing,h2titlelineheight,h2titletextindent,h2titlenormallinkfontbold,h2titlenormallinkfontitalic,h2titlenormallinkfontunderline,h2titlenormallinkfontuppercase,h2titlenormallinkcolor,h2titlehoverlinkfontbold,h2titlehoverlinkfontitalic,h2titlehoverlinkfontunderline,h2titlehoverlinkfontuppercase,h2titlehoverlinkcolor,h2titlebackgroundimageurl,h2titlebackgroundimageleft,h2titlebackgroundimagetop,h2titlebackgroundimagerepeat,h2titlebackgroundopacity,h2titlebackgroundcolorstart,h2titlebackgroundpositionstop1,h2titlebackgroundcolorstop1,h2titlebackgroundpositionstop2,h2titlebackgroundcolorstop2,h2titlebackgroundpositionend,h2titlebackgroundcolorend,h2titlebackgrounddirection,h2titleshadowcolor,h2titleshadowblur,h2titleshadowspread,h2titleshadowoffseth,h2titleshadowoffsetv,h2titlecustom,h3titlemargintop,h3titlemarginright,h3titlemarginbottom,h3titlemarginleft,h3titlemargins,h3titlepaddingtop,h3titlepaddingright,h3titlepaddingbottom,h3titlepaddingleft,h3titlepaddings,h3titlebordertopcolor,h3titlebordertopsize,h3titlebordertopstyle,h3titleborderrightcolor,h3titleborderrightsize,h3titleborderrightstyle,h3titleborderbottomcolor,h3titleborderbottomsize,h3titleborderbottomstyle,h3titleborderleftcolor,h3titleborderleftsize,h3titleborderleftstyle,h3titleborderscolor,h3titleborderssize,h3titlebordersunit,h3titlebordersstyle,h3titleborderradiustopright,h3titleborderradiusbottomright,h3titleborderradiusbottomleft,h3titleborderradiustopleft,h3titleborderradius,h3titleborderradiusunit,h3titlealignement,h3titlealignement,h3titlealignement,h3titlealignement,h3titlefontbold,h3titlefontitalic,h3titlefontunderline,h3titlefontuppercase,h3titlecolor,h3titlefontsize,h3titlefontunit,h3titlefontfamily,h3titlewordspacing,h3titleletterspacing,h3titlelineheight,h3titletextindent,h3titlenormallinkfontbold,h3titlenormallinkfontitalic,h3titlenormallinkfontunderline,h3titlenormallinkfontuppercase,h3titlenormallinkcolor,h3titlehoverlinkfontbold,h3titlehoverlinkfontitalic,h3titlehoverlinkfontunderline,h3titlehoverlinkfontuppercase,h3titlehoverlinkcolor,h3titlebackgroundimageurl,h3titlebackgroundimageleft,h3titlebackgroundimagetop,h3titlebackgroundimagerepeat,h3titlebackgroundopacity,h3titlebackgroundcolorstart,h3titlebackgroundpositionstop1,h3titlebackgroundcolorstop1,h3titlebackgroundpositionstop2,h3titlebackgroundcolorstop2,h3titlebackgroundpositionend,h3titlebackgroundcolorend,h3titlebackgrounddirection,h3titleshadowcolor,h3titleshadowblur,h3titleshadowspread,h3titleshadowoffseth,h3titleshadowoffsetv,h3titlecustom,h4titlemargintop,h4titlemarginright,h4titlemarginbottom,h4titlemarginleft,h4titlemargins,h4titlepaddingtop,h4titlepaddingright,h4titlepaddingbottom,h4titlepaddingleft,h4titlepaddings,h4titlebordertopcolor,h4titlebordertopsize,h4titlebordertopstyle,h4titleborderrightcolor,h4titleborderrightsize,h4titleborderrightstyle,h4titleborderbottomcolor,h4titleborderbottomsize,h4titleborderbottomstyle,h4titleborderleftcolor,h4titleborderleftsize,h4titleborderleftstyle,h4titleborderscolor,h4titleborderssize,h4titlebordersunit,h4titlebordersstyle,h4titleborderradiustopright,h4titleborderradiusbottomright,h4titleborderradiusbottomleft,h4titleborderradiustopleft,h4titleborderradius,h4titleborderradiusunit,h4titlealignement,h4titlealignement,h4titlealignement,h4titlealignement,h4titlefontbold,h4titlefontitalic,h4titlefontunderline,h4titlefontuppercase,h4titlecolor,h4titlefontsize,h4titlefontunit,h4titlefontfamily,h4titlewordspacing,h4titleletterspacing,h4titlelineheight,h4titletextindent,h4titlenormallinkfontbold,h4titlenormallinkfontitalic,h4titlenormallinkfontunderline,h4titlenormallinkfontuppercase,h4titlenormallinkcolor,h4titlehoverlinkfontbold,h4titlehoverlinkfontitalic,h4titlehoverlinkfontunderline,h4titlehoverlinkfontuppercase,h4titlehoverlinkcolor,h4titlebackgroundimageurl,h4titlebackgroundimageleft,h4titlebackgroundimagetop,h4titlebackgroundimagerepeat,h4titlebackgroundopacity,h4titlebackgroundcolorstart,h4titlebackgroundpositionstop1,h4titlebackgroundcolorstop1,h4titlebackgroundpositionstop2,h4titlebackgroundcolorstop2,h4titlebackgroundpositionend,h4titlebackgroundcolorend,h4titlebackgrounddirection,h4titleshadowcolor,h4titleshadowblur,h4titleshadowspread,h4titleshadowoffseth,h4titleshadowoffsetv,h4titlecustom,h5titlemargintop,h5titlemarginright,h5titlemarginbottom,h5titlemarginleft,h5titlemargins,h5titlepaddingtop,h5titlepaddingright,h5titlepaddingbottom,h5titlepaddingleft,h5titlepaddings,h5titlebordertopcolor,h5titlebordertopsize,h5titlebordertopstyle,h5titleborderrightcolor,h5titleborderrightsize,h5titleborderrightstyle,h5titleborderbottomcolor,h5titleborderbottomsize,h5titleborderbottomstyle,h5titleborderleftcolor,h5titleborderleftsize,h5titleborderleftstyle,h5titleborderscolor,h5titleborderssize,h5titlebordersunit,h5titlebordersstyle,h5titleborderradiustopright,h5titleborderradiusbottomright,h5titleborderradiusbottomleft,h5titleborderradiustopleft,h5titleborderradius,h5titleborderradiusunit,h5titlealignement,h5titlealignement,h5titlealignement,h5titlealignement,h5titlefontbold,h5titlefontitalic,h5titlefontunderline,h5titlefontuppercase,h5titlecolor,h5titlefontsize,h5titlefontunit,h5titlefontfamily,h5titlewordspacing,h5titleletterspacing,h5titlelineheight,h5titletextindent,h5titlenormallinkfontbold,h5titlenormallinkfontitalic,h5titlenormallinkfontunderline,h5titlenormallinkfontuppercase,h5titlenormallinkcolor,h5titlehoverlinkfontbold,h5titlehoverlinkfontitalic,h5titlehoverlinkfontunderline,h5titlehoverlinkfontuppercase,h5titlehoverlinkcolor,h5titlebackgroundimageurl,h5titlebackgroundimageleft,h5titlebackgroundimagetop,h5titlebackgroundimagerepeat,h5titlebackgroundopacity,h5titlebackgroundcolorstart,h5titlebackgroundpositionstop1,h5titlebackgroundcolorstop1,h5titlebackgroundpositionstop2,h5titlebackgroundcolorstop2,h5titlebackgroundpositionend,h5titlebackgroundcolorend,h5titlebackgrounddirection,h5titleshadowcolor,h5titleshadowblur,h5titleshadowspread,h5titleshadowoffseth,h5titleshadowoffsetv,h5titlecustom,h6titlemargintop,h6titlemarginright,h6titlemarginbottom,h6titlemarginleft,h6titlemargins,h6titlepaddingtop,h6titlepaddingright,h6titlepaddingbottom,h6titlepaddingleft,h6titlepaddings,h6titlebordertopcolor,h6titlebordertopsize,h6titlebordertopstyle,h6titleborderrightcolor,h6titleborderrightsize,h6titleborderrightstyle,h6titleborderbottomcolor,h6titleborderbottomsize,h6titleborderbottomstyle,h6titleborderleftcolor,h6titleborderleftsize,h6titleborderleftstyle,h6titleborderscolor,h6titleborderssize,h6titlebordersunit,h6titlebordersstyle,h6titleborderradiustopright,h6titleborderradiusbottomright,h6titleborderradiusbottomleft,h6titleborderradiustopleft,h6titleborderradius,h6titleborderradiusunit,h6titlealignement,h6titlealignement,h6titlealignement,h6titlealignement,h6titlefontbold,h6titlefontitalic,h6titlefontunderline,h6titlefontuppercase,h6titlecolor,h6titlefontsize,h6titlefontunit,h6titlefontfamily,h6titlewordspacing,h6titleletterspacing,h6titlelineheight,h6titletextindent,h6titlenormallinkfontbold,h6titlenormallinkfontitalic,h6titlenormallinkfontunderline,h6titlenormallinkfontuppercase,h6titlenormallinkcolor,h6titlehoverlinkfontbold,h6titlehoverlinkfontitalic,h6titlehoverlinkfontunderline,h6titlehoverlinkfontuppercase,h6titlehoverlinkcolor,h6titlebackgroundimageurl,h6titlebackgroundimageleft,h6titlebackgroundimagetop,h6titlebackgroundimagerepeat,h6titlebackgroundopacity,h6titlebackgroundcolorstart,h6titlebackgroundpositionstop1,h6titlebackgroundcolorstop1,h6titlebackgroundpositionstop2,h6titlebackgroundcolorstop2,h6titlebackgroundpositionend,h6titlebackgroundcolorend,h6titlebackgrounddirection,h6titleshadowcolor,h6titleshadowblur,h6titleshadowspread,h6titleshadowoffseth,h6titleshadowoffsetv,h6titlecustom,pagenavbuttonmargintop,pagenavbuttonmarginright,pagenavbuttonmarginbottom,pagenavbuttonmarginleft,pagenavbuttonmargins,pagenavbuttonpaddingtop,pagenavbuttonpaddingright,pagenavbuttonpaddingbottom,pagenavbuttonpaddingleft,pagenavbuttonpaddings,pagenavbuttonheight,pagenavbuttonwidth,pagenavbuttonbordertopcolor,pagenavbuttonbordertopsize,pagenavbuttonbordertopstyle,pagenavbuttonborderrightcolor,pagenavbuttonborderrightsize,pagenavbuttonborderrightstyle,pagenavbuttonborderbottomcolor,pagenavbuttonborderbottomsize,pagenavbuttonborderbottomstyle,pagenavbuttonborderleftcolor,pagenavbuttonborderleftsize,pagenavbuttonborderleftstyle,pagenavbuttonborderscolor,pagenavbuttonborderssize,pagenavbuttonbordersunit,pagenavbuttonbordersstyle,pagenavbuttonborderradiustopright,pagenavbuttonborderradiusbottomright,pagenavbuttonborderradiusbottomleft,pagenavbuttonborderradiustopleft,pagenavbuttonborderradius,pagenavbuttonborderradiusunit,pagenavbuttonalignement,pagenavbuttonalignement,pagenavbuttonalignement,pagenavbuttonalignement,pagenavbuttonfontbold,pagenavbuttonfontitalic,pagenavbuttonfontunderline,pagenavbuttonfontuppercase,pagenavbuttoncolor,pagenavbuttonfontsize,pagenavbuttonfontunit,pagenavbuttonfontfamily,pagenavbuttonwordspacing,pagenavbuttonletterspacing,pagenavbuttonlineheight,pagenavbuttontextindent,pagenavbuttonnormallinkfontbold,pagenavbuttonnormallinkfontitalic,pagenavbuttonnormallinkfontunderline,pagenavbuttonnormallinkfontuppercase,pagenavbuttonnormallinkcolor,pagenavbuttonhoverlinkfontbold,pagenavbuttonhoverlinkfontitalic,pagenavbuttonhoverlinkfontunderline,pagenavbuttonhoverlinkfontuppercase,pagenavbuttonhoverlinkcolor,pagenavbuttonbackgroundimageurl,pagenavbuttonbackgroundimageleft,pagenavbuttonbackgroundimagetop,pagenavbuttonbackgroundimagerepeat,pagenavbuttonbackgroundopacity,pagenavbuttonbackgroundcolorstart,pagenavbuttonbackgroundpositionstop1,pagenavbuttonbackgroundcolorstop1,pagenavbuttonbackgroundpositionstop2,pagenavbuttonbackgroundcolorstop2,pagenavbuttonbackgroundpositionend,pagenavbuttonbackgroundcolorend,pagenavbuttonbackgrounddirection,pagenavbuttonshadowcolor,pagenavbuttonshadowblur,pagenavbuttonshadowspread,pagenavbuttonshadowoffseth,pagenavbuttonshadowoffsetv,pagenavbuttoncustom,pagenavbuttonhovermargintop,pagenavbuttonhovermarginright,pagenavbuttonhovermarginbottom,pagenavbuttonhovermarginleft,pagenavbuttonhovermargins,pagenavbuttonhoverpaddingtop,pagenavbuttonhoverpaddingright,pagenavbuttonhoverpaddingbottom,pagenavbuttonhoverpaddingleft,pagenavbuttonhoverpaddings,pagenavbuttonhoverheight,pagenavbuttonhoverwidth,pagenavbuttonhoverbordertopcolor,pagenavbuttonhoverbordertopsize,pagenavbuttonhoverbordertopstyle,pagenavbuttonhoverborderrightcolor,pagenavbuttonhoverborderrightsize,pagenavbuttonhoverborderrightstyle,pagenavbuttonhoverborderbottomcolor,pagenavbuttonhoverborderbottomsize,pagenavbuttonhoverborderbottomstyle,pagenavbuttonhoverborderleftcolor,pagenavbuttonhoverborderleftsize,pagenavbuttonhoverborderleftstyle,pagenavbuttonhoverborderscolor,pagenavbuttonhoverborderssize,pagenavbuttonhoverbordersunit,pagenavbuttonhoverbordersstyle,pagenavbuttonhoverborderradiustopright,pagenavbuttonhoverborderradiusbottomright,pagenavbuttonhoverborderradiusbottomleft,pagenavbuttonhoverborderradiustopleft,pagenavbuttonhoverborderradius,pagenavbuttonhoverborderradiusunit,pagenavbuttonhoveralignement,pagenavbuttonhoveralignement,pagenavbuttonhoveralignement,pagenavbuttonhoveralignement,pagenavbuttonhoverfontbold,pagenavbuttonhoverfontitalic,pagenavbuttonhoverfontunderline,pagenavbuttonhoverfontuppercase,pagenavbuttonhovercolor,pagenavbuttonhoverfontsize,pagenavbuttonhoverfontunit,pagenavbuttonhoverfontfamily,pagenavbuttonhoverwordspacing,pagenavbuttonhoverletterspacing,pagenavbuttonhoverlineheight,pagenavbuttonhovertextindent,pagenavbuttonhovernormallinkfontbold,pagenavbuttonhovernormallinkfontitalic,pagenavbuttonhovernormallinkfontunderline,pagenavbuttonhovernormallinkfontuppercase,pagenavbuttonhovernormallinkcolor,pagenavbuttonhoverhoverlinkfontbold,pagenavbuttonhoverhoverlinkfontitalic,pagenavbuttonhoverhoverlinkfontunderline,pagenavbuttonhoverhoverlinkfontuppercase,pagenavbuttonhoverhoverlinkcolor,pagenavbuttonhoverbackgroundimageurl,pagenavbuttonhoverbackgroundimageleft,pagenavbuttonhoverbackgroundimagetop,pagenavbuttonhoverbackgroundimagerepeat,pagenavbuttonhoverbackgroundopacity,pagenavbuttonhoverbackgroundcolorstart,pagenavbuttonhoverbackgroundpositionstop1,pagenavbuttonhoverbackgroundcolorstop1,pagenavbuttonhoverbackgroundpositionstop2,pagenavbuttonhoverbackgroundcolorstop2,pagenavbuttonhoverbackgroundpositionend,pagenavbuttonhoverbackgroundcolorend,pagenavbuttonhoverbackgrounddirection,pagenavbuttonhovershadowcolor,pagenavbuttonhovershadowblur,pagenavbuttonhovershadowspread,pagenavbuttonhovershadowoffseth,pagenavbuttonhovershadowoffsetv,pagenavbuttonhovercustom,readmorebuttonmargintop,readmorebuttonmarginright,readmorebuttonmarginbottom,readmorebuttonmarginleft,readmorebuttonmargins,readmorebuttonpaddingtop,readmorebuttonpaddingright,readmorebuttonpaddingbottom,readmorebuttonpaddingleft,readmorebuttonpaddings,readmorebuttonheight,readmorebuttonwidth,readmorebuttonbordertopcolor,readmorebuttonbordertopsize,readmorebuttonbordertopstyle,readmorebuttonborderrightcolor,readmorebuttonborderrightsize,readmorebuttonborderrightstyle,readmorebuttonborderbottomcolor,readmorebuttonborderbottomsize,readmorebuttonborderbottomstyle,readmorebuttonborderleftcolor,readmorebuttonborderleftsize,readmorebuttonborderleftstyle,readmorebuttonborderscolor,readmorebuttonborderssize,readmorebuttonbordersunit,readmorebuttonbordersstyle,readmorebuttonborderradiustopright,readmorebuttonborderradiusbottomright,readmorebuttonborderradiusbottomleft,readmorebuttonborderradiustopleft,readmorebuttonborderradius,readmorebuttonborderradiusunit,readmorebuttonalignement,readmorebuttonalignement,readmorebuttonalignement,readmorebuttonalignement,readmorebuttonfontbold,readmorebuttonfontitalic,readmorebuttonfontunderline,readmorebuttonfontuppercase,readmorebuttoncolor,readmorebuttonfontsize,readmorebuttonfontunit,readmorebuttonfontfamily,readmorebuttonwordspacing,readmorebuttonletterspacing,readmorebuttonlineheight,readmorebuttontextindent,readmorebuttonnormallinkfontbold,readmorebuttonnormallinkfontitalic,readmorebuttonnormallinkfontunderline,readmorebuttonnormallinkfontuppercase,readmorebuttonnormallinkcolor,readmorebuttonhoverlinkfontbold,readmorebuttonhoverlinkfontitalic,readmorebuttonhoverlinkfontunderline,readmorebuttonhoverlinkfontuppercase,readmorebuttonhoverlinkcolor,readmorebuttonbackgroundimageurl,readmorebuttonbackgroundimageleft,readmorebuttonbackgroundimagetop,readmorebuttonbackgroundimagerepeat,readmorebuttonbackgroundopacity,readmorebuttonbackgroundcolorstart,readmorebuttonbackgroundpositionstop1,readmorebuttonbackgroundcolorstop1,readmorebuttonbackgroundpositionstop2,readmorebuttonbackgroundcolorstop2,readmorebuttonbackgroundpositionend,readmorebuttonbackgroundcolorend,readmorebuttonbackgrounddirection,readmorebuttonshadowcolor,readmorebuttonshadowblur,readmorebuttonshadowspread,readmorebuttonshadowoffseth,readmorebuttonshadowoffsetv,readmorebuttoncustom,readmorebuttonhovermargintop,readmorebuttonhovermarginright,readmorebuttonhovermarginbottom,readmorebuttonhovermarginleft,readmorebuttonhovermargins,readmorebuttonhoverpaddingtop,readmorebuttonhoverpaddingright,readmorebuttonhoverpaddingbottom,readmorebuttonhoverpaddingleft,readmorebuttonhoverpaddings,readmorebuttonhoverheight,readmorebuttonhoverwidth,readmorebuttonhoverbordertopcolor,readmorebuttonhoverbordertopsize,readmorebuttonhoverbordertopstyle,readmorebuttonhoverborderrightcolor,readmorebuttonhoverborderrightsize,readmorebuttonhoverborderrightstyle,readmorebuttonhoverborderbottomcolor,readmorebuttonhoverborderbottomsize,readmorebuttonhoverborderbottomstyle,readmorebuttonhoverborderleftcolor,readmorebuttonhoverborderleftsize,readmorebuttonhoverborderleftstyle,readmorebuttonhoverborderscolor,readmorebuttonhoverborderssize,readmorebuttonhoverbordersunit,readmorebuttonhoverbordersstyle,readmorebuttonhoverborderradiustopright,readmorebuttonhoverborderradiusbottomright,readmorebuttonhoverborderradiusbottomleft,readmorebuttonhoverborderradiustopleft,readmorebuttonhoverborderradius,readmorebuttonhoverborderradiusunit,readmorebuttonhoveralignement,readmorebuttonhoveralignement,readmorebuttonhoveralignement,readmorebuttonhoveralignement,readmorebuttonhoverfontbold,readmorebuttonhoverfontitalic,readmorebuttonhoverfontunderline,readmorebuttonhoverfontuppercase,readmorebuttonhovercolor,readmorebuttonhoverfontsize,readmorebuttonhoverfontunit,readmorebuttonhoverfontfamily,readmorebuttonhoverwordspacing,readmorebuttonhoverletterspacing,readmorebuttonhoverlineheight,readmorebuttonhovertextindent,readmorebuttonhovernormallinkfontbold,readmorebuttonhovernormallinkfontitalic,readmorebuttonhovernormallinkfontunderline,readmorebuttonhovernormallinkfontuppercase,readmorebuttonhovernormallinkcolor,readmorebuttonhoverhoverlinkfontbold,readmorebuttonhoverhoverlinkfontitalic,readmorebuttonhoverhoverlinkfontunderline,readmorebuttonhoverhoverlinkfontuppercase,readmorebuttonhoverhoverlinkcolor,readmorebuttonhoverbackgroundimageurl,readmorebuttonhoverbackgroundimageleft,readmorebuttonhoverbackgroundimagetop,readmorebuttonhoverbackgroundimagerepeat,readmorebuttonhoverbackgroundopacity,readmorebuttonhoverbackgroundcolorstart,readmorebuttonhoverbackgroundpositionstop1,readmorebuttonhoverbackgroundcolorstop1,readmorebuttonhoverbackgroundpositionstop2,readmorebuttonhoverbackgroundcolorstop2,readmorebuttonhoverbackgroundpositionend,readmorebuttonhoverbackgroundcolorend,readmorebuttonhoverbackgrounddirection,readmorebuttonhovershadowcolor,readmorebuttonhovershadowblur,readmorebuttonhovershadowspread,readmorebuttonhovershadowoffseth,readmorebuttonhovershadowoffsetv,readmorebuttonhovercustom,buttonbuttonmargintop,buttonbuttonmarginright,buttonbuttonmarginbottom,buttonbuttonmarginleft,buttonbuttonmargins,buttonbuttonpaddingtop,buttonbuttonpaddingright,buttonbuttonpaddingbottom,buttonbuttonpaddingleft,buttonbuttonpaddings,buttonbuttonheight,buttonbuttonwidth,buttonbuttonbordertopcolor,buttonbuttonbordertopsize,buttonbuttonbordertopstyle,buttonbuttonborderrightcolor,buttonbuttonborderrightsize,buttonbuttonborderrightstyle,buttonbuttonborderbottomcolor,buttonbuttonborderbottomsize,buttonbuttonborderbottomstyle,buttonbuttonborderleftcolor,buttonbuttonborderleftsize,buttonbuttonborderleftstyle,buttonbuttonborderscolor,buttonbuttonborderssize,buttonbuttonbordersunit,buttonbuttonbordersstyle,buttonbuttonborderradiustopright,buttonbuttonborderradiusbottomright,buttonbuttonborderradiusbottomleft,buttonbuttonborderradiustopleft,buttonbuttonborderradius,buttonbuttonborderradiusunit,buttonbuttonalignement,buttonbuttonalignement,buttonbuttonalignement,buttonbuttonalignement,buttonbuttonfontbold,buttonbuttonfontitalic,buttonbuttonfontunderline,buttonbuttonfontuppercase,buttonbuttoncolor,buttonbuttonfontsize,buttonbuttonfontunit,buttonbuttonfontfamily,buttonbuttonwordspacing,buttonbuttonletterspacing,buttonbuttonlineheight,buttonbuttontextindent,buttonbuttonnormallinkfontbold,buttonbuttonnormallinkfontitalic,buttonbuttonnormallinkfontunderline,buttonbuttonnormallinkfontuppercase,buttonbuttonnormallinkcolor,buttonbuttonhoverlinkfontbold,buttonbuttonhoverlinkfontitalic,buttonbuttonhoverlinkfontunderline,buttonbuttonhoverlinkfontuppercase,buttonbuttonhoverlinkcolor,buttonbuttonbackgroundimageurl,buttonbuttonbackgroundimageleft,buttonbuttonbackgroundimagetop,buttonbuttonbackgroundimagerepeat,buttonbuttonbackgroundopacity,buttonbuttonbackgroundcolorstart,buttonbuttonbackgroundpositionstop1,buttonbuttonbackgroundcolorstop1,buttonbuttonbackgroundpositionstop2,buttonbuttonbackgroundcolorstop2,buttonbuttonbackgroundpositionend,buttonbuttonbackgroundcolorend,buttonbuttonbackgrounddirection,buttonbuttonshadowcolor,buttonbuttonshadowblur,buttonbuttonshadowspread,buttonbuttonshadowoffseth,buttonbuttonshadowoffsetv,buttonbuttoncustom,buttonbuttonhovermargintop,buttonbuttonhovermarginright,buttonbuttonhovermarginbottom,buttonbuttonhovermarginleft,buttonbuttonhovermargins,buttonbuttonhoverpaddingtop,buttonbuttonhoverpaddingright,buttonbuttonhoverpaddingbottom,buttonbuttonhoverpaddingleft,buttonbuttonhoverpaddings,buttonbuttonhoverheight,buttonbuttonhoverwidth,buttonbuttonhoverbordertopcolor,buttonbuttonhoverbordertopsize,buttonbuttonhoverbordertopstyle,buttonbuttonhoverborderrightcolor,buttonbuttonhoverborderrightsize,buttonbuttonhoverborderrightstyle,buttonbuttonhoverborderbottomcolor,buttonbuttonhoverborderbottomsize,buttonbuttonhoverborderbottomstyle,buttonbuttonhoverborderleftcolor,buttonbuttonhoverborderleftsize,buttonbuttonhoverborderleftstyle,buttonbuttonhoverborderscolor,buttonbuttonhoverborderssize,buttonbuttonhoverbordersunit,buttonbuttonhoverbordersstyle,buttonbuttonhoverborderradiustopright,buttonbuttonhoverborderradiusbottomright,buttonbuttonhoverborderradiusbottomleft,buttonbuttonhoverborderradiustopleft,buttonbuttonhoverborderradius,buttonbuttonhoverborderradiusunit,buttonbuttonhoveralignement,buttonbuttonhoveralignement,buttonbuttonhoveralignement,buttonbuttonhoveralignement,buttonbuttonhoverfontbold,buttonbuttonhoverfontitalic,buttonbuttonhoverfontunderline,buttonbuttonhoverfontuppercase,buttonbuttonhovercolor,buttonbuttonhoverfontsize,buttonbuttonhoverfontunit,buttonbuttonhoverfontfamily,buttonbuttonhoverwordspacing,buttonbuttonhoverletterspacing,buttonbuttonhoverlineheight,buttonbuttonhovertextindent,buttonbuttonhovernormallinkfontbold,buttonbuttonhovernormallinkfontitalic,buttonbuttonhovernormallinkfontunderline,buttonbuttonhovernormallinkfontuppercase,buttonbuttonhovernormallinkcolor,buttonbuttonhoverhoverlinkfontbold,buttonbuttonhoverhoverlinkfontitalic,buttonbuttonhoverhoverlinkfontunderline,buttonbuttonhoverhoverlinkfontuppercase,buttonbuttonhoverhoverlinkcolor,buttonbuttonhoverbackgroundimageurl,buttonbuttonhoverbackgroundimageleft,buttonbuttonhoverbackgroundimagetop,buttonbuttonhoverbackgroundimagerepeat,buttonbuttonhoverbackgroundopacity,buttonbuttonhoverbackgroundcolorstart,buttonbuttonhoverbackgroundpositionstop1,buttonbuttonhoverbackgroundcolorstop1,buttonbuttonhoverbackgroundpositionstop2,buttonbuttonhoverbackgroundcolorstop2,buttonbuttonhoverbackgroundpositionend,buttonbuttonhoverbackgroundcolorend,buttonbuttonhoverbackgrounddirection,buttonbuttonhovershadowcolor,buttonbuttonhovershadowblur,buttonbuttonhovershadowspread,buttonbuttonhovershadowoffseth,buttonbuttonhovershadowoffsetv,buttonbuttonhovercustom,inputfieldbuttonmargintop,inputfieldbuttonmarginright,inputfieldbuttonmarginbottom,inputfieldbuttonmarginleft,inputfieldbuttonmargins,inputfieldbuttonpaddingtop,inputfieldbuttonpaddingright,inputfieldbuttonpaddingbottom,inputfieldbuttonpaddingleft,inputfieldbuttonpaddings,inputfieldbuttonheight,inputfieldbuttonwidth,inputfieldbuttonbordertopcolor,inputfieldbuttonbordertopsize,inputfieldbuttonbordertopstyle,inputfieldbuttonborderrightcolor,inputfieldbuttonborderrightsize,inputfieldbuttonborderrightstyle,inputfieldbuttonborderbottomcolor,inputfieldbuttonborderbottomsize,inputfieldbuttonborderbottomstyle,inputfieldbuttonborderleftcolor,inputfieldbuttonborderleftsize,inputfieldbuttonborderleftstyle,inputfieldbuttonborderscolor,inputfieldbuttonborderssize,inputfieldbuttonbordersunit,inputfieldbuttonbordersstyle,inputfieldbuttonborderradiustopright,inputfieldbuttonborderradiusbottomright,inputfieldbuttonborderradiusbottomleft,inputfieldbuttonborderradiustopleft,inputfieldbuttonborderradius,inputfieldbuttonborderradiusunit,inputfieldbuttonalignement,inputfieldbuttonalignement,inputfieldbuttonalignement,inputfieldbuttonalignement,inputfieldbuttonfontbold,inputfieldbuttonfontitalic,inputfieldbuttonfontunderline,inputfieldbuttonfontuppercase,inputfieldbuttoncolor,inputfieldbuttonfontsize,inputfieldbuttonfontunit,inputfieldbuttonfontfamily,inputfieldbuttonwordspacing,inputfieldbuttonletterspacing,inputfieldbuttonlineheight,inputfieldbuttontextindent,inputfieldbuttonnormallinkfontbold,inputfieldbuttonnormallinkfontitalic,inputfieldbuttonnormallinkfontunderline,inputfieldbuttonnormallinkfontuppercase,inputfieldbuttonnormallinkcolor,inputfieldbuttonhoverlinkfontbold,inputfieldbuttonhoverlinkfontitalic,inputfieldbuttonhoverlinkfontunderline,inputfieldbuttonhoverlinkfontuppercase,inputfieldbuttonhoverlinkcolor,inputfieldbuttonbackgroundimageurl,inputfieldbuttonbackgroundimageleft,inputfieldbuttonbackgroundimagetop,inputfieldbuttonbackgroundimagerepeat,inputfieldbuttonbackgroundopacity,inputfieldbuttonbackgroundcolorstart,inputfieldbuttonbackgroundpositionstop1,inputfieldbuttonbackgroundcolorstop1,inputfieldbuttonbackgroundpositionstop2,inputfieldbuttonbackgroundcolorstop2,inputfieldbuttonbackgroundpositionend,inputfieldbuttonbackgroundcolorend,inputfieldbuttonbackgrounddirection,inputfieldbuttonshadowcolor,inputfieldbuttonshadowblur,inputfieldbuttonshadowspread,inputfieldbuttonshadowoffseth,inputfieldbuttonshadowoffsetv,inputfieldbuttoncustom,inputfieldbuttonactivemargintop,inputfieldbuttonactivemarginright,inputfieldbuttonactivemarginbottom,inputfieldbuttonactivemarginleft,inputfieldbuttonactivemargins,inputfieldbuttonactivepaddingtop,inputfieldbuttonactivepaddingright,inputfieldbuttonactivepaddingbottom,inputfieldbuttonactivepaddingleft,inputfieldbuttonactivepaddings,inputfieldbuttonactiveheight,inputfieldbuttonactivewidth,inputfieldbuttonactivebordertopcolor,inputfieldbuttonactivebordertopsize,inputfieldbuttonactivebordertopstyle,inputfieldbuttonactiveborderrightcolor,inputfieldbuttonactiveborderrightsize,inputfieldbuttonactiveborderrightstyle,inputfieldbuttonactiveborderbottomcolor,inputfieldbuttonactiveborderbottomsize,inputfieldbuttonactiveborderbottomstyle,inputfieldbuttonactiveborderleftcolor,inputfieldbuttonactiveborderleftsize,inputfieldbuttonactiveborderleftstyle,inputfieldbuttonactiveborderscolor,inputfieldbuttonactiveborderssize,inputfieldbuttonactivebordersunit,inputfieldbuttonactivebordersstyle,inputfieldbuttonactiveborderradiustopright,inputfieldbuttonactiveborderradiusbottomright,inputfieldbuttonactiveborderradiusbottomleft,inputfieldbuttonactiveborderradiustopleft,inputfieldbuttonactiveborderradius,inputfieldbuttonactiveborderradiusunit,inputfieldbuttonactivealignement,inputfieldbuttonactivealignement,inputfieldbuttonactivealignement,inputfieldbuttonactivealignement,inputfieldbuttonactivefontbold,inputfieldbuttonactivefontitalic,inputfieldbuttonactivefontunderline,inputfieldbuttonactivefontuppercase,inputfieldbuttonactivecolor,inputfieldbuttonactivefontsize,inputfieldbuttonactivefontunit,inputfieldbuttonactivefontfamily,inputfieldbuttonactivewordspacing,inputfieldbuttonactiveletterspacing,inputfieldbuttonactivelineheight,inputfieldbuttonactivetextindent,inputfieldbuttonactivenormallinkfontbold,inputfieldbuttonactivenormallinkfontitalic,inputfieldbuttonactivenormallinkfontunderline,inputfieldbuttonactivenormallinkfontuppercase,inputfieldbuttonactivenormallinkcolor,inputfieldbuttonactivehoverlinkfontbold,inputfieldbuttonactivehoverlinkfontitalic,inputfieldbuttonactivehoverlinkfontunderline,inputfieldbuttonactivehoverlinkfontuppercase,inputfieldbuttonactivehoverlinkcolor,inputfieldbuttonactivebackgroundimageurl,inputfieldbuttonactivebackgroundimageleft,inputfieldbuttonactivebackgroundimagetop,inputfieldbuttonactivebackgroundimagerepeat,inputfieldbuttonactivebackgroundopacity,inputfieldbuttonactivebackgroundcolorstart,inputfieldbuttonactivebackgroundpositionstop1,inputfieldbuttonactivebackgroundcolorstop1,inputfieldbuttonactivebackgroundpositionstop2,inputfieldbuttonactivebackgroundcolorstop2,inputfieldbuttonactivebackgroundpositionend,inputfieldbuttonactivebackgroundcolorend,inputfieldbuttonactivebackgrounddirection,inputfieldbuttonactiveshadowcolor,inputfieldbuttonactiveshadowblur,inputfieldbuttonactiveshadowspread,inputfieldbuttonactiveshadowoffseth,inputfieldbuttonactiveshadowoffsetv,inputfieldbuttonactivecustom,emailsystemimageurl,printsystemimageurl,ratingblanksystemimageurl,ratingfilledsystemimageurl,editsystemimageurl,arrowsystemimageurl,faviconsystemimageurl,template_thumbnailsystemimageurl,template_previewsystemimageurl,username,password,remember\" h3titleletterspacing=\"-1\" h3titlefontsize=\"16\" h2titletextindent=\"15\" h2titlecolor=\"#ffd900\" h2titlefontsize=\"18\" h1titlefontsize=\"20\" h1titlecolor=\"#ffffff\" h1titlepaddings=\"3\" blocbackgroundcolorstart=\"#000000\" blocbackgroundimagetop=\"top\" blocbackgroundimageleft=\"center\" blocbackgroundimageurl=\"components/com_templateck/projects/metal.jpg\" blochoverlinkcolor=\"#ffffff\" blocnormallinkcolor=\"#ffd900\" blocfontfamily=\"Georgia, serif\" blocfontsize=\"12\" bloccolor=\"#a3a3a3\" blocalignement=\"blocalignementleft\" id=\"body\" class=\"body ckbloc cssfocus\">\r\n\r\n    <div class=\"controlCss isControl\" id=\"bodycss\">Styles généraux</div>\r\n    <div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#body {\r\n	background: #000000 url(../components/com_templateck/projects/metal.jpg) center top no-repeat;\r\n	color: #a3a3a3;\r\n	text-align: left;\r\n	line-height: 20px;\r\n	font-size: 12px;\r\n	font-family: Georgia, serif;\r\n}\r\n\r\n#body div.moduletable, #body div.module,\r\n#body div.moduletable_menu, #body div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#body div.moduletable h3, #body div.module h3,\r\n#body div.moduletable_menu h3, #body div.module_menu h3 {\r\n	text-align: left;\r\n}\r\n\r\n#body a {\r\n	color: #ffd900;\r\n}\r\n\r\n\r\n#body a:hover {\r\n	color: #ffffff;\r\n}\r\n\r\n#body h1, div.componentheading {\r\n	color: #ffffff;\r\n	margin-top: 10px;\r\n	padding: 3px;\r\n	text-align: left;\r\n	font-size: 20px;\r\n}\r\n\r\n#body h2, div.contentheading {\r\n	color: #ffd900;\r\n	text-align: left;\r\n	text-indent: 15px;\r\n	font-size: 18px;\r\n}\r\n\r\n#body h3 {\r\n	color: #ffffff;\r\n	text-align: left;\r\n	letter-spacing: -1px;\r\n	font-size: 16px;\r\n}\r\n\r\n#body h4 {\r\n	text-align: left;\r\n	font-weight: bold;\r\n}\r\n\r\n#body h5 {\r\n	text-align: left;\r\n	font-style: italic;\r\n	text-decoration: underline;\r\n}\r\n\r\n#body h6 {\r\n	text-align: left;\r\n	font-style: italic;\r\n}\r\n\r\n#body .button {\r\n    border: none;\r\n	background: #737373;\r\n	background-image: url(\"buttonbutton-gradient.svg\");\r\n	background-image: -o-linear-gradient(center top,#737373, #262626 );\r\n	background-image: -webkit-gradient(linear, left bottom, left top,#737373, #262626 );\r\n	background-image: -moz-linear-gradient(center top,#737373, #262626 );\r\n	background-image: linear-gradient(center top,#737373, #262626 );\r\n	-pie-background: linear-gradient(center top,#737373, #262626 );\r\n	border-radius: 3px;\r\n	-moz-border-radius: 3px;\r\n	-o-border-radius: 3px;\r\n	-webkit-border-radius: 3px;\r\n	border-radius: 3px 3px 3px 3px;\r\n	-moz-border-radius: 3px 3px 3px 3px;\r\n	-o-border-radius: 3px 3px 3px 3px;\r\n	-webkit-border-radius: 3px 3px 3px 3px;\r\n	color: #c9c9c9;\r\n	padding: 5px;\r\n	text-align: center;\r\n}\r\n\r\n#body .button:hover {\r\n	color: #ffffff;\r\n	text-align: center;\r\n	line-height: 15px;\r\n}\r\n\r\n#body ul.pagenav li a {\r\n    display: block;\r\n	background: #737373;\r\n	background-image: url(\"pagenavbutton-gradient.svg\");\r\n	background-image: -o-linear-gradient(center top,#737373, #262626 );\r\n	background-image: -webkit-gradient(linear, left bottom, left top,#737373, #262626 );\r\n	background-image: -moz-linear-gradient(center top,#737373, #262626 );\r\n	background-image: linear-gradient(center top,#737373, #262626 );\r\n	-pie-background: linear-gradient(center top,#737373, #262626 );\r\n	border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	-o-border-radius: 5px;\r\n	-webkit-border-radius: 5px;\r\n	border-radius: 5px 5px 5px 5px;\r\n	-moz-border-radius: 5px 5px 5px 5px;\r\n	-o-border-radius: 5px 5px 5px 5px;\r\n	-webkit-border-radius: 5px 5px 5px 5px;\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#body ul.pagenav li a:hover {\r\n	text-align: left;\r\n}\r\n\r\n#body .readmore a {\r\n	text-align: left;\r\n}\r\n\r\n#body .readmore a:hover {\r\n	text-align: left;\r\n}\r\n\r\n#body .invalid {border: red;}\r\n\r\n#body input.inputbox, #body .registration input, #body .login input, #body .contact input, #body .contact textarea {\r\n    border: none;\r\n	background: #ffffff;\r\n	border-radius: 3px;\r\n	-moz-border-radius: 3px;\r\n	-o-border-radius: 3px;\r\n	-webkit-border-radius: 3px;\r\n	border-radius: 3px 3px 3px 3px;\r\n	-moz-border-radius: 3px 3px 3px 3px;\r\n	-o-border-radius: 3px 3px 3px 3px;\r\n	-webkit-border-radius: 3px 3px 3px 3px;\r\n	padding: 3px;\r\n	text-align: left;\r\n}\r\n\r\n#body input.inputbox:focus, #body .registration input:focus, #body .login input:focus, #body .contact input:focus, #body .contact textarea:focus {\r\n	text-align: left;\r\n}\r\n</style>\r\n	</div>\r\n    <div id=\"wrapper\" class=\"wrapper ckbloc\">\r\n\r\n        <div class=\"controlCss isControl\" id=\"wrappercss\">Styles du conteneur principal</div>\r\n        <div class=\"ckstyle\"></div>\r\n        <div class=\"clr\"></div>\r\n        <div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" moduleborderbottomsize=\"1\" moduleborderbottomcolor=\"#888888\" modulealignement=\"modulealignementleft\" modulefontsize=\"10\" ckmoduleposition=\"position-2\" ckid=\"breadcrumbs\" id=\"ID1325940968064\" class=\"singlemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325940968064 {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325940968064 div.moduletable, #ID1325940968064 div.module,\r\n#ID1325940968064 div.moduletable_menu, #ID1325940968064 div.module_menu {\r\n	border-bottom: #888888 1px solid;\r\n	text-align: left;\r\n	font-size: 10px;\r\n}\r\n\r\n#ID1325940968064 div.moduletable h3, #ID1325940968064 div.module h3,\r\n#ID1325940968064 div.moduletable_menu h3, #ID1325940968064 div.module_menu h3 {\r\n	text-align: left;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>News module</h3><p><img class=\"image-left\" src=\"/templatecreator2-dev-J17/administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\"> Félicitations, vous venez de créer un site Joomla.</p><p><a href=\"#\">Joomla</a> rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p></div></div><div blocmarginbottom=\"20\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,username,password,remember\" blocpaddingtop=\"10\" ckid=\"mainbanner\" id=\"ID1325939173219\" class=\"mainbanner ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939173219 {\r\n	margin-bottom: 20px;\r\n	padding-top: 10px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939173219 div.moduletable, #ID1325939173219 div.module,\r\n#ID1325939173219 div.moduletable_menu, #ID1325939173219 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939173219 div.moduletable h3, #ID1325939173219 div.module h3,\r\n#ID1325939173219 div.moduletable_menu h3, #ID1325939173219 div.module_menu h3 {\r\n	text-align: left;\r\n}\r\n</style>\r\n	</div><div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,username,password,remember\" blocmarginleft=\"30\" ckid=\"logo\" id=\"ID1325939173292\" blocwidth=\"286\" class=\"bannerlogo ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div><img src=\"../components/com_templateck/logo.png\" height=\"64\" width=\"286\"></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939173292 {\r\n	margin-left: 30px;\r\n	text-align: left;\r\n}\r\n</style>\r\n	</div><div id=\"\" class=\"clr\"></div><div blocmargintop=\"5\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocalignement,blocalignement,blocalignement,blocalignement,blocfontbold,blocfontitalic,blocfontunderline,blocfontuppercase,bloccolor,blocfontsize,blocfontunit,blocfontfamily,blocwordspacing,blocletterspacing,bloclineheight,bloctextindent,blocnormallinkfontbold,blocnormallinkfontitalic,blocnormallinkfontunderline,blocnormallinkfontuppercase,blocnormallinkcolor,blochoverlinkfontbold,blochoverlinkfontitalic,blochoverlinkfontunderline,blochoverlinkfontuppercase,blochoverlinkcolor,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,username,password,remember\" blocfontsize=\"20\" blocfontitalic=\"italic\" bloccolor=\"#ffffff\" ckid=\"logodesc\" id=\"ID1325939173351\" class=\"bannerlogodesc ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input aria-invalid=\"false\" name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div>This is a logo description</div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939173351 {\r\n	color: #ffffff;\r\n	margin-top: 5px;\r\n	text-align: left;\r\n	font-style: italic;\r\n	font-size: 20px;\r\n}\r\n</style>\r\n	</div></div></div><div blocmarginleft=\"200\" modulemarginleft=\"\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" moduletitlefontsize=\"20\" moduletitlecolor=\"#ffffff\" modulealignement=\"modulealignementleft\" ckmoduleposition=\"position-0\" ckid=\"banner\" id=\"ID1325939173408\" blocwidth=\"450\" class=\"banner ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939173408 {\r\n	margin-left: 200px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939173408 div.moduletable, #ID1325939173408 div.module,\r\n#ID1325939173408 div.moduletable_menu, #ID1325939173408 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939173408 div.moduletable h3, #ID1325939173408 div.module h3,\r\n#ID1325939173408 div.moduletable_menu h3, #ID1325939173408 div.module_menu h3 {\r\n	color: #ffffff;\r\n	text-align: left;\r\n	font-size: 20px;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>News module</h3><p><img class=\"image-left\" src=\"/templatecreator2-dev-J17/administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\"> Félicitations, vous venez de créer un site Joomla.</p><p><a href=\"#\">Joomla</a> rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p></div></div><div class=\"clr\"></div></div><div level0itemactivefontunderline=\"nodecoration\" level0itemactivecolor=\"#000000\" level0itemactiveborderradiustopleft=\"5\" level0itemactiveborderradiustopright=\"5\" level0itemactivebackgroundcolorend=\"#ffa600\" level0itemactivebackgroundcolorstart=\"#ffd900\" level1itemhoveralignement=\"level1itemhoveralignementcenter\" level1itemhoverborderradius=\"5\" level2bgborderradius=\"5\" level2bgmargintop=\"-40\" level2bgmarginleft=\"180\" level1bgwidth=\"180\" level1itemmargins=\"5\" level1itemmarginleft=\"\" level1itemcustom=\"\" level1itemalignement=\"level1itemalignementcenter\" level1itemfontsize=\"12\" level1itemhoverbackgroundcolorstart=\"#bababa\" level1itemborderradius=\"\" level1itembackgroundcolorstart=\"\" level1bgborderradiusbottomleft=\"5\" level1bgborderradiusbottomright=\"5\" level1bgbackgroundopacity=\"90\" level1bgbackgroundcolorstart=\"#696969\" level0itempaddingleft=\"7\" level0itempaddingright=\"7\" level0itemhoverfontunderline=\"nodecoration\" level0itemheight=\"33\" level0itemhovercolor=\"#000000\" level0itemhoverborderradiustopleft=\"5\" level0itemhoverborderradiustopright=\"5\" level0itemhoverbackgroundcolorend=\"#ffa600\" level0itemhoverbackgroundcolorstart=\"#ffd900\" level0itempaddingtop=\"12\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" level0itemmarginright=\"15\" level0itemfontsize=\"14\" level0itemcolor=\"#ffffff\" level0itemfontuppercase=\"uppercase\" level0bgwidth=\"1000\" level0bgheight=\"45\" ckmoduleposition=\"position-1\" ckid=\"nav\" id=\"ID1325939177954\" class=\"horiznav ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><ul class=\"menu\"><li id=\"item-435\" class=\"current active\"><a href=\"#\">Dummy item active</a></li><li><a href=\"#\">Dummy item</a></li><li><a href=\"#\">Dummy item</a></li><li><a href=\"#\">Dummy item</a></li><li id=\"item-294\" class=\"deeper parent\"><a href=\"#\">Dummy item</a><ul><li id=\"item-290\"><a href=\"#\">Dummy item</a></li><li id=\"item-438\" class=\"deeper parent\"><a href=\"#\">Dummy item</a><ul><li id=\"item-475\"><a href=\"#\">Dummy item</a></li></ul></li><li id=\"item-439\"><a href=\"#\">Dummy item</a></li></ul></li><li id=\"item-238\" class=\"deeper parent\"><a href=\"#\">Dummy item</a><ul><li id=\"item-445\"><a href=\"#\">Dummy item</a></li><li id=\"item-446\"><a href=\"#\">Dummy item</a></li></ul></li><li id=\"item-448\"><a href=\"#\">Dummy item</a></li></ul><style type=\"text/css\">.horiznav ul.menu li {float:left;} .horiznav ul.menu li ul, .horiznav ul.menu li:hover ul ul, .horiznav ul.menu li:hover ul ul ul {position: absolute;left: -999em;z-index: 999;} .horiznav ul.menu li:hover ul {left: auto;} .horiznav ul.menu li:hover ul, .horiznav ul.menu li:hover ul li:hover ul, .horiznav ul.menu li:hover ul li:hover ul li:hover ul {left: auto;} .horiznav ul.menu li ul ul {margin-left: 100px;margin-top: -30px;background:#eee;} .horiznav ul.menu li li {float: none;display: block;}</style><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939177954 {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939177954 div.moduletable, #ID1325939177954 div.module,\r\n#ID1325939177954 div.moduletable_menu, #ID1325939177954 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939177954 div.moduletable h3, #ID1325939177954 div.module h3,\r\n#ID1325939177954 div.moduletable_menu h3, #ID1325939177954 div.module_menu h3 {\r\n	text-align: left;\r\n}\r\n#ID1325939177954 ul.menu {\r\n            margin: 0;\r\n            padding: 0;\r\n	height: 45px;\r\n	width: 1000px;\r\n}\r\n\r\n#ID1325939177954 ul.menu li {\r\n	margin: 0;\r\n	padding: 0;\r\n	float: left;\r\n	list-style:none;\r\n        white-space: nowrap;\r\n}\r\n\r\n#ID1325939177954 ul.menu li a, #ID1325939177954 ul.menu li span.separator {\r\n    display:block;\r\n	height: 33px;\r\n	color: #ffffff;\r\n	margin-right: 15px;\r\n	padding-top: 12px;\r\n	padding-right: 7px;\r\n	padding-left: 7px;\r\n	text-align: left;\r\n	text-transform: uppercase;\r\n	font-size: 14px;\r\n}\r\n\r\n#ID1325939177954 ul.menu li:hover > a {\r\n	background: #ffd900;\r\n	background-image: url(\"level0itemhover-gradient.svg\");\r\n	background-image: -o-linear-gradient(center top,#ffd900, #ffa600 );\r\n	background-image: -webkit-gradient(linear, left bottom, left top,#ffd900, #ffa600 );\r\n	background-image: -moz-linear-gradient(center top,#ffd900, #ffa600 );\r\n	background-image: linear-gradient(center top,#ffd900, #ffa600 );\r\n	-pie-background: linear-gradient(center top,#ffd900, #ffa600 );\r\n	border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	-o-border-radius: 0px;\r\n	-webkit-border-radius: 0px;\r\n	border-radius: 5px 5px 0px 0px;\r\n	-moz-border-radius: 5px 5px 0px 0px;\r\n	-o-border-radius: 5px 5px 0px 0px;\r\n	-webkit-border-radius: 5px 5px 0px 0px;\r\n	color: #000000;\r\n	text-align: left;\r\n	text-decoration: none;\r\n}\r\n\r\n#ID1325939177954 ul.menu li.active > a {\r\n	background: #ffd900;\r\n	background-image: url(\"level0itemactive-gradient.svg\");\r\n	background-image: -o-linear-gradient(center top,#ffd900, #ffa600 );\r\n	background-image: -webkit-gradient(linear, left bottom, left top,#ffd900, #ffa600 );\r\n	background-image: -moz-linear-gradient(center top,#ffd900, #ffa600 );\r\n	background-image: linear-gradient(center top,#ffd900, #ffa600 );\r\n	-pie-background: linear-gradient(center top,#ffd900, #ffa600 );\r\n	border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	-o-border-radius: 0px;\r\n	-webkit-border-radius: 0px;\r\n	border-radius: 5px 5px 0px 0px;\r\n	-moz-border-radius: 5px 5px 0px 0px;\r\n	-o-border-radius: 5px 5px 0px 0px;\r\n	-webkit-border-radius: 5px 5px 0px 0px;\r\n	color: #000000;\r\n	text-align: left;\r\n	text-decoration: none;\r\n}\r\n\r\n#ID1325939177954 ul.menu li li a, #ID1325939177954 ul.menu li li span.separator {\r\n    display:block;\r\n	margin: 5px;\r\n	text-align: center;\r\n	font-size: 12px;\r\n}\r\n\r\n#ID1325939177954 ul.menu li li:hover > a {\r\n	background: #bababa;\r\n	border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	-o-border-radius: 5px;\r\n	-webkit-border-radius: 5px;\r\n	border-radius: 5px 5px 5px 5px;\r\n	-moz-border-radius: 5px 5px 5px 5px;\r\n	-o-border-radius: 5px 5px 5px 5px;\r\n	-webkit-border-radius: 5px 5px 5px 5px;\r\n	text-align: center;\r\n}\r\n\r\n#ID1325939177954 ul.menu li li.active > a {\r\n	text-align: left;\r\n}\r\n\r\n/* code pour menu normal */\r\n#ID1325939177954 ul.menu li ul, #ID1325939177954 ul.menu li:hover ul ul, #ID1325939177954 ul.menu li:hover ul ul ul {\r\n	position: absolute;\r\n	left: -999em;\r\n	z-index: 999;\r\n        margin: 0;\r\n        padding: 0;\r\n	background: #696969;\r\n	background: rgba(105,105,105,0.9);\r\n	-pie-background: rgba(105,105,105,0.9);\r\n	border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	-o-border-radius: 0px;\r\n	-webkit-border-radius: 0px;\r\n	border-radius: 0px 0px 5px 5px;\r\n	-moz-border-radius: 0px 0px 5px 5px;\r\n	-o-border-radius: 0px 0px 5px 5px;\r\n	-webkit-border-radius: 0px 0px 5px 5px;\r\n	width: 180px;\r\n}\r\n\r\n#ID1325939177954 ul.menu li:hover ul, #ID1325939177954 ul.menu li:hover ul li:hover ul, #ID1325939177954 ul.menu li:hover ul li:hover ul li:hover ul {\r\n	left: auto;\r\n}\r\n\r\n#ID1325939177954 ul.menu li:hover ul li:hover ul {\r\n	border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	-o-border-radius: 5px;\r\n	-webkit-border-radius: 5px;\r\n	border-radius: 5px 5px 5px 5px;\r\n	-moz-border-radius: 5px 5px 5px 5px;\r\n	-o-border-radius: 5px 5px 5px 5px;\r\n	-webkit-border-radius: 5px 5px 5px 5px;\r\n	margin-top: -40px;\r\n\r\n	margin-left: 180px;\r\n}\r\n\r\n/* fin code normal */\r\n\r\n#ID1325939177954 ul.menu.maximenuCK li ul, #ID1325939177954 ul.menu.maximenuCK li:hover ul ul, #ID1325939177954 ul.menu.maximenuCK li:hover ul ul ul {\r\n	position: static !important;\r\n	left: auto !important;\r\n	background: transparent !important;\r\n	border-radius: 0 !important;\r\n    border: none !important;\r\n	-moz-border-radius: 0 !important;\r\n	-o-border-radius:  0 !important;\r\n	-webkit-border-radius: 0 !important;\r\n	width: 100% !important;\r\n	box-shadow: none !important;\r\n	-moz-box-shadow: none !important;\r\n	-webkit-box-shadow: none !important;\r\n}\r\n\r\n#ID1325939177954 ul.menu.maximenuCK li ul ul {\r\n	margin: 0 !important;\r\n}\r\n\r\n#ID1325939177954 li div.floatCK, #ID1325939177954 li:hover div.floatCK div.floatCK, #ID1325939177954 li:hover div.floatCK div.floatCK div.floatCK {\r\n	position: absolute;\r\n	left: -999em;\r\n	z-index: 999;\r\n	background: #696969;\r\n	background: rgba(105,105,105,0.9);\r\n	-pie-background: rgba(105,105,105,0.9);\r\n	border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	-o-border-radius: 0px;\r\n	-webkit-border-radius: 0px;\r\n	border-radius: 0px 0px 5px 5px;\r\n	-moz-border-radius: 0px 0px 5px 5px;\r\n	-o-border-radius: 0px 0px 5px 5px;\r\n	-webkit-border-radius: 0px 0px 5px 5px;\r\n	width: 180px;\r\n}\r\n\r\n#ID1325939177954 ul.menu li ul.maximenuCK2 {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n#ID1325939177954 ul.menu li div.maximenuCK2 {\r\n    float: left;\r\n    width: 100%;\r\n}\r\n\r\n#ID1325939177954 li:hover div.floatCK, #ID1325939177954 li:hover div.floatCK li:hover div.floatCK, #ID1325939177954 li:hover div.floatCK li:hover div.floatCK li:hover div.floatCK {\r\n	left: auto;\r\n}\r\n\r\n#ID1325939177954 ul li.maximenuCK div.floatCK div.floatCK {\r\n	border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	-o-border-radius: 5px;\r\n	-webkit-border-radius: 5px;\r\n	border-radius: 5px 5px 5px 5px;\r\n	-moz-border-radius: 5px 5px 5px 5px;\r\n	-o-border-radius: 5px 5px 5px 5px;\r\n	-webkit-border-radius: 5px 5px 5px 5px;\r\n	margin-top: -40px;\r\n	margin-left: 180px;\r\n}\r\n\r\n#ID1325939177954 span.descCK {\r\n    display: block;\r\n    line-height: 10px;\r\n}\r\n\r\n#ID1325939177954 ul.menu li li {\r\n    float: none;\r\n    display: block;\r\n}\r\n\r\n</style>\r\n	</div><div class=\"clr\"></div></div><div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" blocborderssize=\"10\" blocborderscolor=\"#ffffff\" ckmoduleposition=\"position-5\" ckid=\"slideshow\" id=\"ID1325939596592\" class=\"singlemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939596592 {\r\n	border: #ffffff 10px solid;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939596592 div.moduletable, #ID1325939596592 div.module,\r\n#ID1325939596592 div.moduletable_menu, #ID1325939596592 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939596592 div.moduletable h3, #ID1325939596592 div.module h3,\r\n#ID1325939596592 div.moduletable_menu h3, #ID1325939596592 div.module_menu h3 {\r\n	text-align: left;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>News module</h3><p><img class=\"image-left\" src=\"/templatecreator2-dev-J17/administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\"> Félicitations, vous venez de créer un site Joomla.</p><p><a href=\"#\">Joomla</a> rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p></div></div><div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,username,password,remember\" blocpaddings=\"7\" blocbackgroundopacity=\"30\" blocbackgroundcolorstart=\"#000000\" blocmargintop=\"15\" ckid=\"modulestop\" id=\"ID1325939352865\" class=\"flexiblemodules ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939352865 > div.inner {\r\n	background: #000000;\r\n	background: rgba(0,0,0,0.3);\r\n	-pie-background: rgba(0,0,0,0.3);\r\n	margin-top: 15px;\r\n	padding: 7px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939352865 div.moduletable, #ID1325939352865 div.module,\r\n#ID1325939352865 div.moduletable_menu, #ID1325939352865 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939352865 div.moduletable h3, #ID1325939352865 div.module h3,\r\n#ID1325939352865 div.moduletable_menu h3, #ID1325939352865 div.module_menu h3 {\r\n	text-align: left;\r\n}\r\n</style>\r\n	</div><div class=\"inner\"><div level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"nodecoration\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itembackgroundimagetop=\"0\" level0itembackgroundimageleft=\"0\" level0itembackgroundimageurl=\"components/com_templateck/projects/tick.png\" level0itemtextindent=\"18\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" level0itemactivecolor=\"#ffd900\" level0itemhovercolor=\"#ffd900\" level0itemcolor=\"#a3a3a3\" moduletitlefontsize=\"16\" moduletitlecolor=\"#ffd900\" ckmoduleposition=\"position-8\" ckid=\"moduletop1\" id=\"ID1325939352927\" class=\"flexiblemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939352927 > div.inner {\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939352927 div.moduletable, #ID1325939352927 div.module,\r\n#ID1325939352927 div.moduletable_menu, #ID1325939352927 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939352927 div.moduletable h3, #ID1325939352927 div.module h3,\r\n#ID1325939352927 div.moduletable_menu h3, #ID1325939352927 div.module_menu h3 {\r\n	color: #ffd900;\r\n	text-align: left;\r\n	font-size: 16px;\r\n}\r\n\r\n#ID1325939352927 ul.menu li a, #ID1325939352927 ul.menu li span.separator {\r\n    white-space: nowrap;\r\n}\r\n\r\n#ID1325939352927 ul.menu li a, #ID1325939352927 ul.menu li span.separator {\r\n    display: block;\r\n	background:  url(../components/com_templateck/projects/tick.png)   no-repeat;\r\n	color: #a3a3a3;\r\n	text-indent: 18px;\r\n}\r\n\r\n#ID1325939352927 ul.menu li:hover > a, #ID1325939352927 ul.menu li:hover > span.separator {\r\n	color: #ffd900;\r\n	text-decoration: none;\r\n}\r\n\r\n#ID1325939352927 ul.menu li.active > a, #ID1325939352927 ul.menu li.active > span.separator {\r\n	color: #ffd900;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>News module</h3><p><img class=\"image-left\" src=\"/templatecreator2-dev-J17/administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\"> Félicitations, vous venez de créer un site Joomla.</p><p><a href=\"#\">Joomla</a> rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p></div></div></div><div level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivecolor=\"#ffd900\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhovercolor=\"#ffd900\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"nodecoration\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itembackgroundimagetop=\"0\" level0itembackgroundimageleft=\"0\" level0itembackgroundimageurl=\"components/com_templateck/projects/tick.png\" level0itemtextindent=\"18\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemcolor=\"#a3a3a3\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontsize=\"16\" moduletitlecolor=\"#ffd900\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" ckmoduleposition=\"position-9\" ckid=\"moduletop2\" id=\"ID1325939352995\" class=\"flexiblemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939352995 > div.inner {\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939352995 div.moduletable, #ID1325939352995 div.module,\r\n#ID1325939352995 div.moduletable_menu, #ID1325939352995 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939352995 div.moduletable h3, #ID1325939352995 div.module h3,\r\n#ID1325939352995 div.moduletable_menu h3, #ID1325939352995 div.module_menu h3 {\r\n	color: #ffd900;\r\n	text-align: left;\r\n	font-size: 16px;\r\n}\r\n\r\n#ID1325939352995 ul.menu li a, #ID1325939352995 ul.menu li span.separator {\r\n    white-space: nowrap;\r\n}\r\n\r\n#ID1325939352995 ul.menu li a, #ID1325939352995 ul.menu li span.separator {\r\n    display: block;\r\n	background:  url(../components/com_templateck/projects/tick.png)   no-repeat;\r\n	color: #a3a3a3;\r\n	text-indent: 18px;\r\n}\r\n\r\n#ID1325939352995 ul.menu li:hover > a, #ID1325939352995 ul.menu li:hover > span.separator {\r\n	color: #ffd900;\r\n	text-decoration: none;\r\n}\r\n\r\n#ID1325939352995 ul.menu li.active > a, #ID1325939352995 ul.menu li.active > span.separator {\r\n	color: #ffd900;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>News module</h3><p><img class=\"image-left\" src=\"/templatecreator2-dev-J17/administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\"> Félicitations, vous venez de créer un site Joomla.</p><p><a href=\"#\">Joomla</a> rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p></div></div></div><div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivecolor=\"#ffd900\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhovercolor=\"#ffd900\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"nodecoration\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itembackgroundimagetop=\"0\" level0itembackgroundimageleft=\"0\" level0itembackgroundimageurl=\"components/com_templateck/projects/tick.png\" level0itemtextindent=\"18\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemcolor=\"#a3a3a3\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontsize=\"16\" moduletitlecolor=\"#ffd900\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" ckmoduleposition=\"position-10\" ckid=\"moduletop3\" id=\"ID1325939353070\" class=\"flexiblemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939353070 > div.inner {\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939353070 div.moduletable, #ID1325939353070 div.module,\r\n#ID1325939353070 div.moduletable_menu, #ID1325939353070 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939353070 div.moduletable h3, #ID1325939353070 div.module h3,\r\n#ID1325939353070 div.moduletable_menu h3, #ID1325939353070 div.module_menu h3 {\r\n	color: #ffd900;\r\n	text-align: left;\r\n	font-size: 16px;\r\n}\r\n\r\n#ID1325939353070 ul.menu li a, #ID1325939353070 ul.menu li span.separator {\r\n    white-space: nowrap;\r\n}\r\n\r\n#ID1325939353070 ul.menu li a, #ID1325939353070 ul.menu li span.separator {\r\n    display: block;\r\n	background:  url(../components/com_templateck/projects/tick.png)   no-repeat;\r\n	color: #a3a3a3;\r\n	text-indent: 18px;\r\n}\r\n\r\n#ID1325939353070 ul.menu li:hover > a, #ID1325939353070 ul.menu li:hover > span.separator {\r\n	color: #ffd900;\r\n	text-decoration: none;\r\n}\r\n\r\n#ID1325939353070 ul.menu li.active > a, #ID1325939353070 ul.menu li.active > span.separator {\r\n	color: #ffd900;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>Menu Joomla!</h3><ul class=\"mostread\"><li><a href=\"\">Comment démarrer ?</a></li><li><a href=\"\">Utiliser Joomla!</a></li><li><a href=\"\">Le Projet Joomla!</a></li><li><a href=\"\">La communauté Joomla!</a></li></ul></div></div></div><div level0itemtextindent=\"18\" level0itembackgroundimagetop=\"0\" level0itembackgroundimageleft=\"0\" level0itembackgroundimageurl=\"components/com_templateck/projects/tick.png\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivecolor=\"#ffd900\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhovercolor=\"#ffd900\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"nodecoration\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemcolor=\"#a3a3a3\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontsize=\"16\" moduletitlecolor=\"#ffd900\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" ckmoduleposition=\"position-11\" ckid=\"moduletop4\" id=\"ID1325939353143\" class=\"flexiblemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939353143 > div.inner {\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939353143 div.moduletable, #ID1325939353143 div.module,\r\n#ID1325939353143 div.moduletable_menu, #ID1325939353143 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939353143 div.moduletable h3, #ID1325939353143 div.module h3,\r\n#ID1325939353143 div.moduletable_menu h3, #ID1325939353143 div.module_menu h3 {\r\n	color: #ffd900;\r\n	text-align: left;\r\n	font-size: 16px;\r\n}\r\n\r\n#ID1325939353143 ul.menu li a, #ID1325939353143 ul.menu li span.separator {\r\n    white-space: nowrap;\r\n}\r\n\r\n#ID1325939353143 ul.menu li a, #ID1325939353143 ul.menu li span.separator {\r\n    display: block;\r\n	background:  url(../components/com_templateck/projects/tick.png)   no-repeat;\r\n	color: #a3a3a3;\r\n	text-indent: 18px;\r\n}\r\n\r\n#ID1325939353143 ul.menu li:hover > a, #ID1325939353143 ul.menu li:hover > span.separator {\r\n	color: #ffd900;\r\n	text-decoration: none;\r\n}\r\n\r\n#ID1325939353143 ul.menu li.active > a, #ID1325939353143 ul.menu li.active > span.separator {\r\n	color: #ffd900;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable_menu\"><h3>Menu Joomla!</h3><ul class=\"menu\"><li class=\"item-437\"><a href=\"\">Comment démarrer ?</a></li><li class=\"item-280\"><a href=\"\">Utiliser Joomla!</a></li><li class=\"item-278\"><a href=\"\">Le Projet Joomla!</a></li><li class=\"item-279\"><a href=\"\">La communauté Joomla!</a></li></ul></div></div></div><div class=\"clr\"></div></div></div><div blocmargins=\"\" blocmargintop=\"15\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocalignement,blocalignement,blocalignement,blocalignement,blocfontbold,blocfontitalic,blocfontunderline,blocfontuppercase,bloccolor,blocfontsize,blocfontunit,blocfontfamily,blocwordspacing,blocletterspacing,bloclineheight,bloctextindent,blocnormallinkfontbold,blocnormallinkfontitalic,blocnormallinkfontunderline,blocnormallinkfontuppercase,blocnormallinkcolor,blochoverlinkfontbold,blochoverlinkfontitalic,blochoverlinkfontunderline,blochoverlinkfontuppercase,blochoverlinkcolor,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,username,password,remember\" blocpaddings=\"\" blocbackgroundopacity=\"30\" blocbackgroundcolorstart=\"#000000\" ckid=\"main\" id=\"ID1325939183114\" class=\"maincontent ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939183114 {\r\n	background: #000000;\r\n	background: rgba(0,0,0,0.3);\r\n	-pie-background: rgba(0,0,0,0.3);\r\n	margin-top: 15px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939183114 div.moduletable, #ID1325939183114 div.module,\r\n#ID1325939183114 div.moduletable_menu, #ID1325939183114 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939183114 div.moduletable h3, #ID1325939183114 div.module h3,\r\n#ID1325939183114 div.moduletable_menu h3, #ID1325939183114 div.module_menu h3 {\r\n	text-align: left;\r\n}\r\n</style>\r\n	</div><div modulelineheight=\"\" level0itemlineheight=\"25\" level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivecolor=\"#ffd900\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhovercolor=\"#ffd900\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"nodecoration\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itembackgroundimagetop=\"3px\" level0itembackgroundimageleft=\"0px\" level0itembackgroundimageurl=\"components/com_templateck/projects/tick.png\" level0itemtextindent=\"18\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemcolor=\"#a3a3a3\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" moduletitlefontsize=\"20\" moduletitlecolor=\"#ffffff\" ckmoduleposition=\"position-7\" ckid=\"left\" id=\"ID1325939183178\" class=\"column ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\" style=\"display: none;\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939183178 > div.inner {\r\n	zoom: 1;\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939183178 div.moduletable, #ID1325939183178 div.module,\r\n#ID1325939183178 div.moduletable_menu, #ID1325939183178 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939183178 div.moduletable h3, #ID1325939183178 div.module h3,\r\n#ID1325939183178 div.moduletable_menu h3, #ID1325939183178 div.module_menu h3 {\r\n	color: #ffffff;\r\n	text-align: left;\r\n	font-size: 20px;\r\n}\r\n\r\n#ID1325939183178 ul.menu li a, #ID1325939183178 ul.menu li span.separator {\r\n    white-space: nowrap;\r\n}\r\n\r\n#ID1325939183178 ul.menu li a, #ID1325939183178 ul.menu li span.separator {\r\n    display: block;\r\n	background:  url(../components/com_templateck/projects/tick.png) 0px 3px no-repeat;\r\n	color: #a3a3a3;\r\n	text-indent: 18px;\r\n	line-height: 25px;\r\n}\r\n\r\n#ID1325939183178 ul.menu li:hover > a, #ID1325939183178 ul.menu li:hover > span.separator {\r\n	color: #ffd900;\r\n	text-decoration: none;\r\n}\r\n\r\n#ID1325939183178 ul.menu li.active > a, #ID1325939183178 ul.menu li.active > span.separator {\r\n	color: #ffd900;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable_menu\"><h3>Menu Joomla!</h3><ul class=\"menu\"><li class=\"item-437\"><a href=\"\">Comment démarrer ?</a></li><li class=\"item-280\"><a href=\"\">Utiliser Joomla!</a></li><li class=\"item-278\"><a href=\"\">Le Projet Joomla!</a></li><li class=\"item-279\"><a href=\"\">La communauté Joomla!</a></li></ul></div><div class=\"moduletable\"><h3>Login module</h3><div id=\"login-form\"><fieldset class=\"userdata\"><p id=\"form-login-username\"><label aria-invalid=\"false\" class=\"\" for=\"modlgn-username\">Identifiant</label><input aria-invalid=\"false\" id=\"modlgn-username\" name=\"username\" class=\"inputbox\" size=\"18\" type=\"text\"></p><p id=\"form-login-password\"><label for=\"modlgn-passwd\">Mot de passe</label><input id=\"modlgn-passwd\" name=\"password\" class=\"inputbox\" size=\"18\" type=\"password\"></p><p id=\"form-login-remember\"><label for=\"modlgn-remember\">Se souvenir de moi</label><input id=\"modlgn-remember\" name=\"remember\" class=\"inputbox\" value=\"\" type=\"checkbox\"></p><input class=\"button\" value=\"Connexion\"></fieldset><ul><li><a href=\"#\">Mot de passe oublié ?</a></li><li><a href=\"#\">Identifiant oublié ?</a></li><li><a href=\"#\">Créer un compte</a></li></ul></div></div></div></div><div ckid=\"center\" id=\"ID1325939183251\" class=\"column content ckbloc\"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\" style=\"display: none;\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\"></div><div class=\"item-page\"><h1>Titre de la page H1</h1><h2><a href=\"#\">Joomla! Titre H2</a></h2><ul class=\"actions\"><li class=\"print-icon\"><a href=\"#\" title=\"Imprimer\" rel=\"nofollow\"><img src=\"../media/system/images/printButton.png\" alt=\"Imprimer\"></a></li><li class=\"email-icon\"><a href=\"#\" title=\"E-mail\"><img src=\"../media/system/images/emailButton.png\" alt=\"E-mail\"></a></li></ul><span class=\"content_rating\">Note utilisateur:<img src=\"../media/system/images/rating_star_blank.png\" alt=\"\"><img src=\"../media/system/images/rating_star_blank.png\" alt=\"\"><img src=\"../media/system/images/rating_star_blank.png\" alt=\"\"><img src=\"../media/system/images/rating_star_blank.png\" alt=\"\"><img src=\"../media/system/images/rating_star_blank.png\" alt=\"\">&nbsp;/&nbsp;0</span><br><div><span class=\"content_vote\">Mauvais<input alt=\"vote 1 star\" name=\"user_rating\" value=\"1\" type=\"radio\"><input alt=\"vote 2 star\" name=\"user_rating\" value=\"2\" type=\"radio\"><input alt=\"vote 3 star\" name=\"user_rating\" value=\"3\" type=\"radio\"><input alt=\"vote 4 star\" name=\"user_rating\" value=\"4\" type=\"radio\"><input alt=\"vote 5 star\" name=\"user_rating\" value=\"5\" checked=\"checked\" type=\"radio\">Très bien&nbsp;<input class=\"button\" value=\"Note\"></span></div><dl class=\"article-info\"><dt class=\"article-info-term\">Détails</dt><dd class=\"category-name\">Catégorie : <a href=\"#\">Joomla!</a></dd><dd class=\"published\">Publié le Samedi, 10 juillet 2010 21:00</dd><dd class=\"createdby\">Écrit par Joomla!</dd><dd class=\"hits\">Affichages : 7</dd></dl><h3>Ceci est un Titre H3</h3><h4>Ceci est un Titre H4</h4><h5>Ceci est un Titre H5</h5><h6>Ceci est un Titre H6</h6><p>Félicitations, vous venez de créer un site Joomla.</p><p>Joomla rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p><p>Joomla est une plateforme flexible et puissante, que vous ayez   besoin de créer un petit site pour vous-même ou un énorme site recevant   des centaines de milliers de visiteurs.</p><p>Joomla est Open Source, ce qui   signifie que vous pouvez l\'utiliser comme vous le souhaitez.</p><p class=\"readmore\"><a href=\"#\">Lire la suite&nbsp;: Joomla!</a></p><ul class=\"pagenav\"><li class=\"pagenav-prev\"><a href=\"#\" rel=\"next\">&lt; Précédent</a></li><li class=\"pagenav-next\"><a href=\"#\" rel=\"prev\">Suivant &gt;</a></li></ul></div></div></div><div modulelineheight=\"\" level0itemlineheight=\"25\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivecolor=\"#ffd900\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhovercolor=\"#ffd900\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"nodecoration\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itembackgroundimagetop=\"3px\" level0itembackgroundimageleft=\"0px\" level0itembackgroundimageurl=\"components/com_templateck/projects/tick.png\" level0itemtextindent=\"18\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemcolor=\"#a3a3a3\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontsize=\"20\" moduletitlecolor=\"#ffffff\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" ckmoduleposition=\"position-6\" ckid=\"right\" id=\"ID1325939183331\" class=\"column ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\" style=\"display: none;\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939183331 > div.inner {\r\n	zoom: 1;\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939183331 div.moduletable, #ID1325939183331 div.module,\r\n#ID1325939183331 div.moduletable_menu, #ID1325939183331 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939183331 div.moduletable h3, #ID1325939183331 div.module h3,\r\n#ID1325939183331 div.moduletable_menu h3, #ID1325939183331 div.module_menu h3 {\r\n	color: #ffffff;\r\n	text-align: left;\r\n	font-size: 20px;\r\n}\r\n\r\n#ID1325939183331 ul.menu li a, #ID1325939183331 ul.menu li span.separator {\r\n    white-space: nowrap;\r\n}\r\n\r\n#ID1325939183331 ul.menu li a, #ID1325939183331 ul.menu li span.separator {\r\n    display: block;\r\n	background:  url(../components/com_templateck/projects/tick.png) 0px 3px no-repeat;\r\n	color: #a3a3a3;\r\n	text-indent: 18px;\r\n	line-height: 25px;\r\n}\r\n\r\n#ID1325939183331 ul.menu li:hover > a, #ID1325939183331 ul.menu li:hover > span.separator {\r\n	color: #ffd900;\r\n	text-decoration: none;\r\n}\r\n\r\n#ID1325939183331 ul.menu li.active > a, #ID1325939183331 ul.menu li.active > span.separator {\r\n	color: #ffd900;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable_menu\"><h3>Menu Joomla!</h3><ul class=\"menu\"><li class=\"item-437\"><a href=\"\">Comment démarrer ?</a></li><li class=\"item-280\"><a href=\"\">Utiliser Joomla!</a></li><li class=\"item-278\"><a href=\"\">Le Projet Joomla!</a></li><li class=\"item-279\"><a href=\"\">La communauté Joomla!</a></li></ul></div><div class=\"moduletable\"><h3>News module</h3><p><img class=\"image-left\" src=\"/templatecreator2-dev-J17/administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\"> Félicitations, vous venez de créer un site Joomla.</p><p><a href=\"#\">Joomla</a> rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p></div></div></div><div class=\"clr\"></div></div><div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,username,password,remember\" blocmargintop=\"15\" ckid=\"modulesbottom\" id=\"ID1325939445321\" class=\"flexiblemodules ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939445321 > div.inner {\r\n	margin-top: 15px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445321 div.moduletable, #ID1325939445321 div.module,\r\n#ID1325939445321 div.moduletable_menu, #ID1325939445321 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445321 div.moduletable h3, #ID1325939445321 div.module h3,\r\n#ID1325939445321 div.moduletable_menu h3, #ID1325939445321 div.module_menu h3 {\r\n	text-align: left;\r\n}\r\n</style>\r\n	</div><div class=\"inner\"><div blocpaddings=\"5\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" moduletitlefontsize=\"18\" moduletitlecolor=\"#ffffff\" ckmoduleposition=\"position-12\" ckid=\"modulebottom1\" id=\"ID1325939445406\" class=\"flexiblemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939445406 > div.inner {\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445406 div.moduletable, #ID1325939445406 div.module,\r\n#ID1325939445406 div.moduletable_menu, #ID1325939445406 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445406 div.moduletable h3, #ID1325939445406 div.module h3,\r\n#ID1325939445406 div.moduletable_menu h3, #ID1325939445406 div.module_menu h3 {\r\n	color: #ffffff;\r\n	text-align: left;\r\n	font-size: 18px;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>News module</h3><p><img class=\"image-left\" src=\"/templatecreator2-dev-J17/administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\"> Félicitations, vous venez de créer un site Joomla.</p><p><a href=\"#\">Joomla</a> rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p></div></div></div><div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"default\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontsize=\"18\" moduletitlecolor=\"#ffffff\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" ckmoduleposition=\"position-13\" ckid=\"modulebottom2\" id=\"ID1325939445472\" class=\"flexiblemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939445472 > div.inner {\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445472 div.moduletable, #ID1325939445472 div.module,\r\n#ID1325939445472 div.moduletable_menu, #ID1325939445472 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445472 div.moduletable h3, #ID1325939445472 div.module h3,\r\n#ID1325939445472 div.moduletable_menu h3, #ID1325939445472 div.module_menu h3 {\r\n	color: #ffffff;\r\n	text-align: left;\r\n	font-size: 18px;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>News module</h3><p><img class=\"image-left\" src=\"/templatecreator2-dev-J17/administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\"> Félicitations, vous venez de créer un site Joomla.</p><p><a href=\"#\">Joomla</a> rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p></div></div></div><div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"default\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontsize=\"18\" moduletitlecolor=\"#ffffff\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" ckmoduleposition=\"position-14\" ckid=\"modulebottom3\" id=\"ID1325939445537\" class=\"flexiblemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939445537 > div.inner {\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445537 div.moduletable, #ID1325939445537 div.module,\r\n#ID1325939445537 div.moduletable_menu, #ID1325939445537 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445537 div.moduletable h3, #ID1325939445537 div.module h3,\r\n#ID1325939445537 div.moduletable_menu h3, #ID1325939445537 div.module_menu h3 {\r\n	color: #ffffff;\r\n	text-align: left;\r\n	font-size: 18px;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>Menu Joomla!</h3><ul class=\"mostread\"><li><a href=\"\">Comment démarrer ?</a></li><li><a href=\"\">Utiliser Joomla!</a></li><li><a href=\"\">Le Projet Joomla!</a></li><li><a href=\"\">La communauté Joomla!</a></li></ul></div></div></div><div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"default\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontsize=\"18\" moduletitlecolor=\"#ffffff\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" ckmoduleposition=\"position-15\" ckid=\"modulebottom4\" id=\"ID1325939445602\" class=\"flexiblemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl horiz\"></div><div class=\"controlDown isControl horiz\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"inner\"><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939445602 > div.inner {\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445602 div.moduletable, #ID1325939445602 div.module,\r\n#ID1325939445602 div.moduletable_menu, #ID1325939445602 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939445602 div.moduletable h3, #ID1325939445602 div.module h3,\r\n#ID1325939445602 div.moduletable_menu h3, #ID1325939445602 div.module_menu h3 {\r\n	color: #ffffff;\r\n	text-align: left;\r\n	font-size: 18px;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable_menu\"><h3>Menu Joomla!</h3><ul class=\"menu\"><li class=\"item-437\"><a href=\"\">Comment démarrer ?</a></li><li class=\"item-280\"><a href=\"\">Utiliser Joomla!</a></li><li class=\"item-278\"><a href=\"\">Le Projet Joomla!</a></li><li class=\"item-279\"><a href=\"\">La communauté Joomla!</a></li></ul></div></div></div><div class=\"clr\"></div></div></div><div fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" level2bgbackgrounddirection=\"topbottom\" level2bgbackgroundimagerepeat=\"no-repeat\" level2bgborderradiusunit=\"px\" level2bgbordersstyle=\"solid\" level2bgbordersunit=\"px\" level2bgborderleftstyle=\"solid\" level2bgborderbottomstyle=\"solid\" level2bgborderrightstyle=\"solid\" level2bgbordertopstyle=\"solid\" level1itemactivebackgrounddirection=\"topbottom\" level1itemactivebackgroundimagerepeat=\"no-repeat\" level1itemactivefontfamily=\"default\" level1itemactivefontunit=\"px\" level1itemactivefontuppercase=\"default\" level1itemactivefontunderline=\"default\" level1itemactivefontitalic=\"default\" level1itemactivefontbold=\"default\" level1itemactiveborderradiusunit=\"px\" level1itemactivebordersstyle=\"solid\" level1itemactivebordersunit=\"px\" level1itemactiveborderleftstyle=\"solid\" level1itemactiveborderbottomstyle=\"solid\" level1itemactiveborderrightstyle=\"solid\" level1itemactivebordertopstyle=\"solid\" level1itemhoverbackgrounddirection=\"topbottom\" level1itemhoverbackgroundimagerepeat=\"no-repeat\" level1itemhoverfontfamily=\"default\" level1itemhoverfontunit=\"px\" level1itemhoverfontuppercase=\"default\" level1itemhoverfontunderline=\"default\" level1itemhoverfontitalic=\"default\" level1itemhoverfontbold=\"default\" level1itemhoverborderradiusunit=\"px\" level1itemhoverbordersstyle=\"solid\" level1itemhoverbordersunit=\"px\" level1itemhoverborderleftstyle=\"solid\" level1itemhoverborderbottomstyle=\"solid\" level1itemhoverborderrightstyle=\"solid\" level1itemhoverbordertopstyle=\"solid\" level1itembackgrounddirection=\"topbottom\" level1itembackgroundimagerepeat=\"no-repeat\" level1itemfontfamily=\"default\" level1itemfontunit=\"px\" level1itemfontuppercase=\"default\" level1itemfontunderline=\"default\" level1itemfontitalic=\"default\" level1itemfontbold=\"default\" level1itemborderradiusunit=\"px\" level1itembordersstyle=\"solid\" level1itembordersunit=\"px\" level1itemborderleftstyle=\"solid\" level1itemborderbottomstyle=\"solid\" level1itemborderrightstyle=\"solid\" level1itembordertopstyle=\"solid\" level1bgbackgrounddirection=\"topbottom\" level1bgbackgroundimagerepeat=\"no-repeat\" level1bgborderradiusunit=\"px\" level1bgbordersstyle=\"solid\" level1bgbordersunit=\"px\" level1bgborderleftstyle=\"solid\" level1bgborderbottomstyle=\"solid\" level1bgborderrightstyle=\"solid\" level1bgbordertopstyle=\"solid\" level0itemactivebackgrounddirection=\"topbottom\" level0itemactivebackgroundimagerepeat=\"no-repeat\" level0itemactivefontfamily=\"default\" level0itemactivefontunit=\"px\" level0itemactivefontuppercase=\"default\" level0itemactivefontunderline=\"default\" level0itemactivefontitalic=\"default\" level0itemactivefontbold=\"default\" level0itemactiveborderradiusunit=\"px\" level0itemactivebordersstyle=\"solid\" level0itemactivebordersunit=\"px\" level0itemactiveborderleftstyle=\"solid\" level0itemactiveborderbottomstyle=\"solid\" level0itemactiveborderrightstyle=\"solid\" level0itemactivebordertopstyle=\"solid\" level0itemhoverbackgrounddirection=\"topbottom\" level0itemhoverbackgroundimagerepeat=\"no-repeat\" level0itemhoverfontfamily=\"default\" level0itemhoverfontunit=\"px\" level0itemhoverfontuppercase=\"default\" level0itemhoverfontunderline=\"default\" level0itemhoverfontitalic=\"default\" level0itemhoverfontbold=\"default\" level0itemhoverborderradiusunit=\"px\" level0itemhoverbordersstyle=\"solid\" level0itemhoverbordersunit=\"px\" level0itemhoverborderleftstyle=\"solid\" level0itemhoverborderbottomstyle=\"solid\" level0itemhoverborderrightstyle=\"solid\" level0itemhoverbordertopstyle=\"solid\" level0itembackgrounddirection=\"topbottom\" level0itembackgroundimagerepeat=\"no-repeat\" level0itemfontfamily=\"default\" level0itemfontunit=\"px\" level0itemfontuppercase=\"default\" level0itemfontunderline=\"default\" level0itemfontitalic=\"default\" level0itemfontbold=\"default\" level0itemborderradiusunit=\"px\" level0itembordersstyle=\"solid\" level0itembordersunit=\"px\" level0itemborderleftstyle=\"solid\" level0itemborderbottomstyle=\"solid\" level0itemborderrightstyle=\"solid\" level0itembordertopstyle=\"solid\" level0bgbackgrounddirection=\"topbottom\" level0bgbackgroundimagerepeat=\"no-repeat\" level0bgborderradiusunit=\"px\" level0bgbordersstyle=\"solid\" level0bgbordersunit=\"px\" level0bgborderleftstyle=\"solid\" level0bgborderbottomstyle=\"solid\" level0bgborderrightstyle=\"solid\" level0bgbordertopstyle=\"solid\" moduletitlebackgrounddirection=\"topbottom\" moduletitlebackgroundimagerepeat=\"no-repeat\" moduletitlefontfamily=\"default\" moduletitlefontunit=\"px\" moduletitlefontsize=\"18\" moduletitlecolor=\"#ffffff\" moduletitlefontuppercase=\"default\" moduletitlefontunderline=\"default\" moduletitlefontitalic=\"default\" moduletitlefontbold=\"default\" moduletitleborderradiusunit=\"px\" moduletitlebordersstyle=\"solid\" moduletitlebordersunit=\"px\" moduletitleborderleftstyle=\"solid\" moduletitleborderbottomstyle=\"solid\" moduletitleborderrightstyle=\"solid\" moduletitlebordertopstyle=\"solid\" modulebackgrounddirection=\"topbottom\" modulebackgroundimagerepeat=\"no-repeat\" modulehoverlinkfontuppercase=\"default\" modulehoverlinkfontunderline=\"default\" modulehoverlinkfontitalic=\"default\" modulehoverlinkfontbold=\"default\" modulenormallinkfontuppercase=\"default\" modulenormallinkfontunderline=\"default\" modulenormallinkfontitalic=\"default\" modulenormallinkfontbold=\"default\" modulefontfamily=\"default\" modulefontunit=\"px\" modulefontuppercase=\"default\" modulefontunderline=\"default\" modulefontitalic=\"default\" modulefontbold=\"default\" moduleborderradiusunit=\"px\" modulebordersstyle=\"solid\" modulebordersunit=\"px\" moduleborderleftstyle=\"solid\" moduleborderbottomstyle=\"solid\" moduleborderrightstyle=\"solid\" modulebordertopstyle=\"solid\" blocbackgrounddirection=\"topbottom\" blocbackgroundimagerepeat=\"no-repeat\" blocborderradiusunit=\"px\" blocbordersstyle=\"solid\" blocbordersunit=\"px\" blocborderleftstyle=\"solid\" blocborderbottomstyle=\"solid\" blocborderrightstyle=\"solid\" blocbordertopstyle=\"solid\" blocpaddings=\"5\" ckmoduleposition=\"position-3\" ckid=\"footer\" id=\"ID1325939184042\" class=\"singlemodule ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><label class=\"labelblock\">Position</label><input name=\"ckmoduleposition\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325939184042 {\r\n	padding: 5px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939184042 div.moduletable, #ID1325939184042 div.module,\r\n#ID1325939184042 div.moduletable_menu, #ID1325939184042 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325939184042 div.moduletable h3, #ID1325939184042 div.module h3,\r\n#ID1325939184042 div.moduletable_menu h3, #ID1325939184042 div.module_menu h3 {\r\n	color: #ffffff;\r\n	text-align: left;\r\n	font-size: 18px;\r\n}\r\n</style>\r\n	</div><div class=\"moduletable\"><h3>News module</h3><p><img class=\"image-left\" src=\"/templatecreator2-dev-J17/administrator/templates/bluestork/images/header/icon-48-themes.png\" border=\"0\"> Félicitations, vous venez de créer un site Joomla.</p><p><a href=\"#\">Joomla</a> rend facile la création d\'un site tel que vous le rêvez et simplifie les mises à jour et la maintenance.</p></div></div><div blocmargintop=\"10\" fieldslist=\"blocmargintop,blocmarginright,blocmarginbottom,blocmarginleft,blocmargins,blocpaddingtop,blocpaddingright,blocpaddingbottom,blocpaddingleft,blocpaddings,blocheight,blocwidth,blocbordertopcolor,blocbordertopsize,blocbordertopstyle,blocborderrightcolor,blocborderrightsize,blocborderrightstyle,blocborderbottomcolor,blocborderbottomsize,blocborderbottomstyle,blocborderleftcolor,blocborderleftsize,blocborderleftstyle,blocborderscolor,blocborderssize,blocbordersunit,blocbordersstyle,blocborderradiustopright,blocborderradiusbottomright,blocborderradiusbottomleft,blocborderradiustopleft,blocborderradius,blocborderradiusunit,blocbackgroundimageurl,blocbackgroundimageleft,blocbackgroundimagetop,blocbackgroundimagerepeat,blocbackgroundopacity,blocbackgroundcolorstart,blocbackgroundpositionstop1,blocbackgroundcolorstop1,blocbackgroundpositionstop2,blocbackgroundcolorstop2,blocbackgroundpositionend,blocbackgroundcolorend,blocbackgrounddirection,blocshadowcolor,blocshadowblur,blocshadowspread,blocshadowoffseth,blocshadowoffsetv,bloccustom,modulemargintop,modulemarginright,modulemarginbottom,modulemarginleft,modulemargins,modulepaddingtop,modulepaddingright,modulepaddingbottom,modulepaddingleft,modulepaddings,moduleheight,modulewidth,modulebordertopcolor,modulebordertopsize,modulebordertopstyle,moduleborderrightcolor,moduleborderrightsize,moduleborderrightstyle,moduleborderbottomcolor,moduleborderbottomsize,moduleborderbottomstyle,moduleborderleftcolor,moduleborderleftsize,moduleborderleftstyle,moduleborderscolor,moduleborderssize,modulebordersunit,modulebordersstyle,moduleborderradiustopright,moduleborderradiusbottomright,moduleborderradiusbottomleft,moduleborderradiustopleft,moduleborderradius,moduleborderradiusunit,modulealignement,modulealignement,modulealignement,modulealignement,modulefontbold,modulefontitalic,modulefontunderline,modulefontuppercase,modulecolor,modulefontsize,modulefontunit,modulefontfamily,modulewordspacing,moduleletterspacing,modulelineheight,moduletextindent,modulenormallinkfontbold,modulenormallinkfontitalic,modulenormallinkfontunderline,modulenormallinkfontuppercase,modulenormallinkcolor,modulehoverlinkfontbold,modulehoverlinkfontitalic,modulehoverlinkfontunderline,modulehoverlinkfontuppercase,modulehoverlinkcolor,modulebackgroundimageurl,modulebackgroundimageleft,modulebackgroundimagetop,modulebackgroundimagerepeat,modulebackgroundopacity,modulebackgroundcolorstart,modulebackgroundpositionstop1,modulebackgroundcolorstop1,modulebackgroundpositionstop2,modulebackgroundcolorstop2,modulebackgroundpositionend,modulebackgroundcolorend,modulebackgrounddirection,moduleshadowcolor,moduleshadowblur,moduleshadowspread,moduleshadowoffseth,moduleshadowoffsetv,modulecustom,moduletitlemargintop,moduletitlemarginright,moduletitlemarginbottom,moduletitlemarginleft,moduletitlemargins,moduletitlepaddingtop,moduletitlepaddingright,moduletitlepaddingbottom,moduletitlepaddingleft,moduletitlepaddings,moduletitleheight,moduletitlewidth,moduletitlebordertopcolor,moduletitlebordertopsize,moduletitlebordertopstyle,moduletitleborderrightcolor,moduletitleborderrightsize,moduletitleborderrightstyle,moduletitleborderbottomcolor,moduletitleborderbottomsize,moduletitleborderbottomstyle,moduletitleborderleftcolor,moduletitleborderleftsize,moduletitleborderleftstyle,moduletitleborderscolor,moduletitleborderssize,moduletitlebordersunit,moduletitlebordersstyle,moduletitleborderradiustopright,moduletitleborderradiusbottomright,moduletitleborderradiusbottomleft,moduletitleborderradiustopleft,moduletitleborderradius,moduletitleborderradiusunit,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlealignement,moduletitlefontbold,moduletitlefontitalic,moduletitlefontunderline,moduletitlefontuppercase,moduletitlecolor,moduletitlefontsize,moduletitlefontunit,moduletitlefontfamily,moduletitlewordspacing,moduletitleletterspacing,moduletitlelineheight,moduletitletextindent,moduletitlebackgroundimageurl,moduletitlebackgroundimageleft,moduletitlebackgroundimagetop,moduletitlebackgroundimagerepeat,moduletitlebackgroundopacity,moduletitlebackgroundcolorstart,moduletitlebackgroundpositionstop1,moduletitlebackgroundcolorstop1,moduletitlebackgroundpositionstop2,moduletitlebackgroundcolorstop2,moduletitlebackgroundpositionend,moduletitlebackgroundcolorend,moduletitlebackgrounddirection,moduletitleshadowcolor,moduletitleshadowblur,moduletitleshadowspread,moduletitleshadowoffseth,moduletitleshadowoffsetv,moduletitlecustom,level0bgmargintop,level0bgmarginright,level0bgmarginbottom,level0bgmarginleft,level0bgmargins,level0bgpaddingtop,level0bgpaddingright,level0bgpaddingbottom,level0bgpaddingleft,level0bgpaddings,level0bgheight,level0bgwidth,level0bgbordertopcolor,level0bgbordertopsize,level0bgbordertopstyle,level0bgborderrightcolor,level0bgborderrightsize,level0bgborderrightstyle,level0bgborderbottomcolor,level0bgborderbottomsize,level0bgborderbottomstyle,level0bgborderleftcolor,level0bgborderleftsize,level0bgborderleftstyle,level0bgborderscolor,level0bgborderssize,level0bgbordersunit,level0bgbordersstyle,level0bgborderradiustopright,level0bgborderradiusbottomright,level0bgborderradiusbottomleft,level0bgborderradiustopleft,level0bgborderradius,level0bgborderradiusunit,level0bgbackgroundimageurl,level0bgbackgroundimageleft,level0bgbackgroundimagetop,level0bgbackgroundimagerepeat,level0bgbackgroundopacity,level0bgbackgroundcolorstart,level0bgbackgroundpositionstop1,level0bgbackgroundcolorstop1,level0bgbackgroundpositionstop2,level0bgbackgroundcolorstop2,level0bgbackgroundpositionend,level0bgbackgroundcolorend,level0bgbackgrounddirection,level0bgshadowcolor,level0bgshadowblur,level0bgshadowspread,level0bgshadowoffseth,level0bgshadowoffsetv,level0bgcustom,level0itemmargintop,level0itemmarginright,level0itemmarginbottom,level0itemmarginleft,level0itemmargins,level0itempaddingtop,level0itempaddingright,level0itempaddingbottom,level0itempaddingleft,level0itempaddings,level0itemheight,level0itembordertopcolor,level0itembordertopsize,level0itembordertopstyle,level0itemborderrightcolor,level0itemborderrightsize,level0itemborderrightstyle,level0itemborderbottomcolor,level0itemborderbottomsize,level0itemborderbottomstyle,level0itemborderleftcolor,level0itemborderleftsize,level0itemborderleftstyle,level0itemborderscolor,level0itemborderssize,level0itembordersunit,level0itembordersstyle,level0itemborderradiustopright,level0itemborderradiusbottomright,level0itemborderradiusbottomleft,level0itemborderradiustopleft,level0itemborderradius,level0itemborderradiusunit,level0itemalignement,level0itemalignement,level0itemalignement,level0itemalignement,level0itemfontbold,level0itemfontitalic,level0itemfontunderline,level0itemfontuppercase,level0itemcolor,level0itemfontsize,level0itemfontunit,level0itemfontfamily,level0itemwordspacing,level0itemletterspacing,level0itemlineheight,level0itemtextindent,level0itembackgroundimageurl,level0itembackgroundimageleft,level0itembackgroundimagetop,level0itembackgroundimagerepeat,level0itembackgroundopacity,level0itembackgroundcolorstart,level0itembackgroundpositionstop1,level0itembackgroundcolorstop1,level0itembackgroundpositionstop2,level0itembackgroundcolorstop2,level0itembackgroundpositionend,level0itembackgroundcolorend,level0itembackgrounddirection,level0itemshadowcolor,level0itemshadowblur,level0itemshadowspread,level0itemshadowoffseth,level0itemshadowoffsetv,level0itemcustom,level0itemhovermargintop,level0itemhovermarginright,level0itemhovermarginbottom,level0itemhovermarginleft,level0itemhovermargins,level0itemhoverpaddingtop,level0itemhoverpaddingright,level0itemhoverpaddingbottom,level0itemhoverpaddingleft,level0itemhoverpaddings,level0itemhoverheight,level0itemhoverbordertopcolor,level0itemhoverbordertopsize,level0itemhoverbordertopstyle,level0itemhoverborderrightcolor,level0itemhoverborderrightsize,level0itemhoverborderrightstyle,level0itemhoverborderbottomcolor,level0itemhoverborderbottomsize,level0itemhoverborderbottomstyle,level0itemhoverborderleftcolor,level0itemhoverborderleftsize,level0itemhoverborderleftstyle,level0itemhoverborderscolor,level0itemhoverborderssize,level0itemhoverbordersunit,level0itemhoverbordersstyle,level0itemhoverborderradiustopright,level0itemhoverborderradiusbottomright,level0itemhoverborderradiusbottomleft,level0itemhoverborderradiustopleft,level0itemhoverborderradius,level0itemhoverborderradiusunit,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoveralignement,level0itemhoverfontbold,level0itemhoverfontitalic,level0itemhoverfontunderline,level0itemhoverfontuppercase,level0itemhovercolor,level0itemhoverfontsize,level0itemhoverfontunit,level0itemhoverfontfamily,level0itemhoverwordspacing,level0itemhoverletterspacing,level0itemhoverlineheight,level0itemhovertextindent,level0itemhoverbackgroundimageurl,level0itemhoverbackgroundimageleft,level0itemhoverbackgroundimagetop,level0itemhoverbackgroundimagerepeat,level0itemhoverbackgroundopacity,level0itemhoverbackgroundcolorstart,level0itemhoverbackgroundpositionstop1,level0itemhoverbackgroundcolorstop1,level0itemhoverbackgroundpositionstop2,level0itemhoverbackgroundcolorstop2,level0itemhoverbackgroundpositionend,level0itemhoverbackgroundcolorend,level0itemhoverbackgrounddirection,level0itemhovershadowcolor,level0itemhovershadowblur,level0itemhovershadowspread,level0itemhovershadowoffseth,level0itemhovershadowoffsetv,level0itemhovercustom,level0itemactivemargintop,level0itemactivemarginright,level0itemactivemarginbottom,level0itemactivemarginleft,level0itemactivemargins,level0itemactivepaddingtop,level0itemactivepaddingright,level0itemactivepaddingbottom,level0itemactivepaddingleft,level0itemactivepaddings,level0itemactiveheight,level0itemactivebordertopcolor,level0itemactivebordertopsize,level0itemactivebordertopstyle,level0itemactiveborderrightcolor,level0itemactiveborderrightsize,level0itemactiveborderrightstyle,level0itemactiveborderbottomcolor,level0itemactiveborderbottomsize,level0itemactiveborderbottomstyle,level0itemactiveborderleftcolor,level0itemactiveborderleftsize,level0itemactiveborderleftstyle,level0itemactiveborderscolor,level0itemactiveborderssize,level0itemactivebordersunit,level0itemactivebordersstyle,level0itemactiveborderradiustopright,level0itemactiveborderradiusbottomright,level0itemactiveborderradiusbottomleft,level0itemactiveborderradiustopleft,level0itemactiveborderradius,level0itemactiveborderradiusunit,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivealignement,level0itemactivefontbold,level0itemactivefontitalic,level0itemactivefontunderline,level0itemactivefontuppercase,level0itemactivecolor,level0itemactivefontsize,level0itemactivefontunit,level0itemactivefontfamily,level0itemactivewordspacing,level0itemactiveletterspacing,level0itemactivelineheight,level0itemactivetextindent,level0itemactivebackgroundimageurl,level0itemactivebackgroundimageleft,level0itemactivebackgroundimagetop,level0itemactivebackgroundimagerepeat,level0itemactivebackgroundopacity,level0itemactivebackgroundcolorstart,level0itemactivebackgroundpositionstop1,level0itemactivebackgroundcolorstop1,level0itemactivebackgroundpositionstop2,level0itemactivebackgroundcolorstop2,level0itemactivebackgroundpositionend,level0itemactivebackgroundcolorend,level0itemactivebackgrounddirection,level0itemactiveshadowcolor,level0itemactiveshadowblur,level0itemactiveshadowspread,level0itemactiveshadowoffseth,level0itemactiveshadowoffsetv,level0itemactivecustom,level1bgmargintop,level1bgmarginright,level1bgmarginbottom,level1bgmarginleft,level1bgmargins,level1bgpaddingtop,level1bgpaddingright,level1bgpaddingbottom,level1bgpaddingleft,level1bgpaddings,level1bgwidth,level1bgbordertopcolor,level1bgbordertopsize,level1bgbordertopstyle,level1bgborderrightcolor,level1bgborderrightsize,level1bgborderrightstyle,level1bgborderbottomcolor,level1bgborderbottomsize,level1bgborderbottomstyle,level1bgborderleftcolor,level1bgborderleftsize,level1bgborderleftstyle,level1bgborderscolor,level1bgborderssize,level1bgbordersunit,level1bgbordersstyle,level1bgborderradiustopright,level1bgborderradiusbottomright,level1bgborderradiusbottomleft,level1bgborderradiustopleft,level1bgborderradius,level1bgborderradiusunit,level1bgbackgroundimageurl,level1bgbackgroundimageleft,level1bgbackgroundimagetop,level1bgbackgroundimagerepeat,level1bgbackgroundopacity,level1bgbackgroundcolorstart,level1bgbackgroundpositionstop1,level1bgbackgroundcolorstop1,level1bgbackgroundpositionstop2,level1bgbackgroundcolorstop2,level1bgbackgroundpositionend,level1bgbackgroundcolorend,level1bgbackgrounddirection,level1bgshadowcolor,level1bgshadowblur,level1bgshadowspread,level1bgshadowoffseth,level1bgshadowoffsetv,level1bgcustom,level1itemmargintop,level1itemmarginright,level1itemmarginbottom,level1itemmarginleft,level1itemmargins,level1itempaddingtop,level1itempaddingright,level1itempaddingbottom,level1itempaddingleft,level1itempaddings,level1itemheight,level1itembordertopcolor,level1itembordertopsize,level1itembordertopstyle,level1itemborderrightcolor,level1itemborderrightsize,level1itemborderrightstyle,level1itemborderbottomcolor,level1itemborderbottomsize,level1itemborderbottomstyle,level1itemborderleftcolor,level1itemborderleftsize,level1itemborderleftstyle,level1itemborderscolor,level1itemborderssize,level1itembordersunit,level1itembordersstyle,level1itemborderradiustopright,level1itemborderradiusbottomright,level1itemborderradiusbottomleft,level1itemborderradiustopleft,level1itemborderradius,level1itemborderradiusunit,level1itemalignement,level1itemalignement,level1itemalignement,level1itemalignement,level1itemfontbold,level1itemfontitalic,level1itemfontunderline,level1itemfontuppercase,level1itemcolor,level1itemfontsize,level1itemfontunit,level1itemfontfamily,level1itemwordspacing,level1itemletterspacing,level1itemlineheight,level1itemtextindent,level1itembackgroundimageurl,level1itembackgroundimageleft,level1itembackgroundimagetop,level1itembackgroundimagerepeat,level1itembackgroundopacity,level1itembackgroundcolorstart,level1itembackgroundpositionstop1,level1itembackgroundcolorstop1,level1itembackgroundpositionstop2,level1itembackgroundcolorstop2,level1itembackgroundpositionend,level1itembackgroundcolorend,level1itembackgrounddirection,level1itemshadowcolor,level1itemshadowblur,level1itemshadowspread,level1itemshadowoffseth,level1itemshadowoffsetv,level1itemcustom,level1itemhovermargintop,level1itemhovermarginright,level1itemhovermarginbottom,level1itemhovermarginleft,level1itemhovermargins,level1itemhoverpaddingtop,level1itemhoverpaddingright,level1itemhoverpaddingbottom,level1itemhoverpaddingleft,level1itemhoverpaddings,level1itemhoverheight,level1itemhoverbordertopcolor,level1itemhoverbordertopsize,level1itemhoverbordertopstyle,level1itemhoverborderrightcolor,level1itemhoverborderrightsize,level1itemhoverborderrightstyle,level1itemhoverborderbottomcolor,level1itemhoverborderbottomsize,level1itemhoverborderbottomstyle,level1itemhoverborderleftcolor,level1itemhoverborderleftsize,level1itemhoverborderleftstyle,level1itemhoverborderscolor,level1itemhoverborderssize,level1itemhoverbordersunit,level1itemhoverbordersstyle,level1itemhoverborderradiustopright,level1itemhoverborderradiusbottomright,level1itemhoverborderradiusbottomleft,level1itemhoverborderradiustopleft,level1itemhoverborderradius,level1itemhoverborderradiusunit,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoveralignement,level1itemhoverfontbold,level1itemhoverfontitalic,level1itemhoverfontunderline,level1itemhoverfontuppercase,level1itemhovercolor,level1itemhoverfontsize,level1itemhoverfontunit,level1itemhoverfontfamily,level1itemhoverwordspacing,level1itemhoverletterspacing,level1itemhoverlineheight,level1itemhovertextindent,level1itemhoverbackgroundimageurl,level1itemhoverbackgroundimageleft,level1itemhoverbackgroundimagetop,level1itemhoverbackgroundimagerepeat,level1itemhoverbackgroundopacity,level1itemhoverbackgroundcolorstart,level1itemhoverbackgroundpositionstop1,level1itemhoverbackgroundcolorstop1,level1itemhoverbackgroundpositionstop2,level1itemhoverbackgroundcolorstop2,level1itemhoverbackgroundpositionend,level1itemhoverbackgroundcolorend,level1itemhoverbackgrounddirection,level1itemhovershadowcolor,level1itemhovershadowblur,level1itemhovershadowspread,level1itemhovershadowoffseth,level1itemhovershadowoffsetv,level1itemhovercustom,level1itemactivemargintop,level1itemactivemarginright,level1itemactivemarginbottom,level1itemactivemarginleft,level1itemactivemargins,level1itemactivepaddingtop,level1itemactivepaddingright,level1itemactivepaddingbottom,level1itemactivepaddingleft,level1itemactivepaddings,level1itemactiveheight,level1itemactivebordertopcolor,level1itemactivebordertopsize,level1itemactivebordertopstyle,level1itemactiveborderrightcolor,level1itemactiveborderrightsize,level1itemactiveborderrightstyle,level1itemactiveborderbottomcolor,level1itemactiveborderbottomsize,level1itemactiveborderbottomstyle,level1itemactiveborderleftcolor,level1itemactiveborderleftsize,level1itemactiveborderleftstyle,level1itemactiveborderscolor,level1itemactiveborderssize,level1itemactivebordersunit,level1itemactivebordersstyle,level1itemactiveborderradiustopright,level1itemactiveborderradiusbottomright,level1itemactiveborderradiusbottomleft,level1itemactiveborderradiustopleft,level1itemactiveborderradius,level1itemactiveborderradiusunit,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivealignement,level1itemactivefontbold,level1itemactivefontitalic,level1itemactivefontunderline,level1itemactivefontuppercase,level1itemactivecolor,level1itemactivefontsize,level1itemactivefontunit,level1itemactivefontfamily,level1itemactivewordspacing,level1itemactiveletterspacing,level1itemactivelineheight,level1itemactivetextindent,level1itemactivebackgroundimageurl,level1itemactivebackgroundimageleft,level1itemactivebackgroundimagetop,level1itemactivebackgroundimagerepeat,level1itemactivebackgroundopacity,level1itemactivebackgroundcolorstart,level1itemactivebackgroundpositionstop1,level1itemactivebackgroundcolorstop1,level1itemactivebackgroundpositionstop2,level1itemactivebackgroundcolorstop2,level1itemactivebackgroundpositionend,level1itemactivebackgroundcolorend,level1itemactivebackgrounddirection,level1itemactiveshadowcolor,level1itemactiveshadowblur,level1itemactiveshadowspread,level1itemactiveshadowoffseth,level1itemactiveshadowoffsetv,level1itemactivecustom,level2bgmargintop,level2bgmarginright,level2bgmarginbottom,level2bgmarginleft,level2bgmargins,level2bgpaddingtop,level2bgpaddingright,level2bgpaddingbottom,level2bgpaddingleft,level2bgpaddings,level2bgwidth,level2bgbordertopcolor,level2bgbordertopsize,level2bgbordertopstyle,level2bgborderrightcolor,level2bgborderrightsize,level2bgborderrightstyle,level2bgborderbottomcolor,level2bgborderbottomsize,level2bgborderbottomstyle,level2bgborderleftcolor,level2bgborderleftsize,level2bgborderleftstyle,level2bgborderscolor,level2bgborderssize,level2bgbordersunit,level2bgbordersstyle,level2bgborderradiustopright,level2bgborderradiusbottomright,level2bgborderradiusbottomleft,level2bgborderradiustopleft,level2bgborderradius,level2bgborderradiusunit,level2bgbackgroundimageurl,level2bgbackgroundimageleft,level2bgbackgroundimagetop,level2bgbackgroundimagerepeat,level2bgbackgroundopacity,level2bgbackgroundcolorstart,level2bgbackgroundpositionstop1,level2bgbackgroundcolorstop1,level2bgbackgroundpositionstop2,level2bgbackgroundcolorstop2,level2bgbackgroundpositionend,level2bgbackgroundcolorend,level2bgbackgrounddirection,level2bgshadowcolor,level2bgshadowblur,level2bgshadowspread,level2bgshadowoffseth,level2bgshadowoffsetv,level2bgcustom,username,password,remember\" blocbordertopsize=\"1\" blocbordertopcolor=\"#888888\" ckid=\"custom\" id=\"ID1325946500715\" class=\"custombloc ckbloc \"><div style=\"visibility: hidden; opacity: 0;\" class=\"ckfields\"><div class=\"controlDel isControl\"></div><div class=\"controlUp isControl\"></div><div class=\"controlDown isControl\"></div><div class=\"controlCss isControl\">CSS</div><label class=\"labelblock\">ID</label><input name=\"ckid\" size=\"8\" class=\"ckfield\" type=\"text\"><div style=\"clear: both;\"></div></div><div class=\"ckstyle\">\r\n\r\n<div id=\"system-message-container\">\r\n</div>\r\n		<style>\r\n#ID1325946500715 {\r\n	border-top: #888888 1px solid;\r\n	margin-top: 10px;\r\n	text-align: left;\r\n}\r\n\r\n#ID1325946500715 div.moduletable, #ID1325946500715 div.module,\r\n#ID1325946500715 div.moduletable_menu, #ID1325946500715 div.module_menu {\r\n	text-align: left;\r\n}\r\n\r\n#ID1325946500715 div.moduletable h3, #ID1325946500715 div.module h3,\r\n#ID1325946500715 div.moduletable_menu h3, #ID1325946500715 div.module_menu h3 {\r\n	text-align: left;\r\n}\r\n</style>\r\n	</div><div class=\"customcont\" style=\"height: 75px; background-color: rgb(239, 239, 239); border: 1px solid rgb(102, 102, 102); margin-left: 290px;\" contenteditable=\"true\">&lt;p style=\"text-align:center;\"&gt;This template has been created with Template Creator by Cédric KEIFLIN&lt;/p&gt;</div></div></div>\r\n\r\n</div>\r\n','','','','');
/*!40000 ALTER TABLE `m9qyl_templateck` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_templateck_fonts`
--

DROP TABLE IF EXISTS `m9qyl_templateck_fonts`;
CREATE TABLE `m9qyl_templateck_fonts` (
  `id` int(11) NOT NULL auto_increment,
  `name` text NOT NULL,
  `styles` text NOT NULL,
  `fontfamilies` text NOT NULL,
  `published` int(11) NOT NULL default '1',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_templateck_fonts`
--

LOCK TABLES `m9qyl_templateck_fonts` WRITE;
/*!40000 ALTER TABLE `m9qyl_templateck_fonts` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_templateck_fonts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_templateck_mobile`
--

DROP TABLE IF EXISTS `m9qyl_templateck_mobile`;
CREATE TABLE `m9qyl_templateck_mobile` (
  `id` int(11) NOT NULL auto_increment,
  `resolution1` longtext NOT NULL,
  `resolution2` longtext NOT NULL,
  `resolution3` longtext NOT NULL,
  `resolution4` longtext NOT NULL,
  `templateid` int(11) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_templateck_mobile`
--

LOCK TABLES `m9qyl_templateck_mobile` WRITE;
/*!40000 ALTER TABLE `m9qyl_templateck_mobile` DISABLE KEYS */;
INSERT INTO `m9qyl_templateck_mobile` VALUES (1,'[{\"class\":\"mainbanner ckbloc \",\"ckid\":\"mainbanner\",\"ckmobile\":\"mobile_notaligned\"},{\"class\":\"horiznav ckbloc \",\"ckid\":\"nav\",\"ckmobile\":\"mobile_notaligned\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"slideshow\",\"ckmobile\":\"\"},{\"class\":\"flexiblemodules ckbloc \",\"ckid\":\"modulestop\",\"ckmobile\":\"mobile_notaligned\"},{\"class\":\"maincontent ckbloc \",\"ckid\":\"main\",\"ckmobile\":\"mobile_notaligned\"},{\"class\":\"flexiblemodules ckbloc \",\"ckid\":\"modulesbottom\",\"ckmobile\":\"mobile_notaligned\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"footer\",\"ckmobile\":\"\"}]','[{\"class\":\"mainbanner ckbloc \",\"ckid\":\"mainbanner\",\"ckmobile\":\"\"},{\"class\":\"horiznav ckbloc focus\",\"ckid\":\"nav\",\"ckmobile\":\"mobile_alignhalf\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"slideshow\",\"ckmobile\":\"\"},{\"class\":\"flexiblemodules ckbloc \",\"ckid\":\"modulestop\",\"ckmobile\":\"mobile_alignhalf\"},{\"class\":\"maincontent ckbloc \",\"ckid\":\"main\",\"ckmobile\":\"mobile_rightbottom\"},{\"class\":\"flexiblemodules ckbloc \",\"ckid\":\"modulesbottom\",\"ckmobile\":\"mobile_alignhalf\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"footer\",\"ckmobile\":\"\"}]','[{\"class\":\"mainbanner ckbloc \",\"ckid\":\"mainbanner\",\"ckmobile\":\"\"},{\"class\":\"horiznav ckbloc \",\"ckid\":\"nav\",\"ckmobile\":\"mobile_alignhalf\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"slideshow\",\"ckmobile\":\"\"},{\"class\":\"flexiblemodules ckbloc \",\"ckid\":\"modulestop\",\"ckmobile\":\"mobile_default\"},{\"class\":\"maincontent ckbloc \",\"ckid\":\"main\",\"ckmobile\":\"mobile_default\"},{\"class\":\"flexiblemodules ckbloc \",\"ckid\":\"modulesbottom\",\"ckmobile\":\"mobile_default\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"footer\",\"ckmobile\":\"\"}]','[{\"class\":\"mainbanner ckbloc \",\"ckid\":\"mainbanner\",\"ckmobile\":\"\"},{\"class\":\"horiznav ckbloc \",\"ckid\":\"nav\",\"ckmobile\":\"\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"slideshow\",\"ckmobile\":\"\"},{\"class\":\"flexiblemodules ckbloc \",\"ckid\":\"modulestop\",\"ckmobile\":\"\"},{\"class\":\"maincontent ckbloc \",\"ckid\":\"main\",\"ckmobile\":\"\"},{\"class\":\"flexiblemodules ckbloc \",\"ckid\":\"modulesbottom\",\"ckmobile\":\"\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"footer\",\"ckmobile\":\"\"}]',2),(2,'[{\"class\":\"mainbanner ckbloc \",\"ckid\":\"mainbanner\",\"ckmobile\":\"\"},{\"class\":\"horiznav ckbloc\",\"ckid\":\"nav\",\"ckmobile\":\"\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"module\",\"ckmobile\":\"\"},{\"class\":\"flexiblemodules ckbloc\",\"ckid\":\"modules\",\"ckmobile\":\"\"},{\"class\":\"maincontent ckbloc\",\"ckid\":\"main\",\"ckmobile\":\"\"}]','[{\"class\":\"mainbanner ckbloc \",\"ckid\":\"mainbanner\",\"ckmobile\":\"mobile_default\"},{\"class\":\"horiznav ckbloc \",\"ckid\":\"nav\",\"ckmobile\":\"\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"module\",\"ckmobile\":\"\"},{\"class\":\"flexiblemodules ckbloc\",\"ckid\":\"modules\",\"ckmobile\":\"\"},{\"class\":\"maincontent ckbloc focus\",\"ckid\":\"main\",\"ckmobile\":\"mobile_notaligned\"}]','[{\"class\":\"mainbanner ckbloc \",\"ckid\":\"mainbanner\",\"ckmobile\":\"\"},{\"class\":\"horiznav ckbloc\",\"ckid\":\"nav\",\"ckmobile\":\"\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"module\",\"ckmobile\":\"\"},{\"class\":\"flexiblemodules ckbloc\",\"ckid\":\"modules\",\"ckmobile\":\"\"},{\"class\":\"maincontent ckbloc\",\"ckid\":\"main\",\"ckmobile\":\"\"}]','[{\"class\":\"mainbanner ckbloc \",\"ckid\":\"mainbanner\",\"ckmobile\":\"\"},{\"class\":\"horiznav ckbloc\",\"ckid\":\"nav\",\"ckmobile\":\"\"},{\"class\":\"singlemodule ckbloc \",\"ckid\":\"module\",\"ckmobile\":\"\"},{\"class\":\"flexiblemodules ckbloc\",\"ckid\":\"modules\",\"ckmobile\":\"\"},{\"class\":\"maincontent ckbloc\",\"ckid\":\"main\",\"ckmobile\":\"\"}]',3);
/*!40000 ALTER TABLE `m9qyl_templateck_mobile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_update_categories`
--

DROP TABLE IF EXISTS `m9qyl_update_categories`;
CREATE TABLE `m9qyl_update_categories` (
  `categoryid` int(11) NOT NULL auto_increment,
  `name` varchar(20) default '',
  `description` text NOT NULL,
  `parent` int(11) default '0',
  `updatesite` int(11) default '0',
  PRIMARY KEY  (`categoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Update Categories';

--
-- Dumping data for table `m9qyl_update_categories`
--

LOCK TABLES `m9qyl_update_categories` WRITE;
/*!40000 ALTER TABLE `m9qyl_update_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_update_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_update_sites`
--

DROP TABLE IF EXISTS `m9qyl_update_sites`;
CREATE TABLE `m9qyl_update_sites` (
  `update_site_id` int(11) NOT NULL auto_increment,
  `name` varchar(100) default '',
  `type` varchar(20) default '',
  `location` text NOT NULL,
  `enabled` int(11) default '0',
  `last_check_timestamp` bigint(20) default '0',
  PRIMARY KEY  (`update_site_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Update Sites';

--
-- Dumping data for table `m9qyl_update_sites`
--

LOCK TABLES `m9qyl_update_sites` WRITE;
/*!40000 ALTER TABLE `m9qyl_update_sites` DISABLE KEYS */;
INSERT INTO `m9qyl_update_sites` VALUES (1,'Joomla Core','collection','http://update.joomla.org/core/list.xml',1,1362993921),(2,'Joomla Extension Directory','collection','http://update.joomla.org/jed/list.xml',1,1362993921),(3,'Accredited Joomla! Translations','collection','http://update.joomla.org/language/translationlist.xml',1,1362993923),(4,'Tweet Display Back Updates','extension','http://www.flbab.com/updates/TDB.xml',0,1362825287),(5,'Foxcontact update site','extension','http://www.fox.ra.it/phocadownload/foxcontact.xml',1,1362993923);
/*!40000 ALTER TABLE `m9qyl_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_update_sites_extensions`
--

DROP TABLE IF EXISTS `m9qyl_update_sites_extensions`;
CREATE TABLE `m9qyl_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL default '0',
  `extension_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`update_site_id`,`extension_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Links extensions to update sites';

--
-- Dumping data for table `m9qyl_update_sites_extensions`
--

LOCK TABLES `m9qyl_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `m9qyl_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `m9qyl_update_sites_extensions` VALUES (1,700),(2,700),(3,600),(4,10006),(5,10012);
/*!40000 ALTER TABLE `m9qyl_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_updates`
--

DROP TABLE IF EXISTS `m9qyl_updates`;
CREATE TABLE `m9qyl_updates` (
  `update_id` int(11) NOT NULL auto_increment,
  `update_site_id` int(11) default '0',
  `extension_id` int(11) default '0',
  `categoryid` int(11) default '0',
  `name` varchar(100) default '',
  `description` text NOT NULL,
  `element` varchar(100) default '',
  `type` varchar(20) default '',
  `folder` varchar(20) default '',
  `client_id` tinyint(3) default '0',
  `version` varchar(10) default '',
  `data` text NOT NULL,
  `detailsurl` text NOT NULL,
  `infourl` text NOT NULL,
  PRIMARY KEY  (`update_id`)
) ENGINE=MyISAM AUTO_INCREMENT=63 DEFAULT CHARSET=utf8 COMMENT='Available Updates';

--
-- Dumping data for table `m9qyl_updates`
--

LOCK TABLES `m9qyl_updates` WRITE;
/*!40000 ALTER TABLE `m9qyl_updates` DISABLE KEYS */;
INSERT INTO `m9qyl_updates` VALUES (1,1,700,0,'Joomla','','joomla','file','',0,'2.5.9','','http://update.joomla.org/core/extension.xml',''),(2,3,0,0,'Armenian','','pkg_hy-AM','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/hy-AM_details.xml',''),(3,3,0,0,'Bahasa Indonesia','','pkg_id-ID','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/id-ID_details.xml',''),(4,3,0,0,'Danish','','pkg_da-DK','package','',0,'2.5.9.2','','http://update.joomla.org/language/details/da-DK_details.xml',''),(5,3,0,0,'Khmer','','pkg_km-KH','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/km-KH_details.xml',''),(6,3,0,0,'Swedish','','pkg_sv-SE','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/sv-SE_details.xml',''),(7,3,0,0,'Hungarian','','pkg_hu-HU','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/hu-HU_details.xml',''),(8,3,0,0,'Bulgarian','','pkg_bg-BG','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/bg-BG_details.xml',''),(9,3,0,0,'French','','pkg_fr-FR','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/fr-FR_details.xml',''),(10,3,0,0,'Italian','','pkg_it-IT','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/it-IT_details.xml',''),(11,3,0,0,'Spanish','','pkg_es-ES','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/es-ES_details.xml',''),(12,3,0,0,'Dutch','','pkg_nl-NL','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/nl-NL_details.xml',''),(13,3,0,0,'Turkish','','pkg_tr-TR','package','',0,'2.5.7.2','','http://update.joomla.org/language/details/tr-TR_details.xml',''),(14,3,0,0,'Ukrainian','','pkg_uk-UA','package','',0,'2.5.7.2','','http://update.joomla.org/language/details/uk-UA_details.xml',''),(15,3,0,0,'Slovak','','pkg_sk-SK','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/sk-SK_details.xml',''),(16,3,0,0,'Belarusian','','pkg_be-BY','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/be-BY_details.xml',''),(17,3,0,0,'Latvian','','pkg_lv-LV','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/lv-LV_details.xml',''),(18,3,0,0,'Estonian','','pkg_et-EE','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/et-EE_details.xml',''),(19,3,0,0,'Romanian','','pkg_ro-RO','package','',0,'2.5.5.3','','http://update.joomla.org/language/details/ro-RO_details.xml',''),(20,3,0,0,'Flemish','','pkg_nl-BE','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/nl-BE_details.xml',''),(21,3,0,0,'Macedonian','','pkg_mk-MK','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/mk-MK_details.xml',''),(22,3,0,0,'Japanese','','pkg_ja-JP','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/ja-JP_details.xml',''),(23,3,0,0,'Serbian Latin','','pkg_sr-YU','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/sr-YU_details.xml',''),(24,3,0,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/ar-AA_details.xml',''),(25,3,0,0,'German','','pkg_de-DE','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/de-DE_details.xml',''),(26,3,0,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'2.5.9.2','','http://update.joomla.org/language/details/nb-NO_details.xml',''),(27,3,0,0,'English AU','','pkg_en-AU','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/en-AU_details.xml',''),(28,3,0,0,'English US','','pkg_en-US','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/en-US_details.xml',''),(29,3,0,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/sr-RS_details.xml',''),(30,3,0,0,'Lithuanian','','pkg_lt-LT','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/lt-LT_details.xml',''),(31,3,0,0,'Albanian','','pkg_sq-AL','package','',0,'2.5.1.5','','http://update.joomla.org/language/details/sq-AL_details.xml',''),(32,3,0,0,'Persian','','pkg_fa-IR','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/fa-IR_details.xml',''),(33,3,0,0,'Galician','','pkg_gl-ES','package','',0,'2.5.7.4','','http://update.joomla.org/language/details/gl-ES_details.xml',''),(34,3,0,0,'Polish','','pkg_pl-PL','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/pl-PL_details.xml',''),(35,3,0,0,'Syriac','','pkg_sy-IQ','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/sy-IQ_details.xml',''),(36,3,0,0,'Portuguese','','pkg_pt-PT','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/pt-PT_details.xml',''),(37,3,0,0,'Russian','','pkg_ru-RU','package','',0,'2.5.8.4','','http://update.joomla.org/language/details/ru-RU_details.xml',''),(38,3,0,0,'Hebrew','','pkg_he-IL','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/he-IL_details.xml',''),(39,3,0,0,'Catalan','','pkg_ca-ES','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/ca-ES_details.xml',''),(40,3,0,0,'Laotian','','pkg_lo-LA','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/lo-LA_details.xml',''),(41,3,0,0,'Afrikaans','','pkg_af-ZA','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/af-ZA_details.xml',''),(42,3,0,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/zh-CN_details.xml',''),(43,3,0,0,'Greek','','pkg_el-GR','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/el-GR_details.xml',''),(44,3,0,0,'Esperanto','','pkg_eo-XX','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/eo-XX_details.xml',''),(45,3,0,0,'Finnish','','pkg_fi-FI','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/fi-FI_details.xml',''),(46,3,0,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/pt-BR_details.xml',''),(47,3,0,0,'Chinese Traditional','','pkg_zh-TW','package','',0,'2.5.7.2','','http://update.joomla.org/language/details/zh-TW_details.xml',''),(48,3,0,0,'Vietnamese','','pkg_vi-VN','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/vi-VN_details.xml',''),(49,3,0,0,'Kurdish Sorani','','pkg_ckb-IQ','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/ckb-IQ_details.xml',''),(50,3,0,0,'Bosnian','','pkg_bs-BA','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/bs-BA_details.xml',''),(51,3,0,0,'Croatian','','pkg_hr-HR','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/hr-HR_details.xml',''),(52,3,0,0,'Azeri','','pkg_az-AZ','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/az-AZ_details.xml',''),(53,3,0,0,'Norwegian Nynorsk','','pkg_nn-NO','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/nn-NO_details.xml',''),(54,3,0,0,'Tamil India','','pkg_ta-IN','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/ta-IN_details.xml',''),(55,3,0,0,'Scottish Gaelic','','pkg_gd-GB','package','',0,'2.5.7.1','','http://update.joomla.org/language/details/gd-GB_details.xml',''),(56,3,0,0,'Thai','','pkg_th-TH','package','',0,'2.5.8.1','','http://update.joomla.org/language/details/th-TH_details.xml',''),(57,3,0,0,'Basque','','pkg_eu-ES','package','',0,'1.7.0.1','','http://update.joomla.org/language/details/eu-ES_details.xml',''),(58,3,0,0,'Uyghur','','pkg_ug-CN','package','',0,'2.5.7.2','','http://update.joomla.org/language/details/ug-CN_details.xml',''),(59,3,0,0,'Korean','','pkg_ko-KR','package','',0,'2.5.7.2','','http://update.joomla.org/language/details/ko-KR_details.xml',''),(60,3,0,0,'Hindi','','pkg_hi-IN','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/hi-IN_details.xml',''),(61,3,0,0,'Welsh','','pkg_cy-GB','package','',0,'2.5.6.1','','http://update.joomla.org/language/details/cy-GB_details.xml',''),(62,3,0,0,'Swahili','','pkg_sw-KE','package','',0,'2.5.9.1','','http://update.joomla.org/language/details/sw-KE_details.xml','');
/*!40000 ALTER TABLE `m9qyl_updates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_user_notes`
--

DROP TABLE IF EXISTS `m9qyl_user_notes`;
CREATE TABLE `m9qyl_user_notes` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `user_id` int(10) unsigned NOT NULL default '0',
  `catid` int(10) unsigned NOT NULL default '0',
  `subject` varchar(100) NOT NULL default '',
  `body` text NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `checked_out` int(10) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL default '0',
  `created_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL,
  `modified_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `review_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_category_id` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_user_notes`
--

LOCK TABLES `m9qyl_user_notes` WRITE;
/*!40000 ALTER TABLE `m9qyl_user_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_user_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_user_profiles`
--

DROP TABLE IF EXISTS `m9qyl_user_profiles`;
CREATE TABLE `m9qyl_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) NOT NULL,
  `profile_value` varchar(255) NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Simple user profile storage table';

--
-- Dumping data for table `m9qyl_user_profiles`
--

LOCK TABLES `m9qyl_user_profiles` WRITE;
/*!40000 ALTER TABLE `m9qyl_user_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_user_usergroup_map`
--

DROP TABLE IF EXISTS `m9qyl_user_usergroup_map`;
CREATE TABLE `m9qyl_user_usergroup_map` (
  `user_id` int(10) unsigned NOT NULL default '0' COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) unsigned NOT NULL default '0' COMMENT 'Foreign Key to #__usergroups.id',
  PRIMARY KEY  (`user_id`,`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_user_usergroup_map`
--

LOCK TABLES `m9qyl_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `m9qyl_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `m9qyl_user_usergroup_map` VALUES (888,8);
/*!40000 ALTER TABLE `m9qyl_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_usergroups`
--

DROP TABLE IF EXISTS `m9qyl_usergroups`;
CREATE TABLE `m9qyl_usergroups` (
  `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key',
  `parent_id` int(10) unsigned NOT NULL default '0' COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.',
  `title` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  KEY `idx_usergroup_title_lookup` (`title`),
  KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  KEY `idx_usergroup_nested_set_lookup` USING BTREE (`lft`,`rgt`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_usergroups`
--

LOCK TABLES `m9qyl_usergroups` WRITE;
/*!40000 ALTER TABLE `m9qyl_usergroups` DISABLE KEYS */;
INSERT INTO `m9qyl_usergroups` VALUES (1,0,1,20,'Public'),(2,1,6,17,'Registered'),(3,2,7,14,'Author'),(4,3,8,11,'Editor'),(5,4,9,10,'Publisher'),(6,1,2,5,'Manager'),(7,6,3,4,'Administrator'),(8,1,18,19,'Super Users'),(12,2,15,16,'Customer Group (Example)'),(10,3,12,13,'Shop Suppliers (Example)');
/*!40000 ALTER TABLE `m9qyl_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_users`
--

DROP TABLE IF EXISTS `m9qyl_users`;
CREATE TABLE `m9qyl_users` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  `username` varchar(150) NOT NULL default '',
  `email` varchar(100) NOT NULL default '',
  `password` varchar(100) NOT NULL default '',
  `usertype` varchar(25) NOT NULL default '',
  `block` tinyint(4) NOT NULL default '0',
  `sendEmail` tinyint(4) default '0',
  `registerDate` datetime NOT NULL default '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL default '',
  `params` text NOT NULL,
  `lastResetTime` datetime NOT NULL default '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL default '0' COMMENT 'Count of password resets since lastResetTime',
  PRIMARY KEY  (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`),
  KEY `idx_block` (`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=889 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_users`
--

LOCK TABLES `m9qyl_users` WRITE;
/*!40000 ALTER TABLE `m9qyl_users` DISABLE KEYS */;
INSERT INTO `m9qyl_users` VALUES (888,'Super User','admin','dt@gmauto.ge','afc692a30de2cfb9df6a1b87dfd55cb7:DnrA9blwbfhGRSGK5jmkac6VQ9xHOD80','deprecated',0,1,'2013-03-08 09:59:06','2013-03-12 09:04:28','0','','0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_viewlevels`
--

DROP TABLE IF EXISTS `m9qyl_viewlevels`;
CREATE TABLE `m9qyl_viewlevels` (
  `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key',
  `title` varchar(100) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_viewlevels`
--

LOCK TABLES `m9qyl_viewlevels` WRITE;
/*!40000 ALTER TABLE `m9qyl_viewlevels` DISABLE KEYS */;
INSERT INTO `m9qyl_viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',1,'[6,2,8]'),(3,'Special',2,'[6,3,8]'),(4,'Customer Access Level (Example)',3,'[6,3,12]');
/*!40000 ALTER TABLE `m9qyl_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_adminmenuentries`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_adminmenuentries`;
CREATE TABLE `m9qyl_virtuemart_adminmenuentries` (
  `id` tinyint(1) unsigned NOT NULL auto_increment,
  `module_id` tinyint(10) unsigned NOT NULL default '0' COMMENT 'The ID of the VM Module, this Item is assigned to',
  `parent_id` tinyint(11) unsigned NOT NULL default '0',
  `name` char(64) NOT NULL default '0',
  `link` char(64) NOT NULL default '0',
  `depends` char(64) NOT NULL default '' COMMENT 'Names of the Parameters, this Item depends on',
  `icon_class` char(96) default NULL,
  `ordering` int(2) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `tooltip` char(128) default NULL,
  `view` char(32) default NULL,
  `task` char(32) default NULL,
  PRIMARY KEY  (`id`),
  KEY `module_id` (`module_id`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COMMENT='Administration Menu Items';

--
-- Dumping data for table `m9qyl_virtuemart_adminmenuentries`
--

LOCK TABLES `m9qyl_virtuemart_adminmenuentries` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_adminmenuentries` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_adminmenuentries` VALUES (1,1,0,'COM_VIRTUEMART_CATEGORY_S','','','vmicon vmicon-16-folder_camera',1,1,'','category',''),(2,1,0,'COM_VIRTUEMART_PRODUCT_S','','','vmicon vmicon-16-camera',2,1,'','product',''),(3,1,0,'COM_VIRTUEMART_PRODUCT_CUSTOM_FIELD_S','','','vmicon vmicon-16-document_move',5,1,'','custom',''),(4,1,0,'COM_VIRTUEMART_PRODUCT_INVENTORY','','','vmicon vmicon-16-price_watch',7,1,'','inventory',''),(5,1,0,'COM_VIRTUEMART_CALC_S','','','vmicon vmicon-16-calculator',8,1,'','calc',''),(6,1,0,'COM_VIRTUEMART_REVIEW_RATE_S','','','vmicon vmicon-16-comments',9,1,'','ratings',''),(7,2,0,'COM_VIRTUEMART_ORDER_S','','','vmicon vmicon-16-page_white_stack',1,1,'','orders',''),(8,2,0,'COM_VIRTUEMART_COUPON_S','','','vmicon vmicon-16-shopping',10,1,'','coupon',''),(9,2,0,'COM_VIRTUEMART_REPORT','','','vmicon vmicon-16-to_do_list_cheked_1',3,1,'','report',''),(10,2,0,'COM_VIRTUEMART_USER_S','','','vmicon vmicon-16-user',4,1,'','user',''),(11,2,0,'COM_VIRTUEMART_SHOPPERGROUP_S','','','vmicon vmicon-16-user-group',5,1,'','shoppergroup',''),(12,3,0,'COM_VIRTUEMART_MANUFACTURER_S','','','vmicon vmicon-16-wrench_orange',1,1,'','manufacturer',''),(13,3,0,'COM_VIRTUEMART_MANUFACTURER_CATEGORY_S','','','vmicon vmicon-16-folder_wrench',2,1,'','manufacturercategories',''),(14,4,0,'COM_VIRTUEMART_STORE','','','vmicon vmicon-16-reseller_account_template',1,1,'','user','editshop'),(15,4,0,'COM_VIRTUEMART_MEDIA_S','','','vmicon vmicon-16-pictures',2,1,'','media',''),(16,4,0,'COM_VIRTUEMART_SHIPMENTMETHOD_S','','','vmicon vmicon-16-lorry',3,1,'','shipmentmethod',''),(17,4,0,'COM_VIRTUEMART_PAYMENTMETHOD_S','','','vmicon vmicon-16-creditcards',4,1,'','paymentmethod',''),(18,5,0,'COM_VIRTUEMART_CONFIGURATION','','','vmicon vmicon-16-config',1,1,'','config',''),(19,5,0,'COM_VIRTUEMART_USERFIELD_S','','','vmicon vmicon-16-participation_rate',2,1,'','userfields',''),(20,5,0,'COM_VIRTUEMART_ORDERSTATUS_S','','','vmicon vmicon-16-orderstatus',3,1,'','orderstatus',''),(21,5,0,'COM_VIRTUEMART_CURRENCY_S','','','vmicon vmicon-16-coins',5,1,'','currency',''),(22,5,0,'COM_VIRTUEMART_COUNTRY_S','','','vmicon vmicon-16-globe',6,1,'','country',''),(23,11,0,'COM_VIRTUEMART_MIGRATION_UPDATE','','','vmicon vmicon-16-installer_box',1,1,'','updatesmigration',''),(24,11,0,'COM_VIRTUEMART_ABOUT','','','vmicon vmicon-16-info',2,1,'','about',''),(25,11,0,'COM_VIRTUEMART_HELP_TOPICS','http://virtuemart.net/','','vmicon vmicon-16-help',4,1,'','',''),(26,11,0,'COM_VIRTUEMART_COMMUNITY_FORUM','http://forum.virtuemart.net/','','vmicon vmicon-16-reseller_programm',6,1,'','',''),(27,11,0,'COM_VIRTUEMART_STATISTIC_SUMMARY','','','vmicon vmicon-16-info',1,1,'','virtuemart',''),(28,77,0,'COM_VIRTUEMART_USER_GROUP_S','','','vmicon vmicon-16-user',2,1,'','usergroups','');
/*!40000 ALTER TABLE `m9qyl_virtuemart_adminmenuentries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_calc_categories`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_calc_categories`;
CREATE TABLE `m9qyl_virtuemart_calc_categories` (
  `id` mediumint(1) unsigned NOT NULL auto_increment,
  `virtuemart_calc_id` smallint(1) unsigned NOT NULL default '0',
  `virtuemart_category_id` smallint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_calc_id` (`virtuemart_calc_id`,`virtuemart_category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_calc_categories`
--

LOCK TABLES `m9qyl_virtuemart_calc_categories` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calc_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calc_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_calc_countries`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_calc_countries`;
CREATE TABLE `m9qyl_virtuemart_calc_countries` (
  `id` mediumint(1) unsigned NOT NULL auto_increment,
  `virtuemart_calc_id` smallint(1) unsigned NOT NULL default '0',
  `virtuemart_country_id` smallint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_calc_id` (`virtuemart_calc_id`,`virtuemart_country_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_calc_countries`
--

LOCK TABLES `m9qyl_virtuemart_calc_countries` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calc_countries` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calc_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_calc_shoppergroups`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_calc_shoppergroups`;
CREATE TABLE `m9qyl_virtuemart_calc_shoppergroups` (
  `id` mediumint(1) unsigned NOT NULL auto_increment,
  `virtuemart_calc_id` smallint(1) unsigned NOT NULL default '0',
  `virtuemart_shoppergroup_id` smallint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_calc_id` (`virtuemart_calc_id`,`virtuemart_shoppergroup_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_calc_shoppergroups`
--

LOCK TABLES `m9qyl_virtuemart_calc_shoppergroups` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calc_shoppergroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calc_shoppergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_calc_states`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_calc_states`;
CREATE TABLE `m9qyl_virtuemart_calc_states` (
  `id` mediumint(1) unsigned NOT NULL auto_increment,
  `virtuemart_calc_id` smallint(1) unsigned NOT NULL default '0',
  `virtuemart_state_id` smallint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_calc_id` (`virtuemart_calc_id`,`virtuemart_state_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_calc_states`
--

LOCK TABLES `m9qyl_virtuemart_calc_states` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calc_states` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calc_states` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_calcs`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_calcs`;
CREATE TABLE `m9qyl_virtuemart_calcs` (
  `virtuemart_calc_id` smallint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '1' COMMENT 'Belongs to vendor',
  `calc_jplugin_id` int(11) NOT NULL default '0',
  `calc_name` char(64) NOT NULL default '' COMMENT 'Name of the rule',
  `calc_descr` char(128) NOT NULL default '' COMMENT 'Description',
  `calc_kind` char(16) NOT NULL default '' COMMENT 'Discount/Tax/Margin/Commission',
  `calc_value_mathop` char(8) NOT NULL default '' COMMENT 'the mathematical operation like (+,-,+%,-%)',
  `calc_value` decimal(10,4) NOT NULL default '0.0000' COMMENT 'The Amount',
  `calc_currency` smallint(1) unsigned NOT NULL default '0' COMMENT 'Currency of the Rule',
  `calc_shopper_published` tinyint(1) NOT NULL default '0' COMMENT 'Visible for Shoppers',
  `calc_vendor_published` tinyint(1) NOT NULL default '0' COMMENT 'Visible for Vendors',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00' COMMENT 'Startdate if nothing is set = permanent',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00' COMMENT 'Enddate if nothing is set = permanent',
  `for_override` tinyint(1) NOT NULL default '0',
  `calc_params` varchar(18000) default NULL,
  `ordering` int(2) NOT NULL default '0',
  `shared` tinyint(1) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_calc_id`),
  KEY `i_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_calcs`
--

LOCK TABLES `m9qyl_virtuemart_calcs` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calcs` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_calcs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_categories`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_categories`;
CREATE TABLE `m9qyl_virtuemart_categories` (
  `virtuemart_category_id` smallint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '0',
  `category_template` char(128) default NULL,
  `category_layout` char(64) default NULL,
  `category_product_layout` char(64) default NULL,
  `products_per_row` tinyint(2) default NULL,
  `limit_list_start` smallint(1) unsigned default NULL,
  `limit_list_step` smallint(1) unsigned default NULL,
  `limit_list_max` smallint(1) unsigned default NULL,
  `limit_list_initial` smallint(1) unsigned default NULL,
  `hits` int(1) unsigned NOT NULL default '0',
  `metarobot` char(40) NOT NULL default '',
  `metaauthor` char(64) NOT NULL default '',
  `ordering` int(2) NOT NULL default '0',
  `shared` tinyint(1) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_category_id`),
  KEY `idx_category_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Product Categories are stored here';

--
-- Dumping data for table `m9qyl_virtuemart_categories`
--

LOCK TABLES `m9qyl_virtuemart_categories` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_categories_en_gb`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_categories_en_gb`;
CREATE TABLE `m9qyl_virtuemart_categories_en_gb` (
  `virtuemart_category_id` int(1) unsigned NOT NULL,
  `category_name` char(180) NOT NULL default '',
  `category_description` varchar(20000) NOT NULL default '',
  `metadesc` varchar(400) NOT NULL default '',
  `metakey` varchar(400) NOT NULL default '',
  `customtitle` char(255) NOT NULL default '',
  `slug` char(192) NOT NULL default '',
  PRIMARY KEY  (`virtuemart_category_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_categories_en_gb`
--

LOCK TABLES `m9qyl_virtuemart_categories_en_gb` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_categories_en_gb` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_categories_en_gb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_category_categories`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_category_categories`;
CREATE TABLE `m9qyl_virtuemart_category_categories` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `category_parent_id` int(1) unsigned NOT NULL default '0',
  `category_child_id` int(1) unsigned NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_category_parent_id` (`category_parent_id`,`category_child_id`),
  KEY `category_child_id` (`category_child_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Category child-parent relation list';

--
-- Dumping data for table `m9qyl_virtuemart_category_categories`
--

LOCK TABLES `m9qyl_virtuemart_category_categories` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_category_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_category_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_category_medias`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_category_medias`;
CREATE TABLE `m9qyl_virtuemart_category_medias` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_category_id` smallint(1) unsigned NOT NULL default '0',
  `virtuemart_media_id` int(1) unsigned NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_category_id` (`virtuemart_category_id`,`virtuemart_media_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_category_medias`
--

LOCK TABLES `m9qyl_virtuemart_category_medias` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_category_medias` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_category_medias` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_configs`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_configs`;
CREATE TABLE `m9qyl_virtuemart_configs` (
  `virtuemart_config_id` tinyint(1) unsigned NOT NULL auto_increment,
  `config` text,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_config_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Holds configuration settings';

--
-- Dumping data for table `m9qyl_virtuemart_configs`
--

LOCK TABLES `m9qyl_virtuemart_configs` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_configs` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_configs` VALUES (1,'shop_is_offline=s:1:\"0\";|offline_message=czo3MzoiT3VyIFNob3AgaXMgY3VycmVudGx5IGRvd24gZm9yIG1haW50ZW5hbmNlLiBQbGVhc2UgY2hlY2sgYmFjayBhZ2FpbiBzb29uLiI7|use_as_catalog=s:1:\"0\";|currency_converter_module=s:14:\"convertECB.php\";|order_mail_html=s:1:\"1\";|useSSL=s:1:\"0\";|dangeroustools=s:1:\"0\";|debug_enable=s:4:\"none\";|google_jquery=s:1:\"1\";|multix=s:4:\"none\";|pdf_button_enable=s:1:\"1\";|show_emailfriend=s:1:\"1\";|show_printicon=s:1:\"0\";|show_out_of_stock_products=s:1:\"1\";|coupons_enable=s:1:\"0\";|show_uncat_child_products=s:1:\"0\";|coupons_default_expire=s:3:\"1,D\";|weight_unit_default=s:2:\"KG\";|lwh_unit_default=s:1:\"M\";|list_limit=s:2:\"20\";|showReviewFor=s:3:\"all\";|reviewMode=s:10:\"registered\";|showRatingFor=s:3:\"all\";|ratingMode=s:10:\"registered\";|reviews_autopublish=s:1:\"1\";|reviews_minimum_comment_length=s:3:\"100\";|reviews_maximum_comment_length=s:4:\"2000\";|vmtemplate=s:10:\"blackwhite\";|categorytemplate=s:10:\"blackwhite\";|showCategory=s:1:\"1\";|categorylayout=s:1:\"0\";|categories_per_row=s:1:\"3\";|productlayout=s:1:\"0\";|products_per_row=s:1:\"3\";|vmlayout=s:1:\"0\";|show_featured=s:1:\"1\";|featured_products_per_row=s:1:\"3\";|show_topTen=s:1:\"1\";|topten_products_per_row=s:1:\"3\";|show_recent=s:1:\"1\";|show_latest=s:1:\"1\";|assets_general_path=s:33:\"components/com_virtuemart/assets/\";|media_category_path=s:35:\"images/stories/virtuemart/category/\";|media_product_path=s:34:\"images/stories/virtuemart/product/\";|media_manufacturer_path=s:39:\"images/stories/virtuemart/manufacturer/\";|media_vendor_path=s:33:\"images/stories/virtuemart/vendor/\";|forSale_path_thumb=s:42:\"images/stories/virtuemart/forSale/resized/\";|img_resize_enable=s:1:\"1\";|img_width=s:2:\"90\";|img_height=s:2:\"90\";|no_image_set=s:11:\"noimage.gif\";|no_image_found=s:11:\"warning.png\";|browse_orderby_field=s:12:\"product_name\";|browse_orderby_fields=a:3:{i:0;s:12:\"product_name\";i:1;s:13:\"category_name\";i:2;s:7:\"mf_name\";}|browse_search_fields=a:5:{i:0;s:12:\"product_name\";i:1;s:14:\"product_s_desc\";i:2;s:13:\"category_name\";i:3;s:20:\"category_description\";i:4;s:7:\"mf_name\";}|show_prices=s:1:\"1\";|price_show_packaging_pricelabel=s:1:\"0\";|show_tax=s:1:\"1\";|basePrice=s:1:\"1\";|basePriceText=s:1:\"1\";|basePriceRounding=s:2:\"-1\";|variantModification=s:1:\"1\";|variantModificationText=s:1:\"1\";|variantModificationRounding=s:2:\"-1\";|basePriceVariant=s:1:\"1\";|basePriceVariantText=s:1:\"1\";|basePriceVariantRounding=s:2:\"-1\";|basePriceWithTax=s:1:\"1\";|basePriceWithTaxText=s:1:\"1\";|basePriceWithTaxRounding=s:2:\"-1\";|discountedPriceWithoutTax=s:1:\"1\";|discountedPriceWithoutTaxText=s:1:\"1\";|discountedPriceWithoutTaxRounding=s:2:\"-1\";|salesPriceWithDiscount=s:1:\"1\";|salesPriceWithDiscountText=s:1:\"1\";|salesPriceWithDiscountRounding=s:2:\"-1\";|salesPrice=s:1:\"1\";|salesPriceText=s:1:\"1\";|salesPriceRounding=s:2:\"-1\";|priceWithoutTax=s:1:\"1\";|priceWithoutTaxText=s:1:\"1\";|priceWithoutTaxRounding=s:2:\"-1\";|discountAmount=s:1:\"1\";|discountAmountText=s:1:\"1\";|discountAmountRounding=s:2:\"-1\";|taxAmount=s:1:\"1\";|taxAmountText=s:1:\"1\";|taxAmountRounding=s:2:\"-1\";|addtocart_popup=s:1:\"1\";|check_stock=s:1:\"0\";|automatic_payment=s:1:\"1\";|automatic_shipment=s:1:\"1\";|agree_to_tos_onorder=s:1:\"0\";|oncheckout_show_legal_info=s:1:\"1\";|oncheckout_show_register=s:1:\"1\";|oncheckout_show_steps=s:1:\"0\";|oncheckout_show_register_text=s:47:\"COM_VIRTUEMART_ONCHECKOUT_DEFAULT_TEXT_REGISTER\";|seo_disabled=s:1:\"0\";|seo_translate=s:1:\"0\";|seo_use_id=s:1:\"0\";|sctime=d:1362907831.8173620700836181640625;|vmlang=s:5:\"en_gb\";|virtuemart_config_id=i:1;|enable_content_plugin=s:1:\"0\";|enableEnglish=s:1:\"1\";|pdf_icon=s:1:\"0\";|ask_question=s:1:\"0\";|asks_minimum_comment_length=s:2:\"50\";|asks_maximum_comment_length=s:4:\"2000\";|product_navigation=s:1:\"0\";|recommend_unauth=s:1:\"0\";|display_stock=s:1:\"0\";|latest_products_days=s:1:\"7\";|latest_products_orderBy=s:10:\"created_on\";|lstockmail=s:1:\"0\";|stockhandle=s:4:\"none\";|rised_availability=s:0:\"\";|image=s:0:\"\";|show_manufacturers=s:1:\"1\";|manufacturer_per_row=s:1:\"3\";|pagination_sequence=s:0:\"\";|forSale_path=s:0:\"\";|show_store_desc=s:1:\"0\";|show_categories=s:1:\"1\";|homepage_categories_per_row=s:1:\"3\";|homepage_products_per_row=s:1:\"3\";|featured_products_rows=s:1:\"1\";|topTen_products_rows=s:1:\"1\";|recent_products_rows=s:1:\"1\";|latest_products_rows=s:1:\"1\";|css=s:1:\"1\";|jquery=s:1:\"1\";|jprice=s:1:\"1\";|jsite=s:1:\"1\";|askprice=s:1:\"0\";|rappenrundung=s:1:\"0\";|roundindig=s:1:\"0\";|cVarswT=s:1:\"1\";|unitPrice=s:1:\"0\";|unitPriceText=s:1:\"1\";|unitPriceRounding=s:1:\"2\";|vmlang_js=s:1:\"1\";|oncheckout_only_registered=s:1:\"0\";|oncheckout_show_images=s:1:\"0\";|browse_cat_orderby_field=s:13:\"category_name\";|seo_sufix=s:7:\"-detail\";|task=s:4:\"save\";|option=s:14:\"com_virtuemart\";|view=s:6:\"config\";|bd9ff9ff73ee234f9fddfcb3c98404e9=s:1:\"1\";','0000-00-00 00:00:00',0,'2013-03-10 09:30:31',888,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_configs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_countries`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_countries`;
CREATE TABLE `m9qyl_virtuemart_countries` (
  `virtuemart_country_id` smallint(1) unsigned NOT NULL auto_increment,
  `virtuemart_worldzone_id` tinyint(11) NOT NULL default '1',
  `country_name` char(64) default NULL,
  `country_3_code` char(3) default NULL,
  `country_2_code` char(2) default NULL,
  `ordering` int(2) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_country_id`),
  KEY `idx_country_3_code` (`country_3_code`),
  KEY `idx_country_2_code` (`country_2_code`)
) ENGINE=MyISAM AUTO_INCREMENT=249 DEFAULT CHARSET=utf8 COMMENT='Country records';

--
-- Dumping data for table `m9qyl_virtuemart_countries`
--

LOCK TABLES `m9qyl_virtuemart_countries` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_countries` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_countries` VALUES (1,1,'Afghanistan','AFG','AF',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(2,1,'Albania','ALB','AL',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(3,1,'Algeria','DZA','DZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(4,1,'American Samoa','ASM','AS',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(5,1,'Andorra','AND','AD',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(6,1,'Angola','AGO','AO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(7,1,'Anguilla','AIA','AI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(8,1,'Antarctica','ATA','AQ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(9,1,'Antigua and Barbuda','ATG','AG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(10,1,'Argentina','ARG','AR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(11,1,'Armenia','ARM','AM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(12,1,'Aruba','ABW','AW',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(13,1,'Australia','AUS','AU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(14,1,'Austria','AUT','AT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(15,1,'Azerbaijan','AZE','AZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(16,1,'Bahamas','BHS','BS',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(17,1,'Bahrain','BHR','BH',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(18,1,'Bangladesh','BGD','BD',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(19,1,'Barbados','BRB','BB',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(20,1,'Belarus','BLR','BY',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(21,1,'Belgium','BEL','BE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(22,1,'Belize','BLZ','BZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(23,1,'Benin','BEN','BJ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(24,1,'Bermuda','BMU','BM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(25,1,'Bhutan','BTN','BT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(26,1,'Bolivia','BOL','BO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(27,1,'Bosnia and Herzegowina','BIH','BA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(28,1,'Botswana','BWA','BW',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(29,1,'Bouvet Island','BVT','BV',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(30,1,'Brazil','BRA','BR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(31,1,'British Indian Ocean Territory','IOT','IO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(32,1,'Brunei Darussalam','BRN','BN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(33,1,'Bulgaria','BGR','BG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(34,1,'Burkina Faso','BFA','BF',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(35,1,'Burundi','BDI','BI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(36,1,'Cambodia','KHM','KH',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(37,1,'Cameroon','CMR','CM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(38,1,'Canada','CAN','CA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(39,1,'Cape Verde','CPV','CV',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(40,1,'Cayman Islands','CYM','KY',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(41,1,'Central African Republic','CAF','CF',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(42,1,'Chad','TCD','TD',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(43,1,'Chile','CHL','CL',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(44,1,'China','CHN','CN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(45,1,'Christmas Island','CXR','CX',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(46,1,'Cocos (Keeling) Islands','CCK','CC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(47,1,'Colombia','COL','CO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(48,1,'Comoros','COM','KM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(49,1,'Congo','COG','CG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(50,1,'Cook Islands','COK','CK',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(51,1,'Costa Rica','CRI','CR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(52,1,'Cote D\'Ivoire','CIV','CI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(53,1,'Croatia','HRV','HR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(54,1,'Cuba','CUB','CU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(55,1,'Cyprus','CYP','CY',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(56,1,'Czech Republic','CZE','CZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(57,1,'Denmark','DNK','DK',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(58,1,'Djibouti','DJI','DJ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(59,1,'Dominica','DMA','DM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(60,1,'Dominican Republic','DOM','DO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(61,1,'East Timor','TMP','TP',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(62,1,'Ecuador','ECU','EC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(63,1,'Egypt','EGY','EG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(64,1,'El Salvador','SLV','SV',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(65,1,'Equatorial Guinea','GNQ','GQ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(66,1,'Eritrea','ERI','ER',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(67,1,'Estonia','EST','EE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(68,1,'Ethiopia','ETH','ET',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(69,1,'Falkland Islands (Malvinas)','FLK','FK',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(70,1,'Faroe Islands','FRO','FO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(71,1,'Fiji','FJI','FJ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(72,1,'Finland','FIN','FI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(73,1,'France','FRA','FR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(75,1,'French Guiana','GUF','GF',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(76,1,'French Polynesia','PYF','PF',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(77,1,'French Southern Territories','ATF','TF',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(78,1,'Gabon','GAB','GA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(79,1,'Gambia','GMB','GM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(80,1,'Georgia','GEO','GE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(81,1,'Germany','DEU','DE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(82,1,'Ghana','GHA','GH',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(83,1,'Gibraltar','GIB','GI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(84,1,'Greece','GRC','GR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(85,1,'Greenland','GRL','GL',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(86,1,'Grenada','GRD','GD',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(87,1,'Guadeloupe','GLP','GP',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(88,1,'Guam','GUM','GU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(89,1,'Guatemala','GTM','GT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(90,1,'Guinea','GIN','GN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(91,1,'Guinea-bissau','GNB','GW',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(92,1,'Guyana','GUY','GY',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(93,1,'Haiti','HTI','HT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(94,1,'Heard and Mc Donald Islands','HMD','HM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(95,1,'Honduras','HND','HN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(96,1,'Hong Kong','HKG','HK',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(97,1,'Hungary','HUN','HU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(98,1,'Iceland','ISL','IS',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(99,1,'India','IND','IN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(100,1,'Indonesia','IDN','ID',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(101,1,'Iran (Islamic Republic of)','IRN','IR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(102,1,'Iraq','IRQ','IQ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(103,1,'Ireland','IRL','IE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(104,1,'Israel','ISR','IL',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(105,1,'Italy','ITA','IT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(106,1,'Jamaica','JAM','JM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(107,1,'Japan','JPN','JP',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(108,1,'Jordan','JOR','JO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(109,1,'Kazakhstan','KAZ','KZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(110,1,'Kenya','KEN','KE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(111,1,'Kiribati','KIR','KI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(112,1,'Korea, Democratic People\'s Republic of','PRK','KP',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(113,1,'Korea, Republic of','KOR','KR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(114,1,'Kuwait','KWT','KW',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(115,1,'Kyrgyzstan','KGZ','KG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(116,1,'Lao People\'s Democratic Republic','LAO','LA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(117,1,'Latvia','LVA','LV',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(118,1,'Lebanon','LBN','LB',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(119,1,'Lesotho','LSO','LS',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(120,1,'Liberia','LBR','LR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(121,1,'Libyan Arab Jamahiriya','LBY','LY',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(122,1,'Liechtenstein','LIE','LI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(123,1,'Lithuania','LTU','LT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(124,1,'Luxembourg','LUX','LU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(125,1,'Macau','MAC','MO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(126,1,'Macedonia, The Former Yugoslav Republic of','MKD','MK',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(127,1,'Madagascar','MDG','MG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(128,1,'Malawi','MWI','MW',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(129,1,'Malaysia','MYS','MY',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(130,1,'Maldives','MDV','MV',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(131,1,'Mali','MLI','ML',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(132,1,'Malta','MLT','MT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(133,1,'Marshall Islands','MHL','MH',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(134,1,'Martinique','MTQ','MQ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(135,1,'Mauritania','MRT','MR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(136,1,'Mauritius','MUS','MU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(137,1,'Mayotte','MYT','YT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(138,1,'Mexico','MEX','MX',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(139,1,'Micronesia, Federated States of','FSM','FM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(140,1,'Moldova, Republic of','MDA','MD',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(141,1,'Monaco','MCO','MC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(142,1,'Mongolia','MNG','MN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(143,1,'Montserrat','MSR','MS',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(144,1,'Morocco','MAR','MA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(145,1,'Mozambique','MOZ','MZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(146,1,'Myanmar','MMR','MM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(147,1,'Namibia','NAM','NA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(148,1,'Nauru','NRU','NR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(149,1,'Nepal','NPL','NP',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(150,1,'Netherlands','NLD','NL',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(151,1,'Netherlands Antilles','ANT','AN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(152,1,'New Caledonia','NCL','NC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(153,1,'New Zealand','NZL','NZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(154,1,'Nicaragua','NIC','NI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(155,1,'Niger','NER','NE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(156,1,'Nigeria','NGA','NG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(157,1,'Niue','NIU','NU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(158,1,'Norfolk Island','NFK','NF',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(159,1,'Northern Mariana Islands','MNP','MP',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(160,1,'Norway','NOR','NO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(161,1,'Oman','OMN','OM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(162,1,'Pakistan','PAK','PK',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(163,1,'Palau','PLW','PW',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(164,1,'Panama','PAN','PA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(165,1,'Papua New Guinea','PNG','PG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(166,1,'Paraguay','PRY','PY',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(167,1,'Peru','PER','PE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(168,1,'Philippines','PHL','PH',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(169,1,'Pitcairn','PCN','PN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(170,1,'Poland','POL','PL',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(171,1,'Portugal','PRT','PT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(172,1,'Puerto Rico','PRI','PR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(173,1,'Qatar','QAT','QA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(174,1,'Reunion','REU','RE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(175,1,'Romania','ROM','RO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(176,1,'Russian Federation','RUS','RU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(177,1,'Rwanda','RWA','RW',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(178,1,'Saint Kitts and Nevis','KNA','KN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(179,1,'Saint Lucia','LCA','LC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(180,1,'Saint Vincent and the Grenadines','VCT','VC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(181,1,'Samoa','WSM','WS',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(182,1,'San Marino','SMR','SM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(183,1,'Sao Tome and Principe','STP','ST',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(184,1,'Saudi Arabia','SAU','SA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(185,1,'Senegal','SEN','SN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(186,1,'Seychelles','SYC','SC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(187,1,'Sierra Leone','SLE','SL',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(188,1,'Singapore','SGP','SG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(189,1,'Slovakia','SVK','SK',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(190,1,'Slovenia','SVN','SI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(191,1,'Solomon Islands','SLB','SB',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(192,1,'Somalia','SOM','SO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(193,1,'South Africa','ZAF','ZA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(194,1,'South Georgia and the South Sandwich Islands','SGS','GS',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(195,1,'Spain','ESP','ES',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(196,1,'Sri Lanka','LKA','LK',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(197,1,'St. Helena','SHN','SH',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(198,1,'St. Pierre and Miquelon','SPM','PM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(199,1,'Sudan','SDN','SD',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(200,1,'Suriname','SUR','SR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(201,1,'Svalbard and Jan Mayen Islands','SJM','SJ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(202,1,'Swaziland','SWZ','SZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(203,1,'Sweden','SWE','SE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(204,1,'Switzerland','CHE','CH',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(205,1,'Syrian Arab Republic','SYR','SY',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(206,1,'Taiwan','TWN','TW',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(207,1,'Tajikistan','TJK','TJ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(208,1,'Tanzania, United Republic of','TZA','TZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(209,1,'Thailand','THA','TH',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(210,1,'Togo','TGO','TG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(211,1,'Tokelau','TKL','TK',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(212,1,'Tonga','TON','TO',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(213,1,'Trinidad and Tobago','TTO','TT',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(214,1,'Tunisia','TUN','TN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(215,1,'Turkey','TUR','TR',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(216,1,'Turkmenistan','TKM','TM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(217,1,'Turks and Caicos Islands','TCA','TC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(218,1,'Tuvalu','TUV','TV',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(219,1,'Uganda','UGA','UG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(220,1,'Ukraine','UKR','UA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(221,1,'United Arab Emirates','ARE','AE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(222,1,'United Kingdom','GBR','GB',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(223,1,'United States','USA','US',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(224,1,'United States Minor Outlying Islands','UMI','UM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(225,1,'Uruguay','URY','UY',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(226,1,'Uzbekistan','UZB','UZ',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(227,1,'Vanuatu','VUT','VU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(228,1,'Vatican City State (Holy See)','VAT','VA',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(229,1,'Venezuela','VEN','VE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(230,1,'Viet Nam','VNM','VN',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(231,1,'Virgin Islands (British)','VGB','VG',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(232,1,'Virgin Islands (U.S.)','VIR','VI',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(233,1,'Wallis and Futuna Islands','WLF','WF',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(234,1,'Western Sahara','ESH','EH',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(235,1,'Yemen','YEM','YE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(237,1,'The Democratic Republic of Congo','DRC','DC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(238,1,'Zambia','ZMB','ZM',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(239,1,'Zimbabwe','ZWE','ZW',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(240,1,'East Timor','XET','XE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(241,1,'Jersey','JEY','JE',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(242,1,'St. Barthelemy','XSB','XB',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(243,1,'St. Eustatius','XSE','XU',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(244,1,'Canary Islands','XCA','XC',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(245,1,'Serbia','SRB','RS',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(246,1,'Sint Maarten (French Antilles)','MAF','MF',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(247,1,'Sint Maarten (Netherlands Antilles)','SXM','SX',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(248,1,'Palestinian Territory, occupied','PSE','PS',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_coupons`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_coupons`;
CREATE TABLE `m9qyl_virtuemart_coupons` (
  `virtuemart_coupon_id` int(11) unsigned NOT NULL auto_increment,
  `coupon_code` char(32) NOT NULL default '',
  `percent_or_total` enum('percent','total') NOT NULL default 'percent',
  `coupon_type` enum('gift','permanent') NOT NULL default 'gift',
  `coupon_value` decimal(15,5) NOT NULL default '0.00000',
  `coupon_start_date` datetime default NULL,
  `coupon_expiry_date` datetime default NULL,
  `coupon_value_valid` decimal(15,5) NOT NULL default '0.00000',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_coupon_id`),
  KEY `idx_coupon_code` (`coupon_code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Used to store coupon codes';

--
-- Dumping data for table `m9qyl_virtuemart_coupons`
--

LOCK TABLES `m9qyl_virtuemart_coupons` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_coupons` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_coupons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_currencies`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_currencies`;
CREATE TABLE `m9qyl_virtuemart_currencies` (
  `virtuemart_currency_id` smallint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '1',
  `currency_name` char(64) default NULL,
  `currency_code_2` char(2) default NULL,
  `currency_code_3` char(3) default NULL,
  `currency_numeric_code` int(4) default NULL,
  `currency_exchange_rate` decimal(10,5) default NULL,
  `currency_symbol` char(4) default NULL,
  `currency_decimal_place` char(4) default NULL,
  `currency_decimal_symbol` char(4) default NULL,
  `currency_thousands` char(4) default NULL,
  `currency_positive_style` char(64) default NULL,
  `currency_negative_style` char(64) default NULL,
  `ordering` int(2) NOT NULL default '0',
  `shared` tinyint(1) NOT NULL default '1',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_currency_id`),
  KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  KEY `idx_currency_code_3` (`currency_code_3`),
  KEY `idx_currency_numeric_code` (`currency_numeric_code`)
) ENGINE=MyISAM AUTO_INCREMENT=202 DEFAULT CHARSET=utf8 COMMENT='Used to store currencies';

--
-- Dumping data for table `m9qyl_virtuemart_currencies`
--

LOCK TABLES `m9qyl_virtuemart_currencies` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_currencies` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_currencies` VALUES (2,1,'United Arab Emirates dirham','','AED',784,'0.00000','د.إ','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(4,1,'Albanian lek','','ALL',8,'0.00000','Lek','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(5,1,'Netherlands Antillean gulden','','ANG',532,'0.00000','ƒ','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(7,1,'Argentine peso','','ARS',32,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(9,1,'Australian dollar','','AUD',36,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(10,1,'Aruban florin','','AWG',533,'0.00000','ƒ','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(11,1,'Barbadian dollar','','BBD',52,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(12,1,'Bangladeshi taka','','BDT',50,'0.00000','৳','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(15,1,'Bahraini dinar','','BHD',48,'0.00000','ب.د','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(16,1,'Burundian franc','','BIF',108,'0.00000','Fr','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(17,1,'Bermudian dollar','','BMD',60,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(18,1,'Brunei dollar','','BND',96,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(19,1,'Bolivian boliviano','','BOB',68,'0.00000','$b','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(20,1,'Brazilian real','','BRL',986,'0.00000','R$','2','.',',','{symbol} {number}','{symbol} {sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(21,1,'Bahamian dollar','','BSD',44,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(22,1,'Bhutanese ngultrum','','BTN',64,'0.00000','BTN','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(24,1,'Botswana pula','','BWP',72,'0.00000','P','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(25,1,'Belize dollar','','BZD',84,'0.00000','BZ$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(26,1,'Canadian dollar','','CAD',124,'0.00000','$','2','.',',','{symbol}{number}','{symbol}{sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(27,1,'Swiss franc','','CHF',756,'0.00000','CHF','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(28,1,'Unidad de Fomento','','CLF',990,'0.00000','CLF','0',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(29,1,'Chilean peso','','CLP',152,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(30,1,'Chinese renminbi yuan','','CNY',156,'0.00000','元','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(31,1,'Colombian peso','','COP',170,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(32,1,'Costa Rican colón','','CRC',188,'0.00000','₡','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(33,1,'Czech koruna','','CZK',203,'0.00000','Kč','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(34,1,'Cuban peso','','CUP',192,'0.00000','₱','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(35,1,'Cape Verdean escudo','','CVE',132,'0.00000','$','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(40,1,'Danish krone','','DKK',208,'0.00000','kr','2','.',',','{symbol}{number}','{symbol}{sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(41,1,'Dominican peso','','DOP',214,'0.00000','RD$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(42,1,'Algerian dinar','','DZD',12,'0.00000','د.ج','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(44,1,'Egyptian pound','','EGP',818,'0.00000','£','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(46,1,'Ethiopian birr','','ETB',230,'0.00000','ETB','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(47,1,'Euro','','EUR',978,'0.00000','€','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(49,1,'Fijian dollar','','FJD',242,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(50,1,'Falkland pound','','FKP',238,'0.00000','£','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(52,1,'British pound','','GBP',826,'0.00000','£','2','.',',','{symbol}{number}','{symbol}{sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(54,1,'Gibraltar pound','','GIP',292,'0.00000','£','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(55,1,'Gambian dalasi','','GMD',270,'0.00000','D','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(56,1,'Guinean franc','','GNF',324,'0.00000','Fr','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(58,1,'Guatemalan quetzal','','GTQ',320,'0.00000','Q','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(60,1,'Guyanese dollar','','GYD',328,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(61,1,'Hong Kong dollar','','HKD',344,'0.00000','元','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(62,1,'Honduran lempira','','HNL',340,'0.00000','L','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(63,1,'Haitian gourde','','HTG',332,'0.00000','G','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(64,1,'Hungarian forint','','HUF',348,'0.00000','Ft','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(65,1,'Indonesian rupiah','','IDR',360,'0.00000','Rp','0','','','{symbol}{number}','{symbol}{sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(67,1,'Israeli new sheqel','','ILS',376,'0.00000','₪','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(68,1,'Indian rupee','','INR',356,'0.00000','₨','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(69,1,'Iraqi dinar','','IQD',368,'0.00000','ع.د','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(70,1,'Iranian rial','','IRR',364,'0.00000','﷼','2',',','','{number} {symbol}','{sign}{number}{symb0l}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(73,1,'Jamaican dollar','','JMD',388,'0.00000','J$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(74,1,'Jordanian dinar','','JOD',400,'0.00000','د.ا','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(75,1,'Japanese yen','','JPY',392,'0.00000','¥','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(76,1,'Kenyan shilling','','KES',404,'0.00000','Sh','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(77,1,'Cambodian riel','','KHR',116,'0.00000','៛','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(78,1,'Comorian franc','','KMF',174,'0.00000','Fr','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(79,1,'North Korean won','','KPW',408,'0.00000','₩','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(80,1,'South Korean won','','KRW',410,'0.00000','₩','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(81,1,'Kuwaiti dinar','','KWD',414,'0.00000','د.ك','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(82,1,'Cayman Islands dollar','','KYD',136,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(83,1,'Lao kip','','LAK',418,'0.00000','₭','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(84,1,'Lebanese pound','','LBP',422,'0.00000','£','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(85,1,'Sri Lankan rupee','','LKR',144,'0.00000','₨','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(86,1,'Liberian dollar','','LRD',430,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(87,1,'Lesotho loti','','LSL',426,'0.00000','L','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(89,1,'Libyan dinar','','LYD',434,'0.00000','ل.د','3',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(90,1,'Moroccan dirham','','MAD',504,'0.00000','د.م.','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(92,1,'Mongolian tögrög','','MNT',496,'0.00000','₮','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(93,1,'Macanese pataca','','MOP',446,'0.00000','P','1',',','','{symbol}{number}','{symbol}{sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(94,1,'Mauritanian ouguiya','','MRO',478,'0.00000','UM','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(96,1,'Mauritian rupee','','MUR',480,'0.00000','₨','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(97,1,'Maldivian rufiyaa','','MVR',462,'0.00000','ރ.','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(98,1,'Malawian kwacha','','MWK',454,'0.00000','MK','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(100,1,'Malaysian ringgit','','MYR',458,'0.00000','RM','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(102,1,'Nigerian naira','','NGN',566,'0.00000','₦','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(105,1,'Norwegian krone','','NOK',578,'0.00000','kr','2',',','','{symbol}{number}','{symbol}{sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(106,1,'Nepalese rupee','','NPR',524,'0.00000','₨','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(107,1,'New Zealand dollar','','NZD',554,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(108,1,'Omani rial','','OMR',512,'0.00000','﷼','3','.','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(109,1,'Panamanian balboa','','PAB',590,'0.00000','B/.','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(110,1,'Peruvian nuevo sol','','PEN',604,'0.00000','S/.','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(111,1,'Papua New Guinean kina','','PGK',598,'0.00000','K','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(112,1,'Philippine peso','','PHP',608,'0.00000','₱','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(113,1,'Pakistani rupee','','PKR',586,'0.00000','₨','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(114,1,'Polish Złoty','','PLN',985,'0.00000','zł','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(116,1,'Paraguayan guaraní','','PYG',600,'0.00000','₲','0','','.','{symbol} {number}','{symbol} {sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(117,1,'Qatari riyal','','QAR',634,'0.00000','﷼','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(118,1,'Romanian leu','','RON',946,'0.00000','lei','2',',','.','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(119,1,'Rwandan franc','','RWF',646,'0.00000','Fr','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(120,1,'Saudi riyal','','SAR',682,'0.00000','﷼','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(121,1,'Solomon Islands dollar','','SBD',90,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(122,1,'Seychellois rupee','','SCR',690,'0.00000','₨','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(124,1,'Swedish krona','','SEK',752,'0.00000','kr','2',',','.','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(125,1,'Singapore dollar','','SGD',702,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(126,1,'Saint Helenian pound','','SHP',654,'0.00000','£','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(127,1,'Sierra Leonean leone','','SLL',694,'0.00000','Le','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(128,1,'Somali shilling','','SOS',706,'0.00000','S','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(130,1,'São Tomé and Príncipe dobra','','STD',678,'0.00000','Db','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(131,1,'Russian ruble','','RUB',643,'0.00000','руб','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(132,1,'Salvadoran colón','','SVC',222,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(133,1,'Syrian pound','','SYP',760,'0.00000','£','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(134,1,'Swazi lilangeni','','SZL',748,'0.00000','L','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(135,1,'Thai baht','','THB',764,'0.00000','฿','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(136,1,'Tunisian dinar','','TND',788,'0.00000','د.ت','3',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(137,1,'Tongan paʻanga','','TOP',776,'0.00000','T$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(139,1,'Turkish new lira','','TRY',949,'0.00000','YTL','2',',','.','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(140,1,'Trinidad and Tobago dollar','','TTD',780,'0.00000','TT$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(141,1,'New Taiwan dollar','','TWD',901,'0.00000','NT$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(142,1,'Tanzanian shilling','','TZS',834,'0.00000','Sh','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(144,1,'United States dollar','','USD',840,'0.00000','$','2','.',',','{symbol}{number}','{symbol}{sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(147,1,'Vietnamese Dong','','VND',704,'0.00000','₫','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(148,1,'Vanuatu vatu','','VUV',548,'0.00000','Vt','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(149,1,'Samoan tala','','WST',882,'0.00000','T','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(151,1,'Yemeni rial','','YER',886,'0.00000','﷼','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(152,1,'Serbian dinar','','RSD',941,'0.00000','Дин.','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(153,1,'South African rand','','ZAR',710,'0.00000','R','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(154,1,'Zambian kwacha','','ZMK',894,'0.00000','ZK','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(156,1,'Zimbabwean dollar','','ZWD',932,'0.00000','Z$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(158,1,'Armenian dram','','AMD',51,'0.00000','դր.','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(159,1,'Myanmar kyat','','MMK',104,'0.00000','K','2',',','','{number} {symbol}','{symbol} {sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(160,1,'Croatian kuna','','HRK',191,'0.00000','kn','2',',','.','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(161,1,'Eritrean nakfa','','ERN',232,'0.00000','Nfk','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(162,1,'Djiboutian franc','','DJF',262,'0.00000','Fr','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(163,1,'Icelandic króna','','ISK',352,'0.00000','kr','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(164,1,'Kazakhstani tenge','','KZT',398,'0.00000','лв','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(165,1,'Kyrgyzstani som','','KGS',417,'0.00000','лв','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(166,1,'Latvian lats','','LVL',428,'0.00000','Ls','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(167,1,'Lithuanian litas','','LTL',440,'0.00000','Lt','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(168,1,'Mexican peso','','MXN',484,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(169,1,'Moldovan leu','','MDL',498,'0.00000','L','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(170,1,'Namibian dollar','','NAD',516,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(171,1,'Nicaraguan córdoba','','NIO',558,'0.00000','C$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(172,1,'Ugandan shilling','','UGX',800,'0.00000','Sh','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(173,1,'Macedonian denar','','MKD',807,'0.00000','ден','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(174,1,'Uruguayan peso','','UYU',858,'0.00000','$','0','','','{symbol}number}','{symbol}{sign}{number}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(175,1,'Uzbekistani som','','UZS',860,'0.00000','лв','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(176,1,'Azerbaijani manat','','AZN',934,'0.00000','ман','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(177,1,'Ghanaian cedi','','GHS',936,'0.00000','₵','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(178,1,'Venezuelan bolívar','','VEF',937,'0.00000','Bs','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(179,1,'Sudanese pound','','SDG',938,'0.00000','£','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(180,1,'Uruguay Peso','','UYI',940,'0.00000','UYI','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(181,1,'Mozambican metical','','MZN',943,'0.00000','MT','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(182,1,'WIR Euro','','CHE',947,'0.00000','€','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(183,1,'WIR Franc','','CHW',948,'0.00000','CHW','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(184,1,'Central African CFA franc','','XAF',950,'0.00000','Fr','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(185,1,'East Caribbean dollar','','XCD',951,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(186,1,'West African CFA franc','','XOF',952,'0.00000','Fr','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(187,1,'CFP franc','','XPF',953,'0.00000','Fr','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(188,1,'Surinamese dollar','','SRD',968,'0.00000','$','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(189,1,'Malagasy ariary','','MGA',969,'0.00000','MGA','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(190,1,'Unidad de Valor Real','','COU',970,'0.00000','COU','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(191,1,'Afghan afghani','','AFN',971,'0.00000','؋','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(192,1,'Tajikistani somoni','','TJS',972,'0.00000','ЅМ','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(193,1,'Angolan kwanza','','AOA',973,'0.00000','Kz','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(194,1,'Belarusian ruble','','BYR',974,'0.00000','p.','0','','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(195,1,'Bulgarian lev','','BGN',975,'0.00000','лв','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(196,1,'Congolese franc','','CDF',976,'0.00000','Fr','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(197,1,'Bosnia and Herzegovina convert','','BAM',977,'0.00000','KM','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(198,1,'Mexican Unid','','MXV',979,'0.00000','MXV','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(199,1,'Ukrainian hryvnia','','UAH',980,'0.00000','₴','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(200,1,'Georgian lari','','GEL',981,'0.00000','ლ','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(201,1,'Mvdol','','BOV',984,'0.00000','BOV','2',',','','{number} {symbol}','{sign}{number} {symbol}',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_currencies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_customs`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_customs`;
CREATE TABLE `m9qyl_virtuemart_customs` (
  `virtuemart_custom_id` int(11) unsigned NOT NULL auto_increment,
  `custom_parent_id` int(1) unsigned NOT NULL default '0',
  `virtuemart_vendor_id` smallint(11) NOT NULL default '1',
  `custom_jplugin_id` int(11) NOT NULL default '0',
  `custom_element` char(50) NOT NULL default '',
  `admin_only` tinyint(1) NOT NULL default '0' COMMENT '1:Display in admin only',
  `custom_title` char(255) NOT NULL default '' COMMENT 'field title',
  `custom_tip` char(255) NOT NULL default '' COMMENT 'tip',
  `custom_value` char(255) default NULL COMMENT 'defaut value',
  `custom_field_desc` char(255) default NULL COMMENT 'description or unit',
  `field_type` char(1) NOT NULL default '0' COMMENT 'S:string,I:int,P:parent, B:bool,D:date,T:time,H:hidden',
  `is_list` tinyint(1) NOT NULL default '0' COMMENT 'list of values',
  `is_hidden` tinyint(1) NOT NULL default '0' COMMENT '1:hidden',
  `is_cart_attribute` tinyint(1) NOT NULL default '0' COMMENT 'Add attributes to cart',
  `layout_pos` char(24) default NULL COMMENT 'Layout Position',
  `custom_params` text,
  `shared` tinyint(1) NOT NULL default '0' COMMENT 'valide for all vendors?',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_custom_id`),
  KEY `idx_custom_plugin_virtuemart_vendor_id` (`virtuemart_vendor_id`),
  KEY `idx_custom_plugin_element` (`custom_element`),
  KEY `idx_custom_plugin_ordering` (`ordering`),
  KEY `idx_custom_parent_id` (`custom_parent_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='custom fields definition';

--
-- Dumping data for table `m9qyl_virtuemart_customs`
--

LOCK TABLES `m9qyl_virtuemart_customs` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_customs` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_customs` VALUES (1,0,1,0,'',0,'COM_VIRTUEMART_RELATED_PRODUCTS','COM_VIRTUEMART_RELATED_PRODUCTS_TIP','','COM_VIRTUEMART_RELATED_PRODUCTS_DESC','R',0,0,0,NULL,NULL,0,1,'2011-05-25 21:52:43',62,0,'2011-05-25 21:52:43',62,'0000-00-00 00:00:00',0),(2,0,1,0,'',0,'COM_VIRTUEMART_RELATED_CATEGORIES','COM_VIRTUEMART_RELATED_CATEGORIES_TIP',NULL,'COM_VIRTUEMART_RELATED_CATEGORIES_DESC','Z',0,0,0,NULL,NULL,0,1,'0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_customs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_invoices`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_invoices`;
CREATE TABLE `m9qyl_virtuemart_invoices` (
  `virtuemart_invoice_id` int(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '1',
  `virtuemart_order_id` int(1) unsigned default NULL,
  `invoice_number` char(64) default NULL,
  `order_status` char(2) default NULL,
  `xhtml` text,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_invoice_id`),
  UNIQUE KEY `idx_invoice_number` (`invoice_number`,`virtuemart_vendor_id`),
  KEY `idx_virtuemart_order_id` (`virtuemart_order_id`),
  KEY `idx_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='custom fields definition';

--
-- Dumping data for table `m9qyl_virtuemart_invoices`
--

LOCK TABLES `m9qyl_virtuemart_invoices` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_invoices` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_invoices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_manufacturer_medias`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_manufacturer_medias`;
CREATE TABLE `m9qyl_virtuemart_manufacturer_medias` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_manufacturer_id` smallint(1) unsigned NOT NULL default '0',
  `virtuemart_media_id` int(1) unsigned NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_manufacturer_id` (`virtuemart_manufacturer_id`,`virtuemart_media_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_manufacturer_medias`
--

LOCK TABLES `m9qyl_virtuemart_manufacturer_medias` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturer_medias` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturer_medias` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_manufacturercategories`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_manufacturercategories`;
CREATE TABLE `m9qyl_virtuemart_manufacturercategories` (
  `virtuemart_manufacturercategories_id` int(11) unsigned NOT NULL auto_increment,
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_manufacturercategories_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Manufacturers are assigned to these categories';

--
-- Dumping data for table `m9qyl_virtuemart_manufacturercategories`
--

LOCK TABLES `m9qyl_virtuemart_manufacturercategories` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturercategories` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturercategories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_manufacturercategories_en_gb`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_manufacturercategories_en_gb`;
CREATE TABLE `m9qyl_virtuemart_manufacturercategories_en_gb` (
  `virtuemart_manufacturercategories_id` int(1) unsigned NOT NULL,
  `mf_category_name` char(180) NOT NULL default '',
  `mf_category_desc` varchar(20000) NOT NULL default '',
  `slug` char(192) NOT NULL default '',
  PRIMARY KEY  (`virtuemart_manufacturercategories_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_manufacturercategories_en_gb`
--

LOCK TABLES `m9qyl_virtuemart_manufacturercategories_en_gb` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturercategories_en_gb` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturercategories_en_gb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_manufacturers`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_manufacturers`;
CREATE TABLE `m9qyl_virtuemart_manufacturers` (
  `virtuemart_manufacturer_id` smallint(1) unsigned NOT NULL auto_increment,
  `virtuemart_manufacturercategories_id` int(11) default NULL,
  `hits` int(11) unsigned NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_manufacturer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Manufacturers are those who deliver products';

--
-- Dumping data for table `m9qyl_virtuemart_manufacturers`
--

LOCK TABLES `m9qyl_virtuemart_manufacturers` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturers` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_manufacturers_en_gb`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_manufacturers_en_gb`;
CREATE TABLE `m9qyl_virtuemart_manufacturers_en_gb` (
  `virtuemart_manufacturer_id` int(1) unsigned NOT NULL,
  `mf_name` char(180) NOT NULL default '',
  `mf_email` char(255) NOT NULL default '',
  `mf_desc` varchar(20000) NOT NULL default '',
  `mf_url` char(255) NOT NULL default '',
  `slug` char(192) NOT NULL default '',
  PRIMARY KEY  (`virtuemart_manufacturer_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_manufacturers_en_gb`
--

LOCK TABLES `m9qyl_virtuemart_manufacturers_en_gb` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturers_en_gb` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_manufacturers_en_gb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_medias`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_medias`;
CREATE TABLE `m9qyl_virtuemart_medias` (
  `virtuemart_media_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(11) NOT NULL default '1',
  `file_title` char(126) NOT NULL default '',
  `file_description` char(254) NOT NULL default '',
  `file_meta` char(254) NOT NULL default '',
  `file_mimetype` char(64) NOT NULL default '',
  `file_type` char(32) NOT NULL default '',
  `file_url` varchar(1800) NOT NULL default '',
  `file_url_thumb` char(254) NOT NULL default '',
  `file_is_product_image` tinyint(1) NOT NULL default '0',
  `file_is_downloadable` tinyint(1) NOT NULL default '0',
  `file_is_forSale` tinyint(1) NOT NULL default '0',
  `file_params` varchar(19000) default NULL,
  `shared` tinyint(1) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_media_id`),
  KEY `i_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Additional Images and Files which are assigned to products';

--
-- Dumping data for table `m9qyl_virtuemart_medias`
--

LOCK TABLES `m9qyl_virtuemart_medias` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_medias` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_medias` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_migration_oldtonew_ids`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_migration_oldtonew_ids`;
CREATE TABLE `m9qyl_virtuemart_migration_oldtonew_ids` (
  `id` smallint(1) unsigned NOT NULL auto_increment,
  `cats` longblob,
  `catsxref` blob,
  `manus` longblob,
  `mfcats` blob,
  `shoppergroups` longblob,
  `products` longblob,
  `products_start` int(1) default NULL,
  `orderstates` blob,
  `orders` longblob,
  `orders_start` int(1) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='xref table for vm1 ids to vm2 ids';

--
-- Dumping data for table `m9qyl_virtuemart_migration_oldtonew_ids`
--

LOCK TABLES `m9qyl_virtuemart_migration_oldtonew_ids` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_migration_oldtonew_ids` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_migration_oldtonew_ids` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_modules`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_modules`;
CREATE TABLE `m9qyl_virtuemart_modules` (
  `module_id` int(11) unsigned NOT NULL auto_increment,
  `module_name` char(255) default NULL,
  `module_description` varchar(21000) default NULL,
  `module_perms` char(255) default NULL,
  `published` tinyint(1) NOT NULL default '1',
  `is_admin` enum('0','1') NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`module_id`),
  KEY `idx_module_name` (`module_name`),
  KEY `idx_module_ordering` (`ordering`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='VirtueMart Core Modules, not: Joomla modules';

--
-- Dumping data for table `m9qyl_virtuemart_modules`
--

LOCK TABLES `m9qyl_virtuemart_modules` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_modules` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_modules` VALUES (1,'product','Here you can administer your online catalog of products.  Categories , Products (view=product), Attributes  ,Product Types      Product Files (view=media), Inventory  , Calculation Rules ,Customer Reviews  ','storeadmin,admin',1,'1',1),(2,'order','View Order and Update Order Status:    Orders , Coupons , Revenue Report ,Shopper , Shopper Groups ','admin,storeadmin',1,'1',2),(3,'manufacturer','Manage the manufacturers of products in your store.','storeadmin,admin',1,'1',3),(4,'store','Store Configuration: Store Information, Payment Methods , Shipment, Shipment Rates','storeadmin,admin',1,'1',4),(5,'configuration','Configuration: shop configuration , currencies (view=currency), Credit Card List, Countries, userfields, order status  ','admin,storeadmin',1,'1',5),(6,'msgs','This module is unprotected an used for displaying system messages to users.  We need to have an area that does not require authorization when things go wrong.','none',0,'0',99),(7,'shop','This is the Washupito store module.  This is the demo store included with the VirtueMart distribution.','none',1,'0',99),(8,'store','Store Configuration: Store Information, Payment Methods , Shipment, Shipment Rates','storeadmin,admin',1,'1',4),(9,'account','This module allows shoppers to update their account information and view previously placed orders.','shopper,storeadmin,admin,demo',1,'0',99),(10,'checkout','','none',0,'0',99),(11,'tools','Tools','admin',1,'1',8),(13,'zone','This is the zone-shipment module. Here you can manage your shipment costs according to Zones.','admin,storeadmin',0,'1',11);
/*!40000 ALTER TABLE `m9qyl_virtuemart_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_order_calc_rules`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_order_calc_rules`;
CREATE TABLE `m9qyl_virtuemart_order_calc_rules` (
  `virtuemart_order_calc_rule_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_order_id` int(11) default NULL,
  `virtuemart_vendor_id` smallint(11) NOT NULL default '1',
  `virtuemart_order_item_id` int(11) default NULL,
  `calc_rule_name` char(64) NOT NULL default '' COMMENT 'Name of the rule',
  `calc_kind` char(16) NOT NULL default '' COMMENT 'Discount/Tax/Margin/Commission',
  `calc_mathop` char(16) NOT NULL default '' COMMENT 'Discount/Tax/Margin/Commission',
  `calc_amount` decimal(15,5) NOT NULL default '0.00000',
  `calc_value` decimal(15,5) NOT NULL default '0.00000',
  `calc_currency` smallint(1) default NULL,
  `calc_params` varchar(18000) default NULL,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_order_calc_rule_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all calculation rules which are part of an order';

--
-- Dumping data for table `m9qyl_virtuemart_order_calc_rules`
--

LOCK TABLES `m9qyl_virtuemart_order_calc_rules` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_order_calc_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_order_calc_rules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_order_histories`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_order_histories`;
CREATE TABLE `m9qyl_virtuemart_order_histories` (
  `virtuemart_order_history_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_order_id` int(1) unsigned NOT NULL default '0',
  `order_status_code` char(1) NOT NULL default '0',
  `customer_notified` tinyint(1) NOT NULL default '0',
  `comments` varchar(21000) default NULL,
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_order_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all actions and changes that occur to an order';

--
-- Dumping data for table `m9qyl_virtuemart_order_histories`
--

LOCK TABLES `m9qyl_virtuemart_order_histories` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_order_histories` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_order_histories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_order_items`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_order_items`;
CREATE TABLE `m9qyl_virtuemart_order_items` (
  `virtuemart_order_item_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_order_id` int(11) default NULL,
  `virtuemart_vendor_id` smallint(11) NOT NULL default '1',
  `virtuemart_product_id` int(11) default NULL,
  `order_item_sku` char(64) NOT NULL default '',
  `order_item_name` char(255) NOT NULL default '',
  `product_quantity` int(11) default NULL,
  `product_item_price` decimal(15,5) default NULL,
  `product_tax` decimal(15,5) default NULL,
  `product_basePriceWithTax` decimal(15,5) default NULL,
  `product_final_price` decimal(15,5) NOT NULL default '0.00000',
  `product_subtotal_discount` decimal(15,5) NOT NULL default '0.00000',
  `product_subtotal_with_tax` decimal(15,5) NOT NULL default '0.00000',
  `order_item_currency` int(11) default NULL,
  `order_status` char(1) default NULL,
  `product_attribute` text,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_order_item_id`),
  KEY `virtuemart_product_id` (`virtuemart_product_id`),
  KEY `idx_order_item_virtuemart_order_id` (`virtuemart_order_id`),
  KEY `idx_order_item_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all items (products) which are part of an order';

--
-- Dumping data for table `m9qyl_virtuemart_order_items`
--

LOCK TABLES `m9qyl_virtuemart_order_items` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_order_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_order_userinfos`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_order_userinfos`;
CREATE TABLE `m9qyl_virtuemart_order_userinfos` (
  `virtuemart_order_userinfo_id` int(1) unsigned NOT NULL auto_increment,
  `virtuemart_order_id` int(1) unsigned NOT NULL default '0',
  `virtuemart_user_id` int(1) unsigned NOT NULL default '0',
  `address_type` char(2) default NULL,
  `address_type_name` char(32) default NULL,
  `company` char(64) default NULL,
  `title` char(32) default NULL,
  `last_name` char(32) default NULL,
  `first_name` char(32) default NULL,
  `middle_name` char(32) default NULL,
  `phone_1` char(24) default NULL,
  `phone_2` char(24) default NULL,
  `fax` char(24) default NULL,
  `address_1` char(64) NOT NULL default '',
  `address_2` char(64) default NULL,
  `city` char(32) NOT NULL default '',
  `virtuemart_state_id` smallint(1) unsigned NOT NULL default '0',
  `virtuemart_country_id` smallint(1) unsigned NOT NULL default '0',
  `zip` char(16) NOT NULL default '',
  `email` char(255) default NULL,
  `agreed` tinyint(1) NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_order_userinfo_id`),
  KEY `i_virtuemart_order_id` (`virtuemart_order_id`),
  KEY `i_virtuemart_user_id` (`virtuemart_user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores the BillTo and ShipTo Information at order time';

--
-- Dumping data for table `m9qyl_virtuemart_order_userinfos`
--

LOCK TABLES `m9qyl_virtuemart_order_userinfos` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_order_userinfos` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_order_userinfos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_orders`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_orders`;
CREATE TABLE `m9qyl_virtuemart_orders` (
  `virtuemart_order_id` int(1) unsigned NOT NULL auto_increment,
  `virtuemart_user_id` int(1) unsigned NOT NULL default '0',
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '0',
  `order_number` char(64) default NULL,
  `order_pass` char(8) default NULL,
  `order_total` decimal(15,5) NOT NULL default '0.00000',
  `order_salesPrice` decimal(15,5) NOT NULL default '0.00000',
  `order_billTaxAmount` decimal(15,5) NOT NULL default '0.00000',
  `order_billDiscountAmount` decimal(15,5) NOT NULL default '0.00000',
  `order_discountAmount` decimal(15,5) NOT NULL default '0.00000',
  `order_subtotal` decimal(15,5) default NULL,
  `order_tax` decimal(10,5) default NULL,
  `order_shipment` decimal(10,2) default NULL,
  `order_shipment_tax` decimal(10,5) default NULL,
  `order_payment` decimal(10,2) default NULL,
  `order_payment_tax` decimal(10,5) default NULL,
  `coupon_discount` decimal(12,2) NOT NULL default '0.00',
  `coupon_code` char(32) default NULL,
  `order_discount` decimal(12,2) NOT NULL default '0.00',
  `order_currency` smallint(1) default NULL,
  `order_status` char(1) default NULL,
  `user_currency_id` smallint(1) default NULL,
  `user_currency_rate` decimal(10,5) NOT NULL default '1.00000',
  `virtuemart_paymentmethod_id` mediumint(1) unsigned default NULL,
  `virtuemart_shipmentmethod_id` mediumint(1) unsigned default NULL,
  `customer_note` varchar(21000) default NULL,
  `ip_address` char(15) NOT NULL default '',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_order_id`),
  KEY `idx_orders_virtuemart_user_id` (`virtuemart_user_id`),
  KEY `idx_orders_virtuemart_vendor_id` (`virtuemart_vendor_id`),
  KEY `idx_orders_order_number` (`order_number`),
  KEY `idx_orders_virtuemart_paymentmethod_id` (`virtuemart_paymentmethod_id`),
  KEY `idx_orders_virtuemart_shipmentmethod_id` (`virtuemart_shipmentmethod_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Used to store all orders';

--
-- Dumping data for table `m9qyl_virtuemart_orders`
--

LOCK TABLES `m9qyl_virtuemart_orders` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_orders` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_orders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_orderstates`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_orderstates`;
CREATE TABLE `m9qyl_virtuemart_orderstates` (
  `virtuemart_orderstate_id` tinyint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(11) NOT NULL default '1',
  `order_status_code` char(1) NOT NULL default '',
  `order_status_name` char(64) default NULL,
  `order_status_description` varchar(20000) default NULL,
  `order_stock_handle` char(1) NOT NULL default 'A',
  `ordering` int(2) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_orderstate_id`),
  KEY `idx_order_status_ordering` (`ordering`),
  KEY `idx_order_status_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='All available order statuses';

--
-- Dumping data for table `m9qyl_virtuemart_orderstates`
--

LOCK TABLES `m9qyl_virtuemart_orderstates` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_orderstates` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_orderstates` VALUES (1,1,'P','Pending','','R',1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(2,1,'U','Confirmed by shopper','','R',2,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(3,1,'C','Confirmed','','R',3,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(4,1,'X','Cancelled','','A',4,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(5,1,'R','Refunded','','A',5,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(6,1,'S','Shipped','','O',6,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_orderstates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_paymentmethod_shoppergroups`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_paymentmethod_shoppergroups`;
CREATE TABLE `m9qyl_virtuemart_paymentmethod_shoppergroups` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_paymentmethod_id` mediumint(1) unsigned NOT NULL default '0',
  `virtuemart_shoppergroup_id` smallint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_paymentmethod_id` (`virtuemart_paymentmethod_id`,`virtuemart_shoppergroup_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='xref table for paymentmethods to shoppergroup';

--
-- Dumping data for table `m9qyl_virtuemart_paymentmethod_shoppergroups`
--

LOCK TABLES `m9qyl_virtuemart_paymentmethod_shoppergroups` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_paymentmethod_shoppergroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_paymentmethod_shoppergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_paymentmethods`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_paymentmethods`;
CREATE TABLE `m9qyl_virtuemart_paymentmethods` (
  `virtuemart_paymentmethod_id` mediumint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(11) NOT NULL default '1',
  `payment_jplugin_id` int(11) NOT NULL default '0',
  `slug` char(255) NOT NULL default '',
  `payment_element` char(50) NOT NULL default '',
  `payment_params` varchar(19000) default NULL,
  `shared` tinyint(1) NOT NULL default '0' COMMENT 'valide for all vendors?',
  `ordering` int(2) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_paymentmethod_id`),
  KEY `idx_payment_jplugin_id` (`payment_jplugin_id`),
  KEY `idx_payment_element` (`payment_element`,`virtuemart_vendor_id`),
  KEY `idx_payment_method_ordering` (`ordering`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='The payment methods of your store';

--
-- Dumping data for table `m9qyl_virtuemart_paymentmethods`
--

LOCK TABLES `m9qyl_virtuemart_paymentmethods` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_paymentmethods` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_paymentmethods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_paymentmethods_en_gb`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_paymentmethods_en_gb`;
CREATE TABLE `m9qyl_virtuemart_paymentmethods_en_gb` (
  `virtuemart_paymentmethod_id` int(1) unsigned NOT NULL,
  `payment_name` char(180) NOT NULL default '',
  `payment_desc` varchar(20000) NOT NULL default '',
  `slug` char(192) NOT NULL default '',
  PRIMARY KEY  (`virtuemart_paymentmethod_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_paymentmethods_en_gb`
--

LOCK TABLES `m9qyl_virtuemart_paymentmethods_en_gb` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_paymentmethods_en_gb` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_paymentmethods_en_gb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_permgroups`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_permgroups`;
CREATE TABLE `m9qyl_virtuemart_permgroups` (
  `virtuemart_permgroup_id` tinyint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '1',
  `group_name` char(128) default NULL,
  `group_level` int(11) default NULL,
  `ordering` int(2) NOT NULL default '0',
  `shared` tinyint(1) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_permgroup_id`),
  KEY `i_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Holds all the user groups';

--
-- Dumping data for table `m9qyl_virtuemart_permgroups`
--

LOCK TABLES `m9qyl_virtuemart_permgroups` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_permgroups` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_permgroups` VALUES (1,1,'admin',0,0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(2,1,'storeadmin',250,0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(3,1,'shopper',500,0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(4,1,'demo',750,0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_permgroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_product_categories`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_product_categories`;
CREATE TABLE `m9qyl_virtuemart_product_categories` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(1) unsigned NOT NULL default '0',
  `virtuemart_category_id` smallint(1) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps Products to Categories';

--
-- Dumping data for table `m9qyl_virtuemart_product_categories`
--

LOCK TABLES `m9qyl_virtuemart_product_categories` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_product_customfields`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_product_customfields`;
CREATE TABLE `m9qyl_virtuemart_product_customfields` (
  `virtuemart_customfield_id` int(11) unsigned NOT NULL auto_increment COMMENT 'field id',
  `virtuemart_product_id` int(11) NOT NULL default '0',
  `virtuemart_custom_id` int(11) NOT NULL default '1' COMMENT 'custom group id',
  `custom_value` varchar(8000) default NULL COMMENT 'field value',
  `custom_price` decimal(15,5) default NULL COMMENT 'price',
  `custom_param` varchar(12800) default NULL COMMENT 'Param for Plugins',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(1) unsigned NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(1) unsigned NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(1) unsigned NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_customfield_id`),
  KEY `idx_virtuemart_product_id` (`virtuemart_product_id`),
  KEY `idx_virtuemart_custom_id` (`virtuemart_custom_id`),
  KEY `idx_custom_value` (`custom_value`(333))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='custom fields';

--
-- Dumping data for table `m9qyl_virtuemart_product_customfields`
--

LOCK TABLES `m9qyl_virtuemart_product_customfields` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_customfields` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_customfields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_product_manufacturers`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_product_manufacturers`;
CREATE TABLE `m9qyl_virtuemart_product_manufacturers` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(11) default NULL,
  `virtuemart_manufacturer_id` smallint(1) unsigned default NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_manufacturer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps a product to a manufacturer';

--
-- Dumping data for table `m9qyl_virtuemart_product_manufacturers`
--

LOCK TABLES `m9qyl_virtuemart_product_manufacturers` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_manufacturers` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_manufacturers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_product_medias`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_product_medias`;
CREATE TABLE `m9qyl_virtuemart_product_medias` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(1) unsigned NOT NULL default '0',
  `virtuemart_media_id` int(1) unsigned NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_media_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_product_medias`
--

LOCK TABLES `m9qyl_virtuemart_product_medias` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_medias` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_medias` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_product_prices`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_product_prices`;
CREATE TABLE `m9qyl_virtuemart_product_prices` (
  `virtuemart_product_price_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(1) unsigned NOT NULL default '0',
  `virtuemart_shoppergroup_id` int(11) default NULL,
  `product_price` decimal(15,5) default NULL,
  `override` tinyint(1) default NULL,
  `product_override_price` decimal(15,5) default NULL,
  `product_tax_id` int(11) default NULL,
  `product_discount_id` int(11) default NULL,
  `product_currency` smallint(1) default NULL,
  `product_price_publish_up` datetime default NULL,
  `product_price_publish_down` datetime default NULL,
  `price_quantity_start` int(11) unsigned default NULL,
  `price_quantity_end` int(11) unsigned default NULL,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_product_price_id`),
  KEY `idx_product_price_product_id` (`virtuemart_product_id`),
  KEY `idx_product_price_virtuemart_shoppergroup_id` (`virtuemart_shoppergroup_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Holds price records for a product';

--
-- Dumping data for table `m9qyl_virtuemart_product_prices`
--

LOCK TABLES `m9qyl_virtuemart_product_prices` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_prices` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_prices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_product_relations`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_product_relations`;
CREATE TABLE `m9qyl_virtuemart_product_relations` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(1) unsigned NOT NULL default '0',
  `related_products` int(11) default NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_product_id` (`virtuemart_product_id`,`related_products`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_product_relations`
--

LOCK TABLES `m9qyl_virtuemart_product_relations` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_relations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_product_shoppergroups`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_product_shoppergroups`;
CREATE TABLE `m9qyl_virtuemart_product_shoppergroups` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(1) unsigned NOT NULL default '0',
  `virtuemart_shoppergroup_id` smallint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_shoppergroup_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps Products to Categories';

--
-- Dumping data for table `m9qyl_virtuemart_product_shoppergroups`
--

LOCK TABLES `m9qyl_virtuemart_product_shoppergroups` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_shoppergroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_product_shoppergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_products`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_products`;
CREATE TABLE `m9qyl_virtuemart_products` (
  `virtuemart_product_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '1',
  `product_parent_id` int(1) unsigned NOT NULL default '0',
  `product_sku` char(64) default NULL,
  `product_weight` decimal(10,4) default NULL,
  `product_weight_uom` char(7) default NULL,
  `product_length` decimal(10,4) default NULL,
  `product_width` decimal(10,4) default NULL,
  `product_height` decimal(10,4) default NULL,
  `product_lwh_uom` char(7) default NULL,
  `product_url` char(255) default NULL,
  `product_in_stock` int(1) default NULL,
  `product_ordered` int(1) default NULL,
  `low_stock_notification` int(1) unsigned default NULL,
  `product_available_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `product_availability` char(32) default NULL,
  `product_special` tinyint(1) default NULL,
  `product_sales` int(1) unsigned default NULL,
  `product_unit` char(4) default NULL,
  `product_packaging` decimal(8,4) unsigned default NULL,
  `product_params` varchar(2000) default NULL,
  `hits` int(11) unsigned default NULL,
  `intnotes` varchar(18000) default NULL,
  `metarobot` varchar(400) default NULL,
  `metaauthor` varchar(400) default NULL,
  `layout` char(16) default NULL,
  `published` tinyint(1) default NULL,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_product_id`),
  KEY `idx_product_virtuemart_vendor_id` (`virtuemart_vendor_id`),
  KEY `idx_product_product_parent_id` (`product_parent_id`),
  KEY `idx_product_sku` (`product_sku`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='All products are stored here.';

--
-- Dumping data for table `m9qyl_virtuemart_products`
--

LOCK TABLES `m9qyl_virtuemart_products` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_products` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_products_en_gb`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_products_en_gb`;
CREATE TABLE `m9qyl_virtuemart_products_en_gb` (
  `virtuemart_product_id` int(1) unsigned NOT NULL,
  `product_s_desc` varchar(2000) NOT NULL default '',
  `product_desc` varchar(18400) NOT NULL default '',
  `product_name` char(180) NOT NULL default '',
  `metadesc` varchar(400) NOT NULL default '',
  `metakey` varchar(400) NOT NULL default '',
  `customtitle` char(255) NOT NULL default '',
  `slug` char(192) NOT NULL default '',
  PRIMARY KEY  (`virtuemart_product_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_products_en_gb`
--

LOCK TABLES `m9qyl_virtuemart_products_en_gb` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_products_en_gb` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_products_en_gb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_rating_reviews`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_rating_reviews`;
CREATE TABLE `m9qyl_virtuemart_rating_reviews` (
  `virtuemart_rating_review_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(1) unsigned NOT NULL default '0',
  `comment` varchar(18000) default NULL,
  `review_ok` tinyint(1) NOT NULL default '0',
  `review_rates` int(1) unsigned NOT NULL default '0',
  `review_ratingcount` int(1) unsigned NOT NULL default '0',
  `review_rating` decimal(10,2) NOT NULL default '0.00',
  `review_editable` tinyint(1) NOT NULL default '1',
  `lastip` char(50) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_rating_review_id`),
  UNIQUE KEY `i_virtuemart_product_id` (`virtuemart_product_id`,`created_by`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_rating_reviews`
--

LOCK TABLES `m9qyl_virtuemart_rating_reviews` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_rating_reviews` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_rating_reviews` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_rating_votes`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_rating_votes`;
CREATE TABLE `m9qyl_virtuemart_rating_votes` (
  `virtuemart_rating_vote_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(1) unsigned NOT NULL default '0',
  `vote` int(11) NOT NULL default '0',
  `lastip` char(50) NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_rating_vote_id`),
  UNIQUE KEY `i_virtuemart_product_id` (`virtuemart_product_id`,`created_by`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all ratings for a product';

--
-- Dumping data for table `m9qyl_virtuemart_rating_votes`
--

LOCK TABLES `m9qyl_virtuemart_rating_votes` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_rating_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_rating_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_ratings`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_ratings`;
CREATE TABLE `m9qyl_virtuemart_ratings` (
  `virtuemart_rating_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(1) unsigned NOT NULL default '0',
  `rates` int(11) NOT NULL default '0',
  `ratingcount` int(1) unsigned NOT NULL default '0',
  `rating` decimal(10,1) NOT NULL default '0.0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_rating_id`),
  UNIQUE KEY `i_virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_rating_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores all ratings for a product';

--
-- Dumping data for table `m9qyl_virtuemart_ratings`
--

LOCK TABLES `m9qyl_virtuemart_ratings` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_ratings` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_ratings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_shipmentmethod_shoppergroups`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_shipmentmethod_shoppergroups`;
CREATE TABLE `m9qyl_virtuemart_shipmentmethod_shoppergroups` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_shipmentmethod_id` mediumint(1) unsigned default NULL,
  `virtuemart_shoppergroup_id` smallint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_shipmentmethod_id` (`virtuemart_shipmentmethod_id`,`virtuemart_shoppergroup_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='xref table for shipment to shoppergroup';

--
-- Dumping data for table `m9qyl_virtuemart_shipmentmethod_shoppergroups`
--

LOCK TABLES `m9qyl_virtuemart_shipmentmethod_shoppergroups` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_shipmentmethod_shoppergroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_shipmentmethod_shoppergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_shipmentmethods`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_shipmentmethods`;
CREATE TABLE `m9qyl_virtuemart_shipmentmethods` (
  `virtuemart_shipmentmethod_id` mediumint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(11) NOT NULL default '1',
  `shipment_jplugin_id` int(11) NOT NULL default '0',
  `slug` char(255) NOT NULL default '',
  `shipment_element` char(50) NOT NULL default '',
  `shipment_params` varchar(19000) default NULL,
  `ordering` int(2) NOT NULL default '0',
  `shared` tinyint(1) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_shipmentmethod_id`),
  KEY `idx_shipment_jplugin_id` (`shipment_jplugin_id`),
  KEY `idx_shipment_element` (`shipment_element`,`virtuemart_vendor_id`),
  KEY `idx_shipment_method_ordering` (`ordering`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Shipment created from the shipment plugins';

--
-- Dumping data for table `m9qyl_virtuemart_shipmentmethods`
--

LOCK TABLES `m9qyl_virtuemart_shipmentmethods` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_shipmentmethods` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_shipmentmethods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_shipmentmethods_en_gb`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_shipmentmethods_en_gb`;
CREATE TABLE `m9qyl_virtuemart_shipmentmethods_en_gb` (
  `virtuemart_shipmentmethod_id` int(1) unsigned NOT NULL,
  `shipment_name` char(180) NOT NULL default '',
  `shipment_desc` varchar(20000) NOT NULL default '',
  `slug` char(192) NOT NULL default '',
  PRIMARY KEY  (`virtuemart_shipmentmethod_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_shipmentmethods_en_gb`
--

LOCK TABLES `m9qyl_virtuemart_shipmentmethods_en_gb` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_shipmentmethods_en_gb` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_shipmentmethods_en_gb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_shoppergroups`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_shoppergroups`;
CREATE TABLE `m9qyl_virtuemart_shoppergroups` (
  `virtuemart_shoppergroup_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(11) NOT NULL default '1',
  `shopper_group_name` char(32) default NULL,
  `shopper_group_desc` char(128) default NULL,
  `custom_price_display` tinyint(1) NOT NULL default '0',
  `price_display` blob,
  `default` tinyint(1) NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  `shared` tinyint(1) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_shoppergroup_id`),
  KEY `idx_shopper_group_virtuemart_vendor_id` (`virtuemart_vendor_id`),
  KEY `idx_shopper_group_name` (`shopper_group_name`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Shopper Groups that users can be assigned to';

--
-- Dumping data for table `m9qyl_virtuemart_shoppergroups`
--

LOCK TABLES `m9qyl_virtuemart_shoppergroups` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_shoppergroups` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_shoppergroups` VALUES (2,1,'-default-','This is the default shopper group.',0,NULL,1,0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(1,1,'-anonymous-','Shopper group for anonymous shoppers',0,NULL,2,0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_shoppergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_states`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_states`;
CREATE TABLE `m9qyl_virtuemart_states` (
  `virtuemart_state_id` smallint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '1',
  `virtuemart_country_id` smallint(1) unsigned NOT NULL default '1',
  `virtuemart_worldzone_id` smallint(1) unsigned NOT NULL default '0',
  `state_name` char(64) default NULL,
  `state_3_code` char(3) default NULL,
  `state_2_code` char(2) default NULL,
  `ordering` int(2) NOT NULL default '0',
  `shared` tinyint(1) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_state_id`),
  UNIQUE KEY `idx_state_3_code` (`virtuemart_country_id`,`state_3_code`),
  UNIQUE KEY `idx_state_2_code` (`virtuemart_country_id`,`state_2_code`),
  KEY `i_virtuemart_vendor_id` (`virtuemart_vendor_id`),
  KEY `i_virtuemart_country_id` (`virtuemart_country_id`)
) ENGINE=MyISAM AUTO_INCREMENT=730 DEFAULT CHARSET=utf8 COMMENT='States that are assigned to a country';

--
-- Dumping data for table `m9qyl_virtuemart_states`
--

LOCK TABLES `m9qyl_virtuemart_states` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_states` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_states` VALUES (1,1,223,0,'Alabama','ALA','AL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(2,1,223,0,'Alaska','ALK','AK',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(3,1,223,0,'Arizona','ARZ','AZ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(4,1,223,0,'Arkansas','ARK','AR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(5,1,223,0,'California','CAL','CA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(6,1,223,0,'Colorado','COL','CO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(7,1,223,0,'Connecticut','CCT','CT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(8,1,223,0,'Delaware','DEL','DE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(9,1,223,0,'District Of Columbia','DOC','DC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(10,1,223,0,'Florida','FLO','FL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(11,1,223,0,'Georgia','GEA','GA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(12,1,223,0,'Hawaii','HWI','HI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(13,1,223,0,'Idaho','IDA','ID',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(14,1,223,0,'Illinois','ILL','IL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(15,1,223,0,'Indiana','IND','IN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(16,1,223,0,'Iowa','IOA','IA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(17,1,223,0,'Kansas','KAS','KS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(18,1,223,0,'Kentucky','KTY','KY',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(19,1,223,0,'Louisiana','LOA','LA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(20,1,223,0,'Maine','MAI','ME',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(21,1,223,0,'Maryland','MLD','MD',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(22,1,223,0,'Massachusetts','MSA','MA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(23,1,223,0,'Michigan','MIC','MI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(24,1,223,0,'Minnesota','MIN','MN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(25,1,223,0,'Mississippi','MIS','MS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(26,1,223,0,'Missouri','MIO','MO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(27,1,223,0,'Montana','MOT','MT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(28,1,223,0,'Nebraska','NEB','NE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(29,1,223,0,'Nevada','NEV','NV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(30,1,223,0,'New Hampshire','NEH','NH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(31,1,223,0,'New Jersey','NEJ','NJ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(32,1,223,0,'New Mexico','NEM','NM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(33,1,223,0,'New York','NEY','NY',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(34,1,223,0,'North Carolina','NOC','NC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(35,1,223,0,'North Dakota','NOD','ND',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(36,1,223,0,'Ohio','OHI','OH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(37,1,223,0,'Oklahoma','OKL','OK',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(38,1,223,0,'Oregon','ORN','OR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(39,1,223,0,'Pennsylvania','PEA','PA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(40,1,223,0,'Rhode Island','RHI','RI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(41,1,223,0,'South Carolina','SOC','SC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(42,1,223,0,'South Dakota','SOD','SD',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(43,1,223,0,'Tennessee','TEN','TN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(44,1,223,0,'Texas','TXS','TX',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(45,1,223,0,'Utah','UTA','UT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(46,1,223,0,'Vermont','VMT','VT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(47,1,223,0,'Virginia','VIA','VA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(48,1,223,0,'Washington','WAS','WA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(49,1,223,0,'West Virginia','WEV','WV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(50,1,223,0,'Wisconsin','WIS','WI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(51,1,223,0,'Wyoming','WYO','WY',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(52,1,38,0,'Alberta','ALB','AB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(53,1,38,0,'British Columbia','BRC','BC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(54,1,38,0,'Manitoba','MAB','MB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(55,1,38,0,'New Brunswick','NEB','NB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(56,1,38,0,'Newfoundland and Labrador','NFL','NL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(57,1,38,0,'Northwest Territories','NWT','NT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(58,1,38,0,'Nova Scotia','NOS','NS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(59,1,38,0,'Nunavut','NUT','NU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(60,1,38,0,'Ontario','ONT','ON',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(61,1,38,0,'Prince Edward Island','PEI','PE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(62,1,38,0,'Quebec','QEC','QC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(63,1,38,0,'Saskatchewan','SAK','SK',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(64,1,38,0,'Yukon','YUT','YT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(65,1,222,0,'England','ENG','EN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(66,1,222,0,'Northern Ireland','NOI','NI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(67,1,222,0,'Scotland','SCO','SD',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(68,1,222,0,'Wales','WLS','WS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(69,1,13,0,'Australian Capital Territory','ACT','AC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(70,1,13,0,'New South Wales','NSW','NS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(71,1,13,0,'Northern Territory','NOT','NT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(72,1,13,0,'Queensland','QLD','QL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(73,1,13,0,'South Australia','SOA','SA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(74,1,13,0,'Tasmania','TAS','TS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(75,1,13,0,'Victoria','VIC','VI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(76,1,13,0,'Western Australia','WEA','WA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(77,1,138,0,'Aguascalientes','AGS','AG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(78,1,138,0,'Baja California Norte','BCN','BN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(79,1,138,0,'Baja California Sur','BCS','BS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(80,1,138,0,'Campeche','CAM','CA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(81,1,138,0,'Chiapas','CHI','CS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(82,1,138,0,'Chihuahua','CHA','CH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(83,1,138,0,'Coahuila','COA','CO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(84,1,138,0,'Colima','COL','CM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(85,1,138,0,'Distrito Federal','DFM','DF',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(86,1,138,0,'Durango','DGO','DO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(87,1,138,0,'Guanajuato','GTO','GO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(88,1,138,0,'Guerrero','GRO','GU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(89,1,138,0,'Hidalgo','HGO','HI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(90,1,138,0,'Jalisco','JAL','JA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(91,1,138,0,'M','EDM','EM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(92,1,138,0,'Michoac','MCN','MI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(93,1,138,0,'Morelos','MOR','MO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(94,1,138,0,'Nayarit','NAY','NY',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(95,1,138,0,'Nuevo Le','NUL','NL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(96,1,138,0,'Oaxaca','OAX','OA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(97,1,138,0,'Puebla','PUE','PU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(98,1,138,0,'Quer','QRO','QU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(99,1,138,0,'Quintana Roo','QUR','QR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(100,1,138,0,'San Luis Potos','SLP','SP',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(101,1,138,0,'Sinaloa','SIN','SI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(102,1,138,0,'Sonora','SON','SO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(103,1,138,0,'Tabasco','TAB','TA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(104,1,138,0,'Tamaulipas','TAM','TM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(105,1,138,0,'Tlaxcala','TLX','TX',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(106,1,138,0,'Veracruz','VER','VZ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(107,1,138,0,'Yucat','YUC','YU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(108,1,138,0,'Zacatecas','ZAC','ZA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(109,1,30,0,'Acre','ACR','AC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(110,1,30,0,'Alagoas','ALG','AL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(111,1,30,0,'Amapá','AMP','AP',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(112,1,30,0,'Amazonas','AMZ','AM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(113,1,30,0,'Bahía','BAH','BA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(114,1,30,0,'Ceará','CEA','CE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(115,1,30,0,'Distrito Federal','DFB','DF',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(116,1,30,0,'Espírito Santo','ESS','ES',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(117,1,30,0,'Goiás','GOI','GO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(118,1,30,0,'Maranhão','MAR','MA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(119,1,30,0,'Mato Grosso','MAT','MT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(120,1,30,0,'Mato Grosso do Sul','MGS','MS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(121,1,30,0,'Minas Gerais','MIG','MG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(122,1,30,0,'Paraná','PAR','PR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(123,1,30,0,'Paraíba','PRB','PB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(124,1,30,0,'Pará','PAB','PA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(125,1,30,0,'Pernambuco','PER','PE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(126,1,30,0,'Piauí','PIA','PI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(127,1,30,0,'Rio Grande do Norte','RGN','RN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(128,1,30,0,'Rio Grande do Sul','RGS','RS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(129,1,30,0,'Rio de Janeiro','RDJ','RJ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(130,1,30,0,'Rondônia','RON','RO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(131,1,30,0,'Roraima','ROR','RR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(132,1,30,0,'Santa Catarina','SAC','SC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(133,1,30,0,'Sergipe','SER','SE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(134,1,30,0,'São Paulo','SAP','SP',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(135,1,30,0,'Tocantins','TOC','TO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(136,1,44,0,'Anhui','ANH','34',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(137,1,44,0,'Beijing','BEI','11',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(138,1,44,0,'Chongqing','CHO','50',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(139,1,44,0,'Fujian','FUJ','35',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(140,1,44,0,'Gansu','GAN','62',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(141,1,44,0,'Guangdong','GUA','44',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(142,1,44,0,'Guangxi Zhuang','GUZ','45',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(143,1,44,0,'Guizhou','GUI','52',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(144,1,44,0,'Hainan','HAI','46',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(145,1,44,0,'Hebei','HEB','13',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(146,1,44,0,'Heilongjiang','HEI','23',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(147,1,44,0,'Henan','HEN','41',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(148,1,44,0,'Hubei','HUB','42',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(149,1,44,0,'Hunan','HUN','43',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(150,1,44,0,'Jiangsu','JIA','32',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(151,1,44,0,'Jiangxi','JIX','36',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(152,1,44,0,'Jilin','JIL','22',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(153,1,44,0,'Liaoning','LIA','21',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(154,1,44,0,'Nei Mongol','NML','15',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(155,1,44,0,'Ningxia Hui','NIH','64',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(156,1,44,0,'Qinghai','QIN','63',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(157,1,44,0,'Shandong','SNG','37',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(158,1,44,0,'Shanghai','SHH','31',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(159,1,44,0,'Shaanxi','SHX','61',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(160,1,44,0,'Sichuan','SIC','51',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(161,1,44,0,'Tianjin','TIA','12',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(162,1,44,0,'Xinjiang Uygur','XIU','65',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(163,1,44,0,'Xizang','XIZ','54',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(164,1,44,0,'Yunnan','YUN','53',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(165,1,44,0,'Zhejiang','ZHE','33',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(166,1,104,0,'Israel','ISL','IL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(167,1,104,0,'Gaza Strip','GZS','GZ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(168,1,104,0,'West Bank','WBK','WB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(169,1,151,0,'St. Maarten','STM','SM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(170,1,151,0,'Bonaire','BNR','BN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(171,1,151,0,'Curacao','CUR','CR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(172,1,175,0,'Alba','ABA','AB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(173,1,175,0,'Arad','ARD','AR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(174,1,175,0,'Arges','ARG','AG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(175,1,175,0,'Bacau','BAC','BC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(176,1,175,0,'Bihor','BIH','BH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(177,1,175,0,'Bistrita-Nasaud','BIS','BN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(178,1,175,0,'Botosani','BOT','BT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(179,1,175,0,'Braila','BRL','BR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(180,1,175,0,'Brasov','BRA','BV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(181,1,175,0,'Bucuresti','BUC','B',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(182,1,175,0,'Buzau','BUZ','BZ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(183,1,175,0,'Calarasi','CAL','CL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(184,1,175,0,'Caras Severin','CRS','CS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(185,1,175,0,'Cluj','CLJ','CJ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(186,1,175,0,'Constanta','CST','CT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(187,1,175,0,'Covasna','COV','CV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(188,1,175,0,'Dambovita','DAM','DB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(189,1,175,0,'Dolj','DLJ','DJ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(190,1,175,0,'Galati','GAL','GL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(191,1,175,0,'Giurgiu','GIU','GR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(192,1,175,0,'Gorj','GOR','GJ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(193,1,175,0,'Hargita','HRG','HR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(194,1,175,0,'Hunedoara','HUN','HD',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(195,1,175,0,'Ialomita','IAL','IL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(196,1,175,0,'Iasi','IAS','IS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(197,1,175,0,'Ilfov','ILF','IF',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(198,1,175,0,'Maramures','MAR','MM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(199,1,175,0,'Mehedinti','MEH','MH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(200,1,175,0,'Mures','MUR','MS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(201,1,175,0,'Neamt','NEM','NT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(202,1,175,0,'Olt','OLT','OT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(203,1,175,0,'Prahova','PRA','PH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(204,1,175,0,'Salaj','SAL','SJ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(205,1,175,0,'Satu Mare','SAT','SM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(206,1,175,0,'Sibiu','SIB','SB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(207,1,175,0,'Suceava','SUC','SV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(208,1,175,0,'Teleorman','TEL','TR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(209,1,175,0,'Timis','TIM','TM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(210,1,175,0,'Tulcea','TUL','TL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(211,1,175,0,'Valcea','VAL','VL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(212,1,175,0,'Vaslui','VAS','VS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(213,1,175,0,'Vrancea','VRA','VN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(214,1,105,0,'Agrigento','AGR','AG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(215,1,105,0,'Alessandria','ALE','AL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(216,1,105,0,'Ancona','ANC','AN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(217,1,105,0,'Aosta','AOS','AO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(218,1,105,0,'Arezzo','ARE','AR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(219,1,105,0,'Ascoli Piceno','API','AP',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(220,1,105,0,'Asti','AST','AT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(221,1,105,0,'Avellino','AVE','AV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(222,1,105,0,'Bari','BAR','BA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(223,1,105,0,'Belluno','BEL','BL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(224,1,105,0,'Benevento','BEN','BN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(225,1,105,0,'Bergamo','BEG','BG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(226,1,105,0,'Biella','BIE','BI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(227,1,105,0,'Bologna','BOL','BO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(228,1,105,0,'Bolzano','BOZ','BZ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(229,1,105,0,'Brescia','BRE','BS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(230,1,105,0,'Brindisi','BRI','BR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(231,1,105,0,'Cagliari','CAG','CA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(232,1,105,0,'Caltanissetta','CAL','CL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(233,1,105,0,'Campobasso','CBO','CB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(234,1,105,0,'Carbonia-Iglesias','CAR','CI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(235,1,105,0,'Caserta','CAS','CE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(236,1,105,0,'Catania','CAT','CT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(237,1,105,0,'Catanzaro','CTZ','CZ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(238,1,105,0,'Chieti','CHI','CH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(239,1,105,0,'Como','COM','CO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(240,1,105,0,'Cosenza','COS','CS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(241,1,105,0,'Cremona','CRE','CR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(242,1,105,0,'Crotone','CRO','KR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(243,1,105,0,'Cuneo','CUN','CN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(244,1,105,0,'Enna','ENN','EN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(245,1,105,0,'Ferrara','FER','FE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(246,1,105,0,'Firenze','FIR','FI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(247,1,105,0,'Foggia','FOG','FG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(248,1,105,0,'Forli-Cesena','FOC','FC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(249,1,105,0,'Frosinone','FRO','FR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(250,1,105,0,'Genova','GEN','GE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(251,1,105,0,'Gorizia','GOR','GO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(252,1,105,0,'Grosseto','GRO','GR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(253,1,105,0,'Imperia','IMP','IM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(254,1,105,0,'Isernia','ISE','IS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(255,1,105,0,'L\'Aquila','AQU','AQ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(256,1,105,0,'La Spezia','LAS','SP',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(257,1,105,0,'Latina','LAT','LT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(258,1,105,0,'Lecce','LEC','LE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(259,1,105,0,'Lecco','LCC','LC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(260,1,105,0,'Livorno','LIV','LI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(261,1,105,0,'Lodi','LOD','LO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(262,1,105,0,'Lucca','LUC','LU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(263,1,105,0,'Macerata','MAC','MC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(264,1,105,0,'Mantova','MAN','MN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(265,1,105,0,'Massa-Carrara','MAS','MS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(266,1,105,0,'Matera','MAA','MT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(267,1,105,0,'Medio Campidano','MED','VS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(268,1,105,0,'Messina','MES','ME',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(269,1,105,0,'Milano','MIL','MI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(270,1,105,0,'Modena','MOD','MO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(271,1,105,0,'Napoli','NAP','NA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(272,1,105,0,'Novara','NOV','NO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(273,1,105,0,'Nuoro','NUR','NU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(274,1,105,0,'Ogliastra','OGL','OG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(275,1,105,0,'Olbia-Tempio','OLB','OT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(276,1,105,0,'Oristano','ORI','OR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(277,1,105,0,'Padova','PDA','PD',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(278,1,105,0,'Palermo','PAL','PA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(279,1,105,0,'Parma','PAA','PR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(280,1,105,0,'Pavia','PAV','PV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(281,1,105,0,'Perugia','PER','PG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(282,1,105,0,'Pesaro e Urbino','PES','PU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(283,1,105,0,'Pescara','PSC','PE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(284,1,105,0,'Piacenza','PIA','PC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(285,1,105,0,'Pisa','PIS','PI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(286,1,105,0,'Pistoia','PIT','PT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(287,1,105,0,'Pordenone','POR','PN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(288,1,105,0,'Potenza','PTZ','PZ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(289,1,105,0,'Prato','PRA','PO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(290,1,105,0,'Ragusa','RAG','RG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(291,1,105,0,'Ravenna','RAV','RA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(292,1,105,0,'Reggio Calabria','REG','RC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(293,1,105,0,'Reggio Emilia','REE','RE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(294,1,105,0,'Rieti','RIE','RI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(295,1,105,0,'Rimini','RIM','RN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(296,1,105,0,'Roma','ROM','RM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(297,1,105,0,'Rovigo','ROV','RO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(298,1,105,0,'Salerno','SAL','SA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(299,1,105,0,'Sassari','SAS','SS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(300,1,105,0,'Savona','SAV','SV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(301,1,105,0,'Siena','SIE','SI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(302,1,105,0,'Siracusa','SIR','SR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(303,1,105,0,'Sondrio','SOO','SO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(304,1,105,0,'Taranto','TAR','TA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(305,1,105,0,'Teramo','TER','TE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(306,1,105,0,'Terni','TRN','TR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(307,1,105,0,'Torino','TOR','TO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(308,1,105,0,'Trapani','TRA','TP',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(309,1,105,0,'Trento','TRE','TN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(310,1,105,0,'Treviso','TRV','TV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(311,1,105,0,'Trieste','TRI','TS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(312,1,105,0,'Udine','UDI','UD',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(313,1,105,0,'Varese','VAR','VA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(314,1,105,0,'Venezia','VEN','VE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(315,1,105,0,'Verbano Cusio Ossola','VCO','VB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(316,1,105,0,'Vercelli','VER','VC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(317,1,105,0,'Verona','VRN','VR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(318,1,105,0,'Vibo Valenzia','VIV','VV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(319,1,105,0,'Vicenza','VII','VI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(320,1,105,0,'Viterbo','VIT','VT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(321,1,195,0,'A Coru','ACO','15',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(322,1,195,0,'Alava','ALA','01',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(323,1,195,0,'Albacete','ALB','02',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(324,1,195,0,'Alicante','ALI','03',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(325,1,195,0,'Almeria','ALM','04',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(326,1,195,0,'Asturias','AST','33',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(327,1,195,0,'Avila','AVI','05',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(328,1,195,0,'Badajoz','BAD','06',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(329,1,195,0,'Baleares','BAL','07',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(330,1,195,0,'Barcelona','BAR','08',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(331,1,195,0,'Burgos','BUR','09',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(332,1,195,0,'Caceres','CAC','10',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(333,1,195,0,'Cadiz','CAD','11',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(334,1,195,0,'Cantabria','CAN','39',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(335,1,195,0,'Castellon','CAS','12',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(336,1,195,0,'Ceuta','CEU','51',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(337,1,195,0,'Ciudad Real','CIU','13',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(338,1,195,0,'Cordoba','COR','14',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(339,1,195,0,'Cuenca','CUE','16',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(340,1,195,0,'Girona','GIR','17',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(341,1,195,0,'Granada','GRA','18',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(342,1,195,0,'Guadalajara','GUA','19',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(343,1,195,0,'Guipuzcoa','GUI','20',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(344,1,195,0,'Huelva','HUL','21',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(345,1,195,0,'Huesca','HUS','22',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(346,1,195,0,'Jaen','JAE','23',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(347,1,195,0,'La Rioja','LRI','26',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(348,1,195,0,'Las Palmas','LPA','35',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(349,1,195,0,'Leon','LEO','24',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(350,1,195,0,'Lleida','LLE','25',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(351,1,195,0,'Lugo','LUG','27',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(352,1,195,0,'Madrid','MAD','28',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(353,1,195,0,'Malaga','MAL','29',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(354,1,195,0,'Melilla','MEL','52',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(355,1,195,0,'Murcia','MUR','30',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(356,1,195,0,'Navarra','NAV','31',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(357,1,195,0,'Ourense','OUR','32',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(358,1,195,0,'Palencia','PAL','34',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(359,1,195,0,'Pontevedra','PON','36',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(360,1,195,0,'Salamanca','SAL','37',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(361,1,195,0,'Santa Cruz de Tenerife','SCT','38',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(362,1,195,0,'Segovia','SEG','40',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(363,1,195,0,'Sevilla','SEV','41',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(364,1,195,0,'Soria','SOR','42',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(365,1,195,0,'Tarragona','TAR','43',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(366,1,195,0,'Teruel','TER','44',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(367,1,195,0,'Toledo','TOL','45',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(368,1,195,0,'Valencia','VAL','46',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(369,1,195,0,'Valladolid','VLL','47',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(370,1,195,0,'Vizcaya','VIZ','48',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(371,1,195,0,'Zamora','ZAM','49',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(372,1,195,0,'Zaragoza','ZAR','50',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(373,1,10,0,'Buenos Aires','BAS','BA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(374,1,10,0,'Ciudad Autonoma De Buenos Aires','CBA','CB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(375,1,10,0,'Catamarca','CAT','CA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(376,1,10,0,'Chaco','CHO','CH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(377,1,10,0,'Chubut','CTT','CT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(378,1,10,0,'Cordoba','COD','CO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(379,1,10,0,'Corrientes','CRI','CR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(380,1,10,0,'Entre Rios','ERS','ER',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(381,1,10,0,'Formosa','FRM','FR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(382,1,10,0,'Jujuy','JUJ','JU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(383,1,10,0,'La Pampa','LPM','LP',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(384,1,10,0,'La Rioja','LRI','LR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(385,1,10,0,'Mendoza','MED','ME',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(386,1,10,0,'Misiones','MIS','MI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(387,1,10,0,'Neuquen','NQU','NQ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(388,1,10,0,'Rio Negro','RNG','RN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(389,1,10,0,'Salta','SAL','SA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(390,1,10,0,'San Juan','SJN','SJ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(391,1,10,0,'San Luis','SLU','SL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(392,1,10,0,'Santa Cruz','SCZ','SC',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(393,1,10,0,'Santa Fe','SFE','SF',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(394,1,10,0,'Santiago Del Estero','SEN','SE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(395,1,10,0,'Tierra Del Fuego','TFE','TF',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(396,1,10,0,'Tucuman','TUC','TU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(397,1,11,0,'Aragatsotn','ARG','AG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(398,1,11,0,'Ararat','ARR','AR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(399,1,11,0,'Armavir','ARM','AV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(400,1,11,0,'Gegharkunik','GEG','GR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(401,1,11,0,'Kotayk','KOT','KT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(402,1,11,0,'Lori','LOR','LO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(403,1,11,0,'Shirak','SHI','SH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(404,1,11,0,'Syunik','SYU','SU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(405,1,11,0,'Tavush','TAV','TV',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(406,1,11,0,'Vayots-Dzor','VAD','VD',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(407,1,11,0,'Yerevan','YER','ER',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(408,1,99,0,'Andaman & Nicobar Islands','ANI','AI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(409,1,99,0,'Andhra Pradesh','AND','AN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(410,1,99,0,'Arunachal Pradesh','ARU','AR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(411,1,99,0,'Assam','ASS','AS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(412,1,99,0,'Bihar','BIH','BI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(413,1,99,0,'Chandigarh','CHA','CA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(414,1,99,0,'Chhatisgarh','CHH','CH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(415,1,99,0,'Dadra & Nagar Haveli','DAD','DD',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(416,1,99,0,'Daman & Diu','DAM','DA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(417,1,99,0,'Delhi','DEL','DE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(418,1,99,0,'Goa','GOA','GO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(419,1,99,0,'Gujarat','GUJ','GU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(420,1,99,0,'Haryana','HAR','HA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(421,1,99,0,'Himachal Pradesh','HIM','HI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(422,1,99,0,'Jammu & Kashmir','JAM','JA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(423,1,99,0,'Jharkhand','JHA','JH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(424,1,99,0,'Karnataka','KAR','KA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(425,1,99,0,'Kerala','KER','KE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(426,1,99,0,'Lakshadweep','LAK','LA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(427,1,99,0,'Madhya Pradesh','MAD','MD',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(428,1,99,0,'Maharashtra','MAH','MH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(429,1,99,0,'Manipur','MAN','MN',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(430,1,99,0,'Meghalaya','MEG','ME',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(431,1,99,0,'Mizoram','MIZ','MI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(432,1,99,0,'Nagaland','NAG','NA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(433,1,99,0,'Orissa','ORI','OR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(434,1,99,0,'Pondicherry','PON','PO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(435,1,99,0,'Punjab','PUN','PU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(436,1,99,0,'Rajasthan','RAJ','RA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(437,1,99,0,'Sikkim','SIK','SI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(438,1,99,0,'Tamil Nadu','TAM','TA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(439,1,99,0,'Tripura','TRI','TR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(440,1,99,0,'Uttaranchal','UAR','UA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(441,1,99,0,'Uttar Pradesh','UTT','UT',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(442,1,99,0,'West Bengal','WES','WE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(443,1,101,0,'Ahmadi va Kohkiluyeh','BOK','BO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(444,1,101,0,'Ardabil','ARD','AR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(445,1,101,0,'Azarbayjan-e Gharbi','AZG','AG',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(446,1,101,0,'Azarbayjan-e Sharqi','AZS','AS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(447,1,101,0,'Bushehr','BUS','BU',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(448,1,101,0,'Chaharmahal va Bakhtiari','CMB','CM',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(449,1,101,0,'Esfahan','ESF','ES',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(450,1,101,0,'Fars','FAR','FA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(451,1,101,0,'Gilan','GIL','GI',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(452,1,101,0,'Gorgan','GOR','GO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(453,1,101,0,'Hamadan','HAM','HA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(454,1,101,0,'Hormozgan','HOR','HO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(455,1,101,0,'Ilam','ILA','IL',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(456,1,101,0,'Kerman','KER','KE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(457,1,101,0,'Kermanshah','BAK','BA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(458,1,101,0,'Khorasan-e Junoubi','KHJ','KJ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(459,1,101,0,'Khorasan-e Razavi','KHR','KR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(460,1,101,0,'Khorasan-e Shomali','KHS','KS',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(461,1,101,0,'Khuzestan','KHU','KH',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(462,1,101,0,'Kordestan','KOR','KO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(463,1,101,0,'Lorestan','LOR','LO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(464,1,101,0,'Markazi','MAR','MR',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(465,1,101,0,'Mazandaran','MAZ','MZ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(466,1,101,0,'Qazvin','QAS','QA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(467,1,101,0,'Qom','QOM','QO',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(468,1,101,0,'Semnan','SEM','SE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(469,1,101,0,'Sistan va Baluchestan','SBA','SB',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(470,1,101,0,'Tehran','TEH','TE',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(471,1,101,0,'Yazd','YAZ','YA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(472,1,101,0,'Zanjan','ZAN','ZA',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(535,1,84,0,'ΛΕΥΚΑΔΑΣ','ΛΕΥ','ΛΕ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(532,1,84,0,'ΛΑΡΙΣΑΣ','ΛΑΡ','ΛΡ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(504,1,84,0,'ΑΡΚΑΔΙΑΣ','ΑΡΚ','ΑΚ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(503,1,84,0,'ΑΡΓΟΛΙΔΑΣ','ΑΡΓ','ΑΡ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(533,1,84,0,'ΛΑΣΙΘΙΟΥ','ΛΑΣ','ΛΑ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(534,1,84,0,'ΛΕΣΒΟΥ','ΛΕΣ','ΛΣ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(530,1,84,0,'ΚΥΚΛΑΔΩΝ','ΚΥΚ','ΚΥ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(553,1,84,0,'ΑΙΤΩΛΟΑΚΑΡΝΑΝΙΑΣ','ΑΙΤ','ΑΙ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(529,1,84,0,'ΚΟΡΙΝΘΙΑΣ','ΚΟΡ','ΚΟ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(531,1,84,0,'ΛΑΚΩΝΙΑΣ','ΛΑΚ','ΛK',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(517,1,84,0,'ΗΜΑΘΙΑΣ','ΗΜΑ','ΗΜ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(518,1,84,0,'ΗΡΑΚΛΕΙΟΥ','ΗΡΑ','ΗΡ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(519,1,84,0,'ΘΕΣΠΡΩΤΙΑΣ','ΘΕΠ','ΘΠ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(520,1,84,0,'ΘΕΣΣΑΛΟΝΙΚΗΣ','ΘΕΣ','ΘΕ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(521,1,84,0,'ΙΩΑΝΝΙΝΩΝ','ΙΩΑ','ΙΩ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(522,1,84,0,'ΚΑΒΑΛΑΣ','ΚΑΒ','ΚΒ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(523,1,84,0,'ΚΑΡΔΙΤΣΑΣ','ΚΑΡ','ΚΡ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(524,1,84,0,'ΚΑΣΤΟΡΙΑΣ','ΚΑΣ','ΚΣ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(525,1,84,0,'ΚΕΡΚΥΡΑΣ','ΚΕΡ','ΚΕ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(526,1,84,0,'ΚΕΦΑΛΛΗΝΙΑΣ','ΚΕΦ','ΚΦ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(527,1,84,0,'ΚΙΛΚΙΣ','ΚΙΛ','ΚΙ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(528,1,84,0,'ΚΟΖΑΝΗΣ','ΚΟΖ','ΚZ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(507,1,84,0,'ΑΧΑΪΑΣ','ΑΧΑ','ΑΧ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(508,1,84,0,'ΒΟΙΩΤΙΑΣ','ΒΟΙ','ΒΟ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(509,1,84,0,'ΓΡΕΒΕΝΩΝ','ΓΡΕ','ΓΡ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(510,1,84,0,'ΔΡΑΜΑΣ','ΔΡΑ','ΔΡ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(511,1,84,0,'ΔΩΔΕΚΑΝΗΣΟΥ','ΔΩΔ','ΔΩ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(512,1,84,0,'ΕΒΡΟΥ','ΕΒΡ','ΕΒ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(513,1,84,0,'ΕΥΒΟΙΑΣ','ΕΥΒ','ΕΥ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(514,1,84,0,'ΕΥΡΥΤΑΝΙΑΣ','ΕΥΡ','ΕΡ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(515,1,84,0,'ΖΑΚΥΝΘΟΥ','ΖΑΚ','ΖΑ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(516,1,84,0,'ΗΛΕΙΑΣ','ΗΛΕ','ΗΛ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(505,1,84,0,'ΑΡΤΑΣ','ΑΡΤ','ΑΑ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(506,1,84,0,'ΑΤΤΙΚΗΣ','ΑΤΤ','ΑΤ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(536,1,84,0,'ΜΑΓΝΗΣΙΑΣ','ΜΑΓ','ΜΑ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(537,1,84,0,'ΜΕΣΣΗΝΙΑΣ','ΜΕΣ','ΜΕ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(538,1,84,0,'ΞΑΝΘΗΣ','ΞΑΝ','ΞΑ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(539,1,84,0,'ΠΕΛΛΗΣ','ΠΕΛ','ΠΕ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(540,1,84,0,'ΠΙΕΡΙΑΣ','ΠΙΕ','ΠΙ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(541,1,84,0,'ΠΡΕΒΕΖΑΣ','ΠΡΕ','ΠΡ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(542,1,84,0,'ΡΕΘΥΜΝΗΣ','ΡΕΘ','ΡΕ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(543,1,84,0,'ΡΟΔΟΠΗΣ','ΡΟΔ','ΡΟ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(544,1,84,0,'ΣΑΜΟΥ','ΣΑΜ','ΣΑ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(545,1,84,0,'ΣΕΡΡΩΝ','ΣΕΡ','ΣΕ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(546,1,84,0,'ΤΡΙΚΑΛΩΝ','ΤΡΙ','ΤΡ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(547,1,84,0,'ΦΘΙΩΤΙΔΑΣ','ΦΘΙ','ΦΘ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(548,1,84,0,'ΦΛΩΡΙΝΑΣ','ΦΛΩ','ΦΛ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(549,1,84,0,'ΦΩΚΙΔΑΣ','ΦΩΚ','ΦΩ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(550,1,84,0,'ΧΑΛΚΙΔΙΚΗΣ','ΧΑΛ','ΧΑ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(551,1,84,0,'ΧΑΝΙΩΝ','ΧΑΝ','ΧΝ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(552,1,84,0,'ΧΙΟΥ','ΧΙΟ','ΧΙ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(569,1,81,0,'Schleswig-Holstein','SHO','SH',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(554,1,81,0,'Freie und Hansestadt Hamburg','HAM','HH',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(555,1,81,0,'Niedersachsen','NIS','NI',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(556,1,81,0,'Freie Hansestadt Bremen','HBR','HB',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(557,1,81,0,'Nordrhein-Westfalen','NRW','NW',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(558,1,81,0,'Hessen','HES','HE',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(559,1,81,0,'Rheinland-Pfalz','RLP','RP',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(560,1,81,0,'Baden-Württemberg','BWÜ','BW',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(561,1,81,0,'Freistaat Bayern','BAV','BY',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(562,1,81,0,'Saarland','SLA','SL',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(563,1,81,0,'Berlin','BER','BE',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(564,1,81,0,'Brandenburg','BRB','BB',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(565,1,81,0,'Mecklenburg-Vorpommern','MVO','MV',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(566,1,81,0,'Freistaat Sachsen','SAC','SN',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(567,1,81,0,'Sachsen-Anhalt','SAA','ST',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(568,1,81,0,'Freistaat Thüringen','THÜ','TH',0,1,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(570,1,176,0,'Адыгея Республика','AD','01',1,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(571,1,176,0,'Алтай Республика','AL','04',2,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(572,1,176,0,'Алтайский край','ALT','22',3,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(573,1,176,0,'Амурская область','AMU','28',4,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(574,1,176,0,'Архангельская область','ARK','29',5,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(575,1,176,0,'Астраханская область','AST','30',6,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(576,1,176,0,'Башкортостан Республика','BA','02',7,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(577,1,176,0,'Белгородская область','BEL','31',8,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(578,1,176,0,'Брянская область','BRY','32',9,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(579,1,176,0,'Бурятия Республика','BU','03',10,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(580,1,176,0,'Владимирская область','VLA','33',11,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(581,1,176,0,'Волгоградская область','VGG','34',12,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(582,1,176,0,'Вологодская область','VLG','35',13,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(583,1,176,0,'Воронежская область','VOR','36',14,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(584,1,176,0,'Дагестан Республика','DA','05',15,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(585,1,176,0,'Еврейская автономная область','YEV','79',16,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(586,1,176,0,'Забайкальский край','ZAB','75',17,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(587,1,176,0,'Ивановская область','IVA','37',18,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(588,1,176,0,'Ингушетия Республика','IN','06',19,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(589,1,176,0,'Иркутская область','IRK','38',20,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(590,1,176,0,'Кабардино-Балкарская Республика','KB','07',21,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(591,1,176,0,'Калининградская область','KGD','39',22,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(592,1,176,0,'Калмыкия Республика','KL','08',23,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(593,1,176,0,'Калужская область','KLU','40',24,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(594,1,176,0,'Камчатский край','KAM','41',25,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(595,1,176,0,'Карачаево-Черкесская Республика','KC','09',26,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(596,1,176,0,'Карелия Республика','KR','10',27,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(597,1,176,0,'Кемеровская область','KEM','42',28,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(598,1,176,0,'Кировская область','KIR','43',29,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(599,1,176,0,'Коми Республика','KO','11',30,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(600,1,176,0,'Костромская область','KOS','44',31,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(601,1,176,0,'Краснодарский край','KDA','23',32,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(602,1,176,0,'Красноярский край','KIA','24',33,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(603,1,176,0,'Курганская область','KGN','45',34,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(604,1,176,0,'Курская область','KRS','46',35,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(605,1,176,0,'Ленинградская область','LEN','47',36,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(606,1,176,0,'Липецкая область','LIP','48',37,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(607,1,176,0,'Магаданская область','MAG','49',38,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(608,1,176,0,'Марий Эл Республика','ME','12',39,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(609,1,176,0,'Мордовия Республика','MO','13',40,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(610,1,176,0,'Москва','MOW','77',41,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(611,1,176,0,'Московская область','MOS','50',42,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(612,1,176,0,'Мурманская область','MUR','51',43,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(613,1,176,0,'Ненецкий автономный округ','NEN','83',44,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(614,1,176,0,'Нижегородская область','NIZ','52',45,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(615,1,176,0,'Новгородская область','NGR','53',46,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(616,1,176,0,'Новосибирская область','NVS','54',47,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(617,1,176,0,'Омская область','OMS','55',48,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(618,1,176,0,'Оренбургская область','ORE','56',49,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(619,1,176,0,'Орловская область','ORL','57',50,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(620,1,176,0,'Пензенская область','PNZ','58',51,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(621,1,176,0,'Пермский край','PER','59',52,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(622,1,176,0,'Приморский край','PRI','25',53,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(623,1,176,0,'Псковская область','PSK','60',54,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(624,1,176,0,'Ростовская область','ROS','61',55,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(625,1,176,0,'Рязанская область','RYA','62',56,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(626,1,176,0,'Самарская область','SAM','63',57,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(627,1,176,0,'Санкт-Петербург','SPE','78',58,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(628,1,176,0,'Саратовская область','SAR','64',59,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(629,1,176,0,'Саха (Якутия) Республика','SA','14',60,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(630,1,176,0,'Сахалинская область','SAK','65',61,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(631,1,176,0,'Свердловская область','SVE','66',62,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(632,1,176,0,'Северная Осетия-Алания Республика','SE','15',63,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(633,1,176,0,'Смоленская область','SMO','67',64,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(634,1,176,0,'Ставропольский край','STA','26',65,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(635,1,176,0,'Тамбовская область','TAM','68',66,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(636,1,176,0,'Татарстан Республика','TA','16',67,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(637,1,176,0,'Тверская область','TVE','69',68,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(638,1,176,0,'Томская область','TOM','70',69,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(639,1,176,0,'Тульская область','TUL','71',70,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(640,1,176,0,'Тыва Республика','TY','17',71,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(641,1,176,0,'Тюменская область','TYU','72',72,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(642,1,176,0,'Удмуртская Республика','UD','18',73,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(643,1,176,0,'Ульяновская область','ULY','73',74,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(644,1,176,0,'Хакасия Республика','KK','19',75,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(645,1,176,0,'Челябинская область','CHE','74',76,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(646,1,176,0,'Чеченская Республика','CE','20',77,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(647,1,176,0,'Чувашская Республика','CU','21',78,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(648,1,176,0,'Чукотский автономный округ','CHU','87',79,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(649,1,176,0,'Хабаровский край','KHA','27',80,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(650,1,176,0,'Ханты-Мансийский автономный округ','KHM','86',81,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(651,1,176,0,'Ямало-Ненецкий автономный округ','YAN','89',82,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(652,1,176,0,'Ярославская область','YAR','76',83,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(653,1,209,0,'กระบี่','กบ','กบ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(654,1,209,0,'กรุงเทพมหานคร','กทม','กท',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(655,1,209,0,'กาญจนบุรี','กจ','กจ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(656,1,209,0,'กาฬสินธุ์','กส','กส',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(657,1,209,0,'กำแพงเพชร','กพ','กพ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(658,1,209,0,'ขอนแก่น','ขก','ขก',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(659,1,209,0,'จันทบุรี','จบ','จบ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(660,1,209,0,'ฉะเชิงเทรา','ฉช','ฉช',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(661,1,209,0,'ชลบุรี','ชบ','ชบ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(662,1,209,0,'ชัยนาท','ชน','ชน',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(663,1,209,0,'ชัยภูมิ','ชย','ชย',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(664,1,209,0,'ชุมพร','ชพ','ชพ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(665,1,209,0,'เชียงราย','ชร','ชร',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(666,1,209,0,'เชียงใหม่','ชม','ชม',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(667,1,209,0,'ตรัง','ตง','ตง',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(668,1,209,0,'ตราด','ตร','ตร',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(669,1,209,0,'ตาก','ตก','ตก',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(670,1,209,0,'นครนายก','นย','นย',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(671,1,209,0,'นครปฐม','นฐ','นฐ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(672,1,209,0,'นครพนม','นพ','นพ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(673,1,209,0,'นครราชสีมา','นม','นม',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(674,1,209,0,'นครศรีธรรมราช','นศ','นศ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(675,1,209,0,'นครสวรรค์','นว','นว',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(676,1,209,0,'นนทบุรี','นบ','นบ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(677,1,209,0,'นราธิวาส','นธ','นธ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(678,1,209,0,'น่าน','นน','นน',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(679,1,209,0,'บุรีรัมย์','บร','บร',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(680,1,209,0,'บึงกาฬ','บก','บก',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(681,1,209,0,'ปทุมธานี','ปท','ปท',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(682,1,209,0,'ประจวบคีรีขันธ์','ปข','ปข',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(683,1,209,0,'ปราจีนบุรี','ปจ','ปจ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(684,1,209,0,'ปัตตานี','ปน','ปน',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(685,1,209,0,'พระนครศรีอยุธยา','อย','อย',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(686,1,209,0,'พังงา','พง','พง',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(687,1,209,0,'พัทลุง','พท','พท',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(688,1,209,0,'พิจิตร','พจ','พจ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(689,1,209,0,'พิษณุโลก','พล','พล',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(690,1,209,0,'เพชรบุรี','พบ','พบ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(691,1,209,0,'เพชรบูรณ์','พช','พช',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(692,1,209,0,'แพร่','พร','พร',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(693,1,209,0,'พะเยา','พย','พย',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(694,1,209,0,'ภูเก็ต','ภก','ภก',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(695,1,209,0,'มหาสารคาม','มค','มค',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(696,1,209,0,'แม่ฮ่องสอน','มส','มส',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(697,1,209,0,'มุกดาหาร','มห','มห',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(698,1,209,0,'ยะลา','ยล','ยล',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(699,1,209,0,'ยโสธร','ยส','ยส',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(700,1,209,0,'ร้อยเอ็ด','รอ','รอ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(701,1,209,0,'ระนอง','รน','รน',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(702,1,209,0,'ระยอง','รย','รย',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(703,1,209,0,'ราชบุรี','รบ','รบ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(704,1,209,0,'ลพบุรี','ลบ','ลบ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(705,1,209,0,'ลำปาง','ลป','ลป',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(706,1,209,0,'ลำพูน','ลพ','ลพ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(707,1,209,0,'เลย','ลย','ลย',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(708,1,209,0,'ศรีสะเกษ','ศก','ศก',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(709,1,209,0,'สกลนคร','สน','สน',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(710,1,209,0,'สงขลา','สข','สข',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(711,1,209,0,'สตูล','สต','สต',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(712,1,209,0,'สมุทรปราการ','สป','สป',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(713,1,209,0,'สมุทรสงคราม','สส','สส',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(714,1,209,0,'สมุทรสาคร','สค','สค',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(715,1,209,0,'สระบุรี','สบ','สบ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(716,1,209,0,'สระแก้ว','สก','สก',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(717,1,209,0,'สิงห์บุรี','สห','สห',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(718,1,209,0,'สุโขทัย','สท','สท',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(719,1,209,0,'สุพรรณบุรี','สพ','สพ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(720,1,209,0,'สุราษฎร์ธานี','สฎ','สฎ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(721,1,209,0,'สุรินทร์','สร','สร',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(722,1,209,0,'หนองคาย','นค','นค',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(723,1,209,0,'หนองบัวลำภู','นภ','นภ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(724,1,209,0,'อ่างทอง','อท','อท',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(725,1,209,0,'อุดรธานี','อด','อด',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(726,1,209,0,'อุตรดิตถ์','อต','อต',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(727,1,209,0,'อุทัยธานี','อน','อน',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(728,1,209,0,'อุบลราชธานี','อบ','อบ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(729,1,209,0,'อำนาจเจริญ','อจ','อจ',0,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_states` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_userfield_values`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_userfield_values`;
CREATE TABLE `m9qyl_virtuemart_userfield_values` (
  `virtuemart_userfield_value_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_userfield_id` smallint(1) unsigned NOT NULL default '0',
  `fieldtitle` char(255) NOT NULL default '',
  `fieldvalue` char(255) NOT NULL default '',
  `sys` tinyint(4) NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_userfield_value_id`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COMMENT='Holds the different values for dropdown and radio lists';

--
-- Dumping data for table `m9qyl_virtuemart_userfield_values`
--

LOCK TABLES `m9qyl_virtuemart_userfield_values` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_userfield_values` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_userfield_values` VALUES (1,10,'Mr','Mr',0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(2,10,'Mrs','Mrs',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(3,26,'None','0',0,16,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(4,26,'Non-resident (Canada)','R',0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(5,26,'Federal government (United States)','A',0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(6,26,'State government (United States)','B',0,2,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(7,26,'Tribe / Status Indian / Indian Band (both)','C',0,3,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(8,26,'Foreign diplomat (both)','D',0,4,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(9,26,'Charitable or benevolent org (both)','E',0,5,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(10,26,'Religious or educational org (both)','F',0,6,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(11,26,'Resale (both)','G',0,7,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(12,26,'Commercial agricultural production (both)','H',0,8,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(13,26,'Industrial production / manufacturer (both)','I',0,9,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(14,26,'Direct pay permit (United States)','J',0,10,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(15,26,'Direct mail (United States)','K',0,11,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(16,26,'Other (both)','L',0,12,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(17,26,'Local government (United States)','N',0,13,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(18,26,'Commercial aquaculture (Canada)','P',0,14,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(19,26,'Commercial Fishery (Canada)','Q',0,15,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_userfield_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_userfields`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_userfields`;
CREATE TABLE `m9qyl_virtuemart_userfields` (
  `virtuemart_userfield_id` smallint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '1',
  `userfield_jplugin_id` int(11) NOT NULL default '0',
  `name` char(50) NOT NULL default '',
  `title` char(255) NOT NULL default '',
  `description` mediumtext,
  `type` char(50) NOT NULL default '',
  `maxlength` int(11) default NULL,
  `size` int(11) default NULL,
  `required` tinyint(4) NOT NULL default '0',
  `cols` int(11) default NULL,
  `rows` int(11) default NULL,
  `value` char(50) default NULL,
  `default` char(255) default NULL,
  `registration` tinyint(1) NOT NULL default '0',
  `shipment` tinyint(1) NOT NULL default '0',
  `account` tinyint(1) NOT NULL default '1',
  `readonly` tinyint(1) NOT NULL default '0',
  `calculated` tinyint(1) NOT NULL default '0',
  `sys` tinyint(4) NOT NULL default '0',
  `params` varchar(18000) default NULL,
  `ordering` int(2) NOT NULL default '0',
  `shared` tinyint(1) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_userfield_id`),
  KEY `i_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COMMENT='Holds the fields for the user information';

--
-- Dumping data for table `m9qyl_virtuemart_userfields`
--

LOCK TABLES `m9qyl_virtuemart_userfields` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_userfields` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_userfields` VALUES (1,0,0,'email','COM_VIRTUEMART_REGISTER_EMAIL','','emailaddress',100,30,1,NULL,NULL,NULL,NULL,1,0,1,0,0,1,NULL,4,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(2,0,0,'password','COM_VIRTUEMART_SHOPPER_FORM_PASSWORD_1','','password',25,30,1,NULL,NULL,NULL,NULL,1,0,1,0,0,1,NULL,10,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(3,0,0,'password2','COM_VIRTUEMART_SHOPPER_FORM_PASSWORD_2','','password',25,30,1,NULL,NULL,NULL,NULL,1,0,1,0,0,1,NULL,12,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(4,0,0,'agreed','COM_VIRTUEMART_I_AGREE_TO_TOS','','checkbox',NULL,NULL,1,NULL,NULL,NULL,NULL,1,0,1,0,0,1,NULL,13,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(5,0,0,'name','COM_VIRTUEMART_USER_DISPLAYED_NAME','','text',25,30,1,0,0,'',NULL,1,0,1,0,0,1,'',8,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(6,0,0,'username','COM_VIRTUEMART_USERNAME','','text',25,30,1,0,0,'',NULL,1,0,1,0,0,1,'',6,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(7,0,0,'address_type_name','COM_VIRTUEMART_USER_FORM_ADDRESS_LABEL','','text',32,30,1,NULL,NULL,NULL,NULL,0,1,0,0,0,1,NULL,16,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(8,0,0,'delimiter_billto','COM_VIRTUEMART_USER_FORM_BILLTO_LBL','','delimiter',25,30,0,NULL,NULL,NULL,NULL,1,0,1,0,0,0,NULL,18,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(9,0,0,'company','COM_VIRTUEMART_SHOPPER_FORM_COMPANY_NAME','','text',64,30,0,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,20,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(10,0,0,'title','COM_VIRTUEMART_SHOPPER_FORM_TITLE','','select',0,0,0,NULL,NULL,NULL,NULL,1,0,1,0,0,1,NULL,22,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(11,0,0,'first_name','COM_VIRTUEMART_SHOPPER_FORM_FIRST_NAME','','text',32,30,1,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,24,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(12,0,0,'middle_name','COM_VIRTUEMART_SHOPPER_FORM_MIDDLE_NAME','','text',32,30,0,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,26,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(13,0,0,'last_name','COM_VIRTUEMART_SHOPPER_FORM_LAST_NAME','','text',32,30,1,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,28,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(14,0,0,'address_1','COM_VIRTUEMART_SHOPPER_FORM_ADDRESS_1','','text',64,30,1,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,30,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(15,0,0,'address_2','COM_VIRTUEMART_SHOPPER_FORM_ADDRESS_2','','text',64,30,0,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,32,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(16,0,0,'zip','COM_VIRTUEMART_SHOPPER_FORM_ZIP','','text',32,30,1,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,34,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(17,0,0,'city','COM_VIRTUEMART_SHOPPER_FORM_CITY','','text',32,30,1,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,36,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(18,0,0,'virtuemart_country_id','COM_VIRTUEMART_SHOPPER_FORM_COUNTRY','','select',0,0,1,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,38,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(19,0,0,'virtuemart_state_id','COM_VIRTUEMART_SHOPPER_FORM_STATE','','select',0,0,1,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,40,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(20,0,0,'phone_1','COM_VIRTUEMART_SHOPPER_FORM_PHONE','','text',32,30,0,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,42,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(21,0,0,'phone_2','COM_VIRTUEMART_SHOPPER_FORM_PHONE2','','text',32,30,0,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,44,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(22,0,0,'fax','COM_VIRTUEMART_SHOPPER_FORM_FAX','','text',32,30,0,NULL,NULL,NULL,NULL,1,1,1,0,0,1,NULL,46,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(23,0,0,'delimiter_sendregistration','COM_VIRTUEMART_BUTTON_SEND_REG','','delimiter',25,30,0,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,2,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(24,0,0,'delimiter_userinfo','COM_VIRTUEMART_ORDER_PRINT_CUST_INFO_LBL','','delimiter',NULL,NULL,0,NULL,NULL,NULL,NULL,1,0,1,0,0,0,NULL,14,0,1,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(25,1,0,'tax_exemption_number','COM_VIRTUEMART_SHOPPER_FORM_TAXEXEMPTION_NBR','Vendors can set here a tax exemption number for a shopper. This field is only changeable by administrators.','text',10,0,0,0,0,NULL,NULL,0,0,1,1,0,0,NULL,48,0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0),(26,1,0,'tax_usage_type','COM_VIRTUEMART_SHOPPER_FORM_TAX_USAGE','Federal, national, educational, public, or similar often get a special tax. This field is only writable by administrators.','select',0,0,0,0,0,NULL,NULL,0,0,1,1,0,0,NULL,50,0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_userfields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_userinfos`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_userinfos`;
CREATE TABLE `m9qyl_virtuemart_userinfos` (
  `virtuemart_userinfo_id` int(1) unsigned NOT NULL auto_increment,
  `virtuemart_user_id` int(1) unsigned NOT NULL default '0',
  `address_type` char(2) NOT NULL default '',
  `address_type_name` char(32) NOT NULL default '',
  `name` char(64) default NULL,
  `company` char(64) default NULL,
  `title` char(32) default NULL,
  `last_name` char(32) default NULL,
  `first_name` char(32) default NULL,
  `middle_name` char(32) default NULL,
  `phone_1` char(24) default NULL,
  `phone_2` char(24) default NULL,
  `fax` char(24) default NULL,
  `address_1` char(64) NOT NULL default '',
  `address_2` char(64) default NULL,
  `city` char(32) NOT NULL default '',
  `virtuemart_state_id` smallint(1) unsigned NOT NULL default '0',
  `virtuemart_country_id` smallint(1) unsigned NOT NULL default '0',
  `zip` char(32) NOT NULL default '',
  `agreed` tinyint(1) NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_userinfo_id`),
  KEY `idx_userinfo_virtuemart_user_id` (`virtuemart_userinfo_id`,`virtuemart_user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Customer Information, BT = BillTo and ST = ShipTo';

--
-- Dumping data for table `m9qyl_virtuemart_userinfos`
--

LOCK TABLES `m9qyl_virtuemart_userinfos` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_userinfos` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_userinfos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_vendor_medias`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_vendor_medias`;
CREATE TABLE `m9qyl_virtuemart_vendor_medias` (
  `id` smallint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '0',
  `virtuemart_media_id` int(1) unsigned NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_vendor_id` (`virtuemart_vendor_id`,`virtuemart_media_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_vendor_medias`
--

LOCK TABLES `m9qyl_virtuemart_vendor_medias` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_vendor_medias` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_vendor_medias` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_vendors`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_vendors`;
CREATE TABLE `m9qyl_virtuemart_vendors` (
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL auto_increment,
  `vendor_name` char(64) default NULL,
  `vendor_currency` int(11) default NULL,
  `vendor_accepted_currencies` varchar(1536) NOT NULL default '',
  `vendor_params` varchar(17000) default NULL,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_vendor_id`),
  KEY `idx_vendor_name` (`vendor_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Vendors manage their products in your store';

--
-- Dumping data for table `m9qyl_virtuemart_vendors`
--

LOCK TABLES `m9qyl_virtuemart_vendors` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_vendors` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_vendors` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_vendors_en_gb`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_vendors_en_gb`;
CREATE TABLE `m9qyl_virtuemart_vendors_en_gb` (
  `virtuemart_vendor_id` int(1) unsigned NOT NULL,
  `vendor_store_desc` text NOT NULL,
  `vendor_terms_of_service` text NOT NULL,
  `vendor_legal_info` text NOT NULL,
  `vendor_store_name` char(180) NOT NULL default '',
  `vendor_phone` char(26) NOT NULL default '',
  `vendor_url` char(255) NOT NULL default '',
  `slug` char(192) NOT NULL default '',
  PRIMARY KEY  (`virtuemart_vendor_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_virtuemart_vendors_en_gb`
--

LOCK TABLES `m9qyl_virtuemart_vendors_en_gb` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_vendors_en_gb` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_vendors_en_gb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_vmuser_shoppergroups`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_vmuser_shoppergroups`;
CREATE TABLE `m9qyl_virtuemart_vmuser_shoppergroups` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_user_id` int(1) unsigned NOT NULL default '0',
  `virtuemart_shoppergroup_id` smallint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `i_virtuemart_user_id` (`virtuemart_user_id`,`virtuemart_shoppergroup_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='xref table for users to shopper group';

--
-- Dumping data for table `m9qyl_virtuemart_vmuser_shoppergroups`
--

LOCK TABLES `m9qyl_virtuemart_vmuser_shoppergroups` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_vmuser_shoppergroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_vmuser_shoppergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_vmusers`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_vmusers`;
CREATE TABLE `m9qyl_virtuemart_vmusers` (
  `virtuemart_user_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) unsigned NOT NULL default '0',
  `user_is_vendor` tinyint(1) NOT NULL default '0',
  `customer_number` char(32) default NULL,
  `perms` char(40) NOT NULL default 'shopper',
  `virtuemart_paymentmethod_id` mediumint(1) unsigned default NULL,
  `virtuemart_shipmentmethod_id` mediumint(1) unsigned default NULL,
  `agreed` tinyint(1) NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_user_id`),
  UNIQUE KEY `i_virtuemart_user_id` (`virtuemart_user_id`,`virtuemart_vendor_id`),
  KEY `i_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM AUTO_INCREMENT=889 DEFAULT CHARSET=utf8 COMMENT='Holds the unique user data';

--
-- Dumping data for table `m9qyl_virtuemart_vmusers`
--

LOCK TABLES `m9qyl_virtuemart_vmusers` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_vmusers` DISABLE KEYS */;
INSERT INTO `m9qyl_virtuemart_vmusers` VALUES (888,1,1,NULL,'admin',NULL,NULL,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `m9qyl_virtuemart_vmusers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_waitingusers`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_waitingusers`;
CREATE TABLE `m9qyl_virtuemart_waitingusers` (
  `virtuemart_waitinguser_id` int(11) unsigned NOT NULL auto_increment,
  `virtuemart_product_id` int(1) unsigned NOT NULL default '0',
  `virtuemart_user_id` int(1) unsigned NOT NULL default '0',
  `notify_email` char(150) NOT NULL default '',
  `notified` tinyint(1) NOT NULL default '0',
  `notify_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `ordering` int(2) NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_waitinguser_id`),
  KEY `virtuemart_product_id` (`virtuemart_product_id`),
  KEY `notify_email` (`notify_email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores notifications, users waiting f. products out of stock';

--
-- Dumping data for table `m9qyl_virtuemart_waitingusers`
--

LOCK TABLES `m9qyl_virtuemart_waitingusers` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_waitingusers` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_waitingusers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_virtuemart_worldzones`
--

DROP TABLE IF EXISTS `m9qyl_virtuemart_worldzones`;
CREATE TABLE `m9qyl_virtuemart_worldzones` (
  `virtuemart_worldzone_id` smallint(1) unsigned NOT NULL auto_increment,
  `virtuemart_vendor_id` smallint(1) default NULL,
  `zone_name` char(255) default NULL,
  `zone_cost` decimal(10,2) default NULL,
  `zone_limit` decimal(10,2) default NULL,
  `zone_description` varchar(18000) default NULL,
  `zone_tax_rate` int(1) unsigned NOT NULL default '0',
  `ordering` int(2) NOT NULL default '0',
  `shared` tinyint(1) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '1',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL default '0',
  `modified_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL default '0',
  `locked_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL default '0',
  PRIMARY KEY  (`virtuemart_worldzone_id`),
  KEY `i_virtuemart_vendor_id` (`virtuemart_vendor_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='The Zones managed by the Zone Shipment Module';

--
-- Dumping data for table `m9qyl_virtuemart_worldzones`
--

LOCK TABLES `m9qyl_virtuemart_worldzones` WRITE;
/*!40000 ALTER TABLE `m9qyl_virtuemart_worldzones` DISABLE KEYS */;
/*!40000 ALTER TABLE `m9qyl_virtuemart_worldzones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `m9qyl_weblinks`
--

DROP TABLE IF EXISTS `m9qyl_weblinks`;
CREATE TABLE `m9qyl_weblinks` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `catid` int(11) NOT NULL default '0',
  `sid` int(11) NOT NULL default '0',
  `title` varchar(250) NOT NULL default '',
  `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '',
  `url` varchar(250) NOT NULL default '',
  `description` text NOT NULL,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL default '0',
  `state` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `archived` tinyint(1) NOT NULL default '0',
  `approved` tinyint(1) NOT NULL default '1',
  `access` int(11) NOT NULL default '1',
  `params` text NOT NULL,
  `language` char(7) NOT NULL default '',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL default '0',
  `created_by_alias` varchar(255) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if link is featured.',
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `m9qyl_weblinks`
--

LOCK TABLES `m9qyl_weblinks` WRITE;
/*!40000 ALTER TABLE `m9qyl_weblinks` DISABLE KEYS */;
INSERT INTO `m9qyl_weblinks` VALUES (1,32,0,'Joomla!','joomla','http://www.joomla.org','<p>Home of Joomla!</p>','0000-00-00 00:00:00',3,1,0,'0000-00-00 00:00:00',1,0,1,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,33,0,'php.net','php','http://www.php.net','<p>The language that Joomla! is developed in</p>','0000-00-00 00:00:00',6,1,0,'0000-00-00 00:00:00',1,0,1,1,'{\"target\":\"\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,33,0,'MySQL','mysql','http://www.mysql.com','<p>The most commonly used database for Joomla!.</p>','0000-00-00 00:00:00',1,1,0,'0000-00-00 00:00:00',2,0,1,1,'{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',888,'','2012-01-17 16:19:43',42,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,32,0,'OpenSourceMatters','opensourcematters','http://www.opensourcematters.org','<p>Home of OSM</p>','0000-00-00 00:00:00',11,1,0,'0000-00-00 00:00:00',3,0,1,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,32,0,'Joomla! - Forums','joomla-forums','http://forum.joomla.org','<p>Joomla! Forums</p>','0000-00-00 00:00:00',4,1,0,'0000-00-00 00:00:00',2,0,1,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,33,0,'Ohloh Tracking of Joomla!','ohloh-tracking-of-joomla','http://www.ohloh.net/projects/20','<p>Objective reports from Ohloh about Joomla\'s development activity. Joomla! has some star developers with serious kudos.</p>','0000-00-00 00:00:00',1,1,0,'0000-00-00 00:00:00',3,0,1,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,31,0,'Baw Baw National Park','baw-baw-national-park','http://www.parkweb.vic.gov.au/1park_display.cfm?park=44','<p>Park of the Austalian Alps National Parks system, Baw Baw  features sub alpine vegetation, beautiful views, and opportunities for hiking, skiing and other outdoor activities.</p>','0000-00-00 00:00:00',0,1,0,'0000-00-00 00:00:00',1,0,1,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,31,0,'Kakadu','kakadu','http://www.environment.gov.au/parks/kakadu/index.html','<p>Kakadu is known for both its cultural heritage and its natural features. It is one of a small number of places listed as World Heritage Places for both reasons. Extensive rock art is found there.</p>','0000-00-00 00:00:00',0,1,0,'0000-00-00 00:00:00',2,0,1,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,31,0,'Pulu Keeling','pulu-keeling','http://www.environment.gov.au/parks/cocos/index.html','<p>Located on an atoll 2000 kilometers north of Perth, Pulu Keeling is Australia\'s smallest national park.</p>','0000-00-00 00:00:00',0,1,0,'0000-00-00 00:00:00',3,0,1,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',888,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','2010-07-10 23:44:03','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `m9qyl_weblinks` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2014-08-22 12:58:30
