-- MySQL dump 10.10
--
-- Host: localhost    Database: sek_infoside_joomla_cms
-- ------------------------------------------------------
-- Server version	5.0.18-max

/*!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 `jos_banner`
--

DROP TABLE IF EXISTS `jos_banner`;
CREATE TABLE `jos_banner` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(10) NOT NULL default 'banner',
  `name` varchar(50) NOT NULL default '',
  `imptotal` int(11) NOT NULL default '0',
  `impmade` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(100) NOT NULL default '',
  `clickurl` varchar(200) NOT NULL default '',
  `date` datetime default NULL,
  `showBanner` tinyint(1) NOT NULL default '0',
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `custombannercode` text,
  PRIMARY KEY  (`bid`),
  KEY `viewbanner` (`showBanner`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_banner`
--


/*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */;
LOCK TABLES `jos_banner` WRITE;
INSERT INTO `jos_banner` VALUES (1,1,'banner','OSM 1',0,63,0,'osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29',1,0,'0000-00-00 00:00:00',NULL,NULL),(2,1,'banner','OSM 2',0,60,0,'osmbanner2.png','http://www.opensourcematters.org','2004-07-07 15:31:29',1,0,'0000-00-00 00:00:00',NULL,NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */;

--
-- Table structure for table `jos_bannerclient`
--

DROP TABLE IF EXISTS `jos_bannerclient`;
CREATE TABLE `jos_bannerclient` (
  `cid` int(11) NOT NULL auto_increment,
  `name` varchar(60) NOT NULL default '',
  `contact` varchar(60) NOT NULL default '',
  `email` varchar(60) NOT NULL default '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` time default NULL,
  `editor` varchar(50) default NULL,
  PRIMARY KEY  (`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_bannerclient`
--


/*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */;
LOCK TABLES `jos_bannerclient` WRITE;
INSERT INTO `jos_bannerclient` VALUES (1,'Open Source Matters','Administrator','admin@opensourcematters.org','',0,'00:00:00',NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */;

--
-- Table structure for table `jos_bannerfinish`
--

DROP TABLE IF EXISTS `jos_bannerfinish`;
CREATE TABLE `jos_bannerfinish` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(10) NOT NULL default '',
  `name` varchar(50) NOT NULL default '',
  `impressions` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(50) NOT NULL default '',
  `datestart` datetime default NULL,
  `dateend` datetime default NULL,
  PRIMARY KEY  (`bid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_bannerfinish`
--


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

--
-- Table structure for table `jos_categories`
--

DROP TABLE IF EXISTS `jos_categories`;
CREATE TABLE `jos_categories` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `title` varchar(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `section` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text 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',
  `editor` varchar(50) default NULL,
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_section` (`section`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_categories`
--


/*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */;
LOCK TABLES `jos_categories` WRITE;
INSERT INTO `jos_categories` VALUES (1,0,'Latest','Latest News','taking_notes.jpg','1','left','The latest news from the Joomla! Team',1,0,'0000-00-00 00:00:00','',0,0,1,''),(2,0,'Joomla!','Joomla!','clock.jpg','com_weblinks','left','A selection of links that are all related to the Joomla! Project.',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(3,0,'Newsflash','Newsflash','','2','left','',1,0,'0000-00-00 00:00:00','',2,0,0,'imagefolders=*2*'),(4,0,'Joomla!','Joomla!','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(5,0,'Business: general','Business: general','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(7,0,'Examples','Example FAQs','key.jpg','3','left','Here you will find an example set of FAQs.',1,0,'0000-00-00 00:00:00',NULL,0,0,2,''),(9,0,'Finance','Finance','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(10,0,'Linux','Linux','','com_newsfeeds','left','<br />\r\n',1,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(11,0,'Internet','Internet','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,7,0,0,''),(12,0,'Contacts','Contacts','','com_contact_details','left','Contact Details for this website',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(13,0,'Pagrindinis','Pagrindinis','','4','left','',1,0,'0000-00-00 00:00:00',NULL,10,0,0,'imagefolders=*2*'),(14,0,'Straipsniai','Straipsniai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,9,0,0,'imagefolders=*2*'),(15,0,'Naujienos','Naujienos','','4','left','',1,0,'0000-00-00 00:00:00',NULL,8,0,0,'imagefolders=*2*'),(16,0,'Sist_veikimas','Sistemos veikimas','','4','left','',1,0,'0000-00-00 00:00:00',NULL,7,0,0,'imagefolders=*2*'),(17,0,'D.U.K.','D.U.K.','','4','left','',1,0,'0000-00-00 00:00:00',NULL,6,0,0,'imagefolders=*2*'),(18,0,'Sistem_paskirtis','Sistemos paskirtis ir savybės','','4','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,'imagefolders=*2*'),(19,0,'Sistemos_veikim_principai','Sistemos veikimo principai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,'imagefolders=*2*'),(20,0,'Sistemos_privalumai','Sistemos AKIS privalumai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,'imagefolders=*2*'),(21,0,'Kainynas','Kainynas','','4','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,'imagefolders=*2*'),(22,0,'Vartotojo_vadovas','Vartotojo vadovai','','4','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*'),(23,0,'Kur yra mašina','Kur yra mašina?','','2','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,'imagefolders=*2*'),(24,0,'Vartotoj_vadovai','Vartotojo vadovai','','2','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'imagefolders=*2*');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */;

--
-- Table structure for table `jos_components`
--

DROP TABLE IF EXISTS `jos_components`;
CREATE TABLE `jos_components` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `link` varchar(255) NOT NULL default '',
  `menuid` int(11) unsigned NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `admin_menu_link` varchar(255) NOT NULL default '',
  `admin_menu_alt` varchar(255) NOT NULL default '',
  `option` varchar(50) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `admin_menu_img` varchar(255) NOT NULL default '',
  `iscore` tinyint(4) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_components`
--


/*!40000 ALTER TABLE `jos_components` DISABLE KEYS */;
LOCK TABLES `jos_components` WRITE;
INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,''),(2,'Manage Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,''),(3,'Manage Clients','',0,1,'option=com_banners&task=listclients','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,''),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/globe2.png',0,''),(5,'Web Link Items','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,''),(6,'Web Link Categories','',0,4,'option=categories&section=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,''),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/user.png',1,''),(8,'Manage Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,''),(9,'Contact Categories','',0,7,'option=categories&section=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,''),(10,'Front Page','option=com_frontpage',0,0,'','Manage Front Page Items','com_frontpage',0,'js/ThemeOffice/component.png',1,''),(11,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,''),(12,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,''),(13,'Manage News Feeds','',0,12,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,''),(14,'Manage Categories','',0,12,'option=com_categories&section=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,''),(15,'Login','option=com_login',0,0,'','','com_login',0,'',1,''),(16,'Search','option=com_search',0,0,'','','com_search',0,'',1,''),(17,'Syndicate','',0,0,'option=com_syndicate&hidemainmenu=1','Manage Syndication Settings','com_syndicate',0,'js/ThemeOffice/component.png',0,''),(18,'Mass Mail','',0,0,'option=com_massmail&hidemainmenu=1','Send Mass Mail','com_massmail',0,'js/ThemeOffice/mass_email.png',0,''),(19,'PhpBB','option=com_phpbb',0,0,'option=com_phpbb','PhpBB','com_phpbb',0,'js/ThemeOffice/component.png',0,'');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_components` ENABLE KEYS */;

--
-- Table structure for table `jos_contact_details`
--

DROP TABLE IF EXISTS `jos_contact_details`;
CREATE TABLE `jos_contact_details` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `con_position` varchar(50) default NULL,
  `address` text,
  `suburb` varchar(50) default NULL,
  `state` varchar(20) default NULL,
  `country` varchar(50) default NULL,
  `postcode` varchar(10) default NULL,
  `telephone` varchar(25) default NULL,
  `fax` varchar(25) default NULL,
  `misc` mediumtext,
  `image` varchar(100) default NULL,
  `imagepos` varchar(20) default NULL,
  `email_to` varchar(100) default NULL,
  `default_con` tinyint(1) unsigned NOT NULL default '0',
  `published` tinyint(1) unsigned 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',
  `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` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_contact_details`
--


/*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */;
LOCK TABLES `jos_contact_details` WRITE;
INSERT INTO `jos_contact_details` VALUES (1,'Name','Position','Street','Suburb','State','Country','Zip Code','Telephone','Fax','Miscellanous info','asterisk.png','top','email@email.com',1,1,0,'0000-00-00 00:00:00',1,'',0,12,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */;

--
-- Table structure for table `jos_content`
--

DROP TABLE IF EXISTS `jos_content`;
CREATE TABLE `jos_content` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `title_alias` varchar(100) NOT NULL default '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `sectionid` int(11) unsigned NOT NULL default '0',
  `mask` int(11) unsigned NOT NULL default '0',
  `catid` int(11) unsigned NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(100) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned 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',
  `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` text NOT NULL,
  `version` int(11) unsigned NOT NULL default '1',
  `parentid` int(11) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_mask` (`mask`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_content`
--


/*!40000 ALTER TABLE `jos_content` DISABLE KEYS */;
LOCK TABLES `jos_content` WRITE;
INSERT INTO `jos_content` VALUES (1,'Welcome to Joomla!','Welcome','If you\'ve read anything at all about Content Management Systems (CMS), you\'ll probably know at least three things: CMS are the most exciting way to do business, CMS can be really, I mean <i>really</i>, complicated and lastly Portals are absolutely, outrageously, often <i>unaffordably</i> expensive. <br /><br />{mosimage}Joomla! is set to change all that ... Joomla! is different from the normal models for portal software. For a start, it\'s not complicated. Joomla! has been developed for the masses. It\'s licensed under the GNU/GPL license, easy to install and administer and reliable. Joomla! doesn\'t even require the user or administrator of the system to know HTML to operate it once it\'s up and running.','<h4><font color=\"#ff6600\">Joomla! features:</font></h4>\r\n<ul>\r\n<li>Completely database driven site engines </li>\r\n<li>News, products or services sections fully editable and manageable</li> \r\n<li>Topics sections can be added to by contributing authors </li>\r\n<li>Fully customisable layouts including left, center and right menu boxes </li>\r\n<li>Browser upload of images to your own library for use anywhere in the site </li>\r\n<li>Dynamic Forum/Poll/Voting booth for on-the-spot results </li>\r\n<li>Runs on Linux, FreeBSD, MacOSX server, Solaris and AIX \r\n</li></ul>\r\n<h4>Extensive Administration:</h4>\r\n<ul>\r\n<li>Change order of objects including news, FAQs, articles etc. </li>\r\n<li>Random Newsflash generator </li>\r\n<li>Remote author submission module for News, Articles, FAQs and Links </li>\r\n<li>Object hierarchy - as many sections, departments, divisions and pages as you want </li>\r\n<li>Image library - store all your PNGs, PDFs, DOCs, XLSs, GIFs and JPEGs online for easy use </li>\r\n<li>Automatic Path-Finder. Place a picture and let Joomla! fix the link </li>\r\n<li>News feed manager. Choose from over 360 news feeds from around the world </li>\r\n<li>Archive manager. Put your old articles into cold storage rather than throw them out </li>\r\n<li>Email-a-friend and Print-format for every story and article </li>\r\n<li>In-line Text editor similar to Word Pad </li>\r\n<li>User editable look and feel </li>\r\n<li>Polls/Surveys - Now put a different one on each page </li>\r\n<li>Custom Page Modules. Download custom page modules to spice up your site </li>\r\n<li>Template Manager. Download templates and implement them in seconds </li>\r\n<li>Layout preview. See how it looks before going live </li>\r\n<li>Banner manager. Make money out of your site</li></ul>',-2,1,0,1,'2004-06-12 11:54:06',62,'Web Master','2004-06-12 12:33:27',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','asterisk.png|left|Joomla! Logo|1|Example Caption|bottom|center|120','','',1,0,0,'','',0,0),(2,'Kiek nuvažiuota kilometrų?','Kiek nuvažiuota kilometrų?','<p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">Galima žinoti kiek transporto priemonė nuvažiavo kilometrų per tam tikrą laikotarpį. </p><a href=\"index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=26\"><font color=\"#ffffff\"><u>Plačiau</u></font></a>','',1,2,0,3,'2004-08-09 08:30:34',62,'','2008-09-01 10:52:27',62,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',31,0,1,'','',0,1047),(3,'Kur yra ar buvo mašina?','Kur yra ar buvo mašina?','<p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">Bet kuriuo metu galima žinoti kur yra transporto priemonė. Taip pat žinoti kur jinai&nbsp; buvo.&nbsp;</p><a href=\"index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=26\"><font color=\"#ffffff\"><u>Plačiau</u></font></a>','',1,2,0,23,'2004-08-09 08:30:34',62,'','2008-08-29 12:52:49',67,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',24,0,1,'','',0,560),(4,'Ar mašina mieste?','Ar mašina mieste?','<p style=\"font-family: Times New Roman,Times,serif; font-size: 14px\">Galima gauti prane&scaron;imą kai ma&scaron;ina įvažiavo į zoną ar i&scaron; jos i&scaron;važiavo. Pvz.: miestą, garažą.</p> <a href=\"index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=26\"><font color=\"#ffffff\"><u>Plačiau</u></font></a>','',1,2,0,3,'2004-08-09 08:30:34',62,'','2008-09-01 10:59:32',62,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=0\nitem_title=0\nlink_titles=0\nintrotext=0\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',15,0,3,'','',0,391),(5,'Joomla! License Guidelines','','<p>This website is powered by <a href=\"http://www.joomla.org/\">Joomla!</a>  The software and default templates on which it runs are Copyright 2005 <a href=\"http://www.opensourcematters.org/\">Open Source Matters</a>.  All other content and data, including data entered into this website and templates added after installation, are copyrighted by their respective copyright owners.</p><p>If you want to distribute, copy or modify Joomla!, you are welcome to do so under the terms of the <a href=\"http://www.gnu.org/copyleft/gpl.html#SEC1\">GNU General Public License</a>.  If you are unfamiliar with this license, you might want to read <a href=\"http://www.gnu.org/copyleft/gpl.html#SEC4\">\'How To Apply These Terms To Your Program\'</a> and the <a href=\"http://www.gnu.org/licenses/gpl-faq.html\">\'GNU General Public License FAQ\'</a>.</p>','',1,0,0,0,'2004-08-19 20:11:07',62,'','2004-08-19 20:14:49',62,0,'0000-00-00 00:00:00','2004-08-19 00:00:00','0000-00-00 00:00:00','','','menu_image=\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,11,'','',0,10),(6,'Example News Item 1','News1','{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum.','<p>{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n<p>Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.</p>\r\n\r\n<p>Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.</p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.</p>\r\n\r\n<p>Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.</p>',-2,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:05:05',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','food/coffee.jpg|left||0\r\nfood/bread.jpg|right||0','','',1,0,0,'','',0,4),(7,'Example News Item 2','News2','<p>{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>','',-2,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:11:30',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','food/bun.jpg|right||0','','',1,0,0,'','',0,2),(8,'Example News Item 3','News3','<p>{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>','',-2,1,0,1,'2004-04-12 11:54:06',62,'','2004-07-07 18:08:23',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/pears.jpg|right||0','','',1,0,0,'','',0,1),(9,'Example News Item 4','News4','<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>','<p>{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n{mospagebreak}<p>{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.</p>\r\n\r\n<p>{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.</p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.</p>\r\n\r\n{mospagebreak}<p>Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.</p>',-2,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/strawberry.jpg|left||0\r\nfruit/pears.jpg|right||0\r\nfruit/cherry.jpg|left||0','','',1,0,0,'','',0,6),(10,'Example FAQ Item 1','FAQ1','<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>','',-2,3,0,7,'2004-05-12 11:54:06',62,'','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,8),(11,'Example FAQ Item 2','FAQ2','<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>','<p>{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n<p>{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.</p>\r\n\r\n<p>{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.</p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.</p>\r\n\r\n<p>Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.</p>',-2,3,0,7,'2004-05-12 11:54:06',62,'Web master','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','fruit/cherry.jpg|left||0\r\nfruit/peas.jpg|right||0\r\nfood/milk.jpg|left||0','','',1,0,0,'','',0,10),(12,'Apie paslaugą','Apie paslaugą','<p><span style=\"font-size: 12.5pt; color: black; line-height: 150%\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Paslauga AKIS suteikia galimybę įmonėms efektyviau planuoti, valdyti, kontroliuoti įmonės transporto judėjimą, kas leidžia&nbsp;sumažinti įmonės transporto sąnaudas. Paslauga skirta įmonėms, turinčioms tiek lengvųjų, tiek krovininių ar specialios paskirties automobilių parką.</font></span></p><p>&nbsp;</p><p><span style=\"font-size: 12.5pt; color: black; line-height: 150%\">&nbsp;</span><span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><strong>Sistemos AKIS savybės:</strong> </font></span></p><ul><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></span><span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Vietos nustatymo patikimumas - bet kuriuo metu galima žinoti kur yra transporto priemonė vos kelių metrų tikslumu;&nbsp;</font></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></span><span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Stebėjimas realiu laiku&nbsp;- monitoriuje galima stebėti kokia kryptimi ir kokiu greičiu juda ma&scaron;ina; </font></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></span><span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Transporto priemonė stebima 24 val. per parą; </font></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Kilometražas - žinoti, kiek kilometrų nuvažiavo transporto priemonė per laikotarpį;&nbsp;</font></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><font face=\"Times New Roman\"><span style=\"font-size: 12.5pt; color: black\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;</span></span></span><span style=\"font-size: 12.5pt; color: black\"><font style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Kontrolė&nbsp;- galimybė gauti prane&scaron;imus (sms, el. pa&scaron;tu ar kt.), jei stebima transporto priemonė: </font></span></font></div></li></ul><p><font face=\"Times New Roman\"><span style=\"font-size: 12.5pt; color: black\"><span><span style=\"font: 14px Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a)&nbsp;</span></span></span><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">i&scaron;važiavo i&scaron; nustatytos teritorijos ribų (pvz.: miesto, įmonės teritorijos);&nbsp;</span></font><font face=\"Times New Roman\"><span style=\"font-size: 12.5pt; color: black\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></span></font></p><p><font face=\"Times New Roman\"><span style=\"font-size: 12.5pt; color: black\"><span><span style=\"font: 14px Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b)&nbsp; </span></span></span><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">įvažiavo į nustatytą teritoriją (pvz.: ma&scaron;ina atvyko į paskirties vietą - gaunate&nbsp;sms)</span></font><font face=\"Times New Roman\"><span style=\"font-size: 12.5pt; color: black\"><span><span style=\"font: 14px Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;</span></span></span></font></p><p><font face=\"Times New Roman\"><span style=\"font-size: 12.5pt; color: black\"><span><span style=\"font: 14px Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c)&nbsp;&nbsp;</span></span></span><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">vir&scaron;ijo Jūsų nustatytą leistiną maksimalų greitį.</span></font> </p><ul><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></span><span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Įvairios ataskaitos bei transporto judėjimo istorija; </font></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Galimybė valdyti įrangą bei nustatyti jos parametrus; </font></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></span><span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Patogi ir nuolat tobulinama vartotojo sąsaja;</font></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Maža įrangos bei eksploatavimo kaina.</font></span></div></li></ul>','',1,4,0,14,'2007-10-09 23:52:35',62,'','2008-07-17 14:42:03',67,0,'0000-00-00 00:00:00','2007-10-09 23:51:57','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',33,0,2,'','',0,9146),(13,'Kainos','Kainos','Informacija ruo&scaron;iama','',-2,4,0,13,'2007-10-09 23:53:39',62,'','2007-10-09 23:53:53',62,0,'0000-00-00 00:00:00','2007-10-09 23:53:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,207),(14,'Kontaktai','Kontaktai','<table border=\"0\" style=\"width: 600px; height: 300px\"><tbody><tr><td width=\"200\"><img src=\"images/stories/kontaktai/logo.jpg\" alt=\"\" width=\"129\" height=\"102\" /><br /><img src=\"images/stories/kontaktai/home.jpg\" alt=\"\" width=\"128\" height=\"128\" /></td><td style=\"font-size: 14px; font-family: Times New Roman,Times,serif\"><p style=\"font-size: 18px; font-family: Times New Roman,Times,serif\"><strong>UAB &quot;<span class=\"st\">Infoside</span>&quot; </strong></p><p><strong>Įmonės kodas:</strong> 300589007 <br /><strong>PVM mokėtojo kodas:</strong> LT100002605215<br /><strong>Sąskaita:</strong> AB Hansa Bankas LT577300010095920778 <br /><strong>Adresas:</strong> Saulės takas 3-49, LT-78301 &Scaron;iauliai<br /><strong>Mob. tel.:</strong> +37069825357 <br /><strong>Telefonas / Faksas:</strong> +37042654498 <br /><strong>El. pa&scaron;to adresas:</strong> info@infoside.lt <br /><br /><!-- Skype \'My status\' button http://www.skype.com/go/skypebuttons --><a href=\"skype:mindaugas.rimkus?chat\"><img style=\"border: medium none\" src=\"http://mystatus.skype.com/balloon/mindaugas%2Erimkus\" alt=\"Mano statusas\" width=\"150\" height=\"60\" /></a> </p></td></tr></tbody></table>','',1,4,0,13,'2007-10-09 23:54:22',62,'','2008-12-08 19:29:16',67,0,'0000-00-00 00:00:00','2007-10-09 23:53:56','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=0\nitem_title=1\nlink_titles=0\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',20,0,2,'','',0,5421),(17,'Nuolaida įrangai','Nuolaida įrangai','<table border=\"0\" width=\"100%\"><tbody><tr><td><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">Užsisakykite ir apmokėkite&nbsp;&quot;Transporto kontrolės&quot; paslaugą metams ir gaukite&nbsp;5%&nbsp;nuolaidą įrangai!</p></td><td width=\"120\"><div style=\"text-align: center\"><img src=\"images/stories/naujienos/5.jpg\" alt=\"\" width=\"100\" height=\"100\" /></div></td></tr></tbody></table>','',0,4,0,15,'2007-12-13 16:41:49',64,'','2008-10-03 20:49:44',62,0,'0000-00-00 00:00:00','2007-12-13 16:40:07','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',11,0,4,'','',0,280),(24,'Vartotojo instrukcijos','','Informacija ruo&scaron;iama...','',-2,4,0,14,'2008-07-16 15:59:52',67,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2008-07-16 15:59:28','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,22),(25,'D.U.K.','','<p style=\"font-size: 14px; font-family: Times New Roman, Times, serif\" align=\"justify\">Jei Jums kyla kokių klausimų dėl &scaron;ios sistemos, galbūt rasite atsakymą &scaron;iame skyriuje. Jei ne, maloniai pra&scaron;ome kreiptis tel. 8 698 25357 arba el. pa&scaron;tu <a href=\"mailto:info@infoside.lt\">info@infoside.lt</a>.&nbsp;</p>','<p align=\"justify\"><strong><em><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">1.<span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Ar bet kuriuo metu bus galima stebėti&nbsp;transporto priemones?</span></em></strong></p><p align=\"justify\"><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Taip, transporto priemones&nbsp;galima stebėti&nbsp;24 val. per par</span><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">ą.</span></span></p><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 9.5pt; font-family: Verdana\"><p align=\"justify\"><strong><em><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">2.<span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Kokiu principu veikia sistema?</span></em></strong></p><p align=\"justify\"><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Automobilyje yra sumontuojama įranga, kuri&nbsp;priima&nbsp;GPS signalus i&scaron; palydovo&nbsp;ir mobilaus ry&scaron;io pagalba (dažniausiai GSM)&nbsp;duomenis perduoda į serverį. Vartotojas&nbsp;nar&scaron;yklės pagalba prisijungęs prie mūsų sistemos&nbsp;gali žinoti, kur yra ma&scaron;ina, kokia&nbsp;jos važiavimo istorija ir kt. duomenis&nbsp;esančius serveryje.</span></span></p></span></span><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 9.5pt; font-family: Verdana\"><em><strong><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">3.<span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Ar GSM ry&scaron;ys veikia visur?</span></strong></em></span></span><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 9.5pt; font-family: Verdana\"> <p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"justify\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">GSM ry&scaron;ys veikia beveik visame pasaulyje, tačiau gali būti tam tikrų vietų, kur &scaron;is ry&scaron;ys bus negalimas. Mūsų siūloma įranga, nesant ry&scaron;iui su serveriu duomenis kaupia ir&nbsp;kai transporto priemonė atsiduria gprs ry&scaron;io zonoje, visi sukaupti duomenys apie transporto priemonės buvimo vietą nusiunčiami į serverį.</span></p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p><em><strong><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">4.<span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Koki</span><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">ą papildomą programinę įrangą reikia instaliuoti, kad vyktų stebėjimas?</span></strong></em> <p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"justify\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Jokios papildomos įrangos instaliuoti ir įsigyti nebereikia. Tereikia kompiuterio ir interneto.&nbsp;Su interneto nar&scaron;ykle atsivertę puslapį <a href=\"\"><font color=\"#800080\">www.akis.lt</font></a> ir prisijungę su Jums suteiktais prisijungimo vardais, galite pradėti savo transporto priemonių stebėjimą.</span></p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p><em><strong><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">5.<span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Kiek vartotoj</span><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">ų vienu metu gali naudotis sistema?</span></strong></em> <p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"justify\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Vienu metu transporto priemones gali stebėti neribotas kiekis vartotojų.</span></p><p align=\"justify\"><em><strong><span style=\"font-size: 9.5pt; font-family: Verdana\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">6.<span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Mūsų&nbsp;įmonėje yra keli padaliniai. Norėčiau, kad kiekvienas padalinio vadovas galėtų kontroliuoti tik savo padalinio&nbsp;transporto priemones. Ar tai&nbsp;įmanoma su Jūsų sistema ar vis dėlto visi vadovai prisijungę prie sistemos matys visas įmonės ma&scaron;inas?</span></strong></em></p><p style=\"font-size: 14px; font-family: Times New Roman, Times, serif\" align=\"justify\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Mūsų sistema tai leidžia padaryti be jokių apribojimų.&nbsp;Tokiu atveju įmonei bus sukurti keli prisijungimo vardai ir jiems priskirtos norimos kontroliuoti transporto priemonės.&nbsp;Yra klientų,&nbsp;kurie i&scaron;rei&scaron;kia norą, kad&nbsp;jų&nbsp;dalį ma&scaron;inų&nbsp;turėtų stebėti kitos</span>&nbsp;įmonės. Būtent&nbsp;sistemos &quot;priskyrimo&quot; savybė&nbsp;leidžia lengvai tai realizuoti.</p><p style=\"font-size: 14px; font-family: Times New Roman, Times, serif\" align=\"justify\"><em><strong>7. Kodėl negaliu prisijungti prie sistemos AKIS?</strong></em></p><p style=\"font-size: 14px; font-family: Times New Roman, Times, serif\" align=\"justify\">Problemos prisijungiant prie sistemos AKIS dažniausiai kyla mai&scaron;ant didžiąsias ir mažąsias raides, todėl vesdami prisijungimo vardą ir slaptažodį įsitikinkite, kad įjungta/i&scaron;jungta didžiųjų raidžių komanda. Reikia atkreipti dėmesį, jog prisijungimo vardas ar slaptažodis gali&nbsp;būti sudarytas&nbsp;tiek i&scaron;&nbsp;didžiųjų, tiek i&scaron; mažųjų raidžių. Jei vistiek negalite prisijungti prie sistemos, kreipkitės į UAB &quot;Infoside&quot; specialistus kontaktų skiltyje nurodytais telefono numeriais ar el. pa&scaron;to adresu.</p></span></span>',1,4,0,17,'2008-07-16 16:00:24',67,'','2008-11-13 16:37:06',67,0,'0000-00-00 00:00:00','2008-07-16 16:00:04','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',22,0,1,'','',0,533),(26,'Vartotojo vadovai','','<p style=\"font-size: 14px; font-family: Times New Roman, Times, serif\" align=\"justify\">Kad sistemos AKIS naudojimas būtų dar lengvesnis, pateikiame sistemos vartotojo vadovą. Jame detaliai apra&scaron;yti tiek sistemos naudojimosi ypatumai, tiek jos galimybės</p>','<p><img src=\"images/stories/paslauga/reader_icon_small.jpg\" alt=\"Sample Image\" width=\"30\" height=\"30\" />&nbsp;<a href=\"manuals/Vartotojo%20vadovas.pdf\">Sistemos AKIS v<font style=\"color: #006699\" color=\"#810081\">artotojo vadovas</font></a></p>',1,4,0,22,'2008-07-17 13:11:20',67,'','2008-07-21 16:52:42',67,0,'0000-00-00 00:00:00','2008-07-17 13:10:36','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',8,0,1,'','',0,694),(15,'Naujas dizainas','Naujas dizainas','<table border=\"0\"><tbody><tr><td><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">Klientams pristatėme įranga su nauju dizainu. </p><ul><li style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">Itin maži aliuminės dėžutės i&scaron;matavimai: ilgis 8 cm, plotis 6 cm ir auk&scaron;tis 3 cm. <br /></li><li style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">Naujos &scaron;oninės tvirtinimo skylės.</li></ul><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">&nbsp;</p></td><td><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\"><img src=\"images/stories/naujienos/normali.jpg\" alt=\"Sample Image\" width=\"300\" height=\"225\" align=\"right\" /></p></td></tr></tbody></table>','',0,4,0,15,'2007-11-24 17:07:49',64,'','2008-10-03 20:49:46',67,0,'0000-00-00 00:00:00','2007-11-24 17:07:30','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',27,0,5,'','',0,248),(16,'Naujiena1','Naujiena1','test','',-2,4,0,15,'2007-11-24 17:20:12',64,'','2007-11-24 17:23:47',64,0,'0000-00-00 00:00:00','2007-11-24 17:19:49','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=1\nmodifydate=1\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,0,'','',0,0),(19,'Bandymas','Bandymmas','Bandymas','',-2,4,0,15,'2008-07-08 14:07:08',67,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2008-07-08 14:06:25','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',1,0,0,'','',0,0),(18,'Pagrindinis','Pagrindinis','<table border=\"0\" width=\"100%\"><tbody><tr><td style=\"color: #000000\"><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\" align=\"justify\"><strong>GPS (angl. Global Positioning System) &ndash; Visuotinė padėties nustatymo sistema</strong>, arba <strong>Globali pozicionavimo sistema</strong>. Leidžia nustatyti objekto koordinates bet kurioje pasaulio vietoje. </p><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\" align=\"justify\">Sistemos pagrindas &ndash; GPS palydovų tinklas gaubiantis žemę. GPS imtuvas priima signalus i&scaron; 3-5 artimiausių GPS palydovų, esančių tiesioginio matomumo zonoje, algoritmais apdoroja gautus signalus ir pateikia informaciją apie vartotojo buvimo vietą t.y. koordinates, judėjimo greitį, kryptį ir kt. GPS palydovų siunčiami signalai pasiekia bet kurią Žemės vietą, bet kuriuo paros laiku, nepriklausomai nuo oro sąlygų. </p><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\" align=\"justify\">GPS įranga pritaikoma navigacijoje &ndash; rodomas objekto judėjimas detaliame žemėlapyje, apskaičiuojamas mar&scaron;rutas tarp pasirinktų ta&scaron;kų ir kt. </p><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\" align=\"justify\"><strong>Mūsų įmonė siūlo GPS paslaugą <a href=\"content/blogcategory/0/61/\">&ldquo;AKIS&rdquo;</a>. </strong></p><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\" align=\"justify\">Su <a href=\"content/blogcategory/0/61/\"><strong>&ldquo;AKIS&rdquo;</strong></a>&nbsp;- transporto kontrolės paslauga -&nbsp;galima:&nbsp;</p><ul><li><div align=\"justify\" style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">bet kada matyti kompiuteryje kur yra ar buvo Jūsų tranporto priemonė;&nbsp;</div></li><li><div align=\"justify\" style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">kiek kilometrų nuvažiavo;&nbsp;</div></li><li><div align=\"justify\" style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">stebėti kitus transporto priemonės parametrus. </div></li></ul><p style=\"font-size: 14px; font-family: Times New Roman,Times,serif\" align=\"justify\"><strong>Praktika rodo, kad įmonė įsidiegusi <a href=\"content/blogcategory/0/61/\">&ldquo;AKIS&rdquo;</a> įrangą gali sutaupyti iki 30% transporto i&scaron;laidų.</strong></p></td><td width=\"50\">&nbsp;</td></tr></tbody></table><table border=\"0\"><tbody><tr><td><img src=\"images/stories/paslauga/akis_48_40.jpg\" alt=\"Sample Image\" width=\"48\" height=\"40\" /></td><td style=\"font-size: 14px; font-family: Times New Roman,Times,serif\">Tegul technologijos tarnauja verslui! </td></tr></tbody></table>','',1,4,0,13,'2008-05-08 22:57:01',62,'','2009-01-07 13:53:04',67,0,'0000-00-00 00:00:00','2008-05-08 22:56:24','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',38,0,1,'','',0,190),(20,'Sistemos veikimo principai','','<p align=\"justify\"><font face=\"Times New Roman\" style=\"font-size: 14px; color: #000033; line-height: 150%; font-family: Times New Roman, Times, serif\">Sistemos pagrindas &ndash; GPS palydovų tinklas, gaubiantis žemę, ir mobilaus ry&scaron;io tinklas&nbsp;(dažniausiai GSM). GPS imtuvas priima signalus i&scaron; 3-5 artimiausių GPS palydovų, esančių tiesioginio matomumo zonoje, algoritmais apdoroja gautus signalus ir pateikia informaciją apie vartotojo buvimo vietą t.y. koordinates, judėjimo greitį, kryptį ir kt. GSM ry&scaron;io pagalba duomenys yra perduodami į mūsų serverį, todėl vartotojas&nbsp;nar&scaron;yklės pagalba prisijungęs prie mūsų sistemos&nbsp;gali žinoti, kur yra ma&scaron;ina, kokia&nbsp;jos važiavimo istorija ir kt. duomenis&nbsp;esančius serveryje.</font></p>','<p align=\"center\"><span style=\"font-size: 12.5pt; color: black; line-height: 150%\"><font face=\"Times New Roman\" style=\"font-size: 14px; color: #000033; font-family: Times New Roman, Times, serif\">GPS palydovų siunčiami signalai pasiekia bet kurią Žemės vietą, bet kuriuo paros laiku, nepriklausomai nuo oro sąlygų.</font></span></p><p>&nbsp;</p><p><span style=\"font-size: 12.5pt; color: black; line-height: 150%\"><div style=\"text-align: center\"><img src=\"images/stories/paslauga/nuotrmaza.jpg\" alt=\"Sample Image\" width=\"680\" height=\"553\" /></div></span></p>',1,4,0,19,'2008-07-13 00:00:00',67,'','2008-11-06 09:52:08',67,0,'0000-00-00 00:00:00','2008-07-16 15:00:39','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',74,0,1,'','',0,804),(21,'Kainynas','','<p><font style=\"font-size: 14px; line-height: 150%; font-family: Times New Roman, Times, serif\">Įrenginių kainos priklauso nuo&nbsp;norimo įsigyti&nbsp;kiekio - kuo daugiau įrenginių įsigyjate, tuo mažesnė vieneto kaina. Taip pat siūlome įrangos nuomą sutartam laikotarpiui.</font></p>','<p><span style=\"font-size: 12.5pt; color: black; line-height: 150%\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><em><strong style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Įrangos ir paslaugos kainos</strong></em></font></span></p><table border=\"0\" cellpadding=\"0\" width=\"624\" class=\"MsoNormalTable\" align=\"center\" style=\"background: #dfdfdf 0% 50%; width: 6.5in; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial\"><thead><tr><td style=\"background: #8a8a8a 0% 50%; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 2.7pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: white; line-height: 150%; font-family: Times New Roman, Times, serif\">Įrenginių kiekis</span></strong></font></td><td style=\"background: #8a8a8a 0% 50%; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 2.7pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: white; line-height: 150%; font-family: Times New Roman, Times, serif\">1-9vnt.</span></strong></font></td><td style=\"background: #8a8a8a 0% 50%; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 2.7pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: white; line-height: 150%; font-family: Times New Roman, Times, serif\">10-99vnt.</span></strong></font></td><td style=\"background: #8a8a8a 0% 50%; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 2.7pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: white; line-height: 150%; font-family: Times New Roman, Times, serif\">&gt;99vnt</span></strong></font></td></tr></thead><tbody><tr style=\"height: 12.25pt\"><td colspan=\"4\" style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><h1 style=\"margin: 0in 0in 0pt; text-align: center\" align=\"center\"><strong><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">Įrangos kaina</span></strong></h1></td></tr><tr style=\"height: 12.25pt\"><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">Įrangos kaina su įmontavimu</span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span class=\"newstitlered1\"><span style=\"font-size: 14px; line-height: 150%; font-family: Times New Roman, Times, serif\">740 Lt.</span></span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span class=\"newstitlered1\"><span style=\"font-size: 14px; line-height: 150%; font-family: Times New Roman, Times, serif\">680&nbsp;Lt.</span></span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">620&nbsp;Lt.</span></font></td></tr><tr style=\"height: 12.25pt\"><td colspan=\"4\" style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Paslaugos aptarnavimo&nbsp;mėnesinis mokestis</span></strong></font></td></tr><tr style=\"height: 12.25pt\"><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">Kaina už mėnesį</span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">35 Lt/mėn.</span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">30 Lt/mėn.</span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">24 Lt/mėn.</span></font></td></tr></tbody></table><p style=\"font-size: 12px; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 12.5pt; color: black; line-height: 150%\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">&nbsp;</font></span><span style=\"font-size: 12.5pt; color: black; line-height: 150%\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><em style=\"font-size: 12px; font-family: Times New Roman, Times, serif\">Kainos nurodytos be PVM</em></font></span></p><p><span style=\"font-size: 12.5pt; color: black; line-height: 150%\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><em><strong>Įrangos nuomos kainos</strong></em></font></span></p><span style=\"font-size: 12.5pt; color: black; line-height: 150%\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><p style=\"font-size: 12px; font-family: Times New Roman, Times, serif\" align=\"justify\"><table border=\"0\" cellpadding=\"0\" width=\"624\" class=\"MsoNormalTable\" align=\"center\" style=\"background: #dfdfdf 0% 50%; width: 6.5in; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial\"><thead><tr><td style=\"background: #8a8a8a 0% 50%; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 2.7pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: white; line-height: 150%; font-family: Times New Roman, Times, serif\">Įrenginių kiekis</span></strong></font></td><td style=\"background: #8a8a8a 0% 50%; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 2.7pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: white; line-height: 150%; font-family: Times New Roman, Times, serif\">1-9vnt.</span></strong></font></td><td style=\"background: #8a8a8a 0% 50%; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 2.7pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: white; line-height: 150%; font-family: Times New Roman, Times, serif\">10-99vnt.</span></strong></font></td><td style=\"background: #8a8a8a 0% 50%; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 2.7pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: white; line-height: 150%; font-family: Times New Roman, Times, serif\">&gt;99vnt</span></strong></font></td></tr></thead><tbody><tr style=\"height: 12.25pt\"><td colspan=\"4\" style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><h1 style=\"margin: 0in 0in 0pt; text-align: center\" align=\"center\"><strong><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">Įrangos nuomos&nbsp;kaina</span></strong></h1></td></tr><tr style=\"height: 12.25pt\"><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">Įrangos nuomos kaina su įmontavimu</span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span class=\"newstitlered1\"><span style=\"font-size: 14px; line-height: 150%; font-family: Times New Roman, Times, serif\">31&nbsp;Lt/mėn.</span></span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span class=\"newstitlered1\"><span style=\"font-size: 14px; line-height: 150%; font-family: Times New Roman, Times, serif\">29&nbsp;Lt/mėn.</span></span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">26&nbsp;Lt/mėn.</span></font></td></tr><tr style=\"height: 12.25pt\"><td colspan=\"4\" style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><strong><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Paslaugos aptarnavimo mėnesinis mokestis</span></strong></font></td></tr><tr style=\"height: 12.25pt\"><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">Kaina už mėnesį</span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">35 Lt/mėn.</span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">30 Lt/mėn.</span></font></td><td style=\"background: white 0% 50%; height: 12.25pt; moz-background-clip: -moz-initial; moz-background-origin: -moz-initial; moz-background-inline-policy: -moz-initial; border: #ece9d8; padding: 0.75pt\"><font face=\"Times New Roman\"><span style=\"font-size: 14px; color: black; line-height: 150%; font-family: Times New Roman, Times, serif\">24 Lt/mėn.</span></font></td></tr></tbody></table></p><p style=\"font-size: 12px; font-family: Times New Roman, Times, serif\" align=\"justify\">&nbsp;<em><span style=\"font-size: 12.5pt; color: black; line-height: 150%\"><font face=\"Times New Roman\" style=\"font-size: 12px; font-family: Times New Roman, Times, serif\">Kainos nurodytos be PVM</font></span>&nbsp;</em></p></font></span><p style=\"font-size: 14px; font-family: Times New Roman, Times, serif\" align=\"justify\"><em>Įrangos nuoma&nbsp;- įranga įmontuojama Jūsų transporto priemonėse <strong>24 mėnesių laikotarpiui.</strong></em></p>',1,4,0,21,'2008-07-16 15:29:32',67,'','2008-07-24 10:08:50',67,62,'2008-12-14 18:59:32','2008-07-16 15:25:03','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',30,0,1,'','',0,2152),(22,'Sistemos privalumai','','<p><strong style=\"font-size: 14px; line-height: 150%; font-family: Times New Roman, Times, serif\">Kokią naudą įmonėms suteikia transporto kontrolės sistema AKIS?</strong> </p><ul><li><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Sumažėjusios transporto i&scaron;laidos</span> </li><li><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Geresnis transporto priemonių mar&scaron;ruto planavimas </span></li><li><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Efektyvesnis vairuotojų ir vadybininkų bendravimas</span></li><li><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Ypač pagerėję verslo rodikliai</span></li></ul>','<p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"justify\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\">Transporto kontrolės paslauga AKIS suteikia galimybę matyti ir kontroliuoti įmonės transporto priemonių parką kompiuterio monitoriaus ekrane. Kontroliuodama transporto priemonių judėjimo kryptį, greitį, kuro sąnaudas, įmonė ženkliai pagerina savo verslo rodiklius, mažina transporto i&scaron;laidas, taupo savo transporto priemones&nbsp;ir, žinoma, didina savo klientų pasitenkinimą pagerėjusiu aptarnavimu. </span></span></span></span></p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"center\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"></span></span></p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"center\"><img src=\"images/stories/naujienos/irenginys.jpg\" alt=\"Sample Image\" width=\"500\" height=\"420\" /></p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"center\">&nbsp;</p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"center\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><em><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;Mažas įrenginukas&nbsp;užtikrins maksimalią kontrolę ir i&scaron;laidų taupymą!</strong></em></span></span></span></span></p><p style=\"margin: 0in 0in 0pt\" class=\"MsoNormal\" align=\"center\">&nbsp;</p>',1,4,0,20,'2008-07-14 00:00:00',67,'','2008-07-24 10:26:42',67,0,'0000-00-00 00:00:00','2008-07-16 15:29:58','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',36,0,1,'','',0,723),(23,'Sistemos paskirtis ir savybės','','<p align=\"justify\"><font face=\"Times New Roman\" style=\"font-size: 14px; line-height: 150%; font-family: Times New Roman, Times, serif\">Paslauga AKIS suteikia galimybę įmonėms efektyviau planuoti, valdyti, kontroliuoti įmonės transporto judėjimą, kas leidžia&nbsp;sumažinti įmonės transporto sąnaudas. </font></p><p align=\"justify\"><font face=\"Times New Roman\" style=\"font-size: 14px; line-height: 150%; font-family: Times New Roman, Times, serif\">Tokios sistemos savybės kaip <strong>vietos nustatymo tikslumas, stebėjimas realiu laiku, ypač patogi vartotojo sąsaja, optimalus duomenų perdavimo algoritmas</strong> ir kitos, padės Jūsų verslą padaryti efektyvesnį.</font></p>','<span style=\"font-size: 12.5pt; color: black\"><font face=\"Times New Roman\" style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><strong style=\"font-size: 14px; font-family: Times New Roman, Times, serif\"><p style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\" class=\"MsoNormal\" align=\"justify\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 14px Times New Roman, Times, serif\"><strong><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sistemos AKIS savybės:</em></strong></span></span></span></p><ul><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 14px Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;</span></span></span><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 14px Times New Roman, Times, serif\"> <span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">Vietos nustatymo&nbsp;tikslumas - bet kuriuo metu galima žinoti, kur yra transporto priemonė vos kelių metrų tikslumu; </span></span></span></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stebėjimas realiu laiku&nbsp;- monitoriuje galima stebėti kokia kryptimi ir kokiu greičiu juda ma&scaron;ina;</span></span></span></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><span style=\"font-size: 12.5pt; color: black\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span></span><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">Transporto priemonė stebima 24 val. per parą; </span></span></span></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><span style=\"font-size: 12.5pt; color: black\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">Kilometražas - žinoti, kiek kilometrų nuvažiavo transporto priemonė per laikotarpį; </span></span></span></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maža įrangos bei eksploatavimo kaina lyginant su kitais tokios paslaugos tiekėjais;</span></span></span></span></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Patogi ir nuolat atnaujinama vartotojo sąsaja ir žemėlapiai;</span></span></span></span></span></div></li><li><div class=\"MsoNormal\" align=\"justify\" style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Įvairios ataskaitos ir transporto judėjimo istorija.</span></span></span></span></span><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><span style=\"font-size: 14px; color: black; font-family: Times New Roman, Times, serif\"><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"> <table border=\"0\" style=\"width: 581px; height: 184px\"><tbody><tr><td><p align=\"justify\">&nbsp;</p>&nbsp;</td><td>&nbsp;<img src=\"images/stories/paslauga/kelias.gif\" alt=\"\" width=\"195\" height=\"150\" /></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></span></span></span></span></span></span></span></div></li></ul><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;</span></span></span><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\">&nbsp;&nbsp;&nbsp;</span></span></span><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"> <ul><p style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p></ul></span></span></span><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><p style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p></span></span></span><p style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p><span style=\"font-size: 10pt; color: black; font-family: Symbol\"><span><span style=\"font: 7pt &#39;Times New Roman&#39;\"><p style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p><p style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p><p style=\"margin: 0in 0in 0pt; text-indent: -0.25in; tab-stops: list .5in\" class=\"MsoNormal\" align=\"justify\">&nbsp;</p></span></span></span></strong></font></span>',1,4,0,18,'2008-07-12 00:00:00',67,'','2008-08-01 14:36:13',64,0,'0000-00-00 00:00:00','2008-07-16 15:41:19','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',86,0,1,'','',0,893),(28,'Sustojimų modulis','','<p>Įdiegtas &quot;Sustojimų modulis&quot;. Nuo &scaron;iol istorijos peržiūroje galima matyti kur, kiek laiko&nbsp;bei nuo kada iki kada stovėjo transporto priemonė.</p>','<table border=\"0\" cellspacing=\"10\"><tbody><tr><td><img src=\"images/stories/sustojimu_modulis.jpg\" alt=\" \" width=\"469\" height=\"391\" align=\"right\" /> </td><td valign=\"top\"><p align=\"left\"><img src=\"images/stories/400.gif\" alt=\" \" width=\"14\" height=\"14\" />&nbsp;- sustojimą simbolizuojantis paveiksliukas. Užvedus pelės kursorių ant sustojimą simblizuojančio paveiksliuko, bus parodytas langas su detalesne informacija. </p></td></tr></tbody></table>',1,4,0,15,'2008-10-03 20:50:41',62,'','2008-10-07 14:28:40',64,62,'2008-12-10 19:23:53','2008-10-03 20:50:20','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',20,0,3,'','',0,571),(29,'Antra naujiena','','Antros naujienos tekstas Antros naujienos tekstas Antros naujienos tekstas Antros naujienos tekstas Antros naujienos tekstas Antros naujienos tekstas Antros naujienos tekstas Antros naujienos tekstas Antros naujienos tekstas Antros naujienos tekstas ','daugiau antros naujienos',0,4,0,15,'2008-10-03 20:52:31',62,'','2008-10-03 21:50:52',62,0,'0000-00-00 00:00:00','2008-10-03 20:52:00','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,2,'','',0,1),(30,'Trecia naujiena','','Trecios naujienos tekstas Trecios naujienos tekstas Trecios naujienos tekstas Trecios naujienos tekstas Trecios naujienos tekstas Trecios naujienos tekstas Trecios naujienos tekstas Trecios naujienos tekstas Trecios naujienos tekstas ','daugiau trecios naujienos',0,4,0,15,'2008-10-03 20:53:09',62,'','2008-10-03 21:50:53',62,0,'0000-00-00 00:00:00','2008-10-03 20:52:44','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',2,0,1,'','',0,6),(27,'Vartotojo vadovai','','Nuo &scaron;iol galite pasinaudoti vartotojo vadovu.','Vadovas',0,2,0,3,'2008-07-18 13:13:10',67,'','2008-07-18 13:15:35',67,0,'0000-00-00 00:00:00','2008-07-18 13:12:27','0000-00-00 00:00:00','','','pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=',3,0,2,'','',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_content` ENABLE KEYS */;

--
-- Table structure for table `jos_content_frontpage`
--

DROP TABLE IF EXISTS `jos_content_frontpage`;
CREATE TABLE `jos_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 `jos_content_frontpage`
--


/*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */;
LOCK TABLES `jos_content_frontpage` WRITE;
INSERT INTO `jos_content_frontpage` VALUES (1,2),(18,1),(5,3);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */;

--
-- Table structure for table `jos_content_rating`
--

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

--
-- Dumping data for table `jos_content_rating`
--


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

--
-- Table structure for table `jos_core_acl_aro`
--

DROP TABLE IF EXISTS `jos_core_acl_aro`;
CREATE TABLE `jos_core_acl_aro` (
  `aro_id` int(11) NOT NULL auto_increment,
  `section_value` varchar(240) NOT NULL default '0',
  `value` varchar(240) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`aro_id`),
  UNIQUE KEY `jos_gacl_section_value_value_aro` (`section_value`(100),`value`(100)),
  KEY `jos_gacl_hidden_aro` (`hidden`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_acl_aro`
--


/*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */;
LOCK TABLES `jos_core_acl_aro` WRITE;
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator',0),(11,'users','63',0,'mindaugas',0),(12,'users','64',0,'Pranas Šležas',0),(14,'users','66',0,'Edvardas',0),(15,'users','67',0,'Indrė Rimkutė',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */;

--
-- Table structure for table `jos_core_acl_aro_groups`
--

DROP TABLE IF EXISTS `jos_core_acl_aro_groups`;
CREATE TABLE `jos_core_acl_aro_groups` (
  `group_id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `lft` int(11) NOT NULL default '0',
  `rgt` int(11) NOT NULL default '0',
  PRIMARY KEY  (`group_id`),
  KEY `parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_acl_aro_groups`
--


/*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */;
LOCK TABLES `jos_core_acl_aro_groups` WRITE;
INSERT INTO `jos_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22),(28,17,'USERS',2,21),(29,28,'Public Frontend',3,12),(18,29,'Registered',4,11),(19,18,'Author',5,10),(20,19,'Editor',6,9),(21,20,'Publisher',7,8),(30,28,'Public Backend',13,20),(23,30,'Manager',14,19),(24,23,'Administrator',15,18),(25,24,'Super Administrator',16,17);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */;

--
-- Table structure for table `jos_core_acl_aro_sections`
--

DROP TABLE IF EXISTS `jos_core_acl_aro_sections`;
CREATE TABLE `jos_core_acl_aro_sections` (
  `section_id` int(11) NOT NULL auto_increment,
  `value` varchar(230) NOT NULL default '',
  `order_value` int(11) NOT NULL default '0',
  `name` varchar(230) NOT NULL default '',
  `hidden` int(11) NOT NULL default '0',
  PRIMARY KEY  (`section_id`),
  UNIQUE KEY `value_aro_sections` (`value`),
  UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),
  KEY `hidden_aro_sections` (`hidden`),
  KEY `jos_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_acl_aro_sections`
--


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

--
-- Table structure for table `jos_core_acl_groups_aro_map`
--

DROP TABLE IF EXISTS `jos_core_acl_groups_aro_map`;
CREATE TABLE `jos_core_acl_groups_aro_map` (
  `group_id` int(11) NOT NULL default '0',
  `section_value` varchar(240) NOT NULL default '',
  `aro_id` int(11) NOT NULL default '0',
  UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_acl_groups_aro_map`
--


/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` DISABLE KEYS */;
LOCK TABLES `jos_core_acl_groups_aro_map` WRITE;
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (18,'',11),(18,'',14),(24,'',15),(25,'',10),(25,'',12);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */;

--
-- Table structure for table `jos_core_log_items`
--

DROP TABLE IF EXISTS `jos_core_log_items`;
CREATE TABLE `jos_core_log_items` (
  `time_stamp` date NOT NULL default '0000-00-00',
  `item_table` varchar(50) NOT NULL default '',
  `item_id` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_core_log_items`
--


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

--
-- Table structure for table `jos_core_log_searches`
--

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

--
-- Dumping data for table `jos_core_log_searches`
--


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

--
-- Table structure for table `jos_groups`
--

DROP TABLE IF EXISTS `jos_groups`;
CREATE TABLE `jos_groups` (
  `id` tinyint(3) unsigned NOT NULL default '0',
  `name` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_groups`
--


/*!40000 ALTER TABLE `jos_groups` DISABLE KEYS */;
LOCK TABLES `jos_groups` WRITE;
INSERT INTO `jos_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_groups` ENABLE KEYS */;

--
-- Table structure for table `jos_mambots`
--

DROP TABLE IF EXISTS `jos_mambots`;
CREATE TABLE `jos_mambots` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `element` varchar(100) NOT NULL default '',
  `folder` varchar(100) NOT NULL default '',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(3) NOT NULL default '0',
  `iscore` tinyint(3) NOT NULL default '0',
  `client_id` tinyint(3) 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',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_mambots`
--


/*!40000 ALTER TABLE `jos_mambots` DISABLE KEYS */;
LOCK TABLES `jos_mambots` WRITE;
INSERT INTO `jos_mambots` VALUES (1,'MOS Image','mosimage','content',0,-10000,1,1,0,0,'0000-00-00 00:00:00',''),(2,'MOS Pagination','mospaging','content',0,10000,1,1,0,0,'0000-00-00 00:00:00',''),(3,'Legacy Mambot Includer','legacybots','content',0,1,0,1,0,0,'0000-00-00 00:00:00',''),(4,'SEF','mossef','content',0,3,1,0,0,0,'0000-00-00 00:00:00',''),(5,'MOS Rating','mosvote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(6,'Search Content','content.searchbot','search',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(7,'Search Weblinks','weblinks.searchbot','search',0,2,1,1,0,0,'0000-00-00 00:00:00',''),(8,'Code support','moscode','content',0,2,0,0,0,0,'0000-00-00 00:00:00',''),(9,'No WYSIWYG Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(10,'TinyMCE WYSIWYG Editor','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','theme=advanced'),(11,'MOS Image Editor Button','mosimage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(12,'MOS Pagebreak Editor Button','mospage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(13,'Search Contacts','contacts.searchbot','search',0,3,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Search Categories','categories.searchbot','search',0,4,1,0,0,0,'0000-00-00 00:00:00',''),(15,'Search Sections','sections.searchbot','search',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(16,'Email Cloaking','mosemailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00',''),(17,'GeSHi','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(18,'Search Newsfeeds','newsfeeds.searchbot','search',0,6,1,0,0,0,'0000-00-00 00:00:00',''),(19,'Load Module Positions','mosloadposition','content',0,6,1,0,0,0,'0000-00-00 00:00:00','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_mambots` ENABLE KEYS */;

--
-- Table structure for table `jos_menu`
--

DROP TABLE IF EXISTS `jos_menu`;
CREATE TABLE `jos_menu` (
  `id` int(11) NOT NULL auto_increment,
  `menutype` varchar(25) default NULL,
  `name` varchar(100) default NULL,
  `link` text,
  `type` varchar(50) NOT NULL default '',
  `published` tinyint(1) NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `componentid` int(11) unsigned NOT NULL default '0',
  `sublevel` int(11) default '0',
  `ordering` int(11) default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `pollid` int(11) NOT NULL default '0',
  `browserNav` tinyint(4) default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `utaccess` tinyint(3) unsigned NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
  KEY `menutype` (`menutype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_menu`
--


/*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */;
LOCK TABLES `jos_menu` WRITE;
INSERT INTO `jos_menu` VALUES (1,'mainmenu','Pagrindinis','index.php?option=com_frontpage','components',1,0,10,0,2,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nheader=Welcome to the Frontpage\npage_title=0\nback_button=0\nleading=1\nintro=2\ncolumns=1\nlink=1\norderby_pri=\norderby_sec=front\npagination=2\npagination_results=1\nimage=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=0\nprint=0\nemail=0\nunpublished=0'),(2,'mainmenu','News','index.php?option=com_content&task=section&id=1','content_section',-2,0,1,0,18,0,'0000-00-00 00:00:00',0,0,0,3,''),(3,'mainmenu','Contact Us','index.php?option=com_contact','components',-2,0,7,0,19,0,'0000-00-00 00:00:00',0,0,0,3,''),(23,'mainmenu','Links','index.php?option=com_weblinks','components',-2,0,4,0,20,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=web_links.jpg\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nheadings=1\nhits=\nitem_description=1\nother_cat=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nweblink_icons='),(5,'mainmenu','Search','index.php?option=com_search','components',-2,0,16,0,21,0,'0000-00-00 00:00:00',0,0,0,3,''),(6,'mainmenu','Joomla! License','index.php?option=com_content&task=view&id=5','content_typed',-2,0,5,0,23,0,'0000-00-00 00:00:00',0,0,0,0,''),(7,'mainmenu','News Feeds','index.php?option=com_newsfeeds','components',-2,0,12,0,26,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader='),(8,'mainmenu','Wrapper','index.php?option=com_wrapper','wrapper',-2,0,0,0,25,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nscrolling=auto\nwidth=100%\nheight=600\nheight_auto=0\nurl=www.joomla.org'),(9,'mainmenu','Blog','index.php?option=com_content&task=blogsection&id=0','content_blog_section',-2,0,0,0,24,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=A blog of all sections with no images\npage_title=1\nleading=0\nintro=6\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=0\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nsectionid='),(10,'othermenu','Joomla! Home','http://www.joomla.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(11,'othermenu','Joomla! Forums','http://forum.joomla.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(12,'othermenu','OSM Home','http://www.opensourcematters.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(24,'othermenu','Administrator','administrator/','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(21,'usermenu','Your Details','index.php?option=com_user&task=UserDetails','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,1,3,''),(13,'usermenu','Submit News','index.php?option=com_content&task=new&sectionid=1&Itemid=0','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,1,2,''),(14,'usermenu','Submit WebLink','index.php?option=com_weblinks&task=new','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,1,2,''),(15,'usermenu','Check-In My Items','index.php?option=com_user&task=CheckIn','url',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,1,2,''),(16,'usermenu','Logout','index.php?option=com_login','components',1,0,15,0,5,0,'0000-00-00 00:00:00',0,0,1,3,''),(17,'topmenu','Home','index.php','url',0,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''),(18,'topmenu','Contact Us','index.php?option=com_contact&Itemid=3','url',0,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,''),(19,'topmenu','News','index.php?option=com_content&task=section&id=1&Itemid=2','url',0,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,''),(20,'topmenu','Links','index.php?option=com_weblinks&Itemid=23','url',0,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'),(25,'mainmenu','FAQs','index.php?option=com_content&task=category&sectionid=3&id=7','content_category',-2,0,7,0,22,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npage_title=1\npageclass_sfx=\nback_button=\norderby=\ndate_format=\ndate=\nauthor=\ntitle=1\nhits=\nheadings=1\nnavigation=1\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nother_cat=1\nempty_cat=0\ncat_items=1\ncat_description=1'),(26,'mainmenu','Apie paslaugą','index.php?option=com_content&task=view&id=12','content_item_link',-2,0,12,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(27,'mainmenu','Kainos','index.php?option=com_content&task=view&id=13','content_item_link',-2,0,13,0,15,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(28,'mainmenu','Kontaktai','index.php?option=com_content&task=view&id=14','content_item_link',1,0,14,0,30,62,'2008-10-03 21:23:28',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(29,'mainmenu','Naujienos','index.php?option=com_content&task=blogcategory&id=15','content_blog_category',-2,0,15,0,14,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nleading=1\nintro=4\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=15'),(30,'mainmenu','Straipsniai','index.php?option=com_content&task=blogcategory&id=14','content_blog_category',-2,0,14,0,16,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nleading=1\nintro=4\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=14'),(31,'mainmenu','Forumas','phpBB2/','url',-2,0,0,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1'),(32,'mainmenu','asda','index.php?option=com_phpbb','components',-2,0,19,0,17,0,'0000-00-00 00:00:00',0,0,0,0,''),(33,'mainmenu','Naujienos','index.php?option=com_content&task=blogcategory&id=15','content_blog_category',0,0,15,0,27,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=Naujienos\npage_title=1\nleading=1\nintro=4\ncolumns=1\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=0\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=15'),(59,'mainmenu','Apie paslaugą','index.php?option=com_content&task=view&id=23','content_item_link',-2,0,23,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(34,'mainmenu','Stebėjimo sistema','http://gps.akis.lt','url',1,0,0,0,28,0,'0000-00-00 00:00:00',0,2,0,0,'menu_image=-1'),(70,'mainmenu','Naujienos','index.php?option=com_content&task=blogcategory&id=15','content_blog_category',0,0,15,0,31,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nleading=1\nintro=4\ncolumns=1\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=1\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=15'),(35,'mainmenu','Nauda','index.php?option=com_frontpage&Itemid=1','component_item_link',-2,0,0,0,12,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1'),(36,'mainmenu','Sistemos veikimas','index.php?option=com_content&task=view&id=12','content_item_link',-2,0,12,0,13,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(37,'mainmenu','Sistemos veikimas','index.php?option=com_content&task=new&sectionid=4','submit_content',-2,0,4,0,11,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1'),(38,'mainmenu','Sistemos veikimas','index.php?option=com_content&task=view&id=12','content_item_link',-2,0,12,0,10,0,'0000-00-00 00:00:00',0,2,0,0,'menu_image=-1\nunique_itemid=0'),(39,'mainmenu','Sistemos veikimas','index.php?option=com_content&task=view&id=12','content_item_link',-2,26,12,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(40,'mainmenu','Kainynas','index.php?option=com_content&task=view&id=12','content_item_link',-2,26,12,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(41,'mainmenu','Demo versija','index.php?option=com_content&task=view&id=12','content_item_link',-2,26,12,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(42,'mainmenu','Pagalba','index.php?option=com_frontpage&Itemid=1','component_item_link',-2,0,0,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1'),(43,'mainmenu','Kontaktai','index.php?option=com_content&task=blogcategory&id=1','content_blog_category',-2,28,1,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nleading=1\nintro=4\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=1'),(44,'mainmenu','Sistemos veikimas','index.php?option=com_content&task=blogcategory&id=16','content_blog_category',-2,34,16,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nleading=1\nintro=4\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=16'),(45,'mainmenu','Sistemos veikimo principai','index.php?option=com_content&task=view&id=12','content_item_link',-2,26,12,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(46,'mainmenu','Kainynas','index.php?option=com_content&task=view&id=12','content_item_link',-2,26,12,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(47,'mainmenu','Sistemos privalumai','index.php?option=com_content&task=view&id=12','content_item_link',-2,26,12,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(48,'mainmenu','Pagalba','index.php?option=com_content&task=view&id=12','content_item_link',-2,0,12,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(49,'mainmenu','Vartotojo instrukcijos','index.php?option=com_content&task=view&id=12','content_item_link',-2,48,12,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(50,'mainmenu','D.U.K','index.php?option=com_content&task=view&id=12','content_item_link',-2,48,12,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(51,'mainmenu','Sistemos veikimo principai','index.php?option=com_content&task=view&id=20','content_item_link',-2,26,20,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(52,'mainmenu','Sistemos AKIS privalumai','index.php?option=com_content&task=view&id=22','content_item_link',-2,26,22,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(53,'mainmenu','Kainynas','index.php?option=com_content&task=view&id=21','content_item_link',-2,26,21,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(54,'mainmenu','Sistemos paskirtis ir savybės','index.php?option=com_content&task=view&id=23','content_item_link',-2,26,23,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(55,'mainmenu','Vartotojo instrukcijos','index.php?option=com_content&task=view&id=24','content_item_link',-2,48,24,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(56,'mainmenu','D.U.K','index.php?option=com_content&task=view&id=25','content_item_link',-2,48,25,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(57,'mainmenu','D.U.K.','index.php?option=com_content&task=blogcategory&id=17','content_blog_category',-2,48,17,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nleading=1\nintro=4\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=17'),(58,'mainmenu','Pagalba','index.php?option=com_content&task=blogcategory&id=0','content_blog_category',1,0,0,0,29,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=0\nleading=1\nintro=4\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=17,22'),(60,'mainmenu','Apie paslaugą','index.php?option=com_content&task=view&id=23','content_item_link',-2,0,23,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(61,'mainmenu','Apie paslaugą','index.php?option=com_content&task=blogcategory&id=0','content_blog_category',1,0,0,0,3,62,'2008-12-09 23:09:51',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=0\nleading=1\nintro=4\ncolumns=1\nlink=4\norderby_pri=\norderby_sec=date\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=21,20,18,16,19'),(62,'mainmenu','Sistemos paskirtis ir savybės','index.php?option=com_content&task=view&id=23','content_item_link',1,61,23,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(63,'mainmenu','Sistemos veikimo principai','index.php?option=com_content&task=view&id=20','content_item_link',1,61,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(64,'mainmenu','Sistemos privalumai','index.php?option=com_content&task=view&id=22','content_item_link',1,61,22,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(65,'mainmenu','Kainynas','index.php?option=com_content&task=view&id=21','content_item_link',1,61,21,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(66,'mainmenu','Vartotojo vadovai','index.php?option=com_content&task=view&id=24','content_item_link',-2,58,24,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(67,'mainmenu','Vartotojo vadovai','index.php?option=com_content&task=view&id=26','content_item_link',1,58,26,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(68,'mainmenu','D.U.K.','index.php?option=com_content&task=view&id=25','content_item_link',1,58,25,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nunique_itemid=0'),(69,'mainmenu','Bandymas','index.php?option=com_content&task=blogcategory&id=3','content_blog_category',-2,0,3,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\npageclass_sfx=\nback_button=\nheader=\npage_title=1\nleading=1\nintro=4\ncolumns=2\nlink=4\norderby_pri=\norderby_sec=\npagination=2\npagination_results=1\nimage=1\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nunpublished=0\ncategoryid=3');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */;

--
-- Table structure for table `jos_messages`
--

DROP TABLE IF EXISTS `jos_messages`;
CREATE TABLE `jos_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` int(10) unsigned NOT NULL default '0',
  `date_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `state` int(11) NOT NULL default '0',
  `priority` int(1) unsigned NOT NULL default '0',
  `subject` varchar(230) NOT NULL default '',
  `message` text NOT NULL,
  PRIMARY KEY  (`message_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_messages`
--


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

--
-- Table structure for table `jos_messages_cfg`
--

DROP TABLE IF EXISTS `jos_messages_cfg`;
CREATE TABLE `jos_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 `jos_messages_cfg`
--


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

--
-- Table structure for table `jos_modules`
--

DROP TABLE IF EXISTS `jos_modules`;
CREATE TABLE `jos_modules` (
  `id` int(11) NOT NULL auto_increment,
  `title` text NOT NULL,
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  `position` varchar(10) default NULL,
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL default '0',
  `module` varchar(50) default NULL,
  `numnews` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `showtitle` tinyint(3) unsigned NOT NULL default '1',
  `params` text NOT NULL,
  `iscore` tinyint(4) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_modules`
--


/*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */;
LOCK TABLES `jos_modules` WRITE;
INSERT INTO `jos_modules` VALUES (1,' Apklausa','',2,'right',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'cache=0\nmoduleclass_sfx=',0,0),(2,'User Menu','',4,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,1,1,'menutype=usermenu',1,0),(3,'Main Menu','',2,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'menutype=mainmenu',1,0),(4,'Login Form','',5,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'',1,0),(5,'Syndicate','',7,'left',0,'0000-00-00 00:00:00',0,'mod_rssfeed',0,0,1,'',1,0),(6,' Naujausi straipsniai','',1,'user1',0,'0000-00-00 00:00:00',1,'mod_latestnews',0,0,1,'moduleclass_sfx=\ncache=0\ntype=1\nshow_front=1\ncount=5\ncatid=\nsecid=',1,0),(7,'Statistics','',6,'left',0,'0000-00-00 00:00:00',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=',0,0),(8,' Dabar naršo','',3,'right',0,'0000-00-00 00:00:00',1,'mod_whosonline',0,0,1,'showmode=0\nmoduleclass_sfx=',0,0),(9,' Lankomiausi','',1,'user2',0,'0000-00-00 00:00:00',1,'mod_mostread',0,0,1,'moduleclass_sfx=\ncache=0\ntype=1\nshow_front=1\ncount=5\ncatid=\nsecid=',0,0),(10,'Template Chooser','',8,'left',0,'0000-00-00 00:00:00',0,'mod_templatechooser',0,0,1,'show_preview=1',0,0),(11,'Archive','',9,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'',1,0),(12,'Sections','',10,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'',1,0),(14,'Related Items','',11,'left',0,'0000-00-00 00:00:00',0,'mod_related_items',0,0,1,'',0,0),(15,'Search','',1,'user4',0,'0000-00-00 00:00:00',1,'mod_search',0,0,0,'',0,0),(16,'Random Image','',4,'right',0,'0000-00-00 00:00:00',1,'mod_random_image',0,0,1,'',0,0),(17,'Top Menu','',1,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'menutype=topmenu\nmenu_style=list_flat\nmenu_images=n\nmenu_images_align=left\nexpand_menu=n\nclass_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_image2=0\nindent_image3=0\nindent_image4=0\nindent_image5=0\nindent_image6=0',1,0),(18,'Banners','',1,'banner',0,'0000-00-00 00:00:00',0,'mod_banners',0,0,0,'banner_cids=\nmoduleclass_sfx=\n',1,0),(19,'Components','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_components',0,99,1,'',1,1),(20,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,99,1,'',0,1),(21,'Latest Items','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,99,1,'',0,1),(22,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,99,1,'',0,1),(23,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,99,1,'',1,1),(24,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,99,1,'',1,1),(25,'Full Menu','',1,'top',0,'0000-00-00 00:00:00',1,'mod_fullmenu',0,99,1,'',1,1),(26,'Pathway','',1,'pathway',0,'0000-00-00 00:00:00',1,'mod_pathway',0,99,1,'',1,1),(27,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,99,1,'',1,1),(28,'System Message','',1,'inset',0,'0000-00-00 00:00:00',1,'mod_mosmsg',0,99,1,'',1,1),(29,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,99,1,'',1,1),(30,'Other Menu','',3,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,0,'menutype=othermenu\nmenu_style=vert_indent\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nclass_sfx=\nmoduleclass_sfx=\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=',0,0),(31,'Wrapper','',12,'left',0,'0000-00-00 00:00:00',0,'mod_wrapper',0,0,1,'',0,0),(32,'Logged','',0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,99,1,'',0,1),(34,'JA Newsflash','',1,'user5',0,'0000-00-00 00:00:00',1,'mod_janewsflash',0,0,1,'moduleclass_sfx=\ncatid=3\ndelaytime=10\nanimationtime=1000\nlink_titles=0\nanimation=effect_fade\nxheight=180\ntemplates=<div style=\"overflow:hidden; height:323px;\" ><div class=\"nftitle\">##TITLE##</div><div class=\"nfcontent\">##CONTENT##</div></div>',0,0),(35,'Naujienos','',1,'right',62,'2008-12-10 13:30:02',1,'mod_article_thumbnails',0,0,1,'moduleclass_sfx=\ncache=0\nat_mn_tb=at_main_table\nat_el_tb=at_element_table\nat_im_tb=at_img_table\nat_ttl_css=at_title\nat_itr_css=at_intro\nat_dt_css=at_date\nat_fltxt_css=at_readmore\nat_im_dspl=0\nat_embed=0\nat_im_at=0\nat_im_ptn=1\nat_randimg=1\nat_im_lf=0\nat_im_rt=0.2\nat_im_tp=0.1\nat_im_bm=0.1\nat_im_bdr=1\nat_im_wh=\nat_im_ht=\nat_im_path=images/stories\nat_thbimg_ctrl=0\nat_mkthb_sfx=_thumb\nat_cols=\nat_dt_cl=1\nat_itr_cl=1\nat_ar_lm=0\nat_fltxt_cl=1\nat_fltxt=Daugiau\nat_fltxt_pn=2\nat_stptg=0\nat_pn=1\nat_lt_dn=0\nat_ttl_pn=0\nat_ttl_lk=1\nat_ctnt_ctrl=0\nat_pop=0\nat_pop_days=0\nat_sctns=\nat_cats=15\nat_items=\nat_nums=5\nat_skps=0\nat_randat=0\nat_dspl_no=8',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */;

--
-- Table structure for table `jos_modules_menu`
--

DROP TABLE IF EXISTS `jos_modules_menu`;
CREATE TABLE `jos_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 `jos_modules_menu`
--


/*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */;
LOCK TABLES `jos_modules_menu` WRITE;
INSERT INTO `jos_modules_menu` VALUES (1,0),(2,0),(3,0),(4,1),(5,1),(6,1),(6,2),(8,0),(9,1),(9,2),(10,1),(15,0),(17,0),(18,0),(30,0),(34,0),(35,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */;

--
-- Table structure for table `jos_newsfeeds`
--

DROP TABLE IF EXISTS `jos_newsfeeds`;
CREATE TABLE `jos_newsfeeds` (
  `catid` int(11) NOT NULL default '0',
  `id` int(11) NOT NULL auto_increment,
  `name` text NOT NULL,
  `link` text NOT NULL,
  `filename` varchar(200) default NULL,
  `published` tinyint(1) NOT NULL default '0',
  `numarticles` int(11) unsigned NOT NULL default '1',
  `cache_time` int(11) unsigned NOT NULL default '3600',
  `checked_out` tinyint(3) 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',
  PRIMARY KEY  (`id`),
  KEY `published` (`published`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_newsfeeds`
--


/*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */;
LOCK TABLES `jos_newsfeeds` WRITE;
INSERT INTO `jos_newsfeeds` VALUES (4,1,'Joomla! - Official News','http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_frontpage&Itemid=1','',1,5,3600,0,'0000-00-00 00:00:00',8),(4,2,'Joomla! - Community News','http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_content&task=blogcategory&id=0&Itemid=33','',1,5,3600,0,'0000-00-00 00:00:00',9),(10,4,'Linux Today','http://linuxtoday.com/backend/my-netscape.rdf','',1,3,3600,0,'0000-00-00 00:00:00',1),(5,5,'Business News','http://headlines.internet.com/internetnews/bus-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',2),(11,6,'Web Developer News','http://headlines.internet.com/internetnews/wd-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',3),(10,7,'Linux Central:New Products','http://linuxcentral.com/backend/lcnew.rdf','',1,3,3600,0,'0000-00-00 00:00:00',4),(10,8,'Linux Central:Best Selling','http://linuxcentral.com/backend/lcbestns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',5),(10,9,'Linux Central:Daily Specials','http://linuxcentral.com/backend/lcspecialns.rdf','',1,3,3600,0,'0000-00-00 00:00:00',6),(9,10,'Internet:Finance News','http://headlines.internet.com/internetnews/fina-news/news.rss','',1,3,3600,0,'0000-00-00 00:00:00',7);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */;

--
-- Table structure for table `jos_poll_data`
--

DROP TABLE IF EXISTS `jos_poll_data`;
CREATE TABLE `jos_poll_data` (
  `id` int(11) NOT NULL auto_increment,
  `pollid` int(4) NOT NULL default '0',
  `text` text NOT NULL,
  `hits` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `pollid` (`pollid`,`text`(1))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_poll_data`
--


/*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */;
LOCK TABLES `jos_poll_data` WRITE;
INSERT INTO `jos_poll_data` VALUES (1,14,'> 100',127),(2,14,'> 50',26),(3,14,'> 10',53),(4,14,'< 10',103),(5,14,'',105),(6,14,'',4),(7,14,'',25),(8,14,'',0),(9,14,'',0),(10,14,'',0),(11,14,'',0),(12,14,'',0),(13,15,'Taip',274),(14,15,'Ne',71),(15,15,'Nuturiu nuomonės',25),(16,15,'',0),(17,15,'',0),(18,15,'',0),(19,15,'',0),(20,15,'',0),(21,15,'',0),(22,15,'',0),(23,15,'',0),(24,15,'',0),(25,16,'Noras bet kuriuo metu stebėti įmonės transporto parką',18),(26,16,'Noras kontroliuoti kuro sąnaudas',30),(27,16,'Noras patikrinti vairuotojų sąžiningumą',20),(28,16,'Siekis kurti savo verslą šiuolaikiška kryptimi',4),(29,16,'Visos šios priežastys lemtų mano sprendimą',18),(30,16,'Ne tik šios priežastys, bet ir daugelis kitų nulemtų pasirinkimą',21),(31,16,'Neketiname įsigyti šios įrangos',15),(32,16,'Nežinau',9),(33,16,'',0),(34,16,'',0),(35,16,'',0),(36,16,'',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */;

--
-- Table structure for table `jos_poll_date`
--

DROP TABLE IF EXISTS `jos_poll_date`;
CREATE TABLE `jos_poll_date` (
  `id` bigint(20) NOT NULL auto_increment,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `vote_id` int(11) NOT NULL default '0',
  `poll_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_poll_date`
--


/*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */;
LOCK TABLES `jos_poll_date` WRITE;
INSERT INTO `jos_poll_date` VALUES (1,'2007-10-09 23:38:00',7,14),(2,'2007-10-10 00:05:00',7,14),(3,'2007-10-22 16:16:00',1,14),(4,'2007-10-22 16:22:00',3,14),(5,'2007-10-23 12:26:00',1,14),(6,'2007-10-23 15:36:00',1,14),(7,'2007-10-23 16:17:00',1,14),(8,'2007-10-23 19:01:00',7,14),(9,'2007-10-24 08:46:00',7,14),(10,'2007-10-24 12:30:00',1,14),(11,'2007-10-24 17:37:00',7,14),(12,'2007-10-25 18:31:00',2,14),(13,'2007-10-25 20:24:00',1,14),(14,'2007-10-26 16:00:00',5,14),(15,'2007-10-27 12:36:00',4,14),(16,'2007-10-27 22:47:00',7,14),(17,'2007-10-27 23:52:00',7,14),(18,'2007-10-28 17:37:00',1,14),(19,'2007-10-29 08:23:00',1,14),(20,'2007-10-29 15:10:00',1,14),(21,'2007-10-30 19:14:00',7,14),(22,'2007-10-31 15:32:00',6,14),(23,'2007-10-31 17:38:00',1,14),(24,'2007-11-02 15:03:00',7,14),(25,'2007-11-02 23:35:00',1,14),(26,'2007-11-03 13:32:00',1,14),(27,'2007-11-05 10:36:00',6,14),(28,'2007-11-05 10:51:00',7,14),(29,'2007-11-06 21:02:00',1,14),(30,'2007-11-08 13:54:00',1,14),(31,'2007-11-08 14:46:00',7,14),(32,'2007-11-08 16:59:00',7,14),(33,'2007-11-08 21:08:00',7,14),(34,'2007-11-11 09:01:00',7,14),(35,'2007-11-11 16:06:00',3,14),(36,'2007-11-11 19:21:00',7,14),(37,'2007-11-11 22:24:00',3,14),(38,'2007-11-12 11:44:00',7,14),(39,'2007-11-12 16:42:00',6,14),(40,'2007-11-13 08:15:00',7,14),(41,'2007-11-14 13:17:00',7,14),(42,'2007-11-14 15:58:00',5,14),(43,'2007-11-14 22:24:00',1,14),(44,'2007-11-15 10:51:00',1,14),(45,'2007-11-16 22:27:00',1,14),(46,'2007-11-17 14:55:00',5,14),(47,'2007-11-18 14:34:00',7,14),(48,'2007-11-18 18:33:00',7,14),(49,'2007-11-18 20:43:00',7,14),(50,'2007-11-18 22:18:00',6,14),(51,'2007-11-20 18:13:00',7,14),(52,'2007-11-21 10:54:00',7,14),(53,'2007-11-23 15:32:00',7,14),(54,'2007-11-24 14:50:00',7,14),(55,'2007-11-24 20:38:00',5,14),(56,'2007-11-24 20:44:00',13,15),(57,'2007-11-24 20:52:00',13,15),(58,'2007-11-25 20:00:00',15,15),(59,'2007-11-26 11:02:00',1,14),(60,'2007-11-26 11:02:00',14,15),(61,'2007-11-26 12:14:00',14,15),(62,'2007-11-26 12:14:00',5,14),(63,'2007-11-26 12:43:00',5,14),(64,'2007-11-27 19:56:00',1,14),(65,'2007-11-27 19:57:00',13,15),(66,'2007-11-27 21:30:00',1,14),(67,'2007-11-28 19:11:00',4,14),(68,'2007-11-29 08:11:00',13,15),(69,'2007-11-29 23:16:00',13,15),(70,'2007-11-29 23:17:00',3,14),(71,'2007-11-30 17:17:00',1,14),(72,'2007-11-30 18:03:00',5,14),(73,'2007-11-30 22:51:00',4,14),(74,'2007-11-30 22:51:00',13,15),(75,'2007-12-01 10:32:00',5,14),(76,'2007-12-01 10:33:00',13,15),(77,'2007-12-01 19:29:00',1,14),(78,'2007-12-01 19:30:00',13,15),(79,'2007-12-01 21:38:00',13,15),(80,'2007-12-01 21:38:00',5,14),(81,'2007-12-02 10:36:00',13,15),(82,'2007-12-02 17:11:00',5,14),(83,'2007-12-02 17:11:00',13,15),(84,'2007-12-02 18:24:00',1,14),(85,'2007-12-02 18:25:00',15,15),(86,'2007-12-03 18:56:00',4,14),(87,'2007-12-03 18:56:00',14,15),(88,'2007-12-03 19:02:00',5,14),(89,'2007-12-04 08:58:00',1,14),(90,'2007-12-04 09:56:00',1,14),(91,'2007-12-04 16:47:00',5,14),(92,'2007-12-04 21:57:00',13,15),(93,'2007-12-05 09:51:00',13,15),(94,'2007-12-05 09:51:00',4,14),(95,'2007-12-05 12:34:00',3,14),(96,'2007-12-05 12:57:00',5,14),(97,'2007-12-05 12:58:00',13,15),(98,'2007-12-06 10:51:00',13,15),(99,'2007-12-06 10:51:00',1,14),(100,'2007-12-06 12:41:00',4,14),(101,'2007-12-06 12:41:00',13,15),(102,'2007-12-06 18:42:00',13,15),(103,'2007-12-06 18:42:00',4,14),(104,'2007-12-07 13:39:00',1,14),(105,'2007-12-07 13:39:00',13,15),(106,'2007-12-07 15:22:00',3,14),(107,'2007-12-07 15:24:00',3,14),(108,'2007-12-08 11:02:00',13,15),(109,'2007-12-08 11:02:00',5,14),(110,'2007-12-09 13:36:00',13,15),(111,'2007-12-09 19:14:00',5,14),(112,'2007-12-09 19:15:00',13,15),(113,'2007-12-09 22:49:00',5,14),(114,'2007-12-09 22:50:00',13,15),(115,'2007-12-09 22:50:00',13,15),(116,'2007-12-09 22:50:00',13,15),(117,'2007-12-09 22:51:00',1,14),(118,'2007-12-10 07:58:00',1,14),(119,'2007-12-10 07:58:00',14,15),(120,'2007-12-10 10:33:00',5,14),(121,'2007-12-10 10:33:00',13,15),(122,'2007-12-10 14:21:00',5,14),(123,'2007-12-10 14:21:00',13,15),(124,'2007-12-10 15:32:00',5,14),(125,'2007-12-10 15:32:00',13,15),(126,'2007-12-12 08:00:00',3,14),(127,'2007-12-12 08:00:00',13,15),(128,'2007-12-12 13:58:00',1,14),(129,'2007-12-12 17:36:00',1,14),(130,'2007-12-12 17:37:00',13,15),(131,'2007-12-13 15:10:00',13,15),(132,'2007-12-13 15:10:00',4,14),(133,'2007-12-13 15:47:00',1,14),(134,'2007-12-13 19:28:00',1,14),(135,'2007-12-14 12:51:00',1,14),(136,'2007-12-14 20:06:00',14,15),(137,'2007-12-14 20:06:00',1,14),(138,'2007-12-14 21:53:00',13,15),(139,'2007-12-15 00:40:00',5,14),(140,'2007-12-15 00:41:00',13,15),(141,'2007-12-15 22:23:00',2,14),(142,'2007-12-15 22:24:00',14,15),(143,'2007-12-16 13:00:00',1,14),(144,'2007-12-16 13:00:00',13,15),(145,'2007-12-16 17:49:00',1,14),(146,'2007-12-16 17:49:00',13,15),(147,'2007-12-17 15:49:00',1,14),(148,'2007-12-17 15:49:00',14,15),(149,'2007-12-18 00:11:00',1,14),(150,'2007-12-18 12:43:00',3,14),(151,'2007-12-18 12:43:00',13,15),(152,'2007-12-18 22:44:00',2,14),(153,'2007-12-19 10:43:00',14,15),(154,'2007-12-19 10:46:00',5,14),(155,'2007-12-19 20:50:00',13,15),(156,'2007-12-20 08:40:00',13,15),(157,'2007-12-20 12:05:00',4,14),(158,'2007-12-20 12:05:00',13,15),(159,'2007-12-20 15:09:00',1,14),(160,'2007-12-20 16:29:00',5,14),(161,'2007-12-20 16:29:00',13,15),(162,'2007-12-20 18:54:00',2,14),(163,'2007-12-20 18:54:00',13,15),(164,'2007-12-20 21:48:00',13,15),(165,'2007-12-20 22:56:00',4,14),(166,'2007-12-20 22:57:00',15,15),(167,'2007-12-21 16:47:00',5,14),(168,'2007-12-21 16:47:00',14,15),(169,'2007-12-23 20:05:00',5,14),(170,'2007-12-23 20:05:00',13,15),(171,'2007-12-23 21:16:00',1,14),(172,'2007-12-23 21:16:00',13,15),(173,'2007-12-25 13:45:00',1,14),(174,'2007-12-25 13:45:00',13,15),(175,'2007-12-25 19:09:00',13,15),(176,'2007-12-25 19:09:00',5,14),(177,'2007-12-26 14:24:00',13,15),(178,'2007-12-26 14:24:00',5,14),(179,'2007-12-26 21:33:00',1,14),(180,'2007-12-27 08:35:00',5,14),(181,'2007-12-27 08:35:00',13,15),(182,'2007-12-27 17:50:00',5,14),(183,'2007-12-27 17:51:00',13,15),(184,'2007-12-28 16:31:00',5,14),(185,'2007-12-28 17:12:00',14,15),(186,'2007-12-29 13:16:00',1,14),(187,'2007-12-30 10:30:00',5,14),(188,'2007-12-30 10:30:00',13,15),(189,'2007-12-31 14:24:00',5,14),(190,'2008-01-01 16:44:00',13,15),(191,'2008-01-02 04:53:00',13,15),(192,'2008-01-02 11:21:00',4,14),(193,'2008-01-02 11:21:00',13,15),(194,'2008-01-02 13:46:00',2,14),(195,'2008-01-03 08:44:00',5,14),(196,'2008-01-03 08:44:00',13,15),(197,'2008-01-03 10:21:00',5,14),(198,'2008-01-03 10:21:00',13,15),(199,'2008-01-03 10:58:00',13,15),(200,'2008-01-03 13:07:00',13,15),(201,'2008-01-03 13:07:00',5,14),(202,'2008-01-04 16:42:00',1,14),(203,'2008-01-04 22:23:00',14,15),(204,'2008-01-04 22:23:00',5,14),(205,'2008-01-05 12:15:00',3,14),(206,'2008-01-05 20:23:00',4,14),(207,'2008-01-05 20:24:00',13,15),(208,'2008-01-05 23:01:00',1,14),(209,'2008-01-05 23:01:00',15,15),(210,'2008-01-06 16:35:00',13,15),(211,'2008-01-06 19:52:00',4,14),(212,'2008-01-07 00:02:00',5,14),(213,'2008-01-07 00:03:00',13,15),(214,'2008-01-07 14:18:00',13,15),(215,'2008-01-07 14:18:00',4,14),(216,'2008-01-07 15:40:00',4,14),(217,'2008-01-07 15:40:00',13,15),(218,'2008-01-07 22:09:00',5,14),(219,'2008-01-08 09:08:00',5,14),(220,'2008-01-08 09:08:00',13,15),(221,'2008-01-08 14:28:00',5,14),(222,'2008-01-08 14:29:00',14,15),(223,'2008-01-08 16:07:00',5,14),(224,'2008-01-09 08:41:00',5,14),(225,'2008-01-09 08:41:00',13,15),(226,'2008-01-09 10:57:00',1,14),(227,'2008-01-09 10:57:00',1,14),(228,'2008-01-09 14:56:00',13,15),(229,'2008-01-09 14:56:00',5,14),(230,'2008-01-09 20:30:00',3,14),(231,'2008-01-09 20:30:00',13,15),(232,'2008-01-09 22:07:00',1,14),(233,'2008-01-10 09:09:00',4,14),(234,'2008-01-11 00:09:00',5,14),(235,'2008-01-11 00:10:00',13,15),(236,'2008-01-11 14:34:00',1,14),(237,'2008-01-11 14:35:00',13,15),(238,'2008-01-12 10:50:00',13,15),(239,'2008-01-12 11:14:00',13,15),(240,'2008-01-13 15:51:00',5,14),(241,'2008-01-13 15:51:00',13,15),(242,'2008-01-13 17:54:00',5,14),(243,'2008-01-13 17:54:00',13,15),(244,'2008-01-13 18:35:00',5,14),(245,'2008-01-13 18:35:00',14,15),(246,'2008-01-15 14:40:00',14,15),(247,'2008-01-16 11:40:00',13,15),(248,'2008-01-17 07:46:00',13,15),(249,'2008-01-17 09:49:00',13,15),(250,'2008-01-17 09:49:00',4,14),(251,'2008-01-17 11:56:00',1,14),(252,'2008-01-17 12:31:00',5,14),(253,'2008-01-17 12:31:00',14,15),(254,'2008-01-17 13:44:00',14,15),(255,'2008-01-17 19:00:00',5,14),(256,'2008-01-17 19:45:00',5,14),(257,'2008-01-17 19:45:00',13,15),(258,'2008-01-17 19:48:00',5,14),(259,'2008-01-18 00:06:00',1,14),(260,'2008-01-18 00:06:00',13,15),(261,'2008-01-18 09:39:00',3,14),(262,'2008-01-18 09:39:00',13,15),(263,'2008-01-20 02:04:00',4,14),(264,'2008-01-20 02:05:00',13,15),(265,'2008-01-20 14:54:00',13,15),(266,'2008-01-20 14:55:00',4,14),(267,'2008-01-20 20:54:00',13,15),(268,'2008-01-20 20:54:00',2,14),(269,'2008-01-20 21:26:00',1,14),(270,'2008-01-20 23:55:00',1,14),(271,'2008-01-20 23:55:00',13,15),(272,'2008-01-21 11:07:00',1,14),(273,'2008-01-21 14:47:00',13,15),(274,'2008-01-21 20:00:00',13,15),(275,'2008-01-21 22:32:00',5,14),(276,'2008-01-22 16:22:00',4,14),(277,'2008-01-22 23:04:00',4,14),(278,'2008-01-23 16:23:00',5,14),(279,'2008-01-23 22:35:00',5,14),(280,'2008-01-24 01:37:00',13,15),(281,'2008-01-24 15:26:00',3,14),(282,'2008-01-24 18:25:00',15,15),(283,'2008-01-24 18:25:00',4,14),(284,'2008-01-25 14:20:00',5,14),(285,'2008-01-26 00:06:00',2,14),(286,'2008-01-26 00:06:00',13,15),(287,'2008-01-26 00:32:00',1,14),(288,'2008-01-26 00:32:00',13,15),(289,'2008-01-26 14:31:00',3,14),(290,'2008-01-26 14:37:00',13,15),(291,'2008-01-26 19:57:00',3,14),(292,'2008-01-26 19:57:00',13,15),(293,'2008-01-28 14:52:00',5,14),(294,'2008-01-28 16:46:00',5,14),(295,'2008-01-28 16:47:00',13,15),(296,'2008-01-29 09:47:00',4,14),(297,'2008-01-29 09:47:00',13,15),(298,'2008-01-29 16:33:00',5,14),(299,'2008-01-29 16:33:00',13,15),(300,'2008-01-30 16:13:00',2,14),(301,'2008-01-30 19:15:00',5,14),(302,'2008-01-30 19:15:00',14,15),(303,'2008-01-30 22:11:00',14,15),(304,'2008-01-30 23:43:00',13,15),(305,'2008-01-30 23:44:00',1,14),(306,'2008-02-01 14:40:00',13,15),(307,'2008-02-01 19:08:00',1,14),(308,'2008-02-01 19:09:00',13,15),(309,'2008-02-01 22:59:00',13,15),(310,'2008-02-02 22:16:00',3,14),(311,'2008-02-02 22:16:00',13,15),(312,'2008-02-04 09:25:00',5,14),(313,'2008-02-04 13:29:00',13,15),(314,'2008-02-04 13:29:00',5,14),(315,'2008-02-04 14:25:00',13,15),(316,'2008-02-04 16:07:00',4,14),(317,'2008-02-05 11:45:00',14,15),(318,'2008-02-05 14:50:00',3,14),(319,'2008-02-05 15:35:00',1,14),(320,'2008-02-05 15:35:00',13,15),(321,'2008-02-05 18:32:00',1,14),(322,'2008-02-05 18:32:00',13,15),(323,'2008-02-05 22:01:00',13,15),(324,'2008-02-06 15:58:00',13,15),(325,'2008-02-06 15:58:00',5,14),(326,'2008-02-06 23:44:00',1,14),(327,'2008-02-06 23:44:00',14,15),(328,'2008-02-07 11:49:00',1,14),(329,'2008-02-07 15:27:00',13,15),(330,'2008-02-07 15:35:00',4,14),(331,'2008-02-08 18:44:00',2,14),(332,'2008-02-08 18:47:00',1,14),(333,'2008-02-10 11:08:00',4,14),(334,'2008-02-10 11:08:00',13,15),(335,'2008-02-10 16:25:00',5,14),(336,'2008-02-10 16:26:00',13,15),(337,'2008-02-10 16:35:00',1,14),(338,'2008-02-10 16:36:00',13,15),(339,'2008-02-11 15:03:00',5,14),(340,'2008-02-11 22:23:00',5,14),(341,'2008-02-11 22:23:00',15,15),(342,'2008-02-11 22:57:00',1,14),(343,'2008-02-11 22:58:00',15,15),(344,'2008-02-12 22:08:00',13,15),(345,'2008-02-12 23:28:00',1,14),(346,'2008-02-13 00:25:00',5,14),(347,'2008-02-14 07:46:00',13,15),(348,'2008-02-14 12:05:00',5,14),(349,'2008-02-14 12:05:00',13,15),(350,'2008-02-15 12:29:00',5,14),(351,'2008-02-15 12:29:00',13,15),(352,'2008-02-15 17:32:00',15,15),(353,'2008-02-16 12:15:00',5,14),(354,'2008-02-16 14:21:00',1,14),(355,'2008-02-16 14:35:00',13,15),(356,'2008-02-17 19:08:00',5,14),(357,'2008-02-17 19:08:00',13,15),(358,'2008-02-18 13:17:00',5,14),(359,'2008-02-18 13:17:00',13,15),(360,'2008-02-18 14:42:00',13,15),(361,'2008-02-18 15:22:00',13,15),(362,'2008-02-18 15:52:00',5,14),(363,'2008-02-18 15:53:00',14,15),(364,'2008-02-18 20:08:00',1,14),(365,'2008-02-18 20:09:00',13,15),(366,'2008-02-19 19:01:00',13,15),(367,'2008-02-19 21:17:00',1,14),(368,'2008-02-19 21:27:00',1,14),(369,'2008-02-19 21:28:00',13,15),(370,'2008-02-19 22:06:00',15,15),(371,'2008-02-19 22:17:00',13,15),(372,'2008-02-20 11:03:00',5,14),(373,'2008-02-20 12:17:00',14,15),(374,'2008-02-21 16:32:00',13,15),(375,'2008-02-21 19:20:00',1,14),(376,'2008-02-21 19:21:00',13,15),(377,'2008-02-22 12:49:00',15,15),(378,'2008-02-22 12:49:00',5,14),(379,'2008-02-22 17:16:00',5,14),(380,'2008-02-22 20:34:00',1,14),(381,'2008-02-23 11:32:00',13,15),(382,'2008-02-23 13:24:00',5,14),(383,'2008-02-23 16:09:00',1,14),(384,'2008-02-23 16:09:00',14,15),(385,'2008-02-23 16:30:00',4,14),(386,'2008-02-23 16:30:00',13,15),(387,'2008-02-23 19:52:00',4,14),(388,'2008-02-23 19:53:00',13,15),(389,'2008-02-23 19:58:00',14,15),(390,'2008-02-25 10:55:00',5,14),(391,'2008-02-25 10:56:00',13,15),(392,'2008-02-25 19:27:00',1,14),(393,'2008-02-25 19:27:00',13,15),(394,'2008-02-26 12:49:00',5,14),(395,'2008-02-26 12:49:00',13,15),(396,'2008-02-26 19:41:00',2,14),(397,'2008-02-26 19:41:00',14,15),(398,'2008-02-26 20:37:00',13,15),(399,'2008-02-26 20:37:00',3,14),(400,'2008-02-26 20:54:00',5,14),(401,'2008-02-26 20:55:00',14,15),(402,'2008-02-28 16:35:00',1,14),(403,'2008-02-28 16:36:00',13,15),(404,'2008-02-29 18:35:00',4,14),(405,'2008-02-29 18:35:00',14,15),(406,'2008-03-02 17:54:00',1,14),(407,'2008-03-02 17:55:00',13,15),(408,'2008-03-03 20:14:00',5,14),(409,'2008-03-05 14:57:00',14,15),(410,'2008-03-05 17:08:00',14,15),(411,'2008-03-05 19:06:00',13,15),(412,'2008-03-06 22:38:00',4,14),(413,'2008-03-06 22:38:00',13,15),(414,'2008-03-08 15:23:00',5,14),(415,'2008-03-08 15:23:00',13,15),(416,'2008-03-08 22:27:00',1,14),(417,'2008-03-08 22:27:00',14,15),(418,'2008-03-09 09:52:00',5,14),(419,'2008-03-09 22:23:00',5,14),(420,'2008-03-09 22:23:00',13,15),(421,'2008-03-10 16:44:00',4,14),(422,'2008-03-10 16:44:00',13,15),(423,'2008-03-11 00:41:00',4,14),(424,'2008-03-11 15:50:00',5,14),(425,'2008-03-11 15:51:00',13,15),(426,'2008-03-12 15:31:00',5,14),(427,'2008-03-12 15:31:00',15,15),(428,'2008-03-12 18:26:00',5,14),(429,'2008-03-13 07:58:00',5,14),(430,'2008-03-13 07:59:00',13,15),(431,'2008-03-13 20:51:00',1,14),(432,'2008-03-14 17:23:00',4,14),(433,'2008-03-14 17:23:00',15,15),(434,'2008-03-16 13:02:00',13,15),(435,'2008-03-16 20:29:00',2,14),(436,'2008-03-16 20:29:00',13,15),(437,'2008-03-16 22:51:00',1,14),(438,'2008-03-16 22:51:00',13,15),(439,'2008-03-17 22:02:00',5,14),(440,'2008-03-18 13:21:00',5,14),(441,'2008-03-18 15:39:00',5,14),(442,'2008-03-18 15:40:00',13,15),(443,'2008-03-18 16:12:00',5,14),(444,'2008-03-18 16:12:00',13,15),(445,'2008-03-19 09:06:00',14,15),(446,'2008-03-19 09:06:00',1,14),(447,'2008-03-19 09:47:00',13,15),(448,'2008-03-19 11:18:00',1,14),(449,'2008-03-19 12:18:00',14,15),(450,'2008-03-19 15:55:00',14,15),(451,'2008-03-19 15:55:00',2,14),(452,'2008-03-19 19:59:00',4,14),(453,'2008-03-19 19:59:00',13,15),(454,'2008-03-20 02:36:00',1,14),(455,'2008-03-20 20:20:00',13,15),(456,'2008-03-20 22:56:00',2,14),(457,'2008-03-20 22:56:00',13,15),(458,'2008-03-21 15:57:00',15,15),(459,'2008-03-22 17:15:00',1,14),(460,'2008-03-23 02:36:00',1,14),(461,'2008-03-23 10:21:00',13,15),(462,'2008-03-23 10:39:00',5,14),(463,'2008-03-23 10:39:00',13,15),(464,'2008-03-24 12:41:00',3,14),(465,'2008-03-24 12:42:00',13,15),(466,'2008-03-26 17:26:00',1,14),(467,'2008-03-28 15:20:00',5,14),(468,'2008-03-28 15:20:00',13,15),(469,'2008-03-28 22:33:00',14,15),(470,'2008-03-29 22:34:00',1,14),(471,'2008-03-29 22:34:00',14,15),(472,'2008-03-30 15:12:00',1,14),(473,'2008-03-30 15:12:00',15,15),(474,'2008-03-31 22:47:00',13,15),(475,'2008-04-01 16:33:00',13,15),(476,'2008-04-03 02:37:00',13,15),(477,'2008-04-03 10:34:00',5,14),(478,'2008-04-03 15:09:00',1,14),(479,'2008-04-03 21:10:00',1,14),(480,'2008-04-03 21:11:00',13,15),(481,'2008-04-04 10:39:00',5,14),(482,'2008-04-04 13:35:00',5,14),(483,'2008-04-07 22:00:00',14,15),(484,'2008-04-07 23:11:00',13,15),(485,'2008-04-08 13:38:00',1,14),(486,'2008-04-08 13:39:00',13,15),(487,'2008-04-09 13:09:00',13,15),(488,'2008-04-09 22:39:00',13,15),(489,'2008-04-10 13:05:00',1,14),(490,'2008-04-11 16:50:00',13,15),(491,'2008-04-11 23:05:00',4,14),(492,'2008-04-11 23:06:00',13,15),(493,'2008-04-12 10:22:00',5,14),(494,'2008-04-12 10:22:00',13,15),(495,'2008-04-13 14:46:00',5,14),(496,'2008-04-15 11:28:00',5,14),(497,'2008-04-15 16:30:00',5,14),(498,'2008-04-15 16:30:00',14,15),(499,'2008-04-16 11:21:00',4,14),(500,'2008-04-16 23:06:00',13,15),(501,'2008-04-17 11:08:00',1,14),(502,'2008-04-18 17:45:00',14,15),(503,'2008-04-19 14:56:00',13,15),(504,'2008-04-20 00:55:00',1,14),(505,'2008-04-20 00:56:00',14,15),(506,'2008-04-20 06:43:00',5,14),(507,'2008-04-20 22:07:00',4,14),(508,'2008-04-20 22:07:00',15,15),(509,'2008-04-21 10:16:00',3,14),(510,'2008-04-21 10:16:00',13,15),(511,'2008-04-21 17:50:00',4,14),(512,'2008-04-21 23:34:00',13,15),(513,'2008-04-22 10:05:00',4,14),(514,'2008-04-22 10:05:00',13,15),(515,'2008-04-22 11:49:00',13,15),(516,'2008-04-22 15:29:00',4,14),(517,'2008-04-23 09:36:00',13,15),(518,'2008-04-23 14:03:00',13,15),(519,'2008-04-23 17:22:00',15,15),(520,'2008-04-24 15:55:00',1,14),(521,'2008-04-24 20:25:00',13,15),(522,'2008-04-25 18:27:00',4,14),(523,'2008-04-25 18:27:00',14,15),(524,'2008-04-26 08:03:00',4,14),(525,'2008-04-26 08:03:00',13,15),(526,'2008-04-26 20:58:00',5,14),(527,'2008-04-27 15:53:00',4,14),(528,'2008-04-27 17:32:00',1,14),(529,'2008-04-27 17:32:00',13,15),(530,'2008-04-29 08:31:00',14,15),(531,'2008-04-29 08:31:00',2,14),(532,'2008-04-29 09:17:00',14,15),(533,'2008-04-30 13:55:00',2,14),(534,'2008-04-30 13:55:00',13,15),(535,'2008-04-30 19:39:00',1,14),(536,'2008-04-30 19:39:00',15,15),(537,'2008-05-01 16:48:00',5,14),(538,'2008-05-01 16:48:00',13,15),(539,'2008-05-02 14:27:00',13,15),(540,'2008-05-02 14:28:00',5,14),(541,'2008-05-06 20:50:00',5,14),(542,'2008-05-06 22:37:00',4,14),(543,'2008-05-06 22:38:00',14,15),(544,'2008-05-07 19:08:00',13,15),(545,'2008-05-08 10:02:00',2,14),(546,'2008-05-08 13:28:00',5,14),(547,'2008-05-08 13:28:00',13,15),(548,'2008-05-08 13:36:00',1,14),(549,'2008-05-08 13:37:00',13,15),(550,'2008-05-10 15:54:00',13,15),(551,'2008-05-10 15:54:00',1,14),(552,'2008-05-10 17:19:00',13,15),(553,'2008-05-10 17:20:00',1,14),(554,'2008-05-11 12:28:00',1,14),(555,'2008-05-11 12:28:00',13,15),(556,'2008-05-12 09:22:00',4,14),(557,'2008-05-12 12:28:00',4,14),(558,'2008-05-12 12:28:00',14,15),(559,'2008-05-12 14:43:00',13,15),(560,'2008-05-14 13:18:00',1,14),(561,'2008-05-14 13:18:00',14,15),(562,'2008-05-15 02:34:00',15,15),(563,'2008-05-15 09:40:00',3,14),(564,'2008-05-15 09:40:00',13,15),(565,'2008-05-15 15:07:00',13,15),(566,'2008-05-15 15:07:00',1,14),(567,'2008-05-15 17:09:00',13,15),(568,'2008-05-16 11:48:00',2,14),(569,'2008-05-16 11:49:00',13,15),(570,'2008-05-16 13:40:00',3,14),(571,'2008-05-16 20:32:00',4,14),(572,'2008-05-17 03:08:00',2,14),(573,'2008-05-17 03:08:00',14,15),(574,'2008-05-20 21:21:00',2,14),(575,'2008-05-22 13:44:00',2,14),(576,'2008-05-22 19:34:00',13,15),(577,'2008-05-23 10:53:00',13,15),(578,'2008-05-23 11:29:00',1,14),(579,'2008-05-23 11:30:00',13,15),(580,'2008-05-23 17:09:00',3,14),(581,'2008-05-23 17:09:00',13,15),(582,'2008-05-24 10:12:00',1,14),(583,'2008-05-24 10:13:00',13,15),(584,'2008-05-24 10:22:00',4,14),(585,'2008-05-24 10:22:00',13,15),(586,'2008-05-24 12:10:00',13,15),(587,'2008-05-25 12:53:00',4,14),(588,'2008-05-25 22:53:00',13,15),(589,'2008-05-26 11:59:00',4,14),(590,'2008-05-26 13:33:00',13,15),(591,'2008-05-26 15:07:00',4,14),(592,'2008-05-26 15:07:00',13,15),(593,'2008-05-26 22:56:00',1,14),(594,'2008-05-26 22:56:00',14,15),(595,'2008-05-27 08:55:00',13,15),(596,'2008-05-27 21:28:00',13,15),(597,'2008-05-28 09:48:00',3,14),(598,'2008-05-28 09:48:00',13,15),(599,'2008-05-28 09:49:00',3,14),(600,'2008-05-28 10:39:00',4,14),(601,'2008-05-28 10:39:00',13,15),(602,'2008-05-28 10:39:00',4,14),(603,'2008-05-28 11:27:00',4,14),(604,'2008-05-28 11:27:00',13,15),(605,'2008-05-28 17:14:00',3,14),(606,'2008-05-28 17:15:00',14,15),(607,'2008-05-28 19:09:00',1,14),(608,'2008-05-28 19:09:00',13,15),(609,'2008-05-28 19:58:00',14,15),(610,'2008-05-29 11:42:00',2,14),(611,'2008-05-29 11:43:00',13,15),(612,'2008-05-29 14:49:00',13,15),(613,'2008-05-29 17:16:00',13,15),(614,'2008-05-30 08:16:00',13,15),(615,'2008-05-30 08:16:00',1,14),(616,'2008-05-30 10:36:00',13,15),(617,'2008-05-30 10:36:00',4,14),(618,'2008-05-31 20:02:00',4,14),(619,'2008-06-01 13:19:00',4,14),(620,'2008-06-01 15:35:00',4,14),(621,'2008-06-01 15:35:00',14,15),(622,'2008-06-01 20:15:00',13,15),(623,'2008-06-01 20:15:00',4,14),(624,'2008-06-01 22:59:00',13,15),(625,'2008-06-02 10:12:00',13,15),(626,'2008-06-02 10:12:00',4,14),(627,'2008-06-02 10:52:00',1,14),(628,'2008-06-02 11:17:00',3,14),(629,'2008-06-02 11:18:00',14,15),(630,'2008-06-02 15:18:00',14,15),(631,'2008-06-02 15:32:00',13,15),(632,'2008-06-04 10:18:00',14,15),(633,'2008-06-04 16:09:00',3,14),(634,'2008-06-04 17:22:00',4,14),(635,'2008-06-04 17:23:00',14,15),(636,'2008-06-04 17:51:00',13,15),(637,'2008-06-04 18:22:00',1,14),(638,'2008-06-04 18:22:00',13,15),(639,'2008-06-05 08:40:00',13,15),(640,'2008-06-06 10:32:00',13,15),(641,'2008-06-06 10:33:00',1,14),(642,'2008-06-07 20:19:00',4,14),(643,'2008-06-07 20:19:00',13,15),(644,'2008-06-08 09:48:00',13,15),(645,'2008-06-08 09:48:00',3,14),(646,'2008-06-08 09:48:00',13,15),(647,'2008-06-08 11:08:00',4,14),(648,'2008-06-08 11:08:00',13,15),(649,'2008-06-09 09:07:00',3,14),(650,'2008-06-09 13:50:00',4,14),(651,'2008-06-09 13:50:00',13,15),(652,'2008-06-09 15:54:00',13,15),(653,'2008-06-09 15:54:00',4,14),(654,'2008-06-10 12:23:00',2,14),(655,'2008-06-10 12:23:00',13,15),(656,'2008-06-11 11:05:00',4,14),(657,'2008-06-11 11:05:00',13,15),(658,'2008-06-11 13:06:00',3,14),(659,'2008-06-11 13:07:00',14,15),(660,'2008-06-11 18:48:00',1,14),(661,'2008-06-11 23:18:00',3,14),(662,'2008-06-11 23:18:00',13,15),(663,'2008-06-12 00:31:00',4,14),(664,'2008-06-12 00:31:00',15,15),(665,'2008-06-12 09:25:00',4,14),(666,'2008-06-12 12:06:00',4,14),(667,'2008-06-12 12:07:00',13,15),(668,'2008-06-12 16:59:00',2,14),(669,'2008-06-12 23:51:00',13,15),(670,'2008-06-13 13:53:00',4,14),(671,'2008-06-13 13:55:00',13,15),(672,'2008-06-13 15:44:00',4,14),(673,'2008-06-14 16:10:00',14,15),(674,'2008-06-14 16:11:00',1,14),(675,'2008-06-14 20:30:00',3,14),(676,'2008-06-14 20:33:00',13,15),(677,'2008-06-15 11:03:00',13,15),(678,'2008-06-15 11:03:00',1,14),(679,'2008-06-15 12:42:00',13,15),(680,'2008-06-15 15:34:00',2,14),(681,'2008-06-15 17:11:00',13,15),(682,'2008-06-16 08:35:00',3,14),(683,'2008-06-16 21:24:00',4,14),(684,'2008-06-16 21:25:00',13,15),(685,'2008-06-17 08:53:00',15,15),(686,'2008-06-17 08:53:00',3,14),(687,'2008-06-17 11:33:00',4,14),(688,'2008-06-17 11:33:00',13,15),(689,'2008-06-17 16:31:00',1,14),(690,'2008-06-17 16:32:00',13,15),(691,'2008-06-17 16:35:00',3,14),(692,'2008-06-17 16:35:00',14,15),(693,'2008-06-17 18:03:00',13,15),(694,'2008-06-17 23:22:00',13,15),(695,'2008-06-18 02:16:00',4,14),(696,'2008-06-18 02:16:00',15,15),(697,'2008-06-18 09:54:00',3,14),(698,'2008-06-18 15:07:00',13,15),(699,'2008-06-18 15:07:00',1,14),(700,'2008-06-18 15:55:00',3,14),(701,'2008-06-18 15:55:00',13,15),(702,'2008-06-18 16:12:00',4,14),(703,'2008-06-18 16:12:00',13,15),(704,'2008-06-18 16:29:00',3,14),(705,'2008-06-18 16:30:00',15,15),(706,'2008-06-18 17:42:00',2,14),(707,'2008-06-19 08:20:00',3,14),(708,'2008-06-19 08:20:00',13,15),(709,'2008-06-19 13:02:00',4,14),(710,'2008-06-19 13:02:00',13,15),(711,'2008-06-19 13:36:00',13,15),(712,'2008-06-19 13:36:00',4,14),(713,'2008-06-19 14:10:00',1,14),(714,'2008-06-19 14:11:00',14,15),(715,'2008-06-19 15:20:00',3,14),(716,'2008-06-19 15:20:00',14,15),(717,'2008-06-19 17:38:00',4,14),(718,'2008-06-19 17:39:00',13,15),(719,'2008-06-20 13:03:00',14,15),(720,'2008-06-20 13:04:00',4,14),(721,'2008-06-20 16:51:00',4,14),(722,'2008-06-20 16:52:00',13,15),(723,'2008-06-20 18:21:00',13,15),(724,'2008-06-20 22:01:00',3,14),(725,'2008-06-21 19:52:00',4,14),(726,'2008-06-21 19:52:00',13,15),(727,'2008-06-23 10:54:00',13,15),(728,'2008-06-23 18:28:00',1,14),(729,'2008-06-24 22:08:00',4,14),(730,'2008-06-24 22:09:00',14,15),(731,'2008-06-25 02:22:00',4,14),(732,'2008-06-25 10:00:00',14,15),(733,'2008-06-25 15:27:00',1,14),(734,'2008-06-25 15:27:00',14,15),(735,'2008-06-25 16:37:00',2,14),(736,'2008-06-25 16:37:00',13,15),(737,'2008-06-26 06:54:00',13,15),(738,'2008-06-26 06:54:00',4,14),(739,'2008-06-26 07:47:00',4,14),(740,'2008-06-26 07:47:00',14,15),(741,'2008-06-26 13:59:00',4,14),(742,'2008-06-27 12:00:00',13,15),(743,'2008-06-27 13:33:00',1,14),(744,'2008-06-27 13:34:00',13,15),(745,'2008-06-27 15:07:00',15,15),(746,'2008-06-27 20:04:00',4,14),(747,'2008-06-27 20:04:00',14,15),(748,'2008-06-28 07:20:00',4,14),(749,'2008-06-28 13:21:00',3,14),(750,'2008-06-28 13:22:00',13,15),(751,'2008-06-28 13:52:00',3,14),(752,'2008-06-28 13:52:00',13,15),(753,'2008-06-28 14:08:00',13,15),(754,'2008-06-28 14:08:00',4,14),(755,'2008-06-28 16:38:00',13,15),(756,'2008-06-28 17:31:00',4,14),(757,'2008-06-28 22:13:00',13,15),(758,'2008-06-28 22:41:00',4,14),(759,'2008-06-28 22:41:00',14,15),(760,'2008-06-29 17:39:00',3,14),(761,'2008-06-29 17:40:00',13,15),(762,'2008-06-29 18:45:00',4,14),(763,'2008-06-29 18:48:00',13,15),(764,'2008-06-29 19:22:00',1,14),(765,'2008-06-29 19:22:00',14,15),(766,'2008-06-29 22:51:00',1,14),(767,'2008-06-29 22:51:00',13,15),(768,'2008-06-30 08:24:00',13,15),(769,'2008-06-30 11:13:00',3,14),(770,'2008-06-30 11:13:00',13,15),(771,'2008-06-30 12:14:00',3,14),(772,'2008-06-30 12:14:00',13,15),(773,'2008-06-30 12:32:00',4,14),(774,'2008-06-30 14:33:00',1,14),(775,'2008-06-30 14:33:00',14,15),(776,'2008-06-30 15:03:00',3,14),(777,'2008-06-30 17:23:00',4,14),(778,'2008-07-01 01:35:00',13,15),(779,'2008-07-01 11:58:00',1,14),(780,'2008-07-01 11:58:00',13,15),(781,'2008-07-01 13:08:00',13,15),(782,'2008-07-01 13:50:00',4,14),(783,'2008-07-01 16:45:00',4,14),(784,'2008-07-01 16:45:00',14,15),(785,'2008-07-02 11:01:00',4,14),(786,'2008-07-02 14:24:00',1,14),(787,'2008-07-02 14:25:00',13,15),(788,'2008-07-02 16:00:00',3,14),(789,'2008-07-02 16:01:00',13,15),(790,'2008-07-02 16:35:00',3,14),(791,'2008-07-03 13:27:00',4,14),(792,'2008-07-03 14:50:00',3,14),(793,'2008-07-04 15:55:00',13,15),(794,'2008-07-08 14:06:00',4,14),(795,'2008-07-10 10:28:00',4,14),(796,'2008-07-10 18:21:00',13,15),(797,'2008-07-10 18:21:00',1,14),(798,'2008-07-10 20:16:00',13,15),(799,'2008-07-11 20:18:00',4,14),(800,'2008-07-11 20:19:00',13,15),(801,'2008-07-13 19:43:00',3,14),(802,'2008-07-13 19:43:00',15,15),(803,'2008-07-14 00:02:00',15,15),(804,'2008-07-14 13:26:00',3,14),(805,'2008-07-14 13:27:00',13,15),(806,'2008-07-15 15:43:00',14,15),(807,'2008-07-15 20:24:00',1,14),(808,'2008-07-15 20:29:00',4,14),(809,'2008-07-15 20:30:00',13,15),(810,'2008-07-15 20:47:00',14,15),(811,'2008-07-15 22:49:00',4,14),(812,'2008-07-15 22:49:00',13,15),(813,'2008-07-17 06:46:00',29,16),(814,'2008-07-17 11:31:00',30,16),(815,'2008-07-17 21:08:00',30,16),(816,'2008-07-18 09:02:00',27,16),(817,'2008-07-18 09:50:00',27,16),(818,'2008-07-20 09:25:00',32,16),(819,'2008-07-20 10:51:00',27,16),(820,'2008-07-20 20:05:00',31,16),(821,'2008-07-21 17:40:00',29,16),(822,'2008-07-22 09:13:00',29,16),(823,'2008-07-22 13:40:00',31,16),(824,'2008-07-22 13:54:00',30,16),(825,'2008-07-24 10:54:00',30,16),(826,'2008-07-24 13:32:00',30,16),(827,'2008-07-24 17:01:00',29,16),(828,'2008-07-25 08:02:00',26,16),(829,'2008-07-27 10:53:00',26,16),(830,'2008-07-27 23:01:00',30,16),(831,'2008-07-28 08:28:00',30,16),(832,'2008-07-29 14:58:00',27,16),(833,'2008-07-29 20:09:00',26,16),(834,'2008-07-30 16:24:00',25,16),(835,'2008-07-31 12:16:00',29,16),(836,'2008-07-31 12:20:00',29,16),(837,'2008-07-31 12:46:00',31,16),(838,'2008-08-03 15:39:00',30,16),(839,'2008-08-04 09:24:00',32,16),(840,'2008-08-04 10:08:00',26,16),(841,'2008-08-05 13:24:00',31,16),(842,'2008-08-06 07:34:00',30,16),(843,'2008-08-06 17:14:00',30,16),(844,'2008-08-08 12:49:00',30,16),(845,'2008-08-09 08:19:00',30,16),(846,'2008-08-11 13:48:00',27,16),(847,'2008-08-11 14:17:00',27,16),(848,'2008-08-13 14:01:00',31,16),(849,'2008-08-13 14:45:00',25,16),(850,'2008-08-15 23:43:00',32,16),(851,'2008-08-18 11:45:00',32,16),(852,'2008-08-19 08:22:00',27,16),(853,'2008-08-19 13:17:00',29,16),(854,'2008-08-21 09:43:00',27,16),(855,'2008-08-23 10:03:00',30,16),(856,'2008-08-24 22:32:00',26,16),(857,'2008-08-26 14:59:00',26,16),(858,'2008-08-27 12:36:00',27,16),(859,'2008-08-28 11:07:00',27,16),(860,'2008-08-28 14:30:00',31,16),(861,'2008-08-28 18:19:00',27,16),(862,'2008-08-29 10:44:00',28,16),(863,'2008-08-29 12:54:00',27,16),(864,'2008-08-29 15:14:00',26,16),(865,'2008-08-29 17:03:00',25,16),(866,'2008-08-30 14:43:00',27,16),(867,'2008-08-30 20:36:00',30,16),(868,'2008-09-01 17:04:00',29,16),(869,'2008-09-02 16:27:00',25,16),(870,'2008-09-04 12:02:00',25,16),(871,'2008-09-04 15:38:00',31,16),(872,'2008-09-04 16:24:00',27,16),(873,'2008-09-06 08:19:00',28,16),(874,'2008-09-06 14:14:00',30,16),(875,'2008-09-06 23:09:00',30,16),(876,'2008-09-08 10:30:00',31,16),(877,'2008-09-08 22:58:00',26,16),(878,'2008-09-08 23:13:00',26,16),(879,'2008-09-08 23:13:00',26,16),(880,'2008-09-08 23:14:00',26,16),(881,'2008-09-08 23:14:00',26,16),(882,'2008-09-08 23:14:00',26,16),(883,'2008-09-08 23:14:00',26,16),(884,'2008-09-08 23:15:00',26,16),(885,'2008-09-08 23:15:00',26,16),(886,'2008-09-08 23:15:00',26,16),(887,'2008-09-08 23:15:00',26,16),(888,'2008-09-08 23:15:00',26,16),(889,'2008-09-08 23:16:00',26,16),(890,'2008-09-08 23:16:00',26,16),(891,'2008-09-08 23:16:00',26,16),(892,'2008-09-08 23:16:00',26,16),(893,'2008-09-08 23:17:00',25,16),(894,'2008-09-08 23:17:00',26,16),(895,'2008-09-10 11:48:00',29,16),(896,'2008-09-10 15:56:00',25,16),(897,'2008-09-11 08:14:00',27,16),(898,'2008-09-11 15:51:00',30,16),(899,'2008-09-12 12:28:00',25,16),(900,'2008-09-12 14:33:00',27,16),(901,'2008-09-12 16:19:00',31,16),(902,'2008-09-14 20:46:00',25,16),(903,'2008-09-14 22:44:00',29,16),(904,'2008-09-15 14:40:00',31,16),(905,'2008-09-15 14:44:00',29,16),(906,'2008-09-15 20:06:00',25,16),(907,'2008-09-16 16:53:00',26,16),(908,'2008-09-16 18:36:00',32,16),(909,'2008-09-16 21:19:00',29,16),(910,'2008-09-17 15:24:00',29,16),(911,'2008-09-17 16:17:00',28,16),(912,'2008-09-17 18:16:00',25,16),(913,'2008-09-17 18:20:00',25,16),(914,'2008-09-18 17:24:00',32,16),(915,'2008-09-18 19:58:00',29,16),(916,'2008-09-19 11:00:00',30,16),(917,'2008-09-19 13:31:00',30,16),(918,'2008-09-19 13:45:00',26,16),(919,'2008-09-19 18:24:00',26,16),(920,'2008-09-20 20:07:00',27,16),(921,'2008-09-20 21:56:00',25,16),(922,'2008-09-21 09:13:00',28,16),(923,'2008-09-22 11:46:00',29,16),(924,'2008-09-22 18:55:00',25,16),(925,'2008-09-22 19:04:00',25,16),(926,'2008-09-22 23:28:00',25,16),(927,'2008-09-23 11:52:00',31,16),(928,'2008-09-23 17:26:00',32,16),(929,'2008-09-23 18:07:00',30,16),(930,'2008-09-23 22:25:00',31,16),(931,'2008-09-24 08:37:00',27,16),(932,'2008-09-24 08:55:00',26,16),(933,'2008-09-24 12:14:00',29,16),(934,'2008-09-24 14:22:00',32,16),(935,'2008-09-25 15:58:00',31,16),(936,'2008-09-25 19:39:00',29,16),(937,'2008-09-26 17:09:00',25,16),(938,'2008-09-27 16:43:00',29,16),(939,'2008-09-28 21:14:00',30,16),(940,'2008-09-28 22:02:00',31,16),(941,'2008-09-29 16:16:00',27,16),(942,'2008-09-29 20:48:00',31,16),(943,'2008-09-29 20:53:00',32,16),(944,'2008-09-29 22:33:00',25,16),(945,'2008-09-30 20:08:00',26,16),(946,'2008-10-01 18:36:00',26,16),(947,'2008-10-02 14:53:00',27,16);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */;

--
-- Table structure for table `jos_poll_menu`
--

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

--
-- Dumping data for table `jos_poll_menu`
--


/*!40000 ALTER TABLE `jos_poll_menu` DISABLE KEYS */;
LOCK TABLES `jos_poll_menu` WRITE;
INSERT INTO `jos_poll_menu` VALUES (14,0),(15,0),(16,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_poll_menu` ENABLE KEYS */;

--
-- Table structure for table `jos_polls`
--

DROP TABLE IF EXISTS `jos_polls`;
CREATE TABLE `jos_polls` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `voters` int(9) 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',
  `published` tinyint(1) NOT NULL default '0',
  `access` int(11) NOT NULL default '0',
  `lag` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_polls`
--


/*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */;
LOCK TABLES `jos_polls` WRITE;
INSERT INTO `jos_polls` VALUES (14,'Kiek Jūsų įmonėje yra transporto priemonių?',443,0,'0000-00-00 00:00:00',0,0,86400),(15,'Ar bet kuriuo metu norėtumėte žinoti kur yra ar buvo Jūsų ar įmonės  mašina(-os)?',370,0,'0000-00-00 00:00:00',0,0,86400),(16,'Jei ketintumėte įsigyti transporto kontrolės įrangą, kokia būtų šio įsigijimo priežastis?',135,0,'0000-00-00 00:00:00',1,0,86400);
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */;

--
-- Table structure for table `jos_sections`
--

DROP TABLE IF EXISTS `jos_sections`;
CREATE TABLE `jos_sections` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `scope` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text 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',
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `idx_scope` (`scope`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_sections`
--


/*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */;
LOCK TABLES `jos_sections` WRITE;
INSERT INTO `jos_sections` VALUES (1,'News','The News','articles.jpg','content','right','Select a news topic from the list below, then select a news article to read.',1,0,'0000-00-00 00:00:00',2,0,1,''),(2,'Newsflashes','Newsflashes','','content','left','',1,0,'0000-00-00 00:00:00',3,0,4,''),(3,'FAQs','Frequently Asked Questions','pastarchives.jpg','content','left','From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.',1,0,'0000-00-00 00:00:00',4,0,1,''),(4,'Pagrindinis','Pagrindinis','','content','left','',1,62,'2008-02-05 19:54:27',1,0,10,'imagefolders=*1*');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */;

--
-- Table structure for table `jos_session`
--

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

--
-- Dumping data for table `jos_session`
--


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

--
-- Table structure for table `jos_stats_agents`
--

DROP TABLE IF EXISTS `jos_stats_agents`;
CREATE TABLE `jos_stats_agents` (
  `agent` varchar(255) NOT NULL default '',
  `type` tinyint(1) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_stats_agents`
--


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

--
-- Table structure for table `jos_template_positions`
--

DROP TABLE IF EXISTS `jos_template_positions`;
CREATE TABLE `jos_template_positions` (
  `id` int(11) NOT NULL auto_increment,
  `position` varchar(10) NOT NULL default '',
  `description` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_template_positions`
--


/*!40000 ALTER TABLE `jos_template_positions` DISABLE KEYS */;
LOCK TABLES `jos_template_positions` WRITE;
INSERT INTO `jos_template_positions` VALUES (1,'left',''),(2,'right',''),(3,'top',''),(4,'bottom',''),(5,'inset',''),(6,'banner',''),(7,'header',''),(8,'footer',''),(9,'newsflash',''),(10,'legals',''),(11,'pathway',''),(12,'toolbar',''),(13,'cpanel',''),(14,'user1',''),(15,'user2',''),(16,'user3',''),(17,'user4',''),(18,'user5',''),(19,'user6',''),(20,'user7',''),(21,'user8',''),(22,'user9',''),(23,'advert1',''),(24,'advert2',''),(25,'advert3',''),(26,'icon',''),(27,'debug','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_template_positions` ENABLE KEYS */;

--
-- Table structure for table `jos_templates_menu`
--

DROP TABLE IF EXISTS `jos_templates_menu`;
CREATE TABLE `jos_templates_menu` (
  `template` varchar(50) NOT NULL default '',
  `menuid` int(11) NOT NULL default '0',
  `client_id` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`template`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_templates_menu`
--


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

--
-- Table structure for table `jos_users`
--

DROP TABLE IF EXISTS `jos_users`;
CREATE TABLE `jos_users` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `username` varchar(25) 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',
  `gid` tinyint(3) unsigned NOT NULL default '1',
  `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,
  PRIMARY KEY  (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_users`
--


/*!40000 ALTER TABLE `jos_users` DISABLE KEYS */;
LOCK TABLES `jos_users` WRITE;
INSERT INTO `jos_users` VALUES (62,'Administrator','admin','mindaugas.rimkus@infoside.lt','f5b587f5f8f4972edab7ed6b9dbf88a2:ONMAgAjT8oCkfxOw','Super Administrator',0,1,25,'2007-10-09 16:38:41','2008-09-01 11:17:29','','editor=\nexpired=\nexpired_time='),(63,'mindaugas','minrim','mindaugas.rimkus@gmail.com','76ccd549ba55fd34fa17e1fca56aced8:mBfSdQthtHNsvvuQ','',0,0,18,'2007-10-10 14:26:39','2007-11-26 15:43:34','',''),(64,'Pranas Šležas','prancius','pranas.slezas@infoside.lt','83731b553ddb63a0176cfe1f23278689:EtafmgnS2CFAR64P','Super Administrator',0,0,25,'2007-10-18 22:17:11','2008-11-26 01:47:50','','editor=\nexpired=\nexpired_time='),(66,'Edvardas','pirat','pyrania@takas.lt','f455f686eb5fbcf52c6f4d1914af10ae:xi0MGCw4TjAKrDM7','',0,0,18,'2007-11-05 10:36:35','2007-11-05 10:37:33','',''),(67,'Indrė Rimkutė','indre.rimkute','indre.rimkute@infoside.lt','f0413bb6242998c88904419954b6fa1d:1BTiRlEWWmJt5B83','Administrator',0,0,24,'2008-04-20 18:29:25','2009-01-07 13:53:13','','editor=\nexpired=\nexpired_time=');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_users` ENABLE KEYS */;

--
-- Table structure for table `jos_usertypes`
--

DROP TABLE IF EXISTS `jos_usertypes`;
CREATE TABLE `jos_usertypes` (
  `id` tinyint(3) unsigned NOT NULL default '0',
  `name` varchar(50) NOT NULL default '',
  `mask` varchar(11) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_usertypes`
--


/*!40000 ALTER TABLE `jos_usertypes` DISABLE KEYS */;
LOCK TABLES `jos_usertypes` WRITE;
INSERT INTO `jos_usertypes` VALUES (0,'superadministrator',''),(1,'administrator',''),(2,'editor',''),(3,'user',''),(4,'author',''),(5,'publisher',''),(6,'manager','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_usertypes` ENABLE KEYS */;

--
-- Table structure for table `jos_weblinks`
--

DROP TABLE IF EXISTS `jos_weblinks`;
CREATE TABLE `jos_weblinks` (
  `id` int(11) 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 '',
  `url` varchar(250) NOT NULL default '',
  `description` varchar(250) NOT NULL default '',
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL default '0',
  `published` 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',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`,`published`,`archived`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jos_weblinks`
--


/*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */;
LOCK TABLES `jos_weblinks` WRITE;
INSERT INTO `jos_weblinks` VALUES (1,2,0,'Joomla!','http://www.joomla.org','Home of Joomla!','2005-02-14 15:19:02',2,1,0,'0000-00-00 00:00:00',1,0,1,'target=0'),(2,2,0,'php.net','http://www.php.net','The language that Joomla! is developed in','2004-07-07 11:33:24',0,1,0,'0000-00-00 00:00:00',3,0,1,''),(3,2,0,'MySQL','http://www.mysql.com','The database that Joomla! uses','2004-07-07 10:18:31',0,1,0,'0000-00-00 00:00:00',5,0,1,''),(4,2,0,'OpenSourceMatters','http://www.opensourcematters.org','Home of OSM','2005-02-14 15:19:02',2,1,0,'0000-00-00 00:00:00',1,0,1,'target=0'),(5,2,0,'Joomla! - Forums','http://forum.joomla.org','Joomla! Forums','2005-02-14 15:19:02',2,1,0,'0000-00-00 00:00:00',1,0,1,'target=0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */;
/*!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 */;

