-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 04, 2025 at 05:29 AM
-- Server version: 10.11.14-MariaDB
-- PHP Version: 8.3.23

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `dalemari_pfenv2`
--

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_action_logs`
--

CREATE TABLE `fwzm6_action_logs` (
  `id` int(10) UNSIGNED NOT NULL,
  `message_language_key` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `extension` varchar(50) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `item_id` int(11) NOT NULL DEFAULT 0,
  `ip_address` varchar(40) NOT NULL DEFAULT '0.0.0.0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_action_logs_extensions`
--

CREATE TABLE `fwzm6_action_logs_extensions` (
  `id` int(10) UNSIGNED NOT NULL,
  `extension` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_action_logs_extensions`
--

INSERT INTO `fwzm6_action_logs_extensions` (`id`, `extension`) VALUES
(1, 'com_banners'),
(2, 'com_cache'),
(3, 'com_categories'),
(4, 'com_config'),
(5, 'com_contact'),
(6, 'com_content'),
(7, 'com_installer'),
(8, 'com_media'),
(9, 'com_menus'),
(10, 'com_messages'),
(11, 'com_modules'),
(12, 'com_newsfeeds'),
(13, 'com_plugins'),
(14, 'com_redirect'),
(15, 'com_tags'),
(16, 'com_templates'),
(17, 'com_users'),
(18, 'com_checkin');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_action_logs_users`
--

CREATE TABLE `fwzm6_action_logs_users` (
  `user_id` int(11) UNSIGNED NOT NULL,
  `notify` tinyint(1) UNSIGNED NOT NULL,
  `extensions` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_action_log_config`
--

CREATE TABLE `fwzm6_action_log_config` (
  `id` int(10) UNSIGNED NOT NULL,
  `type_title` varchar(255) NOT NULL DEFAULT '',
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `id_holder` varchar(255) DEFAULT NULL,
  `title_holder` varchar(255) DEFAULT NULL,
  `table_name` varchar(255) DEFAULT NULL,
  `text_prefix` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_action_log_config`
--

INSERT INTO `fwzm6_action_log_config` (`id`, `type_title`, `type_alias`, `id_holder`, `title_holder`, `table_name`, `text_prefix`) VALUES
(1, 'article', 'com_content.article', 'id', 'title', '#__content', 'PLG_ACTIONLOG_JOOMLA'),
(2, 'article', 'com_content.form', 'id', 'title', '#__content', 'PLG_ACTIONLOG_JOOMLA'),
(3, 'banner', 'com_banners.banner', 'id', 'name', '#__banners', 'PLG_ACTIONLOG_JOOMLA'),
(4, 'user_note', 'com_users.note', 'id', 'subject', '#__user_notes', 'PLG_ACTIONLOG_JOOMLA'),
(5, 'media', 'com_media.file', '', 'name', '', 'PLG_ACTIONLOG_JOOMLA'),
(6, 'category', 'com_categories.category', 'id', 'title', '#__categories', 'PLG_ACTIONLOG_JOOMLA'),
(7, 'menu', 'com_menus.menu', 'id', 'title', '#__menu_types', 'PLG_ACTIONLOG_JOOMLA'),
(8, 'menu_item', 'com_menus.item', 'id', 'title', '#__menu', 'PLG_ACTIONLOG_JOOMLA'),
(9, 'newsfeed', 'com_newsfeeds.newsfeed', 'id', 'name', '#__newsfeeds', 'PLG_ACTIONLOG_JOOMLA'),
(10, 'link', 'com_redirect.link', 'id', 'old_url', '#__redirect_links', 'PLG_ACTIONLOG_JOOMLA'),
(11, 'tag', 'com_tags.tag', 'id', 'title', '#__tags', 'PLG_ACTIONLOG_JOOMLA'),
(12, 'style', 'com_templates.style', 'id', 'title', '#__template_styles', 'PLG_ACTIONLOG_JOOMLA'),
(13, 'plugin', 'com_plugins.plugin', 'extension_id', 'name', '#__extensions', 'PLG_ACTIONLOG_JOOMLA'),
(14, 'component_config', 'com_config.component', 'extension_id', 'name', '', 'PLG_ACTIONLOG_JOOMLA'),
(15, 'contact', 'com_contact.contact', 'id', 'name', '#__contact_details', 'PLG_ACTIONLOG_JOOMLA'),
(16, 'module', 'com_modules.module', 'id', 'title', '#__modules', 'PLG_ACTIONLOG_JOOMLA'),
(17, 'access_level', 'com_users.level', 'id', 'title', '#__viewlevels', 'PLG_ACTIONLOG_JOOMLA'),
(18, 'banner_client', 'com_banners.client', 'id', 'name', '#__banner_clients', 'PLG_ACTIONLOG_JOOMLA'),
(19, 'application_config', 'com_config.application', '', 'name', '', 'PLG_ACTIONLOG_JOOMLA');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_assets`
--

CREATE TABLE `fwzm6_assets` (
  `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `level` int(10) UNSIGNED NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_assets`
--

INSERT INTO `fwzm6_assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules`) VALUES
(1, 0, 0, 251, 0, 'root.1', 'Root Asset', '{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(2, 1, 1, 2, 1, 'com_admin', 'com_admin', '{}'),
(3, 1, 3, 6, 1, 'com_banners', 'com_banners', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(4, 1, 7, 8, 1, 'com_cache', 'com_cache', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(5, 1, 9, 10, 1, 'com_checkin', 'com_checkin', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(6, 1, 11, 12, 1, 'com_config', 'com_config', '{}'),
(7, 1, 13, 18, 1, 'com_contact', 'com_contact', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(8, 1, 19, 76, 1, 'com_content', 'com_content', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(9, 1, 77, 78, 1, 'com_cpanel', 'com_cpanel', '{}'),
(10, 1, 79, 80, 1, 'com_installer', 'com_installer', '{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),
(11, 1, 81, 82, 1, 'com_languages', 'com_languages', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(12, 1, 83, 84, 1, 'com_login', 'com_login', '{}'),
(13, 1, 85, 86, 1, 'com_mailto', 'com_mailto', '{}'),
(14, 1, 87, 88, 1, 'com_massmail', 'com_massmail', '{}'),
(15, 1, 89, 90, 1, 'com_media', 'com_media', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),
(16, 1, 91, 96, 1, 'com_menus', 'com_menus', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(17, 1, 97, 98, 1, 'com_messages', 'com_messages', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(18, 1, 99, 198, 1, 'com_modules', 'com_modules', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(19, 1, 199, 202, 1, 'com_newsfeeds', 'com_newsfeeds', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(20, 1, 203, 204, 1, 'com_plugins', 'com_plugins', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(21, 1, 205, 206, 1, 'com_redirect', 'com_redirect', '{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),
(22, 1, 207, 208, 1, 'com_search', 'com_search', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),
(23, 1, 209, 210, 1, 'com_templates', 'com_templates', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(24, 1, 211, 214, 1, 'com_users', 'com_users', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(26, 1, 215, 216, 1, 'com_wrapper', 'com_wrapper', '{}'),
(27, 8, 20, 29, 2, 'com_content.category.2', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(28, 3, 4, 5, 2, 'com_banners.category.3', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(29, 7, 14, 15, 2, 'com_contact.category.4', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(30, 19, 200, 201, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(32, 24, 212, 213, 2, 'com_users.category.7', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(33, 1, 217, 218, 1, 'com_finder', 'com_finder', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),
(34, 1, 219, 220, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),
(35, 1, 221, 222, 1, 'com_tags', 'com_tags', '{\"core.admin\":[],\"core.manage\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),
(36, 1, 223, 224, 1, 'com_contenthistory', 'com_contenthistory', '{}'),
(37, 1, 225, 226, 1, 'com_ajax', 'com_ajax', '{}'),
(38, 1, 227, 228, 1, 'com_postinstall', 'com_postinstall', '{}'),
(40, 18, 100, 101, 2, 'com_modules.module.2', 'Login', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(41, 18, 102, 103, 2, 'com_modules.module.3', 'Popular Articles', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(42, 18, 104, 105, 2, 'com_modules.module.4', 'Recently Added Articles', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(43, 18, 106, 107, 2, 'com_modules.module.8', 'Toolbar', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(44, 18, 108, 109, 2, 'com_modules.module.9', 'Quick Icons', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(45, 18, 110, 111, 2, 'com_modules.module.10', 'Logged-in Users', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(46, 18, 112, 113, 2, 'com_modules.module.12', 'Admin Menu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(47, 18, 114, 115, 2, 'com_modules.module.13', 'Admin Submenu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(48, 18, 116, 117, 2, 'com_modules.module.14', 'User Status', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(49, 18, 118, 119, 2, 'com_modules.module.15', 'Title', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(52, 18, 120, 121, 2, 'com_modules.module.79', 'Multilanguage status', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(53, 18, 122, 123, 2, 'com_modules.module.86', 'Joomla Version', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(55, 8, 30, 33, 2, 'com_content.category.8', 'Theme Features', '{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(56, 8, 34, 37, 2, 'com_content.category.9', 'Sample Pages', '{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(57, 8, 38, 49, 2, 'com_content.category.10', 'Blog', '{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(60, 55, 31, 32, 3, 'com_content.article.3', 'Block Variations', '{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),
(68, 56, 35, 36, 3, 'com_content.article.11', 'Offline Page', '{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),
(72, 57, 39, 40, 3, 'com_content.article.15', 'Enhanced Features', '{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),
(77, 7, 16, 17, 2, 'com_contact.category.11', 'Get In Touch', '{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(130, 18, 124, 125, 2, 'com_modules.module.139', 'To Make Your Joomla! Website Offline', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(147, 18, 126, 127, 2, 'com_modules.module.154', 'RokAjaxSearch', ''),
(150, 1, 229, 230, 1, 'com_gantry5', 'com_gantry5', '{}'),
(175, 18, 128, 129, 2, 'com_modules.module.181', 'Portfolio Info List 2', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(314, 18, 130, 131, 2, 'com_modules.module.320', 'About Us - What we do', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(476, 18, 132, 133, 2, 'com_modules.module.482', 'Portfolio Info List', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(485, 18, 134, 135, 2, 'com_modules.module.491', 'Portfolio Image Grid FR4', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(489, 18, 136, 137, 2, 'com_modules.module.495', 'Pricing - Pricing Table', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(511, 18, 138, 139, 2, 'com_modules.module.517', 'Header - Mission', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(522, 18, 140, 141, 2, 'com_modules.module.528', 'Header - Contact us', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(530, 18, 142, 143, 2, 'com_modules.module.536', 'Header - Portfolio', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(531, 18, 144, 145, 2, 'com_modules.module.537', 'Header - Offline', '{}'),
(548, 18, 146, 147, 2, 'com_modules.module.554', 'About Us - Who we are', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(566, 1, 231, 232, 1, '#__ucm_content.1', '#__ucm_content.1', '[]'),
(575, 27, 21, 22, 3, 'com_content.article.19', 'Typography', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(582, 1, 233, 234, 1, '#__ucm_content.2', '#__ucm_content.2', '[]'),
(584, 18, 148, 149, 2, 'com_modules.module.585', 'Header - About Us', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(587, 1, 235, 236, 1, '#__ucm_content.3', '#__ucm_content.3', '[]'),
(591, 1, 237, 238, 1, '#__ucm_content.4', '#__ucm_content.4', '[]'),
(611, 18, 150, 151, 2, 'com_modules.module.610', 'Features - Overview', '{}'),
(612, 18, 152, 153, 2, 'com_modules.module.611', 'Features - Features List', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(613, 18, 154, 155, 2, 'com_modules.module.612', 'Features - Gantry 5 Core Features', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(614, 18, 156, 157, 2, 'com_modules.module.613', 'Features - System Requirements', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(615, 18, 158, 159, 2, 'com_modules.module.614', 'Header - Block Variations', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(616, 18, 160, 161, 2, 'com_modules.module.615', 'Block Variations - Additional Classes Header', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(617, 18, 162, 163, 2, 'com_modules.module.616', 'Block Variations - Additional Classes List', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(641, 18, 164, 165, 2, 'com_modules.module.637', 'Header - Typography', '{}'),
(642, 18, 166, 167, 2, 'com_modules.module.638', 'Header - ReClaim', '{}'),
(690, 16, 92, 93, 2, 'com_menus.menu.20', 'Hidden Menu', '{}'),
(691, 716, 51, 52, 3, 'com_content.article.22', 'TurnKey Solution', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(692, 57, 41, 42, 3, 'com_content.article.23', 'ImageAssay™', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(693, 16, 94, 95, 2, 'com_menus.menu.1', 'Main Menu', '{}'),
(702, 57, 43, 44, 3, 'com_content.article.24', 'Process Flow', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(703, 57, 45, 46, 3, 'com_content.article.25', 'Audit Reports', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(704, 716, 53, 54, 3, 'com_content.article.26', 'Need To Act Now', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(706, 1, 239, 240, 1, 'com_fields', 'com_fields', '{}'),
(707, 1, 241, 242, 1, 'com_associations', 'com_associations', '{}'),
(708, 1, 243, 244, 1, 'com_privacy', 'com_privacy', '{}'),
(709, 1, 245, 246, 1, 'com_actionlogs', 'com_actionlogs', '{}'),
(710, 18, 168, 169, 2, 'com_modules.module.639', 'About Us - Who we are (2)', '{}'),
(711, 18, 170, 171, 2, 'com_modules.module.640', 'About Us - Who we are (3)', '{}'),
(712, 18, 172, 173, 2, 'com_modules.module.641', 'About Us - Who we are (4)', '{}'),
(713, 18, 174, 175, 2, 'com_modules.module.642', 'About Us - Who we are (5)', '{}'),
(714, 18, 176, 177, 2, 'com_modules.module.643', 'About Us - Who we are (6)', '{}'),
(715, 18, 178, 179, 2, 'com_modules.module.644', 'About Us - Who we are (7)', '{}'),
(716, 8, 50, 57, 2, 'com_content.category.12', 'Project ReClaim', '{}'),
(717, 8, 58, 59, 2, 'com_content.category.13', 'Project ViewPas™', '{}'),
(718, 8, 60, 63, 2, 'com_content.category.14', 'Refactor FR4', '{}'),
(719, 18, 180, 181, 2, 'com_modules.module.645', 'Header - ViewPas™', '{}'),
(720, 18, 182, 183, 2, 'com_modules.module.646', 'Header - Refactor FR4', '{}'),
(721, 18, 184, 185, 2, 'com_modules.module.647', 'Header - Project ReAlivez', '{}'),
(722, 18, 186, 187, 2, 'com_modules.module.648', 'Header - E-Waste Recycling', '{}'),
(723, 8, 64, 67, 2, 'com_content.category.15', 'ReAlives Project', '{}'),
(724, 8, 68, 69, 2, 'com_content.category.16', 'Our Recycling', '{}'),
(725, 8, 70, 71, 2, 'com_content.category.17', 'Latest News', '{}'),
(726, 718, 61, 62, 3, 'com_content.article.27', 'ReFactor FR4', '{}'),
(727, 723, 65, 66, 3, 'com_content.article.28', 'ReAlivez', '{}'),
(728, 27, 23, 24, 3, 'com_content.article.29', 'Mission Statement', '{}'),
(729, 716, 55, 56, 3, 'com_content.article.30', 'EWaste Crisis', '{}'),
(730, 18, 188, 189, 2, 'com_modules.module.649', 'Media', '{}'),
(731, 18, 190, 191, 2, 'com_modules.module.650', 'Pfane Video', '{}'),
(732, 27, 25, 26, 3, 'com_content.article.31', 'Pfane Scientific SRL', '{}'),
(733, 57, 47, 48, 3, 'com_content.article.32', 'Product Overview', '{}'),
(734, 1, 247, 248, 1, 'com_breezingforms', 'COM_BREEZINGFORMS', '{}'),
(735, 18, 192, 193, 2, 'com_modules.module.651', 'BreezingForms', '{}'),
(736, 27, 27, 28, 3, 'com_content.article.33', 'Help Us. ', '{}'),
(737, 8, 72, 75, 2, 'com_content.fieldgroup.1', 'Field Group', '{}'),
(738, 737, 73, 74, 3, 'com_content.field.1', 'e-mail', '{}'),
(739, 18, 194, 195, 2, 'com_modules.module.652', 'Enhanced Features', '{}'),
(740, 1, 249, 250, 1, 'com_jce', 'COM_JCE', '{}'),
(741, 18, 196, 197, 2, 'com_modules.module.653', 'ViewPas™ Sales / Support', '{}');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_associations`
--

CREATE TABLE `fwzm6_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_banners`
--

CREATE TABLE `fwzm6_banners` (
  `id` int(11) NOT NULL,
  `cid` int(11) NOT NULL DEFAULT 0,
  `type` int(11) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT 0,
  `impmade` int(11) NOT NULL DEFAULT 0,
  `clicks` int(11) NOT NULL DEFAULT 0,
  `clickurl` varchar(200) NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `catid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `description` text NOT NULL,
  `custombannercode` varchar(2048) NOT NULL,
  `sticky` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `metakey` text NOT NULL,
  `params` text NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT 0,
  `metakey_prefix` varchar(400) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT -1,
  `track_clicks` tinyint(4) NOT NULL DEFAULT -1,
  `track_impressions` tinyint(4) NOT NULL DEFAULT -1,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `language` char(7) NOT NULL DEFAULT '',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_banner_clients`
--

CREATE TABLE `fwzm6_banner_clients` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contact` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `extrainfo` text NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `metakey` text NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT 0,
  `metakey_prefix` varchar(400) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT -1,
  `track_clicks` tinyint(4) NOT NULL DEFAULT -1,
  `track_impressions` tinyint(4) NOT NULL DEFAULT -1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_banner_tracks`
--

CREATE TABLE `fwzm6_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) UNSIGNED NOT NULL,
  `banner_id` int(10) UNSIGNED NOT NULL,
  `count` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_breezingforms`
--

CREATE TABLE `fwzm6_breezingforms` (
  `id` int(11) NOT NULL,
  `language` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_categories`
--

CREATE TABLE `fwzm6_categories` (
  `id` int(11) NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `lft` int(11) NOT NULL DEFAULT 0,
  `rgt` int(11) NOT NULL DEFAULT 0,
  `level` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `path` varchar(400) NOT NULL DEFAULT '',
  `extension` varchar(50) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `params` text DEFAULT NULL,
  `metadesc` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '',
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_categories`
--

INSERT INTO `fwzm6_categories` (`id`, `asset_id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `extension`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `modified_user_id`, `modified_time`, `hits`, `language`, `version`) VALUES
(1, 0, 0, 0, 31, 0, '', 'system', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{}', '', '', '{}', 237, '2019-04-10 19:38:36', 0, '0000-00-00 00:00:00', 0, '*', 1),
(2, 27, 1, 1, 2, 1, 'uncategorised', 'com_content', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-10 19:38:36', 0, '0000-00-00 00:00:00', 0, '*', 1),
(3, 28, 1, 3, 4, 1, 'uncategorised', 'com_banners', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-10 19:38:36', 0, '0000-00-00 00:00:00', 0, '*', 1),
(4, 29, 1, 5, 6, 1, 'uncategorised', 'com_contact', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-10 19:38:36', 0, '0000-00-00 00:00:00', 0, '*', 1),
(5, 30, 1, 7, 8, 1, 'uncategorised', 'com_newsfeeds', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-10 19:38:36', 0, '0000-00-00 00:00:00', 0, '*', 1),
(7, 32, 1, 9, 10, 1, 'uncategorised', 'com_users', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-10 19:38:36', 0, '0000-00-00 00:00:00', 0, '*', 1),
(8, 55, 1, 11, 12, 1, 'features', 'com_content', 'Theme Features', 'features', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-10 19:38:36', 0, '0000-00-00 00:00:00', 0, '*', 1),
(9, 56, 1, 13, 14, 1, 'sample-pages', 'com_content', 'Sample Pages', 'sample-pages', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-10 19:38:36', 0, '0000-00-00 00:00:00', 0, '*', 1),
(10, 57, 1, 15, 16, 1, 'blog', 'com_content', 'Blog', 'blog', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-10 19:38:36', 0, '0000-00-00 00:00:00', 0, '*', 1),
(11, 77, 1, 17, 18, 1, 'rockettheme', 'com_contact', 'Get In Touch', 'rockettheme', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-10 19:38:36', 237, '2019-04-18 09:42:23', 0, '*', 1),
(12, 716, 1, 19, 20, 1, 'project-reclaim', 'com_content', 'Project ReClaim', 'project-reclaim', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-14 21:05:10', 237, '2019-04-15 07:18:04', 0, '*', 1),
(13, 717, 1, 21, 22, 1, 'project-viewpas', 'com_content', 'Project ViewPas™', 'project-viewpas', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-15 06:44:28', 237, '2019-04-15 06:44:32', 0, '*', 1),
(14, 718, 1, 23, 24, 1, 'refactor-fr4', 'com_content', 'Refactor FR4', 'refactor-fr4', '', '	', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-15 06:44:53', 237, '2019-04-15 06:44:55', 0, '*', 1),
(15, 723, 1, 25, 26, 1, 'realives-project', 'com_content', 'ReAlives Project', 'realives-project', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-15 10:48:04', 0, '2019-04-15 10:48:04', 0, '*', 1),
(16, 724, 1, 27, 28, 1, 'our-recycling', 'com_content', 'Our Recycling', 'our-recycling', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-15 10:48:16', 237, '2019-04-15 10:48:18', 0, '*', 1),
(17, 725, 1, 29, 30, 1, 'latest-news', 'com_content', 'Latest News', 'latest-news', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 237, '2019-04-15 10:48:32', 0, '2019-04-15 10:48:32', 0, '*', 1);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_contact_details`
--

CREATE TABLE `fwzm6_contact_details` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `con_position` varchar(255) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `suburb` varchar(100) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `postcode` varchar(100) DEFAULT NULL,
  `telephone` varchar(255) DEFAULT NULL,
  `fax` varchar(255) DEFAULT NULL,
  `misc` mediumtext DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `email_to` varchar(255) DEFAULT NULL,
  `default_con` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `catid` int(11) NOT NULL DEFAULT 0,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `mobile` varchar(255) NOT NULL DEFAULT '',
  `webpage` varchar(255) NOT NULL DEFAULT '',
  `sortname1` varchar(255) NOT NULL DEFAULT '',
  `sortname2` varchar(255) NOT NULL DEFAULT '',
  `sortname3` varchar(255) NOT NULL DEFAULT '',
  `language` varchar(7) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Set if contact is featured.',
  `xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_contact_details`
--

INSERT INTO `fwzm6_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`, `sortname1`, `sortname2`, `sortname3`, `language`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `metakey`, `metadesc`, `metadata`, `featured`, `xreference`, `publish_up`, `publish_down`, `version`, `hits`) VALUES
(1, 'Pfane Canada', 'denali', 'Headquarters', '3950 14th Avenue\r\nThird Floor', 'Markham', 'Ontario', 'Canada', 'L3R 0A9', '+1.416.788.0487', '', '', 'images/pfane/Canada.jpg', 'nk@pfane.ca', 0, 1, 0, '0000-00-00 00:00:00', 1, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"1\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"0\",\"show_webpage\":\"0\",\"show_image\":\"\",\"show_misc\":\"0\",\"allow_vcard\":\"1\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"0\",\"show_email_copy\":\"0\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 11, 1, '', '', '', '', '', '*', '2019-04-10 19:38:36', 237, '', '2019-12-22 07:57:30', 237, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 26, 2092),
(2, 'Pfane UK', 'pfane-uk', 'Sales/Procurement Office', '98 Evesham Road', 'Cheltenham', 'Gloucestershire', 'United Kingdom', 'GL52 2AL', '+44.20.812.34094', '', '', 'images/pfane/UK.jpg', 'sale@pfane.com', 0, 1, 0, '0000-00-00 00:00:00', 2, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"0\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 11, 1, '', '', '', '', '', '*', '2019-04-18 11:39:38', 237, '', '2019-12-22 07:58:14', 237, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 294),
(3, 'Pfane USA', 'pfane-usa', 'Sale / Tech Support', 'USA Call Line', 'Las Vegas', 'Nevada', 'United States of America', '', '+1.775.341.4838', '', '', 'images/pfane/USA.jpg', 'support@pfane.com', 0, 1, 0, '0000-00-00 00:00:00', 3, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"0\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 11, 1, '', '', '', '', '', '*', '2019-04-18 11:47:57', 237, '', '2019-12-22 07:58:27', 237, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 332),
(4, 'Pfane Scientific SRL', 'pfane-scientific-srl', 'e-Waste Recycling', 'Number 1, Pfane Rd,', 'Nusfalau', 'Salaj', 'Romania', '457632', '-40.7665.059.22', '', '', 'images/pfane/ROM.jpg', 'recycling@pfane.com', 0, 1, 0, '0000-00-00 00:00:00', 4, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"0\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 11, 1, '', '', '', '', '', '*', '2019-04-18 11:51:47', 237, '', '2019-12-22 07:57:57', 237, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 297),
(5, 'Pfane Environmental Association', 'pfane-environmental-association', 'Head Office', '43 Strada Principal', 'Iaz', 'Salaj', 'Romania', '457272', '+40.76.690.3531', '', '', 'images/pfane/PEA.jpg', 'donate@pfane.com', 0, 1, 0, '0000-00-00 00:00:00', 5, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"0\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 11, 1, '', '', '', '', '', '*', '2019-04-18 11:54:03', 237, '', '2019-12-22 07:57:43', 237, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 913),
(6, 'Pfane WorldWide', 'pfane-worldwide', '', 'First Floor - Nr 1. Piata Avrem Ionescu, ', 'Simleu Silvaniei', 'Salaj', 'Romania.', '458000', '+40766903531', '', '', 'images/image.jpeg', 'info@pfane.org', 0, 1, 0, '0000-00-00 00:00:00', 6, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"0\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 11, 1, '', '', '', '', '', '*', '2019-10-09 15:49:12', 237, '', '2019-12-22 07:58:41', 237, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 318);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_content`
--

CREATE TABLE `fwzm6_content` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `catid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` varchar(5120) NOT NULL,
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `metadata` text NOT NULL,
  `featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Set if article is featured.',
  `language` char(7) NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `note` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_content`
--

INSERT INTO `fwzm6_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(3, 60, 'Block Variations', 'block-variations', '<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Basic Box Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box1 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 1</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box2 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 2</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box3 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 3</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box4 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 4</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box5 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 5</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box6 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 6</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<hr />\r\n<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Color Box Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box-grey size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Grey</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-pink size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Pink</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-red size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Red</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box-purple size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Purple</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-orange size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Orange</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-blue size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Blue</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<hr />\r\n<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Basic Title Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block title1 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 1</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title2 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 2</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title3 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 3</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title4 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 4</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title5 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 5</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title6 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 6</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<hr />\r\n<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Color Title Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block title-grey size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Grey</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-pink size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Pink</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-red size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Red</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-purple size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Purple</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-orange size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Orange</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-blue size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Blue</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>', '', 1, 8, '2019-04-10 19:38:36', 237, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(11, 68, 'Offline Page', 'offline-page', '<p style=\"text-align: center;\"><img src=\"images/rocketlauncher/pages/offline/img-01.jpg\" alt=\"image\" /></p>', '', 1, 9, '2019-04-10 19:38:36', 237, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(15, 72, 'Enhanced Features', 'responsive-template', '<p>Know the value of your material before you buy or sell.  ViewPas™ offers the unique ability to quantify material quality and value using it\'s ImageAssay™ feature.  </p>\r\n', '', 1, 10, '2019-04-10 19:38:36', 237, '', '2019-05-28 17:56:03', 237, 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/Viewpas\\/checkingvalue.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"info_block_show_title\":\"0\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"0\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 53, 3, '', '', 1, 1118, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(19, 575, 'Typography', 'typography', '<h1 class=\"nomargintop nopaddingtop\">H1 Heading</h1>\r\n<p>View general elements of the style typography in the template, although please do visit the various pages in the demo to discover a fuller set of what is available with Denali.</p>\r\n<p><a class=\"button\" href=\"#\">button</a> <a class=\"button button-4\" href=\"#\">button button-4</a></p>\r\n<p>Lorem ipsum dolor sit amet, <strong>consectetur adipiscing</strong> elit. Vestibulum at sem ut <a href=\"#\">ipsum vestibulum</a> euismod. Mauris et <small>massa porta leo</small> facilisis feugiat. <em>Suspendisse id neque a sem facilisis blandit.</em> Aliquam sem leo, commodo ut, rutrum auctor, iaculis nec, eros.</p>\r\n<p><a class=\"button button-2\" href=\"#\">button button-2</a> <a class=\"button button-3\" href=\"#\">button button-3</a></p>\r\n<h2>H2 Heading</h2>\r\n<div class=\"g-content float-right nomargintop nopaddingtop\">\r\n<div class=\"moduletable\">\r\n<ul class=\"unstyled\">\r\n<li><a href=\"#\">&lt;ul class=\"unstyled\"&gt;</a></li>\r\n<li><a href=\"#\">Phasellus elementum, quam a euismod imperdiet</a></li>\r\n<li><a href=\"#\">Pellentesque pulvinar dui a magna</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<p>Nullam eget neque. Nullam <a href=\"#\">imperdiet venenatis</a> ligula. Integer a leo. Nunc consectetur. Maecenas sem. Proin vulputate, massa vel volutpat laoreet, purus erat pretium ligula, <strong>eget varius arcu</strong> nibh sed libero. Fusce ante. Nullam interdum aliquet metus. Ut ultrices vestibulum tellus. Praesent quis erat.</p>\r\n<h3>H3 Heading</h3>\r\n<p>In erat. Pellentesque erat. <strong>Mauris vehicula vestibulum justo.</strong> Cum sociis natoque penatibus et magnis dis parturient montes, <a href=\"#\">nascetur ridiculus</a> mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar dui a magna. Nulla facilisi.</p>\r\n<p class=\"alert alert-error\">&lt;p class=\"alert alert-error\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-red\" href=\"#\">button button-red</a> <a class=\"button button-3 button-red\" href=\"#\">button button-3 button-red</a></p>\r\n<p>Praesent id dolor non erat viverra volutpat. Fusce tellus libero, <a href=\"#\">luctus adipiscing</a>, tincidunt vel, egestas vitae, eros. Vestibulum mollis, est id rhoncus volutpat, dolor velit <strong>tincidunt neque</strong>, vitae pellentesque ante sem eu nisl.</p>\r\n<blockquote>Donec facilisis, magna eget elementum pellentesque, augue arcu aliquet eros, eget convallis mauris ante quis magna.</blockquote>\r\n<p><a class=\"button button-grey\" href=\"#\">button button-grey</a> <a class=\"button button-grey button-large\" href=\"#\">button button-grey button-large</a></p>\r\n<p>Pellentesque habitant morbi <a href=\"#\">tristique senectus</a> et netus et malesuada fames ac turpis egestas. Aenean et libero. <strong>Nam aliquam</strong>. Quisque vitae tortor id neque dignissim laoreet.</p>\r\n<h4>H4 Heading</h4>\r\n<p>Mauris lobortis. Aliquam lacinia purus. <strong>Pellentesque magna</strong>. Mauris euismod metus nec tortor. Phasellus elementum, quam a <code>&lt;code&gt;&lt;/code&gt;</code> imperdiet, ligula felis faucibus enim, eu malesuada nunc felis sed turpis. <a href=\"#\">Morbi convallis luctus tortor</a>. Integer bibendum lacinia velit. Suspendisse mi lorem, porttitor ut, interdum et, lobortis a, lectus.</p>\r\n<p class=\"alert alert-success\">&lt;p class=\"alert alert-success\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-block\" href=\"#\">button button-block</a></p>\r\n<p>Duis eu ante. <a href=\"#\">Integer at sapien</a>. Praesent sed nisl tempor est pulvinar tristique. Maecenas non <strong>lorem quis mi</strong> laoreet adipiscing.</p>\r\n<blockquote>\r\n<p>&lt;blockquote&gt; &lt;p&gt;&lt;cite title=\"\"&gt;&lt;/cite&gt;&lt;/small&gt; &lt;/blockquote&gt;</p>\r\n<small>Someone famous <cite title=\"Source Title\">Source Title</cite></small></blockquote>\r\n<h5>H5 Heading</h5>\r\n<p>Vestibulum mollis, est <strong>id rhoncus</strong> volutpat, dolor velit tincidunt <a href=\"#\">neque</a>, vitae pellentesque ante sem eu nisl. <em>Donec facilisis</em>, magna eget elementum pellentesque.</p>\r\n<p class=\"alert alert-info\">&lt;p class=\"alert alert-info\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-blue\" href=\"#\">button button-blue</a> <a class=\"button button-blue button-xlarge\" href=\"#\">button button-blue button-xlarge</a></p>\r\n<p>Donec facilisis, magna eget <strong>elementum pellentesque</strong>, augue arcu aliquet eros, eget convallis mauris ante <a href=\"#\">quis magna</a>.</p>\r\n<pre>&lt;p&gt;Sample text here…&lt;/p&gt;\r\n</pre>\r\n<p><a class=\"button button-grey button-small\" href=\"#\">button button-grey button-small</a> <a class=\"button button-grey button-xsmall\" href=\"#\">button button-grey button-xsmall</a></p>\r\n<h6>H6 Heading</h6>\r\n<p>Nam id turpis sit <strong>amet neque</strong> cursus luctus. Cum sociis natoque penatibus <a href=\"#\">et magnis dis</a> parturient montes, nascetur ridiculus mus. Quisque id tortor. In vitae sapien. Nunc quis tellus.</p>\r\n<p class=\"alert alert-warning\">&lt;p class=\"alert alert-warning\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-orange\" href=\"#\"> button button-orange </a> <a class=\"button button-orange button-medium\" href=\"#\">button button-orange button-medium</a></p>', '', 1, 2, '2019-04-10 19:38:36', 237, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 3, '', '', 1, 1, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(22, 691, 'TurnKey Solution', 'color-picker-for-colors', '<p>Pfane Environmental Association through its partners, suppliers and donors have put together a placement program offering Business development grants and machinery placement grants to qualified applicants. </p>\r\n', '\r\n<p>Applicants must be living in close proximity to areas severely contaminated by e-waste or areas where dangerous, toxic means of recovery are being used to harvest raw materials without authorisation.  </p>\r\n<div title=\"Page 2\">90% of funds are to gather data, research the sites which are affected most, research the types of e-waste that need to be dealt with at those sites, setting up contracts and agreements with local suppliers and offering a turn key system customised for their most desperate e-waste problems and then building and deploying the said system.The build and deployment represents only a benchmark of €400K which is set aside inside a high interest investment account to build and deploy a self- contained and self-sustaining recycling business system.A full, turnkey e-waste management system is delivered free of charge to the applicant(s) chosen. </div>\r\n<div title=\"Page 2\"> </div>\r\n<h4 title=\"Page 2\"><img style=\"float: right;\" src=\"images/pfane/36-TerexMPS.jpg\" alt=\"\" />Remote recycler receives:</h4>\r\n<ul>\r\n<li>License to use the recycling system delivered on a net profit split basis.</li>\r\n<li>ViewPas™ Software to manage the business and report e-waste processing back to Pfane Environmental and local Environmental authorities.</li>\r\n<li>3 Months of Consumables, safety equipment and sources to purchase replacement parts.</li>\r\n<li>Mandatory maintenance schedule.</li>\r\n<li>Full training and administrative support</li>\r\n<li>Environmental Authorisation Support and Financing</li>\r\n<li>6-month financial support for full operation of the remote business unit</li>\r\n<li>Supply chain setup to fulfil the goals of the processing and decontamination of the affected areas.</li>\r\n</ul>\r\n<div> </div>\r\n<div title=\"Page 2\"> </div>', 1, 12, '2019-04-10 19:38:36', 237, 'RocketTheme', '2019-04-15 10:19:41', 237, 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/pfane\\/20171129132931_18009.jpg\",\"float_intro\":\"none\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/pfane\\/20171129132931_18009.jpg\",\"float_fulltext\":\"left\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 11, 4, '', '', 1, 33, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(23, 692, 'ImageAssay™', 'icon-picker-for-icons', '<figure class=\"pull-right\"><img style=\"float: right;\" title=\"ImageAssay Results\" src=\"images/adminresults2.png\" alt=\"ViewPas ImageAssay Results\" width=\"319\" height=\"423\" />Pfane Environmentals\' patent pending, computer vision system uses machine learning and artificial intelligence to dissect images of ewaste down to recognizable components.&nbsp; Then cross references our Big Data database of over 180,000 assayed images and categorizes the materials it scans with over 96.4% accuracy, (with accuracy as high as 99.8% )<br /><br />Pricing is calculated in real time using up to the minute market data for Copper, Zinc, Nickel, Iron, Gold, Silver, Platinum and Palladium.&nbsp;&nbsp;<br /><br />You control your offers using the most sophisticated data in the industry.&nbsp; The Artificial Intelligence will even signal you when it recognizes missing components or mismatched materials inside a bag or a truck.<br /><br />&nbsp;<img src=\"images/pfane/Capture.PNG\" alt=\"Capture\" width=\"512\" height=\"180\" /><br /></figure>\r\n<p>&nbsp;</p>\r\n', '\r\n<p>&nbsp;</p>', 1, 10, '2019-04-10 19:38:36', 237, 'RocketTheme', '2019-08-23 10:16:15', 237, 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/pfane\\/e-sort.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/pfane\\/e-sort.png\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 10, 5, '', '', 1, 1047, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(24, 702, 'Process Flow', 'configure-site-layout', '<p>Full process management flow system allows your workers to easily identify and sort sub products.&nbsp;</p>\r\n', '\r\n<p>&nbsp;</p>', 1, 10, '2019-04-10 19:38:36', 237, 'RocketTheme', '2019-08-23 13:50:45', 237, 237, '2019-08-23 13:50:45', '2019-04-10 19:38:36', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 2, '', '', 1, 993, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(25, 703, 'Audit Reports', 'create-content-particles', '<p>Create User friendly audit reports for contracted processing.  Our full suite management solution offers a supplier section where all of your contracts, agreements and material management data can be displayed to your contracted clients.</p>\r\n', '\r\n<p> </p>', 1, 10, '2019-04-10 19:38:36', 237, 'RocketTheme', '2019-04-17 18:55:50', 237, 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/Viewpas\\/mainscreenboss.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/Viewpas\\/mainscreenboss.png\",\"float_fulltext\":\"right\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 1, '', '', 1, 959, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(26, 704, 'Need To Act Now', 'style-your-website', '<p>Pfane’s ReClaim™ project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.</p>\r\n', '\r\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.  Which is freely placed in distressed areas dealing with over pollution from e-waste.</p>\r\n<p>The ongoing, practice of dumping \"close to\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.</p>\r\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.</p>\r\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online.  By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day.  </p>\r\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane’s project initiatives.  It’s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup.  The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters.  </p>\r\n<p>This project is the culmination of all of our projects.  It is our passion to see this through.</p>', 1, 12, '2019-04-10 19:38:36', 237, 'RocketTheme', '2019-04-16 00:19:55', 237, 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/pfane\\/_71228600_71220163.jpg\",\"float_intro\":\"right\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/pfane\\/_71228600_71220163.jpg\",\"float_fulltext\":\"right\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 16, 0, '', '', 1, 15, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(27, 726, 'ReFactor FR4', 'refactor-fr4', '<p>FR4 non-metallic fibre is the remaining fraction separated from circuit boards obtained, in most part, from the pulverisation of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.  Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.</p>\r\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.</p>\r\n<p>Our goal is to look at current potential solutions, through in-house testing, to obtain new and useful products from these fractions.  Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fibre-glass content of over 50% makes these materials very attractive insulators.</p>\r\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from older NMF which are high in toxic bromine.</p>\r\n<h4> </h4>\r\n<h1>Your Help Secures An Amazing Gift</h1>\r\n<p>Choose one of the gifts below for your donation to the ReClaim project of $100,000 or more. Pfane will send you a custom created gift made exclusively from FR4 Refactored Fibre, non toxic, coloured, cold mould epoxy resin, copper, gold and silver powders, all 100% obtained from the recycling of circuitry. You can show the world your truly involved in helping to solve the e-waste problem.</p>\r\n<p><a class=\"button button-4\" href=\"https://www.pfane.com\">Donate Now!</a></p>', '', 1, 14, '2019-04-15 17:43:39', 237, '', '2019-04-18 19:26:47', 237, 0, '0000-00-00 00:00:00', '2019-04-15 17:43:39', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/pfane\\/fr4\\/maxresdefault.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/pfane\\/fr4\\/cce7c5838e03813b39869d0a04d12c51.jpg\",\"float_fulltext\":\"right\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 15, 0, '', '', 1, 1156, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 1, '*', '', ''),
(28, 727, 'ReAlivez', 'realivez', '<p>Every child, every student, these days already holds in their hand a phone, tablet or toy which contains circuitry.  Most often a robot dog, reaching the end of it’s life would be sent to landfill where toxic chemicals from it’s manufactured circuitry could leak into the earth, posing a threat to water tables and soil.  The reAlivez project aims to educate kids and youth on the lifecycle of electronics and help them understand the benefits of recycling fido, their tablet and baby-talky-eat.</p>\r\n<p>Through outreach programs and seminars held at our facilities Pfane Environmental offers youth and children a highly interactive experience to interact with Robots and electronic toys.  As well as offers collection and recycling of end of life electronics and toys that may normally be thrown in the municipal waste.</p>\r\n<p>The program supports the education and understanding of a Circular Economy and is accompanied by marketing worldwide to further the projects objectives.</p>\r\n<p>Under Project reAlivez, Pfane Environmental is acquiring donations and funding to open a training center within a small community, which will double as a research facility and promote the open sharing of knowledge on how to repair electronics.  We plan to offer certification courses for electronics repair within an open source environment where the on site, hands on training of new, necessary job skills will also allow Pfane Environmental to donate repaired electronic devices to people of need.  Helping to relieve the need to recycle items that could be used by others in need for much longer.</p>', '', 1, 15, '2019-04-15 17:50:26', 237, '', '2019-04-15 17:51:55', 237, 0, '0000-00-00 00:00:00', '2019-04-15 17:50:26', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/pfane\\/nao641x373.jpg\",\"float_intro\":\"left\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/pfane\\/nao641x373.jpg\",\"float_fulltext\":\"left\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 0, '', '', 1, 1152, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(29, 728, 'Mission Statement', 'mission-statement', '<p><img class=\"pull-right\" src=\"images/pfane/canola_flower_the_little_girl_wallpapers_hd_1280x720.jpg\" alt=\"\" width=\"638\" height=\"358\" />The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.</p>\r\n<p>Our initiatives close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy with ewaste.  We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.</p>\r\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.</p>\r\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.</p>\r\n<p>We are using past research, and are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.  With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.</p>', '', 1, 2, '2019-04-15 18:03:42', 237, '', '2019-08-10 11:38:58', 237, 0, '0000-00-00 00:00:00', '2019-04-15 18:03:42', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 9, 2, '', '', 1, 1203, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(30, 729, 'EWaste Crisis', 'ewaste-crisis', '<p>{loadmoduleid 649}</p>\r\n<p>Watch video after video, proving the problem of e-waste is only getting worse.  We must stop the illegal flow of hazardous ewaste now, and begin healing the areas so traumatized by this atrocity. </p>\r\n', '\r\n<p> </p>', 1, 12, '2019-04-15 21:04:58', 237, '', '2019-04-15 21:19:37', 237, 0, '0000-00-00 00:00:00', '2019-04-15 21:04:58', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 0, '', '', 1, 31, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(31, 732, 'Pfane Scientific SRL', 'ewaste-recycling', '<h2><img class=\"pull-right\" src=\"images/Viewpas/e-waste-recycling-equipment.jpg\" alt=\"\" />Registered and Authorized, Full Service Recycling Facility</h2>\r\n<p>Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.  Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.</p>\r\n<p><a class=\"button button-4\" title=\"button\" href=\"https://www.pfane.com\" target=\"_blank\" rel=\"noopener noreferrer\">Visit Site</a></p>', '', 1, 2, '2019-04-17 19:42:14', 237, '', '2019-04-27 06:36:15', 237, 0, '0000-00-00 00:00:00', '2019-04-17 19:42:14', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 12, 1, '', '', 1, 1247, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `fwzm6_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(32, 733, 'Product Overview', 'product-overview', '<p>Project ViewPas™ is Pfanes revolutionary, disruptive solution to stabilise the e-waste market, creating a fair playing field for buyers and sellers. ViewPas™ allows collectors, recyclers, consolidators and refiners to insure profitability from the collection, sale, processing and recycling of e-waste and the raw materials produced.</p>\r\n', '\r\n<div id=\"pu27185\" class=\"clearfix colelem\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 336; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"u26884-bw\" class=\"browser_width grpelem shared_content\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 354; min-height: 659.8px; height: 660px; border: 0px solid transparent;\" data-content-guid=\"u26884-bw_content\">\r\n<div id=\"u26884\" class=\"museBGSize\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background: url(\'../images/pile3.jpg?crc=3912905689\') center center / cover no-repeat transparent; position: absolute; left: 0px; right: 0px; z-index: 354; opacity: 1; min-height: 659.8px; border: 0px solid transparent;\">\r\n<div id=\"u26884_align_to_page\" class=\"clearfix\" style=\"margin: 0px auto; padding: 224px 0px 203px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\">\r\n<div id=\"u26962-4\" class=\"clearfix colelem shared_content\" style=\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; text-align: center; position: relative; color: #ffffff; z-index: 355; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 153px; line-height: 72px; font-size: 60px; left: -278px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u26962-4_content\">\r\n<h1 id=\"u26962-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 60px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\">Know what\'s in it, before you buy.</h1>\r\n</div>\r\n<div id=\"u26969-6\" class=\"clearfix colelem shared_content\" style=\"margin: 21px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 27px; text-align: center; position: relative; color: #ffffff; font-size: 18px; z-index: 359; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 59px; left: -278px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u26969-6_content\">\r\n<h4 id=\"u26969-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\">The fastest. most accurate way to price, sort and verify e-waste.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"u30787\" class=\"clip_frame grpelem\" style=\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 365; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\"><img id=\"u30787_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\" src=\"https://pfane.com/viewpas/images/phone_hand_png232.png?crc=53793026\" alt=\"\" width=\"402\" height=\"601\" /></div>\r\n<div id=\"u30869\" class=\"clip_frame grpelem\" style=\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 367; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\"><img id=\"u30869_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\" src=\"https://pfane.com/viewpas/images/phone_hand_png232.png?crc=53793026\" alt=\"\" width=\"402\" height=\"601\" /></div>\r\n<div id=\"u30896\" class=\"clip_frame grpelem\" style=\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 369; width: 658px; left: -58px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\"><img id=\"u30896_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px; margin-left: auto; margin-right: auto;\" src=\"https://pfane.com/viewpas/images/phone_hand_png232.png?crc=53793026\" alt=\"\" width=\"402\" height=\"601\" /></div>\r\n<div id=\"u30600-bw\" class=\"browser_width grpelem\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 371; min-height: 79px; height: 108px; border: 0px solid transparent;\">\r\n<div id=\"u30600\" style=\"margin: 0px; padding: 0px 0px 14px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 371; min-height: 79px; border: 0px solid transparent;\">\r\n<div id=\"u30600_align_to_page\" class=\"clearfix\" style=\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\">\r\n<div id=\"u30582\" class=\"clip_frame grpelem\" style=\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 372; width: 354.094px; left: 152.484px; border: 0px solid transparent;\"><img id=\"u30582_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block; padding-right: 147.625px; padding-bottom: 3.59375px; width: 206.469px;\" src=\"https://pfane.com/viewpas/images/logo.png?crc=3999205104\" alt=\"\" data-heightwidthratio=\"0.38372093023255816\" data-image-width=\"172\" data-image-height=\"66\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"pu27337-4\" class=\"clearfix colelem\" style=\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"u27337-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27337-4_content\">\r\n<h2 style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\">How It Works</h2>\r\n</div>\r\n<div id=\"u27671-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27671-4_content\">\r\n<h2 style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\">96.74% Accuracy</h2>\r\n</div>\r\n<div id=\"u27741-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27741-4_content\">\r\n<h2 style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\">No More Mistakes</h2>\r\n</div>\r\n</div>\r\n<div id=\"pu27344-4\" class=\"clearfix colelem\" style=\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"u27344-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27344-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision</p>\r\n</div>\r\n<div id=\"u27660-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27660-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">With over 7000 items categorized by type, class and age.</p>\r\n</div>\r\n<div id=\"u27730-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27730-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Your bottom Line depends on being able to accurately price e-waste</p>\r\n</div>\r\n</div>\r\n<div id=\"pu27351-4\" class=\"clearfix colelem\" style=\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"u27351-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27351-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.</p>\r\n</div>\r\n<div id=\"u27612-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27612-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.  with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.</p>\r\n</div>\r\n<div id=\"u27682-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27682-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.</p>\r\n</div>\r\n</div>\r\n<div id=\"pu27780\" class=\"clearfix colelem\" style=\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"u27780-bw\" class=\"browser_width grpelem\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\">\r\n<div id=\"u27780\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\">\r\n<div id=\"u27780_align_to_page\" class=\"clearfix\" style=\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\">\r\n<div id=\"u27780_position_content\" class=\"position_content\" style=\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\">\r\n<div id=\"u27812\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27812_content\"><img id=\"u27812_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block;\" src=\"https://pfane.com/viewpas/images/shape.png?crc=4157779089\" alt=\"\" width=\"92\" height=\"28\" /></div>\r\n<div id=\"u27928-19\" class=\"clearfix colelem shared_content\" style=\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27928-19_content\">\r\n<p id=\"u27928-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">ViewPas<span id=\"u27928-2\" class=\"superscript\" style=\"vertical-align: super; font-size: 23.76px; line-height: 0px;\">TM</span> Features</p>\r\n<p id=\"u27928-6\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.</p>\r\n<p id=\"u27928-7\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\"> </p>\r\n<p id=\"u27928-15\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\">VIEWPAS<span id=\"u27928-9\" class=\"superscript\" style=\"vertical-align: super; font-size: 9.24px; line-height: 0px;\">TM</span> by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.  We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.  With VIEWPAS<span id=\"u27928-11\" class=\"superscript\" style=\"vertical-align: super; font-size: 9.24px; line-height: 0px;\">TM</span>   our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI/ML.  Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\"u27928-13\" class=\"superscript\" style=\"vertical-align: super; font-size: 9.24px; line-height: 0px;\">TM</span>.</p>\r\n<p id=\"u27928-16\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\"> </p>\r\n<p id=\"u27928-17\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\"> </p>\r\n</div>\r\n<div id=\"u30776\" class=\"clearfix colelem\" style=\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\">\r\n<div id=\"u30670-16\" class=\"clearfix grpelem shared_content\" style=\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u30670-16_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">STANDARD FEATURES</p>\r\n<p id=\"u30670-3\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\"> </p>\r\n<ul id=\"u30670-14\" class=\"list0 nls-None\" style=\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">\r\n<li id=\"u30670-5\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.</li>\r\n<li id=\"u30670-7\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Over 13000 recognizable electronic products.</li>\r\n<li id=\"u30670-9\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">User Controlled Pricing association.</li>\r\n<li id=\"u30670-11\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Material tracking from delivery, through sorting to resale.</li>\r\n<li id=\"u30670-13\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Branded and Bespoke Solution</li>\r\n</ul>\r\n</div>\r\n<div id=\"u30692-18\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u30692-18_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">ENHANCED FEATURES</p>\r\n<p id=\"u30692-3\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\"> </p>\r\n<ul id=\"u30692-16\" class=\"list0 nls-None\" style=\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">\r\n<li id=\"u30692-5\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Recycling and Processing Management</li>\r\n<li id=\"u30692-7\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Manage Suppliers, Buyers, Processes, Materials, Pricing.</li>\r\n<li id=\"u30692-9\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Apply Assay driven Precious and Base Metal Pricing</li>\r\n<li id=\"u30692-11\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Real Time Precious and Base Metal Market Status</li>\r\n<li id=\"u30692-13\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Track Raw Materials through Process Flow</li>\r\n<li id=\"u30692-15\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Build full reports on throughput and inventory.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"pbuttonu29114\" class=\"Button clearfix grpelem shared_content\" style=\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\" data-sizepolicy=\"fluidWidth\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"pbuttonu29114_content\">\r\n<div id=\"u29115-4\" class=\"clearfix grpelem\" style=\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fluidx\">\r\n<p id=\"u29115-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\">Request A Demo</p>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"u28034-bw\" class=\"browser_width colelem\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\">\r\n<div id=\"u28034\" style=\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\">\r\n<div id=\"u28034_align_to_page\" class=\"clearfix\" style=\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\">\r\n<div id=\"pu28076\" class=\"clearfix grpelem\" style=\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\">\r\n<div id=\"u28076\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28076\" data-content-guid=\"u28076_content\"><img id=\"u28076_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block;\" src=\"https://pfane.com/viewpas/images/icon1.png?crc=28679356\" alt=\"\" width=\"46\" height=\"46\" /></div>\r\n<div id=\"u28094-6\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28076\" data-content-guid=\"u28094-6_content\">\r\n<p id=\"u28094-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\"><span id=\"u28094\" style=\"color: #3a4d60;\">01</span> <span id=\"u28094-3\">Thorough</span></p>\r\n</div>\r\n<div id=\"u28101-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28076\" data-content-guid=\"u28101-4_content\">\r\n<p id=\"u28101-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.  ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.</p>\r\n</div>\r\n</div>\r\n<div id=\"pu28212\" class=\"clearfix grpelem\" style=\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\">\r\n<div id=\"u28212\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28212\" data-content-guid=\"u28212_content\"><img id=\"u28212_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block;\" src=\"https://pfane.com/viewpas/images/icon2.png?crc=89454292\" alt=\"\" width=\"44\" height=\"44\" /></div>\r\n<div id=\"u28201-6\" class=\"clearfix colelem shared_content\" style=\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28212\" data-content-guid=\"u28201-6_content\">\r\n<p id=\"u28201-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\"><span id=\"u28201\" style=\"color: #3a4d60;\">02</span> <span id=\"u28201-3\">Process Mapping</span></p>\r\n</div>\r\n<div id=\"u28186-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28212\" data-content-guid=\"u28186-4_content\">\r\n<p id=\"u28186-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">With every truck of materials you receive, there is always something to do.  Weather your team sorts, shreds, mills, extracts components or simply loads a container.  ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.</p>\r\n</div>\r\n</div>\r\n<div id=\"pu28238\" class=\"clearfix grpelem\" style=\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\">\r\n<div id=\"u28238\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28238\" data-content-guid=\"u28238_content\"><img id=\"u28238_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\" src=\"https://pfane.com/viewpas/images/icon3.png?crc=521941071\" alt=\"\" width=\"46\" height=\"38\" /></div>\r\n<div id=\"u28265-6\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28238\" data-content-guid=\"u28265-6_content\">\r\n<p id=\"u28265-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\"><span id=\"u28265\" style=\"color: #3a4d60;\">03</span> <span id=\"u28265-3\">Bespoke</span></p>\r\n</div>\r\n<div id=\"u28276-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28238\" data-content-guid=\"u28276-4_content\">\r\n<p id=\"u28276-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.  From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.</p>\r\n</div>\r\n</div>\r\n<div id=\"pu28324\" class=\"clearfix grpelem\" style=\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\">\r\n<div id=\"u28324\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28324\" data-content-guid=\"u28324_content\"><img id=\"u28324_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\" src=\"https://pfane.com/viewpas/images/icon4.png?crc=334806323\" alt=\"\" width=\"38\" height=\"38\" /></div>\r\n<div id=\"u28313-6\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28324\" data-content-guid=\"u28313-6_content\">\r\n<p id=\"u28313-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\"><span id=\"u28313\" style=\"color: #3a4d60;\">04</span> <span id=\"u28313-3\">Intelligent</span></p>\r\n</div>\r\n<div id=\"u28298-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28324\" data-content-guid=\"u28298-4_content\">\r\n<p id=\"u28298-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Using the latest AI means that our solution is continually being improved.  We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.  It will be the only software you need to manage the processes in your waste facility.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"u28440-bw\" class=\"browser_width colelem shared_content\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 120; min-height: 405px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 405px; border: 0px solid transparent;\" data-content-guid=\"u28440-bw_content\">\r\n<div id=\"u28440\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #e9eef1; z-index: 120; min-height: 405px; border: 0px solid transparent;\">\r\n<div id=\"u28440_align_to_page\" class=\"clearfix\" style=\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\">\r\n<div id=\"ppu28408\" class=\"clearfix grpelem\" style=\"margin: 46px -10000px 0px 479.516px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 481.234px; border: 0px solid transparent;\">\r\n<div id=\"pu28408\" class=\"clearfix colelem\" style=\"margin: 0px 0px 0px 53.4062px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 126; width: 374.438px; border: 0px solid transparent;\">\r\n<div id=\"u28408\" class=\"clip_frame grpelem shared_content\" style=\"margin: 4px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; z-index: 126; width: 43px; position: relative; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28408\" data-content-guid=\"u28408_content\"><img id=\"u28408_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block;\" src=\"https://pfane.com/viewpas/images/icon_download.png?crc=217403417\" alt=\"\" width=\"43\" height=\"31\" /></div>\r\n<div id=\"u28401-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 43px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 122; min-height: 46px; font-size: 36px; background-color: transparent; width: 257px; left: -425px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28408\" data-content-guid=\"u28401-4_content\">\r\n<p id=\"u28401-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Google Cloud</p>\r\n</div>\r\n</div>\r\n<div id=\"u28496-8\" class=\"clearfix colelem shared_content\" style=\"margin: 66px 0px 0px 240.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 128; width: 401px; min-height: 238px; left: -480.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"ppu28408\" data-content-guid=\"u28496-8_content\">\r\n<p id=\"u28496-3\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\"><span id=\"u28496\">Using AI and Machine Learning to analyze and compare thousands of images per second is not a job for your cell phone.</span></p>\r\n<p id=\"u28496-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\"> </p>\r\n<p id=\"u28496-6\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #44484f; line-height: 25px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">We have built our service into the google cloud servers.  Guaranteeing service uptime and the processing power of massive worldwide servers.  This is what allows our application to quickly give you the data you need to make the decision to succeed.</p>\r\n</div>\r\n</div>\r\n<div id=\"u28386\" class=\"museBGSize grpelem shared_content\" style=\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 121; background-position: center center; background-size: cover; height: 405px; background-image: url(\'../images/whatsapp%20image%202018-12-03%20at%20182227.jpg?crc=370154897\'); position: relative; width: 720px; left: 720px; border: 0px solid transparent;\" data-content-guid=\"u28386_content\"> </div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"pu28567\" class=\"clearfix colelem shared_content\" style=\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 93; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\" data-content-guid=\"pu28567_content\">\r\n<div id=\"u28567\" class=\"museBGSize grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 93; background-position: center center; background-size: cover; width: 480px; height: 405px; background-image: url(\'../images/p80601-113530-u28567-fr.jpg?crc=4286959756\'); position: relative; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u28567_content\"> </div>\r\n<div id=\"u28522\" class=\"clearfix grpelem\" style=\"margin: 1px -10000px 0px 0px; padding: 80px 0px 77.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #696f7c; z-index: 94; position: relative; width: 720px; left: 720px; border: 0px solid transparent;\">\r\n<div id=\"u28529-7\" class=\"clearfix colelem shared_content\" style=\"margin: 0px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 95; color: #ffffff; font-style: italic; width: 446px; min-height: 172px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fluidx\" data-content-guid=\"u28529-7_content\">\r\n<p id=\"u28529-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">12th December 2018</p>\r\n<p id=\"u28529-3\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\"> </p>\r\n<p id=\"u28529-5\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\">This is a complete revolution in the waste industry, those who use it will be the only ones on top.</p>\r\n</div>\r\n<div id=\"pu28545\" class=\"clearfix colelem\" style=\"margin: 17px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 106; width: 192.016px; border: 0px solid transparent;\">\r\n<div id=\"u28545\" class=\"museBGSize rounded-corners grpelem shared_content\" style=\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background: url(\'../images/author%20pic.jpg?crc=3792668274\') center center / cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 106; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fluidx\" data-content-guid=\"u28545_content\"> </div>\r\n<div id=\"u28538-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 18px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; width: 88px; position: relative; min-height: 20px; z-index: 102; font-family: open-sans, sans-serif; color: #ffffff; left: 86.4062px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fluidx\" data-content-guid=\"u28538-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Noel Roblar</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"pu28631-12\" class=\"clearfix colelem shared_content\" style=\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 107; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\" data-content-guid=\"pu28631-12_content\">\r\n<div id=\"u28631-12\" class=\"clearfix grpelem shared_content\" style=\"margin: 31px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 107; position: relative; background-color: transparent; width: 454px; min-height: 260px; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u28631-12_content\">\r\n<p id=\"u28631-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #232323; line-height: 36px; font-size: 24px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">Can you tell which has a higher scrap value? ViewPas<span id=\"u28631-2\" class=\"superscript\" style=\"vertical-align: super; font-size: 15.84px; line-height: 0px;\">TM</span> can!</p>\r\n<p id=\"u28631-5\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 25px; color: #83969f; font-family: open-sans, sans-serif; border: 0px solid transparent;\"> </p>\r\n<p id=\"u28631-7\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">With more and more new computer components and circuit boards coming into the waste stream every year, how can anyone identify what\'s actually trash and what is really treasure?</p>\r\n<p id=\"u28631-8\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\"> </p>\r\n<p id=\"u28631-10\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">Everyday, e-waste collectors make the mistake of misidentifying lower grade materials as higher grade.  Paying out thousands more for scrap that isn\'t worth the fiberglass its printed on.</p>\r\n</div>\r\n<div id=\"u28638\" class=\"museBGSize grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background: url(\'../images/2015-11-11-ts3_thumbs-9fa-small.jpg?crc=4269291268\') right center / cover no-repeat transparent; display: inline; float: left; opacity: 1; z-index: 119; width: 480px; height: 321px; position: relative; left: 0px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u28638_content\"> </div>\r\n</div>\r\n<div id=\"u28653-bw\" class=\"browser_width colelem shared_content\" style=\"margin: 1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 72; min-height: 480px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 480px; border: 0px solid transparent;\" data-content-guid=\"u28653-bw_content1\">\r\n<div id=\"u28653\" class=\"museBGSize\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: transparent; opacity: 1; z-index: 72; background-position: center center; background-size: cover; min-height: 480px; background-image: url(\'../images/20170730_160511.jpg?crc=190475290\'); border: 0px solid transparent;\">\r\n<div id=\"u28653_align_to_page\" class=\"clearfix\" style=\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: relative; width: 1440px; border: 0px solid transparent;\">\r\n<div id=\"u28761\" class=\"clearfix grpelem\" style=\"margin: 0px -10000px 0px 0px; padding: 39px 0px 78.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #001b3c; z-index: 73; position: relative; width: 720px; border: 0px solid transparent;\">\r\n<div id=\"u28776-11\" class=\"clearfix colelem shared_content\" style=\"margin: 0px 0px 0px 360px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 74; color: #ffffff; font-style: italic; width: 446px; min-height: 287px; left: -179px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u28776-11_content\">\r\n<p id=\"u28776-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">We are a certified Waste Recycling Facility and the number one case study.</p>\r\n<p id=\"u28776-3\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\"> </p>\r\n<p id=\"u28776-9\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\">When using ViewPas<span id=\"u28776-5\" class=\"superscript\" style=\"vertical-align: super; font-size: 18.48px; line-height: 0px;\">TM</span> in our recycling facility we saw a 23% increase in revenue month one. ViewPas<span id=\"u28776-7\" class=\"superscript\" style=\"vertical-align: super; font-size: 18.48px; line-height: 0px;\">TM</span> enabled our company to increase profitability month after month from then on.</p>\r\n</div>\r\n<div id=\"pu28787\" class=\"clearfix colelem\" style=\"margin: 17px 0px 0px 190.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 92; width: 339.609px; border: 0px solid transparent;\">\r\n<div id=\"u28787\" class=\"museBGSize rounded-corners grpelem shared_content\" style=\"margin: 0px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background: url(\'../images/20046417_10155141753767713_2737196600415894914_n(7).jpg?crc=3849330254\') center center / cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 92; left: -179.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28787\" data-content-guid=\"u28787_content\"> </div>\r\n<div id=\"u28798-7\" class=\"clearfix grpelem shared_content\" style=\"margin: 19px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 20px; z-index: 85; font-family: open-sans, sans-serif; color: #ffffff; width: 211px; left: -107.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28787\" data-content-guid=\"u28798-7_content\">\r\n<p id=\"u28798-5\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 0px; border: 0px solid transparent;\"><span id=\"u28798-3\" style=\"line-height: 17px;\">Dale Scott Marion<br /></span><span id=\"u28798-4\" style=\"line-height: 10px; font-size: 8px;\">President / Pfane Scientific SRL</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"u31662-6\" class=\"clearfix colelem shared_content\" style=\"margin: 14px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #2b303b; background-color: transparent; text-align: center; position: relative; z-index: 259; width: 960px; min-height: 74px; left: -480px; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u31662-6_content\">\r\n<p id=\"u31662-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">Assayed Categories</p>\r\n<p id=\"u31662-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">We are constantly adding new materials to each category, whose metal values meet the original threshold of the category created.</p>\r\n</div>\r\n<div id=\"pppu31476-4\" class=\"clearfix colelem\" style=\"margin: 7px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"ppu31476-4\" class=\"clearfix grpelem\" style=\"margin: 0px -10000px 0px 436.891px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 566.484px; border: 0px solid transparent;\">\r\n<div id=\"pu31476-4\" class=\"clearfix colelem\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 185; width: 566.484px; border: 0px solid transparent;\">\r\n<div id=\"u31476-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 185; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu31476-4\" data-content-guid=\"u31476-4_content\">\r\n<p id=\"u31476-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">01 Material Acquisition</p>\r\n</div>\r\n<div id=\"u31477-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 189; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu31476-4\" data-content-guid=\"u31477-4_content\">\r\n<p id=\"u31477-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">02 Material Scope</p>\r\n</div>\r\n</div>\r\n<div id=\"ppu31480-4\" class=\"clearfix colelem\" style=\"margin: 28px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 566.484px; border: 0px solid transparent;\">\r\n<div id=\"pu31480-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 201; width: 274.844px; border: 0px solid transparent;\" data-content-guid=\"pu31480-4_content\">\r\n<div id=\"u31480-4\" class=\"clearfix colelem shared_content\" style=\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; font-size: 13px; position: relative; color: #44484f; z-index: 201; line-height: 20px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu31480-4\" data-content-guid=\"u31480-4_content\">\r\n<p id=\"u31480-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Every material we categorize required that we have a sample size large enough to extrapolate hundreds of images of different types of material for each category, so it is essential that we purchase large enough quantities of mixed material. Each material acquired, for the purpose of itemization, then goes through an inspection process.</p>\r\n</div>\r\n<div id=\"u31478-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 193; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu31480-4\" data-content-guid=\"u31478-4_content\">\r\n<p id=\"u31478-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">03 Categorization</p>\r\n</div>\r\n</div>\r\n<div id=\"u31481-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; line-height: 20px; font-size: 13px; position: relative; z-index: 205; color: #44484f; width: 229px; min-height: 144px; left: -236px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"ppu31480-4\" data-content-guid=\"u31481-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">For Each material we categorize we must first sample dozens of pieces of the target material, inspect the material for defects, clean the material and find specimens of the best quality. Each are photographed, labeled with distinguishing information, then ground into dust.  The dust is gravity swparated into metalic and non metalic fractions then labeled and scanned with an XRF scanner.  This process will set our high and low metal and nonmetallic values for our categorization step.</p>\r\n</div>\r\n</div>\r\n<div id=\"pu31482-4\" class=\"clearfix colelem\" style=\"margin: 21px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 209; width: 566.484px; border: 0px solid transparent;\">\r\n<div id=\"u31482-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; font-size: 13px; line-height: 20px; z-index: 209; color: #44484f; position: relative; width: 229px; min-height: 144px; left: -479px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu31482-4\" data-content-guid=\"u31482-4_content\">\r\n<p id=\"u31482-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">A value threshold is set for various categories of the material group. For instance if we have a low end reading 35 grams of gold per ton and a high end reading of 560 grams of gold per ton, we start by separating the initial specimens into four or 5 categories based on a metal value threshold no higher than the lower threshold of the next more valuable material.  We correlate these with a distinguishing characteristic of the group and name each new category of waste accordingly.  The category names are chosen due to age of material, distinguishing traits held by the material or simply by the assay data threshold being of low, medium or high value.</p>\r\n</div>\r\n<div id=\"pu31479-4\" class=\"clearfix grpelem\" style=\"margin: 3px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 197; width: 274.844px; border: 0px solid transparent;\">\r\n<div id=\"u31479-4\" class=\"clearfix colelem shared_content\" style=\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; background-color: transparent; z-index: 197; position: relative; min-height: 25px; font-size: 18px; color: #232323; width: 229px; left: -236.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu31479-4\" data-content-guid=\"u31479-4_content\">\r\n<p id=\"u31479-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">04 Processing Assay</p>\r\n</div>\r\n<div id=\"u31483-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 213; position: relative; color: #44484f; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu31479-4\" data-content-guid=\"u31483-4_content\">\r\n<p id=\"u31483-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Each material category will then have one ton of material collected, and images are photographed of hundreds / thousands of pieces of material belonging to each category created. Processing of the material will take place in the traditional sense. In-house fire assays are performed on samples of processed materials, the remaining processed materials are then refined for their base and precious metals. Results for each category are weighed and valued based on market value of the metal acquired.  Each category is updated with current average assay values and saved in our database.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"u31677-4\" class=\"clearfix colelem shared_content\" style=\"margin: 15px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 217; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"ppu31476-4\" data-content-guid=\"u31677-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">05 Computer Learning / AI</p>\r\n</div>\r\n<div id=\"u31678-4\" class=\"clearfix colelem shared_content\" style=\"margin: 14px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #232323; z-index: 221; position: relative; background-color: transparent; font-size: 13px; line-height: 20px; width: 472px; min-height: 144px; left: -479px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"ppu31476-4\" data-content-guid=\"u31678-4_content\">\r\n<p id=\"u31678-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">With the thousands of images of material placed in each distinct category. Visual Data is fed to a computer vision database which allows a server to cross reference images placed in each category, categories are labeled and when all categories are complete within a Dataset, the Vision Profile is saved and the machine learning engine is allowed to learn the images against test sets of images and between the hundreds / thousands of images contained in each category.  The results are noted, false positives are filtered out and the system is trained thousands of times until it’s accuracy reaches above 90%</p>\r\n</div>\r\n</div>\r\n<div id=\"pu31714\" class=\"clearfix grpelem\" style=\"margin: 0px -10000px 0px 732.094px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 225; width: 564.047px; border: 0px solid transparent;\">\r\n<div id=\"u31714\" class=\"clip_frame colelem\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 225; width: 470px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fluidx\"><img id=\"u31714_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block;\" src=\"https://pfane.com/viewpas/images/whatsapp%20image%202019-02-07%20at%20084231(11).jpg?crc=3768136332\" alt=\"\" width=\"470\" height=\"478\" /></div>\r\n<div id=\"u31750\" class=\"clip_frame colelem\" style=\"margin: 83px 0px 0px 1.23438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 227; width: 468px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fluidx\"><img id=\"u31750_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block;\" src=\"https://pfane.com/viewpas/images/cells.jpg?crc=3864049304\" alt=\"\" width=\"468\" height=\"367\" /></div>\r\n</div>\r\n</div>\r\n<div id=\"u31768-4\" class=\"clearfix colelem shared_content\" style=\"margin: 20px 0px 0px 313.188px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; text-align: center; position: relative; line-height: 12px; font-size: 10px; z-index: 68; font-family: abel, sans-serif; min-height: 25px; width: 828px; color: #000000; border: 0px solid transparent;\" data-content-guid=\"u31768-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Assay values are only available for registered full service recyclers and refiners with over 250mt / mo. some exceptions may apply due to region or socio ecenomic stature. Ask your local representative for details.</p>\r\n</div>', 0, 10, '2019-04-18 08:55:25', 237, '', '2019-04-21 12:36:15', 237, 0, '0000-00-00 00:00:00', '2019-04-18 08:55:25', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/Viewpas\\/on-the-line.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 7, 0, '', '', 1, 2, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 1, '*', '', '');
INSERT INTO `fwzm6_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(33, 736, 'Help Us. ', 'help-us', '', '', 1, 2, '2019-04-18 16:52:26', 237, '', '2019-04-18 16:52:26', 0, 0, '0000-00-00 00:00:00', '2019-04-18 16:52:26', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_contentitem_tag_map`
--

CREATE TABLE `fwzm6_contentitem_tag_map` (
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `core_content_id` int(10) UNSIGNED NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) UNSIGNED NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_content_frontpage`
--

CREATE TABLE `fwzm6_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_content_frontpage`
--

INSERT INTO `fwzm6_content_frontpage` (`content_id`, `ordering`) VALUES
(27, 2),
(32, 1);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_content_rating`
--

CREATE TABLE `fwzm6_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT 0,
  `rating_sum` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `rating_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `lastip` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_content_types`
--

CREATE TABLE `fwzm6_content_types` (
  `type_id` int(10) UNSIGNED NOT NULL,
  `type_title` varchar(255) NOT NULL DEFAULT '',
  `type_alias` varchar(400) NOT NULL DEFAULT '',
  `table` varchar(255) NOT NULL DEFAULT '',
  `rules` text NOT NULL,
  `field_mappings` text NOT NULL,
  `router` varchar(255) NOT NULL DEFAULT '',
  `content_history_options` varchar(5120) DEFAULT NULL COMMENT 'JSON string for com_contenthistory options'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_content_types`
--

INSERT INTO `fwzm6_content_types` (`type_id`, `type_title`, `type_alias`, `table`, `rules`, `field_mappings`, `router`, `content_history_options`) VALUES
(1, 'Article', 'com_content.article', '{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"Content\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}', 'ContentHelperRoute::getArticleRoute', '{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),
(2, 'Contact', 'com_contact.contact', '{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"Contact\",\"prefix\":\"ContactTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}', 'ContactHelperRoute::getContactRoute', '{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),
(3, 'Newsfeed', 'com_newsfeeds.newsfeed', '{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"Newsfeed\",\"prefix\":\"NewsfeedsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}', 'NewsfeedsHelperRoute::getNewsfeedRoute', '{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),
(4, 'User', 'com_users.user', '{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerdate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{}}', 'UsersHelperRoute::getUserRoute', ''),
(5, 'Article Category', 'com_content.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'ContentHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(6, 'Contact Category', 'com_contact.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'ContactHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(7, 'Newsfeeds Category', 'com_newsfeeds.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'NewsfeedsHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(8, 'Tag', 'com_tags.tag', '{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"Tag\",\"prefix\":\"TagsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}', 'TagsHelperRoute::getTagRoute', '{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),
(9, 'Banner', 'com_banners.banner', '{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"Banner\",\"prefix\":\"BannersTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}', '', '{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),
(10, 'Banners Category', 'com_banners.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', '', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(11, 'Banner Client', 'com_banners.client', '{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"Client\",\"prefix\":\"BannersTable\"}}', '', '', '', '{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),
(12, 'User Notes', 'com_users.note', '{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"Note\",\"prefix\":\"UsersTable\"}}', '', '', '', '{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),
(13, 'User Notes Category', 'com_users.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', '', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(14, 'BreezingForms', 'com_breezingforms.form', '', '', '', 'BreezingformsHelperRoute::getFormRoute', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_core_log_searches`
--

CREATE TABLE `fwzm6_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_extensions`
--

CREATE TABLE `fwzm6_extensions` (
  `extension_id` int(11) NOT NULL,
  `package_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Parent package ID for extensions installed as a package.',
  `name` varchar(100) NOT NULL,
  `type` varchar(20) NOT NULL,
  `element` varchar(100) NOT NULL,
  `folder` varchar(100) NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT 0,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `protected` tinyint(3) NOT NULL DEFAULT 0,
  `manifest_cache` text NOT NULL,
  `params` text NOT NULL,
  `custom_data` text NOT NULL,
  `system_data` text NOT NULL,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) DEFAULT 0,
  `state` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_extensions`
--

INSERT INTO `fwzm6_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(1, 0, 'com_mailto', 'component', 'com_mailto', '', 0, 1, 1, 1, '{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(2, 0, 'com_wrapper', 'component', 'com_wrapper', '', 0, 1, 1, 1, '{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(3, 0, 'com_admin', 'component', 'com_admin', '', 1, 1, 1, 1, '{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(4, 0, 'com_banners', 'component', 'com_banners', '', 1, 1, 1, 0, '{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}', '{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(5, 0, 'com_cache', 'component', 'com_cache', '', 1, 1, 1, 1, '{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(6, 0, 'com_categories', 'component', 'com_categories', '', 1, 1, 1, 1, '{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(7, 0, 'com_checkin', 'component', 'com_checkin', '', 1, 1, 1, 1, '{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(8, 0, 'com_contact', 'component', 'com_contact', '', 1, 1, 1, 0, '{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_misc\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"allow_vcard_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_category_crumb\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(9, 0, 'com_cpanel', 'component', 'com_cpanel', '', 1, 1, 1, 1, '{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10, 0, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(11, 0, 'com_languages', 'component', 'com_languages', '', 1, 1, 1, 1, '{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(12, 0, 'com_login', 'component', 'com_login', '', 1, 1, 1, 1, '{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(13, 0, 'com_media', 'component', 'com_media', '', 1, 1, 0, 1, '{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(14, 0, 'com_menus', 'component', 'com_menus', '', 1, 1, 1, 1, '{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(15, 0, 'com_messages', 'component', 'com_messages', '', 1, 1, 1, 1, '{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(16, 0, 'com_modules', 'component', 'com_modules', '', 1, 1, 1, 1, '{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(17, 0, 'com_newsfeeds', 'component', 'com_newsfeeds', '', 1, 1, 1, 0, '{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(18, 0, 'com_plugins', 'component', 'com_plugins', '', 1, 1, 1, 1, '{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(19, 0, 'com_search', 'component', 'com_search', '', 1, 1, 1, 0, '{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}', '{\"enabled\":\"0\",\"show_date\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(20, 0, 'com_templates', 'component', 'com_templates', '', 1, 1, 1, 1, '{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"template_positions_display\":\"0\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css,scss,yaml,twig\",\"font_formats\":\"woff,ttf,otf,eot,svg\",\"compressed_formats\":\"zip\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(22, 0, 'com_content', 'component', 'com_content', '', 1, 1, 0, 1, '{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"1\",\"info_block_show_title\":\"1\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"0\",\"flags\":\"1\",\"show_author\":\"0\",\"link_author\":\"1\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"1\",\"readmore_limit\":\"180\",\"show_tags\":\"0\",\"show_icons\":\"1\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"record_hits\":\"1\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"captcha\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"save_history\":\"1\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"none\",\"float_fulltext\":\"none\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"0\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"6\",\"num_columns\":\"3\",\"num_links\":\"6\",\"multi_column_order\":\"1\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"0\",\"list_show_votes\":\"0\",\"list_show_ratings\":\"0\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"1\",\"sef_advanced\":0,\"sef_ids\":0,\"custom_fields_enable\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(23, 0, 'com_config', 'component', 'com_config', '', 1, 1, 0, 1, '{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}', '{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(24, 0, 'com_redirect', 'component', 'com_redirect', '', 1, 1, 0, 1, '{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(25, 0, 'com_users', 'component', 'com_users', '', 1, 1, 0, 1, '{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}', '{\"allowUserRegistration\":\"0\",\"new_usertype\":\"2\",\"guest_usergroup\":\"9\",\"sendpassword\":\"1\",\"useractivation\":\"1\",\"mail_to_admin\":\"0\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(27, 0, 'com_finder', 'component', 'com_finder', '', 1, 1, 0, 0, '{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stemmer\":\"snowball\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(28, 0, 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', 1, 1, 0, 1, '{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.2\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(29, 0, 'com_tags', 'component', 'com_tags', '', 1, 1, 1, 1, '{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"show_tag_num_items\":\"0\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_descripion\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(30, 0, 'com_contenthistory', 'component', 'com_contenthistory', '', 1, 1, 1, 0, '{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(31, 0, 'com_ajax', 'component', 'com_ajax', '', 1, 1, 1, 1, '{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(32, 0, 'com_postinstall', 'component', 'com_postinstall', '', 1, 1, 1, 1, '{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(33, 0, 'com_fields', 'component', 'com_fields', '', 1, 1, 1, 0, '{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(34, 0, 'com_associations', 'component', 'com_associations', '', 1, 1, 1, 0, '{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"January 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(35, 0, 'com_privacy', 'component', 'com_privacy', '', 1, 1, 1, 1, '{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacy\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(36, 0, 'com_actionlogs', 'component', 'com_actionlogs', '', 1, 1, 1, 1, '{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\"}', '{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(102, 0, 'LIB_PHPUTF8', 'library', 'phputf8', '', 0, 1, 1, 1, '{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(103, 0, 'LIB_JOOMLA', 'library', 'joomla', '', 0, 1, 1, 1, '{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"mediaversion\":\"d7c8cf6b464c3c76d57a902fbcd8ee75\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(104, 0, 'LIB_IDNA', 'library', 'idna_convert', '', 0, 1, 1, 1, '{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(105, 0, 'FOF', 'library', 'fof', '', 0, 1, 1, 1, '{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(106, 0, 'LIB_PHPASS', 'library', 'phpass', '', 0, 1, 1, 1, '{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(200, 0, 'mod_articles_archive', 'module', 'mod_articles_archive', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(201, 0, 'mod_articles_latest', 'module', 'mod_articles_latest', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(202, 0, 'mod_articles_popular', 'module', 'mod_articles_popular', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(203, 0, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 0, '{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(204, 0, 'mod_breadcrumbs', 'module', 'mod_breadcrumbs', '', 0, 1, 1, 1, '{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(205, 0, 'mod_custom', 'module', 'mod_custom', '', 0, 1, 1, 1, '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(206, 0, 'mod_feed', 'module', 'mod_feed', '', 0, 1, 1, 0, '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(207, 0, 'mod_footer', 'module', 'mod_footer', '', 0, 1, 1, 0, '{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(208, 0, 'mod_login', 'module', 'mod_login', '', 0, 1, 1, 1, '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(209, 0, 'mod_menu', 'module', 'mod_menu', '', 0, 1, 1, 1, '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(210, 0, 'mod_articles_news', 'module', 'mod_articles_news', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(211, 0, 'mod_random_image', 'module', 'mod_random_image', '', 0, 1, 1, 0, '{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(212, 0, 'mod_related_items', 'module', 'mod_related_items', '', 0, 1, 1, 0, '{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(213, 0, 'mod_search', 'module', 'mod_search', '', 0, 1, 1, 0, '{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(214, 0, 'mod_stats', 'module', 'mod_stats', '', 0, 1, 1, 0, '{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(215, 0, 'mod_syndicate', 'module', 'mod_syndicate', '', 0, 1, 1, 1, '{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(216, 0, 'mod_users_latest', 'module', 'mod_users_latest', '', 0, 1, 1, 0, '{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(218, 0, 'mod_whosonline', 'module', 'mod_whosonline', '', 0, 1, 1, 0, '{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(219, 0, 'mod_wrapper', 'module', 'mod_wrapper', '', 0, 1, 1, 0, '{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(220, 0, 'mod_articles_category', 'module', 'mod_articles_category', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(221, 0, 'mod_articles_categories', 'module', 'mod_articles_categories', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(222, 0, 'mod_languages', 'module', 'mod_languages', '', 0, 1, 1, 1, '{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(223, 0, 'mod_finder', 'module', 'mod_finder', '', 0, 1, 0, 0, '{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(300, 0, 'mod_custom', 'module', 'mod_custom', '', 1, 1, 1, 1, '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(301, 0, 'mod_feed', 'module', 'mod_feed', '', 1, 1, 1, 0, '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(302, 0, 'mod_latest', 'module', 'mod_latest', '', 1, 1, 1, 0, '{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(303, 0, 'mod_logged', 'module', 'mod_logged', '', 1, 1, 1, 0, '{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(304, 0, 'mod_login', 'module', 'mod_login', '', 1, 1, 1, 1, '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(305, 0, 'mod_menu', 'module', 'mod_menu', '', 1, 1, 1, 0, '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(307, 0, 'mod_popular', 'module', 'mod_popular', '', 1, 1, 1, 0, '{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(308, 0, 'mod_quickicon', 'module', 'mod_quickicon', '', 1, 1, 1, 1, '{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(309, 0, 'mod_status', 'module', 'mod_status', '', 1, 1, 1, 0, '{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(310, 0, 'mod_submenu', 'module', 'mod_submenu', '', 1, 1, 1, 0, '{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(311, 0, 'mod_title', 'module', 'mod_title', '', 1, 1, 1, 0, '{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(312, 0, 'mod_toolbar', 'module', 'mod_toolbar', '', 1, 1, 1, 1, '{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(313, 0, 'mod_multilangstatus', 'module', 'mod_multilangstatus', '', 1, 1, 1, 0, '{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}', '{\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(314, 0, 'mod_version', 'module', 'mod_version', '', 1, 1, 1, 0, '{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}', '{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(315, 0, 'mod_stats_admin', 'module', 'mod_stats_admin', '', 1, 1, 1, 0, '{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}', '{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(316, 0, 'mod_tags_popular', 'module', 'mod_tags_popular', '', 0, 1, 1, 0, '{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}', '{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(317, 0, 'mod_tags_similar', 'module', 'mod_tags_similar', '', 0, 1, 1, 0, '{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}', '{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(318, 0, 'mod_sampledata', 'module', 'mod_sampledata', '', 1, 1, 1, 0, '{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(319, 0, 'mod_latestactions', 'module', 'mod_latestactions', '', 1, 1, 1, 0, '{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latestactions\"}', '{}', '', '', 0, '1970-01-01 00:00:00', 0, 0),
(320, 0, 'mod_privacy_dashboard', 'module', 'mod_privacy_dashboard', '', 1, 1, 1, 0, '{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_privacy_dashboard\"}', '{}', '', '', 0, '1970-01-01 00:00:00', 0, 0),
(400, 0, 'plg_authentication_gmail', 'plugin', 'gmail', 'authentication', 0, 0, 1, 0, '{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}', '{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0);
INSERT INTO `fwzm6_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(401, 0, 'plg_authentication_joomla', 'plugin', 'joomla', 'authentication', 0, 1, 1, 1, '{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(402, 0, 'plg_authentication_ldap', 'plugin', 'ldap', 'authentication', 0, 0, 1, 0, '{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}', '{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(403, 0, 'plg_content_contact', 'plugin', 'contact', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(404, 0, 'plg_content_emailcloak', 'plugin', 'emailcloak', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}', '{\"mode\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(406, 0, 'plg_content_loadmodule', 'plugin', 'loadmodule', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}', '{\"style\":\"xhtml\"}', '', '', 0, '2011-09-18 15:22:50', 0, 0),
(407, 0, 'plg_content_pagebreak', 'plugin', 'pagebreak', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(408, 0, 'plg_content_pagenavigation', 'plugin', 'pagenavigation', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}', '{\"position\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(409, 0, 'plg_content_vote', 'plugin', 'vote', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}', '', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(410, 0, 'plg_editors_codemirror', 'plugin', 'codemirror', 'editors', 0, 1, 1, 1, '{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2017 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"https:\\/\\/codemirror.net\\/\",\"version\":\"5.56.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}', '{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(411, 0, 'plg_editors_none', 'plugin', 'none', 'editors', 0, 1, 1, 1, '{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(412, 0, 'plg_editors_tinymce', 'plugin', 'tinymce', 'editors', 0, 1, 1, 0, '{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2020\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"4.5.12\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}', '{\"mode\":\"1\",\"skin\":\"0\",\"mobile\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"extended_elements\":\"\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"1\",\"element_path\":\"1\",\"fonts\":\"1\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"1\",\"colors\":\"1\",\"table\":\"1\",\"smilies\":\"1\",\"hr\":\"1\",\"link\":\"1\",\"media\":\"1\",\"print\":\"1\",\"directionality\":\"1\",\"fullscreen\":\"1\",\"alignment\":\"1\",\"visualchars\":\"1\",\"visualblocks\":\"1\",\"nonbreaking\":\"1\",\"template\":\"1\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(413, 0, 'plg_editors-xtd_article', 'plugin', 'article', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(414, 0, 'plg_editors-xtd_image', 'plugin', 'image', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(415, 0, 'plg_editors-xtd_pagebreak', 'plugin', 'pagebreak', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(416, 0, 'plg_editors-xtd_readmore', 'plugin', 'readmore', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(417, 0, 'plg_search_categories', 'plugin', 'categories', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(418, 0, 'plg_search_contacts', 'plugin', 'contacts', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(419, 0, 'plg_search_content', 'plugin', 'content', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(420, 0, 'plg_search_newsfeeds', 'plugin', 'newsfeeds', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(422, 0, 'plg_system_languagefilter', 'plugin', 'languagefilter', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(423, 0, 'plg_system_p3p', 'plugin', 'p3p', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}', '{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(424, 0, 'plg_system_cache', 'plugin', 'cache', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}', '{\"browsercache\":\"0\",\"cachetime\":\"15\"}', '', '', 0, '0000-00-00 00:00:00', 9, 0),
(425, 0, 'plg_system_debug', 'plugin', 'debug', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}', '{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(426, 0, 'plg_system_log', 'plugin', 'log', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}', '', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(427, 0, 'plg_system_redirect', 'plugin', 'redirect', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}', '', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(428, 0, 'plg_system_remember', 'plugin', 'remember', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(429, 0, 'plg_system_sef', 'plugin', 'sef', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}', '', '', '', 0, '0000-00-00 00:00:00', 8, 0),
(430, 0, 'plg_system_logout', 'plugin', 'logout', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(431, 0, 'plg_user_contactcreator', 'plugin', 'contactcreator', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}', '{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(432, 0, 'plg_user_joomla', 'plugin', 'joomla', 'user', 0, 1, 1, 0, '{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(433, 0, 'plg_user_profile', 'plugin', 'profile', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}', '{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(434, 0, 'plg_extension_joomla', 'plugin', 'joomla', 'extension', 0, 1, 1, 1, '{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(435, 0, 'plg_content_joomla', 'plugin', 'joomla', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(436, 0, 'plg_system_languagecode', 'plugin', 'languagecode', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}', '', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(437, 0, 'plg_quickicon_joomlaupdate', 'plugin', 'joomlaupdate', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(438, 0, 'plg_quickicon_extensionupdate', 'plugin', 'extensionupdate', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(439, 0, 'plg_captcha_recaptcha', 'plugin', 'recaptcha', 'captcha', 0, 0, 1, 0, '{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(440, 0, 'plg_system_highlight', 'plugin', 'highlight', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(441, 0, 'plg_content_finder', 'plugin', 'finder', 'content', 0, 0, 1, 0, '{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(442, 0, 'plg_finder_categories', 'plugin', 'categories', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(443, 0, 'plg_finder_contacts', 'plugin', 'contacts', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(444, 0, 'plg_finder_content', 'plugin', 'content', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(445, 0, 'plg_finder_newsfeeds', 'plugin', 'newsfeeds', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(447, 0, 'plg_finder_tags', 'plugin', 'tags', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(448, 0, 'plg_twofactorauth_totp', 'plugin', 'totp', 'twofactorauth', 0, 1, 1, 0, '{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(449, 0, 'plg_authentication_cookie', 'plugin', 'cookie', 'authentication', 0, 1, 1, 0, '{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(450, 0, 'plg_twofactorauth_yubikey', 'plugin', 'yubikey', 'twofactorauth', 0, 1, 1, 0, '{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(451, 0, 'plg_search_tags', 'plugin', 'tags', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(452, 0, 'plg_system_updatenotification', 'plugin', 'updatenotification', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}', '{\"lastrun\":1600815769}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(453, 0, 'plg_editors-xtd_module', 'plugin', 'module', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(454, 0, 'plg_system_stats', 'plugin', 'stats', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}', '{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"8e29b78f770b017a7e6e3c497b4e94a3f7595195\",\"interval\":12}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(455, 0, 'plg_installer_packageinstaller', 'plugin', 'packageinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(456, 0, 'PLG_INSTALLER_FOLDERINSTALLER', 'plugin', 'folderinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(457, 0, 'PLG_INSTALLER_URLINSTALLER', 'plugin', 'urlinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(458, 0, 'plg_quickicon_phpversioncheck', 'plugin', 'phpversioncheck', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(459, 0, 'plg_editors-xtd_menu', 'plugin', 'menu', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(460, 0, 'plg_editors-xtd_contact', 'plugin', 'contact', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(461, 0, 'plg_system_fields', 'plugin', 'fields', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(462, 0, 'plg_fields_calendar', 'plugin', 'calendar', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(463, 0, 'plg_fields_checkboxes', 'plugin', 'checkboxes', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(464, 0, 'plg_fields_color', 'plugin', 'color', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(465, 0, 'plg_fields_editor', 'plugin', 'editor', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(466, 0, 'plg_fields_imagelist', 'plugin', 'imagelist', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(467, 0, 'plg_fields_integer', 'plugin', 'integer', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}', '{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(468, 0, 'plg_fields_list', 'plugin', 'list', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(469, 0, 'plg_fields_media', 'plugin', 'media', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(470, 0, 'plg_fields_radio', 'plugin', 'radio', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(471, 0, 'plg_fields_sql', 'plugin', 'sql', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(472, 0, 'plg_fields_text', 'plugin', 'text', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(473, 0, 'plg_fields_textarea', 'plugin', 'textarea', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(474, 0, 'plg_fields_url', 'plugin', 'url', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(475, 0, 'plg_fields_user', 'plugin', 'user', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(476, 0, 'plg_fields_usergrouplist', 'plugin', 'usergrouplist', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(477, 0, 'plg_content_fields', 'plugin', 'fields', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(478, 0, 'plg_editors-xtd_fields', 'plugin', 'fields', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(479, 0, 'plg_sampledata_blog', 'plugin', 'blog', 'sampledata', 0, 0, 1, 0, '{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(480, 0, 'plg_system_sessiongc', 'plugin', 'sessiongc', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(481, 0, 'plg_fields_repeatable', 'plugin', 'repeatable', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_repeatable\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FIELDS_REPEATABLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"repeatable\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(482, 0, 'plg_content_confirmconsent', 'plugin', 'confirmconsent', 'content', 0, 0, 1, 0, '{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"confirmconsent\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(483, 0, 'PLG_SYSTEM_ACTIONLOGS', 'plugin', 'actionlogs', 'system', 0, 0, 1, 0, '{\"name\":\"PLG_SYSTEM_ACTIONLOGS\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(484, 0, 'PLG_ACTIONLOG_JOOMLA', 'plugin', 'joomla', 'actionlog', 0, 1, 1, 0, '{\"name\":\"PLG_ACTIONLOG_JOOMLA\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(485, 0, 'plg_system_privacyconsent', 'plugin', 'privacyconsent', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacyconsent\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(486, 0, 'plg_system_logrotation', 'plugin', 'logrotation', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logrotation\"}', '{\"lastrun\":1599092449}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(487, 0, 'plg_privacy_user', 'plugin', 'user', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(488, 0, 'plg_quickicon_privacycheck', 'plugin', 'privacycheck', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacycheck\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(489, 0, 'plg_user_terms', 'plugin', 'terms', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"terms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(490, 0, 'plg_privacy_contact', 'plugin', 'contact', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(491, 0, 'plg_privacy_content', 'plugin', 'content', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(492, 0, 'plg_privacy_message', 'plugin', 'message', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"message\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
INSERT INTO `fwzm6_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(493, 0, 'plg_privacy_actionlogs', 'plugin', 'actionlogs', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(494, 0, 'plg_captcha_recaptcha_invisible', 'plugin', 'recaptcha_invisible', 'captcha', 0, 0, 1, 0, '{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"November 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha_invisible\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(495, 0, 'plg_privacy_consents', 'plugin', 'consents', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"consents\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(503, 0, 'beez3', 'template', 'beez3', '', 0, 1, 1, 0, '{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(504, 0, 'hathor', 'template', 'hathor', '', 1, 1, 1, 0, '{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(506, 0, 'protostar', 'template', 'protostar', '', 0, 1, 1, 0, '{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(507, 0, 'isis', 'template', 'isis', '', 1, 1, 1, 0, '{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(600, 802, 'English (en-GB)', 'language', 'en-GB', '', 0, 1, 1, 1, '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"August 2020\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.21\",\"description\":\"en-GB site language\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(601, 802, 'English (en-GB)', 'language', 'en-GB', '', 1, 1, 1, 1, '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"August 2020\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.21\",\"description\":\"en-GB administrator language\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(700, 0, 'files_joomla', 'file', 'joomla', '', 0, 1, 1, 1, '{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"August 2020\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.21\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(802, 0, 'English (en-GB) Language Pack', 'package', 'pkg_en-GB', '', 0, 1, 1, 1, '{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"August 2020\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.21.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10029, 0, 'System - RokBooster', 'plugin', 'rokbooster', 'system', 0, 0, 1, 0, '{\"name\":\"System - RokBooster\",\"type\":\"plugin\",\"creationDate\":\"February 22, 2019\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"1.1.18\",\"description\":\"\\n        \\n        <div class=\\\"booster-description\\\">\\n        <img src=\\\"..\\/plugins\\/system\\/rokbooster\\/assets\\/images\\/rokbooster.jpg\\\" class=\\\"img-padding\\\" \\/><h1>RokBooster<\\/h1>\\n        <p>Increase the speed of your site by enabling the RokBooster plug-in.  This advanced extensions will <strong>compress<\\/strong> and <strong>combine<\\/strong> your <strong>CSS<\\/strong> and <strong>JavaScript<\\/strong> into as few files as possible each.  RokBooster can dramatically reduce the number of HTTP calls a browser has to make, and sending those compressed files GZipped means your pages will load faster with less load on your server.<\\/p>\\n\\n        <h2>Key Features:<\\/h2>\\n        <ul class=\\\"features\\\">\\n            <li>Combine and compress CSS and JavaScript into as few files as possible<\\/li>\\n            <li>GZip compression used to send CSS and JavaScript files<\\/li>\\n            <li>Compress Inline CSS and JavaScript<\\/li>\\n            <li>Customizable cache timeout<\\/li>\\n            <li>Background rendering, so initial file processing won\'t slow your users down<\\/li>\\n            <li>Full page scan allows for non-header JavaScript and CSS to be included<\\/li>\\n            <li>Ability to ignore specific CSS and JavaScript files<\\/li>\\n        <\\/ul>\\n        <p class=\\\"note\\\"><strong>NOTE:<\\/strong> Clearing the Joomla cache will remove the RokBooster compressed cache files causing them to regenerate on the next page hit<\\/p>\\n        <\\/div>\\n        \\n    \",\"group\":\"\",\"filename\":\"rokbooster\"}', '{\"cache_time\":\"10080\",\"compress_css\":\"compress\",\"style_sort\":\"RokBooster_Compressor_Sort_ExternalOnTop\",\"inline_css\":\"0\",\"imported_css\":\"0\",\"compress_js\":\"combine\",\"script_sort\":\"RokBooster_Compressor_Sort_ExternalOnTop\",\"inline_js\":\"1\",\"max_data_uri_image_size\":\"21612\",\"convert_css_images\":\"0\",\"convert_page_images\":\"0\",\"max_data_uri_font_size\":\"21612\",\"convert_css_fonts\":\"0\",\"ignored_pages\":\"\",\"ignored_files\":\"\\/media\\/editors\\/tinymce\\/jscripts\\/tiny_mce\\/tiny_mce.js\",\"scan_method\":\"joomla\",\"use_background_processing\":\"1\",\"disable_for_ie\":\"2\",\"cache_file_permissions\":\"0644\",\"data_storage\":\"default\",\"debugloglevel\":\"63\"}', '', '', 0, '0000-00-00 00:00:00', 100, 0),
(10031, 0, 'RokPad', 'plugin', 'rokpad', 'editors', 0, 1, 1, 0, '{\"name\":\"RokPad\",\"type\":\"plugin\",\"creationDate\":\"August 30, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.10\",\"description\":\"\\n        <div class=\\\"rokpad-description\\\">\\n        <img src=\\\"..\\/plugins\\/editors\\/rokpad\\/assets\\/admin\\/images\\/rokpad.jpg\\\" class=\\\"img-padding\\\" \\/><h1>RokPad<\\/h1>\\n        <h2>The Power of Desktop Text Editor in a Joomla!<\\/h2>\\n        <p>Ever wished you could use a powerful desktop text editor such as Textmate, SublimeText, or UltraEdit directly on a Joomla! web site?  Now with RokPad we provide many features and capabilities that traditionally would only be found in a powerful desktop editor.  RokPad provides advanced functions such as an Ajax saving action, syntax highlighting, configurable themes, multiple cursors and selections, shortcut keys, multiple language support, and many other incredible features.<\\/p>\\n\\n        <h2>Key Features:<\\/h2>\\n        <ul class=\\\"features\\\">\\n\\t\\t\\t<li>Code Highlighter built on the great ACE Editor<\\/li>\\n\\t        <li>Support for CSS, HTML, JavaScript, JSON, LESS, Markdown, PHP, SQL, Plain Text, Textile, XML and more...<\\/li>\\n\\t        <li>Ajax save and Automatic Save options. You\'ll never loose your content again, nor wait until the page has finished reloading after a save!<\\/li>\\n\\t        <li>Save, Undo, Redo, Goto line, Advanced Search and Search &amp; Replace, Full Screen. Settings like Themes, Font Size, Code Folding, Wrap Mode, Invisible Characters, Print Margin, Highlight of selected word<\\/li>\\n\\t        <li>26 Themes to choose from<\\/li>\\n\\t        <li>Resizable Editor by dragging the Statusbar<\\/li>\\n\\t        <li>Keyboard shortcuts<\\/li>\\n\\t        <li>Brackets match<\\/li>\\n\\t        <li>Multiple cursors and selections<\\/li>\\n\\t        <li>Vertical Selection<\\/li>\\n\\t        <li>Ability to insert at multiple locations xtd-buttons shortcodes, all at once.<\\/li>\\n\\t        <li>Shortcodes and Universal Tag Insertion<\\/li>\\n\\t        <li>Drag &amp; Drop of text from external applications such as other Browser Tabs\\/windows or Native Applications (Supported on Firefox, Chrome, IE10 and Safari)<\\/li>\\n\\t        <li>Import local files by Drag &amp; Drop directly from your desktop! (Supported on Firefox, Chrome, IE10 and Safari 6+)<\\/li>\\n\\t        <li>And much more!<\\/li>\\n        <\\/ul>\\n        <\\/div>\\n        \",\"group\":\"\",\"filename\":\"rokpad\"}', '{\"autosave-enabled\":\"0\",\"autosave-time\":\"5\",\"theme\":\"fluidvision\",\"font-size\":\"12px\",\"fold-style\":\"markbeginend\",\"use-wrap-mode\":\"free\",\"selection-style\":\"1\",\"highlight-active-line\":\"1\",\"highlight-selected-word\":\"1\",\"show-invisibles\":\"0\",\"show-gutter\":\"1\",\"show-print-margin\":\"1\",\"fade-fold-widgets\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(10033, 0, 'RokAjaxSearch', 'module', 'mod_rokajaxsearch', '', 0, 1, 1, 0, '{\"name\":\"RokAjaxSearch\",\"type\":\"module\",\"creationDate\":\"August 30, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.0.6\",\"description\":\"RokAjaxSearch is an ajaxian searcher that displays the results immediately and allows to choose the\\n        proper one.\\n    \",\"group\":\"\",\"filename\":\"mod_rokajaxsearch\"}', '{\"search_page\":\"index.php?option=com_search&view=search&tmpl=component\",\"adv_search_page\":\"index.php?option=com_search&view=search\",\"include_css\":\"1\",\"theme\":\"blue\",\"searchphrase\":\"any\",\"ordering\":\"newest\",\"limit\":\"10\",\"perpage\":\"3\",\"websearch\":\"0\",\"blogsearch\":\"0\",\"imagesearch\":\"0\",\"videosearch\":\"0\",\"websearch_api\":\"\",\"show_pagination\":\"1\",\"safesearch\":\"MODERATE\",\"image_size\":\"MEDIUM\",\"show_estimated\":\"1\",\"hide_divs\":\"\",\"include_link\":\"1\",\"show_description\":\"1\",\"include_category\":\"1\",\"show_readmore\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10042, 10049, 'plg_system_gantry5', 'plugin', 'gantry5', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_gantry5\",\"type\":\"plugin\",\"creationDate\":\"September  8, 2020\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.35\",\"description\":\"PLG_SYSTEM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{\"production\":0}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10043, 10049, 'plg_quickicon_gantry5', 'plugin', 'gantry5', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_gantry5\",\"type\":\"plugin\",\"creationDate\":\"September  8, 2020\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.35\",\"description\":\"PLG_QUICKICON_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{\"context\":\"mod_quickicon\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10044, 10049, 'plg_gantry5_preset', 'plugin', 'preset', 'gantry5', 0, 1, 1, 0, '{\"name\":\"plg_gantry5_preset\",\"type\":\"plugin\",\"creationDate\":\"September  8, 2020\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.35\",\"description\":\"PLG_GANTRY5_PRESET_DESCRIPTION\",\"group\":\"\",\"filename\":\"preset\"}', '{\"preset\":\"presets\",\"reset\":\"reset-settings\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10045, 10049, 'mod_gantry5_particle', 'module', 'mod_gantry5_particle', '', 0, 1, 0, 0, '{\"name\":\"mod_gantry5_particle\",\"type\":\"module\",\"creationDate\":\"September  8, 2020\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.35\",\"description\":\"MOD_GANTRY5_PARTICLE_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_gantry5_particle\"}', '{\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10047, 10049, 'gantry5_nucleus', 'file', 'gantry5_nucleus', '', 0, 1, 0, 0, '{\"name\":\"gantry5_nucleus\",\"type\":\"file\",\"creationDate\":\"September  8, 2020\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.35\",\"description\":\"GANTRY5_NUCLEUS_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10048, 10049, 'com_gantry5', 'component', 'com_gantry5', '', 1, 1, 0, 0, '{\"name\":\"com_gantry5\",\"type\":\"component\",\"creationDate\":\"September  8, 2020\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.35\",\"description\":\"COM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10049, 0, 'pkg_gantry5', 'package', 'pkg_gantry5', '', 0, 1, 1, 0, '{\"name\":\"pkg_gantry5\",\"type\":\"package\",\"creationDate\":\"September  8, 2020\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.35\",\"description\":\"PKG_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_gantry5\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10190, 0, 'rt_denali', 'template', 'rt_denali', '', 0, 1, 1, 0, '{\"name\":\"rt_denali\",\"type\":\"template\",\"creationDate\":\"February 25, 2019\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2007 - 2016 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"1.1.2\",\"description\":\"TPL_RT_DENALI_DESC\",\"group\":\"\",\"filename\":\"templateDetails\"}', '[]', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10195, 0, 'COM_BREEZINGFORMS', 'component', 'com_breezingforms', '', 1, 1, 0, 0, '{\"name\":\"COM_BREEZINGFORMS\",\"type\":\"component\",\"creationDate\":\"2020-07-31\",\"author\":\"Markus Bopp | Until FacileForms Version 1.4.7: Peter Koch\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.org\",\"authorUrl\":\"www.crosstec.org\",\"version\":\"(build 939)\",\"description\":\"Installation successful. Next find BreezingForms in the Components menu, and finish the installation process.\",\"group\":\"\",\"filename\":\"breezingforms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10196, 0, 'sysbreezingforms', 'plugin', 'sysbreezingforms', 'system', 0, 1, 1, 0, '{\"name\":\"sysbreezingforms\",\"type\":\"plugin\",\"creationDate\":\"March 2017\",\"author\":\"Markus Bopp\",\"copyright\":\"Copyright (C) 2015 - Markus Bopp\",\"authorEmail\":\"markus.bopp@crosstec.org\",\"authorUrl\":\"crosstec.org\",\"version\":\"1.0.0\",\"description\":\"System plugin required by the BreezingForms component\",\"group\":\"\",\"filename\":\"sysbreezingforms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10197, 0, 'BreezingForms', 'module', 'mod_breezingforms', '', 0, 1, 0, 0, '{\"name\":\"BreezingForms\",\"type\":\"module\",\"creationDate\":\"November 2013\",\"author\":\"Markus Bopp - Crosstec Solutions | Until Version 1.4.7: Peter Koch\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.8.4\",\"description\":\"\\n\\t\\tEnter the form name for displaying in the desired module position.\\n    \",\"group\":\"\",\"filename\":\"mod_breezingforms\"}', '{\"ff_mod_name\":\"\",\"ff_mod_page\":\"1\",\"ff_mod_editable\":\"0\",\"ff_mod_editable_override\":\"0\",\"ff_mod_frame\":\"0\",\"ff_mod_border\":\"0\",\"ff_mod_align\":\"1\",\"ff_mod_left\":\"0\",\"ff_mod_top\":\"0\",\"ff_mod_parprv\":\"\",\"ff_mod_parpub\":\"\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10198, 0, 'BreezingForms', 'plugin', 'breezingforms', 'content', 0, 1, 1, 0, '{\"name\":\"BreezingForms\",\"type\":\"plugin\",\"creationDate\":\"August 2012\",\"author\":\"Markus Bopp - Crosstec Solutions | Until Version 1.4.7: Peter Koch\",\"copyright\":\"This Joomla! component is released under the GNU\\/GPL license\",\"authorEmail\":\"markus.bopp@crosstec.de\",\"authorUrl\":\"www.crosstec.de\",\"version\":\"1.8\",\"description\":\"\\n\\t\\n<h3>BreezingForms<\\/h3>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h2>BreezingForms Plugin: Displays forms inline in articles<\\/h2>\\n<h3>Requirements:<\\/h3><ul>\\n\\n<li>The BreezingForms component must also be installed (same version)<\\/li>\\n<li>The bot must be published<\\/li>\\n<\\/ul>\\n<h3>Pattern syntax:<\\/h3><code><pre>\\n\\t{ BreezingForms : <em>formname<\\/em> [, <em>page<\\/em>, <em>border<\\/em>, <em>urlparams<\\/em>, <em>suffix<\\/em> ] }\\n\\n<\\/pre><\\/code><h3>Parameter description:<\\/h3><code><pre>\\n\\tBreezingForms : This tag must be present literally and in exact upper\\/lowercase.\\n\\t<em>formname<\\/em>    : The name of the form to include, also in exact upper\\/lowercase.\\n\\t<em>page<\\/em>        : The starting page number.   Defaults to 1 when omitted.\\n\\t<em>border<\\/em>      : 0=no border, 1=with border. Defaults to 1 when omitted.\\n\\t<em>urlparams<\\/em>   : Parameters to pass in URL style (no commas or closing brackets allowed).\\n\\t<em>suffix<\\/em>      : Suffix appended to all CSS class names in the form.\\n\\n<\\/pre><\\/code><h3>Examples:<\\/h3><code><pre>\\n\\t{ BreezingForms : SampleContactForm }\\n\\t{ BreezingForms : MyVeryForm, 2 }\\n\\t{ BreezingForms : AnotherForm, 1, 0, &amp;amp;ff_param_xy=123&amp;amp;ff_param_foo=bar }\\n\\t{BreezingForms:testform,,,&amp;amp;ff_param_foo=bar,mysuffix}\\n<\\/pre><\\/code>But attention with the following one. Basicly it would work, but when\\nusing a WYSIWYG editor, it will insert linebreaks as <code>&lt;br\\/&gt;<\\/code>\\nand the bot will no longer recognize the pattern:<code><pre>\\n\\t{\\n\\t\\tBreezingForms:\\n\\n\\t\\t\\tAnotherForm,\\n\\t\\t\\t1,\\n\\t\\t\\t0,\\n\\t\\t\\t&amp;amp;ff_param_xy=123&amp;amp;ff_param_foo=bar\\n\\t}\\n<\\/pre><\\/code>\\n\\n\\n    \",\"group\":\"\",\"filename\":\"breezingforms\"}', '{\"load_in_iframe\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10200, 10208, 'COM_JCE', 'component', 'com_jce', '', 1, 1, 0, 0, '{\"name\":\"COM_JCE\",\"type\":\"component\",\"creationDate\":\"27-08-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"www.joomlacontenteditor.net\",\"version\":\"2.8.17\",\"description\":\"COM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10201, 10208, 'plg_editors_jce', 'plugin', 'jce', 'editors', 0, 1, 1, 0, '{\"name\":\"plg_editors_jce\",\"type\":\"plugin\",\"creationDate\":\"27-08-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.8.17\",\"description\":\"WF_EDITOR_PLUGIN_DESC\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10202, 10208, 'plg_content_jce', 'plugin', 'jce', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_jce\",\"type\":\"plugin\",\"creationDate\":\"27-08-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.8.17\",\"description\":\"PLG_CONTENT_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10203, 10208, 'plg_extension_jce', 'plugin', 'jce', 'extension', 0, 1, 1, 0, '{\"name\":\"plg_extension_jce\",\"type\":\"plugin\",\"creationDate\":\"27-08-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.8.17\",\"description\":\"PLG_EXTENSION_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10204, 10208, 'plg_fields_mediajce', 'plugin', 'mediajce', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_mediajce\",\"type\":\"plugin\",\"creationDate\":\"27-08-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"https:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.8.17\",\"description\":\"PLG_FIELDS_MEDIAJCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mediajce\"}', '[]', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10205, 10208, 'plg_installer_jce', 'plugin', 'jce', 'installer', 0, 1, 1, 0, '{\"name\":\"plg_installer_jce\",\"type\":\"plugin\",\"creationDate\":\"27-08-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.8.17\",\"description\":\"PLG_INSTALLER_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10206, 10208, 'plg_quickicon_jce', 'plugin', 'jce', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_jce\",\"type\":\"plugin\",\"creationDate\":\"27-08-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.8.17\",\"description\":\"PLG_QUICKICON_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10207, 10208, 'plg_system_jce', 'plugin', 'jce', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_jce\",\"type\":\"plugin\",\"creationDate\":\"27-08-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.8.17\",\"description\":\"PLG_SYSTEM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10208, 0, 'PKG_JCE', 'package', 'pkg_jce', '', 0, 1, 1, 0, '{\"name\":\"PKG_JCE\",\"type\":\"package\",\"creationDate\":\"27-08-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.8.17\",\"description\":\"PKG_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10212, 0, 'Gantry 5 Framework', 'library', 'gantry5', '', 0, 1, 1, 0, '{\"name\":\"Gantry 5 Framework\",\"type\":\"library\",\"creationDate\":\"September  8, 2020\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.35\",\"description\":\"LIB_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_compmenus`
--

CREATE TABLE `fwzm6_facileforms_compmenus` (
  `id` int(11) NOT NULL,
  `package` varchar(30) NOT NULL DEFAULT '',
  `parent` int(11) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `img` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `page` int(11) NOT NULL DEFAULT 1,
  `frame` tinyint(1) NOT NULL DEFAULT 0,
  `border` tinyint(1) NOT NULL DEFAULT 0,
  `params` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_config`
--

CREATE TABLE `fwzm6_facileforms_config` (
  `id` varchar(30) NOT NULL DEFAULT '',
  `value` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `fwzm6_facileforms_config`
--

INSERT INTO `fwzm6_facileforms_config` (`id`, `value`) VALUES
('stylesheet', '1'),
('wysiwyg', '0'),
('areasmall', '4'),
('areamedium', '12'),
('arealarge', '20'),
('limitdesc', '100'),
('emailadr', 'donate@pfane.com'),
('images', '{mossite}/components/com_breezingforms/images'),
('uploads', '{mospath}/media/breezingforms/uploads'),
('movepixels', '10'),
('compress', '1'),
('livesite', '0'),
('getprovider', '0'),
('gridshow', '1'),
('gridsize', '10'),
('gridcolor1', '#e0e0ff'),
('gridcolor2', '#ffe0e0'),
('viewed', '0'),
('exported', '0'),
('archived', '0'),
('formname', ''),
('menupkg', ''),
('formpkg', 'QuickModeForms'),
('scriptpkg', ''),
('piecepkg', ''),
('csvdelimiter', ';'),
('csvquote', '\"'),
('cellnewline', '1'),
('enable_classic', '0'),
('disable_ip', '0');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_elements`
--

CREATE TABLE `fwzm6_facileforms_elements` (
  `id` int(11) NOT NULL,
  `form` int(11) NOT NULL DEFAULT 0,
  `page` int(11) NOT NULL DEFAULT 1,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(50) NOT NULL DEFAULT '',
  `class1` varchar(30) DEFAULT NULL,
  `class2` varchar(30) DEFAULT NULL,
  `logging` tinyint(1) NOT NULL DEFAULT 1,
  `posx` int(11) DEFAULT NULL,
  `posxmode` tinyint(1) NOT NULL DEFAULT 0,
  `posy` int(11) DEFAULT NULL,
  `posymode` tinyint(1) NOT NULL DEFAULT 0,
  `width` int(11) DEFAULT NULL,
  `widthmode` tinyint(1) NOT NULL DEFAULT 0,
  `height` int(11) DEFAULT NULL,
  `heightmode` tinyint(1) NOT NULL DEFAULT 0,
  `flag1` tinyint(1) NOT NULL DEFAULT 0,
  `flag2` tinyint(1) NOT NULL DEFAULT 0,
  `data1` text DEFAULT NULL,
  `data2` text DEFAULT NULL,
  `data3` text DEFAULT NULL,
  `script1cond` tinyint(1) NOT NULL DEFAULT 0,
  `script1id` int(11) DEFAULT NULL,
  `script1code` text DEFAULT NULL,
  `script1flag1` tinyint(1) NOT NULL DEFAULT 0,
  `script1flag2` tinyint(1) NOT NULL DEFAULT 0,
  `script2cond` tinyint(1) NOT NULL DEFAULT 0,
  `script2id` int(11) DEFAULT NULL,
  `script2code` text DEFAULT NULL,
  `script2flag1` tinyint(1) NOT NULL DEFAULT 0,
  `script2flag2` tinyint(1) NOT NULL DEFAULT 0,
  `script2flag3` tinyint(1) NOT NULL DEFAULT 0,
  `script2flag4` tinyint(1) NOT NULL DEFAULT 0,
  `script2flag5` tinyint(1) NOT NULL DEFAULT 0,
  `script3cond` tinyint(1) NOT NULL DEFAULT 0,
  `script3id` int(11) DEFAULT NULL,
  `script3code` text DEFAULT NULL,
  `script3msg` text DEFAULT NULL,
  `mailback` tinyint(1) NOT NULL DEFAULT 0,
  `mailbackfile` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `fwzm6_facileforms_elements`
--

INSERT INTO `fwzm6_facileforms_elements` (`id`, `form`, `page`, `ordering`, `published`, `name`, `title`, `type`, `class1`, `class2`, `logging`, `posx`, `posxmode`, `posy`, `posymode`, `width`, `widthmode`, `height`, `heightmode`, `flag1`, `flag2`, `data1`, `data2`, `data3`, `script1cond`, `script1id`, `script1code`, `script1flag1`, `script1flag2`, `script2cond`, `script2id`, `script2code`, `script2flag1`, `script2flag2`, `script2flag3`, `script2flag4`, `script2flag5`, `script3cond`, `script3id`, `script3code`, `script3msg`, `mailback`, `mailbackfile`) VALUES
(51, 2, 1, 5, 1, 'Message', 'Message', 'Textarea', '', '', 1, 0, 0, 160, 0, 20, 0, 20, 0, 0, 0, 'Hi, \n\nI thought you might be interested in this website. ', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(50, 2, 1, 4, 1, 'friendsEmail', 'Friend\'s Email', 'Text', '', '', 1, 0, 0, 120, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1, 42, '', 'Please enter your friend\'s email address.', 1, ''),
(49, 2, 1, 3, 1, 'friendname', 'Friend\'s Name', 'Text', '', '', 1, 0, 0, 80, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1, 44, '', 'Please enter your friend\'s name.', 0, ''),
(48, 2, 1, 2, 1, 'youremail', 'Your Email', 'Text', '', '', 1, 0, 0, 40, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1, 42, '', 'Please enter your email address.', 1, ''),
(47, 2, 1, 1, 1, 'yourname', 'Your Name', 'Text', '', '', 1, 0, 0, 0, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1, 44, '', 'Please tell us your name.', 0, ''),
(86, 1, 1, 5, 1, 'bfQuickMode592616', 'We Specialise In', 'Select List', '', '', 1, 0, 0, 160, 0, 20, 0, 20, 0, 1, 0, '1', '0;Collection;Collection\n0;Trading;Trading\n0;Processing;Processing\n0;Recycling;Recycling\n0;Refining;Refining', '', 0, 8, '', 0, 0, 0, 16, '', 0, 0, 0, 0, 0, 0, 1, '', '', 0, ''),
(85, 1, 1, 4, 1, 'Company_Name', 'Company Name', 'Text', '', '', 1, 0, 0, 120, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 8, '', 0, 0, 0, 16, '', 0, 0, 0, 0, 0, 0, 1, '', 'Please Enter Your Company Name', 0, ''),
(67, 3, 1, 6, 1, 'PFaneEnviro', 'Submit Donation ', 'PayPal', '', '', 1, 0, 0, 200, 0, 20, 0, 20, 0, 0, 0, 'http://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif', '', '', 0, 0, '', 0, 0, 2, 16, 'function ff_bfQuickMode5339732_action(element, action)\n{\n    switch (action) {\n        case \'click\':\nff_getElementByName(\'PayPalSelect\').value = \'Donation|0|\' + ff_getElementByName(\'bfQuickMode3720817\') + \'|0\';\nff_validate_submit();\n            break;\n        default:;\n    } // switch\n} // ff_bfQuickMode5339732_action\n\n', 1, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(66, 3, 1, 5, 1, 'PayPalSelect', 'PayPal Select', 'Hidden Input', '', '', 1, 0, 0, 160, 0, 20, 0, 20, 0, 0, 0, '0.00', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(65, 3, 1, 4, 1, 'bfQuickMode3720817', 'Donation Amount', 'Text', '', '', 1, 0, 0, 120, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1, 44, '', 'Please fill in the donation amount', 0, ''),
(64, 3, 1, 3, 1, 'email', 'Email', 'Text', '', '', 1, 0, 0, 80, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1, 42, '', 'Please fill in your email address', 0, ''),
(63, 3, 1, 2, 1, 'lastName', 'Last Name', 'Text', '', '', 1, 0, 0, 40, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1, 44, '', 'Please tell us your last name.', 0, ''),
(62, 3, 1, 1, 1, 'firstName', 'First Name', 'Text', '', '', 1, 0, 0, 0, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1, 44, '', 'Please fill in your first Name', 0, ''),
(72, 4, 1, 1, 1, 'bfQuickMode6556417', 'Company Name', 'Text', '', '', 1, 0, 0, 0, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 8, '', 0, 0, 0, 16, '', 0, 0, 0, 0, 0, 1, 44, '', 'Please fill in your Name', 0, ''),
(73, 4, 1, 2, 1, 'bfQuickMode3321721', 'Contact Name', 'Text', '', '', 1, 0, 0, 40, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 8, '', 0, 0, 0, 16, '', 0, 0, 0, 0, 0, 1, 44, '', 'Please enter your last name.', 0, ''),
(74, 4, 1, 3, 1, 'bfQuickMode9342370', 'Email', 'Text', '', '', 1, 0, 0, 80, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 8, '', 0, 0, 0, 16, '', 0, 0, 0, 0, 0, 1, 42, '', 'Please fill in your email address', 0, ''),
(87, 1, 1, 6, 1, 'bfQuickMode1990270', 'Choose A Demonstration Date', 'Calendar', '', '', 1, 0, 0, 200, 0, 20, 0, 20, 0, 0, 0, '...', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 1, '', 'Please Select A Date For Your Demonstration', 0, ''),
(83, 3, 1, 0, 1, 'bfFakeName4', 'bfFakeTitle4', '', '', '', 0, 0, 0, 360, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 38, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(82, 3, 1, 0, 1, 'bfFakeName3', 'bfFakeTitle3', '', '', '', 0, 0, 0, 320, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 40, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(80, 3, 1, 0, 1, 'bfFakeName', 'bfFakeTitle', '', '', '', 0, 0, 0, 240, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 41, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(81, 3, 1, 0, 1, 'bfFakeName2', 'bfFakeTitle2', '', '', '', 0, 0, 0, 280, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 23, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(40, 1, 1, 1, 1, 'Name', 'Name', 'Text', '', '', 1, 0, 0, 0, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 8, '', 0, 0, 0, 16, '', 0, 0, 0, 0, 0, 1, 44, '', 'Please tell us your name.', 0, ''),
(41, 1, 1, 3, 1, 'email', 'Email', 'Text', '', '', 1, 0, 0, 80, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1, 42, '', 'Please enter a valid email address.', 0, ''),
(109, 4, 1, 0, 1, 'bfFakeName4', 'bfFakeTitle4', '', '', '', 0, 0, 0, 240, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 38, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(105, 1, 1, 0, 1, 'bfFakeName4', 'bfFakeTitle4', '', '', '', 0, 0, 0, 440, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 38, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(104, 1, 1, 0, 1, 'bfFakeName3', 'bfFakeTitle3', '', '', '', 0, 0, 0, 400, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 40, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(103, 1, 1, 0, 1, 'bfFakeName2', 'bfFakeTitle2', '', '', '', 0, 0, 0, 360, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 23, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(102, 1, 1, 0, 1, 'bfFakeName', 'bfFakeTitle', '', '', '', 0, 0, 0, 320, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 41, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(52, 2, 1, 6, 1, 'captcha', 'Enter Captcha Code', 'Captcha', '', '', 0, 0, 0, 200, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(53, 2, 2, 7, 1, 'bfQuickMode3314439', 'Your Name', 'Unknown', '', '', 0, 0, 0, 240, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(54, 2, 2, 8, 1, 'bfQuickMode8493', 'Your Email', 'Unknown', '', '', 0, 0, 0, 280, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(55, 2, 2, 9, 1, 'bfQuickMode21599', 'Friend\'s Name', 'Unknown', '', '', 0, 0, 0, 320, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(56, 2, 2, 10, 1, 'bfQuickMode41439', 'Friend\'s Email', 'Unknown', '', '', 0, 0, 0, 360, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(57, 2, 2, 11, 1, 'bfQuickMode34370', 'Message', 'Unknown', '', '', 0, 0, 0, 400, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(58, 2, 1, 0, 1, 'bfFakeName', 'bfFakeTitle', '', '', '', 0, 0, 0, 440, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 41, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(59, 2, 1, 0, 1, 'bfFakeName2', 'bfFakeTitle2', '', '', '', 0, 0, 0, 480, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 23, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(60, 2, 1, 0, 1, 'bfFakeName3', 'bfFakeTitle3', '', '', '', 0, 0, 0, 520, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 40, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(61, 2, 1, 0, 1, 'bfFakeName4', 'bfFakeTitle4', '', '', '', 0, 0, 0, 560, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 38, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(84, 1, 1, 2, 1, 'bfQuickMode6939831', 'Phone', 'Text', '', '', 1, 0, 0, 40, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 8, '', 0, 0, 0, 16, '', 0, 0, 0, 0, 0, 0, 1, '', '', 0, ''),
(88, 1, 1, 7, 1, 'bfQuickMode3106887', 'Country', 'Text', '', '', 1, 0, 0, 240, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 8, '', 0, 0, 0, 16, '', 0, 0, 0, 0, 0, 0, 1, '', '', 0, ''),
(89, 1, 1, 8, 1, 'bfQuickMode907839', 'Submit', 'Regular Button', '', '', 0, 0, 0, 280, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 0, 16, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(108, 4, 1, 0, 1, 'bfFakeName3', 'bfFakeTitle3', '', '', '', 0, 0, 0, 200, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 40, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(106, 4, 1, 0, 1, 'bfFakeName', 'bfFakeTitle', '', '', '', 0, 0, 0, 120, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 41, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, ''),
(107, 4, 1, 0, 1, 'bfFakeName2', 'bfFakeTitle2', '', '', '', 0, 0, 0, 160, 0, 20, 0, 20, 0, 0, 0, '', '', '', 0, 0, '', 0, 0, 1, 23, '', 0, 0, 0, 0, 0, 0, 0, '', '', 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_forms`
--

CREATE TABLE `fwzm6_facileforms_forms` (
  `id` int(11) NOT NULL,
  `alt_mailfrom` text DEFAULT NULL,
  `alt_fromname` text DEFAULT NULL,
  `mb_alt_mailfrom` text DEFAULT NULL,
  `mb_alt_fromname` text DEFAULT NULL,
  `mailchimp_email_field` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_checkbox_field` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_api_key` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_list_id` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_double_optin` tinyint(1) NOT NULL DEFAULT 1,
  `mailchimp_mergevars` text DEFAULT NULL,
  `mailchimp_text_html_mobile_field` varchar(255) NOT NULL DEFAULT '',
  `mailchimp_send_errors` tinyint(1) NOT NULL DEFAULT 0,
  `mailchimp_default_type` varchar(255) NOT NULL DEFAULT 'text',
  `mailchimp_delete_member` tinyint(1) NOT NULL DEFAULT 0,
  `mailchimp_unsubscribe_field` varchar(255) NOT NULL DEFAULT '',
  `salesforce_token` varchar(255) NOT NULL DEFAULT '',
  `salesforce_username` varchar(255) NOT NULL DEFAULT '',
  `salesforce_password` varchar(255) NOT NULL DEFAULT '',
  `salesforce_type` varchar(255) NOT NULL DEFAULT '',
  `salesforce_fields` text DEFAULT NULL,
  `salesforce_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `dropbox_email` varchar(255) NOT NULL DEFAULT '',
  `dropbox_password` varchar(255) NOT NULL DEFAULT '',
  `dropbox_folder` text DEFAULT NULL,
  `dropbox_submission_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `dropbox_submission_types` varchar(255) NOT NULL DEFAULT 'pdf',
  `tags_content` text NOT NULL,
  `tags_content_template` mediumtext NOT NULL,
  `tags_content_template_default_element` int(11) NOT NULL DEFAULT 0,
  `tags_form` text NOT NULL,
  `tags_content_default_category` int(11) NOT NULL DEFAULT 0,
  `tags_content_default_state` int(11) NOT NULL DEFAULT 1,
  `tags_content_default_access` int(11) NOT NULL DEFAULT 1,
  `tags_content_default_language` varchar(7) NOT NULL DEFAULT '*',
  `tags_content_default_featured` int(11) NOT NULL DEFAULT 0,
  `tags_content_default_publishup` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
  `tags_content_default_publishdown` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
  `autoheight` tinyint(1) NOT NULL DEFAULT 0,
  `package` varchar(30) NOT NULL DEFAULT '',
  `template_code` longtext NOT NULL,
  `template_code_processed` longtext NOT NULL,
  `template_areas` longtext NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `runmode` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `custom_mail_subject` varchar(255) NOT NULL DEFAULT '',
  `mb_custom_mail_subject` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL,
  `class1` varchar(30) DEFAULT NULL,
  `class2` varchar(30) DEFAULT NULL,
  `width` int(11) NOT NULL DEFAULT 0,
  `widthmode` tinyint(1) NOT NULL DEFAULT 0,
  `height` int(11) NOT NULL DEFAULT 0,
  `heightmode` tinyint(1) NOT NULL DEFAULT 0,
  `pages` int(11) NOT NULL DEFAULT 1,
  `emailntf` tinyint(1) NOT NULL DEFAULT 1,
  `mb_emailntf` tinyint(1) NOT NULL DEFAULT 1,
  `emaillog` tinyint(1) NOT NULL DEFAULT 1,
  `mb_emaillog` tinyint(1) NOT NULL DEFAULT 1,
  `emailxml` tinyint(1) NOT NULL DEFAULT 0,
  `mb_emailxml` tinyint(1) NOT NULL DEFAULT 0,
  `email_type` tinyint(1) NOT NULL DEFAULT 0,
  `mb_email_type` tinyint(1) NOT NULL DEFAULT 0,
  `email_custom_template` text DEFAULT NULL,
  `mb_email_custom_template` text DEFAULT NULL,
  `email_custom_html` tinyint(1) NOT NULL DEFAULT 0,
  `mb_email_custom_html` tinyint(1) NOT NULL DEFAULT 0,
  `emailadr` text DEFAULT NULL,
  `dblog` tinyint(1) NOT NULL DEFAULT 1,
  `script1cond` tinyint(1) NOT NULL DEFAULT 0,
  `script1id` int(11) DEFAULT NULL,
  `script1code` text DEFAULT NULL,
  `script2cond` tinyint(1) NOT NULL DEFAULT 0,
  `script2id` int(11) DEFAULT NULL,
  `script2code` text DEFAULT NULL,
  `piece1cond` tinyint(1) NOT NULL DEFAULT 0,
  `piece1id` int(11) DEFAULT NULL,
  `piece1code` text DEFAULT NULL,
  `piece2cond` tinyint(1) NOT NULL DEFAULT 0,
  `piece2id` int(11) DEFAULT NULL,
  `piece2code` text DEFAULT NULL,
  `piece3cond` tinyint(1) NOT NULL DEFAULT 0,
  `piece3id` int(11) DEFAULT NULL,
  `piece3code` text DEFAULT NULL,
  `piece4cond` tinyint(1) NOT NULL DEFAULT 0,
  `piece4id` int(11) DEFAULT NULL,
  `piece4code` text DEFAULT NULL,
  `prevmode` tinyint(1) NOT NULL DEFAULT 2,
  `prevwidth` int(11) DEFAULT NULL,
  `filter_state` text NOT NULL,
  `double_opt` tinyint(1) NOT NULL DEFAULT 0,
  `opt_mail` varchar(128) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `fwzm6_facileforms_forms`
--

INSERT INTO `fwzm6_facileforms_forms` (`id`, `alt_mailfrom`, `alt_fromname`, `mb_alt_mailfrom`, `mb_alt_fromname`, `mailchimp_email_field`, `mailchimp_checkbox_field`, `mailchimp_api_key`, `mailchimp_list_id`, `mailchimp_double_optin`, `mailchimp_mergevars`, `mailchimp_text_html_mobile_field`, `mailchimp_send_errors`, `mailchimp_default_type`, `mailchimp_delete_member`, `mailchimp_unsubscribe_field`, `salesforce_token`, `salesforce_username`, `salesforce_password`, `salesforce_type`, `salesforce_fields`, `salesforce_enabled`, `dropbox_email`, `dropbox_password`, `dropbox_folder`, `dropbox_submission_enabled`, `dropbox_submission_types`, `tags_content`, `tags_content_template`, `tags_content_template_default_element`, `tags_form`, `tags_content_default_category`, `tags_content_default_state`, `tags_content_default_access`, `tags_content_default_language`, `tags_content_default_featured`, `tags_content_default_publishup`, `tags_content_default_publishdown`, `autoheight`, `package`, `template_code`, `template_code_processed`, `template_areas`, `ordering`, `published`, `runmode`, `name`, `custom_mail_subject`, `mb_custom_mail_subject`, `title`, `description`, `class1`, `class2`, `width`, `widthmode`, `height`, `heightmode`, `pages`, `emailntf`, `mb_emailntf`, `emaillog`, `mb_emaillog`, `emailxml`, `mb_emailxml`, `email_type`, `mb_email_type`, `email_custom_template`, `mb_email_custom_template`, `email_custom_html`, `mb_email_custom_html`, `emailadr`, `dblog`, `script1cond`, `script1id`, `script1code`, `script2cond`, `script2id`, `script2code`, `piece1cond`, `piece1id`, `piece1code`, `piece2cond`, `piece2id`, `piece2code`, `piece3cond`, `piece3id`, `piece3code`, `piece4cond`, `piece4id`, `piece4code`, `prevmode`, `prevwidth`, `filter_state`, `double_opt`, `opt_mail`) VALUES
(1, NULL, NULL, NULL, NULL, '', '', '', '', 1, NULL, '', 0, 'text', 0, '', '', '', '', '', NULL, 0, '', '', '', 0, 'pdf', '', '', 0, '', 0, 1, 1, '*', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'QuickModeForms', 'eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiU2NoZWR1bGUgQSBEZW1vIiwibmFtZSI6IlNjaGVkdWxlQURlbW8iLCJyb2xsb3ZlciI6dHJ1ZSwicm9sbG92ZXJDb2xvciI6IiNmZmMiLCJ0b2dnbGVGaWVsZHMiOiIiLCJkZXNjcmlwdGlvbiI6IlRvIHNjaGVkdWxlIGEgZGVtb25zdHJhdGlvbiBvZiB0aGUgdmlld3BhcyBzb2Z0d2FyZS4iLCJtYWlsTm90aWZpY2F0aW9uIjoiMSIsIm1haWxSZWNpcGllbnQiOiJkYWxlQHBmYW5lLmNvbSIsInN1Ym1pdEluY2x1ZGUiOnRydWUsInN1Ym1pdExhYmVsIjoic3VibWl0IiwiY2FuY2VsSW5jbHVkZSI6ZmFsc2UsImNhbmNlbExhYmVsIjoicmVzZXQiLCJwYWdpbmdJbmNsdWRlIjp0cnVlLCJwYWdpbmdOZXh0TGFiZWwiOiJuZXh0IiwicGFnaW5nUHJldkxhYmVsIjoiYmFjayIsInRoZW1lIjoiZGVmYXVsdCIsImZhZGVJbiI6ZmFsc2UsImxhc3RQYWdlVGhhbmtZb3UiOnRydWUsInN1Ym1pdHRlZFNjcmlwdENvbmRpZHRpb24iOjIsInN1Ym1pdHRlZFNjcmlwdENvZGUiOiJmdW5jdGlvbiBmZl9TY2hlZHVsZUFEZW1vX3N1Ym1pdHRlZChzdGF0dXMsIG1lc3NhZ2Upe2lmKHN0YXR1cz09MCl7ZmZfc3dpdGNocGFnZSgyKTt9ZWxzZXthbGVydChtZXNzYWdlKTt9fSIsInVzZUVycm9yQWxlcnRzIjpmYWxzZSwidXNlRGVmYXVsdEVycm9ycyI6dHJ1ZSwidXNlQmFsbG9vbkVycm9ycyI6ZmFsc2UsInRpdGxlX3RyYW5zbGF0aW9uIjoiIiwidGhlbWVib290c3RyYXBMYWJlbFRvcCI6ZmFsc2UsInRoZW1ldXNlYm9vdHN0cmFwbGVnYWN5IjpmYWxzZSwidGhlbWVib290c3RyYXBVc2VIZXJvVW5pdCI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwVXNlV2VsbCI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwVXNlUHJvZ3Jlc3MiOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcFRoZW1lRW5naW5lIjoiYnJlZXppbmdmb3JtcyIsInRoZW1lYm9vdHN0cmFwTW9kZSI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwVXNlMyI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwM2J1aWx0aW4iOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcDNjbGFzc3BmeCI6IiIsInN1Ym1pdExhYmVsX3RyYW5zbGF0aW9uIjoiIiwiY2FuY2VsTGFiZWxfdHJhbnNsYXRpb24iOiIiLCJwYWdpbmdOZXh0TGFiZWxfdHJhbnNsYXRpb24iOiIiLCJwYWdpbmdQcmV2TGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ0aGVtZWJvb3RzdHJhcCI6IiIsInRoZW1lYm9vdHN0cmFwdmFycyI6IiIsInRoZW1lYm9vdHN0cmFwYmVmb3JlIjoiIiwiZGlzYWJsZUpRdWVyeSI6ZmFsc2UsImpvb21sYUhpbnQiOmZhbHNlLCJtb2JpbGVFbmFibGVkIjpmYWxzZSwiZm9yY2VNb2JpbGUiOmZhbHNlLCJmb3JjZU1vYmlsZVVybCI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiU2NoZWR1bGUgQSBEZW1vIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX2Zvcm0ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVQYWdlQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUGFnZTEiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJwYWdlXCJ9In0sInByb3BlcnRpZXMiOnsidHlwZSI6InBhZ2UiLCJwYWdlTnVtYmVyIjoxLCJwYWdlSW50cm8iOiI8cD5UaGFuayB5b3UgZm9yIHlvdXIgaW50ZXJlc3QgaW4gb3VyIFZpZXdQYXNcdTIxMjIgZS13YXN0ZVx1MDBhMGVudGVycHJpc2UgbWFuYWdlbWVudCBzb2Z0d2FyZS5cdTAwYTAgUGxlYXNlIGNvbXBsZXRlIHRoZSBmb3JtIGluIGZ1bGwgc28gd2UgbWF5IHNjaGVkdWxlIHRoZSBzb29uZXN0IGRhdGUgcG9zc2libGUgZm9yIHlvdXIgZGVtb25zdHJhdGlvbi5cdTAwYTA8YnIgXC8+PGJyIFwvPldlIGxvb2sgZm9yd2FyZCB0byBoZWxwaW5nIHlvdSBmdXJ0aGVyLlx1MDBhMDxiciBcLz5QZmFuZSBFbnZpcm9ubWVudGFsPFwvcD4ifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBhZ2UgMSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYWdlLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJOYW1lIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6Ik5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6Ik5hbWUiLCJkYklkIjo0MCwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgdGVsbCB1cyB5b3VyIG5hbWUuIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiIsInBsYWNlaG9sZGVyIjoiIiwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTY5Mzk4MzEiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJQaG9uZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IlBob25lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJiZlF1aWNrTW9kZTY5Mzk4MzEiLCJkYklkIjo4NCwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNzkxOTY5MCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkVtYWlsIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiRW1haWwiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImVtYWlsIiwiZGJJZCI6NDEsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiMzAwcHgiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0MiIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgZW50ZXIgYSB2YWxpZCBlbWFpbCBhZGRyZXNzLiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWxpZGVtYWlsIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIiwicGxhY2Vob2xkZXIiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6IkNvbXBhbnlfTmFtZSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkNvbXBhbnkgTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkNvbXBhbnkgTmFtZSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiQ29tcGFueV9OYW1lIiwiZGJJZCI6ODUsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBFbnRlciBZb3VyIENvbXBhbnkgTmFtZSIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl9hbnljaGVja2VkIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGU1OTI2MTYiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJXZSBTcGVjaWFsaXNlIEluIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3NlbGVjdC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmU2VsZWN0IiwibGFiZWwiOiJXZSBTcGVjaWFsaXNlIEluIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJiZlF1aWNrTW9kZTU5MjYxNiIsImRiSWQiOjg2LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwibGlzdCI6IjA7Q29sbGVjdGlvbjtDb2xsZWN0aW9uXG4wO1RyYWRpbmc7VHJhZGluZ1xuMDtQcm9jZXNzaW5nO1Byb2Nlc3NpbmdcbjA7UmVjeWNsaW5nO1JlY3ljbGluZ1xuMDtSZWZpbmluZztSZWZpbmluZyIsInJlYWRvbmx5IjpmYWxzZSwibXVsdGlwbGUiOnRydWUsIm1haWxiYWNrIjpmYWxzZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOiIxIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwibGlzdF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTE5OTAyNzAiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJDaG9vc2UgQSBEZW1vbnN0cmF0aW9uIERhdGUiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fY2FsZW5kYXIucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZkNhbGVuZGFyIiwibGFiZWwiOiJDaG9vc2UgQSBEZW1vbnN0cmF0aW9uIERhdGUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImJmUXVpY2tNb2RlMTk5MDI3MCIsImRiSWQiOjg3LCJvcmRlck51bWJlciI6LTEsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJyZWFkb25seSI6ZmFsc2UsImZvcm1hdCI6IiVZLSVtLSVkIiwidmFsdWUiOiIuLi4iLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjoiMSIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgU2VsZWN0IEEgRGF0ZSBGb3IgWW91ciBEZW1vbnN0cmF0aW9uIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX2FueWNoZWNrZWQiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsInNob3dUaW1lIjpmYWxzZSwidGltZUZvcm1hdCI6dHJ1ZSwic2luZ2xlSGVhZGVyIjpmYWxzZSwidG9kYXlCdXR0b24iOnRydWUsIndlZWtOdW1iZXJzIjp0cnVlLCJtaW5ZZWFyIjoiIiwibWF4WWVhciI6IiIsImZpcnN0RGF5IjoiNiIsImZvcm1hdF90cmFuc2xhdGlvbiI6IiIsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMzEwNjg4NyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkNvdW50cnkiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJDb3VudHJ5IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJiZlF1aWNrTW9kZTMxMDY4ODciLCJkYklkIjo4OCwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInBsYWNlaG9sZGVyIjoiIiwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6IjEiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlOTA3ODM5IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiU3VibWl0IiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3N1Ym1pdC1idXR0b24ucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlN1Ym1pdEJ1dHRvbiIsImxhYmVsIjoiU3VibWl0IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJiZlF1aWNrTW9kZTkwNzgzOSIsImRiSWQiOjg5LCJvcmRlck51bWJlciI6LTEsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjpmYWxzZSwiaGlkZUxhYmVsIjp0cnVlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJyZWFkb25seSI6ZmFsc2UsInZhbHVlIjoiIiwic3JjIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjowLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwic3JjX3RyYW5zbGF0aW9uIjoiIiwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIifX1dfSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVBhZ2VDbGFzcyIsImlkIjoiYmZRdWlja01vZGVQYWdlMiIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInBhZ2VcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicGFnZSIsInBhZ2VOdW1iZXIiOjIsInBhZ2VJbnRybyI6IjxoMSBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5UaGFuayB5b3UgZm9yIGNvbnRhY3RpbmcgdXMuXHUwMGEwIFdlIHdpbGwgYmUgaW4gdG91Y2ggc2hvcnRseS48XC9oMT5cbjxwPlx1MDBhMDxcL3A+In0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJQYWdlIDIiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fcGFnZS5wbmcifSwiY2hpbGRyZW4iOltdfV19', 'QuickMode', '[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please tell us your name.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Name\",\"name\":\"Name\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":40,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"Name\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Phone\",\"name\":\"bfQuickMode6939831\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":84,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode6939831\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"42\",\"script3code\":\"\",\"script3msg\":\"Please enter a valid email address.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email\",\"name\":\"email\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":41,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode7919690\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"Please Enter Your Company Name\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_anychecked\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Company Name\",\"name\":\"Company_Name\",\"page\":\"1\",\"orderNumber\":4,\"dbId\":85,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"Company_Name\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Select List\",\"elementType\":\"\",\"options\":{\"multiple\":true,\"options\":\"0;Collection;Collection\\n0;Trading;Trading\\n0;Processing;Processing\\n0;Recycling;Recycling\\n0;Refining;Refining\",\"mailback\":false,\"readonly\":false},\"data1\":1,\"data2\":\"0;Collection;Collection\\n0;Trading;Trading\\n0;Processing;Processing\\n0;Recycling;Recycling\\n0;Refining;Refining\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":1,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"We Specialise In\",\"name\":\"bfQuickMode592616\",\"page\":\"1\",\"orderNumber\":5,\"dbId\":86,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode592616\",\"internalType\":\"bfSelect\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Calendar\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"...\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"Please Select A Date For Your Demonstration\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_anychecked\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Choose A Demonstration Date\",\"name\":\"bfQuickMode1990270\",\"page\":\"1\",\"orderNumber\":6,\"dbId\":87,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode1990270\",\"internalType\":\"bfCalendar\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":\"1\",\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Country\",\"name\":\"bfQuickMode3106887\",\"page\":\"1\",\"orderNumber\":7,\"dbId\":88,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode3106887\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Regular Button\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Submit\",\"name\":\"bfQuickMode907839\",\"page\":\"1\",\"orderNumber\":8,\"dbId\":89,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"bfQuickMode907839\",\"internalType\":\"bfSubmitButton\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":102,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":103,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":104,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":105,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":8}]', 0, 1, 0, 'ScheduleADemo', '', '', 'Schedule A Demo', 'To schedule a demonstration of the viewpas software.', '', '', 400, 0, 500, 0, 2, 2, 1, 1, 1, 0, 0, 0, 0, NULL, NULL, 0, 0, 'dale@pfane.com', 1, 0, NULL, NULL, 2, NULL, 'function ff_ScheduleADemo_submitted(status, message){if(status==0){ff_switchpage(2);}else{alert(message);}}', 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, 0, '', 0, '');
INSERT INTO `fwzm6_facileforms_forms` (`id`, `alt_mailfrom`, `alt_fromname`, `mb_alt_mailfrom`, `mb_alt_fromname`, `mailchimp_email_field`, `mailchimp_checkbox_field`, `mailchimp_api_key`, `mailchimp_list_id`, `mailchimp_double_optin`, `mailchimp_mergevars`, `mailchimp_text_html_mobile_field`, `mailchimp_send_errors`, `mailchimp_default_type`, `mailchimp_delete_member`, `mailchimp_unsubscribe_field`, `salesforce_token`, `salesforce_username`, `salesforce_password`, `salesforce_type`, `salesforce_fields`, `salesforce_enabled`, `dropbox_email`, `dropbox_password`, `dropbox_folder`, `dropbox_submission_enabled`, `dropbox_submission_types`, `tags_content`, `tags_content_template`, `tags_content_template_default_element`, `tags_form`, `tags_content_default_category`, `tags_content_default_state`, `tags_content_default_access`, `tags_content_default_language`, `tags_content_default_featured`, `tags_content_default_publishup`, `tags_content_default_publishdown`, `autoheight`, `package`, `template_code`, `template_code_processed`, `template_areas`, `ordering`, `published`, `runmode`, `name`, `custom_mail_subject`, `mb_custom_mail_subject`, `title`, `description`, `class1`, `class2`, `width`, `widthmode`, `height`, `heightmode`, `pages`, `emailntf`, `mb_emailntf`, `emaillog`, `mb_emaillog`, `emailxml`, `mb_emailxml`, `email_type`, `mb_email_type`, `email_custom_template`, `mb_email_custom_template`, `email_custom_html`, `mb_email_custom_html`, `emailadr`, `dblog`, `script1cond`, `script1id`, `script1code`, `script2cond`, `script2id`, `script2code`, `piece1cond`, `piece1id`, `piece1code`, `piece2cond`, `piece2id`, `piece2code`, `piece3cond`, `piece3id`, `piece3code`, `piece4cond`, `piece4id`, `piece4code`, `prevmode`, `prevwidth`, `filter_state`, `double_opt`, `opt_mail`) VALUES
(2, NULL, NULL, NULL, NULL, '', '', '', '', 1, NULL, '', 0, 'text', 0, '', '', '', '', '', NULL, 0, '', '', '', 0, 'pdf', '', '', 0, '', 0, 1, 1, '*', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'QuickModeForms', 'eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiU0FNUExFIFF1aWNrTW9kZSBUZWxsIEEgRnJpZW5kIEZvcm0iLCJuYW1lIjoic2FtcGxlUXVpY2tNb2RlVGVsbGFGcmllbmRGb3JtIiwicm9sbG92ZXIiOnRydWUsInJvbGxvdmVyQ29sb3IiOiIjZmZjIiwidG9nZ2xlRmllbGRzIjoiIiwiZGVzY3JpcHRpb24iOiJTYW1wbGUgVGVsbCBBIEZyaWVuZCBmb3JtLCB3aXRoIHN1bW1hcnksIGZvciBRdWlja01vZGUiLCJtYWlsTm90aWZpY2F0aW9uIjoiMSIsIm1haWxSZWNpcGllbnQiOiJ5b3VyQGVtYWlsLmNvbSIsInN1Ym1pdEluY2x1ZGUiOnRydWUsInN1Ym1pdExhYmVsIjoic3VibWl0IiwiY2FuY2VsSW5jbHVkZSI6ZmFsc2UsImNhbmNlbExhYmVsIjoicmVzZXQiLCJwYWdpbmdJbmNsdWRlIjp0cnVlLCJwYWdpbmdOZXh0TGFiZWwiOiJuZXh0IiwicGFnaW5nUHJldkxhYmVsIjoiYmFjayIsInRoZW1lIjoiZGVmYXVsdCIsImZhZGVJbiI6ZmFsc2UsImxhc3RQYWdlVGhhbmtZb3UiOnRydWUsInN1Ym1pdHRlZFNjcmlwdENvbmRpZHRpb24iOjIsInN1Ym1pdHRlZFNjcmlwdENvZGUiOiJmdW5jdGlvbiBmZl9zYW1wbGVRdWlja01vZGVUZWxsYUZyaWVuZEZvcm1fc3VibWl0dGVkKHN0YXR1cywgbWVzc2FnZSl7ZmZfc3dpdGNocGFnZSgzKTt9IiwidXNlRXJyb3JBbGVydHMiOmZhbHNlLCJ1c2VEZWZhdWx0RXJyb3JzIjp0cnVlLCJ1c2VCYWxsb29uRXJyb3JzIjpmYWxzZX0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJTQU1QTEUgUXVpY2tNb2RlIFRlbGwgQSBGcmllbmQgRm9ybSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9mb3JtLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlUGFnZUNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVBhZ2UxIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwicGFnZVwifSJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJwYWdlIiwicGFnZU51bWJlciI6MSwicGFnZUludHJvIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJQYWdlIDEiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fcGFnZS5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGU1MTExMjgwIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiWW91ciBOYW1lIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiWW91ciBOYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJ5b3VybmFtZSIsImRiSWQiOjQ3LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IjI1MHB4IiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIHRlbGwgdXMgeW91ciBuYW1lLiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTIzOTA2IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiWW91ciBFbWFpbCIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IllvdXIgRW1haWwiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6InlvdXJlbWFpbCIsImRiSWQiOjQ4LCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOnRydWUsIm1haWxiYWNrQXNTZW5kZXIiOnRydWUsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIyNTBweCIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQyIiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBlbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MuIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbGlkZW1haWwiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJuYW1lIjoiYmZRdWlja01vZGUyMzkwNiIsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGU0NjYzMTQyIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiRnJpZW5kJ3MgTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkZyaWVuZCdzIE5hbWUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImZyaWVuZG5hbWUiLCJkYklkIjo0OSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIyNTBweCIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ0IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSBlbnRlciB5b3VyIGZyaWVuZCdzIG5hbWUuIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNzc3MDYiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJGcmllbmQncyBFbWFpbCIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkZyaWVuZCdzIEVtYWlsIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJmcmllbmRzRW1haWwiLCJkYklkIjo1MCwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjp0cnVlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IjI1MHB4IiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDIiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGVudGVyIHlvdXIgZnJpZW5kJ3MgZW1haWwgYWRkcmVzcy4iLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfdmFsaWRlbWFpbCIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsIm5hbWUiOiJiZlF1aWNrTW9kZTc3NzA2IiwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTIxMTkzNjAiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJNZXNzYWdlIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtYXJlYS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGFyZWEiLCJsYWJlbCI6Ik1lc3NhZ2UiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6Ik1lc3NhZ2UiLCJkYklkIjo1MSwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IkhpLCBcblxuSSB0aG91Z2h0IHlvdSBtaWdodCBiZSBpbnRlcmVzdGVkIGluIHRoaXMgd2Vic2l0ZS4gIiwid2lkdGgiOiIzMDBweCIsImhlaWdodCI6IjIwMHB4IiwibWF4bGVuZ3RoIjoiMCIsInNob3dNYXhsZW5ndGhDb3VudGVyIjp0cnVlLCJyZWFkb25seSI6ZmFsc2UsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6MCwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlODUwMjM4NCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkVudGVyIENhcHRjaGEgQ29kZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9jYXB0Y2hhLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZDYXB0Y2hhIiwibGFiZWwiOiJFbnRlciBDYXB0Y2hhIENvZGUiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImNhcHRjaGEiLCJkYklkIjo1Miwib3JkZXJOdW1iZXIiOi0xLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6ZmFsc2UsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IlBsZWFzZSBlbnRlciBDYXB0Y2hhIGNvZGUgYXMgc2hvd24iLCJvZmYiOmZhbHNlLCJyZWFkb25seSI6ZmFsc2UsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6MCwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX1dfSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVBhZ2VDbGFzcyIsImlkIjoiYmZRdWlja01vZGVQYWdlMiIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInBhZ2VcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicGFnZSIsInBhZ2VOdW1iZXIiOjIsInBhZ2VJbnRybyI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGFnZSAyIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3BhZ2UucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMzMxNDQzOSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IllvdXIgTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zdW1tYXJpemUucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlN1bW1hcml6ZSIsImxhYmVsIjoiWW91ciBOYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJiZlF1aWNrTW9kZTMzMTQ0MzkiLCJkYklkIjo1Mywib3JkZXJOdW1iZXIiOi0xLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6ZmFsc2UsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsInJlYWRvbmx5IjpmYWxzZSwib2ZmIjpmYWxzZSwiY29ubmVjdFdpdGgiOiJ5b3VybmFtZSIsImNvbm5lY3RUeXBlIjoiYmZUZXh0ZmllbGQiLCJ1c2VFbGVtZW50TGFiZWwiOnRydWUsImVtcHR5TWVzc2FnZSI6Im5vdCBhdmFpbGFibGUiLCJoaWRlSWZFbXB0eSI6ZmFsc2UsImZpZWxkQ2FsYyI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6MCwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJpbml0U2NyaXB0IjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTg0OTMiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJZb3VyIEVtYWlsIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3N1bW1hcml6ZS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmU3VtbWFyaXplIiwibGFiZWwiOiJZb3VyIEVtYWlsIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJiZlF1aWNrTW9kZTg0OTMiLCJkYklkIjo1NCwib3JkZXJOdW1iZXIiOi0xLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6ZmFsc2UsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsInJlYWRvbmx5IjpmYWxzZSwib2ZmIjpmYWxzZSwiY29ubmVjdFdpdGgiOiJ5b3VyZW1haWwiLCJjb25uZWN0VHlwZSI6ImJmVGV4dGZpZWxkIiwidXNlRWxlbWVudExhYmVsIjp0cnVlLCJlbXB0eU1lc3NhZ2UiOiJub3QgYXZhaWxhYmxlIiwiaGlkZUlmRW1wdHkiOmZhbHNlLCJmaWVsZENhbGMiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOjAsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwibmFtZSI6ImJmUXVpY2tNb2RlODQ5MyIsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMjE1OTkiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJGcmllbmQncyBOYW1lIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3N1bW1hcml6ZS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmU3VtbWFyaXplIiwibGFiZWwiOiJGcmllbmQncyBOYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJiZlF1aWNrTW9kZTIxNTk5IiwiZGJJZCI6NTUsIm9yZGVyTnVtYmVyIjotMSwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOmZhbHNlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJyZWFkb25seSI6ZmFsc2UsIm9mZiI6ZmFsc2UsImNvbm5lY3RXaXRoIjoiZnJpZW5kbmFtZSIsImNvbm5lY3RUeXBlIjoiYmZUZXh0ZmllbGQiLCJ1c2VFbGVtZW50TGFiZWwiOnRydWUsImVtcHR5TWVzc2FnZSI6Im5vdCBhdmFpbGFibGUiLCJoaWRlSWZFbXB0eSI6ZmFsc2UsImZpZWxkQ2FsYyI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjAsInZhbGlkYXRpb25JZCI6MCwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiIiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJuYW1lIjoiYmZRdWlja01vZGUyMTU5OSIsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlNDE0MzkiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJGcmllbmQncyBFbWFpbCIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zdW1tYXJpemUucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlN1bW1hcml6ZSIsImxhYmVsIjoiRnJpZW5kJ3MgRW1haWwiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImJmUXVpY2tNb2RlNDE0MzkiLCJkYklkIjo1Niwib3JkZXJOdW1iZXIiOi0xLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6ZmFsc2UsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsInJlYWRvbmx5IjpmYWxzZSwib2ZmIjpmYWxzZSwiY29ubmVjdFdpdGgiOiJmcmllbmRzRW1haWwiLCJjb25uZWN0VHlwZSI6ImJmVGV4dGZpZWxkIiwidXNlRWxlbWVudExhYmVsIjp0cnVlLCJlbXB0eU1lc3NhZ2UiOiJub3QgYXZhaWxhYmxlIiwiaGlkZUlmRW1wdHkiOmZhbHNlLCJmaWVsZENhbGMiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjowLCJ2YWxpZGF0aW9uSWQiOjAsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiIiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiIiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwibmFtZSI6ImJmUXVpY2tNb2RlNDE0MzkiLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMzQzNzAiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJNZXNzYWdlIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3N1bW1hcml6ZS5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmU3VtbWFyaXplIiwibGFiZWwiOiJNZXNzYWdlIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJiZlF1aWNrTW9kZTM0MzcwIiwiZGJJZCI6NTcsIm9yZGVyTnVtYmVyIjotMSwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOmZhbHNlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6ZmFsc2UsImhpbnQiOiIiLCJyZWFkb25seSI6ZmFsc2UsIm9mZiI6ZmFsc2UsImNvbm5lY3RXaXRoIjoiTWVzc2FnZSIsImNvbm5lY3RUeXBlIjoiYmZUZXh0YXJlYSIsInVzZUVsZW1lbnRMYWJlbCI6dHJ1ZSwiZW1wdHlNZXNzYWdlIjoibm90IGF2YWlsYWJsZSIsImhpZGVJZkVtcHR5IjpmYWxzZSwiZmllbGRDYWxjIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjowLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsIm5hbWUiOiJiZlF1aWNrTW9kZTM0MzcwIiwiaW5pdFNjcmlwdCI6IiJ9fV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlUGFnZUNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVBhZ2UzIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwicGFnZVwifSJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJwYWdlIiwicGFnZU51bWJlciI6MywicGFnZUludHJvIjoiPGgxPlRoYW5rIHlvdSE8XC9oMT5cbjxwPldlIGhhdmUgcGFzc2VkIHlvdXIgbWVzc2FnZSBhbG9uZyB0byB5b3VyIGZyaWVuZC48XC9wPlxuPHA+XHUwMGEwPFwvcD4ifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBhZ2UgMyIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYWdlLnBuZyJ9LCJjaGlsZHJlbiI6W119XX0=', 'QuickMode', '[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please tell us your name.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Your Name\",\"name\":\"yourname\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":47,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode5111280\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":true,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"42\",\"script3code\":\"\",\"script3msg\":\"Please enter your email address.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail\",\"flag1\":0,\"flag2\":0,\"mailback\":1,\"mailbackfile\":\"\",\"title\":\"Your Email\",\"name\":\"youremail\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":48,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode23906\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":1,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please enter your friend\'s name.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Friend\'s Name\",\"name\":\"friendname\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":49,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode4663142\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":true,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"42\",\"script3code\":\"\",\"script3msg\":\"Please enter your friend\'s email address.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail\",\"flag1\":0,\"flag2\":0,\"mailback\":1,\"mailbackfile\":\"\",\"title\":\"Friend\'s Email\",\"name\":\"friendsEmail\",\"page\":\"1\",\"orderNumber\":4,\"dbId\":50,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode77706\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Textarea\",\"elementType\":\"\",\"options\":{\"value\":\"Hi, \\n\\nI thought you might be interested in this website. \",\"placeholder\":\"\",\"readonly\":false},\"data1\":\"Hi, \\n\\nI thought you might be interested in this website. \",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Message\",\"name\":\"Message\",\"page\":\"1\",\"orderNumber\":5,\"dbId\":51,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode2119360\",\"internalType\":\"bfTextarea\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Captcha\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Enter Captcha Code\",\"name\":\"captcha\",\"page\":\"1\",\"orderNumber\":6,\"dbId\":52,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"bfQuickMode8502384\",\"internalType\":\"bfCaptcha\",\"width\":230,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Unknown\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Your Name\",\"name\":\"bfQuickMode3314439\",\"page\":\"2\",\"orderNumber\":7,\"dbId\":53,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"bfQuickMode3314439\",\"internalType\":\"bfSummarize\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Unknown\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Your Email\",\"name\":\"bfQuickMode8493\",\"page\":\"2\",\"orderNumber\":8,\"dbId\":54,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"bfQuickMode8493\",\"internalType\":\"bfSummarize\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Unknown\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Friend\'s Name\",\"name\":\"bfQuickMode21599\",\"page\":\"2\",\"orderNumber\":9,\"dbId\":55,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"bfQuickMode21599\",\"internalType\":\"bfSummarize\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Unknown\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Friend\'s Email\",\"name\":\"bfQuickMode41439\",\"page\":\"2\",\"orderNumber\":10,\"dbId\":56,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"bfQuickMode41439\",\"internalType\":\"bfSummarize\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Unknown\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Message\",\"name\":\"bfQuickMode34370\",\"page\":\"2\",\"orderNumber\":11,\"dbId\":57,\"appElementOrderId\":0,\"id\":0,\"logging\":false,\"qId\":\"bfQuickMode34370\",\"internalType\":\"bfSummarize\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":58,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":59,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":60,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":61,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":11}]', 1, 1, 0, 'sampleQuickModeTellaFriendForm', '', '', 'SAMPLE QuickMode Tell A Friend Form', 'Sample Tell A Friend form, with summary, for QuickMode', '', '', 400, 0, 500, 0, 3, 2, 1, 1, 1, 0, 0, 0, 0, NULL, NULL, 0, 0, 'your@email.com', 1, 0, NULL, NULL, 2, NULL, 'function ff_sampleQuickModeTellaFriendForm_submitted(status, message){ff_switchpage(3);}', 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, 0, '', 0, '');
INSERT INTO `fwzm6_facileforms_forms` (`id`, `alt_mailfrom`, `alt_fromname`, `mb_alt_mailfrom`, `mb_alt_fromname`, `mailchimp_email_field`, `mailchimp_checkbox_field`, `mailchimp_api_key`, `mailchimp_list_id`, `mailchimp_double_optin`, `mailchimp_mergevars`, `mailchimp_text_html_mobile_field`, `mailchimp_send_errors`, `mailchimp_default_type`, `mailchimp_delete_member`, `mailchimp_unsubscribe_field`, `salesforce_token`, `salesforce_username`, `salesforce_password`, `salesforce_type`, `salesforce_fields`, `salesforce_enabled`, `dropbox_email`, `dropbox_password`, `dropbox_folder`, `dropbox_submission_enabled`, `dropbox_submission_types`, `tags_content`, `tags_content_template`, `tags_content_template_default_element`, `tags_form`, `tags_content_default_category`, `tags_content_default_state`, `tags_content_default_access`, `tags_content_default_language`, `tags_content_default_featured`, `tags_content_default_publishup`, `tags_content_default_publishdown`, `autoheight`, `package`, `template_code`, `template_code_processed`, `template_areas`, `ordering`, `published`, `runmode`, `name`, `custom_mail_subject`, `mb_custom_mail_subject`, `title`, `description`, `class1`, `class2`, `width`, `widthmode`, `height`, `heightmode`, `pages`, `emailntf`, `mb_emailntf`, `emaillog`, `mb_emaillog`, `emailxml`, `mb_emailxml`, `email_type`, `mb_email_type`, `email_custom_template`, `mb_email_custom_template`, `email_custom_html`, `mb_email_custom_html`, `emailadr`, `dblog`, `script1cond`, `script1id`, `script1code`, `script2cond`, `script2id`, `script2code`, `piece1cond`, `piece1id`, `piece1code`, `piece2cond`, `piece2id`, `piece2code`, `piece3cond`, `piece3id`, `piece3code`, `piece4cond`, `piece4id`, `piece4code`, `prevmode`, `prevwidth`, `filter_state`, `double_opt`, `opt_mail`) VALUES
(3, NULL, NULL, NULL, NULL, '', '', '', '', 1, NULL, '', 0, 'text', 0, '', '', '', '', '', NULL, 0, '', '', '', 0, 'pdf', '', '', 0, '', 0, 1, 1, '*', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'QuickModeForms', 'eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiSGVscCBVcyAiLCJuYW1lIjoiSGVscFVzIiwicm9sbG92ZXIiOmZhbHNlLCJyb2xsb3ZlckNvbG9yIjoiI2ZmYyIsInRvZ2dsZUZpZWxkcyI6IiIsImRlc2NyaXB0aW9uIjoiRG9uYXRlIHRvIFBmYW5lIEVudmlyb25tZW50YWwgdG8gZnVydGhlciBvdXIgd29yayBpbiBjbGVhbmluZyB0aGUgd29ybGRzIHBvb3Jlc3QgY291bnRyaWVzIGZyb20gZGVhZGx5IGUtd2FzdGUuIiwibWFpbE5vdGlmaWNhdGlvbiI6dHJ1ZSwibWFpbFJlY2lwaWVudCI6ImRvbmF0ZUBwZmFuZS5jb20iLCJzdWJtaXRJbmNsdWRlIjpmYWxzZSwic3VibWl0TGFiZWwiOiIiLCJjYW5jZWxJbmNsdWRlIjpmYWxzZSwiY2FuY2VsTGFiZWwiOiJyZXNldCIsInBhZ2luZ0luY2x1ZGUiOnRydWUsInBhZ2luZ05leHRMYWJlbCI6Im5leHQiLCJwYWdpbmdQcmV2TGFiZWwiOiJiYWNrIiwidGhlbWUiOiJkZWZhdWx0IiwiZmFkZUluIjpmYWxzZSwibGFzdFBhZ2VUaGFua1lvdSI6dHJ1ZSwic3VibWl0dGVkU2NyaXB0Q29uZGlkdGlvbiI6Miwic3VibWl0dGVkU2NyaXB0Q29kZSI6ImZ1bmN0aW9uIGZmX0hlbHBVc19zdWJtaXR0ZWQoc3RhdHVzLCBtZXNzYWdlKXtpZihzdGF0dXM9PTApe2ZmX3N3aXRjaHBhZ2UoMik7fWVsc2V7YWxlcnQobWVzc2FnZSk7fX0iLCJ1c2VFcnJvckFsZXJ0cyI6dHJ1ZSwidXNlRGVmYXVsdEVycm9ycyI6ZmFsc2UsInVzZUJhbGxvb25FcnJvcnMiOnRydWUsInRpdGxlX3RyYW5zbGF0aW9uIjoiIiwidGhlbWVib290c3RyYXBMYWJlbFRvcCI6ZmFsc2UsInRoZW1ldXNlYm9vdHN0cmFwbGVnYWN5IjpmYWxzZSwidGhlbWVib290c3RyYXBVc2VIZXJvVW5pdCI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwVXNlV2VsbCI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwVXNlUHJvZ3Jlc3MiOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcFRoZW1lRW5naW5lIjoiYnJlZXppbmdmb3JtcyIsInRoZW1lYm9vdHN0cmFwTW9kZSI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwVXNlMyI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwM2J1aWx0aW4iOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcDNjbGFzc3BmeCI6IiIsInN1Ym1pdExhYmVsX3RyYW5zbGF0aW9uIjoiIiwiY2FuY2VsTGFiZWxfdHJhbnNsYXRpb24iOiIiLCJwYWdpbmdOZXh0TGFiZWxfdHJhbnNsYXRpb24iOiIiLCJwYWdpbmdQcmV2TGFiZWxfdHJhbnNsYXRpb24iOiIiLCJ0aGVtZWJvb3RzdHJhcCI6IiIsInRoZW1lYm9vdHN0cmFwdmFycyI6IiIsInRoZW1lYm9vdHN0cmFwYmVmb3JlIjoiIiwiZGlzYWJsZUpRdWVyeSI6ZmFsc2UsImpvb21sYUhpbnQiOmZhbHNlLCJtb2JpbGVFbmFibGVkIjpmYWxzZSwiZm9yY2VNb2JpbGUiOmZhbHNlLCJmb3JjZU1vYmlsZVVybCI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiSGVscCBVcyAiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fZm9ybS5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVBhZ2VDbGFzcyIsImlkIjoiYmZRdWlja01vZGVQYWdlMSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInBhZ2VcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicGFnZSIsInBhZ2VOdW1iZXIiOjEsInBhZ2VJbnRybyI6IiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGFnZSAxIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3BhZ2UucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVTZWN0aW9uQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlU2VjdGlvbjc5MzY1IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwic2VjdGlvblwifSJ9LCJwcm9wZXJ0aWVzIjp7ImJmVHlwZSI6InNlY3Rpb24iLCJ0eXBlIjoic2VjdGlvbiIsImRpc3BsYXlUeXBlIjoiYnJlYWtzIiwidGl0bGUiOiJQYXlQYWwgRG9uYXRpb24gRm9ybSIsIm5hbWUiOiJiZlF1aWNrTW9kZVNlY3Rpb243OTM2NSIsImRlc2NyaXB0aW9uIjoiIiwib2ZmIjpmYWxzZX0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJQYXlQYWwgRG9uYXRpb24gRm9ybSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9zZWN0aW9uLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTY1NTY0MTciLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJGaXJzdCBOYW1lIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiRmlyc3QgTmFtZSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiZmlyc3ROYW1lIiwiZGJJZCI6NjIsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGZpbGwgaW4geW91ciBmaXJzdCBOYW1lIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbHVlbm90ZW1wdHkiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIiLCJwbGFjZWhvbGRlciI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGUzMzIxNzIxIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiTGFzdCBOYW1lIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiTGFzdCBOYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJsYXN0TmFtZSIsImRiSWQiOjYzLCJvcmRlck51bWJlciI6Ii0xIiwidGFiSW5kZXgiOiItMSIsImxvZ2dpbmciOnRydWUsImhpZGVMYWJlbCI6ZmFsc2UsInJlcXVpcmVkIjp0cnVlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwidmFsdWUiOiIiLCJtYXhMZW5ndGgiOiIiLCJyZWFkb25seSI6ZmFsc2UsInBhc3N3b3JkIjpmYWxzZSwibWFpbGJhY2siOmZhbHNlLCJtYWlsYmFja0FzU2VuZGVyIjpmYWxzZSwibWFpbGJhY2tmaWxlIjoiIiwic2l6ZSI6IiIsInZhbGlkYXRpb25Db25kaXRpb24iOjEsInZhbGlkYXRpb25JZCI6IjQ0IiwidmFsaWRhdGlvbkNvZGUiOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZSI6IlBsZWFzZSB0ZWxsIHVzIHlvdXIgbGFzdCBuYW1lLiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIiwicGxhY2Vob2xkZXIiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlOTM0MjM3MCIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkVtYWlsIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiRW1haWwiLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsImJmTmFtZSI6ImVtYWlsIiwiZGJJZCI6NjQsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDIiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGZpbGwgaW4geW91ciBlbWFpbCBhZGRyZXNzIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbGlkZW1haWwiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOjAsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOjAsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMzcyMDgxNyIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkRvbmF0aW9uIEFtb3VudCIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkRvbmF0aW9uIEFtb3VudCIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiYmZRdWlja01vZGUzNzIwODE3IiwiZGJJZCI6NjUsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGZpbGwgaW4gdGhlIGRvbmF0aW9uIGFtb3VudCIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjowLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjowLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIn19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlRWxlbWVudENsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZTE2OTg2NzQiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJlbGVtZW50XCJ9In0sImRhdGEiOnsidGl0bGUiOiJQYXlQYWwgU2VsZWN0IiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX2hpZGRlbi1pbnB1dC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmSGlkZGVuIiwibGFiZWwiOiJQYXlQYWwgU2VsZWN0IiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJQYXlQYWxTZWxlY3QiLCJkYklkIjo2Niwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOnRydWUsInJlcXVpcmVkIjpmYWxzZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInJlYWRvbmx5IjpmYWxzZSwidmFsdWUiOiIwLjAwIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjowLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6MCwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImluaXRTY3JpcHQiOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6IlBGYW5lRW52aXJvIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiU3VibWl0IERvbmF0aW9uICIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYXlwYWwucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlBheVBhbCIsImxhYmVsIjoiU3VibWl0IERvbmF0aW9uICIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiUEZhbmVFbnZpcm8iLCJkYklkIjo2Nywib3JkZXJOdW1iZXIiOi0xLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOmZhbHNlLCJoaW50IjoiIiwib2ZmIjpmYWxzZSwicmVhZG9ubHkiOmZhbHNlLCJ0ZXN0YWNjb3VudCI6dHJ1ZSwiZG93bmxvYWRhYmxlRmlsZSI6ZmFsc2UsImZpbGVwYXRoIjoiIiwiZG93bmxvYWRUcmllcyI6IjEiLCJidXNpbmVzcyI6ImRvbmF0ZUBwZmFuZS5jb20iLCJ0b2tlbiI6IiIsInRlc3RCdXNpbmVzcyI6InByaW1hcnlAcGF5cGFsYWNjb3VudC5jb20iLCJ0ZXN0VG9rZW4iOiJFbnRlcllvdXJUZXN0VG9rZW5IZXJlIiwiaXRlbW5hbWUiOiJEb25hdGlvbiIsIml0ZW1udW1iZXIiOiIiLCJhbW91bnQiOiIwIiwidGF4IjoiMCIsInRoYW5rWW91UGFnZSI6Imh0dHA6XC9cL3d3dy5wZmFuZS5jb21cL25ld3BmYW5lZW52XC9pbmRleC5waHA/b3B0aW9uPWNvbV9icmVlemluZ2Zvcm1zJmZmX25hbWU9cGF5cGFsX2RvbmF0aW9uX2Zvcm0mZmZfcGFnZT0yIiwibG9jYWxlIjoidXMiLCJjdXJyZW5jeUNvZGUiOiJVU0QiLCJpbWFnZSI6Imh0dHA6XC9cL3d3dy5wYXlwYWwuY29tXC9lbl9VU1wvaVwvYnRuXC9idG5fcGF5bm93Q0NfTEcuZ2lmIiwic2VuZE5vdGlmaWNhdGlvbkFmdGVyUGF5bWVudCI6dHJ1ZSwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MCwidmFsaWRhdGlvbklkIjowLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6MCwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjoyLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6ImZ1bmN0aW9uIGZmX2JmUXVpY2tNb2RlNTMzOTczMl9hY3Rpb24oZWxlbWVudCwgYWN0aW9uKVxue1xuICAgIHN3aXRjaCAoYWN0aW9uKSB7XG4gICAgICAgIGNhc2UgJ2NsaWNrJzpcbmZmX2dldEVsZW1lbnRCeU5hbWUoJ1BheVBhbFNlbGVjdCcpLnZhbHVlID0gJ0RvbmF0aW9ufDB8JyArIGZmX2dldEVsZW1lbnRCeU5hbWUoJ2JmUXVpY2tNb2RlMzcyMDgxNycpICsgJ3wwJztcbmZmX3ZhbGlkYXRlX3N1Ym1pdCgpO1xuICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgIGRlZmF1bHQ6O1xuICAgIH0gXC9cLyBzd2l0Y2hcbn0gXC9cLyBmZl9iZlF1aWNrTW9kZTUzMzk3MzJfYWN0aW9uXG5cbiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX1BGYW5lRW52aXJvX2FjdGlvbiIsImFjdGlvbkNsaWNrIjoxLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsInVzZUlwbiI6dHJ1ZSwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIiwiY2FuY2VsVVJMIjoiIiwiaW1hZ2VfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIifX1dfV19LHsiYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlUGFnZUNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVBhZ2UyIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwicGFnZVwifSJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJwYWdlIiwicGFnZU51bWJlciI6MiwicGFnZUludHJvIjoiPGgxIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlRoYW5rIFlvdSE8XC9oMT5cbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPldlIGFwcHJlY2lhdGUgeW91ciBkb25hdGlvbi48XC9wPlxuPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+XHUwMGEwPFwvcD4ifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBhZ2UgMiIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYWdlLnBuZyJ9LCJjaGlsZHJlbiI6W119XX0=', 'QuickMode', '[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please fill in your first Name\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"First Name\",\"name\":\"firstName\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":62,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode6556417\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please tell us your last name.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Last Name\",\"name\":\"lastName\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":63,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode3321721\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"42\",\"script3code\":\"\",\"script3msg\":\"Please fill in your email address\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email\",\"name\":\"email\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":64,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode9342370\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please fill in the donation amount\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Donation Amount\",\"name\":\"bfQuickMode3720817\",\"page\":\"1\",\"orderNumber\":4,\"dbId\":65,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode3720817\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Hidden Input\",\"elementType\":\"\",\"options\":{\"readonly\":false},\"data1\":\"0.00\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":0,\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"PayPal Select\",\"name\":\"PayPalSelect\",\"page\":\"1\",\"orderNumber\":5,\"dbId\":66,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode1698674\",\"internalType\":\"bfHidden\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"PayPal\",\"elementType\":\"\",\"options\":{\"testaccount\":true,\"useIpn\":true,\"downloadableFile\":false,\"filepath\":\"\",\"downloadTries\":\"1\",\"business\":\"donate@pfane.com\",\"token\":\"\",\"testBusiness\":\"primary@paypalaccount.com\",\"testToken\":\"EnterYourTestTokenHere\",\"itemname\":\"Donation\",\"itemnumber\":\"\",\"amount\":\"0\",\"tax\":\"0\",\"thankYouPage\":\"http:\\/\\/www.pfane.com\\/newpfaneenv\\/index.php?option=com_breezingforms&ff_name=paypal_donation_form&ff_page=2\",\"cancelURL\":\"\",\"locale\":\"us\",\"currencyCode\":\"USD\",\"image\":\"http:\\/\\/www.paypal.com\\/en_US\\/i\\/btn\\/btn_paynowCC_LG.gif\",\"sendNotificationAfterPayment\":true,\"readonly\":false},\"data1\":\"http:\\/\\/www.paypal.com\\/en_US\\/i\\/btn\\/btn_paynowCC_LG.gif\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":2,\"script2id\":\"16\",\"script2code\":\"function ff_bfQuickMode5339732_action(element, action)\\n{\\n    switch (action) {\\n        case \'click\':\\nff_getElementByName(\'PayPalSelect\').value = \'Donation|0|\' + ff_getElementByName(\'bfQuickMode3720817\') + \'|0\';\\nff_validate_submit();\\n            break;\\n        default:;\\n    } \\/\\/ switch\\n} \\/\\/ ff_bfQuickMode5339732_action\\n\\n\",\"script2flag1\":1,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"ff_PFaneEnviro_action\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Submit Donation \",\"name\":\"PFaneEnviro\",\"page\":\"1\",\"orderNumber\":6,\"dbId\":67,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"PFaneEnviro\",\"internalType\":\"bfPayPal\",\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":80,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":81,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":82,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":83,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":6}]', 2, 1, 0, 'HelpUs', '', '', 'Help Us ', 'Donate to Pfane Environmental to further our work in cleaning the worlds poorest countries from deadly e-waste.', '', '', 200, 0, 500, 1, 2, 2, 1, 1, 1, 0, 0, 0, 0, NULL, NULL, 0, 0, 'donate@pfane.com', 1, 0, NULL, NULL, 2, NULL, 'function ff_HelpUs_submitted(status, message){if(status==0){ff_switchpage(2);}else{alert(message);}}', 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, 0, '', 0, ''),
(4, NULL, NULL, NULL, NULL, '', '', '', '', 1, NULL, '', 0, 'text', 0, '', '', '', '', '', NULL, 0, '', '', '', 0, 'pdf', '', '', 0, '', 0, 1, 1, '*', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'QuickModeForms', 'eyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVSb290Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUm9vdCIsIm1kYXRhIjoie1widHlwZVwiOiBcInJvb3RcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicm9vdCIsInRpdGxlIjoiU2lnblVwIFBhY2thZ2UgMSIsIm5hbWUiOiJQa2cxIiwicm9sbG92ZXIiOmZhbHNlLCJyb2xsb3ZlckNvbG9yIjoiI2ZmYyIsInRvZ2dsZUZpZWxkcyI6IiIsImRlc2NyaXB0aW9uIjoiIiwibWFpbE5vdGlmaWNhdGlvbiI6dHJ1ZSwibWFpbFJlY2lwaWVudCI6ImNlbGxAcGZhbmUuY29tIiwic3VibWl0SW5jbHVkZSI6ZmFsc2UsInN1Ym1pdExhYmVsIjoiIiwiY2FuY2VsSW5jbHVkZSI6ZmFsc2UsImNhbmNlbExhYmVsIjoicmVzZXQiLCJwYWdpbmdJbmNsdWRlIjp0cnVlLCJwYWdpbmdOZXh0TGFiZWwiOiJuZXh0IiwicGFnaW5nUHJldkxhYmVsIjoiYmFjayIsInRoZW1lIjoicW10aGVtZSIsImZhZGVJbiI6ZmFsc2UsImxhc3RQYWdlVGhhbmtZb3UiOnRydWUsInN1Ym1pdHRlZFNjcmlwdENvbmRpZHRpb24iOjIsInN1Ym1pdHRlZFNjcmlwdENvZGUiOiJmdW5jdGlvbiBmZl9Qa2cxX3N1Ym1pdHRlZChzdGF0dXMsIG1lc3NhZ2Upe2lmKHN0YXR1cz09MCl7ZmZfc3dpdGNocGFnZSgyKTt9ZWxzZXthbGVydChtZXNzYWdlKTt9fSIsInVzZUVycm9yQWxlcnRzIjp0cnVlLCJ1c2VEZWZhdWx0RXJyb3JzIjpmYWxzZSwidXNlQmFsbG9vbkVycm9ycyI6dHJ1ZSwidGl0bGVfdHJhbnNsYXRpb24iOiIiLCJ0aGVtZWJvb3RzdHJhcExhYmVsVG9wIjpmYWxzZSwidGhlbWV1c2Vib290c3RyYXBsZWdhY3kiOmZhbHNlLCJ0aGVtZWJvb3RzdHJhcFVzZUhlcm9Vbml0IjpmYWxzZSwidGhlbWVib290c3RyYXBVc2VXZWxsIjpmYWxzZSwidGhlbWVib290c3RyYXBVc2VQcm9ncmVzcyI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwVGhlbWVFbmdpbmUiOiJicmVlemluZ2Zvcm1zIiwidGhlbWVib290c3RyYXBNb2RlIjpmYWxzZSwidGhlbWVib290c3RyYXBVc2UzIjpmYWxzZSwidGhlbWVib290c3RyYXAzYnVpbHRpbiI6ZmFsc2UsInRoZW1lYm9vdHN0cmFwM2NsYXNzcGZ4IjoiIiwic3VibWl0TGFiZWxfdHJhbnNsYXRpb24iOiIiLCJjYW5jZWxMYWJlbF90cmFuc2xhdGlvbiI6IiIsInBhZ2luZ05leHRMYWJlbF90cmFuc2xhdGlvbiI6IiIsInBhZ2luZ1ByZXZMYWJlbF90cmFuc2xhdGlvbiI6IiIsInRoZW1lYm9vdHN0cmFwIjoiIiwidGhlbWVib290c3RyYXB2YXJzIjoiIiwidGhlbWVib290c3RyYXBiZWZvcmUiOiIiLCJkaXNhYmxlSlF1ZXJ5IjpmYWxzZSwiam9vbWxhSGludCI6ZmFsc2UsIm1vYmlsZUVuYWJsZWQiOmZhbHNlLCJmb3JjZU1vYmlsZSI6ZmFsc2UsImZvcmNlTW9iaWxlVXJsIjoiIn0sInN0YXRlIjoib3BlbiIsImRhdGEiOnsidGl0bGUiOiJTaWduVXAgUGFja2FnZSAxIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX2Zvcm0ucG5nIn0sImNoaWxkcmVuIjpbeyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVQYWdlQ2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlUGFnZTEiLCJtZGF0YSI6IntcImRlbGV0YWJsZVwiOiB0cnVlLCBcInR5cGVcIjogXCJwYWdlXCJ9In0sInByb3BlcnRpZXMiOnsidHlwZSI6InBhZ2UiLCJwYWdlTnVtYmVyIjoxLCJwYWdlSW50cm8iOiIifSwic3RhdGUiOiJvcGVuIiwiZGF0YSI6eyJ0aXRsZSI6IlBhZ2UgMSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl9wYWdlLnBuZyJ9LCJjaGlsZHJlbiI6W3siYXR0cmlidXRlcyI6eyJjbGFzcyI6ImJmUXVpY2tNb2RlU2VjdGlvbkNsYXNzIiwiaWQiOiJiZlF1aWNrTW9kZVNlY3Rpb243OTM2NSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInNlY3Rpb25cIn0ifSwicHJvcGVydGllcyI6eyJiZlR5cGUiOiJzZWN0aW9uIiwidHlwZSI6InNlY3Rpb24iLCJkaXNwbGF5VHlwZSI6ImJyZWFrcyIsInRpdGxlIjoiUGF5UGFsIEZvcm0iLCJuYW1lIjoiYmZRdWlja01vZGVTZWN0aW9uNzkzNjUiLCJkZXNjcmlwdGlvbiI6IiIsIm9mZiI6ZmFsc2V9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGF5UGFsIEZvcm0iLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fc2VjdGlvbi5wbmcifSwiY2hpbGRyZW4iOlt7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGU2NTU2NDE3IiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiQ29tcGFueSBOYW1lIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3RleHQtZmllbGQucG5nIn0sInByb3BlcnRpZXMiOnsidHlwZSI6ImVsZW1lbnQiLCJiZlR5cGUiOiJiZlRleHRmaWVsZCIsImxhYmVsIjoiQ29tcGFueSBOYW1lIiwibGFiZWxQb3NpdGlvbiI6ImxlZnQiLCJiZk5hbWUiOiJiZlF1aWNrTW9kZTY1NTY0MTciLCJkYklkIjo3Miwib3JkZXJOdW1iZXIiOiItMSIsInRhYkluZGV4IjoiLTEiLCJsb2dnaW5nIjp0cnVlLCJoaWRlTGFiZWwiOmZhbHNlLCJyZXF1aXJlZCI6dHJ1ZSwiaGludCI6IiIsIm9mZiI6ZmFsc2UsInZhbHVlIjoiIiwibWF4TGVuZ3RoIjoiIiwicmVhZG9ubHkiOmZhbHNlLCJwYXNzd29yZCI6ZmFsc2UsIm1haWxiYWNrIjpmYWxzZSwibWFpbGJhY2tBc1NlbmRlciI6ZmFsc2UsIm1haWxiYWNrZmlsZSI6IiIsInNpemUiOiIiLCJ2YWxpZGF0aW9uQ29uZGl0aW9uIjoxLCJ2YWxpZGF0aW9uSWQiOiI0NCIsInZhbGlkYXRpb25Db2RlIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2UiOiJQbGVhc2UgZmlsbCBpbiB5b3VyIE5hbWUiLCJ2YWxpZGF0aW9uRnVuY3Rpb25OYW1lIjoiZmZfdmFsdWVub3RlbXB0eSIsImluaXRDb25kaXRpb24iOjAsImluaXRJZCI6IjgiLCJpbml0Q29kZSI6IiIsImluaXRGdW5jdGlvbk5hbWUiOiIiLCJpbml0Rm9ybUVudHJ5IjowLCJpbml0UGFnZUVudHJ5IjowLCJhY3Rpb25Db25kaXRpb24iOjAsImFjdGlvbklkIjoiMTYiLCJhY3Rpb25Db2RlIjoiIiwiYWN0aW9uRnVuY3Rpb25OYW1lIjoiIiwiYWN0aW9uQ2xpY2siOjAsImFjdGlvbkJsdXIiOjAsImFjdGlvbkNoYW5nZSI6MCwiYWN0aW9uRm9jdXMiOjAsImFjdGlvblNlbGVjdCI6MCwiaGlkZUluTWFpbGJhY2siOmZhbHNlLCJpbml0U2NyaXB0IjoiIiwicGxhY2Vob2xkZXIiOiIiLCJ2YWx1ZV90cmFuc2xhdGlvbiI6IiIsInBsYWNlaG9sZGVyX3RyYW5zbGF0aW9uIjoiIiwibGFiZWxfdHJhbnNsYXRpb24iOiIiLCJoaW50X3RyYW5zbGF0aW9uIjoiIiwidmFsaWRhdGlvbk1lc3NhZ2VfdHJhbnNsYXRpb24iOiIifX0seyJhdHRyaWJ1dGVzIjp7ImNsYXNzIjoiYmZRdWlja01vZGVFbGVtZW50Q2xhc3MiLCJpZCI6ImJmUXVpY2tNb2RlMzMyMTcyMSIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcImVsZW1lbnRcIn0ifSwiZGF0YSI6eyJ0aXRsZSI6IkNvbnRhY3QgTmFtZSIsImljb24iOiIuLlwvYWRtaW5pc3RyYXRvclwvY29tcG9uZW50c1wvY29tX2JyZWV6aW5nZm9ybXNcL2xpYnJhcmllc1wvanF1ZXJ5XC90aGVtZXNcL3F1aWNrbW9kZVwvaVwvaWNvbl90ZXh0LWZpZWxkLnBuZyJ9LCJwcm9wZXJ0aWVzIjp7InR5cGUiOiJlbGVtZW50IiwiYmZUeXBlIjoiYmZUZXh0ZmllbGQiLCJsYWJlbCI6IkNvbnRhY3QgTmFtZSIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiYmZRdWlja01vZGUzMzIxNzIxIiwiZGJJZCI6NzMsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDQiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGVudGVyIHlvdXIgbGFzdCBuYW1lLiIsInZhbGlkYXRpb25GdW5jdGlvbk5hbWUiOiJmZl92YWx1ZW5vdGVtcHR5IiwiaW5pdENvbmRpdGlvbiI6MCwiaW5pdElkIjoiOCIsImluaXRDb2RlIjoiIiwiaW5pdEZ1bmN0aW9uTmFtZSI6IiIsImluaXRGb3JtRW50cnkiOjAsImluaXRQYWdlRW50cnkiOjAsImFjdGlvbkNvbmRpdGlvbiI6MCwiYWN0aW9uSWQiOiIxNiIsImFjdGlvbkNvZGUiOiIiLCJhY3Rpb25GdW5jdGlvbk5hbWUiOiIiLCJhY3Rpb25DbGljayI6MCwiYWN0aW9uQmx1ciI6MCwiYWN0aW9uQ2hhbmdlIjowLCJhY3Rpb25Gb2N1cyI6MCwiYWN0aW9uU2VsZWN0IjowLCJoaWRlSW5NYWlsYmFjayI6ZmFsc2UsImluaXRTY3JpcHQiOiIiLCJwbGFjZWhvbGRlciI6IiIsInZhbHVlX3RyYW5zbGF0aW9uIjoiIiwicGxhY2Vob2xkZXJfdHJhbnNsYXRpb24iOiIiLCJsYWJlbF90cmFuc2xhdGlvbiI6IiIsImhpbnRfdHJhbnNsYXRpb24iOiIiLCJ2YWxpZGF0aW9uTWVzc2FnZV90cmFuc2xhdGlvbiI6IiJ9fSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZUVsZW1lbnRDbGFzcyIsImlkIjoiYmZRdWlja01vZGU5MzQyMzcwIiwibWRhdGEiOiJ7XCJkZWxldGFibGVcIjogdHJ1ZSwgXCJ0eXBlXCI6IFwiZWxlbWVudFwifSJ9LCJkYXRhIjp7InRpdGxlIjoiRW1haWwiLCJpY29uIjoiLi5cL2FkbWluaXN0cmF0b3JcL2NvbXBvbmVudHNcL2NvbV9icmVlemluZ2Zvcm1zXC9saWJyYXJpZXNcL2pxdWVyeVwvdGhlbWVzXC9xdWlja21vZGVcL2lcL2ljb25fdGV4dC1maWVsZC5wbmcifSwicHJvcGVydGllcyI6eyJ0eXBlIjoiZWxlbWVudCIsImJmVHlwZSI6ImJmVGV4dGZpZWxkIiwibGFiZWwiOiJFbWFpbCIsImxhYmVsUG9zaXRpb24iOiJsZWZ0IiwiYmZOYW1lIjoiYmZRdWlja01vZGU5MzQyMzcwIiwiZGJJZCI6NzQsIm9yZGVyTnVtYmVyIjoiLTEiLCJ0YWJJbmRleCI6Ii0xIiwibG9nZ2luZyI6dHJ1ZSwiaGlkZUxhYmVsIjpmYWxzZSwicmVxdWlyZWQiOnRydWUsImhpbnQiOiIiLCJvZmYiOmZhbHNlLCJ2YWx1ZSI6IiIsIm1heExlbmd0aCI6IiIsInJlYWRvbmx5IjpmYWxzZSwicGFzc3dvcmQiOmZhbHNlLCJtYWlsYmFjayI6ZmFsc2UsIm1haWxiYWNrQXNTZW5kZXIiOmZhbHNlLCJtYWlsYmFja2ZpbGUiOiIiLCJzaXplIjoiIiwidmFsaWRhdGlvbkNvbmRpdGlvbiI6MSwidmFsaWRhdGlvbklkIjoiNDIiLCJ2YWxpZGF0aW9uQ29kZSI6IiIsInZhbGlkYXRpb25NZXNzYWdlIjoiUGxlYXNlIGZpbGwgaW4geW91ciBlbWFpbCBhZGRyZXNzIiwidmFsaWRhdGlvbkZ1bmN0aW9uTmFtZSI6ImZmX3ZhbGlkZW1haWwiLCJpbml0Q29uZGl0aW9uIjowLCJpbml0SWQiOiI4IiwiaW5pdENvZGUiOiIiLCJpbml0RnVuY3Rpb25OYW1lIjoiIiwiaW5pdEZvcm1FbnRyeSI6MCwiaW5pdFBhZ2VFbnRyeSI6MCwiYWN0aW9uQ29uZGl0aW9uIjowLCJhY3Rpb25JZCI6IjE2IiwiYWN0aW9uQ29kZSI6IiIsImFjdGlvbkZ1bmN0aW9uTmFtZSI6IiIsImFjdGlvbkNsaWNrIjowLCJhY3Rpb25CbHVyIjowLCJhY3Rpb25DaGFuZ2UiOjAsImFjdGlvbkZvY3VzIjowLCJhY3Rpb25TZWxlY3QiOjAsImhpZGVJbk1haWxiYWNrIjpmYWxzZSwiaW5pdFNjcmlwdCI6IiIsInBsYWNlaG9sZGVyIjoiIiwidmFsdWVfdHJhbnNsYXRpb24iOiIiLCJwbGFjZWhvbGRlcl90cmFuc2xhdGlvbiI6IiIsImxhYmVsX3RyYW5zbGF0aW9uIjoiIiwiaGludF90cmFuc2xhdGlvbiI6IiIsInZhbGlkYXRpb25NZXNzYWdlX3RyYW5zbGF0aW9uIjoiIn19XX1dfSx7ImF0dHJpYnV0ZXMiOnsiY2xhc3MiOiJiZlF1aWNrTW9kZVBhZ2VDbGFzcyIsImlkIjoiYmZRdWlja01vZGVQYWdlMiIsIm1kYXRhIjoie1wiZGVsZXRhYmxlXCI6IHRydWUsIFwidHlwZVwiOiBcInBhZ2VcIn0ifSwicHJvcGVydGllcyI6eyJ0eXBlIjoicGFnZSIsInBhZ2VOdW1iZXIiOjIsInBhZ2VJbnRybyI6IjxoMSBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIiBtY2Vfc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+VGhhbmsgWW91ITxcL2gxPlxuPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCIgbWNlX3N0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPldlIGhhdmUgcHJvY2Vzc2VkIHlvdXIgcGF5bWVudC48XC9wPlxuPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCIgbWNlX3N0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxicj48XC9wPiJ9LCJzdGF0ZSI6Im9wZW4iLCJkYXRhIjp7InRpdGxlIjoiUGFnZSAyIiwiaWNvbiI6Ii4uXC9hZG1pbmlzdHJhdG9yXC9jb21wb25lbnRzXC9jb21fYnJlZXppbmdmb3Jtc1wvbGlicmFyaWVzXC9qcXVlcnlcL3RoZW1lc1wvcXVpY2ttb2RlXC9pXC9pY29uX3BhZ2UucG5nIn0sImNoaWxkcmVuIjpbXX1dfQ==', 'QuickMode', '[{\"elements\":[{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please fill in your Name\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Company Name\",\"name\":\"bfQuickMode6556417\",\"page\":\"1\",\"orderNumber\":1,\"dbId\":72,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode6556417\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"44\",\"script3code\":\"\",\"script3msg\":\"Please enter your last name.\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_valuenotempty\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Contact Name\",\"name\":\"bfQuickMode3321721\",\"page\":\"1\",\"orderNumber\":2,\"dbId\":73,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode3321721\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"Text\",\"elementType\":\"\",\"options\":{\"value\":\"\",\"placeholder\":\"\",\"password\":false,\"mailback\":false,\"readonly\":false},\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":\"8\",\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":0,\"script2id\":\"16\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":1,\"script3id\":\"42\",\"script3code\":\"\",\"script3msg\":\"Please fill in your email address\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"ff_validemail\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"Email\",\"name\":\"bfQuickMode9342370\",\"page\":\"1\",\"orderNumber\":3,\"dbId\":74,\"appElementOrderId\":0,\"id\":0,\"logging\":true,\"qId\":\"bfQuickMode9342370\",\"internalType\":\"bfTextfield\",\"mailbackAsSender\":0,\"tabIndex\":\"-1\",\"hideInMailback\":false},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"41\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle\",\"name\":\"bfFakeName\",\"page\":1,\"orderNumber\":0,\"dbId\":106,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"23\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle2\",\"name\":\"bfFakeName2\",\"page\":1,\"orderNumber\":0,\"dbId\":107,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"40\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle3\",\"name\":\"bfFakeName3\",\"page\":1,\"orderNumber\":0,\"dbId\":108,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"},{\"element\":null,\"bfType\":\"\",\"elementType\":\"\",\"options\":[],\"data1\":\"\",\"data2\":\"\",\"data3\":\"\",\"script1cond\":0,\"script1id\":0,\"script1code\":\"\",\"script1flag1\":0,\"script1flag2\":0,\"script2cond\":1,\"script2id\":\"38\",\"script2code\":\"\",\"script2flag1\":0,\"script2flag2\":0,\"script2flag3\":0,\"script2flag4\":0,\"script2flag5\":0,\"script3cond\":0,\"script3id\":0,\"script3code\":\"\",\"script3msg\":\"\",\"functionNameScript1\":\"\",\"functionNameScript2\":\"\",\"functionNameScript3\":\"\",\"flag1\":0,\"flag2\":0,\"mailback\":0,\"mailbackfile\":\"\",\"title\":\"bfFakeTitle4\",\"name\":\"bfFakeName4\",\"page\":1,\"orderNumber\":0,\"dbId\":109,\"appElementOrderId\":0,\"id\":0,\"logging\":0,\"qId\":0,\"internalType\":\"\"}],\"elementCount\":3}]', 3, 1, 0, 'Pkg1', '', '', 'SignUp Package 1', '', '', '', 200, 0, 500, 1, 2, 2, 1, 1, 1, 0, 0, 0, 0, NULL, NULL, 0, 0, 'cell@pfane.com', 1, 0, NULL, NULL, 2, NULL, 'function ff_Pkg1_submitted(status, message){if(status==0){ff_switchpage(2);}else{alert(message);}}', 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 2, 0, '', 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_integrator_criteria_fixed`
--

CREATE TABLE `fwzm6_facileforms_integrator_criteria_fixed` (
  `id` int(11) NOT NULL,
  `rule_id` int(11) NOT NULL,
  `reference_column` varchar(255) NOT NULL,
  `operator` varchar(255) NOT NULL,
  `fixed_value` text NOT NULL,
  `andor` varchar(3) NOT NULL DEFAULT 'AND'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_integrator_criteria_form`
--

CREATE TABLE `fwzm6_facileforms_integrator_criteria_form` (
  `id` int(11) NOT NULL,
  `rule_id` int(11) NOT NULL,
  `reference_column` varchar(255) NOT NULL,
  `operator` varchar(255) NOT NULL,
  `element_id` varchar(255) NOT NULL,
  `andor` varchar(3) NOT NULL DEFAULT 'AND'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_integrator_criteria_joomla`
--

CREATE TABLE `fwzm6_facileforms_integrator_criteria_joomla` (
  `id` int(11) NOT NULL,
  `rule_id` int(11) NOT NULL,
  `reference_column` varchar(255) NOT NULL,
  `operator` varchar(255) NOT NULL,
  `joomla_object` varchar(255) NOT NULL,
  `andor` varchar(3) NOT NULL DEFAULT 'AND'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_integrator_items`
--

CREATE TABLE `fwzm6_facileforms_integrator_items` (
  `id` int(11) NOT NULL,
  `rule_id` int(11) NOT NULL,
  `element_id` int(11) NOT NULL,
  `reference_column` varchar(255) NOT NULL,
  `code` text NOT NULL,
  `published` tinyint(4) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_integrator_rules`
--

CREATE TABLE `fwzm6_facileforms_integrator_rules` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `form_id` int(11) NOT NULL,
  `reference_table` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL DEFAULT 'insert',
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `finalize_code` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_packages`
--

CREATE TABLE `fwzm6_facileforms_packages` (
  `id` varchar(30) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `version` varchar(30) NOT NULL DEFAULT '',
  `created` varchar(20) NOT NULL DEFAULT '',
  `title` varchar(50) NOT NULL DEFAULT '',
  `author` varchar(50) NOT NULL DEFAULT '',
  `email` varchar(50) NOT NULL DEFAULT '',
  `url` varchar(50) NOT NULL DEFAULT '',
  `description` varchar(100) NOT NULL DEFAULT '',
  `copyright` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `fwzm6_facileforms_packages`
--

INSERT INTO `fwzm6_facileforms_packages` (`id`, `name`, `version`, `created`, `title`, `author`, `email`, `url`, `description`, `copyright`) VALUES
('', 'mypck_001', '0.0.1', '2005-07-31 22:21:23', 'My First Package', 'My Name', 'my.name@my.domain', 'http://www.my.domain', 'This is the first package that I created', 'This FacileForms package is released under the GNU/GPL license'),
('FF', 'stdlib.english', '1.9.0 Stable (build 930)', '2018-03-06 13:37:35', 'BreezingForms-Standard Piece and Script Libraries', 'Markus Bopp', 'markus.bopp@crosstec.org', 'http://www.crosstec.org', 'These are the standard BreezingForms script and piece libraries.', 'This BreezingForms package is released under the GNU/GPL license'),
('QuickModeSamples', 'QuickModeSamples', '0.0.1', '2010-06-21 16:58:49', 'QuickMode Sample Forms', 'Crosstec', 'support@crosstec.de', 'http://www.crosstec.de', 'Sample Forms for QuickMode (Contact, Tell a Friend, PayPal Payment, PayPal Donation)', 'This FacileForms package is released under the GNU/GPL license');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_pieces`
--

CREATE TABLE `fwzm6_facileforms_pieces` (
  `id` int(11) NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `package` varchar(30) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL,
  `type` varchar(30) NOT NULL DEFAULT '',
  `code` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `fwzm6_facileforms_pieces`
--

INSERT INTO `fwzm6_facileforms_pieces` (`id`, `published`, `package`, `name`, `title`, `description`, `type`, `code`) VALUES
(1, 1, 'FF', 'ff_addCustomCSSFile', 'Add custom CSS File', 'Adds a custom css file to the form. To choose a css file, execute this piece and call the function ff_addCustomCSSFile(\'path/to/css/file\') with the RELATIVE (not full!) path to your joomla installation.\r\nDo not forget to call $this->execPieceByName(\'ff_InitLib\') before!\r\n\r\nExample:\r\n\r\nglobal $mainframe;\r\n\r\n$this->execPieceByName(\'ff_InitLib\');\r\n$this->execPieceByName(\'ff_addCustomCSSFile\');\r\n\r\nff_addCustomCSSFile(\'templates/\' . $mainframe->getTemplate() . \'/css/template.css\');', 'Before Form', 'function ff_addCustomCSSFile($path){\r\n	if(file_exists(JPATH_SITE . \'/\' . $path)){\r\n		JFactory::getDocument()->addStyleSheet(JURI::root() . $path);\r\n	}\r\n}'),
(2, 1, 'FF', 'ff_Constants', 'Constansts definitions', 'Library constants definitions', 'Before Form', 'define(\'FF_DIE\',       \'_ff_die_on_errors_\');\r\ndefine(\'FF_DONTDIE\',   \'_ff_stay_alive_\');\r\ndefine(\'FF_IGNOREDIE\', \'_ff_ignore_if_dying_\');\r\n\r\ndefine(\'FF_ARRAY\',     \'_ff_return_as_array_\');\r\ndefine(\'FF_LIST\',      \'_ff_return_as_list_\');\r\ndefine(\'FF_SLIST\',     \'_ff_return_as_slist_\');\r\ndefine(\'FF_DLIST\',     \'_ff_return_as_dlist_\');\r\n\r\ndefine(\'FF_NOTRIM\',    1);\r\ndefine(\'FF_ALLOWHTML\', 2);\r\ndefine(\'FF_ALLOWRAW\',  4);'),
(3, 1, 'FF', 'ff_databaseToSelect', 'ff_databaseToSelect', 'Populates a select field with database stuff. Use like so:\r\n\r\ndatabaseToSelect($select, $table, $label, $value, $sql);\r\n\r\n$label and $value are fields you want to display as label and value in select options. $table\r\nis the name of the table you want to look for. $select is the name of the select input. $sql holds custom SQL query, if supplied. If not,\r\nfunction will perform a simple \'SELECT $label, $valueFROM $table\';\r\n\r\nexample; databaseToSelect(\'mySelect\', \'users\', \'name\', \'ID);', 'Before Form', 'function ff_databaseToSelect($st, $tbl, $lbl, $val, $sql)\r\n{\r\n	$db = JFactory::getDBO();	//Get Database Object\r\n	global $ff_processor;\r\n\r\n	//Create your own query here\r\n	if($sql and $sql!=\'\'){\r\n		$db->setQuery($sql);\r\n	}else{\r\n		$db->setQuery(\"SELECT $lbl, $val FROM $tbl\");\r\n	}\r\n	\r\n\r\n	$result = $db->loadObjectList(); //load the result from the query\r\n	$values = [];\r\n	foreach($result as $rrow){\r\n		$values[]=(object)array(\'selected\'=>0,\'label\'=>$rrow->{$lbl}, \'value\'=>$rrow->{$val});\r\n	}\r\n	\r\n	unset($rrow);\r\n	\r\n	foreach($ff_processor->rows as $row)\r\n	{\r\n		if ($row->name==$st){\r\n			$row->selectList = $values;\r\n			foreach($values as $var){\r\n				$row->data2 .= $var->selected.\";\".$var->label.\";\".$var->value.\"\\n\";\r\n			}\r\n			break;\r\n		}\r\n		unset($row);\r\n	}\r\n}'),
(4, 1, 'FF', 'ff_die', 'Terminate form gracefully', 'Gracefully terminates the form and shows a message plus opionally a \r\nCONTINUE button for further redirection.\r\n\r\nCall:\r\n\r\n    ff_die($message=null, $action=\'stop\', $target=\'\', $params=\'\', $label=\'Continue\');\r\n    return;\r\n\r\n    $message = A message to display. If no message is provided, it will\r\n               display:\r\n\r\n                    Fatal error in $formname, processing stopped.\r\n\r\n    $action  = \'stop\' : Dont show a CONTINUE button (default)\r\n               \'self\' : Redirect to the same form\r\n               \'form\' : Redirect to another form \r\n               \'page\' : Redirect to another page of this site\r\n               \'home\' : Redirect to homepage of the site\r\n               \'url\'  : Redirect to a url\r\n\r\n    $target  = Target name/url for \'form\', \'page\' and \'url\'\r\n\r\n    $params  = Additional parameters for \'self\' and \'form\'\r\n\r\n    $label   = Text for the continue button\r\n\r\nExamples:\r\n\r\n    // Display standard message without continue button\r\n    ff_die(); \r\n\r\n    // Display message without continue button\r\n    ff_die(\'Sorry, cannot continue for some reason.\');\r\n\r\n    // Display standard message and return to same form with a parameter\r\n    ff_die(null, \'self\', \'&ff_param_foo=bar\');\r\n\r\n    // Redirect to another form\r\n    ff_die(\'Guess you are hungry now...\', \'form\', \'SamplePizzaShop\', null, \'Order\');\r\n\r\n    // Redirect to another site page\r\n    ff_die(\r\n        \'Something strange has happened!\', \r\n        \'page\', \r\n        \'index.php?option=com_content&task=section&id=1&Itemid=2\'\r\n    );', 'Untyped', 'function ff_die($message=\'\', $action=\'stop\', $target=\'\', $params=\'\', $label=\'Continue\')\r\n{\r\n    global $ff_processor;\r\n    if ($ff_processor->dying) return;\r\n\r\n    ob_end_clean();\r\n    $form =& $ff_processor->formrow;\r\n    if (!$message) \r\n        $message = \r\n            \"<strong>Fatal error in $form->name, form processing halted.</strong>\";\r\n    switch ($action) {\r\n        case \'self\': $url = ff_makeSelfUrl($params); break;\r\n        case \'form\': $url = ff_makeFormUrl($target, $params); break;\r\n        case \'page\': $url = ff_makePageUrl($target); break;\r\n        case \'home\': $url = \"{mossite}\"; break;\r\n        case \'url\' : $url = $target; break;\r\n        default    : $url = \'\';\r\n    } // switch\r\n    if ($form->class1 != \'\') echo \'<div class=\"\'.$form->class1.\'\">\'.nl();\r\n    echo($message.\'<br/><br/><br/>\'.nl());\r\n    if ($url) {\r\n        if (!$ff_processor->inline) echo \'<form action=\"#redirect\">\'.nl();\r\n        if ($ff_processor->inframe) $t = \'parent\'; else $t = \'document\';\r\n        echo \'<input type=\"button\" class=\"button\" value=\"\'.$label.\'\"\'.\r\n             \' onClick=\"\'.$t.\'.location.href=\\\'\'.htmlentities($url,ENT_QUOTES).\'\\\';\"\'.\r\n             \'/>\'.nl();\r\n        if (!$ff_processor->inline) echo \'</form>\'.nl();\r\n    } // if\r\n    if ($form->class1 != \'\') echo \'</div>\'.nl();\r\n    unset($form);\r\n    ob_start();\r\n    $ff_processor->suicide();\r\n} // ff_die'),
(5, 1, 'FF', 'ff_DisableFormTrace', 'Disable tracing at view time', 'Disables tracing for use as before form piece', 'Before Form', '//+trace dis'),
(6, 1, 'FF', 'ff_DisableSubmitTrace', 'Disable tracing at submit time', 'Disables tracing for use as begin submit piece', 'Begin Submit', '//+trace dis'),
(7, 1, 'FF', 'ff_dying', 'Query live status', 'Query if form is dying', 'Untyped', '//+trace max none\r\nfunction ff_dying()\r\n{\r\n    global $ff_processor; \r\n    return $ff_processor->dying;\r\n} // ff_dying'),
(8, 1, 'FF', 'ff_expString', 'String export', 'Export string function: escapes special characters in c-codes', 'Untyped', 'function ff_expString($text)\r\n{\r\n    return expstring($text);\r\n} // ff_expString'),
(9, 1, 'FF', 'ff_getPageByNameX', 'Get page # by element name', 'Gets the page number by the name of an element. \r\nTypically used to redirect to a certain page in a before form piece \r\nas \r\n\r\n    $this->page = ff_getPageByName(\'elementname\');', 'Untyped', 'function ff_getPageByName($name)\r\n{\r\n    global $ff_processor;\r\n    foreach($ff_processor->rows as $row)\r\n        if ($row->name==$name)\r\n            return $row->page;\r\n    return null;\r\n} // ff_getPageByName'),
(10, 1, 'FF', 'ff_getParam', 'Get GET/POST parameter', 'Direct replacement for mosGetParam. ff_getParam will attempt to filter \r\nout parameters that are targeted to another form on the same page.', 'Untyped', 'function ff_getParam($name, $default=null, $mask=0)\r\n{\r\n    global $ff_request;\r\n    if (substr($name,0,9)==\'ff_param_\') {\r\n        if (!isset($ff_request[$name])) return $default;\r\n        $val = $ff_request[$name];\r\n    } else {\r\n        if (!isset($_REQUEST[$name])) return $default;\r\n        $val = $_REQUEST[$name];\r\n    } // if\r\n    $dotrim = ($mask & FF_NOTRIM)==0;\r\n    $dostrp = ($mask & FF_ALLOWHTML)==0;\r\n    $addsla = ($mask & FF_ALLOWRAW)==0 && !get_magic_quotes_gpc();\r\n    $remsla = ($mask & FF_ALLOWRAW)!=0 && get_magic_quotes_gpc();\r\n    if (is_array($val)) {\r\n        $cnt = count($val);\r\n        for ($v = 0; $v < $cnt; $v++)\r\n            if (is_string($val[$v])) {\r\n                if ($dotrim) $val[$v] = trim($val[$v]);\r\n                if ($dostrp) $val[$v] = strip_tags($val[$v]);\r\n                if ($addsla) $val[$v] = addslashes($val[$v]);\r\n                if ($remsla) $val[$v] = stripslashes($val[$v]);\r\n            } // if\r\n    } else {\r\n        if (is_string($val)) {\r\n            if ($dotrim) $val = trim($val);\r\n            if ($dostrp) $val = strip_tags($val);\r\n            if ($addsla) $val = addslashes($val);\r\n            if ($remsla) $val = stripslashes($val);\r\n        } // if\r\n    } // if\r\n    return $val;\r\n} // ff_getParam'),
(11, 1, 'FF', 'ff_getSubmit', 'Get submited data', 'Returns submitdata either as scalar, array or list. In case of list the values\r\nare returned as a string with the values concatenated by comma.\r\n\r\nExamples:\r\n\r\n// Get as scalar: Optionally pass a default value as second parameter.\r\n// If no default is provided, it will return NULL if no value was submitted\r\n\r\n    $myval = ff_getSubmit(\'myvar\');        // return NULL if not submitted\r\n\r\n    $myval = ff_getSubmit(\'myvar\',1);      // return 1 if not submitted\r\n\r\n    $myval = ff_getSubmit(\'myvar\',\'foo\');  // return \'foo\' if not submitted\r\n\r\n    ff_query(\r\n        \"insert into #__mytable(id, name) \".\r\n        \"values (\'\".\r\n            ff_getSubmit(\'id\').\", \".\r\n            ff_getSubmit(\'name\',\'unknown\').\r\n        \"\')\"\r\n    );\r\n\r\n// Get as array: Pass FF_ARRAY as second Parameter\r\n\r\n    $myarr = $ff_getSubmit(\'myarr\', FF_ARRAY);\r\n\r\n    foreach ($myarr as $myval) ...\r\n\r\n// Get as list: Pass either FF_LIST, FF_SLIST or FF_DLIST as 2nd parameter.\r\n\r\n    // FF_LIST will return numeric data unquoted and strings in single quotes:\r\n    //    1,2,\'a\',4\r\n\r\n    // FF_SLIST will return all data single quoted:\r\n    //    \'1\',\'2\',\'a\',\'4\'\r\n\r\n    // FF_DLIST will return all data double quoted:\r\n    //    \"1\",\"2\",\"a\",\"4\"\r\n\r\n    ff_query(\r\n        \"delete from #__mytable \".\r\n        \"where id in (\".ff_getSubmit(\'itemlist\',FF_LIST).\")\"\r\n    );', 'Untyped', 'function ff_getSubmit($name, $default=null)\r\n{\r\n    global $ff_processor;\r\n\r\n    switch ((string)$default) {\r\n        case FF_ARRAY: $value = array(); break;\r\n        case FF_LIST : \r\n        case FF_SLIST:\r\n        case FF_DLIST: $value = \'\'; break;\r\n        default      : $value = $default;\r\n    } // switch\r\n    foreach ($ff_processor->submitdata as $data)\r\n        if ($data[_FF_DATA_NAME]==$name) {\r\n            $q = \'\';\r\n            switch ((string)$default) {\r\n                case FF_ARRAY:\r\n                    $value[] = $data[_FF_DATA_VALUE];\r\n                    break;\r\n                case FF_SLIST:\r\n                    $q = \"\'\";\r\n                case FF_DLIST:\r\n                    if ($q==\'\') $q = \'\"\';\r\n                case FF_LIST:\r\n                    if ($q==\'\' && !is_numeric($data[_FF_DATA_VALUE])) $q = \"\'\";\r\n                    if ($value!=\'\') $value.=\',\';\r\n                    $value .= $q.$data[_FF_DATA_VALUE].$q;\r\n                    break;\r\n                default:\r\n                    return $data[_FF_DATA_VALUE];\r\n            } // switch\r\n         } // if\r\n    return $value;\r\n} // ff_getSubmit'),
(12, 1, 'FF', 'ff_impString', 'String import', 'Import string function: unescapes c-coded characters of a string', 'Untyped', 'function ff_impString($text)\r\n{\r\n    return impstring($text);\r\n} // ff_impString'),
(13, 1, 'FF', 'ff_InitLib', 'Init Library', 'A collection of useful functions for use in form pieces. \r\n\r\nInclude by: \r\n\r\n    $this->execPieceByName(\'ff_InitLib\');', 'Before Form', '//+trace high none\r\nif (!defined(\'FF_DIE\'))                    $this->execPieceByName(\'ff_Constants\');\r\nif (!function_exists(\'ff_expstring\'))      $this->execPieceByName(\'ff_expstring\');\r\nif (!function_exists(\'ff_makePageUrl\'))    $this->execPieceByName(\'ff_makePageUrl\');\r\nif (!function_exists(\'ff_makeFormUrl\'))    $this->execPieceByName(\'ff_makeFormUrl\');\r\nif (!function_exists(\'ff_makeSelfUrl\'))    $this->execPieceByName(\'ff_makeSelfUrl\');\r\nif (!function_exists(\'ff_die\'))            $this->execPieceByName(\'ff_die\');\r\nif (!function_exists(\'ff_dying\'))          $this->execPieceByName(\'ff_dying\');\r\nif (!function_exists(\'ff_redirect\'))       $this->execPieceByName(\'ff_redirect\');\r\nif (!function_exists(\'ff_redirectParent\')) $this->execPieceByName(\'ff_redirectParentX\');\r\nif (!function_exists(\'ff_redirectPage\'))   $this->execPieceByName(\'ff_redirectPage\');\r\nif (!function_exists(\'ff_redirectForm\'))   $this->execPieceByName(\'ff_redirectForm\');\r\nif (!function_exists(\'ff_redirectSelf\'))   $this->execPieceByName(\'ff_redirectSelf\');\r\nif (!function_exists(\'ff_setChecked\'))     $this->execPieceByName(\'ff_setCheckedX\');\r\nif (!function_exists(\'ff_setSelected\'))    $this->execPieceByName(\'ff_setSelectedX\');\r\nif (!function_exists(\'ff_setValue\'))       $this->execPieceByName(\'ff_setValueX\');\r\nif (!function_exists(\'ff_getPageByName\'))  $this->execPieceByName(\'ff_getPageByNameX\');\r\nif (!function_exists(\'ff_getParam\'))       $this->execPieceByName(\'ff_getParam\');\r\nif (!function_exists(\'ff_getSubmit\'))      $this->execPieceByName(\'ff_getSubmit\');\r\nif (!function_exists(\'ff_impString\'))      $this->execPieceByName(\'ff_impString\');\r\nif (!function_exists(\'ff_expString\'))      $this->execPieceByName(\'ff_expString\');\r\nif (!function_exists(\'ff_securityImage\'))  $this->execPieceByName(\'ff_securityImage\');\r\nif (!function_exists(\'ff_select\'))         $this->execPieceByName(\'ff_select\');\r\nif (!function_exists(\'ff_selectValue\'))    $this->execPieceByName(\'ff_selectValue\');\r\nif (!function_exists(\'ff_query\'))          $this->execPieceByName(\'ff_query\');\r\nif (!function_exists(\'ff_markdown\'))       $this->execPieceByName(\'ff_markdown\');'),
(14, 1, 'FF', 'ff_makeFormUrl', 'Make URL to other form', 'Redirects to another facile form. \r\n\r\nCall: \r\n\r\n    $url = ff_makeFormUrl($name, $params = \'\');\r\n\r\nExample:\r\n\r\n    $url = ff_makeFormUrl(\r\n       \'OtherForm\', \r\n       \'&ff_param_email=\'.urlencode($email)\r\n    );', 'Untyped', 'function ff_makeFormUrl($name, $params=\'\')\r\n{\r\n    global $ff_processor, $ff_otherparams;\r\n    $url = \'\';\r\n    switch ($ff_processor->runmode) {\r\n        case 2: // preview\r\n        case 1: // backend\r\n            $url .= \'administrator/index2.php?option=com_breezingforms&act=run\'.\r\n                    \'&ff_name=\'.urlencode($name);\r\n            if ($ff_processor->inframe) $url .= \'&ff_frame=1\';\r\n            if ($ff_processor->border) $url .= \'&ff_border=1\';\r\n            break;\r\n        default: // frontend\r\n            $url .= \'index.php?ff_name=\'.urlencode($name);\r\n            if ($ff_otherparams[\'option\'] == \'com_breezingforms\') {\r\n                reset($ff_otherparams);\r\n                while (list($prop, $val) = each($ff_otherparams))\r\n                    $url .= \'&\'.urlencode($prop).\'=\'.urlencode($val);\r\n            } else\r\n                $url .= \'&option=com_breezingforms\';\r\n            if ($ff_processor->target > 1) $url .= \'&ff_target=\'.$ff_processor->target;\r\n            if ($ff_processor->inframe) $url .= \'&ff_frame=1\';\r\n            if ($ff_processor->border) $url .= \'&ff_border=1\';\r\n            if ($ff_processor->align !=1) $url .= \'&ff_align=\'.$ff_processor->align;\r\n            if ($ff_processor->top>0) $url .= \'&ff_top=\'.$ff_processor->top;\r\n    } // switch\r\n    return ff_makePageUrl($url. $params);\r\n} // ff_makeFormUrl'),
(15, 1, 'FF', 'ff_makePageUrl', 'Make URL to other page', 'Builds an URL to another mambo page\r\n\r\nCall: \r\n\r\n    $url = ff_makePageUrl($params = \'\');\r\n\r\nExample:\r\n\r\n    $url = ff_makePageUrl(\r\n        \'index.php?option=com_content&task=blogsection&id=0&Itemid=39\'\r\n    );', 'Untyped', 'function ff_makePageUrl($params=\'\')\r\n{\r\n    $url = \'{mossite}\';\r\n    if ($params != \'\') {\r\n        $len = strlen($url);\r\n        if ($len > 0 && $url{$len-1} != \'/\') $url .= \'/\';\r\n        $url .= $params;\r\n    } // if\r\n    return $url;\r\n} // ff_makePageUrl'),
(16, 1, 'FF', 'ff_makeSelfUrl', 'Make URL to same form', 'Make an URL to the same form. \r\n\r\nCall: \r\n\r\n    $url = ff_makeSelfUrl($params = \'\');\r\n\r\nExample:\r\n\r\n    $url = ff_makeSelfUrl(\'&ff_param_email=\'.urlencode($email));', 'Untyped', 'function ff_makeSelfUrl($params=\'\')\r\n{\r\n    global $ff_processor;\r\n    return ff_makeFormUrl($ff_processor->formrow->name, $params);\r\n} // ff_makeSelfUrl'),
(17, 1, 'FF', 'ff_mySetSelected', 'Set a select list option to *selected*', 'Sets a select list option to selected. \r\n\r\nCall: \r\n\r\n    ff_mySetSelected(\'name\', \'value\', \'field\'); //field can be label or value', 'Before Form', 'function ff_mySetSelected($name, $value, $field=\'value\')\r\n{\r\n    global $ff_processor;\r\n    foreach($ff_processor->rows as $row) {\r\n        if ($row->name==$name){\r\n			$row->data2 = \'\';\r\n			foreach($row->selectList as $var){\r\n				if($var->{$field}==$value){\r\n					$var->selected = 1;\r\n				}else{\r\n					$var->selected = 0;\r\n				}\r\n				$row->data2 .= $var->selected.\";\".$var->label.\";\".$var->value.\"\\n\";\r\n			}\r\n			break;\r\n		}\r\n        unset($row);\r\n    }\r\n}'),
(18, 1, 'FF', 'ff_query', 'Non-select queries against db', 'Execute a simple db query.\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(\'ff_InitUtilities\');\r\n    $this->execPieceByName(\'ff_SubmitUtilities\');\r\n    if (!function_exists(\'ff_query\')) $this->execPieceByName(\'ff_query\');\r\n\r\nCall syntax:\r\n\r\n    [$newid = ] ff_query($sql [, $insert = 0]);\r\n\r\n    $sql:    Sql statement to call\r\n    $insert: 1 = return key of auto column when inserting rows\r\n    $newid:  The key of the new row.', 'Untyped', 'function ff_query($sql, $insert=false, $error=FF_DIE)\r\n{\r\n    global $ff_processor;\r\n    $database = JFactory::getDBO();\r\n    if ($ff_processor->dying && $error!=FF_IGNOREDIE) return -1;\r\n    $database->setQuery($sql);\r\n    $database->query();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        if ($dienow) ff_die($error);\r\n    } else {\r\n        $error = null;\r\n        if ($insert) return $database->insertid();\r\n    } // if\r\n    return 0;\r\n} // ff_query'),
(19, 1, 'FF', 'ff_redirect', 'Basic redirection', 'Basic redirection routine supporting multiple targets and methods.\r\n\r\nCall:\r\n \r\nff_redirect($url [, $target=\'self\' , $method=\'post\'])\r\n\r\n    $url    = The url to redirect to including the parameters appended.\r\n\r\n    $target = \'top\', \'parent\', \'self\' or \'blank\'\r\n\r\n              \'top\'    = redirect to the top browser window\r\n              \'parent\' = redirect to the parent frame\r\n              \'self\'   = redirect in the same frame (the default)\r\n              \'blank\'  = redirect to a new browser window \r\n                         (blank works with post method only)\r\n\r\n    $method = \'post\' or \'get\'. The default is \'post\'.\r\n\r\n    Example:\r\n\r\n       ff_redirect(\r\n          \'http://mysite.net/index.php?option=xxx&Itemid=33\',\r\n          \'top\'\r\n       );', 'Untyped', 'function ff_redirect($url, $target=\'self\', $method=\'post\')\r\n{\r\n    global $ff_processor, $ff_request;\r\n    if ($ff_processor->dying) return;\r\n\r\n    ob_end_clean();\r\n    switch (strtolower($method)) {\r\n        case \'get\': {\r\n            switch (strtolower($target)) {\r\n                case \'top\'   :\r\n                case \'parent\': break;\r\n                default      : $target = \'document\';\r\n            } // switch\r\n            echo \'<script type=\"text/javascript\">\'.nl().\r\n                 \'<!--\'.nl().\r\n                 \"onload=function() { \".$target.\".location.href=\'\".$url.\"\'; }\".nl().\r\n                 \'-->\'.nl().\r\n                 \'</script>\'.nl().\r\n                 \'</body>\'.nl();\r\n            break;\r\n        } // url\r\n        default: { // post\r\n            $pos = strpos($url,\'?\');\r\n            $ff_request = array();\r\n            if ($pos === false)\r\n                $action = $url;\r\n            else {\r\n                $action = substr($url,0,$pos);\r\n                addRequestParams(substr($url, $pos+1));\r\n            } // if\r\n            switch (strtolower($target)) {\r\n                case \'blank\' : $target = \' target=\"_blank\"\';  break;\r\n                case \'top\'   : $target = \' target=\"_top\"\';    break;\r\n                case \'parent\': $target = \' target=\"_parent\"\'; break;\r\n                default      : $target = \' target=\"_self\"\';\r\n            } // switch\r\n            echo \'<script language=\"javascript\" type=\"text/javascript\">\'.nl().\r\n                 \'<!--\'.nl().\r\n                 \'onload = function() { document.ff_redirect.submit(); }\'.nl().\r\n                 \'-->\'.nl().\r\n                 \'</script>\'.nl().\r\n                 \'<form action=\"\'.$action.\'\" \'.\r\n                  \'method=\"post\" \'.\r\n                  \'name=\"ff_redirect\" id=\"ff_redirect\" \'.\r\n                  \'enctype=\"multipart/form-data\"\'.\r\n                  $target.\r\n                 \'>\'.nl();\r\n            while (list($prop, $val) = each($ff_request))\r\n                echo \'<input type=\"hidden\" name=\"\'.$prop.\'\" \'.\r\n                            \'value=\"\'.htmlentities(urldecode($val)).\'\"/>\'.nl();\r\n            echo \'</form>\'.nl().\r\n                 \'</body>\'.nl();\r\n        } // post\r\n    } // switch\r\n    exit;\r\n} // ff_redirect'),
(20, 1, 'FF', 'ff_redirect', 'Basic redirection', 'Basic redirection routine supporting multiple targets and methods.\r\n\r\nCall:\r\n \r\nff_redirect($url [, $target=\'self\' , $method=\'post\'])\r\n\r\n    $url    = The url to redirect to including the parameters appended.\r\n\r\n    $target = \'top\', \'parent\', \'self\' or \'blank\'\r\n\r\n              \'top\'    = redirect to the top browser window\r\n              \'parent\' = redirect to the parent frame\r\n              \'self\'   = redirect in the same frame (the default)\r\n              \'blank\'  = redirect to a new browser window \r\n                         (blank works with post method only)\r\n\r\n    $method = \'post\' or \'get\'. The default is \'post\'.\r\n\r\n    Example:\r\n\r\n       ff_redirect(\r\n          \'http://mysite.net/index.php?option=xxx&Itemid=33\',\r\n          \'top\'\r\n       );', 'Untyped', 'function ff_redirect($url, $target=\'self\', $method=\'post\')\r\n{\r\n    global $ff_processor, $ff_request;\r\n    if ($ff_processor->dying) return;\r\n    ob_end_clean();			//when debugging change this to ob_end_flush();\r\n    switch (strtolower($method)) {\r\n        case \'get\': {\r\n            switch (strtolower($target)) {\r\n                case \'top\'   :\r\n                case \'parent\': break;\r\n                default      : $target = \'window\'; //window > document, because cross browser compat, or so I read\r\n            } // switch\r\n            echo \'<script type=\"text/javascript\">\'.nl().\r\n                 \"onload=function() { \".$target.\".location.href=\'\".$url.\"\'; }\".nl().\r\n                 \'</script>\'.nl().\r\n                 \'</body>\'.nl();\r\n            break;\r\n        } // url\r\n        default: { // post\r\n            $pos = strpos($url,\'?\');	//find the location of \'?\' after which get parameters usually start\r\n            $ff_request = array();		//create an array to set it later to hold get parameters in associative form\r\n			if($pos){					//if query parameters are supplied, the whole action becomes http://whatever.com/\r\n				$action=substr($url, 0, $pos);\r\n			}else{						//if no \'?\' detected action is equal to supplied url, which is a weak check because what if pretty url?\r\n				$action = $url;\r\n			}\r\n            switch (strtolower($target)) {\r\n                case \'blank\' : $target = \' target=\"_blank\"\';  break;\r\n                case \'top\'   : $target = \' target=\"_top\"\';    break;\r\n                case \'parent\': $target = \' target=\"_parent\"\'; break;\r\n                default      : $target = \' target=\"_self\"\';\r\n            } // switch\r\n			$parts = parse_url($url); 			//$url still stores are query params, so we parse them\r\n			parse_str($parts[\'query\'], $ff_request);		//get query part and store into ff_request (defined above)\r\n            echo \'<script language=\"javascript\" type=\"text/javascript\">\'.nl(). //echo form and script that submits form on load (ajax maybe, more \'elegant\'?)\r\n                 \'<!--\'.nl().\r\n                 \'onload = function() { document.ff_redirect.submit(); }\'.nl().\r\n                 \'-->\'.nl().\r\n                 \'</script>\'.nl().\r\n                 \'<form action=\"\'.$action.\'\" \'.\r\n                  \'method=\"post\" \'.\r\n                  \'name=\"ff_redirect\" id=\"ff_redirect\" \'.\r\n                  \'enctype=\"multipart/form-data\"\'.\r\n                  $target.\r\n                 \'>\'.nl();\r\n            foreach ($ff_request as $key => $value){ //print out input fields which store GET parameters\r\n				echo \'<input type=\"hidden\" name=\"\'.$key.\'\" \'.\'value=\"\'.htmlentities(urldecode($value)).\'\"/>\'.nl();\r\n			}\r\n            echo \'</form>\'.nl(). \'</body>\'.nl();\r\n        } // post\r\n    } // switch\r\n    exit;\r\n} // ff_redirect'),
(21, 1, 'FF', 'ff_redirectForm', 'Redirect to other form', 'Redirects to another facile form. \r\n\r\nCall: \r\n\r\n    ff_redirectForm($name, $params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectForm(\r\n        $this, \r\n       \'SecondForm\', \r\n       \'&ff_param_email=\'.urlencode($email)\r\n    );', 'Untyped', 'function ff_redirectForm($name, $params=\'\', $method=\'post\')\r\n{\r\n    ff_redirectParent(ff_makeFormUrl($name, $params), $method);\r\n} // ff_redirectForm'),
(22, 1, 'FF', 'ff_redirectForm', 'Redirect to other form', 'Redirects to another facile form. \r\n\r\nCall: \r\n\r\n    ff_redirectForm($name, $params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectForm(\r\n        $this, \r\n       \'SecondForm\', \r\n       \'&ff_param_email=\'.urlencode($email)\r\n    );', 'Untyped', 'function ff_redirectForm($name, $params=\'\', $method=\'post\')\r\n{\r\n    $url=ff_makeFormUrl($name, $params);\r\n    ff_redirectParent($url, $method);\r\n} // ff_redirectForm'),
(23, 1, 'FF', 'ff_redirectPage', 'Redirect to other page', 'Redirects to another mambo page. \r\n\r\nCall: \r\n\r\n    ff_redirectPage($params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectPage(\r\n        \'index.php?option=com_content&task=blogsection&id=0&Itemid=39\'\r\n    );', 'Untyped', 'function ff_redirectPage($params=\'\', $method=\'post\')\r\n{\r\n    ff_redirectParent(ff_makePageUrl($params), $method);\r\n} // ff_redirectPage'),
(24, 1, 'FF', 'ff_redirectParentX', 'Redirect to parent window', 'Redirects to the parent window when runing in iframe, otherwise to self. \r\n\r\nff_redirectParent($url [, $method=\'post\'])\r\n\r\n    $url    = The url to redirect to including the parameters appended.\r\n\r\n    $method = \'post\' or \'url\'. The default is \'post\'.\r\n\r\n    Example:\r\n\r\n       ff_redirectParent(\r\n          \'http://mysite.net/index.php?option=xxx&Itemid=33\',\r\n          \'url\'\r\n       );', 'Untyped', 'function ff_redirectParent($url, $method = \'post\')\r\n{\r\n    global $ff_processor;\r\n    if ($ff_processor->inframe) $target = \'parent\'; else $target = \'self\'; \r\n    ff_redirect($url, $target, $method);\r\n} // ff_redirectParent'),
(25, 1, 'FF', 'ff_redirectSelf', 'Redirect to same form', 'Redirects to the same form. \r\n\r\nCall: \r\n\r\n    ff_redirectSelf($params = \'\');\r\n\r\nExample:\r\n\r\n    ff_redirectSelf(\'&ff_param_email=\'.urlencode($email));', 'Untyped', 'function ff_redirectSelf($params=\'\', $method=\'post\')\r\n{\r\n    ff_redirectParent(ff_makeSelfUrl($params), $method);\r\n} // ff_redirectSelf'),
(26, 1, 'FF', 'ff_securityImage', 'Security Image', 'Create code to display the security image', 'Untyped', 'global $ff_seccode;\r\n\r\nif (!isset($this->record_id)) { $ff_seccode = null; }\r\n\r\nfunction ff_securityImage()\r\n{\r\n    global $ff_comsite, $ff_seccode;\r\n    if (!isset($ff_seccode)) { \r\n        mt_srand((double)microtime()*1000000);\r\n        $ff_seccode = mt_rand(10000, 99999);\r\n        JFactory::getSession()->set(\'ff_seccode\', $ff_seccode);\r\n    } // if\r\n\r\n    return \'<img src=\"\'.JURI::root().\'ff_secimage.php?option=com_breezingforms&showSecImage=true\" title=\"\" alt=\"\" />\';\r\n} // ff_securityImage'),
(27, 1, 'FF', 'ff_select', 'Select rows from db', 'Execute a select query\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(\'ff_InitUtilities\');\r\n    $this->execPieceByName(\'ff_SubmitUtilities\');\r\n    if (!function_exists(\'ff_select\')) $this->execPieceByName(\'ff_select\');\r\n\r\nCall syntax:\r\n\r\n    $rows = ff_select($sql);\r\n\r\n    $sql:    Sql SELECT-statement to call\r\n    $rows:   List of row objects', 'Untyped', 'function ff_select($sql, $error=FF_DIE)\r\n{\r\n    $database = JFactory::getDBO();\r\n    $database->setQuery($sql);\r\n    $rows = $database->loadObjectList();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        $rows = array();\r\n        if ($dienow) ff_die($error);\r\n    } else\r\n        $error = null;\r\n    return $rows;\r\n} // ff_select'),
(28, 1, 'FF', 'ff_selectValue', 'Select single value from db', 'Execute query to read a single value\r\n\r\nInclude by one of:\r\n\r\n    $this->execPieceByName(\'ff_InitUtilities\');\r\n    $this->execPieceByName(\'ff_SubmitUtilities\');\r\n    if (!function_exists(\'ff_selectValue\')) $this->execPieceByName(\'ff_selectValue\');\r\n\r\nCall syntax:\r\n\r\n    $value = ff_selectValue($sql);\r\n\r\n    $sql:    Sql SELECT-statement to call\r\n    $value:  The value returned by the database', 'Untyped', 'function ff_selectValue($sql, $def=null, $error=FF_DIE)\r\n{\r\n    $database = JFactory::getDBO();\r\n    $database->setQuery($sql);\r\n    $value = $database->loadResult();\r\n    if ($database->getErrorNum()) {\r\n        $dienow = $error==FF_DIE;\r\n        $error = $database->stderr();\r\n        if ($dienow) ff_die($error);\r\n    } else {\r\n        $error = null;\r\n        if ($value) return $value;\r\n    } // if\r\n    return $def;\r\n} // ff_selectValue'),
(29, 1, 'FF', 'ff_setCheckedX', 'Set checkbox/radiobutton checked', 'Set a radio button or checkbox checked. \r\n\r\nCall: \r\n\r\n    ff_setChecked(\'name\', \'value\');', 'Untyped', 'function ff_setChecked($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name && $row->data1==$value)\r\n            $row->flag1 = 1;\r\n        unset($row);\r\n    } // for\r\n} // ff_setChecked'),
(30, 1, 'FF', 'ff_setSelectedX', 'Set a select list option to *selected*', 'Sets a select list option to selected. \r\n\r\nCall: \r\n\r\n    ff_setSelected(\'name\', \'value\');', 'Untyped', 'function ff_setSelected($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name)\r\n            $row->data2 =\r\n                preg_replace(\r\n                    \'/(^|\\r\\n|\\n)(0|1);([^;]*);(\'.$value.\')($|\\r\\n|\\n)/\',\r\n                    \'${1}1;${3};${4}${5}\',\r\n                    $row->data2\r\n                );\r\n        unset($row);\r\n    } // for\r\n} // ff_setSelected'),
(31, 1, 'FF', 'ff_setValueX', 'Set text, textarea, hidden value', 'Set value of a Static Text, Text, Textarea or Hidden Input. \r\n\r\nCall: \r\n\r\n    ff_setValue(\'name\', \'value\');', 'Untyped', 'function ff_setValue($name, $value)\r\n{\r\n    global $ff_processor;\r\n    for ($r = 0; $r < $ff_processor->rowcount; $r++) {\r\n        $row =& $ff_processor->rows[$r];\r\n        if ($row->name==$name)\r\n            $row->data1 = $value;\r\n        unset($row);\r\n    } // for\r\n} // ff_setValue');
INSERT INTO `fwzm6_facileforms_pieces` (`id`, `published`, `package`, `name`, `title`, `description`, `type`, `code`) VALUES
(32, 1, 'FF', 'Markdown', 'Original Markdown Processor', 'Converts text marked up by \'Markdown\' into HTML.\r\n\r\nPlease use ff_markdown() in forms instead of Markdown()', 'Untyped', '#\r\n# Markdown  -  A text-to-HTML conversion tool for web writers\r\n#\r\n# Copyright (c) 2004-2005 John Gruber\r\n# <http://daringfireball.net/projects/markdown/>\r\n#\r\n# Copyright (c) 2004-2005 Michel Fortin - PHP Port\r\n# <http://www.michelf.com/projects/php-markdown/>\r\n#\r\n\r\nglobal	$MarkdownPHPVersion, $MarkdownSyntaxVersion,\r\n		$md_empty_element_suffix, $md_tab_width,\r\n		$md_nested_brackets_depth, $md_nested_brackets,\r\n		$md_escape_table, $md_backslash_escape_table,\r\n		$md_list_level;\r\n\r\n$MarkdownPHPVersion    = \'1.0.1b\'; # Mon 6 Jun 2005\r\n$MarkdownSyntaxVersion = \'1.0.1\';  # Sun 12 Dec 2004\r\n\r\n\r\n#\r\n# Global default settings:\r\n#\r\n$md_empty_element_suffix = \" />\";     # Change to \">\" for HTML output\r\n$md_tab_width = 4;\r\n\r\n#\r\n# WordPress settings:\r\n#\r\n$md_wp_posts    = true;  # Set to false to remove Markdown from posts.\r\n$md_wp_comments = true;  # Set to false to remove Markdown from comments.\r\n\r\n\r\n# -- WordPress Plugin Interface -----------------------------------------------\r\n/*\r\nPlugin Name: Markdown\r\nPlugin URI: http://www.michelf.com/projects/php-markdown/\r\nDescription: <a href=\"http://daringfireball.net/projects/markdown/syntax\">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href=\"http://daringfireball.net/\">John Gruber</a>. <a href=\"http://www.michelf.com/projects/php-markdown/\">More...</a>\r\nVersion: 1.0.1b\r\nAuthor: Michel Fortin\r\nAuthor URI: http://www.michelf.com/\r\n*/\r\nif (isset($wp_version)) {\r\n	# More details about how it works here:\r\n	# <http://www.michelf.com/weblog/2005/wordpress-text-flow-vs-markdown/>\r\n\r\n	# Post content and excerpts\r\n	if ($md_wp_posts) {\r\n		remove_filter(\'the_content\',  \'wpautop\');\r\n		remove_filter(\'the_excerpt\',  \'wpautop\');\r\n		add_filter(\'the_content\',     \'Markdown\', 6);\r\n		add_filter(\'get_the_excerpt\', \'Markdown\', 6);\r\n		add_filter(\'get_the_excerpt\', \'trim\', 7);\r\n		add_filter(\'the_excerpt\',     \'md_add_p\');\r\n		add_filter(\'the_excerpt_rss\', \'md_strip_p\');\r\n\r\n		remove_filter(\'content_save_pre\',  \'balanceTags\', 50);\r\n		remove_filter(\'excerpt_save_pre\',  \'balanceTags\', 50);\r\n		add_filter(\'the_content\',  	  \'balanceTags\', 50);\r\n		add_filter(\'get_the_excerpt\', \'balanceTags\', 9);\r\n\r\n		function md_add_p($text) {\r\n			if (strlen($text) == 0) return;\r\n			if (strcasecmp(substr($text, -3), \'<p>\') == 0) return $text;\r\n			return \'<p>\'.$text.\'</p>\';\r\n		}\r\n		function md_strip_p($t) { return preg_replace(\'{</?[pP]>}\', \'\', $t); }\r\n	}\r\n\r\n	# Comments\r\n	if ($md_wp_comments) {\r\n		remove_filter(\'comment_text\', \'wpautop\');\r\n		remove_filter(\'comment_text\', \'make_clickable\');\r\n		add_filter(\'pre_comment_content\', \'Markdown\', 6);\r\n		add_filter(\'pre_comment_content\', \'md_hide_tags\', 8);\r\n		add_filter(\'pre_comment_content\', \'md_show_tags\', 12);\r\n		add_filter(\'get_comment_text\',    \'Markdown\', 6);\r\n		add_filter(\'get_comment_excerpt\', \'Markdown\', 6);\r\n		add_filter(\'get_comment_excerpt\', \'md_strip_p\', 7);\r\n\r\n		global $md_hidden_tags;\r\n		$md_hidden_tags = array(\r\n			\'<p>\'	=> md5(\'<p>\'),		\'</p>\'	=> md5(\'</p>\'),\r\n			\'<pre>\'	=> md5(\'<pre>\'),	\'</pre>\'=> md5(\'</pre>\'),\r\n			\'<ol>\'	=> md5(\'<ol>\'),		\'</ol>\'	=> md5(\'</ol>\'),\r\n			\'<ul>\'	=> md5(\'<ul>\'),		\'</ul>\'	=> md5(\'</ul>\'),\r\n			\'<li>\'	=> md5(\'<li>\'),		\'</li>\'	=> md5(\'</li>\'),\r\n			);\r\n\r\n		function md_hide_tags($text) {\r\n			global $md_hidden_tags;\r\n			return str_replace(array_keys($md_hidden_tags),\r\n								array_values($md_hidden_tags), $text);\r\n		}\r\n		function md_show_tags($text) {\r\n			global $md_hidden_tags;\r\n			return str_replace(array_values($md_hidden_tags),\r\n								array_keys($md_hidden_tags), $text);\r\n		}\r\n	}\r\n}\r\n\r\n\r\n# -- bBlog Plugin Info --------------------------------------------------------\r\nfunction identify_modifier_markdown() {\r\n	global $MarkdownPHPVersion;\r\n	return array(\r\n		\'name\'			=> \'markdown\',\r\n		\'type\'			=> \'modifier\',\r\n		\'nicename\'		=> \'Markdown\',\r\n		\'description\'	=> \'A text-to-HTML conversion tool for web writers\',\r\n		\'authors\'		=> \'Michel Fortin and John Gruber\',\r\n		\'licence\'		=> \'GPL\',\r\n		\'version\'		=> $MarkdownPHPVersion,\r\n		\'help\'			=> \'<a href=\"http://daringfireball.net/projects/markdown/syntax\">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href=\"http://daringfireball.net/\">John Gruber</a>. <a href=\"http://www.michelf.com/projects/php-markdown/\">More...</a>\'\r\n	);\r\n}\r\n\r\n# -- Smarty Modifier Interface ------------------------------------------------\r\nfunction smarty_modifier_markdown($text) {\r\n	return Markdown($text);\r\n}\r\n\r\n# -- Textile Compatibility Mode -----------------------------------------------\r\n# Rename this file to \"classTextile.php\" and it can replace Textile anywhere.\r\nif (strcasecmp(substr(__FILE__, -16), \"classTextile.php\") == 0) {\r\n	# Try to include PHP SmartyPants. Should be in the same directory.\r\n	@include_once \'smartypants.php\';\r\n	# Fake Textile class. It calls Markdown instead.\r\n	class Textile {\r\n		function TextileThis($text, $lite=\'\', $encode=\'\', $noimage=\'\', $strict=\'\') {\r\n			if ($lite == \'\' && $encode == \'\')   $text = Markdown($text);\r\n			if (function_exists(\'SmartyPants\')) $text = SmartyPants($text);\r\n			return $text;\r\n		}\r\n	}\r\n}\r\n\r\n\r\n\r\n#\r\n# Globals:\r\n#\r\n\r\n# Regex to match balanced [brackets].\r\n# Needed to insert a maximum bracked depth while converting to PHP.\r\n$md_nested_brackets_depth = 6;\r\n$md_nested_brackets =\r\n	str_repeat(\'(?>[^\\[\\]]+|\\[\', $md_nested_brackets_depth).\r\n	str_repeat(\'\\])*\', $md_nested_brackets_depth);\r\n\r\n# Table of hash values for escaped characters:\r\n$md_escape_table = array(\r\n	\"\\\\\" => md5(\"\\\\\"),\r\n	\"`\" => md5(\"`\"),\r\n	\"*\" => md5(\"*\"),\r\n	\"_\" => md5(\"_\"),\r\n	\"{\" => md5(\"{\"),\r\n	\"}\" => md5(\"}\"),\r\n	\"[\" => md5(\"[\"),\r\n	\"]\" => md5(\"]\"),\r\n	\"(\" => md5(\"(\"),\r\n	\")\" => md5(\")\"),\r\n	\">\" => md5(\">\"),\r\n	\"#\" => md5(\"#\"),\r\n	\"+\" => md5(\"+\"),\r\n	\"-\" => md5(\"-\"),\r\n	\".\" => md5(\".\"),\r\n	\"!\" => md5(\"!\")\r\n);\r\n# Create an identical table but for escaped characters.\r\n$md_backslash_escape_table;\r\nforeach ($md_escape_table as $key => $char)\r\n	$md_backslash_escape_table[\"\\\\$key\"] = $char;\r\n\r\n\r\nfunction Markdown($text) {\r\n#\r\n# Main function. The order in which other subs are called here is\r\n# essential. Link and image substitutions need to happen before\r\n# _EscapeSpecialCharsWithinTagAttributes(), so that any *\'s or _\'s in the <a>\r\n# and <img> tags get encoded.\r\n#\r\n	# Clear the global hashes. If we don\'t clear these, you get conflicts\r\n	# from other articles when generating a page which contains more than\r\n	# one article (e.g. an index page that shows the N most recent\r\n	# articles):\r\n	global $md_urls, $md_titles, $md_html_blocks;\r\n	$md_urls = array();\r\n	$md_titles = array();\r\n	$md_html_blocks = array();\r\n\r\n	# Standardize line endings:\r\n	#   DOS to Unix and Mac to Unix\r\n	$text = str_replace(array(\"\\r\\n\", \"\\r\"), \"\\n\", $text);\r\n\r\n	# Make sure $text ends with a couple of newlines:\r\n	$text .= \"\\n\\n\";\r\n\r\n	# Convert all tabs to spaces.\r\n	$text = _Detab($text);\r\n\r\n	# Strip any lines consisting only of spaces and tabs.\r\n	# This makes subsequent regexen easier to write, because we can\r\n	# match consecutive blank lines with /\\n+/ instead of something\r\n	# contorted like /[ \\t]*\\n+/ .\r\n	$text = preg_replace(\'/^[ \\t]+$/m\', \'\', $text);\r\n\r\n	# Turn block-level HTML blocks into hash entries\r\n	$text = _HashHTMLBlocks($text);\r\n\r\n	# Strip link definitions, store in hashes.\r\n	$text = _StripLinkDefinitions($text);\r\n\r\n	$text = _RunBlockGamut($text);\r\n\r\n	$text = _UnescapeSpecialChars($text);\r\n\r\n	return $text . \"\\n\";\r\n}\r\n\r\n\r\nfunction _StripLinkDefinitions($text) {\r\n#\r\n# Strips link definitions from text, stores the URLs and titles in\r\n# hash references.\r\n#\r\n	global $md_tab_width;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Link defs are in the form: ^[id]: url \"optional title\"\r\n	$text = preg_replace_callback(\'{\r\n						^[ ]{0,\'.$less_than_tab.\'}\\[(.+)\\]:	# id = $1\r\n						  [ \\t]*\r\n						  \\n?				# maybe *one* newline\r\n						  [ \\t]*\r\n						<?(\\S+?)>?			# url = $2\r\n						  [ \\t]*\r\n						  \\n?				# maybe one newline\r\n						  [ \\t]*\r\n						(?:\r\n							(?<=\\s)			# lookbehind for whitespace\r\n							[\"(]\r\n							(.+?)			# title = $3\r\n							[\")]\r\n							[ \\t]*\r\n						)?	# title is optional\r\n						(?:\\n+|\\Z)\r\n		}xm\',\r\n		\'_StripLinkDefinitions_callback\',\r\n		$text);\r\n	return $text;\r\n}\r\nfunction _StripLinkDefinitions_callback($matches) {\r\n	global $md_urls, $md_titles;\r\n	$link_id = strtolower($matches[1]);\r\n	$md_urls[$link_id] = _EncodeAmpsAndAngles($matches[2]);\r\n	if (isset($matches[3]))\r\n		$md_titles[$link_id] = str_replace(\'\"\', \'&quot;\', $matches[3]);\r\n	return \'\'; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _HashHTMLBlocks($text) {\r\n	global $md_tab_width;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Hashify HTML blocks:\r\n	# We only want to do this for block-level HTML tags, such as headers,\r\n	# lists, and tables. That\'s because we still want to wrap <p>s around\r\n	# \"paragraphs\" that are wrapped in non-block-level tags, such as anchors,\r\n	# phrase emphasis, and spans. The list of tags we\'re looking for is\r\n	# hard-coded:\r\n	$block_tags_a = \'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|\'.\r\n					\'script|noscript|form|fieldset|iframe|math|ins|del\';\r\n	$block_tags_b = \'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|\'.\r\n					\'script|noscript|form|fieldset|iframe|math\';\r\n\r\n	# First, look for nested blocks, e.g.:\r\n	# 	<div>\r\n	# 		<div>\r\n	# 		tags for inner block must be indented.\r\n	# 		</div>\r\n	# 	</div>\r\n	#\r\n	# The outermost tags must start at the left margin for this to match, and\r\n	# the inner nested divs must be indented.\r\n	# We need to do this before the next, more liberal match, because the next\r\n	# match will start at the first `<div>` and stop at the first `</div>`.\r\n	$text = preg_replace_callback(\"{\r\n				(						# save in $1\r\n					^					# start of line  (with /m)\r\n					<($block_tags_a)	# start tag = $2\r\n					\\\\b					# word break\r\n					(.*\\\\n)*?			# any number of lines, minimally matching\r\n					</\\\\2>				# the matching end tag\r\n					[ \\\\t]*				# trailing spaces/tabs\r\n					(?=\\\\n+|\\\\Z)	# followed by a newline or end of document\r\n				)\r\n		}xm\",\r\n		\'_HashHTMLBlocks_callback\',\r\n		$text);\r\n\r\n	#\r\n	# Now match more liberally, simply from `\\n<tag>` to `</tag>\\n`\r\n	#\r\n	$text = preg_replace_callback(\"{\r\n				(						# save in $1\r\n					^					# start of line  (with /m)\r\n					<($block_tags_b)	# start tag = $2\r\n					\\\\b					# word break\r\n					(.*\\\\n)*?			# any number of lines, minimally matching\r\n					.*</\\\\2>				# the matching end tag\r\n					[ \\\\t]*				# trailing spaces/tabs\r\n					(?=\\\\n+|\\\\Z)	# followed by a newline or end of document\r\n				)\r\n		}xm\",\r\n		\'_HashHTMLBlocks_callback\',\r\n		$text);\r\n\r\n	# Special case just for <hr />. It was easier to make a special case than\r\n	# to make the other regex more complicated.\r\n	$text = preg_replace_callback(\'{\r\n				(?:\r\n					(?<=\\n\\n)		# Starting after a blank line\r\n					|				# or\r\n					\\A\\n?			# the beginning of the doc\r\n				)\r\n				(						# save in $1\r\n					[ ]{0,\'.$less_than_tab.\'}\r\n					<(hr)				# start tag = $2\r\n					\\b					# word break\r\n					([^<>])*?			#\r\n					/?>					# the matching end tag\r\n					[ \\t]*\r\n					(?=\\n{2,}|\\Z)		# followed by a blank line or end of document\r\n				)\r\n		}x\',\r\n		\'_HashHTMLBlocks_callback\',\r\n		$text);\r\n\r\n	# Special case for standalone HTML comments:\r\n	$text = preg_replace_callback(\'{\r\n				(?:\r\n					(?<=\\n\\n)		# Starting after a blank line\r\n					|				# or\r\n					\\A\\n?			# the beginning of the doc\r\n				)\r\n				(						# save in $1\r\n					[ ]{0,\'.$less_than_tab.\'}\r\n					(?s:\r\n						<!\r\n						(--.*?--\\s*)+\r\n						>\r\n					)\r\n					[ \\t]*\r\n					(?=\\n{2,}|\\Z)		# followed by a blank line or end of document\r\n				)\r\n			}x\',\r\n			\'_HashHTMLBlocks_callback\',\r\n			$text);\r\n\r\n	return $text;\r\n}\r\nfunction _HashHTMLBlocks_callback($matches) {\r\n	global $md_html_blocks;\r\n	$text = $matches[1];\r\n	$key = md5($text);\r\n	$md_html_blocks[$key] = $text;\r\n	return \"\\n\\n$key\\n\\n\"; # String that will replace the block\r\n}\r\n\r\n\r\nfunction _RunBlockGamut($text) {\r\n#\r\n# These are all the transformations that form block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n	global $md_empty_element_suffix;\r\n\r\n	$text = _DoHeaders($text);\r\n\r\n	# Do Horizontal Rules:\r\n	$text = preg_replace(\r\n		array(\'{^[ ]{0,2}([ ]?\\*[ ]?){3,}[ \\t]*$}mx\',\r\n			  \'{^[ ]{0,2}([ ]? -[ ]?){3,}[ \\t]*$}mx\',\r\n			  \'{^[ ]{0,2}([ ]? _[ ]?){3,}[ \\t]*$}mx\'),\r\n		\"\\n<hr$md_empty_element_suffix\\n\",\r\n		$text);\r\n\r\n	$text = _DoLists($text);\r\n	$text = _DoCodeBlocks($text);\r\n	$text = _DoBlockQuotes($text);\r\n\r\n	# We already ran _HashHTMLBlocks() before, in Markdown(), but that\r\n	# was to escape raw HTML in the original Markdown source. This time,\r\n	# we\'re escaping the markup we\'ve just created, so that we don\'t wrap\r\n	# <p> tags around block-level tags.\r\n	$text = _HashHTMLBlocks($text);\r\n	$text = _FormParagraphs($text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _RunSpanGamut($text) {\r\n#\r\n# These are all the transformations that occur *within* block-level\r\n# tags like paragraphs, headers, and list items.\r\n#\r\n	global $md_empty_element_suffix;\r\n\r\n	$text = _DoCodeSpans($text);\r\n\r\n	$text = _EscapeSpecialChars($text);\r\n\r\n	# Process anchor and image tags. Images must come first,\r\n	# because ![foo][f] looks like an anchor.\r\n	$text = _DoImages($text);\r\n	$text = _DoAnchors($text);\r\n\r\n	# Make links out of things like `<http://example.com/>`\r\n	# Must come after _DoAnchors(), because you can use < and >\r\n	# delimiters in inline links like [this](<url>).\r\n	$text = _DoAutoLinks($text);\r\n	$text = _EncodeAmpsAndAngles($text);\r\n	$text = _DoItalicsAndBold($text);\r\n\r\n	# Do hard breaks:\r\n	$text = preg_replace(\'/ {2,}\\n/\', \"<br$md_empty_element_suffix\\n\", $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EscapeSpecialChars($text) {\r\n	global $md_escape_table;\r\n	$tokens = _TokenizeHTML($text);\r\n\r\n	$text = \'\';   # rebuild $text from the tokens\r\n#	$in_pre = 0;  # Keep track of when we\'re inside <pre> or <code> tags.\r\n#	$tags_to_skip = \"!<(/?)(?:pre|code|kbd|script|math)[\\s>]!\";\r\n\r\n	foreach ($tokens as $cur_token) {\r\n		if ($cur_token[0] == \'tag\') {\r\n			# Within tags, encode * and _ so they don\'t conflict\r\n			# with their use in Markdown for italics and strong.\r\n			# We\'re replacing each such character with its\r\n			# corresponding MD5 checksum value; this is likely\r\n			# overkill, but it should prevent us from colliding\r\n			# with the escape values by accident.\r\n			$cur_token[1] = str_replace(array(\'*\', \'_\'),\r\n				array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n				$cur_token[1]);\r\n			$text .= $cur_token[1];\r\n		} else {\r\n			$t = $cur_token[1];\r\n			$t = _EncodeBackslashEscapes($t);\r\n			$text .= $t;\r\n		}\r\n	}\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoAnchors($text) {\r\n#\r\n# Turn Markdown link shortcuts into XHTML <a> tags.\r\n#\r\n	global $md_nested_brackets;\r\n	#\r\n	# First, handle reference-style links: [link text] [id]\r\n	#\r\n	$text = preg_replace_callback(\"{\r\n		(					# wrap whole match in $1\r\n		  \\\\[\r\n			($md_nested_brackets)	# link text = $2\r\n		  \\\\]\r\n\r\n		  [ ]?				# one optional space\r\n		  (?:\\\\n[ ]*)?		# one optional newline followed by spaces\r\n\r\n		  \\\\[\r\n			(.*?)		# id = $3\r\n		  \\\\]\r\n		)\r\n		}xs\",\r\n		\'_DoAnchors_reference_callback\', $text);\r\n\r\n	#\r\n	# Next, inline-style links: [link text](url \"optional title\")\r\n	#\r\n	$text = preg_replace_callback(\"{\r\n		(				# wrap whole match in $1\r\n		  \\\\[\r\n			($md_nested_brackets)	# link text = $2\r\n		  \\\\]\r\n		  \\\\(			# literal paren\r\n			[ \\\\t]*\r\n			<?(.*?)>?	# href = $3\r\n			[ \\\\t]*\r\n			(			# $4\r\n			  ([\'\\\"])	# quote char = $5\r\n			  (.*?)		# Title = $6\r\n			  \\\\5		# matching quote\r\n			)?			# title is optional\r\n		  \\\\)\r\n		)\r\n		}xs\",\r\n		\'_DoAnchors_inline_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoAnchors_reference_callback($matches) {\r\n	global $md_urls, $md_titles, $md_escape_table;\r\n	$whole_match = $matches[1];\r\n	$link_text   = $matches[2];\r\n	$link_id     = strtolower($matches[3]);\r\n\r\n	if ($link_id == \"\") {\r\n		$link_id = strtolower($link_text); # for shortcut links like [this][].\r\n	}\r\n\r\n	if (isset($md_urls[$link_id])) {\r\n		$url = $md_urls[$link_id];\r\n		# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n		$url = str_replace(array(\'*\', \'_\'),\r\n						   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n						   $url);\r\n		$result = \"<a href=\\\"$url\\\"\";\r\n		if ( isset( $md_titles[$link_id] ) ) {\r\n			$title = $md_titles[$link_id];\r\n			$title = str_replace(array(\'*\',     \'_\'),\r\n								 array($md_escape_table[\'*\'],\r\n									   $md_escape_table[\'_\']), $title);\r\n			$result .=  \" title=\\\"$title\\\"\";\r\n		}\r\n		$result .= \">$link_text</a>\";\r\n	}\r\n	else {\r\n		$result = $whole_match;\r\n	}\r\n	return $result;\r\n}\r\nfunction _DoAnchors_inline_callback($matches) {\r\n	global $md_escape_table;\r\n	$whole_match	= $matches[1];\r\n	$link_text		= $matches[2];\r\n	$url			= $matches[3];\r\n	$title			=& $matches[6];\r\n\r\n	# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n	$url = str_replace(array(\'*\', \'_\'),\r\n					   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n					   $url);\r\n	$result = \"<a href=\\\"$url\\\"\";\r\n	if (isset($title)) {\r\n		$title = str_replace(\'\"\', \'&quot;\', $title);\r\n		$title = str_replace(array(\'*\', \'_\'),\r\n							 array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n							 $title);\r\n		$result .=  \" title=\\\"$title\\\"\";\r\n	}\r\n\r\n	$result .= \">$link_text</a>\";\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoImages($text) {\r\n#\r\n# Turn Markdown image shortcuts into <img> tags.\r\n#\r\n	global $md_nested_brackets;\r\n\r\n	#\r\n	# First, handle reference-style labeled images: ![alt text][id]\r\n	#\r\n	$text = preg_replace_callback(\'{\r\n		(				# wrap whole match in $1\r\n		  !\\[\r\n			(\'.$md_nested_brackets.\')		# alt text = $2\r\n		  \\]\r\n\r\n		  [ ]?				# one optional space\r\n		  (?:\\n[ ]*)?		# one optional newline followed by spaces\r\n\r\n		  \\[\r\n			(.*?)		# id = $3\r\n		  \\]\r\n\r\n		)\r\n		}xs\',\r\n		\'_DoImages_reference_callback\', $text);\r\n\r\n	#\r\n	# Next, handle inline images:  ![alt text](url \"optional title\")\r\n	# Don\'t forget: encode * and _\r\n\r\n	$text = preg_replace_callback(\'{\r\n		(				# wrap whole match in $1\r\n		  !\\[\r\n			(\'.$md_nested_brackets.\')		# alt text = $2\r\n		  \\]\r\n		  \\(			# literal paren\r\n			[ \\t]*\r\n			<?(\\S+?)>?	# src url = $3\r\n			[ \\t]*\r\n			(			# $4\r\n			  ([\\\'\"])	# quote char = $5\r\n			  (.*?)		# title = $6\r\n			  \\5		# matching quote\r\n			  [ \\t]*\r\n			)?			# title is optional\r\n		  \\)\r\n		)\r\n		}xs\',\r\n		\'_DoImages_inline_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoImages_reference_callback($matches) {\r\n	global $md_urls, $md_titles, $md_empty_element_suffix, $md_escape_table;\r\n	$whole_match = $matches[1];\r\n	$alt_text    = $matches[2];\r\n	$link_id     = strtolower($matches[3]);\r\n\r\n	if ($link_id == \"\") {\r\n		$link_id = strtolower($alt_text); # for shortcut links like ![this][].\r\n	}\r\n\r\n	$alt_text = str_replace(\'\"\', \'&quot;\', $alt_text);\r\n	if (isset($md_urls[$link_id])) {\r\n		$url = $md_urls[$link_id];\r\n		# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n		$url = str_replace(array(\'*\', \'_\'),\r\n						   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n						   $url);\r\n		$result = \"<img src=\\\"$url\\\" alt=\\\"$alt_text\\\"\";\r\n		if (isset($md_titles[$link_id])) {\r\n			$title = $md_titles[$link_id];\r\n			$title = str_replace(array(\'*\', \'_\'),\r\n								 array($md_escape_table[\'*\'],\r\n									   $md_escape_table[\'_\']), $title);\r\n			$result .=  \" title=\\\"$title\\\"\";\r\n		}\r\n		$result .= $md_empty_element_suffix;\r\n	}\r\n	else {\r\n		# If there\'s no such link ID, leave intact:\r\n		$result = $whole_match;\r\n	}\r\n\r\n	return $result;\r\n}\r\nfunction _DoImages_inline_callback($matches) {\r\n	global $md_empty_element_suffix, $md_escape_table;\r\n	$whole_match	= $matches[1];\r\n	$alt_text		= $matches[2];\r\n	$url			= $matches[3];\r\n	$title			= \'\';\r\n	if (isset($matches[6])) {\r\n		$title		= $matches[6];\r\n	}\r\n\r\n	$alt_text = str_replace(\'\"\', \'&quot;\', $alt_text);\r\n	$title    = str_replace(\'\"\', \'&quot;\', $title);\r\n	# We\'ve got to encode these to avoid conflicting with italics/bold.\r\n	$url = str_replace(array(\'*\', \'_\'),\r\n					   array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n					   $url);\r\n	$result = \"<img src=\\\"$url\\\" alt=\\\"$alt_text\\\"\";\r\n	if (isset($title)) {\r\n		$title = str_replace(array(\'*\', \'_\'),\r\n							 array($md_escape_table[\'*\'], $md_escape_table[\'_\']),\r\n							 $title);\r\n		$result .=  \" title=\\\"$title\\\"\"; # $title already quoted\r\n	}\r\n	$result .= $md_empty_element_suffix;\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoHeaders($text) {\r\n	# Setext-style headers:\r\n	#	  Header 1\r\n	#	  ========\r\n	#\r\n	#	  Header 2\r\n	#	  --------\r\n	#\r\n	$text = preg_replace(\r\n		array(\'{ ^(.+)[ \\t]*\\n=+[ \\t]*\\n+ }emx\',\r\n			  \'{ ^(.+)[ \\t]*\\n-+[ \\t]*\\n+ }emx\'),\r\n		array(\"\'<h1>\'._RunSpanGamut(_UnslashQuotes(\'\\\\1\')).\'</h1>\\n\\n\'\",\r\n			  \"\'<h2>\'._RunSpanGamut(_UnslashQuotes(\'\\\\1\')).\'</h2>\\n\\n\'\"),\r\n		$text);\r\n\r\n	# atx-style headers:\r\n	#	# Header 1\r\n	#	## Header 2\r\n	#	## Header 2 with closing hashes ##\r\n	#	...\r\n	#	###### Header 6\r\n	#\r\n	$text = preg_replace(\"{\r\n			^(\\\\#{1,6})	# $1 = string of #\'s\r\n			[ \\\\t]*\r\n			(.+?)		# $2 = Header text\r\n			[ \\\\t]*\r\n			\\\\#*			# optional closing #\'s (not counted)\r\n			\\\\n+\r\n		}xme\",\r\n		\"\'<h\'.strlen(\'\\\\1\').\'>\'._RunSpanGamut(_UnslashQuotes(\'\\\\2\')).\'</h\'.strlen(\'\\\\1\').\'>\\n\\n\'\",\r\n		$text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoLists($text) {\r\n#\r\n# Form HTML ordered (numbered) and unordered (bulleted) lists.\r\n#\r\n	global $md_tab_width, $md_list_level;\r\n	$less_than_tab = $md_tab_width - 1;\r\n\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = \'[*+-]\';\r\n	$marker_ol  = \'\\d+[.]\';\r\n	$marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n	$markers = array($marker_ul, $marker_ol);\r\n\r\n	foreach ($markers as $marker) {\r\n		# Re-usable pattern to match any entirel ul or ol list:\r\n		$whole_list = \'\r\n			(								# $1 = whole list\r\n			  (								# $2\r\n				[ ]{0,\'.$less_than_tab.\'}\r\n				(\'.$marker.\')				# $3 = first list item marker\r\n				[ \\t]+\r\n			  )\r\n			  (?s:.+?)\r\n			  (								# $4\r\n				  \\z\r\n				|\r\n				  \\n{2,}\r\n				  (?=\\S)\r\n				  (?!						# Negative lookahead for another list item marker\r\n					[ \\t]*\r\n					\'.$marker.\'[ \\t]+\r\n				  )\r\n			  )\r\n			)\r\n		\'; // mx\r\n\r\n		# We use a different prefix before nested lists than top-level lists.\r\n		# See extended comment in _ProcessListItems().\r\n\r\n		if ($md_list_level) {\r\n			$text = preg_replace_callback(\'{\r\n					^\r\n					\'.$whole_list.\'\r\n				}mx\',\r\n				\'_DoLists_callback_top\', $text);\r\n		}\r\n		else {\r\n			$text = preg_replace_callback(\'{\r\n					(?:(?<=\\n\\n)|\\A\\n?)\r\n					\'.$whole_list.\'\r\n				}mx\',\r\n				\'_DoLists_callback_nested\', $text);\r\n		}\r\n	}\r\n\r\n	return $text;\r\n}\r\nfunction _DoLists_callback_top($matches) {\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = \'[*+-]\';\r\n	$marker_ol  = \'\\d+[.]\';\r\n	$marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n	$list = $matches[1];\r\n	$list_type = preg_match(\"/$marker_ul/\", $matches[3]) ? \"ul\" : \"ol\";\r\n\r\n	$marker_any = ( $list_type == \"ul\" ? $marker_ul : $marker_ol );\r\n\r\n	# Turn double returns into triple returns, so that we can make a\r\n	# paragraph for the last item in a list, if necessary:\r\n	$list = preg_replace(\"/\\n{2,}/\", \"\\n\\n\\n\", $list);\r\n	$result = _ProcessListItems($list, $marker_any);\r\n\r\n	# Trim any trailing whitespace, to put the closing `</$list_type>`\r\n	# up on the preceding line, to get it past the current stupid\r\n	# HTML block parser. This is a hack to work around the terrible\r\n	# hack that is the HTML block parser.\r\n	$result = rtrim($result);\r\n	$result = \"<$list_type>\" . $result . \"</$list_type>\\n\";\r\n	return $result;\r\n}\r\nfunction _DoLists_callback_nested($matches) {\r\n	# Re-usable patterns to match list item bullets and number markers:\r\n	$marker_ul  = \'[*+-]\';\r\n	$marker_ol  = \'\\d+[.]\';\r\n	$marker_any = \"(?:$marker_ul|$marker_ol)\";\r\n\r\n	$list = $matches[1];\r\n	$list_type = preg_match(\"/$marker_ul/\", $matches[3]) ? \"ul\" : \"ol\";\r\n\r\n	$marker_any = ( $list_type == \"ul\" ? $marker_ul : $marker_ol );\r\n\r\n	# Turn double returns into triple returns, so that we can make a\r\n	# paragraph for the last item in a list, if necessary:\r\n	$list = preg_replace(\"/\\n{2,}/\", \"\\n\\n\\n\", $list);\r\n	$result = _ProcessListItems($list, $marker_any);\r\n	$result = \"<$list_type>\\n\" . $result . \"</$list_type>\\n\";\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _ProcessListItems($list_str, $marker_any) {\r\n#\r\n#	Process the contents of a single ordered or unordered list, splitting it\r\n#	into individual list items.\r\n#\r\n	global $md_list_level;\r\n\r\n	# The $md_list_level global keeps track of when we\'re inside a list.\r\n	# Each time we enter a list, we increment it; when we leave a list,\r\n	# we decrement. If it\'s zero, we\'re not in a list anymore.\r\n	#\r\n	# We do this because when we\'re not inside a list, we want to treat\r\n	# something like this:\r\n	#\r\n	#		I recommend upgrading to version\r\n	#		8. Oops, now this line is treated\r\n	#		as a sub-list.\r\n	#\r\n	# As a single paragraph, despite the fact that the second line starts\r\n	# with a digit-period-space sequence.\r\n	#\r\n	# Whereas when we\'re inside a list (or sub-list), that line will be\r\n	# treated as the start of a sub-list. What a kludge, huh? This is\r\n	# an aspect of Markdown\'s syntax that\'s hard to parse perfectly\r\n	# without resorting to mind-reading. Perhaps the solution is to\r\n	# change the syntax rules such that sub-lists must start with a\r\n	# starting cardinal number; e.g. \"1.\" or \"a.\".\r\n\r\n	$md_list_level++;\r\n\r\n	# trim trailing blank lines:\r\n	$list_str = preg_replace(\"/\\n{2,}\\\\z/\", \"\\n\", $list_str);\r\n\r\n	$list_str = preg_replace_callback(\'{\r\n		(\\n)?							# leading line = $1\r\n		(^[ \\t]*)						# leading whitespace = $2\r\n		(\'.$marker_any.\') [ \\t]+		# list marker = $3\r\n		((?s:.+?)						# list item text   = $4\r\n		(\\n{1,2}))\r\n		(?= \\n* (\\z | \\2 (\'.$marker_any.\') [ \\t]+))\r\n		}xm\',\r\n		\'_ProcessListItems_callback\', $list_str);\r\n\r\n	$md_list_level--;\r\n	return $list_str;\r\n}\r\nfunction _ProcessListItems_callback($matches) {\r\n	$item = $matches[4];\r\n	$leading_line =& $matches[1];\r\n	$leading_space =& $matches[2];\r\n\r\n	if ($leading_line || preg_match(\'/\\n{2,}/\', $item)) {\r\n		$item = _RunBlockGamut(_Outdent($item));\r\n	}\r\n	else {\r\n		# Recursion for sub-lists:\r\n		$item = _DoLists(_Outdent($item));\r\n		$item = preg_replace(\'/\\n+$/\', \'\', $item);\r\n		$item = _RunSpanGamut($item);\r\n	}\r\n\r\n	return \"<li>\" . $item . \"</li>\\n\";\r\n}\r\n\r\n\r\nfunction _DoCodeBlocks($text) {\r\n#\r\n#	Process Markdown `<pre><code>` blocks.\r\n#\r\n	global $md_tab_width;\r\n	$text = preg_replace_callback(\"{\r\n			(?:\\\\n\\\\n|\\\\A)\r\n			(	            # $1 = the code block -- one or more lines, starting with a space/tab\r\n			  (?:\r\n				(?:[ ]\\{$md_tab_width} | \\\\t)  # Lines must start with a tab or a tab-width of spaces\r\n				.*\\\\n+\r\n			  )+\r\n			)\r\n			((?=^[ ]{0,$md_tab_width}\\\\S)|\\\\Z)	# Lookahead for non-space at line-start, or end of doc\r\n		}xm\",\r\n		\'_DoCodeBlocks_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoCodeBlocks_callback($matches) {\r\n	$codeblock = $matches[1];\r\n\r\n	$codeblock = _EncodeCode(_Outdent($codeblock));\r\n//	$codeblock = _Detab($codeblock);\r\n	# trim leading newlines and trailing whitespace\r\n	$codeblock = preg_replace(array(\'/\\A\\n+/\', \'/\\s+\\z/\'), \'\', $codeblock);\r\n\r\n	$result = \"\\n\\n<pre><code>\" . $codeblock . \"\\n</code></pre>\\n\\n\";\r\n\r\n	return $result;\r\n}\r\n\r\n\r\nfunction _DoCodeSpans($text) {\r\n#\r\n# 	*	Backtick quotes are used for <code></code> spans.\r\n#\r\n# 	*	You can use multiple backticks as the delimiters if you want to\r\n# 		include literal backticks in the code span. So, this input:\r\n#\r\n#		  Just type ``foo `bar` baz`` at the prompt.\r\n#\r\n#	  	Will translate to:\r\n#\r\n#		  <p>Just type <code>foo `bar` baz</code> at the prompt.</p>\r\n#\r\n#		There\'s no arbitrary limit to the number of backticks you\r\n#		can use as delimters. If you need three consecutive backticks\r\n#		in your code, use four for delimiters, etc.\r\n#\r\n#	*	You can use spaces to get literal backticks at the edges:\r\n#\r\n#		  ... type `` `bar` `` ...\r\n#\r\n#	  	Turns to:\r\n#\r\n#		  ... type <code>`bar`</code> ...\r\n#\r\n	$text = preg_replace_callback(\'@\r\n			(?<!\\\\\\)	# Character before opening ` can\\\'t be a backslash\r\n			(`+)		# $1 = Opening run of `\r\n			(.+?)		# $2 = The code block\r\n			(?<!`)\r\n			\\1			# Matching closer\r\n			(?!`)\r\n		@xs\',\r\n		\'_DoCodeSpans_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoCodeSpans_callback($matches) {\r\n	$c = $matches[2];\r\n	$c = preg_replace(\'/^[ \\t]*/\', \'\', $c); # leading whitespace\r\n	$c = preg_replace(\'/[ \\t]*$/\', \'\', $c); # trailing whitespace\r\n	$c = _EncodeCode($c);\r\n	return \"<code>$c</code>\";\r\n}\r\n\r\n\r\nfunction _EncodeCode($_) {\r\n#\r\n# Encode/escape certain characters inside Markdown code runs.\r\n# The point is that in code, these characters are literals,\r\n# and lose their special Markdown meanings.\r\n#\r\n	global $md_escape_table;\r\n\r\n	# Encode all ampersands; HTML entities are not\r\n	# entities within a Markdown code span.\r\n	$_ = str_replace(\'&\', \'&amp;\', $_);\r\n\r\n	# Do the angle bracket song and dance:\r\n	$_ = str_replace(array(\'<\',    \'>\'),\r\n					 array(\'&lt;\', \'&gt;\'), $_);\r\n\r\n	# Now, escape characters that are magic in Markdown:\r\n	$_ = str_replace(array_keys($md_escape_table),\r\n					 array_values($md_escape_table), $_);\r\n\r\n	return $_;\r\n}\r\n\r\n\r\nfunction _DoItalicsAndBold($text) {\r\n	# <strong> must go first:\r\n	$text = preg_replace(\'{\r\n			(						# $1: Marker\r\n				(?<!\\*\\*) \\*\\* |	#     (not preceded by two chars of\r\n				(?<!__)   __		#      the same marker)\r\n			)\r\n			(?=\\S) 					# Not followed by whitespace\r\n			(?!\\1)					#   or two others marker chars.\r\n			(						# $2: Content\r\n				(?:\r\n					[^*_]+?			# Anthing not em markers.\r\n				|\r\n									# Balence any regular emphasis inside.\r\n					([*_]) (?=\\S) .+? (?<=\\S) \\3	# $3: em char (* or _)\r\n				|\r\n					(?! \\1 ) .		# Allow unbalenced * and _.\r\n				)+?\r\n			)\r\n			(?<=\\S) \\1				# End mark not preceded by whitespace.\r\n		}sx\',\r\n		\'<strong>\\2</strong>\', $text);\r\n	# Then <em>:\r\n	$text = preg_replace(\r\n		\'{ ( (?<!\\*)\\* | (?<!_)_ ) (?=\\S) (?! \\1) (.+?) (?<=\\S) \\1 }sx\',\r\n		\'<em>\\2</em>\', $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _DoBlockQuotes($text) {\r\n	$text = preg_replace_callback(\'/\r\n		  (								# Wrap whole match in $1\r\n			(\r\n			  ^[ \\t]*>[ \\t]?			# \">\" at the start of a line\r\n				.+\\n					# rest of the first line\r\n			  (.+\\n)*					# subsequent consecutive lines\r\n			  \\n*						# blanks\r\n			)+\r\n		  )\r\n		/xm\',\r\n		\'_DoBlockQuotes_callback\', $text);\r\n\r\n	return $text;\r\n}\r\nfunction _DoBlockQuotes_callback($matches) {\r\n	$bq = $matches[1];\r\n	# trim one level of quoting - trim whitespace-only lines\r\n	$bq = preg_replace(array(\'/^[ \\t]*>[ \\t]?/m\', \'/^[ \\t]+$/m\'), \'\', $bq);\r\n	$bq = _RunBlockGamut($bq);		# recurse\r\n\r\n	$bq = preg_replace(\'/^/m\', \"  \", $bq);\r\n	# These leading spaces screw with <pre> content, so we need to fix that:\r\n	$bq = preg_replace_callback(\'{(\\s*<pre>.+?</pre>)}sx\',\r\n								\'_DoBlockQuotes_callback2\', $bq);\r\n\r\n	return \"<blockquote>\\n$bq\\n</blockquote>\\n\\n\";\r\n}\r\nfunction _DoBlockQuotes_callback2($matches) {\r\n	$pre = $matches[1];\r\n	$pre = preg_replace(\'/^  /m\', \'\', $pre);\r\n	return $pre;\r\n}\r\n\r\n\r\nfunction _FormParagraphs($text) {\r\n#\r\n#	Params:\r\n#		$text - string to process with html <p> tags\r\n#\r\n	global $md_html_blocks;\r\n\r\n	# Strip leading and trailing lines:\r\n	$text = preg_replace(array(\'/\\A\\n+/\', \'/\\n+\\z/\'), \'\', $text);\r\n\r\n	$grafs = preg_split(\'/\\n{2,}/\', $text, -1, PREG_SPLIT_NO_EMPTY);\r\n\r\n	#\r\n	# Wrap <p> tags.\r\n	#\r\n	foreach ($grafs as $key => $value) {\r\n		if (!isset( $md_html_blocks[$value] )) {\r\n			$value = _RunSpanGamut($value);\r\n			$value = preg_replace(\'/^([ \\t]*)/\', \'<p>\', $value);\r\n			$value .= \"</p>\";\r\n			$grafs[$key] = $value;\r\n		}\r\n	}\r\n\r\n	#\r\n	# Unhashify HTML blocks\r\n	#\r\n	foreach ($grafs as $key => $value) {\r\n		if (isset( $md_html_blocks[$value] )) {\r\n			$grafs[$key] = $md_html_blocks[$value];\r\n		}\r\n	}\r\n\r\n	return implode(\"\\n\\n\", $grafs);\r\n}\r\n\r\n\r\nfunction _EncodeAmpsAndAngles($text) {\r\n# Smart processing for ampersands and angle brackets that need to be encoded.\r\n\r\n	# Ampersand-encoding based entirely on Nat Irons\'s Amputator MT plugin:\r\n	#   http://bumppo.net/projects/amputator/\r\n	$text = preg_replace(\'/&(?!#?[xX]?(?:[0-9a-fA-F]+|\\w+);)/\',\r\n						 \'&amp;\', $text);;\r\n\r\n	# Encode naked <\'s\r\n	$text = preg_replace(\'{<(?![a-z/?\\$!])}i\', \'&lt;\', $text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EncodeBackslashEscapes($text) {\r\n#\r\n#	Parameter:  String.\r\n#	Returns:    The string, with after processing the following backslash\r\n#				escape sequences.\r\n#\r\n	global $md_escape_table, $md_backslash_escape_table;\r\n	# Must process escaped backslashes first.\r\n	return str_replace(array_keys($md_backslash_escape_table),\r\n					   array_values($md_backslash_escape_table), $text);\r\n}\r\n\r\n\r\nfunction _DoAutoLinks($text) {\r\n	$text = preg_replace(\"!<((https?|ftp):[^\'\\\">\\\\s]+)>!\",\r\n						 \'<a href=\"\\1\">\\1</a>\', $text);\r\n\r\n	# Email addresses: <address@domain.foo>\r\n	$text = preg_replace(\'{\r\n		<\r\n        (?:mailto:)?\r\n		(\r\n			[-.\\w]+\r\n			\\@\r\n			[-a-z0-9]+(\\.[-a-z0-9]+)*\\.[a-z]+\r\n		)\r\n		>\r\n		}exi\',\r\n		\"_EncodeEmailAddress(_UnescapeSpecialChars(_UnslashQuotes(\'\\\\1\')))\",\r\n		$text);\r\n\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _EncodeEmailAddress($addr) {\r\n#\r\n#	Input: an email address, e.g. \"foo@example.com\"\r\n#\r\n#	Output: the email address as a mailto link, with each character\r\n#		of the address encoded as either a decimal or hex entity, in\r\n#		the hopes of foiling most address harvesting spam bots. E.g.:\r\n#\r\n#	  <a href=\"&#x6D;&#97;&#105;&#108;&#x74;&#111;:&#102;&#111;&#111;&#64;&#101;\r\n#		x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&#111;&#109;\">&#102;&#111;&#111;\r\n#		&#64;&#101;x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&#111;&#109;</a>\r\n#\r\n#	Based by a filter by Matthew Wickline, posted to the BBEdit-Talk\r\n#	mailing list: <http://tinyurl.com/yu7ue>\r\n#\r\n	$addr = \"mailto:\" . $addr;\r\n	$length = strlen($addr);\r\n\r\n	# leave \':\' alone (to spot mailto: later)\r\n	$addr = preg_replace_callback(\'/([^\\:])/\',\r\n								  \'_EncodeEmailAddress_callback\', $addr);\r\n\r\n	$addr = \"<a href=\\\"$addr\\\">$addr</a>\";\r\n	# strip the mailto: from the visible part\r\n	$addr = preg_replace(\'/\">.+?:/\', \'\">\', $addr);\r\n\r\n	return $addr;\r\n}\r\nfunction _EncodeEmailAddress_callback($matches) {\r\n	$char = $matches[1];\r\n	$r = rand(0, 100);\r\n	# roughly 10% raw, 45% hex, 45% dec\r\n	# \'@\' *must* be encoded. I insist.\r\n	if ($r > 90 && $char != \'@\') return $char;\r\n	if ($r < 45) return \'&#x\'.dechex(ord($char)).\';\';\r\n	return \'&#\'.ord($char).\';\';\r\n}\r\n\r\n\r\nfunction _UnescapeSpecialChars($text) {\r\n#\r\n# Swap back in all the special characters we\'ve hidden.\r\n#\r\n	global $md_escape_table;\r\n	return str_replace(array_values($md_escape_table),\r\n					   array_keys($md_escape_table), $text);\r\n}\r\n\r\n\r\n# _TokenizeHTML is shared between PHP Markdown and PHP SmartyPants.\r\n# We only define it if it is not already defined.\r\nif (!function_exists(\'_TokenizeHTML\')) :\r\nfunction _TokenizeHTML($str) {\r\n#\r\n#   Parameter:  String containing HTML markup.\r\n#   Returns:    An array of the tokens comprising the input\r\n#               string. Each token is either a tag (possibly with nested,\r\n#               tags contained therein, such as <a href=\"<MTFoo>\">, or a\r\n#               run of text between tags. Each element of the array is a\r\n#               two-element array; the first is either \'tag\' or \'text\';\r\n#               the second is the actual value.\r\n#\r\n#\r\n#   Regular expression derived from the _tokenize() subroutine in\r\n#   Brad Choate\'s MTRegex plugin.\r\n#   <http://www.bradchoate.com/past/mtregex.php>\r\n#\r\n	$index = 0;\r\n	$tokens = array();\r\n\r\n	$match = \'(?s:<!(?:--.*?--\\s*)+>)|\'.	# comment\r\n			 \'(?s:<\\?.*?\\?>)|\'.				# processing instruction\r\n			 								# regular tags\r\n			 \'(?:<[/!$]?[-a-zA-Z0-9:]+\\b(?>[^\"\\\'>]+|\"[^\"]*\"|\\\'[^\\\']*\\\')*>)\';\r\n\r\n	$parts = preg_split(\"{($match)}\", $str, -1, PREG_SPLIT_DELIM_CAPTURE);\r\n\r\n	foreach ($parts as $part) {\r\n		if (++$index % 2 && $part != \'\')\r\n			$tokens[] = array(\'text\', $part);\r\n		else\r\n			$tokens[] = array(\'tag\', $part);\r\n	}\r\n\r\n	return $tokens;\r\n}\r\nendif;\r\n\r\n\r\nfunction _Outdent($text) {\r\n#\r\n# Remove one level of line-leading tabs or spaces\r\n#\r\n	global $md_tab_width;\r\n	return preg_replace(\"/^(\\\\t|[ ]{1,$md_tab_width})/m\", \"\", $text);\r\n}\r\n\r\n\r\nfunction _Detab($text) {\r\n#\r\n# Replace tabs with the appropriate amount of space.\r\n#\r\n	global $md_tab_width;\r\n\r\n	# For each line we separate the line in blocks delemited by\r\n	# tab characters. Then we reconstruct every line by adding the\r\n	# appropriate number of space between each blocks.\r\n\r\n	$lines = explode(\"\\n\", $text);\r\n	$text = \"\";\r\n\r\n	foreach ($lines as $line) {\r\n		# Split in blocks.\r\n		$blocks = explode(\"\\t\", $line);\r\n		# Add each blocks to the line.\r\n		$line = $blocks[0];\r\n		unset($blocks[0]); # Do not add first block twice.\r\n		foreach ($blocks as $block) {\r\n			# Calculate amount of space, insert spaces, insert block.\r\n			$amount = $md_tab_width - strlen($line) % $md_tab_width;\r\n			$line .= str_repeat(\" \", $amount) . $block;\r\n		}\r\n		$text .= \"$line\\n\";\r\n	}\r\n	return $text;\r\n}\r\n\r\n\r\nfunction _UnslashQuotes($text) {\r\n#\r\n#	This function is useful to remove automaticaly slashed double quotes\r\n#	when using preg_replace and evaluating an expression.\r\n#	Parameter:  String.\r\n#	Returns:    The string with any slash-double-quote (\\\") sequence replaced\r\n#				by a single double quote.\r\n#\r\n	return str_replace(\'\\\"\', \'\"\', $text);\r\n}\r\n\r\n\r\n/*\r\n\r\nPHP Markdown\r\n============\r\n\r\nDescription\r\n-----------\r\n\r\nThis is a PHP translation of the original Markdown formatter written in\r\nPerl by John Gruber.\r\n\r\nMarkdown is a text-to-HTML filter; it translates an easy-to-read /\r\neasy-to-write structured text format into HTML. Markdown\'s text format\r\nis most similar to that of plain text email, and supports features such\r\nas headers, *emphasis*, code blocks, blockquotes, and links.\r\n\r\nMarkdown\'s syntax is designed not as a generic markup language, but\r\nspecifically to serve as a front-end to (X)HTML. You can use span-level\r\nHTML tags anywhere in a Markdown document, and you can use block level\r\nHTML tags (like <div> and <table> as well).\r\n\r\nFor more information about Markdown\'s syntax, see:\r\n\r\n<http://daringfireball.net/projects/markdown/>\r\n\r\n\r\nBugs\r\n----\r\n\r\nTo file bug reports please send email to:\r\n\r\n<michel.fortin@michelf.com>\r\n\r\nPlease include with your report: (1) the example input; (2) the output you\r\nexpected; (3) the output Markdown actually produced.\r\n\r\n\r\nVersion History\r\n---------------\r\n\r\nSee the readme file for detailed release notes for this version.\r\n\r\n1.0.1b - 6 Jun 2005\r\n\r\n1.0.1a - 15 Apr 2005\r\n\r\n1.0.1 - 16 Dec 2004\r\n\r\n1.0 - 21 Aug 2004\r\n\r\n\r\nAuthor & Contributors\r\n---------------------\r\n\r\nOriginal Perl version by John Gruber\r\n<http://daringfireball.net/>\r\n\r\nPHP port and other contributions by Michel Fortin\r\n<http://www.michelf.com/>\r\n\r\n\r\nCopyright and License\r\n---------------------\r\n\r\nCopyright (c) 2004-2005 Michel Fortin\r\n<http://www.michelf.com/>\r\nAll rights reserved.\r\n\r\nCopyright (c) 2003-2004 John Gruber\r\n<http://daringfireball.net/>\r\nAll rights reserved.\r\n\r\nRedistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions are\r\nmet:\r\n\r\n*	Redistributions of source code must retain the above copyright notice,\r\n	this list of conditions and the following disclaimer.\r\n\r\n*	Redistributions in binary form must reproduce the above copyright\r\n	notice, this list of conditions and the following disclaimer in the\r\n	documentation and/or other materials provided with the distribution.\r\n\r\n*	Neither the name \"Markdown\" nor the names of its contributors may\r\n	be used to endorse or promote products derived from this software\r\n	without specific prior written permission.\r\n\r\nThis software is provided by the copyright holders and contributors \"as\r\nis\" and any express or implied warranties, including, but not limited\r\nto, the implied warranties of merchantability and fitness for a\r\nparticular purpose are disclaimed. In no event shall the copyright owner\r\nor contributors be liable for any direct, indirect, incidental, special,\r\nexemplary, or consequential damages (including, but not limited to,\r\nprocurement of substitute goods or services; loss of use, data, or\r\nprofits; or business interruption) however caused and on any theory of\r\nliability, whether in contract, strict liability, or tort (including\r\nnegligence or otherwise) arising in any way out of the use of this\r\nsoftware, even if advised of the possibility of such damage.\r\n\r\n*/');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_records`
--

CREATE TABLE `fwzm6_facileforms_records` (
  `id` int(11) NOT NULL,
  `submitted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `form` int(11) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `ip` varchar(30) NOT NULL DEFAULT '',
  `browser` varchar(255) NOT NULL DEFAULT '',
  `opsys` varchar(255) NOT NULL DEFAULT '',
  `provider` varchar(255) NOT NULL DEFAULT '',
  `viewed` tinyint(1) NOT NULL DEFAULT 0,
  `exported` tinyint(1) NOT NULL DEFAULT 0,
  `archived` tinyint(1) NOT NULL DEFAULT 0,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `username` varchar(255) NOT NULL DEFAULT '',
  `user_full_name` varchar(255) NOT NULL DEFAULT '',
  `paypal_tx_id` varchar(255) NOT NULL DEFAULT '',
  `paypal_payment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `paypal_testaccount` tinyint(1) NOT NULL DEFAULT 0,
  `paypal_download_tries` int(11) NOT NULL DEFAULT 0,
  `opted` tinyint(1) NOT NULL DEFAULT 0,
  `opt_ip` varchar(255) NOT NULL DEFAULT '',
  `opt_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `opt_token` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `fwzm6_facileforms_records`
--

INSERT INTO `fwzm6_facileforms_records` (`id`, `submitted`, `form`, `title`, `name`, `ip`, `browser`, `opsys`, `provider`, `viewed`, `exported`, `archived`, `user_id`, `username`, `user_full_name`, `paypal_tx_id`, `paypal_payment_date`, `paypal_testaccount`, `paypal_download_tries`, `opted`, `opt_ip`, `opt_date`, `opt_token`) VALUES
(1, '2019-05-30 16:46:11', 1, 'Schedule A Demo', 'ScheduleADemo', '109.166.136.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'win', 'Unknown', 1, 0, 0, 0, '-', '-', '', '0000-00-00 00:00:00', 0, 0, 0, '', '0000-00-00 00:00:00', ''),
(2, '2019-10-08 22:08:54', 1, 'Schedule A Demo', 'ScheduleADemo', '120.18.198.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299', 'win', 'Unknown', 0, 0, 0, 0, '-', '-', '', '0000-00-00 00:00:00', 0, 0, 0, '', '0000-00-00 00:00:00', ''),
(3, '2020-08-26 16:19:11', 3, 'Help Us ', 'HelpUs', '5.188.211.21', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'win', 'Unknown', 0, 0, 0, 0, '-', '-', '', '0000-00-00 00:00:00', 0, 0, 0, '', '0000-00-00 00:00:00', ''),
(4, '2020-08-26 23:10:15', 3, 'Help Us ', 'HelpUs', '5.188.211.16', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'win', 'Unknown', 0, 0, 0, 0, '-', '-', '', '0000-00-00 00:00:00', 0, 0, 0, '', '0000-00-00 00:00:00', '');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_scripts`
--

CREATE TABLE `fwzm6_facileforms_scripts` (
  `id` int(11) NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `package` varchar(30) NOT NULL DEFAULT '',
  `name` varchar(30) NOT NULL DEFAULT '',
  `title` varchar(50) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL,
  `type` varchar(30) NOT NULL DEFAULT '',
  `code` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `fwzm6_facileforms_scripts`
--

INSERT INTO `fwzm6_facileforms_scripts` (`id`, `published`, `package`, `name`, `title`, `description`, `type`, `code`) VALUES
(1, 1, 'FF', 'ff_anychecked', 'Any Checked', 'Validate that any radio button or checkbox of a group is checked.', 'Element Validation', 'function ff_anychecked(element, message)\r\n{\r\n    // get plain name\r\n   // swal(document.ff_form52[\'ff_nm_bfQuickMode6303958[]\']);\r\n   // swal(document.getElementById(element.id).id);\r\n    var name = \'\';\r\n    if(!element.name){\r\n    	if(element.length && element.length != 0){\r\n           name = element[0].name;\r\n           var cnt = 0;\r\n           for (var i = 0; i < element.length; i++)\r\n             if (element[i].name==name) \r\n              if (element[i].checked) cnt++;                      \r\n           if (cnt==0) {\r\n            ff_validationFocus(element[0].name);\r\n            if (message==\'\') message = \"Please check or select \"+name+\".\\n\";\r\n            return message;\r\n           } // if \r\n\r\n        } else {\r\n           return \'\';\r\n        }\r\n    } else {\r\n      name = element.name;\r\n      if (name.substr(0,6) == \'ff_nm_\') name = name.substring(6,name.length-2);\r\n\r\n      // loop through elements and count selections\r\n      var cnt = 0;\r\n      for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) \r\n            if (ff_getElementByIndex(i).checked) cnt++;\r\n\r\n      // if none selected, emitt error\r\n      if (cnt==0) {\r\n        ff_validationFocus(element.name);\r\n        if (message==\'\') message = \"Please check or select \"+name+\".\\n\";\r\n        return message;\r\n      } // if\r\n    }\r\n    \r\n    return \'\';\r\n} // ff_anychecked'),
(2, 1, 'FF', 'ff_checked', 'Checked', 'Validate that radio button or checkbox is checked.', 'Element Validation', 'function ff_checked(element, message)\r\n{\r\n    if (element.checked) \r\n        return \'\'; \r\n    else {\r\n        if (message==\'\') message = element.name+\" is not checked.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } \r\n}'),
(3, 1, 'FF', 'ff_checkedValue', 'Get checked value', 'Get value of the currently checked radiobutton.', 'Untyped', 'function ff_checkedValue(name)\r\n{\r\n    // loop through elements and find checked\r\n    for (i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) {\r\n            e = ff_getElementByIndex(i);\r\n            if (e.checked) return e.value;\r\n        } // if \r\n    return \'\';\r\n} // ff_checkedValue'),
(4, 1, 'FF', 'ff_countQuerySelections', 'Count Query Selections', 'Counts how many checkboxes/radiobuttons are checked/selected in a query list element', 'Untyped', 'function ff_countQuerySelections(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var cnt = ff_queryRows[id].length;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr;\r\n    var sels = 0;\r\n    for (curr = 0; curr < cnt; curr++)\r\n        if (document.getElementById(\'ff_cb\'+id+\'_\'+curr).checked) sels++;\r\n    return sels;\r\n} // ff_countQuerySelections'),
(5, 1, 'FF', 'ff_dollaramount2dp', 'Dollar Amount with 2 Decimal Places', 'Validate that a dollar amount with two decimal places is entered.', 'Element Validation', 'function ff_dollaramount2dp(element, message)\r\n{\r\n    var ex  = /^\\d+$|^\\d+\\.\\d{2}$/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be a number with two decimal places.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_dollaramount2dp'),
(6, 1, 'FF', 'ff_expString', 'String export', 'Export string function: escapes special characters of a string', 'Untyped', 'function ff_expString(text)\r\n{\r\n    text = trim(text);\r\n    var i;\r\n    var o = \'\';\r\n    for(i = 0; i < text.length; i++) {\r\n        c = text.charAt(i);\r\n        switch(c) {\r\n            case \';\' : o += \'\\\\x3B\'; break;\r\n            case \',\' : o += \'\\\\x2C\'; break;\r\n            case \'&\' : o += \'\\\\x26\'; break;\r\n            case \'<\' : o += \'\\\\x3C\'; break;\r\n            case \'>\' : o += \'\\\\x3E\'; break;\r\n            case \'\\\'\': o += \'\\\\x27\'; break;\r\n            case \'\\\\\': o += \'\\\\x5C\'; break;\r\n            case \'\"\' : o += \'\\\\x22\'; break;\r\n            case \'\\n\': o += \'\\\\n\'; break;\r\n            case \'\\r\': o += \'\\\\r\'; break;\r\n            default: o += c;\r\n        } // switch\r\n    } // for\r\n    return o;\r\n} // expString'),
(7, 1, 'FF', 'ff_flashupload_not_empty', 'Flash Upload Not Empty (QuickMode only!)', 'Validates if a flash upload is empty or not.', 'Element Validation', 'function ff_flashupload_not_empty(element, message)\r\n{\r\n    if(typeof bfSummarizers == \"undefined\") { \r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n            swal(\"Flash upload validation only available in QuickMode!\");\r\n        } else {\r\n            alert(\"Flash upload validation only available in QuickMode!\");\r\n        } \r\n    return \'\';}\r\n    if(JQuery(\'#bfFlashFileQueue\'+element.id.split(\'ff_elem\')[1]).html() != \'\') return \'\';\r\n    if (message==\'\') message = \"Please enter \"+element.name+\".\\n\";\r\n    ff_validationFocus(element.name);\r\n    return message;\r\n} // ff_valuenotempty'),
(8, 1, 'FF', 'ff_getfocus', 'Get focus', 'Get the focus. Usually this is for the first element of the form/page.', 'Element Init', 'function ff_getfocus(element,condition)\r\n{\r\n    if(!element.name){\r\n    	if(element.length && element.length != 0){\r\n    		element[0].focus();\r\n    	}\r\n    }else{\r\n    	element.focus();\r\n    }\r\n}'),
(9, 1, 'FF', 'ff_getQuerySelectedRows', 'Get Query Selected Rows', 'Returns the selected rows in a 2-dimensional array', 'Untyped', 'function ff_getQuerySelectedRows(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var rcnt = ff_queryRows[id].length;\r\n    var cnt = rcnt;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr, r;\r\n    var selcnt = 0;\r\n    var sels = new Array;\r\n    for (curr = 0; curr < cnt; curr++) {\r\n        var elem = document.getElementById(\'ff_cb\'+id+\'_\'+curr);\r\n        if (elem.checked) {\r\n            var ident = elem.value;\r\n            for (r = 0; r < rcnt; r++)\r\n                if (ff_queryRows[id][r][0] == ident) {\r\n                    sels[selcnt++] = ff_queryRows[id][r];\r\n                    break;\r\n                } // if\r\n        } // if\r\n    } // for\r\n    return sels;\r\n} // ff_getQuerySelectedRows'),
(10, 1, 'FF', 'ff_getQuerySelections', 'Get Query Selected ID\'s', 'Returns the column values of the checked/selected checkboxes/radiobuttons in an array', 'Untyped', 'function ff_getQuerySelections(name)\r\n{\r\n    var id = ff_getIdByName(name);\r\n    var cnt = ff_queryRows[id].length;\r\n    var pagesize = ff_queryPageSize[id];\r\n    if (pagesize>0) {\r\n        var currpage = ff_queryCurrPage[id];\r\n        var p;\r\n        for (p = 1; p < currpage; p++) cnt -= pagesize;\r\n        if (cnt > pagesize) cnt = pagesize;\r\n    } // if\r\n    var curr;\r\n    var selcnt = 0;\r\n    var sels = new Array;\r\n    for (curr = 0; curr < cnt; curr++) {\r\n        var elem = document.getElementById(\'ff_cb\'+id+\'_\'+curr);\r\n        if (elem.checked) \r\n            sels[selcnt++] = elem.value;\r\n    } // for\r\n    return sels;\r\n} // ff_getQuerySelections'),
(11, 1, 'FF', 'ff_htmlvaluenotempty', 'HTML Texteditor Not Empty', 'Checks if an HTML editor element is empty or not', 'Element Validation', 'function ff_htmlvaluenotempty( element, message ){\r\n    \r\n    if( typeof bf_htmltextareanames == \"undefined\" ) return \'\';\r\n\r\n    var content = \"\";\r\n\r\n    for(var i = 0; i < bf_htmltextareanames.length; i++){\r\n      if( element.name == bf_htmltextareanames[i] ) {\r\n          eval(\"content = \" + bf_htmltextareas[i]);\r\n          break;\r\n      }\r\n    }\r\n    if (JQuery.trim(content) == \"\") {\r\n        if (message==\'\') message = element.name+\" must not be empty.\\n\";\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n}'),
(12, 1, 'FF', 'ff_impString', 'String import', 'Import string function: unescapes c-coded characters of a string', 'Untyped', 'function ff_impString(text)\r\n{\r\n    var str = \'\';\r\n    var ss = 0;\r\n    var s;\r\n    var tl = text.length;\r\n    var hexdigs = \"0123456789abcdefABCDEF\";\r\n    while (ss < tl) {\r\n        s = text.charAt(ss++);\r\n        if (s == \'\\\\\') {\r\n            if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n            switch (s) {\r\n                case 0   : break;\r\n                case \'e\' : str += \'\\33\'; break;\r\n                case \'t\' : str += \'\\t\'; break;\r\n                case \'r\' : str += \'\\r\'; break;\r\n                case \'n\' : str += \'\\n\'; break;\r\n                case \'f\' : str += \'\\f\'; break;\r\n                case \'x\' : {\r\n                    if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n                    var ch = \'\';\r\n                    while (hexdigs.indexOf(s)>=0 && ch.length < 2) {\r\n                        ch += s;\r\n                        if (ss < tl) s = text.charAt(ss++); else s = 0;\r\n                    } // while\r\n                    while (ch.length < 2) ch = \'0\'+ch;\r\n                    str += unescape(\'%\'+ch);\r\n                    if (s) ss--;\r\n                    break;\r\n                }\r\n                default:\r\n                    str += s;\r\n            } // switch\r\n        } else\r\n            str += s;\r\n    } // while\r\n    return str;\r\n} // impString'),
(13, 1, 'FF', 'ff_integer', 'Integer Number', 'Validate that an integer value is entered.', 'Element Validation', 'function ff_integer(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_integer'),
(14, 1, 'FF', 'ff_integeramount', 'Positive Integer', 'Validate that an positive integer value is entered.', 'Element Validation', 'function ff_integeramount(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_integeramount'),
(15, 1, 'FF', 'ff_integer_or_empty', 'Integer or empty', 'Validate that either an integer value or nothing is entered.', 'Element Validation', 'function ff_integer_or_empty(element, message)\r\n{\r\n    if (element.value != \'\') {\r\n        var ex  = /(^-?\\d\\d*$)/;\r\n        if (!ex.test(element.value)) {\r\n            if (message==\'\') message = element.name+\" must be integer.\\n\";\r\n            ff_validationFocus(element.name);\r\n            return message;\r\n        } // if\r\n    } // if\r\n    return \'\';\r\n} // ff_integer_or_empty'),
(16, 1, 'FF', 'ff_nextpage', 'Next page', 'Switchs to the next page.', 'Element Action', 'function ff_nextpage(element, action)\r\n{\r\n    if (ff_currentpage < ff_lastpage) {\r\n        ff_switchpage(ff_currentpage+1);\r\n        self.scrollTo(0,0);\r\n    }\r\n} // ff_nextpage'),
(17, 1, 'FF', 'ff_page1', 'Page 1', 'Switches to the first page.', 'Element Action', 'function ff_page1(element, action)\r\n{\r\n    ff_switchpage(1);\r\n} // ff_page1'),
(18, 1, 'FF', 'ff_page2', 'Page 2', 'Switches to the second page.', 'Element Action', 'function ff_page2(element, action)\r\n{\r\n    if (ff_lastpage >= 2) ff_switchpage(2);\r\n} // ff_page2'),
(19, 1, 'FF', 'ff_page3', 'Page 3', 'Switches to the third page.', 'Element Action', 'function ff_page3(element, action)\r\n{\r\n    if (ff_lastpage >= 3) ff_switchpage(3);\r\n} // ff_page3'),
(20, 1, 'FF', 'ff_previouspage', 'Previous page', 'Switches to the previous page.', 'Element Action', 'function ff_previouspage(element, action)\r\n{\r\n    if (ff_currentpage > 1){\r\n        ff_switchpage(ff_currentpage-1);\r\n        self.scrollTo(0,0);\r\n    }\r\n} // ff_previouspage'),
(21, 1, 'FF', 'ff_real', 'Real Number', 'Validate that a real number is entered.', 'Element Validation', 'function ff_real(element, message)\r\n{\r\n    var ex  = /(^-?\\d\\d*\\.?\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be a number.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_real'),
(22, 1, 'FF', 'ff_realamount', 'Positive Real Number', 'Validate that a positive real number is entered.', 'Element Validation', 'function ff_realamount(element, message)\r\n{\r\n    var ex  = /(^\\d\\d*\\.?\\d*$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = element.name+\" must be a number.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_realamount'),
(23, 1, 'FF', 'ff_resetForm', 'Reset form', 'Reset all form inputs to the initial values.', 'Element Action', 'function ff_resetForm(element, action)\r\n{\r\n    eval(\'document.\'+ff_processor.form_id).reset();\r\n} // ff_resetForm'),
(24, 1, 'FF', 'ff_securitycode_entered', 'Security code entered', 'Check that a security code was entered.', 'Element Validation', 'function ff_securitycode_entered(element, message)\r\n{\r\n    var ex  = /(^\\d{5}$)/;\r\n    if (!ex.test(element.value)) {\r\n        if (message==\'\') message = \"Security code must be entered as five digits.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_securitycode_entered'),
(25, 1, 'FF', 'ff_securitycode_ok', 'Security code ok', 'Check that a valid security code was entered.', 'Element Validation', 'function ff_securitycode_ok(element, message)\r\n{\r\n<?php\r\n    global $ff_seccode;\r\n    if (!isset($ff_seccode)) { \r\n        mt_srand((double)microtime()*1000000);\r\n        $ff_seccode = mt_rand(10000, 99999);\r\n        JFactory::getSession()->set(\'ff_seccode\', $ff_seccode);\r\n    } // if\r\n    $enc = array();\r\n    mt_srand((double)microtime()*1000000);\r\n    for ($i = 0; $i < 256; $i++) $enc[] = mt_rand(0, 255);\r\n    $seccode = (string)$ff_seccode;\r\n    $hash = \'\';\r\n    $ini = $ff_seccode % 240;\r\n    for ($i = 0; $i < 5; $i++) {\r\n        $d = $ini+intval($seccode{$i});\r\n        for ($j = 0; $j < 7; $j++) $d = $enc[$d];\r\n        $hash .= $d;\r\n        $ini = ($ini+$d) % 240;\r\n    } // for\r\n    return\r\n        \"var enc = \".$this->expJsValue($enc).\";\\n\".\r\n        \"var seccode = new String(element.value);\\n\".\r\n        \"if (seccode.length==5) {\\n\".\r\n        \"    var hash = \'\';\\n\".\r\n        \"    var ini = parseInt(element.value) % 240;\\n\".\r\n        \"    var i, j;\\n\".\r\n        \"    for (i = 0; i < 5; i++) {\\n\".\r\n        \"        var d = ini+parseInt(seccode.charAt(i));\\n\".\r\n        \"        for (j = 0; j < 7; j++) d = enc[d];\\n\".\r\n        \"        hash += d;\\n\".\r\n        \"        ini = (ini+d) % 240;\\n\".\r\n        \"    } // for\\n\".\r\n        \"    if (hash == \'$hash\') return \'\';\\n\". \r\n        \"} // if\\n\".\r\n        \"if (message==\'\') message = \\\"Security code is missing or wrong.\\\\n\\\";\\n\".\r\n        \"ff_validationFocus(element.name);\\n\".\r\n        \"return message;\\n\";\r\n?>\r\n} // ff_securitycode_ok'),
(26, 1, 'FF', 'ff_selectedValues', 'Get selected values as list', 'Get values of selected options of a select list as list:\r\n\r\nx = ff_selectedValues(\'myselectlist\');\r\n// x = green,red', 'Untyped', 'function ff_selectedValues(name)\r\n{\r\n    vals = \'\';\r\n    opts = ff_getElementByName(name).options;\r\n    for (o = 0; o < opts.length; o++)\r\n        if (opts[o].selected) {\r\n            if (vals != \'\') vals += \',\';\r\n            vals += opts[o].value;\r\n        } // if\r\n    return vals;\r\n} // ff_selectedValues'),
(27, 1, 'FF', 'ff_setChecked', 'Set radiobutton checked', 'Set a radiobutton checked/unchecked', 'Untyped', 'function ff_setChecked(name, value, checked)\r\n{\r\n    if (arguments.length<3) checked = true;\r\n    for (var i = 0; i < ff_elements.length; i++)\r\n        if (ff_elements[i][2]==name) {\r\n            var e = ff_getElementByIndex(i);\r\n            if (e.value == value) {\r\n                e.checked = checked;\r\n                break;\r\n            } // if\r\n        } // if\r\n} // ff_setChecked'),
(28, 1, 'FF', 'ff_setSelected', 'Select options of  select list', 'Select options in a Select List element.\r\n\r\nff_setSelected(\'mylist\', \'green\'); // select green in single or multi mode, unselect all other options\r\nff_setSelected(\'mylist\', \'red,green\'); // select red and green in multi mode, unselect all other options', 'Untyped', 'function ff_setSelected(name, list)\r\n{\r\n    ids = list.split(\',\')\r\n    opts = ff_getElementByName(name).options;\r\n    for (o = 0; o < opts.length; o++) {\r\n        state = false;\r\n        for (i = 0; i < ids.length; i++) \r\n            if (ids[i]==opts[o].value) {\r\n                state = true;\r\n                break;\r\n            } // if\r\n        opts[o].selected = state;\r\n    } // for\r\n} // ff_setSelected'),
(29, 1, 'FF', 'ff_showaction', 'Show action', 'Displays the element action.', 'Element Action', 'function ff_showaction(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts == \'undefined\'){\r\n        swal(\'Action \'+action+\' performed by element \'+element.id);\r\n    } else {\r\n        alert(\'Action \'+action+\' performed by element \'+element.id);\r\n    }\r\n   \r\n}'),
(30, 1, 'FF', 'ff_showelementinit', 'Show element initialization', 'Display the element initialization (mainly for debugging)', 'Element Init', 'function ff_showelementinit(element,condition)\r\n{\r\n    if(!element.name) {\r\n    	if(element.length && element.length != 0){\r\n            if(typeof bfUseErrorAlerts == \'undefined\'){\r\n                swal(\'Initialization of \'+element[0].name+\' at \'+condition);\r\n            } else {\r\n                alert(\'Initialization of \'+element[0].name+\' at \'+condition);\r\n            }\r\n        }\r\n    } else {\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n            swal(\'Initialization of \'+element.name+\' at \'+condition);\r\n        } else {\r\n            alert(\'Initialization of \'+element.name+\' at \'+condition);\r\n        }\r\n    }\r\n}'),
(31, 1, 'FF', 'ff_showforminit', 'Show form initialization', 'Show when form initialization is run (for debugging)', 'Form Init', 'function ff_showforminit()\r\n{\r\n      if(typeof bfUseErrorAlerts == \'undefined\'){\r\n        swal(\'Form initialization\');\r\n    } else {\r\n        alert(\'Form initialization\');\r\n    }\r\n}'),
(32, 1, 'FF', 'ff_showsubmitted', 'Show submitted status', 'Display submit status as user feedback.', 'Form Submitted', 'function ff_showsubmitted(status, message)\r\n{\r\n    if(typeof bfUseErrorAlerts == \'undefined\'){\r\n        swal(message);\r\n    } else {\r\n        alert(message);\r\n    }\r\n} // ff_showsubmitted'),
(33, 1, 'FF', 'ff_showvalidation', 'Show element validation', 'Display element validation (for debugging)', 'Element Validation', 'function ff_showvalidation(element, message)\r\n{\r\n    if(typeof bfUseErrorAlerts == \'undefined\'){\r\n        swal(\'Validation of \'+element.name+\" with message: \\n\"+message);\r\n    } else {\r\n        alert(\'Validation of \'+element.name+\" with message: \\n\"+message);\r\n    }\r\n    return \'\';\r\n}'),
(34, 1, 'FF', 'ff_submittedhome', 'Return to homepage', 'Display submit status and then return to the home page of the site.', 'Form Submitted', 'function ff_submittedhome(status, message)\r\n{\r\n    if(typeof bfUseErrorAlerts == \'undefined\'){\r\n        swal(message+\"\\nYou will be redirected to the home page now.\");\r\n    } else {\r\n        alert(message+\"\\nYou will be redirected to the home page now.\");\r\n    }\r\n    ff_returnHome();\r\n} // ff_submittedhome'),
(35, 1, 'FF', 'ff_unchecked', 'Unchecked', 'Validate that radio button or checkbox is unchecked.', 'Element Validation', 'function ff_unchecked(element, message)\r\n{\r\n    if (!element.checked) \r\n        return \'\'; \r\n    else {\r\n        if (message==\'\') message = element.name+\" is checked.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n} // ff_unchecked'),
(36, 1, 'FF', 'ff_validate_date_DDMMYYYY', 'Validate Date DD/MM/YYYY format', 'Validates that the date in a textfield is correctly formatted in DD/MM/YYYY format.\r\nCan be used with a textfield element and/or the Calendar element.', 'Element Validation', 'function ff_validate_date_DDMMYYYY(element, message)\r\n{\r\n   // Regular expression used to check if date is in correct format\r\n   var pattern = /[0-3][0-9]\\/(0|1)[0-9]\\/(19|20)[0-9]{2}/;\r\n   if(pattern.test(element.value))\r\n   {\r\n      var date_array = element.value.split(\'/\');\r\n      var day = date_array[0];\r\n\r\n      // Attention! Javascript consider months in the range 0 - 11\r\n      var month = date_array[1] - 1;\r\n      var year = date_array[2];\r\n\r\n      // This instruction will create a date object\r\n      source_date = new Date(year,month,day);\r\n\r\n      if(year != source_date.getFullYear())\r\n      {\r\n         return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n      }\r\n\r\n      if(month != source_date.getMonth())\r\n      {\r\n         return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n      }\r\n\r\n      if(day != source_date.getDate())\r\n      {\r\n         return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n      }\r\n   }\r\n   else\r\n   {\r\n      return message == \'\' ? \'Element \' + element.name + \' failed my test\' : message;\r\n   }\r\n\r\n   return \'\';\r\n}'),
(37, 1, 'FF', 'ff_validate_form', 'Validate form', 'Validates the form and displays the result.', 'Element Action', 'function ff_validate_form(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n    error = ff_validation(0);\r\n    if (error != \'\') {\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           swal(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else\r\n        swal(\'All inputs are valid.\');\r\n} // ff_validate_form'),
(38, 1, 'FF', 'ff_validate_nextpage', 'Validate and next page', 'Validates the current page, and if everything is ok is switches to the next page.', 'Element Action', 'function ff_validate_nextpage(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != \'\') {\r\n       if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           swal(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else {\r\n        ff_switchpage(ff_currentpage+1);\r\n        self.scrollTo(0,0);   \r\n    }\r\n} // ff_validate_nextpage'),
(39, 1, 'FF', 'ff_validate_page', 'Validate page', 'Validates the current page and displays the result.', 'Element Action', 'function ff_validate_page(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != \'\') {\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           swal(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else\r\n        swal(\'All inputs are valid.\');\r\n} // ff_validate_page'),
(40, 1, 'FF', 'ff_validate_prevpage', 'Validate previous page', 'Validates the current page and switches to the previous page if all is ok', 'Element Action', 'function ff_validate_prevpage(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n\r\n    error = ff_validation(ff_currentpage);\r\n    if (error != \'\') {\r\n       if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           swal(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus(\'\');\r\n    } else{\r\n    	if(ff_currentpage > 1){\r\n	 ff_switchpage(ff_currentpage-1);\r\n	 self.scrollTo(0,0);\r\n        }\r\n    }\r\n} // ff_validate_prevpage'),
(41, 1, 'FF', 'ff_validate_submit', 'Validate and submit form', 'Validates the whole form, and if everything is ok it submits the form.', 'Element Action', 'function ff_validate_submit(element, action)\r\n{\r\n    if(typeof bfUseErrorAlerts != \'undefined\'){\r\n     JQuery(\".bfErrorMessage\").html(\'\');\r\n     JQuery(\".bfErrorMessage\").css(\"display\",\"none\");\r\n    }\r\n    error = ff_validation(0);\r\n    if (error != \'\') {\r\n\r\n        if(typeof bfUseErrorAlerts == \'undefined\'){\r\n           swal(error);\r\n        } else {\r\n           bfShowErrors(error);\r\n        }\r\n        ff_validationFocus();\r\n    } else\r\n        ff_submitForm();\r\n} // ff_validate_submit'),
(42, 1, 'FF', 'ff_validemail', 'Valid email', 'Validate entry of a valid email (syntax check only)', 'Element Validation', 'function ff_validemail(element, message)\r\n{\r\n    var check =\r\n    /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$/;\r\n    if (!check.test(element.value)){\r\n        if (message==\'\') message = element.name+\" is no valid email address.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n    return \'\';\r\n} // ff_validemail'),
(43, 1, 'FF', 'ff_validemail_repeat', 'Validate Email repeat', 'Checks if the field value is a valid email address and has a second counterpart that has an equal value.\r\nThe 2nd email field must be named \"FIELDNAME_repeat\"!', 'Element Validation', 'function ff_validemail_repeat(element, message)\r\n{\r\n    var check =\r\n    /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$/;\r\n    if (!check.test(element.value)){\r\n        if (message==\'\') message = element.name+\" is no valid email address.\\n\";\r\n        ff_validationFocus(element.name);\r\n        return message;\r\n    } // if\r\n	\r\n    try{\r\n	    var repeat = element.name.split(\"ff_nm_\")[1].split(\"[]\")[0];\r\n	\r\n	    if(!ff_getElementByName(repeat + \'_repeat\')){\r\n	     	if (message==\'\') message = repeat+\" has no repeat email field.\\n\";\r\n	        ff_validationFocus(element.name);\r\n	        return message;\r\n	    } else {\r\n	        if(ff_getElementByName(repeat + \'_repeat\').value != element.value){\r\n	           if (message==\'\') message = element.name+\" and \" + repeat + \"_repeat do not match.\\n\";\r\n	           ff_validationFocus(repeat + \'_repeat\');\r\n	           return message;\r\n	        }\r\n	    }\r\n    }catch(e){\r\n        return e.description;\r\n    }\r\n\r\n    return \'\';\r\n} // ff_validemail'),
(44, 1, 'FF', 'ff_valuenotempty', 'Value not empty', 'Validate that value is not empty.', 'Element Validation', 'function ff_valuenotempty(element, message)\r\n{\r\n    if (element.value!=\'\') return \'\'; \r\n    if (message==\'\') message = \"Please enter \"+element.name+\".\\n\";\r\n    ff_validationFocus(element.name);\r\n    return message;\r\n} // ff_valuenotempty');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_facileforms_subrecords`
--

CREATE TABLE `fwzm6_facileforms_subrecords` (
  `id` int(11) NOT NULL,
  `record` int(11) NOT NULL DEFAULT 0,
  `element` int(11) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `fwzm6_facileforms_subrecords`
--

INSERT INTO `fwzm6_facileforms_subrecords` (`id`, `record`, `element`, `title`, `name`, `type`, `value`) VALUES
(1, 1, 40, 'Name', 'Name', 'Text', 'dake'),
(2, 1, 84, 'Phone', 'bfQuickMode6939831', 'Text', '0766903531'),
(3, 1, 41, 'Email', 'email', 'Text', 'dale@fane.com'),
(4, 1, 85, 'Company Name', 'Company_Name', 'Text', 'Pfane'),
(5, 1, 86, 'We Specialise In', 'bfQuickMode592616', 'Select List', 'Collection'),
(6, 1, 86, 'We Specialise In', 'bfQuickMode592616', 'Select List', 'Trading'),
(7, 1, 86, 'We Specialise In', 'bfQuickMode592616', 'Select List', 'Processing'),
(8, 1, 86, 'We Specialise In', 'bfQuickMode592616', 'Select List', 'Recycling'),
(9, 1, 86, 'We Specialise In', 'bfQuickMode592616', 'Select List', 'Refining'),
(10, 1, 87, 'Choose A Demonstration Date', 'bfQuickMode1990270', 'Calendar', '2019-05-31'),
(11, 1, 88, 'Country', 'bfQuickMode3106887', 'Text', 'Romania'),
(12, 2, 40, 'Name', 'Name', 'Text', 'bruce jackson'),
(13, 2, 84, 'Phone', 'bfQuickMode6939831', 'Text', '+61425222236'),
(14, 2, 41, 'Email', 'email', 'Text', 'bruce@mri.com.au'),
(15, 2, 85, 'Company Name', 'Company_Name', 'Text', 'mri ewaste'),
(16, 2, 86, 'We Specialise In', 'bfQuickMode592616', 'Select List', 'Recycling'),
(17, 2, 87, 'Choose A Demonstration Date', 'bfQuickMode1990270', 'Calendar', '2019-10-11'),
(18, 2, 88, 'Country', 'bfQuickMode3106887', 'Text', 'australia'),
(19, 3, 62, 'First Name', 'firstName', 'Text', 'johnan'),
(20, 3, 63, 'Last Name', 'lastName', 'Text', 'UIOWBxzjpXGP'),
(21, 3, 64, 'Email', 'email', 'Text', 'sdfvdf@mailred.com'),
(22, 3, 65, 'Donation Amount', 'bfQuickMode3720817', 'Text', 'kGvAkaqA'),
(23, 3, 66, 'PayPal Select', 'PayPalSelect', 'Hidden Input', '0.00'),
(24, 4, 62, 'First Name', 'firstName', 'Text', 'johnan'),
(25, 4, 63, 'Last Name', 'lastName', 'Text', 'TFvAfQiJKKerLlqFEu'),
(26, 4, 64, 'Email', 'email', 'Text', 'sdfvdf@mailred.com'),
(27, 4, 65, 'Donation Amount', 'bfQuickMode3720817', 'Text', 'ZDcCZLhSFWmlcrOLCr'),
(28, 4, 66, 'PayPal Select', 'PayPalSelect', 'Hidden Input', '0.00');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_fields`
--

CREATE TABLE `fwzm6_fields` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `context` varchar(255) NOT NULL DEFAULT '',
  `group_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `default_value` text DEFAULT NULL,
  `type` varchar(255) NOT NULL DEFAULT 'text',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `required` 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,
  `params` text NOT NULL,
  `fieldparams` text NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `access` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_fields`
--

INSERT INTO `fwzm6_fields` (`id`, `asset_id`, `context`, `group_id`, `title`, `name`, `label`, `default_value`, `type`, `note`, `description`, `state`, `required`, `checked_out`, `checked_out_time`, `ordering`, `params`, `fieldparams`, `language`, `created_time`, `created_user_id`, `modified_time`, `modified_by`, `access`) VALUES
(1, 738, 'com_content.article', 1, 'e-mail', 'e-mail', 'e-mail', '', 'text', '', '', -2, 1, 0, '0000-00-00 00:00:00', 0, '{\"hint\":\"\",\"class\":\"\",\"label_class\":\"\",\"show_on\":\"\",\"render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"layout\":\"\",\"display_readonly\":\"2\"}', '{\"filter\":\"\",\"maxlength\":\"\"}', '*', '2019-04-22 05:22:57', 237, '0000-00-00 00:00:00', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_fields_categories`
--

CREATE TABLE `fwzm6_fields_categories` (
  `field_id` int(11) NOT NULL DEFAULT 0,
  `category_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_fields_groups`
--

CREATE TABLE `fwzm6_fields_groups` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `context` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(11) NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `access` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_fields_groups`
--

INSERT INTO `fwzm6_fields_groups` (`id`, `asset_id`, `context`, `title`, `note`, `description`, `state`, `checked_out`, `checked_out_time`, `ordering`, `params`, `language`, `created`, `created_by`, `modified`, `modified_by`, `access`) VALUES
(1, 737, 'com_content.article', 'Field Group', '', '', 1, 0, '0000-00-00 00:00:00', 0, '{\"display_readonly\":\"1\"}', '*', '2019-04-22 05:20:43', 237, '0000-00-00 00:00:00', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_fields_values`
--

CREATE TABLE `fwzm6_fields_values` (
  `field_id` int(10) UNSIGNED NOT NULL,
  `item_id` varchar(255) NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
  `value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_fields_values`
--

INSERT INTO `fwzm6_fields_values` (`field_id`, `item_id`, `value`) VALUES
(1, '31', 'donate@pfane.com'),
(1, '15', 'dale@pfane.com');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_filters`
--

CREATE TABLE `fwzm6_finder_filters` (
  `filter_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL,
  `created_by_alias` varchar(255) NOT NULL,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `map_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `data` text NOT NULL,
  `params` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links`
--

CREATE TABLE `fwzm6_finder_links` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(400) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `md5sum` varchar(32) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `state` int(5) DEFAULT 1,
  `access` int(5) DEFAULT 0,
  `language` varchar(8) NOT NULL,
  `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `list_price` double UNSIGNED NOT NULL DEFAULT 0,
  `sale_price` double UNSIGNED NOT NULL DEFAULT 0,
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms0`
--

CREATE TABLE `fwzm6_finder_links_terms0` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms1`
--

CREATE TABLE `fwzm6_finder_links_terms1` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms2`
--

CREATE TABLE `fwzm6_finder_links_terms2` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms3`
--

CREATE TABLE `fwzm6_finder_links_terms3` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms4`
--

CREATE TABLE `fwzm6_finder_links_terms4` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms5`
--

CREATE TABLE `fwzm6_finder_links_terms5` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms6`
--

CREATE TABLE `fwzm6_finder_links_terms6` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms7`
--

CREATE TABLE `fwzm6_finder_links_terms7` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms8`
--

CREATE TABLE `fwzm6_finder_links_terms8` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_terms9`
--

CREATE TABLE `fwzm6_finder_links_terms9` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_termsa`
--

CREATE TABLE `fwzm6_finder_links_termsa` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_termsb`
--

CREATE TABLE `fwzm6_finder_links_termsb` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_termsc`
--

CREATE TABLE `fwzm6_finder_links_termsc` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_termsd`
--

CREATE TABLE `fwzm6_finder_links_termsd` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_termse`
--

CREATE TABLE `fwzm6_finder_links_termse` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_links_termsf`
--

CREATE TABLE `fwzm6_finder_links_termsf` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_taxonomy`
--

CREATE TABLE `fwzm6_finder_taxonomy` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL,
  `state` tinyint(1) UNSIGNED NOT NULL DEFAULT 1,
  `access` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` tinyint(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `fwzm6_finder_taxonomy`
--

INSERT INTO `fwzm6_finder_taxonomy` (`id`, `parent_id`, `title`, `state`, `access`, `ordering`) VALUES
(1, 0, 'ROOT', 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_taxonomy_map`
--

CREATE TABLE `fwzm6_finder_taxonomy_map` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_terms`
--

CREATE TABLE `fwzm6_finder_terms` (
  `term_id` int(10) UNSIGNED NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `phrase` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `weight` float UNSIGNED NOT NULL DEFAULT 0,
  `soundex` varchar(75) NOT NULL,
  `links` int(10) NOT NULL DEFAULT 0,
  `language` char(3) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_terms_common`
--

CREATE TABLE `fwzm6_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `fwzm6_finder_terms_common`
--

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

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_tokens`
--

CREATE TABLE `fwzm6_finder_tokens` (
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `phrase` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `weight` float UNSIGNED NOT NULL DEFAULT 1,
  `context` tinyint(1) UNSIGNED NOT NULL DEFAULT 2,
  `language` char(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_tokens_aggregate`
--

CREATE TABLE `fwzm6_finder_tokens_aggregate` (
  `term_id` int(10) UNSIGNED NOT NULL,
  `map_suffix` char(1) NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `phrase` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `term_weight` float UNSIGNED NOT NULL,
  `context` tinyint(1) UNSIGNED NOT NULL DEFAULT 2,
  `context_weight` float UNSIGNED NOT NULL,
  `total_weight` float UNSIGNED NOT NULL,
  `language` char(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_finder_types`
--

CREATE TABLE `fwzm6_finder_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_languages`
--

CREATE TABLE `fwzm6_languages` (
  `lang_id` int(11) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `title` varchar(50) NOT NULL,
  `title_native` varchar(50) NOT NULL,
  `sef` varchar(50) NOT NULL,
  `image` varchar(50) NOT NULL,
  `description` varchar(512) NOT NULL,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `sitename` varchar(1024) NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT 0,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_languages`
--

INSERT INTO `fwzm6_languages` (`lang_id`, `asset_id`, `lang_code`, `title`, `title_native`, `sef`, `image`, `description`, `metakey`, `metadesc`, `sitename`, `published`, `access`, `ordering`) VALUES
(1, 0, 'en-GB', 'English (en-GB)', 'English (United Kingdom)', 'en', 'en_gb', '', '', '', '', 1, 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_menu`
--

CREATE TABLE `fwzm6_menu` (
  `id` int(11) NOT NULL,
  `menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The published state of the menu link.',
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The relative level in the tree.',
  `component_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to #__users.id',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The click behaviour of the link.',
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `params` text NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `home` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_menu`
--

INSERT INTO `fwzm6_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 0, '', 0, '', 0, 173, 0, '*', 0),
(2, 'main', 'com_banners', 'Banners', '', 'Banners', 'index.php?option=com_banners', 'component', 1, 1, 1, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 1, 10, 0, '*', 1),
(3, 'main', 'com_banners', 'Banners', '', 'Banners/Banners', 'index.php?option=com_banners', 'component', 1, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 2, 3, 0, '*', 1),
(4, 'main', 'com_banners_categories', 'Categories', '', 'Banners/Categories', 'index.php?option=com_categories&extension=com_banners', 'component', 1, 2, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-cat', 0, '', 4, 5, 0, '*', 1),
(5, 'main', 'com_banners_clients', 'Clients', '', 'Banners/Clients', 'index.php?option=com_banners&view=clients', 'component', 1, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-clients', 0, '', 6, 7, 0, '*', 1),
(6, 'main', 'com_banners_tracks', 'Tracks', '', 'Banners/Tracks', 'index.php?option=com_banners&view=tracks', 'component', 1, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-tracks', 0, '', 8, 9, 0, '*', 1),
(7, 'main', 'com_contact', 'Contacts', '', 'Contacts', 'index.php?option=com_contact', 'component', 1, 1, 1, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 97, 102, 0, '*', 1),
(8, 'main', 'com_contact_contacts', 'Contacts', '', 'Contacts/Contacts', 'index.php?option=com_contact', 'component', 1, 7, 2, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 98, 99, 0, '*', 1),
(9, 'main', 'com_contact_categories', 'Categories', '', 'Contacts/Categories', 'index.php?option=com_categories&extension=com_contact', 'component', 1, 7, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact-cat', 0, '', 100, 101, 0, '*', 1),
(10, 'main', 'com_messages', 'Messaging', '', 'Messaging', 'index.php?option=com_messages', 'component', 1, 1, 1, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages', 0, '', 103, 106, 0, '*', 1),
(11, 'main', 'com_messages_add', 'New Private Message', '', 'Messaging/New Private Message', 'index.php?option=com_messages&task=message.add', 'component', 1, 10, 2, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages-add', 0, '', 104, 105, 0, '*', 1),
(13, 'main', 'com_newsfeeds', 'News Feeds', '', 'News Feeds', 'index.php?option=com_newsfeeds', 'component', 1, 1, 1, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 107, 112, 0, '*', 1),
(14, 'main', 'com_newsfeeds_feeds', 'Feeds', '', 'News Feeds/Feeds', 'index.php?option=com_newsfeeds', 'component', 1, 13, 2, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 108, 109, 0, '*', 1),
(15, 'main', 'com_newsfeeds_categories', 'Categories', '', 'News Feeds/Categories', 'index.php?option=com_categories&extension=com_newsfeeds', 'component', 1, 13, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds-cat', 0, '', 110, 111, 0, '*', 1),
(16, 'main', 'com_redirect', 'Redirect', '', 'Redirect', 'index.php?option=com_redirect', 'component', 1, 1, 1, 24, 0, '0000-00-00 00:00:00', 0, 0, 'class:redirect', 0, '', 113, 114, 0, '*', 1),
(17, 'main', 'com_search', 'Basic Search', '', 'Basic Search', 'index.php?option=com_search', 'component', 1, 1, 1, 19, 0, '0000-00-00 00:00:00', 0, 0, 'class:search', 0, '', 115, 116, 0, '*', 1),
(18, 'main', 'com_finder', 'Smart Search', '', 'Smart Search', 'index.php?option=com_finder', 'component', 1, 1, 1, 27, 0, '0000-00-00 00:00:00', 0, 0, 'class:finder', 0, '', 117, 118, 0, '*', 1),
(20, 'main', 'com_tags', 'Tags', '', 'Tags', 'index.php?option=com_tags', 'component', 1, 1, 1, 29, 0, '0000-00-00 00:00:00', 0, 1, 'class:tags', 0, '', 119, 120, 0, '', 1),
(21, 'main', 'com_postinstall', 'Post-installation messages', '', 'Post-installation messages', 'index.php?option=com_postinstall', 'component', 1, 1, 1, 32, 0, '0000-00-00 00:00:00', 0, 1, 'class:postinstall', 0, '', 121, 122, 0, '*', 1),
(101, 'mainmenu', 'Home', 'home', '', 'home', 'index.php?option=com_gantry5&view=custom', 'component', 1, 1, 1, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 233, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"1\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 11, 12, 1, '*', 0),
(104, 'mainmenu', 'Features', 'features', '', 'features', '', 'separator', -2, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_show\":1}', 51, 66, 0, '*', 0),
(105, 'mainmenu', 'Overview', 'overview', '', 'features/overview', 'index.php?option=com_gantry5&view=custom', 'component', -2, 104, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 52, 53, 0, '*', 0),
(106, 'mainmenu', 'Typography', 'typography', '', 'features/typography', 'index.php?option=com_content&view=article&id=19', 'component', -2, 104, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 56, 57, 0, '*', 0),
(107, 'mainmenu', 'Block Variations', 'block-variations', '', 'features/block-variations', 'index.php?option=com_content&view=article&id=3', 'component', -2, 104, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 58, 59, 0, '*', 0),
(108, 'mainmenu', 'Documentation', 'documentation', '', 'features/documentation', 'http://www.rockettheme.com/docs/joomla/templates/denali', 'url', -2, 104, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 60, 61, 0, '*', 0),
(109, 'mainmenu', 'Forum Support', 'forum-support', '', 'features/forum-support', 'http://www.rockettheme.com/forum/joomla-template-denali', 'url', -2, 104, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 62, 63, 0, '*', 0),
(110, 'mainmenu', 'Pages', 'pages', '', 'pages', '', 'separator', -2, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_show\":1}', 67, 80, 0, '*', 0),
(111, 'mainmenu', 'About Us', 'about-us', '', 'about-us', '', 'heading', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 29, 34, 0, '*', 0),
(114, 'mainmenu', 'Pricing', 'pricing', '', 'pages/pricing', 'index.php?option=com_gantry5&view=custom', 'component', -2, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 74, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 68, 69, 0, '*', 0),
(115, 'mainmenu', 'Portfolio', 'portfolio', '', 'pages/portfolio', 'index.php?option=com_gantry5&view=custom', 'component', -2, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 70, 71, 0, '*', 0),
(118, 'mainmenu', 'ReClaim Earth', 'blog', '', 'our-projects/blog', 'index.php?option=com_content&view=category&layout=blog&id=12', 'component', 0, 255, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"1\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"0\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 38, 39, 0, '*', 0),
(119, 'mainmenu', 'Contact', 'contact', '', 'pages/contact', 'index.php?option=com_contact&view=contact&id=1', 'component', -2, 110, 2, 8, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"presentation_style\":\"plain\",\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"show_tags\":\"\",\"show_name\":\"0\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 72, 73, 0, '*', 0),
(120, 'mainmenu', 'Error', 'error', '', 'pages/error', 'index.php?option=com_gantry5&view=error', 'component', -2, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 74, 75, 0, '*', 0),
(121, 'mainmenu', 'Coming Soon', 'coming-soon', '', 'pages/coming-soon', 'index.php?option=com_gantry5&view=custom', 'component', -2, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 235, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 76, 77, 0, '*', 0),
(122, 'mainmenu', 'Offline', 'offline', '', 'pages/offline', 'index.php?option=com_content&view=article&id=11', 'component', -2, 110, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 78, 79, 0, '*', 0),
(123, 'mainmenu', 'Styles', 'styles', '', 'styles', '', 'separator', -2, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_show\":1}', 49, 50, 0, '*', 0),
(124, 'mainmenu', 'Download', 'download', '', 'features/download', 'http://www.rockettheme.com/joomla/templates/denali', 'url', -2, 104, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 64, 65, 0, '*', 0),
(168, 'mainmenu', 'Particles', 'particles', '', 'features/particles', 'index.php?option=com_gantry5&view=custom', 'component', -2, 104, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 242, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 54, 55, 0, '*', 0),
(180, 'mainmenu', 'Layouts', 'sample-layouts', '', 'sample-layouts', '', 'separator', -2, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_show\":1}', 81, 96, 0, '*', 0),
(181, 'mainmenu', 'Fullwidth', 'fullwidth', '', 'sample-layouts/fullwidth', 'index.php?option=com_gantry5&view=custom', 'component', -2, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 236, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 82, 83, 0, '*', 0),
(182, 'mainmenu', 'Left Sidebar', 'left-sidebar', '', 'sample-layouts/left-sidebar', 'index.php?option=com_gantry5&view=custom', 'component', -2, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 234, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 84, 85, 0, '*', 0),
(183, 'mainmenu', 'Right Sidebar', 'right-sidebar', '', 'sample-layouts/right-sidebar', 'index.php?option=com_gantry5&view=custom', 'component', -2, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 237, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 86, 87, 0, '*', 0),
(184, 'mainmenu', 'Two Sidebars', 'two-sidebars', '', 'sample-layouts/two-sidebars', 'index.php?option=com_gantry5&view=custom', 'component', -2, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 239, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 88, 89, 0, '*', 0),
(185, 'mainmenu', 'Rows & Columns', 'rows-columns', '', 'sample-layouts/rows-columns', 'index.php?option=com_gantry5&view=custom', 'component', -2, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 238, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 94, 95, 0, '*', 0),
(186, 'mainmenu', 'Two Sidebars Left', 'two-sidebars-left', '', 'sample-layouts/two-sidebars-left', 'index.php?option=com_gantry5&view=custom', 'component', -2, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 240, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 90, 91, 0, '*', 0),
(187, 'mainmenu', 'Two Sidebars Right', 'two-sidebars-right', '', 'sample-layouts/two-sidebars-right', 'index.php?option=com_gantry5&view=custom', 'component', -2, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 241, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 92, 93, 0, '*', 0),
(206, 'main', 'com_joomlaupdate', 'com-joomlaupdate', '', 'com-joomlaupdate', 'index.php?option=com_joomlaupdate', 'component', 1, 1, 1, 28, 0, '0000-00-00 00:00:00', 0, 1, 'class:joomlaupdate', 0, '{}', 123, 124, 0, '', 1),
(208, 'hidden', 'Responsive Template', 'responsive-template', '', 'responsive-template', 'index.php?option=com_content&view=article&id=15', 'component', 0, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 125, 126, 0, '*', 0),
(211, 'hidden', 'Icon Picker for Icons', 'icon-picker-for-icons', '', 'icon-picker-for-icons', 'index.php?option=com_content&view=article&id=23', 'component', 0, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 127, 128, 0, '*', 0),
(212, 'hidden', 'Color Picker for Colors', 'color-picker-for-colors', '', 'color-picker-for-colors', 'index.php?option=com_content&view=article&id=22', 'component', 0, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 129, 130, 0, '*', 0),
(214, 'hidden', 'Configure Site Layout', 'configure-site-layout', '', 'configure-site-layout', 'index.php?option=com_content&view=article&id=24', 'component', 0, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 131, 132, 0, '*', 0),
(222, 'hidden', 'Style Your Website', 'style-your-website', '', 'style-your-website', 'index.php?option=com_content&view=article&id=26', 'component', 0, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 133, 134, 0, '*', 0),
(223, 'hidden', 'Create Content Particles', 'create-content-particles', '', 'create-content-particles', 'index.php?option=com_content&view=article&id=25', 'component', 0, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 135, 136, 0, '*', 0),
(230, 'main', 'com_associations', 'multilingual-associations', '', 'multilingual-associations', 'index.php?option=com_associations', 'component', 1, 1, 1, 34, 0, '0000-00-00 00:00:00', 0, 1, 'class:associations', 0, '{}', 137, 138, 0, '*', 1),
(252, 'mainmenu', 'ViewPas™', 'viewpas', '', 'viewpas', 'index.php?option=com_content&view=category&layout=blog&id=2', 'component', -2, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"4\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 139, 140, 0, '*', 0),
(253, 'mainmenu', 'ViewPas™', '1viewpas', '', '1viewpas', '', 'heading', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 242, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 13, 28, 0, '*', 0),
(254, 'mainmenu', 'ReFactor FR4', 'refactor-fr4', '', 'our-projects/refactor-fr4', 'index.php?option=com_content&view=article&id=27', 'component', 1, 255, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 36, 37, 0, '*', 0),
(255, 'mainmenu', 'Circular Projects', 'our-projects', '', 'our-projects', '', 'heading', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 35, 42, 0, '*', 0),
(256, 'mainmenu', 'ReAlives Project', 'realives-project', '', 'our-projects/realives-project', 'index.php?option=com_content&view=article&id=28', 'component', 1, 255, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 40, 41, 0, '*', 0),
(257, 'mainmenu', 'Our People', 'our-people', '', 'about-us/our-people', 'index.php?option=com_gantry5&view=custom', 'component', 1, 111, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 32, 33, 0, '*', 0),
(258, 'mainmenu', 'Our Mission', 'our-mission', '', 'about-us/our-mission', 'index.php?option=com_content&view=article&id=29', 'component', 1, 111, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 30, 31, 0, '*', 0),
(259, 'mainmenu', 'Recycling', 'recycling', '', 'recycling', 'index.php?option=com_content&view=article&id=31', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 43, 44, 0, '*', 0),
(268, 'mainmenu', 'Worldwide', 'pfane-worldwide', '', 'pfane-worldwide', 'index.php?option=com_contact&view=category&id=11', 'component', 1, 1, 1, 8, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_subcat_desc\":\"\",\"show_cat_items\":\"\",\"filter_field\":\"0\",\"show_pagination_limit\":\"0\",\"show_headings\":\"\",\"show_image_heading\":\"1\",\"show_position_headings\":\"\",\"show_email_headings\":\"\",\"show_telephone_headings\":\"\",\"show_mobile_headings\":\"\",\"show_fax_headings\":\"\",\"show_suburb_headings\":\"\",\"show_state_headings\":\"\",\"show_country_headings\":\"\",\"show_pagination\":\"2\",\"show_pagination_results\":\"\",\"initial_sort\":\"\",\"presentation_style\":\"tabs\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_misc\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"show_feed_link\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 45, 46, 0, '*', 0),
(269, 'mainmenu', 'Donate', 'donate', '', 'donate', 'index.php?option=com_breezingforms&view=form', 'component', 1, 1, 1, 10195, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"ff_com_name\":\"HelpUs\",\"ff_com_page\":\"1\",\"ff_com_editable\":\"0\",\"ff_com_editable_override\":\"0\",\"ff_com_frame\":\"0\",\"ff_com_border\":\"0\",\"ff_com_align\":\"1\",\"ff_com_left\":\"0\",\"ff_com_top\":\"0\",\"ff_com_parprv\":\"\",\"ff_com_parpub\":\"\",\"ff_com_suffix\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 47, 48, 0, '*', 0),
(270, 'mainmenu', 'Features', 'imageassay', '', '1viewpas/imageassay', 'index.php?option=com_content&view=article&id=15', 'component', 1, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 16, 17, 0, '*', 0),
(271, 'mainmenu', 'Clear Reporting', 'audit-reports', '', '1viewpas/audit-reports', 'index.php?option=com_content&view=article&id=25', 'component', 1, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 20, 21, 0, '*', 0),
(272, 'mainmenu', 'Process Flow', 'process-flow', '', '1viewpas/process-flow', 'index.php?option=com_content&view=article&id=24', 'component', 1, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 22, 23, 0, '*', 0),
(273, 'mainmenu', 'Image Assays', 'supplier-tools', '', '1viewpas/supplier-tools', 'index.php?option=com_content&view=article&id=23', 'component', 1, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 18, 19, 0, '*', 0),
(277, 'mainmenu', 'Pricing', 'demo-signup', '', '1viewpas/demo-signup', 'index.php?option=com_breezingforms&view=form', 'component', 1, 253, 2, 10195, 0, '0000-00-00 00:00:00', 0, 1, ' ', 236, '{\"ff_com_name\":\"ScheduleADemo\",\"ff_com_page\":\"1\",\"ff_com_editable\":\"0\",\"ff_com_editable_override\":\"0\",\"ff_com_frame\":\"0\",\"ff_com_border\":\"0\",\"ff_com_align\":\"1\",\"ff_com_left\":\"0\",\"ff_com_top\":\"0\",\"ff_com_parprv\":\"\",\"ff_com_parpub\":\"\",\"ff_com_suffix\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 24, 25, 0, '*', 0),
(278, 'mainmenu', 'Main', '1viewpas-2', '', '1viewpas/1viewpas-2', 'index.php?option=com_content&view=category&layout=blog&id=10', 'component', 1, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 242, '{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"4\",\"num_columns\":\"4\",\"num_links\":\"4\",\"multi_column_order\":\"1\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 14, 15, 0, '*', 0),
(279, 'mainmenu', 'Book A Demo', 'book-a-demo', '', '1viewpas/book-a-demo', 'index.php?option=com_wrapper&view=wrapper', 'component', 1, 253, 2, 2, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdSbZeNaEAVuH2LFjYog_ng0FS8-mfMYflSKsxiRj3mL8H0LQ\\/viewform?usp=sf_link\",\"scrolling\":\"auto\",\"width\":\"100%\",\"height\":\"500\",\"height_auto\":\"0\",\"add_scheme\":\"1\",\"frameborder\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 26, 27, 0, '*', 0),
(317, 'main', 'COM_BREEZINGFORMS', 'com-breezingforms', '', 'com-breezingforms', 'index.php?option=com_breezingforms', 'component', 1, 1, 1, 10195, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 141, 156, 0, '', 1),
(318, 'main', 'COM_BREEZINGFORMS_MANAGE_RECORDS', 'com-breezingforms-manage-records', '', 'com-breezingforms/com-breezingforms-manage-records', 'index.php?option=com_breezingforms&act=managerecs', 'component', 1, 317, 2, 10195, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 142, 143, 0, '', 1),
(319, 'main', 'COM_BREEZINGFORMS_MANAGE_FORMS', 'com-breezingforms-manage-forms', '', 'com-breezingforms/com-breezingforms-manage-forms', 'index.php?option=com_breezingforms&act=manageforms', 'component', 1, 317, 2, 10195, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 144, 145, 0, '', 1),
(320, 'main', 'COM_BREEZINGFORMS_MANAGE_SCRIPTS', 'com-breezingforms-manage-scripts', '', 'com-breezingforms/com-breezingforms-manage-scripts', 'index.php?option=com_breezingforms&act=managescripts', 'component', 1, 317, 2, 10195, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 146, 147, 0, '', 1),
(321, 'main', 'COM_BREEZINGFORMS_MANAGE_PIECES', 'com-breezingforms-manage-pieces', '', 'com-breezingforms/com-breezingforms-manage-pieces', 'index.php?option=com_breezingforms&act=managepieces', 'component', 1, 317, 2, 10195, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 148, 149, 0, '', 1),
(322, 'main', 'COM_BREEZINGFORMS_INTEGRATOR', 'com-breezingforms-integrator', '', 'com-breezingforms/com-breezingforms-integrator', 'index.php?option=com_breezingforms&act=integrate', 'component', 1, 317, 2, 10195, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 150, 151, 0, '', 1),
(323, 'main', 'COM_BREEZINGFORMS_MANAGE_BACKEND_MENUS', 'com-breezingforms-manage-backend-menus', '', 'com-breezingforms/com-breezingforms-manage-backend-menus', 'index.php?option=com_breezingforms&act=managemenus', 'component', 1, 317, 2, 10195, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 152, 153, 0, '', 1),
(324, 'main', 'COM_BREEZINGFORMS_CONFIGURATION', 'com-breezingforms-configuration', '', 'com-breezingforms/com-breezingforms-configuration', 'index.php?option=com_breezingforms&act=configuration', 'component', 1, 317, 2, 10195, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 154, 155, 0, '', 1),
(325, 'main', 'COM_JCE', 'com-jce', '', 'com-jce', 'index.php?option=com_jce&view=cpanel', 'component', 1, 1, 1, 10200, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_jce/media/img/menu/logo.png', 0, '{}', 157, 166, 0, '', 1),
(326, 'main', 'COM_JCE_MENU_CPANEL', 'com-jce-menu-cpanel', '', 'com-jce/com-jce-menu-cpanel', 'index.php?option=com_jce', 'component', 1, 325, 2, 10200, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 158, 159, 0, '', 1),
(327, 'main', 'COM_JCE_MENU_CONFIG', 'com-jce-menu-config', '', 'com-jce/com-jce-menu-config', 'index.php?option=com_jce&view=config', 'component', 1, 325, 2, 10200, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 160, 161, 0, '', 1),
(328, 'main', 'COM_JCE_MENU_PROFILES', 'com-jce-menu-profiles', '', 'com-jce/com-jce-menu-profiles', 'index.php?option=com_jce&view=profiles', 'component', 1, 325, 2, 10200, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 162, 163, 0, '', 1),
(329, 'main', 'COM_JCE_MENU_FILEBROWSER', 'com-jce-menu-filebrowser', '', 'com-jce/com-jce-menu-filebrowser', 'index.php?option=com_jce&view=browser', 'component', 1, 325, 2, 10200, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 164, 165, 0, '', 1),
(330, 'main', 'COM_GANTRY5', 'com-gantry5', '', 'com-gantry5', 'index.php?option=com_gantry5', 'component', 1, 1, 1, 10048, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 167, 172, 0, '', 1),
(331, 'main', 'COM_GANTRY5_ADMIN_MENU_THEMES', 'com-gantry5-admin-menu-themes', '', 'com-gantry5/com-gantry5-admin-menu-themes', 'index.php?option=com_gantry5&view=themes', 'component', 1, 330, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 168, 169, 0, '', 1),
(332, 'main', 'COM_GANTRY5_ADMIN_MENU_THEME', 'com-gantry5-admin-menu-theme', '', 'com-gantry5/com-gantry5-admin-menu-theme', 'index.php?option=com_gantry5', 'component', 1, 330, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 170, 171, 0, '', 1);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_menu_types`
--

CREATE TABLE `fwzm6_menu_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `menutype` varchar(24) NOT NULL,
  `title` varchar(48) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_menu_types`
--

INSERT INTO `fwzm6_menu_types` (`id`, `asset_id`, `menutype`, `title`, `description`, `client_id`) VALUES
(1, 693, 'mainmenu', 'Main Menu', 'The main menu for the site', 0),
(20, 690, 'hidden', 'Hidden Menu', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_messages`
--

CREATE TABLE `fwzm6_messages` (
  `message_id` int(10) UNSIGNED NOT NULL,
  `user_id_from` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_id_to` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `folder_id` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `priority` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_messages_cfg`
--

CREATE TABLE `fwzm6_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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_modules`
--

CREATE TABLE `fwzm6_modules` (
  `id` int(11) NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `title` varchar(100) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `content` text DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `position` varchar(50) NOT NULL DEFAULT '',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `module` varchar(50) DEFAULT NULL,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `showtitle` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `params` text NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_modules`
--

INSERT INTO `fwzm6_modules` (`id`, `asset_id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(2, 40, 'Login', '', '', 1, 'login', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '', 1, '*'),
(3, 41, 'Popular Articles', '', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_popular', 3, 1, '{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', 1, '*'),
(4, 42, 'Recently Added Articles', '', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_latest', 3, 1, '{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', 1, '*'),
(8, 43, 'Toolbar', '', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_toolbar', 3, 1, '', 1, '*'),
(9, 44, 'Quick Icons', '', '', 1, 'icon', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_quickicon', 3, 1, '', 1, '*'),
(10, 45, 'Logged-in Users', '', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_logged', 3, 1, '{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', 1, '*'),
(12, 46, 'Admin Menu', '', '', 1, 'menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 3, 1, '{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}', 1, '*'),
(13, 47, 'Admin Submenu', '', '', 1, 'submenu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_submenu', 3, 1, '', 1, '*'),
(14, 48, 'User Status', '', '', 2, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_status', 3, 1, '', 1, '*'),
(15, 49, 'Title', '', '', 1, 'title', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_title', 3, 1, '', 1, '*'),
(79, 52, 'Multilanguage status', '', '', 1, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_multilangstatus', 3, 1, '{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}', 1, '*'),
(86, 53, 'Joomla Version', '', '', 1, 'footer', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_version', 3, 1, '{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}', 1, '*'),
(139, 130, 'To Make Your Joomla! Website Offline', '', '<p>To make your Joomla! website unavailable to visitors, replacing it with a simple message, do this:</p>\r\n\r\n<ol>\r\n  <li> Log in to the Administrator back-end.</li>\r\n  <li> Click on the <strong>Global Configuration</strong> button in the main Control Panel or <strong>System &rarr; Global Configuration</strong> in Joomla 3.x.</li>\r\n  <li> There are so many configuration options that they need to be divided into separate groups or tabs.  The <strong>Site</strong> tab, it should be the default first view displayed, if not click on the tab.</li>\r\n  <li> Find where it says <strong>Site Offline</strong> and click the <strong>Yes</strong> button in Joomla 3.x.</li>\r\n  <li><strong>Optional:</strong> Change the <strong>Offline Message</strong> to give your visitors some explanation about why your website is unavailable.</li>\r\n  <li> Click the <strong>Save</strong> toolbar button to implement the new settings:\r\n    <ul>\r\n      <li> The <strong>Save</strong> toolbar button will save your changes and but leave you in Global Configuration.</li>\r\n      <li> The <strong>Save and Close</strong> button will save your changes and return you to the Administrator Control Panel.</li>\r\n    </ul>\r\n  </li>\r\n  <li>You should see a message confirming the settings have been changed.</li>\r\n</ol>', 1, 'extension-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(181, 175, 'Portfolio Info List 2', '', '', 1, 'expanded-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"noborder spaced\\\",\\\"title\\\":\\\"\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-2cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/expanded\\/img-01.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Cuaqum ante augue. Nullam dignissim, felis eu imperdiet feugiat, libero ipsum gravida arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Learn More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Project 1\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/expanded\\/img-02.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Cuaqum ante augue. Nullam dignissim, felis eu imperdiet feugiat, libero ipsum gravida arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Learn More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Project 2\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/expanded\\/img-03.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Cuaqum ante augue. Nullam dignissim, felis eu imperdiet feugiat, libero ipsum gravida arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Learn More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Project 3\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/expanded\\/img-04.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Cuaqum ante augue. Nullam dignissim, felis eu imperdiet feugiat, libero ipsum gravida arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Learn More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Project 4\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(320, 314, 'About Us - What we do', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 0, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"quote\\\",\\\"title\\\":\\\"Our Mission\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/Per_Skurnak_Figure2.jpg\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.\\\\n\\\\n \\\\n\\\\nOur initiatives will close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy.  We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.\\\\n\\\\n \\\\n\\\\nThere are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.\\\\n\\\\n \\\\n\\\\nIt\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.\\\\n\\\\n \\\\n\\\\nWe are using past research, and  are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.  With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.\\\\n\\\\n \\\\n\\\\nPfane Environmental as well as e-waste recyclers worldwide play a crucial role, in reaching the imperative goal of a completely circular economy by 2030.  We must succeed,\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[]}}}\",\"moduleclass_sfx\":\"full\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(482, 476, 'Portfolio Info List', '', '', 1, 'above-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"fa fa-align-justify\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Change the color scheme of your website in seconds with Gantry 5\'s original new Color Picker.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Social Media\\\"},{\\\"icon\\\":\\\"fa fa-bar-chart-o\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Create beautiful content areas on your site without ever touching a text editor.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Web Development\\\"},{\\\"icon\\\":\\\"fa fa-building-o\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Find the perfect font with Gantry 5\'s powerful Font Picker. Powered by the Google Font Index.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Graphic Design\\\"},{\\\"icon\\\":\\\"fa fa-codepen\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Customize menus with ease using Gantry 5\'s Menu Editor. It is simple and powerful.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Customer Relations\\\"},{\\\"icon\\\":\\\"fa fa-file-movie-o\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Customize your site\'s layout with Gantry 5\'s powerful drag-and-drop enabled Layout Manager.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Reliable Resources\\\"},{\\\"icon\\\":\\\"fa fa-industry\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Bring your site to life with the Video Grid particle. Embedded videos have never looked this good.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Music Composition\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(491, 485, 'Portfolio Image Grid FR4', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"imagegrid\\\",\\\"title\\\":\\\"Image Grid\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"cols\\\":\\\"g-imagegrid-4cols\\\",\\\"layout\\\":\\\"g-imagegrid-standard\\\",\\\"album\\\":\\\"clients\\\",\\\"imagegriditems\\\":[{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/fr4\\/P90418-080659.jpg\\\",\\\"caption\\\":\\\"Faux Galaxy Granite\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/2371231-NFRSCBOV-6.jpg\\\",\\\"caption\\\":\\\"Resin and FR4 Sculpture\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/fr4\\/V1-Granite-Table-with-Eames.jpg\\\",\\\"caption\\\":\\\"FR4 Resin TableTops\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/fr4\\/cce7c5838e03813b39869d0a04d12c51.jpg\\\",\\\"caption\\\":\\\"Custom Artistic Furniture\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/best-flooring-for-a-kitchen-stone-claddings-elite-living-oggetto-editoriale-h--and-also-cozy-sets.jpeg\\\",\\\"caption\\\":\\\"WasteMetal Wall Tile\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/c5ubrabcv3l01.jpg\\\",\\\"caption\\\":\\\"Resin and FR4 Art\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/fr4\\/22124-Face-in-Granite-II-Black-Granite-50x25x23-60000-.jpg\\\",\\\"caption\\\":\\\"Faux Granite Statues\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/d987a8b5c573d58fe86461422bce30ab.jpg\\\",\\\"caption\\\":\\\"Back-lit Resin TIles\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/illuminated-countertop.jpg\\\",\\\"caption\\\":\\\"Custom Counter Tops\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/fr4\\/ec7f3830d8be2dd6b96e5c397e5153a9.jpg\\\",\\\"caption\\\":\\\"BoardRoom Tables\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/fr4\\/oceanreeftable1.jpg\\\",\\\"caption\\\":\\\"Custom Table Tops\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/pfane\\/fr4\\/ebbfc25c7ccdbed913ce1dce99f062fd.jpg\\\",\\\"caption\\\":\\\"Backlight Resin Tables\\\"}]}}}\",\"moduleclass_sfx\":\"flush g-portfoliogrid\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(495, 489, 'Pricing - Pricing Table', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"pricingtable\\\",\\\"title\\\":\\\"Pricing Table\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"headertext\\\":\\\"\\\",\\\"footertext\\\":\\\"\\\",\\\"columns\\\":\\\"g-pricingtable-3-col\\\",\\\"tables\\\":[{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"$75\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Choose\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"5 web pages\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"text\\\":\\\"5 mb upload\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"text\\\":\\\"Blog Plugin\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 3\\\"},{\\\"text\\\":\\\" Shop Plugin\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 4\\\"},{\\\"text\\\":\\\" Premium Themes\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 5\\\"},{\\\"text\\\":\\\"Phone Support\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 6\\\"}],\\\"plan\\\":\\\"Bronze\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"Popular\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"$125\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Choose\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"15 web pages\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"text\\\":\\\"15 mb upload\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"text\\\":\\\" Blog Plugin\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 3\\\"},{\\\"text\\\":\\\"Shop Plugin\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 4\\\"},{\\\"text\\\":\\\"Premium Themes\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 5\\\"},{\\\"text\\\":\\\"Phone Support\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 6\\\"}],\\\"plan\\\":\\\"Silver\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"$200\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Choose\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\" 25 web pages\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"text\\\":\\\"25 mb upload\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"text\\\":\\\"Blog Plugin\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 3\\\"},{\\\"text\\\":\\\"Shop Plugin\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 4\\\"},{\\\"text\\\":\\\"Premium Themes\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 5\\\"},{\\\"text\\\":\\\"Phone Support\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 6\\\"}],\\\"plan\\\":\\\"Gold\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(517, 511, 'Header - Mission', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Mission Statement\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.\\\\n\\\\nOur initiatives will close the loop on numerous gaps currently posing problems to the markets ability to realise a circular economy.  We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.\\\\n\\\\nThere are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.\\\\n\\\\nIt\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realised without new solutions.\\\\n\\\\nWe are using past research, and  are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.  With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Mission Statement\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(528, 522, 'Header - Contact us', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"<strong>Get<\\/strong> in Touch!\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"We are looking forward to hear from you.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Get in Touch!\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(536, 530, 'Header - Portfolio', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Portfolio\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"The Menu Editor in Gantry 5 grants you drag and drop controls, for creating columns, adding particles and blocks inline, and reordering.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Portfolio\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(537, 531, 'Header - Offline', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Offline Page\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Offline\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(554, 548, 'About Us - Who we are', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"This is who we are\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/dale.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Founder \\\\\\/ Executive Director<\\\\\\/strong><\\\\\\/br>25 yrs  IT Dev \\\\\\/ Bus Dev.\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/dalescottmarion\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-grey button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Dale Marion\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/david.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Founder \\\\\\/ Executive Director<\\\\\\/strong><\\\\\\/br>33 yrs Business \\\\\\/ Prod Exp\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/david-collins-99ba07180\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"David Collins\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/davidh.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Advisor \\\\\\/ S&P Development<\\\\\\/strong><\\\\\\/br>18 Years - Apple - S&P\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/david-hyland-9643826\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-grey button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"David Hyland\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(585, 584, 'Header - About Us', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"<strong>About<\\/strong> Us\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Pfane Environmental Association is here to help solve the worlds e-waste problem, by developing highly efficient, turn key recycling technologies. Through the philanthropic placement of these technologies in highly polluted and distressed areas globally.  \\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"About Us\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(610, 611, 'Features - Overview', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Features\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"A standard assortment of features are available with Denali. The Gantry 5 Framework provides the foundation for the template\'s feature set, some of which are documented below:\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Overview\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(611, 612, 'Features - Features List', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"pricingtable\\\",\\\"title\\\":\\\"Features List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"headertext\\\":\\\"\\\",\\\"footertext\\\":\\\"\\\",\\\"columns\\\":\\\"g-pricingtable-3-col\\\",\\\"tables\\\":[{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Dropdown\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Navigation\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"A Dropdown Menu system, with inline icons, multiple columns and more.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Menu\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Unlimited\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Layout\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Unlimited positions, with drag and drop add, delete, move and resize capabilities.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Positions\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Variations\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Style\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Enhance positions and particles with stylistic and structural block variations.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Blocks\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Presets\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Style\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Choose from six preset style variations, easily customizable from the admin.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Multiple\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Responsive\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Layout\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Responsive layout that adapts to the viewing device, such as laptop or mobile.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Layout\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Typography\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Style\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Enhance site content with rich typography and FontAwesome icons.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Custom\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Editor\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Menu\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Advanced Menu Editor with drag and drop, multiple columns and more.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Menu\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Layout\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Layout\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"The Layout Manager is an intuitive interface for managing blocks.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Manager\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Settings\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Style\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Unique, and intuitive interface for colors and fonts, with live previews.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"New item\\\"}],\\\"plan\\\":\\\"Settings\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(612, 613, 'Features - Gantry 5 Core Features', '', '', 1, 'extension-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"Gantry 5 Core Features\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Particles are simple user interface blocks that hook seamlessly into Gantry 5\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Powerful Particles System\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Configure and structure your menu hierarchy with our new Menu editor\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Visual Menu Editor\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Easy-to-use drag-n-drop layout manager makes layouts a breeze to create\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Layout Manager\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Made a mistake in the layout manager? No problem, you can easily undo it\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Unlimited Undo\\\\\\/Redo\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Icon Picker, Image Picker, Font Picker, Collections, and much, much more!\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Sophisticated Built-in Fields\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Dynamic compilation of multiple CSS preprocessors is supported in Gantry 5\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"SCSS LESS Support\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Easily add Gantry 5 particles to a location-configurable off-canvas panel\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Off-Canvas Panel\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Gantry 5 uses the super-powerful Twig templating system to build your themes\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Twig-based Templating\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Easily configure Gantry 5 with simple-to-use YAML syntax\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"YAML-based Configuration\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(613, 614, 'Features - System Requirements', '', '', 1, 'expanded-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"System Requirements\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"ViewPas\\u2122 runs flawlessly in Google Chrome, Firefox, Opera, Safari 11+ and MS Edge\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Browsers\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Because ViewPas\\u2122 is cloud based it will run on any system that has a web browser and an internet connection.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"System Requirements\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Our core services are hosted by Google with SSL 4.1 Trident Security turned on.  https address standard providing ultimate uptime and security.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Service and Security\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(614, 615, 'Header - Block Variations', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Variations\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Blocks are self contained structural elements in Gantry 5 that can be particles, positions or spacers. They have several controls, such as sizing, but also allow you to select from a dropdown list of variations, as well as insert your own CSS classes.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Block Variations\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(615, 616, 'Block Variations - Additional Classes Header', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"custom\\\",\\\"title\\\":\\\"Custom HTML\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"html\\\":\\\"<h3 class=\\\\\\\"g-title\\\\\\\">Additional Effects & Classes<\\\\\\/h3>\\\\n<p>A collection of additional variations for structural and subtle stylistic adjustments.\\\\nEffects and classes should be applied to the block within the Layout Manager, rather than in the module parameters, to ensure the desired effect is achieved.<\\\\\\/p>\\\"}}}\",\"moduleclass_sfx\":\"center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*');
INSERT INTO `fwzm6_modules` (`id`, `asset_id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(616, 617, 'Block Variations - Additional Classes List', '', '', 2, 'bottom-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Additional Effects & Classes\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add low opacity to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Disabled\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Center the block content\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Center\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Apply background to the whole block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Outer Box\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Remove outer margin\\\\\\/padding\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Flush\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Align block content to the left\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Align Left\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Align block content to the right\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Align Right\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Remove outer margin\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"No Margin\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Remove outer padding\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"No Padding\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add squared corners to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Square\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add rounded corners to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Rounded\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add a shadow effect to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Shadow 1\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add a shadow effect to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Shadow 2\\\"}]}}}\",\"moduleclass_sfx\":\"center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(637, 641, 'Header - Typography', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Typography\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Denali has an integrated set of typographical elements, for general content as well as platform specific items, to provide a consistent site experience.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Typography\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(638, 642, 'Header - ReClaim', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Project ReClaim\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"ReClaim project helps to bridge gaps between third world countries with less recycling technology and aims to build on site solutions to properly process e-waste at the source, before  contamination of earth, water or air can occur.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 1\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(639, 710, 'About Us - Who we are (2)', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/nauman.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Executive Vice President<\\\\\\/strong>\\\\n<\\\\\\/br>\\\\n25 Years - Government of Canada, IT and Private Sector\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/nauman-kureshy-b804b5175\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Nauman Kureshy\\\"},{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/banham.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Advisor\\\\\\/Digital Marketing<\\\\\\/strong>\\\\n<\\\\\\/br>\\\\n12 Years - CEO Virgin Canada\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/billbanham\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-grey button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Bill Banham\\\"},{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/shane.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Adv \\\\\\/ Special Promotions<\\\\\\/strong>\\\\n<\\\\\\/br>\\\\n10 Years - CEO Sony Entertainment Canada\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/shane-carter-21500237\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Shane Carter\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(640, 711, 'About Us - Who we are (3)', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', -2, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/dale.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"Founder \\/ Executive Director\\\",\\\"description\\\":\\\"25 yrs  IT Dev \\/ Bus Dev.\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/dalescottmarion\\/\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Dale Marion\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/david.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"Founder \\/ Executive Director\\\",\\\"description\\\":\\\"33 yrs Business \\/ Prod Exp\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/david-collins-99ba07180\\/\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"David Collins\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/davidh.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"Advisor \\/ S&P Development\\\",\\\"description\\\":\\\"18 Years - Apple - S&P\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/david-hyland-9643826\\/\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"David Hyland\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(641, 712, 'About Us - Who we are (4)', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', -2, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/dale.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"Founder \\/ Executive Director\\\",\\\"description\\\":\\\"25 yrs  IT Dev \\/ Bus Dev.\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/dalescottmarion\\/\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Dale Marion\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/david.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"Founder \\/ Executive Director\\\",\\\"description\\\":\\\"33 yrs Business \\/ Prod Exp\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/david-collins-99ba07180\\/\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"David Collins\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/davidh.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"Advisor \\/ S&P Development\\\",\\\"description\\\":\\\"18 Years - Apple - S&P\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/david-hyland-9643826\\/\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"David Hyland\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(642, 713, 'About Us - Who we are (5)', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', -2, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/nauman.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Executive Vice President<\\\\\\/strong>\\\\n<\\\\\\/br>\\\\n25 Years - Government of Canada, IT and Private Sector\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/nauman-kureshy-b804b5175\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Nauman Kureshy\\\"},{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/banham.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Advisor\\\\\\/Digital Marketing<\\\\\\/strong>\\\\n<\\\\\\/br>\\\\n12 Years - CEO Virgin Canada\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/billbanham\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-grey button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Bill Banham\\\"},{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/shane.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Adv \\\\\\/ Special Promotions<\\\\\\/strong>\\\\n<\\\\\\/br>\\\\n10 Years - CEO Sony Entertainment Canada\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/shane-carter-21500237\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Shane Carter\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(643, 714, 'About Us - Who we are (6)', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/ybegg1.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\/>Advisor \\/ Foreign Affairs<\\/strong><\\/br>31 Years International Liazon India \\/ Canada\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/naheed-ghazanfar-b9378910\\\",\\\"buttonclass\\\":\\\"button-grey button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Naheed Ghazanfar\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/randy.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\/>Advisor \\/ Media Relations<\\/strong><\\/br>16 Years CEO Universal Music Canada. 8 Years Bell Media.   \\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\/\\/en.wikipedia.org\\/wiki\\/Randy_Lennox\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Randy Lennox\\\"},{\\\"accent\\\":\\\"none\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/raj.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\/>Advisor \\/ Environmental Legislation<\\/strong><\\/br>7 Years - Environment India\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/rajneeshwadhwa\\/\\\",\\\"buttonclass\\\":\\\"button-grey button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Rajneesh Wadhwa\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(644, 715, 'About Us - Who we are (7)', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/OfficePeople\\\\\\/IMG_20191010_115544.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Donation Recruiter<\\\\\\/strong>\\\\n<\\\\\\/br>\\\\nEuropean Funding Manager\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Profile\\\",\\\"buttonlink\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/in\\\\\\/patricia-sirca-928321195\\\\\\/\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Petra Sirca\\\"},{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\\\\\/\\\\\\/pfane\\\\\\/OfficePeople\\\\\\/IMG_20191011_135009.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\\\\\/>Senior Project Manager<\\\\\\/strong>\\\\n<\\\\\\/br>\\\\n8 Years - VP Operations\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Sanda Marion\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(645, 719, 'Header - ViewPas™', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Project ViewPas\\u2122\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Software that allows recyclers to view pertinent information about materials they purchase and process.  Showing real time metal values and hazardous material content allows for the safe recovery and compliance required to process e-waste.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 1\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(646, 720, 'Header - Refactor FR4', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"ReFactor FR4\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"The most sensitive subject in e-waste recycling is the continuous landfilling of millions of tons of circuit board non-metalic fibers.  With numerous studies done on feasibility for new green products, Pfane is now working to manufacture new viable products using this safe, fireproof material.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 1\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(647, 721, 'Header - Project ReAlivez', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"The ReAlives Project\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"reUse, rePair, rePurpose, recycle - the newest mindset for a completely circular economy where electronics are salvaged, repaired, donated to families in need and only when absolutely required, recycled.  We are using technology to teach communities how to repair, make and use previously discarded tech.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 1\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(648, 722, 'Header - E-Waste Recycling', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"E-Waste Recycling\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.  Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 1\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(649, 730, 'Media', '', '', 1, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"video\\\",\\\"title\\\":\\\"Video\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"columns\\\":\\\"3\\\",\\\"items\\\":[{\\\"caption\\\":\\\"\\\",\\\"source\\\":\\\"youtube\\\",\\\"video\\\":\\\"https:\\\\\\/\\\\\\/youtu.be\\\\\\/g3-B6ygNT6c\\\",\\\"local\\\":[],\\\"posterimage\\\":\\\"\\\",\\\"loop\\\":\\\"enabled\\\",\\\"autoplay\\\":\\\"disabled\\\",\\\"controls\\\":\\\"enabled\\\",\\\"info\\\":\\\"disabled\\\",\\\"related\\\":\\\"disabled\\\",\\\"muted\\\":\\\"disabled\\\",\\\"start\\\":\\\"\\\",\\\"title\\\":\\\"New item\\\"},{\\\"caption\\\":\\\"\\\",\\\"source\\\":\\\"youtube\\\",\\\"video\\\":\\\"https:\\\\\\/\\\\\\/youtu.be\\\\\\/WzR79Wv2oJA\\\",\\\"local\\\":[],\\\"posterimage\\\":\\\"\\\",\\\"loop\\\":\\\"enabled\\\",\\\"autoplay\\\":\\\"disabled\\\",\\\"controls\\\":\\\"enabled\\\",\\\"info\\\":\\\"disabled\\\",\\\"related\\\":\\\"disabled\\\",\\\"muted\\\":\\\"enabled\\\",\\\"start\\\":\\\"\\\",\\\"title\\\":\\\"New item\\\"},{\\\"caption\\\":\\\"\\\",\\\"source\\\":\\\"youtube\\\",\\\"video\\\":\\\"\\\",\\\"local\\\":[],\\\"posterimage\\\":\\\"https:\\\\\\/\\\\\\/youtu.be\\\\\\/UyIpG7UJKyI\\\",\\\"loop\\\":\\\"enabled\\\",\\\"autoplay\\\":\\\"disabled\\\",\\\"controls\\\":\\\"enabled\\\",\\\"info\\\":\\\"disabled\\\",\\\"related\\\":\\\"disabled\\\",\\\"muted\\\":\\\"enabled\\\",\\\"start\\\":\\\"\\\",\\\"title\\\":\\\"New item\\\"},{\\\"caption\\\":\\\"\\\",\\\"source\\\":\\\"youtube\\\",\\\"video\\\":\\\"https:\\\\\\/\\\\\\/youtu.be\\\\\\/zA7FKyYHFpc\\\",\\\"local\\\":[],\\\"posterimage\\\":\\\"\\\",\\\"loop\\\":\\\"enabled\\\",\\\"autoplay\\\":\\\"disabled\\\",\\\"controls\\\":\\\"enabled\\\",\\\"info\\\":\\\"disabled\\\",\\\"related\\\":\\\"disabled\\\",\\\"muted\\\":\\\"enabled\\\",\\\"start\\\":\\\"\\\",\\\"title\\\":\\\"New item\\\"},{\\\"caption\\\":\\\"\\\",\\\"source\\\":\\\"youtube\\\",\\\"video\\\":\\\"https:\\\\\\/\\\\\\/youtu.be\\\\\\/MZYLlHiTnNw\\\",\\\"local\\\":[],\\\"posterimage\\\":\\\"\\\",\\\"loop\\\":\\\"disabled\\\",\\\"autoplay\\\":\\\"disabled\\\",\\\"controls\\\":\\\"enabled\\\",\\\"info\\\":\\\"disabled\\\",\\\"related\\\":\\\"disabled\\\",\\\"muted\\\":\\\"enabled\\\",\\\"start\\\":\\\"\\\",\\\"title\\\":\\\"New item\\\"},{\\\"caption\\\":\\\"\\\",\\\"source\\\":\\\"youtube\\\",\\\"video\\\":\\\"https:\\\\\\/\\\\\\/youtu.be\\\\\\/axYKPbr9_MA\\\",\\\"local\\\":[],\\\"posterimage\\\":\\\"\\\",\\\"loop\\\":\\\"disabled\\\",\\\"autoplay\\\":\\\"disabled\\\",\\\"controls\\\":\\\"enabled\\\",\\\"info\\\":\\\"disabled\\\",\\\"related\\\":\\\"disabled\\\",\\\"muted\\\":\\\"enabled\\\",\\\"start\\\":\\\"\\\",\\\"title\\\":\\\"New item\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(650, 731, 'Pfane Video', '', '', 1, 'feature-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"video\\\",\\\"title\\\":\\\"Video\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"columns\\\":\\\"1\\\",\\\"items\\\":[{\\\"caption\\\":\\\"\\\",\\\"source\\\":\\\"youtube\\\",\\\"video\\\":\\\"https:\\\\\\/\\\\\\/youtu.be\\\\\\/dHALb90frr0\\\",\\\"local\\\":[],\\\"posterimage\\\":\\\"\\\",\\\"loop\\\":\\\"enabled\\\",\\\"autoplay\\\":\\\"enabled\\\",\\\"controls\\\":\\\"disabled\\\",\\\"info\\\":\\\"disabled\\\",\\\"related\\\":\\\"disabled\\\",\\\"muted\\\":\\\"disabled\\\",\\\"start\\\":\\\"0\\\",\\\"title\\\":\\\"New item\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(651, 735, 'BreezingForms', '', '', 0, '', 0, '0000-00-00 00:00:00', '2019-04-18 16:52:53', '0000-00-00 00:00:00', 1, 'mod_breezingforms', 1, 1, '', 0, '*');
INSERT INTO `fwzm6_modules` (`id`, `asset_id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(652, 739, 'Enhanced Features', '', '<p>Know the value of your material before you buy or sell.  ViewPas™ offers the unique ability to quantify material quality and value using it\'s ImageAssay™ feature.  </p>\r\n<hr id=\"system-readmore\" />\r\n<table cellpadding=\"80\">\r\n<tbody>\r\n<tr style=\"background-color: #111111; text-align: center;\">\r\n<td>\r\n<h2><img class=\"pull-right\" title=\"ImageAssay\" src=\"images/Viewpas/phone_hand_png232.png\" alt=\"Standard ViewPas \" width=\"235\" height=\"351\" />An E-Waste Verification System In Your Pocket</h2>\r\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas™ ImageAssay™ do the rest.</p>\r\n<p>One of the most unique and sought after features in our e-waste management system is the Image Assay™ feature.  It allows for accurate pricing and metal estimation  using Artificial Intelligence, Machine Learning and Computer Vision.  On Average you can see savings on high end and mid range materials of 22%. In some cases having the information that a simple ImageAssay™ offers, can even double your profits.  </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div id=\"pu27337-4\" class=\"clearfix colelem\" style=\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"u27337-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27337-4_content\">\r\n<h2 style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\">How It Works</h2>\r\n</div>\r\n<div id=\"u27671-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27671-4_content\">\r\n<h2 style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\">96.74% Accuracy</h2>\r\n</div>\r\n<div id=\"u27741-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27741-4_content\">\r\n<h2 style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\">No More Mistakes</h2>\r\n</div>\r\n</div>\r\n<div id=\"pu27344-4\" class=\"clearfix colelem\" style=\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"u27344-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27344-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision</p>\r\n</div>\r\n<div id=\"u27660-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27660-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">With over 7000 items categorized by type, class and age.</p>\r\n</div>\r\n<div id=\"u27730-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27730-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Your bottom Line depends on being able to accurately price e-waste</p>\r\n</div>\r\n</div>\r\n<div id=\"pu27351-4\" class=\"clearfix colelem\" style=\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"u27351-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27351-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.</p>\r\n</div>\r\n<div id=\"u27612-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27612-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.  with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.</p>\r\n</div>\r\n<div id=\"u27682-4\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27682-4_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.</p>\r\n</div>\r\n</div>\r\n<div id=\"pu27780\" class=\"clearfix colelem\" style=\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\">\r\n<div id=\"u27780-bw\" class=\"browser_width grpelem\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\">\r\n<div id=\"u27780\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\">\r\n<div id=\"u27780_align_to_page\" class=\"clearfix\" style=\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\">\r\n<div id=\"u27780_position_content\" class=\"position_content\" style=\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\">\r\n<div id=\"u27812\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27812_content\"><img id=\"u27812_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block;\" src=\"https://pfane.com/viewpas/images/shape.png?crc=4157779089\" alt=\"\" width=\"92\" height=\"28\" /></div>\r\n<div id=\"u27928-19\" class=\"clearfix colelem shared_content\" style=\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u27928-19_content\">\r\n<p id=\"u27928-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\">ViewPas<span id=\"u27928-2\" class=\"superscript\" style=\"vertical-align: super; font-size: 23.76px; line-height: 0px;\">TM</span> Features</p>\r\n<p id=\"u27928-6\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.</p>\r\n<p id=\"u27928-7\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\"> </p>\r\n<p id=\"u27928-15\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\">VIEWPAS<span id=\"u27928-9\" class=\"superscript\" style=\"vertical-align: super; font-size: 9.24px; line-height: 0px;\">TM</span> by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.  We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.  With VIEWPAS<span id=\"u27928-11\" class=\"superscript\" style=\"vertical-align: super; font-size: 9.24px; line-height: 0px;\">TM</span>   our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI/ML.  Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\"u27928-13\" class=\"superscript\" style=\"vertical-align: super; font-size: 9.24px; line-height: 0px;\">TM</span>.</p>\r\n<p id=\"u27928-16\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\"> </p>\r\n<p id=\"u27928-17\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\"> </p>\r\n</div>\r\n<div id=\"u30776\" class=\"clearfix colelem\" style=\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\">\r\n<div id=\"u30670-16\" class=\"clearfix grpelem shared_content\" style=\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u30670-16_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">COLLECTOR / TRADER FEATURES</p>\r\n<p id=\"u30670-3\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\"> </p>\r\n<ul id=\"u30670-14\" class=\"list0 nls-None\" style=\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">\r\n<li id=\"u30670-5\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Accurately value scrap,</li>\r\n<li style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhone Boards, Printer Boards, Manufacturing CutOffs, Gold Plated Blanks, Processors, Laptop Motherboards  with more to come.</li>\r\n<li id=\"u30670-7\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Over 40,000 recognizable electronic components.</li>\r\n<li id=\"u30670-9\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">User Controlled Pricing Association.</li>\r\n<li id=\"u30670-11\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Material tracking from delivery, through separation to resale.</li>\r\n<li id=\"u30670-13\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Extremely User Friendly, Login, Set pricing, Create Image Assays, Email Quotes and keep track of your offers.</li>\r\n</ul>\r\n</div>\r\n<div id=\"u30692-18\" class=\"clearfix grpelem shared_content\" style=\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-content-guid=\"u30692-18_content\">\r\n<p style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">RECYCLING FEATURES</p>\r\n<p id=\"u30692-3\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\"> </p>\r\n<ul id=\"u30692-16\" class=\"list0 nls-None\" style=\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">\r\n<li id=\"u30692-5\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Recycling and Processing Management</li>\r\n<li id=\"u30692-7\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Manage Suppliers, Buyers, Processes, Materials, Pricing.</li>\r\n<li id=\"u30692-9\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Apply Assay driven Precious and Base Metal Pricing</li>\r\n<li id=\"u30692-11\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Real Time Precious and Base Metal Market Status</li>\r\n<li id=\"u30692-13\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Track Raw Materials through Process Flow</li>\r\n<li id=\"u30692-15\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Build full reports on throughput and inventory.</li>\r\n<li style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Automated Consumable Reordering.</li>\r\n<li style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Customized Contract Types (Purchasing / Processing)</li>\r\n<li style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Inventory Manager Login.</li>\r\n<li style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Simple QRcode Material / Load Tagging</li>\r\n<li style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Automated Pricing Based on your personal Business Dynamics</li>\r\n<li style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Automated Supplier Retention System</li>\r\n<li id=\"u30670-13\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\">Branded and Bespoke Solution</li>\r\n<li style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\"></li>\r\n<li style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\"></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"u28034-bw\" class=\"browser_width colelem\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\">\r\n<div id=\"u28034\" style=\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\">\r\n<div id=\"u28034_align_to_page\" class=\"clearfix\" style=\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\">\r\n<div id=\"pu28076\" class=\"clearfix grpelem\" style=\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\">\r\n<div id=\"u28076\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28076\" data-content-guid=\"u28076_content\"><img id=\"u28076_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block;\" src=\"https://pfane.com/viewpas/images/icon1.png?crc=28679356\" alt=\"\" width=\"46\" height=\"46\" /></div>\r\n<div id=\"u28094-6\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28076\" data-content-guid=\"u28094-6_content\">\r\n<p id=\"u28094-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\"><span id=\"u28094\" style=\"color: #3a4d60;\">01</span> <span id=\"u28094-3\">Thorough</span></p>\r\n</div>\r\n<div id=\"u28101-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28076\" data-content-guid=\"u28101-4_content\">\r\n<p id=\"u28101-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.  ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.</p>\r\n</div>\r\n</div>\r\n<div id=\"pu28212\" class=\"clearfix grpelem\" style=\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\">\r\n<div id=\"u28212\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28212\" data-content-guid=\"u28212_content\"><img id=\"u28212_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block;\" src=\"https://pfane.com/viewpas/images/icon2.png?crc=89454292\" alt=\"\" width=\"44\" height=\"44\" /></div>\r\n<div id=\"u28201-6\" class=\"clearfix colelem shared_content\" style=\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28212\" data-content-guid=\"u28201-6_content\">\r\n<p id=\"u28201-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\"><span id=\"u28201\" style=\"color: #3a4d60;\">02</span> <span id=\"u28201-3\">Process Mapping</span></p>\r\n</div>\r\n<div id=\"u28186-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28212\" data-content-guid=\"u28186-4_content\">\r\n<p id=\"u28186-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">With every truck of materials you receive, there is always something to do.  Weather your team sorts, shreds, mills, extracts components or simply loads a container.  ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.</p>\r\n</div>\r\n</div>\r\n<div id=\"pu28238\" class=\"clearfix grpelem\" style=\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\">\r\n<div id=\"u28238\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28238\" data-content-guid=\"u28238_content\"><img id=\"u28238_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\" src=\"https://pfane.com/viewpas/images/icon3.png?crc=521941071\" alt=\"\" width=\"46\" height=\"38\" /></div>\r\n<div id=\"u28265-6\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28238\" data-content-guid=\"u28265-6_content\">\r\n<p id=\"u28265-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\"><span id=\"u28265\" style=\"color: #3a4d60;\">03</span> <span id=\"u28265-3\">Bespoke</span></p>\r\n</div>\r\n<div id=\"u28276-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28238\" data-content-guid=\"u28276-4_content\">\r\n<p id=\"u28276-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.  From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.</p>\r\n</div>\r\n</div>\r\n<div id=\"pu28324\" class=\"clearfix grpelem\" style=\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\">\r\n<div id=\"u28324\" class=\"clip_frame colelem shared_content\" style=\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28324\" data-content-guid=\"u28324_content\"><img id=\"u28324_img\" class=\"block\" style=\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\" src=\"https://pfane.com/viewpas/images/icon4.png?crc=334806323\" alt=\"\" width=\"38\" height=\"38\" /></div>\r\n<div id=\"u28313-6\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28324\" data-content-guid=\"u28313-6_content\">\r\n<p id=\"u28313-4\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\"><span id=\"u28313\" style=\"color: #3a4d60;\">04</span> <span id=\"u28313-3\">Intelligent</span></p>\r\n</div>\r\n<div id=\"u28298-4\" class=\"clearfix colelem shared_content\" style=\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\" data-sizepolicy=\"fixed\" data-pintopage=\"page_fixedCenter\" data-leftadjustmentdoneby=\"pu28324\" data-content-guid=\"u28298-4_content\">\r\n<p id=\"u28298-2\" style=\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\">Using the latest AI means that our solution is continually being improved.  We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.  It will be the only software you need to manage the processes in your e-waste facility.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 1, 'showcase-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(653, 741, 'ViewPas™ Sales / Support', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2019-04-10 19:38:36', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 1, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_blank\\\",\\\"subcontents\\\":[{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/OfficePeople\\/IMG_20191010_120246.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\/>Software Sales<\\/strong>\\\\n<\\/br>\\\\nVP Worldwide Sales and Support.\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Connect\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/mihai-oltean-8a97b0191\\/\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Mike Oltean\\\"},{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/OfficePeople\\/IMG_20191010_115255.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\/>Software Sales<\\/strong>\\\\n<\\/br>\\\\nVP Worldwide Sales and Support.\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Connect\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/steven-bathori-4b3253193\\/\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Steven Bathori\\\"},{\\\"accent\\\":\\\"accent3\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/pfane\\/OfficePeople\\/IMG_20191010_115445.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"<strong\\/>Software Sales<\\/strong>\\\\n<\\/br>\\\\nVP Worldwide Sales and Support.\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"Connect\\\",\\\"buttonlink\\\":\\\"https:\\/\\/www.linkedin.com\\/in\\/fernando-varga-88b297195\\/\\\",\\\"buttonclass\\\":\\\"button-small\\\",\\\"buttontarget\\\":\\\"_blank\\\",\\\"name\\\":\\\"Fernando Varga\\\"}]}}}\",\"moduleclass_sfx\":\"title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_modules_menu`
--

CREATE TABLE `fwzm6_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT 0,
  `menuid` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_modules_menu`
--

INSERT INTO `fwzm6_modules_menu` (`moduleid`, `menuid`) VALUES
(2, 0),
(3, 0),
(4, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0),
(10, 0),
(12, 0),
(13, 0),
(14, 0),
(15, 0),
(79, 0),
(86, 0),
(139, 122),
(181, 115),
(320, 111),
(482, 115),
(491, 254),
(495, 114),
(517, 114),
(528, 119),
(536, 115),
(537, 122),
(554, 257),
(585, 111),
(610, 105),
(612, 105),
(613, 270),
(614, 107),
(615, 107),
(616, 107),
(637, 106),
(638, 118),
(638, 208),
(638, 211),
(638, 212),
(638, 214),
(638, 222),
(638, 223),
(639, 257),
(640, 111),
(641, 111),
(642, 111),
(643, 257),
(644, 257),
(645, 253),
(646, 208),
(646, 211),
(646, 212),
(646, 214),
(646, 222),
(646, 223),
(646, 254),
(647, 208),
(647, 211),
(647, 212),
(647, 214),
(647, 222),
(647, 223),
(647, 256),
(648, 208),
(648, 211),
(648, 212),
(648, 214),
(648, 222),
(648, 223),
(649, 118),
(650, 118),
(652, 270),
(653, 257);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_newsfeeds`
--

CREATE TABLE `fwzm6_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT 0,
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `link` varchar(2048) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `numarticles` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `cache_time` int(10) UNSIGNED NOT NULL DEFAULT 3600,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `rtl` tinyint(4) NOT NULL DEFAULT 0,
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `description` text NOT NULL,
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `images` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_overrider`
--

CREATE TABLE `fwzm6_overrider` (
  `id` int(10) NOT NULL COMMENT 'Primary Key',
  `constant` varchar(255) NOT NULL,
  `string` text NOT NULL,
  `file` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_postinstall_messages`
--

CREATE TABLE `fwzm6_postinstall_messages` (
  `postinstall_message_id` bigint(20) UNSIGNED NOT NULL,
  `extension_id` bigint(20) NOT NULL DEFAULT 700 COMMENT 'FK to #__extensions',
  `title_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
  `description_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for description',
  `action_key` varchar(255) NOT NULL DEFAULT '',
  `language_extension` varchar(255) NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
  `language_client_id` tinyint(3) NOT NULL DEFAULT 1,
  `type` varchar(10) NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
  `action_file` varchar(255) DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
  `action` varchar(255) DEFAULT '' COMMENT 'Action method name or URL',
  `condition_file` varchar(255) DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
  `condition_method` varchar(255) DEFAULT NULL COMMENT 'Display condition method, must return boolean',
  `version_introduced` varchar(50) NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
  `enabled` tinyint(3) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_postinstall_messages`
--

INSERT INTO `fwzm6_postinstall_messages` (`postinstall_message_id`, `extension_id`, `title_key`, `description_key`, `action_key`, `language_extension`, `language_client_id`, `type`, `action_file`, `action`, `condition_file`, `condition_method`, `version_introduced`, `enabled`) VALUES
(1, 700, 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE', 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY', 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION', 'plg_twofactorauth_totp', 1, 'action', 'site://plugins/twofactorauth/totp/postinstall/actions.php', 'twofactorauth_postinstall_action', 'site://plugins/twofactorauth/totp/postinstall/actions.php', 'twofactorauth_postinstall_condition', '3.2.0', 0),
(2, 700, 'COM_CPANEL_WELCOME_BEGINNERS_TITLE', 'COM_CPANEL_WELCOME_BEGINNERS_MESSAGE', '', 'com_cpanel', 1, 'message', '', '', '', '', '3.2.0', 0),
(3, 700, 'COM_CPANEL_MSG_STATS_COLLECTION_TITLE', 'COM_CPANEL_MSG_STATS_COLLECTION_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/statscollection.php', 'admin_postinstall_statscollection_condition', '3.5.0', 0),
(4, 700, 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME', 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY', 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION', 'plg_system_updatenotification', 1, 'action', 'site://plugins/system/updatenotification/postinstall/updatecachetime.php', 'updatecachetime_postinstall_action', 'site://plugins/system/updatenotification/postinstall/updatecachetime.php', 'updatecachetime_postinstall_condition', '3.6.3', 0),
(5, 700, 'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_TITLE', 'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/joomla40checks.php', 'admin_postinstall_joomla40checks_condition', '3.7.0', 0),
(6, 700, 'TPL_HATHOR_MESSAGE_POSTINSTALL_TITLE', 'TPL_HATHOR_MESSAGE_POSTINSTALL_BODY', 'TPL_HATHOR_MESSAGE_POSTINSTALL_ACTION', 'tpl_hathor', 1, 'action', 'admin://templates/hathor/postinstall/hathormessage.php', 'hathormessage_postinstall_action', 'admin://templates/hathor/postinstall/hathormessage.php', 'hathormessage_postinstall_condition', '3.7.0', 0),
(7, 700, 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_TITLE', 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_BODY', 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_ACTION', 'plg_captcha_recaptcha', 1, 'action', 'site://plugins/captcha/recaptcha/postinstall/actions.php', 'recaptcha_postinstall_action', 'site://plugins/captcha/recaptcha/postinstall/actions.php', 'recaptcha_postinstall_condition', '3.8.6', 0),
(8, 700, 'COM_ACTIONLOGS_POSTINSTALL_TITLE', 'COM_ACTIONLOGS_POSTINSTALL_BODY', '', 'com_actionlogs', 1, 'message', '', '', '', '', '3.9.0', 0),
(9, 700, 'COM_PRIVACY_POSTINSTALL_TITLE', 'COM_PRIVACY_POSTINSTALL_BODY', '', 'com_privacy', 1, 'message', '', '', '', '', '3.9.0', 0),
(10, 700, 'COM_CPANEL_MSG_TEXTFILTER3919_TITLE', 'COM_CPANEL_MSG_TEXTFILTER3919_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/textfilter3919.php', 'admin_postinstall_textfilter3919_condition', '3.9.19', 0),
(11, 700, 'COM_CPANEL_MSG_HTACCESSSVG_TITLE', 'COM_CPANEL_MSG_HTACCESSSVG_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/htaccesssvg.php', 'admin_postinstall_htaccesssvg_condition', '3.9.21', 0);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_privacy_consents`
--

CREATE TABLE `fwzm6_privacy_consents` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `state` int(10) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `remind` tinyint(4) NOT NULL DEFAULT 0,
  `token` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_privacy_requests`
--

CREATE TABLE `fwzm6_privacy_requests` (
  `id` int(10) UNSIGNED NOT NULL,
  `email` varchar(100) NOT NULL DEFAULT '',
  `requested_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `request_type` varchar(25) NOT NULL DEFAULT '',
  `confirm_token` varchar(100) NOT NULL DEFAULT '',
  `confirm_token_created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_redirect_links`
--

CREATE TABLE `fwzm6_redirect_links` (
  `id` int(10) UNSIGNED NOT NULL,
  `old_url` varchar(2048) NOT NULL,
  `new_url` varchar(2048) DEFAULT NULL,
  `referer` varchar(2048) NOT NULL,
  `comment` varchar(255) NOT NULL DEFAULT '',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `header` smallint(3) NOT NULL DEFAULT 301
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_schemas`
--

CREATE TABLE `fwzm6_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_schemas`
--

INSERT INTO `fwzm6_schemas` (`extension_id`, `version_id`) VALUES
(700, '3.9.21-2020-08-02');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_session`
--

CREATE TABLE `fwzm6_session` (
  `session_id` varbinary(192) NOT NULL,
  `client_id` tinyint(3) UNSIGNED DEFAULT NULL,
  `guest` tinyint(3) UNSIGNED DEFAULT 1,
  `time` int(11) NOT NULL DEFAULT 0,
  `data` mediumtext DEFAULT NULL,
  `userid` int(11) DEFAULT 0,
  `username` varchar(150) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_session`
--

INSERT INTO `fwzm6_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
(0x3064353436326466313461633739313838313162303232333736633138306566, 0, 1, 1600819221, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgxOTIyMTtzOjQ6Imxhc3QiO2k6MTYwMDgxOTIyMTtzOjM6Im5vdyI7aToxNjAwODE5MjIxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3130643936373036653634363532353334386263663837343533646562343061, 0, 1, 1600815795, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgxNTc5NTtzOjQ6Imxhc3QiO2k6MTYwMDgxNTc5NTtzOjM6Im5vdyI7aToxNjAwODE1Nzk1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3133333537663961346563393265336562326137613563376637333261303162, 0, 1, 1600806183, 'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwNjE4MjtzOjQ6Imxhc3QiO2k6MTYwMDgwNjE4MjtzOjM6Im5vdyI7aToxNjAwODA2MTgyO31zOjU6InRva2VuIjtzOjMyOiJoR0tSVUhKVHdTTFZZMDZ2UFBwSlJCOUIzVkN6alVOQyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3264343936333032333431343361383266313233316331356635666362613966, 0, 1, 1600799310, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5OTMxMDtzOjQ6Imxhc3QiO2k6MTYwMDc5OTMxMDtzOjM6Im5vdyI7aToxNjAwNzk5MzEwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3334383036346265646266636330353838353939353666616362336139356164, 0, 1, 1600796996, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5Njk5NTtzOjQ6Imxhc3QiO2k6MTYwMDc5Njk5NTtzOjM6Im5vdyI7aToxNjAwNzk2OTk1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3364643263653963646639393565366532376132643563326261636265303132, 0, 1, 1600804356, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwNDM1NjtzOjQ6Imxhc3QiO2k6MTYwMDgwNDM1NjtzOjM6Im5vdyI7aToxNjAwODA0MzU2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3432353663353662303266383736616337643339636531316534656335616664, 0, 1, 1600809046, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwOTA0NjtzOjQ6Imxhc3QiO2k6MTYwMDgwOTA0NjtzOjM6Im5vdyI7aToxNjAwODA5MDQ2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3439393534636532326532646638316462373665356662313337616264653834, 0, 1, 1600795706, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5NTcwNjtzOjQ6Imxhc3QiO2k6MTYwMDc5NTcwNjtzOjM6Im5vdyI7aToxNjAwNzk1NzA2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjEwLjE3OS44MC42NiI7fXM6NToidG9rZW4iO3M6MzI6ImRKZHN6bXNYYjI3U0VGcW1sSGJPdko0RnJucDRrbmtiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3462373965626539373937643363653038346633363035343565386361646232, 0, 1, 1600790766, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5MDc2NjtzOjQ6Imxhc3QiO2k6MTYwMDc5MDc2NjtzOjM6Im5vdyI7aToxNjAwNzkwNzY2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjEwLjE3OS44MC4yNDUiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3535343535656466363731343163653030653139323233646339346532366262, 0, 1, 1600805111, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwNTExMTtzOjQ6Imxhc3QiO2k6MTYwMDgwNTExMTtzOjM6Im5vdyI7aToxNjAwODA1MTExO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3562363035666631356334666464333938306261613065643836353932316132, 0, 1, 1600799309, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5OTMwOTtzOjQ6Imxhc3QiO2k6MTYwMDc5OTMwOTtzOjM6Im5vdyI7aToxNjAwNzk5MzA5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3563346436613731356538383534656261313332326436343834613333303332, 0, 1, 1600791382, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5MTM4MTtzOjQ6Imxhc3QiO2k6MTYwMDc5MTM4MTtzOjM6Im5vdyI7aToxNjAwNzkxMzgxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3632396362396337376539313363626666643661303465376135336230336136, 0, 1, 1600795471, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5NTQ3MTtzOjQ6Imxhc3QiO2k6MTYwMDc5NTQ3MTtzOjM6Im5vdyI7aToxNjAwNzk1NDcxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3734303234373632623137396230313939633936373635633461353235343863, 0, 1, 1600802814, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwMjgxMztzOjQ6Imxhc3QiO2k6MTYwMDgwMjgxMztzOjM6Im5vdyI7aToxNjAwODAyODEzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjEwLjE3OS44MC4xNTYiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3763633534383831376438616466326238333164616337636636363165333437, 0, 1, 1600799308, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5OTMwODtzOjQ6Imxhc3QiO2k6MTYwMDc5OTMwODtzOjM6Im5vdyI7aToxNjAwNzk5MzA4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3838613831353534666237316331623565663936616637353837633562646261, 0, 1, 1600800747, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwMDc0NztzOjQ6Imxhc3QiO2k6MTYwMDgwMDc0NztzOjM6Im5vdyI7aToxNjAwODAwNzQ3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3961633036646632393062323437376565313232383631616366623264653232, 0, 1, 1600819219, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgxOTIxOTtzOjQ6Imxhc3QiO2k6MTYwMDgxOTIxOTtzOjM6Im5vdyI7aToxNjAwODE5MjE5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6234373539636539343239643564653530363263306462646133393738386164, 0, 1, 1600818193, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgxODE5MztzOjQ6Imxhc3QiO2k6MTYwMDgxODE5MztzOjM6Im5vdyI7aToxNjAwODE4MTkzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6235366631393134386337346339343630643639353736316639653065626236, 0, 1, 1600790655, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5MDY1NTtzOjQ6Imxhc3QiO2k6MTYwMDc5MDY1NTtzOjM6Im5vdyI7aToxNjAwNzkwNjU1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6237393238626334636530326264616463613866663130363833653931336361, 0, 1, 1600807464, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwNzQ2NDtzOjQ6Imxhc3QiO2k6MTYwMDgwNzQ2NDtzOjM6Im5vdyI7aToxNjAwODA3NDY0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjEwLjE3OS44MC4xNzgiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6330333334646664326131626465396661343035636636323136326531366565, 0, 1, 1600817183, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgxNzE4MztzOjQ6Imxhc3QiO2k6MTYwMDgxNzE4MztzOjM6Im5vdyI7aToxNjAwODE3MTgzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjEwLjE3OS40LjY4Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6332343364386261653835653332393861383066356565386665613561653765, 0, 1, 1600793353, 'joomla|s:812:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5MzM1MztzOjQ6Imxhc3QiO2k6MTYwMDc5MzM1MztzOjM6Im5vdyI7aToxNjAwNzkzMzUzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImNvbV9jb250YWN0IjtPOjg6InN0ZENsYXNzIjoxOntzOjc6ImNvbnRhY3QiO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZGF0YSI7YToxOntzOjU6ImNhdGlkIjtzOjI6IjExIjt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6366653237393339333665383031303630376238666663616638623261623365, 0, 1, 1600796996, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDc5Njk5NTtzOjQ6Imxhc3QiO2k6MTYwMDc5Njk5NTtzOjM6Im5vdyI7aToxNjAwNzk2OTk1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6465646363383830613931643538663664326637616531623235323161326166, 0, 1, 1600804353, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwNDM1MztzOjQ6Imxhc3QiO2k6MTYwMDgwNDM1MztzOjM6Im5vdyI7aToxNjAwODA0MzUzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6538653461336139383932313461393130343330323533616662353465626561, 0, 1, 1600809832, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwOTgzMTtzOjQ6Imxhc3QiO2k6MTYwMDgwOTgzMTtzOjM6Im5vdyI7aToxNjAwODA5ODMxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6637313462393038326638333762343834626634386363363438666163346333, 0, 1, 1600819223, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgxOTIyMjtzOjQ6Imxhc3QiO2k6MTYwMDgxOTIyMjtzOjM6Im5vdyI7aToxNjAwODE5MjIyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6664623636383235653139393237313034363665636535383964653138646334, 0, 1, 1600815769, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgxNTc2OTtzOjQ6Imxhc3QiO2k6MTYwMDgxNTc2OTtzOjM6Im5vdyI7aToxNjAwODE1NzY5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6666346661313237666533306662336436643437343930303634303138626566, 0, 1, 1600804355, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYwMDgwNDM1NDtzOjQ6Imxhc3QiO2k6MTYwMDgwNDM1NDtzOjM6Im5vdyI7aToxNjAwODA0MzU0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_tags`
--

CREATE TABLE `fwzm6_tags` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `lft` int(11) NOT NULL DEFAULT 0,
  `rgt` int(11) NOT NULL DEFAULT 0,
  `level` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `path` varchar(400) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL,
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_tags`
--

INSERT INTO `fwzm6_tags` (`id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `created_by_alias`, `modified_user_id`, `modified_time`, `images`, `urls`, `hits`, `language`, `version`, `publish_up`, `publish_down`) VALUES
(1, 0, 0, 1, 0, '', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 237, '2019-04-10 19:38:36', '', 0, '0000-00-00 00:00:00', '', '', 0, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_template_styles`
--

CREATE TABLE `fwzm6_template_styles` (
  `id` int(10) UNSIGNED NOT NULL,
  `template` varchar(50) NOT NULL DEFAULT '',
  `client_id` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `home` char(7) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `params` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_template_styles`
--

INSERT INTO `fwzm6_template_styles` (`id`, `template`, `client_id`, `home`, `title`, `params`) VALUES
(4, 'beez3', 0, '0', 'Beez3 - Default', '{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/joomla_black.gif\",\"sitetitle\":\"Joomla!\",\"sitedescription\":\"Open Source Content Management\",\"navposition\":\"left\",\"templatecolor\":\"personal\",\"html5\":\"0\"}'),
(5, 'hathor', 1, '0', 'Hathor - Default', '{\"showSiteName\":\"0\",\"colourChoice\":\"\",\"boldText\":\"0\"}'),
(7, 'protostar', 0, '0', 'protostar - Default', '{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}'),
(8, 'isis', 1, '1', 'isis - Default', '{\"templateColor\":\"\",\"logoFile\":\"\"}'),
(232, 'rt_denali', 0, '1', 'Denali - Default', '{\"configuration\":\"232\",\"preset\":\"default\"}'),
(233, 'rt_denali', 0, '0', 'Denali - Home', '{\"configuration\":\"233\",\"preset\":\"home\"}'),
(234, 'rt_denali', 0, '0', 'Denali - Left Sidebar', '{\"configuration\":\"234\",\"preset\":\"left_sidebar\"}'),
(235, 'rt_denali', 0, '0', 'Denali - Coming Soon', '{\"configuration\":\"235\",\"preset\":\"coming_soon\"}'),
(236, 'rt_denali', 0, '0', 'Denali - Fullwidth', '{\"configuration\":\"236\",\"preset\":\"fullwidth\"}'),
(237, 'rt_denali', 0, '0', 'Denali - Right Sidebar', '{\"configuration\":\"237\",\"preset\":\"right_sidebar\"}'),
(238, 'rt_denali', 0, '0', 'Denali - Rows And Columns', '{\"configuration\":\"238\",\"preset\":\"rows_and_columns\"}'),
(239, 'rt_denali', 0, '0', 'Denali - Two Sidebars', '{\"configuration\":\"239\",\"preset\":\"two_sidebars\"}'),
(240, 'rt_denali', 0, '0', 'Denali - Two Sidebars Left', '{\"configuration\":\"240\",\"preset\":\"two_sidebars_left\"}'),
(241, 'rt_denali', 0, '0', 'Denali - Two Sidebars Right', '{\"configuration\":\"241\",\"preset\":\"two_sidebars_right\"}'),
(242, 'rt_denali', 0, '0', 'Denali - Particles', '{\"configuration\":\"242\",\"preset\":\"particles\"}');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_ucm_base`
--

CREATE TABLE `fwzm6_ucm_base` (
  `ucm_id` int(10) UNSIGNED NOT NULL,
  `ucm_item_id` int(10) NOT NULL,
  `ucm_type_id` int(11) NOT NULL,
  `ucm_language_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_ucm_content`
--

CREATE TABLE `fwzm6_ucm_content` (
  `core_content_id` int(10) UNSIGNED NOT NULL,
  `core_type_alias` varchar(400) NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(400) NOT NULL DEFAULT '',
  `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `core_body` mediumtext DEFAULT NULL,
  `core_state` tinyint(1) NOT NULL DEFAULT 0,
  `core_checked_out_time` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_checked_out_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_params` text DEFAULT NULL,
  `core_featured` tinyint(4) UNSIGNED NOT NULL DEFAULT 0,
  `core_metadata` varchar(2048) NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `core_created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_modified_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Most recent user that modified',
  `core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_language` char(7) NOT NULL DEFAULT '',
  `core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_content_item_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ID from the individual type table',
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `core_images` text DEFAULT NULL,
  `core_urls` text DEFAULT NULL,
  `core_hits` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_version` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `core_ordering` int(11) NOT NULL DEFAULT 0,
  `core_metakey` text DEFAULT NULL,
  `core_metadesc` text DEFAULT NULL,
  `core_catid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_ucm_history`
--

CREATE TABLE `fwzm6_ucm_history` (
  `version_id` int(10) UNSIGNED NOT NULL,
  `ucm_item_id` int(10) UNSIGNED NOT NULL,
  `ucm_type_id` int(10) UNSIGNED NOT NULL,
  `version_note` varchar(255) NOT NULL DEFAULT '' COMMENT 'Optional version name',
  `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `character_count` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Number of characters in this version.',
  `sha1_hash` varchar(50) NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
  `version_data` mediumtext NOT NULL COMMENT 'json-encoded string of version data',
  `keep_forever` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=auto delete; 1=keep'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_ucm_history`
--

INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(1, 12, 5, '', '2019-04-14 21:05:10', 237, 569, '9a7ef262203a07f6a5a071c974efd577a0321f4f', '{\"id\":12,\"asset_id\":716,\"parent_id\":\"1\",\"lft\":\"19\",\"rgt\":20,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Project ReClaim\",\"alias\":\"project-reclaim\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"237\",\"created_time\":\"2019-04-14 21:05:10\",\"modified_user_id\":null,\"modified_time\":\"2019-04-14 21:05:10\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}', 0),
(2, 22, 1, '', '2019-04-14 21:08:10', 237, 1966, 'ca7b1a1be7b735041aebf9b8614a89b7106014a4', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"ReClaim Earth\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>This is ReClaim Earth Content<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-14 21:08:10\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-14 21:05:24\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/how-e-waste-is-harmful-to-your-health-1.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/how-e-waste-is-harmful-to-your-health-1.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(3, 22, 1, '', '2019-04-14 21:08:24', 237, 1966, '18e8004674831894caaeb35674466dcede3faf20', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"ReClaim Earth\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>This is ReClaim Earth Content<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-14 21:08:24\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-14 21:08:10\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/how-e-waste-is-harmful-to-your-health-1.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/how-e-waste-is-harmful-to-your-health-1.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(4, 13, 5, '', '2019-04-15 06:44:28', 237, 575, '5d8a2f6f84776ac2d8390409fb1b91179ba0dcd1', '{\"id\":13,\"asset_id\":717,\"parent_id\":\"1\",\"lft\":\"21\",\"rgt\":22,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Project ViewPas\\u2122\",\"alias\":\"project-viewpas\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"237\",\"created_time\":\"2019-04-15 06:44:28\",\"modified_user_id\":null,\"modified_time\":\"2019-04-15 06:44:28\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}', 0),
(5, 14, 5, '', '2019-04-15 06:44:53', 237, 563, '58fff6547bfa780167d9e7fa08159035ff113584', '{\"id\":14,\"asset_id\":718,\"parent_id\":\"1\",\"lft\":\"23\",\"rgt\":24,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Refactor FR4\",\"alias\":\"refactor-fr4\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"237\",\"created_time\":\"2019-04-15 06:44:53\",\"modified_user_id\":null,\"modified_time\":\"2019-04-15 06:44:53\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}', 0),
(6, 14, 5, '', '2019-04-15 06:44:55', 237, 599, 'a2db9d6d62cce2860c22d3deda0df50524f02b46', '{\"id\":14,\"asset_id\":\"718\",\"parent_id\":\"1\",\"lft\":\"23\",\"rgt\":\"24\",\"level\":\"1\",\"path\":\"refactor-fr4\",\"extension\":\"com_content\",\"title\":\"Refactor FR4\",\"alias\":\"refactor-fr4\",\"note\":\"\",\"description\":\"\\t\",\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 06:44:53\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"237\",\"created_time\":\"2019-04-15 06:44:53\",\"modified_user_id\":\"237\",\"modified_time\":\"2019-04-15 06:44:55\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}', 0),
(7, 26, 1, '', '2019-04-15 06:55:10', 237, 4064, '3bd61ba8b56ce5dbd0293037436d6a55242ed919', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"The Need To Act Now\",\"alias\":\"style-your-website\",\"introtext\":\"<p>Pfane\\u2019s ReClaim\\u2122 project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.<\\/p>\\r\\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have\\u00a0developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.\\u00a0 Which is freely placed in distressed areas dealing with over pollution from e-waste.<\\/p>\\r\\n<p>The ongoing, practice of dumping \\\"close to\\\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.<\\/p>\\r\\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.<\\/p>\\r\\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online. \\u00a0By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day. \\u00a0<\\/p>\\r\\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane\\u2019s project initiatives. \\u00a0It\\u2019s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup. \\u00a0The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters. \\u00a0<\\/p>\\r\\n<p>This project is the culmination of all of our projects. \\u00a0It is our passion to see this through. <\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 06:55:10\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 06:45:06\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-06.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/rocketlauncher\\\\\\/pages\\\\\\/blog\\\\\\/img-06.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(8, 26, 1, '', '2019-04-15 06:58:59', 237, 4021, 'b757c136cf159dd51ed1e4675053e338e9ea1c20', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"The Need To Act Now\",\"alias\":\"style-your-website\",\"introtext\":\"<p>Pfane\\u2019s ReClaim\\u2122 project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.<\\/p>\\r\\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have\\u00a0developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.\\u00a0 Which is freely placed in distressed areas dealing with over pollution from e-waste.<\\/p>\\r\\n<p>The ongoing, practice of dumping \\\"close to\\\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.<\\/p>\\r\\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.<\\/p>\\r\\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online. \\u00a0By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day. \\u00a0<\\/p>\\r\\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane\\u2019s project initiatives. \\u00a0It\\u2019s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup. \\u00a0The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters. \\u00a0<\\/p>\\r\\n<p>This project is the culmination of all of our projects. \\u00a0It is our passion to see this through.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 06:58:59\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 06:55:10\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(9, 26, 1, '', '2019-04-15 06:59:31', 237, 4021, 'dedfcd08fc1c5e1194d5f03d39a863758c9805a4', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"The Need To Act Now\",\"alias\":\"style-your-website\",\"introtext\":\"<p>Pfane\\u2019s ReClaim\\u2122 project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.<\\/p>\\r\\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have\\u00a0developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.\\u00a0 Which is freely placed in distressed areas dealing with over pollution from e-waste.<\\/p>\\r\\n<p>The ongoing, practice of dumping \\\"close to\\\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.<\\/p>\\r\\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.<\\/p>\\r\\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online. \\u00a0By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day. \\u00a0<\\/p>\\r\\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane\\u2019s project initiatives. \\u00a0It\\u2019s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup. \\u00a0The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters. \\u00a0<\\/p>\\r\\n<p>This project is the culmination of all of our projects. \\u00a0It is our passion to see this through.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 06:59:31\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 06:59:14\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(10, 26, 1, '', '2019-04-15 07:05:57', 237, 4059, '25bda336335fe0720bfd9d73cbdfcd74049a8331', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"The Need To Act Now\",\"alias\":\"style-your-website\",\"introtext\":\"<p>Pfane\\u2019s ReClaim\\u2122 project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.<\\/p>\\r\\n<hr class=\\\"system-pagebreak\\\" \\/>\\r\\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have\\u00a0developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.\\u00a0 Which is freely placed in distressed areas dealing with over pollution from e-waste.<\\/p>\\r\\n<p>The ongoing, practice of dumping \\\"close to\\\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.<\\/p>\\r\\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.<\\/p>\\r\\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online. \\u00a0By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day. \\u00a0<\\/p>\\r\\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane\\u2019s project initiatives. \\u00a0It\\u2019s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup. \\u00a0The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters. \\u00a0<\\/p>\\r\\n<p>This project is the culmination of all of our projects. \\u00a0It is our passion to see this through.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 07:05:57\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 07:05:03\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(11, 26, 1, '', '2019-04-15 07:07:36', 237, 4021, '48447b199f2bedb2a85867610dc818921853f91a', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"The Need To Act Now\",\"alias\":\"style-your-website\",\"introtext\":\"<p>Pfane\\u2019s ReClaim\\u2122 project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.<\\/p>\\r\\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have\\u00a0developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.\\u00a0 Which is freely placed in distressed areas dealing with over pollution from e-waste.<\\/p>\\r\\n<p>The ongoing, practice of dumping \\\"close to\\\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.<\\/p>\\r\\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.<\\/p>\\r\\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online. \\u00a0By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day. \\u00a0<\\/p>\\r\\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane\\u2019s project initiatives. \\u00a0It\\u2019s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup. \\u00a0The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters. \\u00a0<\\/p>\\r\\n<p>This project is the culmination of all of our projects. \\u00a0It is our passion to see this through.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 07:07:36\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 07:05:57\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(12, 26, 1, '', '2019-04-15 07:27:21', 237, 4026, '7f0c9e69f717e61bfba1c26ef81896689a7975c7', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"The Need To Act Now\",\"alias\":\"style-your-website\",\"introtext\":\"<p>Pfane\\u2019s ReClaim\\u2122 project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have\\u00a0developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.\\u00a0 Which is freely placed in distressed areas dealing with over pollution from e-waste.<\\/p>\\r\\n<p>The ongoing, practice of dumping \\\"close to\\\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.<\\/p>\\r\\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.<\\/p>\\r\\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online. \\u00a0By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day. \\u00a0<\\/p>\\r\\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane\\u2019s project initiatives. \\u00a0It\\u2019s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup. \\u00a0The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters. \\u00a0<\\/p>\\r\\n<p>This project is the culmination of all of our projects. \\u00a0It is our passion to see this through.<\\/p>\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 07:27:21\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 07:27:03\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/42-59663196.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":11,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(13, 26, 1, '', '2019-04-15 07:35:53', 237, 4040, 'd52831729e7ab682da05e4ac40630b5fdda261ed', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"The Need To Act Now\",\"alias\":\"style-your-website\",\"introtext\":\"<p>Pfane\\u2019s ReClaim\\u2122 project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have\\u00a0developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.\\u00a0 Which is freely placed in distressed areas dealing with over pollution from e-waste.<\\/p>\\r\\n<p>The ongoing, practice of dumping \\\"close to\\\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.<\\/p>\\r\\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.<\\/p>\\r\\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online. \\u00a0By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day. \\u00a0<\\/p>\\r\\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane\\u2019s project initiatives. \\u00a0It\\u2019s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup. \\u00a0The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters. \\u00a0<\\/p>\\r\\n<p>This project is the culmination of all of our projects. \\u00a0It is our passion to see this through.<\\/p>\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 07:35:53\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 07:34:19\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/_71228600_71220163.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/_71228600_71220163.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":13,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(14, 22, 1, '', '2019-04-15 08:06:33', 237, 1990, '7224db9aeb5a5ebc89ff4e5dd0784cbad0fbbf99', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"TurnKey Solution To A Growing Problem\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>This is ReClaim Earth Content<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 08:06:33\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 07:36:27\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/how-e-waste-is-harmful-to-your-health-1.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/how-e-waste-is-harmful-to-your-health-1.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(15, 22, 1, '', '2019-04-15 08:13:13', 237, 2305, '74c7800fa1c8ed138509dc0c96c62efa8167ce13', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"TurnKey Solution Placement\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>Pfane Environmental Association through its partners, suppliers and donors have put together a placement program offering Business development grants and machinery placement grants to qualified applicants.\\u00a0 Applicants must be living in or in close proximity to areas severely contaminated by e-waste or areas which are being exploited for the e-waste<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 08:13:13\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 08:09:30\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/how-e-waste-is-harmful-to-your-health-1.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/how-e-waste-is-harmful-to-your-health-1.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(16, 22, 1, '', '2019-04-15 08:13:40', 237, 2267, 'f191aba5fef343f8acbe5b2506517d59ec977086', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"TurnKey Solution Placement\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>Pfane Environmental Association through its partners, suppliers and donors have put together a placement program offering Business development grants and machinery placement grants to qualified applicants.\\u00a0 Applicants must be living in or in close proximity to areas severely contaminated by e-waste or areas which are being exploited for the e-waste<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 08:13:40\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 08:13:13\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(17, 22, 1, '', '2019-04-15 08:13:56', 237, 2282, 'aed870a4cc8a5196cce68612399507b2655462ee', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"TurnKey Solution Placement\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>Pfane Environmental Association through its partners, suppliers and donors have put together a placement program offering Business development grants and machinery placement grants to qualified applicants.\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Applicants must be living in or in close proximity to areas severely contaminated by e-waste or areas which are being exploited for the e-waste<\\/p>\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 08:13:56\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 08:13:40\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":8,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(18, 22, 1, '', '2019-04-15 10:18:33', 237, 4017, 'b2628feb570fca8cfc10d110eb0eb0f65c4408aa', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"TurnKey Solution Placement\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>Pfane Environmental Association through its partners, suppliers and donors have put together a placement program offering Business development grants and machinery placement grants to qualified applicants.\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Applicants must be living in close proximity to areas severely contaminated by e-waste or areas where dangerous, toxic means of recovery are being used to harvest raw materials without authorisation.\\u00a0\\u00a0<\\/p>\\r\\n<div title=\\\"Page 2\\\">90% of funds are to gather data, research the sites which are affected most, research the types of e-waste that need to be dealt with at those sites, setting up contracts and agreements with local\\u00a0suppliers and offering a turn key system customised for their most desperate e-waste problems and then building and deploying the said system.The build and deployment represents only\\u00a0a\\u00a0benchmark of \\u20ac400K which is set aside inside a high interest investment account to build and deploy a self- contained and self-sustaining recycling business system.A full, turnkey e-waste management system\\u00a0is\\u00a0delivered free of charge to the applicant(s) chosen.\\u00a0<\\/div>\\r\\n<div title=\\\"Page 2\\\">\\u00a0<\\/div>\\r\\n<h4 title=\\\"Page 2\\\"><img style=\\\"float: right;\\\" src=\\\"images\\/pfane\\/36-TerexMPS.jpg\\\" alt=\\\"\\\" \\/>Remote recycler receives:<\\/h4>\\r\\n<ul>\\r\\n<li>License to use the recycling system delivered on a net profit split basis.<\\/li>\\r\\n<li>ViewPas\\u2122 Software to manage the business and report e-waste processing back to Pfane Environmental and local Environmental authorities.<\\/li>\\r\\n<li>3 Months of Consumables, safety equipment and sources to purchase replacement parts.<\\/li>\\r\\n<li>Mandatory maintenance schedule.<\\/li>\\r\\n<li>Full training and administrative support<\\/li>\\r\\n<li>Environmental Authorisation Support and Financing<\\/li>\\r\\n<li>6-month financial support for full operation of the remote business unit<\\/li>\\r\\n<li>Supply chain setup to fulfil the goals of the processing and decontamination of the affected areas.<\\/li>\\r\\n<\\/ul>\\r\\n<div>\\u00a0<\\/div>\\r\\n<div title=\\\"Page 2\\\">\\u00a0<\\/div>\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 10:18:33\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 10:15:57\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":9,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(19, 22, 1, '', '2019-04-15 10:18:52', 237, 4008, '51de14c89036cbe1ee4cf9acbb536bf0c57db34a', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"TurnKey Solution\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>Pfane Environmental Association through its partners, suppliers and donors have put together a placement program offering Business development grants and machinery placement grants to qualified applicants.\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Applicants must be living in close proximity to areas severely contaminated by e-waste or areas where dangerous, toxic means of recovery are being used to harvest raw materials without authorisation.\\u00a0\\u00a0<\\/p>\\r\\n<div title=\\\"Page 2\\\">90% of funds are to gather data, research the sites which are affected most, research the types of e-waste that need to be dealt with at those sites, setting up contracts and agreements with local\\u00a0suppliers and offering a turn key system customised for their most desperate e-waste problems and then building and deploying the said system.The build and deployment represents only\\u00a0a\\u00a0benchmark of \\u20ac400K which is set aside inside a high interest investment account to build and deploy a self- contained and self-sustaining recycling business system.A full, turnkey e-waste management system\\u00a0is\\u00a0delivered free of charge to the applicant(s) chosen.\\u00a0<\\/div>\\r\\n<div title=\\\"Page 2\\\">\\u00a0<\\/div>\\r\\n<h4 title=\\\"Page 2\\\"><img style=\\\"float: right;\\\" src=\\\"images\\/pfane\\/36-TerexMPS.jpg\\\" alt=\\\"\\\" \\/>Remote recycler receives:<\\/h4>\\r\\n<ul>\\r\\n<li>License to use the recycling system delivered on a net profit split basis.<\\/li>\\r\\n<li>ViewPas\\u2122 Software to manage the business and report e-waste processing back to Pfane Environmental and local Environmental authorities.<\\/li>\\r\\n<li>3 Months of Consumables, safety equipment and sources to purchase replacement parts.<\\/li>\\r\\n<li>Mandatory maintenance schedule.<\\/li>\\r\\n<li>Full training and administrative support<\\/li>\\r\\n<li>Environmental Authorisation Support and Financing<\\/li>\\r\\n<li>6-month financial support for full operation of the remote business unit<\\/li>\\r\\n<li>Supply chain setup to fulfil the goals of the processing and decontamination of the affected areas.<\\/li>\\r\\n<\\/ul>\\r\\n<div>\\u00a0<\\/div>\\r\\n<div title=\\\"Page 2\\\">\\u00a0<\\/div>\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 10:18:52\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 10:18:40\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":10,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(20, 22, 1, '', '2019-04-15 10:19:41', 237, 4016, '915ac33748349ee90b969ffa4447bbb7c7b3300f', '{\"id\":22,\"asset_id\":\"691\",\"title\":\"TurnKey Solution\",\"alias\":\"color-picker-for-colors\",\"introtext\":\"<p>Pfane Environmental Association through its partners, suppliers and donors have put together a placement program offering Business development grants and machinery placement grants to qualified applicants.\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Applicants must be living in close proximity to areas severely contaminated by e-waste or areas where dangerous, toxic means of recovery are being used to harvest raw materials without authorisation.\\u00a0\\u00a0<\\/p>\\r\\n<div title=\\\"Page 2\\\">90% of funds are to gather data, research the sites which are affected most, research the types of e-waste that need to be dealt with at those sites, setting up contracts and agreements with local\\u00a0suppliers and offering a turn key system customised for their most desperate e-waste problems and then building and deploying the said system.The build and deployment represents only\\u00a0a\\u00a0benchmark of \\u20ac400K which is set aside inside a high interest investment account to build and deploy a self- contained and self-sustaining recycling business system.A full, turnkey e-waste management system\\u00a0is\\u00a0delivered free of charge to the applicant(s) chosen.\\u00a0<\\/div>\\r\\n<div title=\\\"Page 2\\\">\\u00a0<\\/div>\\r\\n<h4 title=\\\"Page 2\\\"><img style=\\\"float: right;\\\" src=\\\"images\\/pfane\\/36-TerexMPS.jpg\\\" alt=\\\"\\\" \\/>Remote recycler receives:<\\/h4>\\r\\n<ul>\\r\\n<li>License to use the recycling system delivered on a net profit split basis.<\\/li>\\r\\n<li>ViewPas\\u2122 Software to manage the business and report e-waste processing back to Pfane Environmental and local Environmental authorities.<\\/li>\\r\\n<li>3 Months of Consumables, safety equipment and sources to purchase replacement parts.<\\/li>\\r\\n<li>Mandatory maintenance schedule.<\\/li>\\r\\n<li>Full training and administrative support<\\/li>\\r\\n<li>Environmental Authorisation Support and Financing<\\/li>\\r\\n<li>6-month financial support for full operation of the remote business unit<\\/li>\\r\\n<li>Supply chain setup to fulfil the goals of the processing and decontamination of the affected areas.<\\/li>\\r\\n<\\/ul>\\r\\n<div>\\u00a0<\\/div>\\r\\n<div title=\\\"Page 2\\\">\\u00a0<\\/div>\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 10:19:41\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 10:19:20\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_intro\\\":\\\"none\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/20171129132931_18009.jpg\\\",\\\"float_fulltext\\\":\\\"left\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":11,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(21, 15, 5, '', '2019-04-15 10:48:04', 237, 571, '0f234d9b08bad1d166840f7c1d3419fca73d9202', '{\"id\":15,\"asset_id\":723,\"parent_id\":\"1\",\"lft\":\"25\",\"rgt\":26,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"ReAlives Project\",\"alias\":\"realives-project\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"237\",\"created_time\":\"2019-04-15 10:48:04\",\"modified_user_id\":null,\"modified_time\":\"2019-04-15 10:48:04\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}', 0),
(22, 16, 5, '', '2019-04-15 10:48:16', 237, 565, '235434da2c386897324d15916246bc0e122c7752', '{\"id\":16,\"asset_id\":724,\"parent_id\":\"1\",\"lft\":\"27\",\"rgt\":28,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Our Recycling\",\"alias\":\"our-recycling\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"237\",\"created_time\":\"2019-04-15 10:48:16\",\"modified_user_id\":null,\"modified_time\":\"2019-04-15 10:48:16\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}', 0),
(23, 17, 5, '', '2019-04-15 10:48:32', 237, 561, '14d1dc62abd33ba8b82807505b0aa80c8ccfc9ee', '{\"id\":17,\"asset_id\":725,\"parent_id\":\"1\",\"lft\":\"29\",\"rgt\":30,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Latest News\",\"alias\":\"latest-news\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"237\",\"created_time\":\"2019-04-15 10:48:32\",\"modified_user_id\":null,\"modified_time\":\"2019-04-15 10:48:32\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}', 0),
(24, 27, 1, '', '2019-04-15 17:43:39', 237, 3220, '26945378744f385eb91b82a698fc3863fd810fa8', '{\"id\":27,\"asset_id\":726,\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fiber is the remaining fraction separated from circuit boards obtained, in most part, from the pulverization of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through inhouse testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fiberglass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 17:43:39\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/c5ubrabcv3l01.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/c5ubrabcv3l01.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(25, 28, 1, '', '2019-04-15 17:50:26', 237, 3472, '69cb95553f3de63e1f9d77d700c33dd578f73f8a', '{\"id\":28,\"asset_id\":727,\"title\":\"ReAlivez\",\"alias\":\"realivez\",\"introtext\":\"<p>Every child, every student, these days already holds in their hand a phone, tablet or toy which contains circuitry.\\u00a0 Most often a robot dog, reaching the end of it\\u2019s life would be sent to landfill where toxic chemicals from it\\u2019s manufactured circuitry could leak into the earth, posing a threat to water tables and soil.\\u00a0 The reAlivez project aims to educate kids and youth on the lifecycle of electronics and help them understand the benefits of recycling fido, their tablet and baby-talky-eat.<\\/p>\\r\\n<p>Through outreach programs and seminars held at our facilities Pfane Environmental offers youth and children a highly interactive experience to interact with Robots and electronic toys.\\u00a0 As well as offers collection and recycling of end of life electronics and toys that may normally be thrown in the municipal waste.<\\/p>\\r\\n<p>The program supports the education and understanding of a Circular Economy and is accompanied by marketing worldwide to further the projects objectives.<\\/p>\\r\\n<p>Under Project reAlivez, Pfane Environmental is acquiring donations and funding to open a\\u00a0training center within a small community, which will double as a\\u00a0research facility and promote the open sharing of knowledge on how to repair electronics.\\u00a0 We plan to offer certification courses for electronics repair within an open source environment where the on site, hands on training of new, necessary job skills will also allow Pfane Environmental to donate repaired electronic devices to people of need.\\u00a0 Helping to relieve the need to recycle items that could be used by others in need for much longer.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"15\",\"created\":\"2019-04-15 17:50:26\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 17:50:26\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2019-04-15 17:50:26\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/nao641x373.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/nao641x373.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(26, 28, 1, '', '2019-04-15 17:51:55', 237, 3499, 'a2f2cbb15a4bbdb388b4e72526c78ea912c83c26', '{\"id\":28,\"asset_id\":\"727\",\"title\":\"ReAlivez\",\"alias\":\"realivez\",\"introtext\":\"<p>Every child, every student, these days already holds in their hand a phone, tablet or toy which contains circuitry.\\u00a0 Most often a robot dog, reaching the end of it\\u2019s life would be sent to landfill where toxic chemicals from it\\u2019s manufactured circuitry could leak into the earth, posing a threat to water tables and soil.\\u00a0 The reAlivez project aims to educate kids and youth on the lifecycle of electronics and help them understand the benefits of recycling fido, their tablet and baby-talky-eat.<\\/p>\\r\\n<p>Through outreach programs and seminars held at our facilities Pfane Environmental offers youth and children a highly interactive experience to interact with Robots and electronic toys.\\u00a0 As well as offers collection and recycling of end of life electronics and toys that may normally be thrown in the municipal waste.<\\/p>\\r\\n<p>The program supports the education and understanding of a Circular Economy and is accompanied by marketing worldwide to further the projects objectives.<\\/p>\\r\\n<p>Under Project reAlivez, Pfane Environmental is acquiring donations and funding to open a\\u00a0training center within a small community, which will double as a\\u00a0research facility and promote the open sharing of knowledge on how to repair electronics.\\u00a0 We plan to offer certification courses for electronics repair within an open source environment where the on site, hands on training of new, necessary job skills will also allow Pfane Environmental to donate repaired electronic devices to people of need.\\u00a0 Helping to relieve the need to recycle items that could be used by others in need for much longer.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"15\",\"created\":\"2019-04-15 17:50:26\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 17:51:55\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 17:51:44\",\"publish_up\":\"2019-04-15 17:50:26\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/nao641x373.jpg\\\",\\\"float_intro\\\":\\\"left\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/nao641x373.jpg\\\",\\\"float_fulltext\\\":\\\"left\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(27, 29, 1, '', '2019-04-15 18:03:42', 237, 3354, '86cf4f5ee0384a19aa46de58747bac70909a2972', '{\"id\":29,\"asset_id\":728,\"title\":\"Mission Statement\",\"alias\":\"mission-statement\",\"introtext\":\"<p>The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.<\\/p>\\r\\n<p>Our initiatives will close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy.\\u00a0 We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.<\\/p>\\r\\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.<\\/p>\\r\\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.<\\/p>\\r\\n<p>We are using past research, and\\u00a0 are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.\\u00a0 With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 18:03:42\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 18:03:42\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2019-04-15 18:03:42\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(28, 29, 1, '', '2019-04-15 18:17:44', 237, 3523, 'b80189bb196dcf4065f5184e1af6ddeaea66d4c7', '{\"id\":29,\"asset_id\":\"728\",\"title\":\"Mission Statement\",\"alias\":\"mission-statement\",\"introtext\":\"<p>The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.<\\/p>\\r\\n<p>Our initiatives will close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy.\\u00a0 We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.<\\/p>\\r\\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.<\\/p>\\r\\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.<\\/p>\\r\\n<p>We are using past research, and\\u00a0 are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.\\u00a0 With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 18:03:42\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 18:17:44\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 18:17:14\",\"publish_up\":\"2019-04-15 18:03:42\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/canola_flower_the_little_girl_wallpapers_hd_1280x720.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/canola_flower_the_little_girl_wallpapers_hd_1280x720.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(29, 27, 1, '', '2019-04-15 20:39:33', 237, 3269, '8f7c3e5bb401584f80e3bf63027a02f53218d538', '{\"id\":27,\"asset_id\":\"726\",\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fiber is the remaining fraction separated from circuit boards obtained, in most part, from the pulverization of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through inhouse testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fiberglass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\\r\\n<p>{loadmoduleid 491}<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 20:39:33\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 20:38:28\",\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/c5ubrabcv3l01.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/c5ubrabcv3l01.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(30, 30, 1, '', '2019-04-15 21:04:58', 237, 1764, '7a4404a3da5e8d3cf387671767931c1af9ffc5da', '{\"id\":30,\"asset_id\":729,\"title\":\"EWaste Crisis\",\"alias\":\"ewaste-crisis\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 21:04:58\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 21:04:58\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2019-04-15 21:04:58\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(31, 30, 1, '', '2019-04-15 21:05:45', 237, 1784, '3f2f19f4e30b6531570a8fdbc224561ce6bf4efd', '{\"id\":30,\"asset_id\":\"729\",\"title\":\"EWaste Crisis\",\"alias\":\"ewaste-crisis\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-15 21:04:58\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 21:05:45\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 21:05:08\",\"publish_up\":\"2019-04-15 21:04:58\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(32, 30, 1, '', '2019-04-15 21:16:50', 237, 1810, '3f4324fd7808675816e5e2441ea8185fc78b33f4', '{\"id\":30,\"asset_id\":\"729\",\"title\":\"EWaste Crisis\",\"alias\":\"ewaste-crisis\",\"introtext\":\"<p>{loadmoduleid 649}<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-15 21:04:58\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 21:16:50\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 21:16:29\",\"publish_up\":\"2019-04-15 21:04:58\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(33, 30, 1, '', '2019-04-15 21:19:37', 237, 2050, '42ac11178c6ed4af47709e710097fad98d629400', '{\"id\":30,\"asset_id\":\"729\",\"title\":\"EWaste Crisis\",\"alias\":\"ewaste-crisis\",\"introtext\":\"<p>{loadmoduleid 649}<\\/p>\\r\\n<p>Watch video after video, proving the problem of e-waste is only getting worse.\\u00a0 We must stop the illegal flow of hazardous ewaste now, and begin healing the areas so traumatized by this atrocity.\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-15 21:04:58\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-15 21:19:37\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 21:16:50\",\"publish_up\":\"2019-04-15 21:04:58\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(34, 26, 1, '', '2019-04-15 21:20:18', 237, 4036, 'bebb6d73939b1ee1c85232b108f72c4d31ac2d7d', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"Need To Act Now\",\"alias\":\"style-your-website\",\"introtext\":\"<p>Pfane\\u2019s ReClaim\\u2122 project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have\\u00a0developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.\\u00a0 Which is freely placed in distressed areas dealing with over pollution from e-waste.<\\/p>\\r\\n<p>The ongoing, practice of dumping \\\"close to\\\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.<\\/p>\\r\\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.<\\/p>\\r\\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online. \\u00a0By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day. \\u00a0<\\/p>\\r\\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane\\u2019s project initiatives. \\u00a0It\\u2019s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup. \\u00a0The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters. \\u00a0<\\/p>\\r\\n<p>This project is the culmination of all of our projects. \\u00a0It is our passion to see this through.<\\/p>\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-15 21:20:18\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-15 21:20:10\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/_71228600_71220163.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/_71228600_71220163.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":14,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(35, 26, 1, '', '2019-04-16 00:19:55', 237, 4046, 'abf0a4324805d1087cda348a9e2f19d0c0b5e529', '{\"id\":26,\"asset_id\":\"704\",\"title\":\"Need To Act Now\",\"alias\":\"style-your-website\",\"introtext\":\"<p>Pfane\\u2019s ReClaim\\u2122 project is collecting donations which will go toward the cleanup and detoxification of waste sites left in the wake of careless exportation of e-waste to countries, ill equipped to treat and process the e-waste dumped there.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>Pfane Environmental and its sister company Pfane Scientific SRL have\\u00a0developed the first ever carbon negative (because we produce oxygen as a byproduct) Fully sustainable, off grid, turn key, portable, recycling and refinement line.\\u00a0 Which is freely placed in distressed areas dealing with over pollution from e-waste.<\\/p>\\r\\n<p>The ongoing, practice of dumping \\\"close to\\\" end of life electronics in developing countries is at the heart of disastrous health issues contaminating air, water and land and adversely affecting millions of people in countries around the world.<\\/p>\\r\\n<p>Our initiative is to produce and freely export our self contained recycling systems, complete with business management tools and software to help the areas most stressed by e-waste pollution to keep these deadly toxins from reaching their soil water and air.<\\/p>\\r\\n<p>We provide full training and logistics support to the startup, offering expertise knowhow and health and safety advice to bring their recycling facility online. \\u00a0By doing this we support the local economies, offer good paying jobs and benefits to locals who would normally be sent to scavange the land for e-waste to make 5 to 10 dollars per day. \\u00a0<\\/p>\\r\\n<p>This project cannot function, and neither can the remote recycling points, without the full support of Pfane\\u2019s project initiatives. \\u00a0It\\u2019s imparative that these recycling facilities have enough knowhow to complete the product lifecycle and extract the metals from each recycling point we setup. \\u00a0The end result will be a completely turnkey, recycling system that will help to end the worlds e-waste crisis, clean our earth, keep the children from breathing toxic fumes and drinking lead filled waters. \\u00a0<\\/p>\\r\\n<p>This project is the culmination of all of our projects. \\u00a0It is our passion to see this through.<\\/p>\",\"state\":1,\"catid\":\"12\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-16 00:19:55\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-16 00:19:43\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/_71228600_71220163.jpg\\\",\\\"float_intro\\\":\\\"right\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/_71228600_71220163.jpg\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":16,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(36, 29, 1, '', '2019-04-16 00:21:35', 237, 3465, '39be2739eba91f049db0503774bf27a94ceadaa0', '{\"id\":29,\"asset_id\":\"728\",\"title\":\"Mission Statement\",\"alias\":\"mission-statement\",\"introtext\":\"<p>The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.<\\/p>\\r\\n<p>Our initiatives will close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy.\\u00a0 We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.<\\/p>\\r\\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.<\\/p>\\r\\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.<\\/p>\\r\\n<p>We are using past research, and\\u00a0 are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.\\u00a0 With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 18:03:42\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-16 00:21:35\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-16 00:20:16\",\"publish_up\":\"2019-04-15 18:03:42\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/shutterstock_2178988182.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/shutterstock_2178988182.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(39, 23, 1, '', '2019-04-16 00:35:12', 237, 2068, '6ea9d30424b88a7f6bdf2544f2105bf08feb2978', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"Supplier Login\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<p class=\\\"g-lead\\\">Font Awesome icons are awesome, and they\\u2019re supported natively in Denali.<\\/p>\\r\\n<p>Use Gantry 5\\u2019s powerful Icon Picker to easily add icons to menus, particles, and more.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-16 00:35:12\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-16 00:34:06\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(40, 23, 1, '', '2019-04-16 00:37:37', 237, 1962, 'e904967303ef84066f1bed4653d632e4a3fed995', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"Supplier Login\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<p>Featyres of the supplier manager contract viewer completion status, contract signing online.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-16 00:37:37\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-16 00:36:22\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(41, 23, 1, '', '2019-04-16 00:38:20', 237, 1984, '1429fb775e3ca6fc2830ea8aa9ef731b0ebe9370', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"Supplier Login\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<p>Featyres of the supplier manager contract viewer completion status, contract signing online.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-16 00:38:20\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-16 00:38:09\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(42, 24, 1, '', '2019-04-16 00:41:42', 237, 1993, '7317aeb814883b676174401aab5a226ea48da560', '{\"id\":24,\"asset_id\":\"702\",\"title\":\"Process Flow\",\"alias\":\"configure-site-layout\",\"introtext\":\"<p>Full process management flow system allows your workers to easily identify and sort sub products.\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-16 00:41:42\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-16 00:38:47\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/e-info.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/e-info.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(43, 25, 1, '', '2019-04-16 06:40:31', 237, 2155, 'ade51452038dcd8e4208818da012eb6c314c0b3c', '{\"id\":25,\"asset_id\":\"703\",\"title\":\"Audit Reports\",\"alias\":\"create-content-particles\",\"introtext\":\"<p>Create User friendly audit reports for contracted processing.\\u00a0 Our full suite management solution offers a supplier section where all of your contracts, agreements and material management data can be displayed to your contracted clients.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-16 06:40:31\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-16 06:38:04\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/ORderReport.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/Viewpas\\\\\\/ORderReport.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(45, 25, 1, '', '2019-04-17 18:52:23', 237, 2155, '40fb2cd09c830023cb014b8bc248714b9a6f6f8b', '{\"id\":25,\"asset_id\":\"703\",\"title\":\"Audit Reports\",\"alias\":\"create-content-particles\",\"introtext\":\"<p>Create User friendly audit reports for contracted processing.\\u00a0 Our full suite management solution offers a supplier section where all of your contracts, agreements and material management data can be displayed to your contracted clients.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-17 18:52:23\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 18:51:10\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/on-the-line.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/Viewpas\\\\\\/on-the-line.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(46, 25, 1, '', '2019-04-17 18:55:50', 237, 2161, '1d9f6f83e96ecf7826a79c26a2583ffe2539fac9', '{\"id\":25,\"asset_id\":\"703\",\"title\":\"Audit Reports\",\"alias\":\"create-content-particles\",\"introtext\":\"<p>Create User friendly audit reports for contracted processing.\\u00a0 Our full suite management solution offers a supplier section where all of your contracts, agreements and material management data can be displayed to your contracted clients.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-04-17 18:55:50\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 18:55:30\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/mainscreenboss.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/Viewpas\\\\\\/mainscreenboss.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(48, 31, 1, '', '2019-04-17 19:46:04', 237, 3361, 'da99c0a8126b2b80a3ff4762ac2c200225516d4f', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2 class=\\\"H2\\\" style=\\\"margin: 0px; padding: 0px 0px 10px; transform-origin: left top; background-repeat: no-repeat; font-size: 16px; font-weight: bold; max-height: 1e+06px; color: #336699; font-family: open-sans, sans-serif; background-color: #efefef; border: 0px solid transparent;\\\">Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p class=\\\"Body-Text\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 14px; line-height: 1.4; color: #000000; background-color: #efefef; border: 0px solid transparent;\\\">Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p class=\\\"Body-Text\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 14px; line-height: 1.4; color: #000000; background-color: #efefef; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p class=\\\"Body-Text\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 14px; line-height: 1.4; color: #000000; background-color: #efefef; border: 0px solid transparent;\\\">\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-17 19:46:04\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 19:42:20\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(49, 31, 1, '', '2019-04-17 19:51:31', 237, 3697, '9924a496c133f56c022b69fd90ebcce81c0a9841', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2 class=\\\"H2\\\" style=\\\"margin: 0px; padding: 0px 0px 10px; transform-origin: left top; background-repeat: no-repeat; font-size: 16px; font-weight: bold; max-height: 1e+06px; color: #336699; font-family: open-sans, sans-serif; background-color: #efefef; border: 0px solid transparent;\\\"><img class=\\\"pull-right\\\" src=\\\"images\\/pfane\\/kemperoct10-2.jpg\\\" alt=\\\"\\\" \\/>Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p class=\\\"Body-Text\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 14px; line-height: 1.4; color: #000000; background-color: #efefef; border: 0px solid transparent;\\\">Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p class=\\\"Body-Text\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 14px; line-height: 1.4; color: #000000; background-color: #efefef; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p class=\\\"Body-Text\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 14px; line-height: 1.4; color: #000000; background-color: #efefef; border: 0px solid transparent;\\\">\\u00a0<a class=\\\"button button-3\\\" style=\\\"font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 15.2px; color: #0000cc; text-decoration-line: underline;\\\" href=\\\"https:\\/\\/www.pfane.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">button button-3<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-17 19:51:31\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 19:47:44\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(50, 31, 1, '', '2019-04-17 19:54:03', 237, 2389, '40649ad078d4f8e5ecf31208243b1bc17d4efdfa', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2><img src=\\\"images\\/pfane\\/kemperoct10-2.jpg\\\" alt=\\\"\\\" \\/>Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p>Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<a href=\\\"https:\\/\\/www.pfane.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Visit Site<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-17 19:54:03\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 19:53:27\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(51, 31, 1, '', '2019-04-17 19:56:03', 237, 2333, '5aa2dd3da908e6a7d85389cb33bab0ed9b7b2ccd', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2>Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p>Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p><a href=\\\"#\\\">button<\\/a> <a href=\\\"https:\\/\\/www.pfane.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Visit Site<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-17 19:56:03\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 19:54:03\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(52, 31, 1, '', '2019-04-17 19:56:52', 237, 2410, '678c476aa8cda86edffa1dc04f4e552419f4165c', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2><img class=\\\"pull-right\\\" src=\\\"images\\/pfane\\/36-TerexMPS.jpg\\\" alt=\\\"\\\" \\/>Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p>Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p><a href=\\\"#\\\">button<\\/a> <a href=\\\"https:\\/\\/www.pfane.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Visit Site<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-17 19:56:52\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 19:56:03\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(53, 31, 1, '', '2019-04-17 19:57:25', 237, 2384, 'ff626e6c0749af6b88abaffc5a16b2caa8124867', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2><img class=\\\"pull-right\\\" src=\\\"images\\/pfane\\/36-TerexMPS.jpg\\\" alt=\\\"\\\" \\/>Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p>Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/www.pfane.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Visit Site<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-17 19:57:25\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 19:56:52\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":8,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"3\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(54, 31, 1, '', '2019-04-17 20:00:12', 237, 2430, '37464df6cb805fed62d6627aa2c1b2614e9b145e', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2><img class=\\\"pull-right\\\" src=\\\"images\\/pfane\\/36-TerexMPS.jpg\\\" alt=\\\"\\\" \\/>Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p>Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p><a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Visit Site<\\/a><\\/p>\\r\\n<p><a class=\\\"button button-4\\\" href=\\\"www.pfane.com\\\">Visit Site<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-17 20:00:12\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 19:58:13\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":9,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"3\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(55, 31, 1, '', '2019-04-17 20:00:32', 237, 2355, '89e734b865ff40fd23036d450e8242ff5343c2e2', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2><img class=\\\"pull-right\\\" src=\\\"images\\/pfane\\/36-TerexMPS.jpg\\\" alt=\\\"\\\" \\/>Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p>Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p><a class=\\\"button button-4\\\" href=\\\"www.pfane.com\\\">Visit Site<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-17 20:00:32\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 20:00:19\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":10,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"3\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(56, 31, 1, '', '2019-04-17 20:02:40', 237, 2373, '5c6a579abb2daea7e15d46cca9b8d0339f4a2b6c', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2><img class=\\\"pull-right\\\" src=\\\"images\\/Viewpas\\/e-waste-recycling-equipment.jpg\\\" alt=\\\"\\\" \\/>Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p>Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p><a class=\\\"button button-4\\\" href=\\\"www.pfane.com\\\">Visit Site<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-17 20:02:40\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-17 20:01:43\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":11,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(57, 27, 1, '', '2019-04-18 06:59:40', 237, 3266, '18e90dc55a66f9916951f43b813e723655c190ee', '{\"id\":27,\"asset_id\":\"726\",\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fiber is the remaining fraction separated from circuit boards obtained, in most part, from the pulverization of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through inhouse testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fiberglass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 06:59:40\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 06:58:54\",\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/cce7c5838e03813b39869d0a04d12c51.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/c5ubrabcv3l01.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"10\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(58, 27, 1, '', '2019-04-18 07:00:27', 237, 3297, 'fc40bc75a0674f729e76925a6b06d2aa5f074220', '{\"id\":27,\"asset_id\":\"726\",\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fiber is the remaining fraction separated from circuit boards obtained, in most part, from the pulverization of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through inhouse testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fiberglass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 07:00:27\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 06:59:40\",\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/cce7c5838e03813b39869d0a04d12c51.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/ebbfc25c7ccdbed913ce1dce99f062fd.jpg\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"10\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(59, 27, 1, '', '2019-04-18 07:13:12', 237, 3856, 'e90e6791e2e25ac0bf7fdac7962bba34a5bfaa73', '{\"id\":27,\"asset_id\":\"726\",\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fibre is the remaining fraction separated from circuit boards obtained, in most part, from the pulverisation of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through in-house testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fibre-glass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\\r\\n<h4>\\u00a0<\\/h4>\\r\\n<p>Your Help Secures An Amazing Gift<\\/p>\\r\\n<p>Choose one of the gifts below for your donation to the ReClaim project of $100,000 or more. Pfane will send you a custom created gift made exclusively from FR4 Refactored Fibre, non toxic, coloured, cold mould epoxy resin, copper, gold and silver powders, all 100% obtained from the recycling of circuitry. You can show the world your truly involved in helping to solve the e-waste problem.<\\/p>\\r\\n<p><a class=\\\"button button-4\\\" href=\\\"https:\\/\\/www.pfane.com\\\">Donate Now!<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 07:13:12\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 07:02:49\",\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/cce7c5838e03813b39869d0a04d12c51.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/ebbfc25c7ccdbed913ce1dce99f062fd.jpg\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":9,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"11\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(60, 27, 1, '', '2019-04-18 07:13:51', 237, 3859, '7f03f727906efdb9ad73b31109bbf6d4c1a8333a', '{\"id\":27,\"asset_id\":\"726\",\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fibre is the remaining fraction separated from circuit boards obtained, in most part, from the pulverisation of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through in-house testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fibre-glass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\\r\\n<h4>\\u00a0<\\/h4>\\r\\n<h1>Your Help Secures An Amazing Gift<\\/h1>\\r\\n<p>Choose one of the gifts below for your donation to the ReClaim project of $100,000 or more. Pfane will send you a custom created gift made exclusively from FR4 Refactored Fibre, non toxic, coloured, cold mould epoxy resin, copper, gold and silver powders, all 100% obtained from the recycling of circuitry. You can show the world your truly involved in helping to solve the e-waste problem.<\\/p>\\r\\n<p><a class=\\\"button button-4\\\" href=\\\"https:\\/\\/www.pfane.com\\\">Donate Now!<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 07:13:51\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 07:13:35\",\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/cce7c5838e03813b39869d0a04d12c51.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/ebbfc25c7ccdbed913ce1dce99f062fd.jpg\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":10,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"12\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(92, 32, 1, '', '2019-04-18 08:55:25', 237, 75472, 'c1940f6735652ee139f200dec9e967c84abff811', '{\"id\":32,\"asset_id\":733,\"title\":\"Product Overview\",\"alias\":\"product-overview\",\"introtext\":\"<div id=\\\"pu27185\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 336; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884-bw\\\" class=\\\"browser_width grpelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 354; min-height: 659.8px; height: 660px; border: 0px solid transparent;\\\" data-content-guid=\\\"u26884-bw_content\\\">\\r\\n<div id=\\\"u26884\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/pile3.jpg?crc=3912905689\') center center \\/ cover no-repeat transparent; position: absolute; left: 0px; right: 0px; z-index: 354; opacity: 1; min-height: 659.8px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 224px 0px 203px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26962-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; text-align: center; position: relative; color: #ffffff; z-index: 355; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 153px; line-height: 72px; font-size: 60px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26962-4_content\\\">\\r\\n<h1 id=\\\"u26962-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 60px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">Know what\'s in it, before you buy.<\\/h1>\\r\\n<\\/div>\\r\\n<div id=\\\"u26969-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 21px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 27px; text-align: center; position: relative; color: #ffffff; font-size: 18px; z-index: 359; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 59px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26969-6_content\\\">\\r\\n<h4 id=\\\"u26969-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">The fastest. most accurate way to price, sort and verify e-waste.<br \\/>*Now With Hazardous Material Alerts<\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u30787\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 365; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30787_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30869\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 367; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30869_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30896\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 369; width: 658px; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30896_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30600-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 371; min-height: 79px; height: 108px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600\\\" style=\\\"margin: 0px; padding: 0px 0px 14px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 371; min-height: 79px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30582\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 372; width: 354.094px; left: 152.484px; border: 0px solid transparent;\\\"><img id=\\\"u30582_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 147.625px; padding-bottom: 3.59375px; width: 206.469px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/logo.png?crc=3999205104\\\" alt=\\\"\\\" data-heightwidthratio=\\\"0.38372093023255816\\\" data-image-width=\\\"172\\\" data-image-height=\\\"66\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">STANDARD FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 13000 recognizable electronic products.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through sorting to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">ENHANCED FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pbuttonu29114\\\" class=\\\"Button clearfix grpelem shared_content\\\" style=\\\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fluidWidth\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"pbuttonu29114_content\\\">\\r\\n<div id=\\\"u29115-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\">\\r\\n<p id=\\\"u29115-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\\\">Request A Demo<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28440-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 120; min-height: 405px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 405px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28440-bw_content\\\">\\r\\n<div id=\\\"u28440\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #e9eef1; z-index: 120; min-height: 405px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28440_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu28408\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 46px -10000px 0px 479.516px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 481.234px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28408\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px 0px 0px 53.4062px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 126; width: 374.438px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28408\\\" class=\\\"clip_frame grpelem shared_content\\\" style=\\\"margin: 4px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; z-index: 126; width: 43px; position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28408_content\\\"><img id=\\\"u28408_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon_download.png?crc=217403417\\\" alt=\\\"\\\" width=\\\"43\\\" height=\\\"31\\\" \\/><\\/div>\\r\\n<div id=\\\"u28401-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 43px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 122; min-height: 46px; font-size: 36px; background-color: transparent; width: 257px; left: -425px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28401-4_content\\\">\\r\\n<p id=\\\"u28401-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Google Cloud<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28496-8\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 66px 0px 0px 240.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 128; width: 401px; min-height: 238px; left: -480.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu28408\\\" data-content-guid=\\\"u28496-8_content\\\">\\r\\n<p id=\\\"u28496-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\"><span id=\\\"u28496\\\">Using AI and Machine Learning to analyze and compare thousands of images per second is not a job for your cell phone.<\\/span><\\/p>\\r\\n<p id=\\\"u28496-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28496-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #44484f; line-height: 25px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We have built our service into the google cloud servers.\\u00a0 Guaranteeing service uptime and the processing power of massive worldwide servers.\\u00a0 This is what allows our application to quickly give you the data you need to make the decision to succeed.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28386\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 121; background-position: center center; background-size: cover; height: 405px; background-image: url(\'..\\/images\\/whatsapp%20image%202018-12-03%20at%20182227.jpg?crc=370154897\'); position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28386_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28567\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 93; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28567_content\\\">\\r\\n<div id=\\\"u28567\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 93; background-position: center center; background-size: cover; width: 480px; height: 405px; background-image: url(\'..\\/images\\/p80601-113530-u28567-fr.jpg?crc=4286959756\'); position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28567_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28522\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 1px -10000px 0px 0px; padding: 80px 0px 77.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #696f7c; z-index: 94; position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28529-7\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 95; color: #ffffff; font-style: italic; width: 446px; min-height: 172px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28529-7_content\\\">\\r\\n<p id=\\\"u28529-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">12th December 2018<\\/p>\\r\\n<p id=\\\"u28529-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28529-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">This is a complete revolution in the waste industry, those who use it will be the only ones on top.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28545\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 106; width: 192.016px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28545\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/author%20pic.jpg?crc=3792668274\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 106; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28545_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28538-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 18px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; width: 88px; position: relative; min-height: 20px; z-index: 102; font-family: open-sans, sans-serif; color: #ffffff; left: 86.4062px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28538-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Noel Roblar<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28631-12\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 107; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28631-12_content\\\">\\r\\n<div id=\\\"u28631-12\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 31px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 107; position: relative; background-color: transparent; width: 454px; min-height: 260px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28631-12_content\\\">\\r\\n<p id=\\\"u28631-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #232323; line-height: 36px; font-size: 24px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Can you tell which has a higher scrap value? ViewPas<span id=\\\"u28631-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 15.84px; line-height: 0px;\\\">TM<\\/span>\\u00a0can!<\\/p>\\r\\n<p id=\\\"u28631-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 25px; color: #83969f; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">With more and more new computer components and circuit boards coming into the waste stream every year, how can anyone identify what\'s actually trash and what is really treasure?<\\/p>\\r\\n<p id=\\\"u28631-8\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-10\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Everyday, e-waste collectors make the mistake of misidentifying lower grade materials as higher grade.\\u00a0 Paying out thousands more for scrap that isn\'t worth the fiberglass its printed on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28638\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/2015-11-11-ts3_thumbs-9fa-small.jpg?crc=4269291268\') right center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; z-index: 119; width: 480px; height: 321px; position: relative; left: 0px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28638_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28653-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 72; min-height: 480px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 480px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28653-bw_content1\\\">\\r\\n<div id=\\\"u28653\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: transparent; opacity: 1; z-index: 72; background-position: center center; background-size: cover; min-height: 480px; background-image: url(\'..\\/images\\/20170730_160511.jpg?crc=190475290\'); border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28653_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: relative; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28761\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 39px 0px 78.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #001b3c; z-index: 73; position: relative; width: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28776-11\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 360px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 74; color: #ffffff; font-style: italic; width: 446px; min-height: 287px; left: -179px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28776-11_content\\\">\\r\\n<p id=\\\"u28776-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are a certified Waste Recycling Facility and the number one case study.<\\/p>\\r\\n<p id=\\\"u28776-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28776-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">When using ViewPas<span id=\\\"u28776-5\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0in our recycling facility we saw a 23% increase in revenue month one. ViewPas<span id=\\\"u28776-7\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0enabled our company to increase profitability month after month from then on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28787\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 190.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 92; width: 339.609px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28787\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/20046417_10155141753767713_2737196600415894914_n(7).jpg?crc=3849330254\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 92; left: -179.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28787_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28798-7\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 19px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 20px; z-index: 85; font-family: open-sans, sans-serif; color: #ffffff; width: 211px; left: -107.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28798-7_content\\\">\\r\\n<p id=\\\"u28798-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 0px; border: 0px solid transparent;\\\"><span id=\\\"u28798-3\\\" style=\\\"line-height: 17px;\\\">Dale Scott Marion<br \\/><\\/span><span id=\\\"u28798-4\\\" style=\\\"line-height: 10px; font-size: 8px;\\\">President \\/ Pfane Scientific SRL<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31662-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #2b303b; background-color: transparent; text-align: center; position: relative; z-index: 259; width: 960px; min-height: 74px; left: -480px; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u31662-6_content\\\">\\r\\n<p id=\\\"u31662-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Assayed Categories<\\/p>\\r\\n<p id=\\\"u31662-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are constantly adding new materials to each category, whose metal values meet the original threshold of the category created.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pppu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 7px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu31476-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 436.891px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 185; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31476-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 185; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31476-4_content\\\">\\r\\n<p id=\\\"u31476-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">01 Material Acquisition<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31477-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 189; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31477-4_content\\\">\\r\\n<p id=\\\"u31477-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">02 Material Scope<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"ppu31480-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 28px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31480-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 201; width: 274.844px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu31480-4_content\\\">\\r\\n<div id=\\\"u31480-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; font-size: 13px; position: relative; color: #44484f; z-index: 201; line-height: 20px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31480-4_content\\\">\\r\\n<p id=\\\"u31480-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Every material we categorize required that we have a sample size large enough to extrapolate hundreds of images of different types of material for each category, so it is essential that we purchase large enough quantities of mixed material. Each material acquired, for the purpose of itemization, then goes through an inspection process.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31478-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 193; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31478-4_content\\\">\\r\\n<p id=\\\"u31478-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">03 Categorization<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31481-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; line-height: 20px; font-size: 13px; position: relative; z-index: 205; color: #44484f; width: 229px; min-height: 144px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31480-4\\\" data-content-guid=\\\"u31481-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">For Each material we categorize we must first sample dozens of pieces of the target material, inspect the material for defects, clean the material and find specimens of the best quality. Each are photographed, labeled with distinguishing information, then ground into dust.\\u00a0 The dust is gravity swparated into metalic and non metalic fractions then labeled and scanned with an XRF scanner.\\u00a0 This process will set our high and low metal and nonmetallic values for our categorization step.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31482-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 21px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 209; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31482-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; font-size: 13px; line-height: 20px; z-index: 209; color: #44484f; position: relative; width: 229px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31482-4\\\" data-content-guid=\\\"u31482-4_content\\\">\\r\\n<p id=\\\"u31482-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">A value threshold is set for various categories of the material group. For instance if we have a low end reading 35 grams of gold per ton and a high end reading of 560 grams of gold per ton, we start by separating the initial specimens into four or 5 categories based on a metal value threshold no higher than the lower threshold of the next more valuable material.\\u00a0 We correlate these with a distinguishing characteristic of the group and name each new category of waste accordingly.\\u00a0 The category names are chosen due to age of material, distinguishing traits held by the material or simply by the assay data threshold being of low, medium or high value.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31479-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 3px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 197; width: 274.844px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31479-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; background-color: transparent; z-index: 197; position: relative; min-height: 25px; font-size: 18px; color: #232323; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31479-4_content\\\">\\r\\n<p id=\\\"u31479-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">04 Processing Assay<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31483-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 213; position: relative; color: #44484f; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31483-4_content\\\">\\r\\n<p id=\\\"u31483-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Each material category will then have one ton of material collected, and images are photographed of hundreds \\/ thousands of pieces of material belonging to each category created. Processing of the material will take place in the traditional sense. In-house fire assays are performed on samples of processed materials, the remaining processed materials are then refined for their base and precious metals. Results for each category are weighed and valued based on market value of the metal acquired.\\u00a0 Each category is updated with current average assay values and saved in our database.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31677-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 15px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 217; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31677-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">05 Computer Learning \\/ AI<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31678-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #232323; z-index: 221; position: relative; background-color: transparent; font-size: 13px; line-height: 20px; width: 472px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31678-4_content\\\">\\r\\n<p id=\\\"u31678-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With the thousands of images of material placed in each distinct category. Visual Data is fed to a computer vision database which allows a server to cross reference images placed in each category, categories are labeled and when all categories are complete within a Dataset, the Vision Profile is saved and the machine learning engine is allowed to learn the images against test sets of images and between the hundreds \\/ thousands of images contained in each category.\\u00a0 The results are noted, false positives are filtered out and the system is trained thousands of times until it\\u2019s accuracy reaches above 90%<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31714\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 732.094px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 225; width: 564.047px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31714\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 225; width: 470px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31714_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/whatsapp%20image%202019-02-07%20at%20084231(11).jpg?crc=3768136332\\\" alt=\\\"\\\" width=\\\"470\\\" height=\\\"478\\\" \\/><\\/div>\\r\\n<div id=\\\"u31750\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 83px 0px 0px 1.23438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 227; width: 468px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31750_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/cells.jpg?crc=3864049304\\\" alt=\\\"\\\" width=\\\"468\\\" height=\\\"367\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31768-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 20px 0px 0px 313.188px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; text-align: center; position: relative; line-height: 12px; font-size: 10px; z-index: 68; font-family: abel, sans-serif; min-height: 25px; width: 828px; color: #000000; border: 0px solid transparent;\\\" data-content-guid=\\\"u31768-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Assay values are only available for registered full service recyclers and refiners with over 250mt \\/ mo. some exceptions may apply due to region or socio ecenomic stature. Ask your local representative for details.<\\/p>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2019-04-18 08:55:25\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 08:55:25\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2019-04-18 08:55:25\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/on-the-line.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(93, 32, 1, '', '2019-04-18 08:56:08', 237, 75491, '2c59ff5d908f3e71c27b4d1bb999194bbeee2d76', '{\"id\":32,\"asset_id\":\"733\",\"title\":\"Product Overview\",\"alias\":\"product-overview\",\"introtext\":\"<div id=\\\"pu27185\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 336; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884-bw\\\" class=\\\"browser_width grpelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 354; min-height: 659.8px; height: 660px; border: 0px solid transparent;\\\" data-content-guid=\\\"u26884-bw_content\\\">\\r\\n<div id=\\\"u26884\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/pile3.jpg?crc=3912905689\') center center \\/ cover no-repeat transparent; position: absolute; left: 0px; right: 0px; z-index: 354; opacity: 1; min-height: 659.8px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 224px 0px 203px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26962-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; text-align: center; position: relative; color: #ffffff; z-index: 355; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 153px; line-height: 72px; font-size: 60px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26962-4_content\\\">\\r\\n<h1 id=\\\"u26962-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 60px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">Know what\'s in it, before you buy.<\\/h1>\\r\\n<\\/div>\\r\\n<div id=\\\"u26969-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 21px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 27px; text-align: center; position: relative; color: #ffffff; font-size: 18px; z-index: 359; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 59px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26969-6_content\\\">\\r\\n<h4 id=\\\"u26969-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">The fastest. most accurate way to price, sort and verify e-waste.<br \\/>*Now With Hazardous Material Alerts<\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u30787\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 365; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30787_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30869\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 367; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30869_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30896\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 369; width: 658px; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30896_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30600-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 371; min-height: 79px; height: 108px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600\\\" style=\\\"margin: 0px; padding: 0px 0px 14px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 371; min-height: 79px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30582\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 372; width: 354.094px; left: 152.484px; border: 0px solid transparent;\\\"><img id=\\\"u30582_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 147.625px; padding-bottom: 3.59375px; width: 206.469px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/logo.png?crc=3999205104\\\" alt=\\\"\\\" data-heightwidthratio=\\\"0.38372093023255816\\\" data-image-width=\\\"172\\\" data-image-height=\\\"66\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">STANDARD FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 13000 recognizable electronic products.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through sorting to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">ENHANCED FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pbuttonu29114\\\" class=\\\"Button clearfix grpelem shared_content\\\" style=\\\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fluidWidth\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"pbuttonu29114_content\\\">\\r\\n<div id=\\\"u29115-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\">\\r\\n<p id=\\\"u29115-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\\\">Request A Demo<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28440-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 120; min-height: 405px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 405px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28440-bw_content\\\">\\r\\n<div id=\\\"u28440\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #e9eef1; z-index: 120; min-height: 405px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28440_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu28408\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 46px -10000px 0px 479.516px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 481.234px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28408\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px 0px 0px 53.4062px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 126; width: 374.438px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28408\\\" class=\\\"clip_frame grpelem shared_content\\\" style=\\\"margin: 4px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; z-index: 126; width: 43px; position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28408_content\\\"><img id=\\\"u28408_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon_download.png?crc=217403417\\\" alt=\\\"\\\" width=\\\"43\\\" height=\\\"31\\\" \\/><\\/div>\\r\\n<div id=\\\"u28401-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 43px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 122; min-height: 46px; font-size: 36px; background-color: transparent; width: 257px; left: -425px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28401-4_content\\\">\\r\\n<p id=\\\"u28401-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Google Cloud<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28496-8\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 66px 0px 0px 240.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 128; width: 401px; min-height: 238px; left: -480.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu28408\\\" data-content-guid=\\\"u28496-8_content\\\">\\r\\n<p id=\\\"u28496-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\"><span id=\\\"u28496\\\">Using AI and Machine Learning to analyze and compare thousands of images per second is not a job for your cell phone.<\\/span><\\/p>\\r\\n<p id=\\\"u28496-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28496-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #44484f; line-height: 25px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We have built our service into the google cloud servers.\\u00a0 Guaranteeing service uptime and the processing power of massive worldwide servers.\\u00a0 This is what allows our application to quickly give you the data you need to make the decision to succeed.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28386\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 121; background-position: center center; background-size: cover; height: 405px; background-image: url(\'..\\/images\\/whatsapp%20image%202018-12-03%20at%20182227.jpg?crc=370154897\'); position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28386_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28567\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 93; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28567_content\\\">\\r\\n<div id=\\\"u28567\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 93; background-position: center center; background-size: cover; width: 480px; height: 405px; background-image: url(\'..\\/images\\/p80601-113530-u28567-fr.jpg?crc=4286959756\'); position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28567_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28522\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 1px -10000px 0px 0px; padding: 80px 0px 77.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #696f7c; z-index: 94; position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28529-7\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 95; color: #ffffff; font-style: italic; width: 446px; min-height: 172px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28529-7_content\\\">\\r\\n<p id=\\\"u28529-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">12th December 2018<\\/p>\\r\\n<p id=\\\"u28529-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28529-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">This is a complete revolution in the waste industry, those who use it will be the only ones on top.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28545\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 106; width: 192.016px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28545\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/author%20pic.jpg?crc=3792668274\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 106; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28545_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28538-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 18px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; width: 88px; position: relative; min-height: 20px; z-index: 102; font-family: open-sans, sans-serif; color: #ffffff; left: 86.4062px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28538-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Noel Roblar<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28631-12\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 107; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28631-12_content\\\">\\r\\n<div id=\\\"u28631-12\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 31px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 107; position: relative; background-color: transparent; width: 454px; min-height: 260px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28631-12_content\\\">\\r\\n<p id=\\\"u28631-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #232323; line-height: 36px; font-size: 24px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Can you tell which has a higher scrap value? ViewPas<span id=\\\"u28631-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 15.84px; line-height: 0px;\\\">TM<\\/span>\\u00a0can!<\\/p>\\r\\n<p id=\\\"u28631-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 25px; color: #83969f; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">With more and more new computer components and circuit boards coming into the waste stream every year, how can anyone identify what\'s actually trash and what is really treasure?<\\/p>\\r\\n<p id=\\\"u28631-8\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-10\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Everyday, e-waste collectors make the mistake of misidentifying lower grade materials as higher grade.\\u00a0 Paying out thousands more for scrap that isn\'t worth the fiberglass its printed on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28638\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/2015-11-11-ts3_thumbs-9fa-small.jpg?crc=4269291268\') right center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; z-index: 119; width: 480px; height: 321px; position: relative; left: 0px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28638_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28653-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 72; min-height: 480px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 480px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28653-bw_content1\\\">\\r\\n<div id=\\\"u28653\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: transparent; opacity: 1; z-index: 72; background-position: center center; background-size: cover; min-height: 480px; background-image: url(\'..\\/images\\/20170730_160511.jpg?crc=190475290\'); border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28653_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: relative; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28761\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 39px 0px 78.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #001b3c; z-index: 73; position: relative; width: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28776-11\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 360px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 74; color: #ffffff; font-style: italic; width: 446px; min-height: 287px; left: -179px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28776-11_content\\\">\\r\\n<p id=\\\"u28776-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are a certified Waste Recycling Facility and the number one case study.<\\/p>\\r\\n<p id=\\\"u28776-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28776-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">When using ViewPas<span id=\\\"u28776-5\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0in our recycling facility we saw a 23% increase in revenue month one. ViewPas<span id=\\\"u28776-7\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0enabled our company to increase profitability month after month from then on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28787\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 190.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 92; width: 339.609px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28787\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/20046417_10155141753767713_2737196600415894914_n(7).jpg?crc=3849330254\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 92; left: -179.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28787_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28798-7\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 19px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 20px; z-index: 85; font-family: open-sans, sans-serif; color: #ffffff; width: 211px; left: -107.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28798-7_content\\\">\\r\\n<p id=\\\"u28798-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 0px; border: 0px solid transparent;\\\"><span id=\\\"u28798-3\\\" style=\\\"line-height: 17px;\\\">Dale Scott Marion<br \\/><\\/span><span id=\\\"u28798-4\\\" style=\\\"line-height: 10px; font-size: 8px;\\\">President \\/ Pfane Scientific SRL<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31662-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #2b303b; background-color: transparent; text-align: center; position: relative; z-index: 259; width: 960px; min-height: 74px; left: -480px; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u31662-6_content\\\">\\r\\n<p id=\\\"u31662-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Assayed Categories<\\/p>\\r\\n<p id=\\\"u31662-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are constantly adding new materials to each category, whose metal values meet the original threshold of the category created.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pppu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 7px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu31476-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 436.891px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 185; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31476-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 185; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31476-4_content\\\">\\r\\n<p id=\\\"u31476-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">01 Material Acquisition<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31477-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 189; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31477-4_content\\\">\\r\\n<p id=\\\"u31477-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">02 Material Scope<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"ppu31480-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 28px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31480-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 201; width: 274.844px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu31480-4_content\\\">\\r\\n<div id=\\\"u31480-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; font-size: 13px; position: relative; color: #44484f; z-index: 201; line-height: 20px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31480-4_content\\\">\\r\\n<p id=\\\"u31480-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Every material we categorize required that we have a sample size large enough to extrapolate hundreds of images of different types of material for each category, so it is essential that we purchase large enough quantities of mixed material. Each material acquired, for the purpose of itemization, then goes through an inspection process.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31478-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 193; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31478-4_content\\\">\\r\\n<p id=\\\"u31478-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">03 Categorization<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31481-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; line-height: 20px; font-size: 13px; position: relative; z-index: 205; color: #44484f; width: 229px; min-height: 144px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31480-4\\\" data-content-guid=\\\"u31481-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">For Each material we categorize we must first sample dozens of pieces of the target material, inspect the material for defects, clean the material and find specimens of the best quality. Each are photographed, labeled with distinguishing information, then ground into dust.\\u00a0 The dust is gravity swparated into metalic and non metalic fractions then labeled and scanned with an XRF scanner.\\u00a0 This process will set our high and low metal and nonmetallic values for our categorization step.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31482-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 21px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 209; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31482-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; font-size: 13px; line-height: 20px; z-index: 209; color: #44484f; position: relative; width: 229px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31482-4\\\" data-content-guid=\\\"u31482-4_content\\\">\\r\\n<p id=\\\"u31482-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">A value threshold is set for various categories of the material group. For instance if we have a low end reading 35 grams of gold per ton and a high end reading of 560 grams of gold per ton, we start by separating the initial specimens into four or 5 categories based on a metal value threshold no higher than the lower threshold of the next more valuable material.\\u00a0 We correlate these with a distinguishing characteristic of the group and name each new category of waste accordingly.\\u00a0 The category names are chosen due to age of material, distinguishing traits held by the material or simply by the assay data threshold being of low, medium or high value.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31479-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 3px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 197; width: 274.844px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31479-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; background-color: transparent; z-index: 197; position: relative; min-height: 25px; font-size: 18px; color: #232323; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31479-4_content\\\">\\r\\n<p id=\\\"u31479-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">04 Processing Assay<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31483-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 213; position: relative; color: #44484f; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31483-4_content\\\">\\r\\n<p id=\\\"u31483-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Each material category will then have one ton of material collected, and images are photographed of hundreds \\/ thousands of pieces of material belonging to each category created. Processing of the material will take place in the traditional sense. In-house fire assays are performed on samples of processed materials, the remaining processed materials are then refined for their base and precious metals. Results for each category are weighed and valued based on market value of the metal acquired.\\u00a0 Each category is updated with current average assay values and saved in our database.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31677-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 15px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 217; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31677-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">05 Computer Learning \\/ AI<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31678-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #232323; z-index: 221; position: relative; background-color: transparent; font-size: 13px; line-height: 20px; width: 472px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31678-4_content\\\">\\r\\n<p id=\\\"u31678-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With the thousands of images of material placed in each distinct category. Visual Data is fed to a computer vision database which allows a server to cross reference images placed in each category, categories are labeled and when all categories are complete within a Dataset, the Vision Profile is saved and the machine learning engine is allowed to learn the images against test sets of images and between the hundreds \\/ thousands of images contained in each category.\\u00a0 The results are noted, false positives are filtered out and the system is trained thousands of times until it\\u2019s accuracy reaches above 90%<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31714\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 732.094px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 225; width: 564.047px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31714\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 225; width: 470px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31714_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/whatsapp%20image%202019-02-07%20at%20084231(11).jpg?crc=3768136332\\\" alt=\\\"\\\" width=\\\"470\\\" height=\\\"478\\\" \\/><\\/div>\\r\\n<div id=\\\"u31750\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 83px 0px 0px 1.23438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 227; width: 468px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31750_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/cells.jpg?crc=3864049304\\\" alt=\\\"\\\" width=\\\"468\\\" height=\\\"367\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31768-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 20px 0px 0px 313.188px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; text-align: center; position: relative; line-height: 12px; font-size: 10px; z-index: 68; font-family: abel, sans-serif; min-height: 25px; width: 828px; color: #000000; border: 0px solid transparent;\\\" data-content-guid=\\\"u31768-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Assay values are only available for registered full service recyclers and refiners with over 250mt \\/ mo. some exceptions may apply due to region or socio ecenomic stature. Ask your local representative for details.<\\/p>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"13\",\"created\":\"2019-04-18 08:55:25\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 08:56:08\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 08:55:25\",\"publish_up\":\"2019-04-18 08:55:25\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/on-the-line.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(94, 32, 1, '', '2019-04-18 08:57:30', 237, 75491, '373bd3aa56c78596775e75b858ff68e904a98c5a', '{\"id\":32,\"asset_id\":\"733\",\"title\":\"Product Overview\",\"alias\":\"product-overview\",\"introtext\":\"<div id=\\\"pu27185\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 336; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884-bw\\\" class=\\\"browser_width grpelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 354; min-height: 659.8px; height: 660px; border: 0px solid transparent;\\\" data-content-guid=\\\"u26884-bw_content\\\">\\r\\n<div id=\\\"u26884\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/pile3.jpg?crc=3912905689\') center center \\/ cover no-repeat transparent; position: absolute; left: 0px; right: 0px; z-index: 354; opacity: 1; min-height: 659.8px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 224px 0px 203px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26962-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; text-align: center; position: relative; color: #ffffff; z-index: 355; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 153px; line-height: 72px; font-size: 60px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26962-4_content\\\">\\r\\n<h1 id=\\\"u26962-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 60px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">Know what\'s in it, before you buy.<\\/h1>\\r\\n<\\/div>\\r\\n<div id=\\\"u26969-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 21px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 27px; text-align: center; position: relative; color: #ffffff; font-size: 18px; z-index: 359; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 59px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26969-6_content\\\">\\r\\n<h4 id=\\\"u26969-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">The fastest. most accurate way to price, sort and verify e-waste.<br \\/>*Now With Hazardous Material Alerts<\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u30787\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 365; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30787_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30869\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 367; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30869_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30896\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 369; width: 658px; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30896_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30600-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 371; min-height: 79px; height: 108px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600\\\" style=\\\"margin: 0px; padding: 0px 0px 14px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 371; min-height: 79px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30582\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 372; width: 354.094px; left: 152.484px; border: 0px solid transparent;\\\"><img id=\\\"u30582_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 147.625px; padding-bottom: 3.59375px; width: 206.469px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/logo.png?crc=3999205104\\\" alt=\\\"\\\" data-heightwidthratio=\\\"0.38372093023255816\\\" data-image-width=\\\"172\\\" data-image-height=\\\"66\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">STANDARD FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 13000 recognizable electronic products.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through sorting to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">ENHANCED FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pbuttonu29114\\\" class=\\\"Button clearfix grpelem shared_content\\\" style=\\\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fluidWidth\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"pbuttonu29114_content\\\">\\r\\n<div id=\\\"u29115-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\">\\r\\n<p id=\\\"u29115-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\\\">Request A Demo<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28440-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 120; min-height: 405px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 405px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28440-bw_content\\\">\\r\\n<div id=\\\"u28440\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #e9eef1; z-index: 120; min-height: 405px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28440_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu28408\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 46px -10000px 0px 479.516px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 481.234px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28408\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px 0px 0px 53.4062px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 126; width: 374.438px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28408\\\" class=\\\"clip_frame grpelem shared_content\\\" style=\\\"margin: 4px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; z-index: 126; width: 43px; position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28408_content\\\"><img id=\\\"u28408_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon_download.png?crc=217403417\\\" alt=\\\"\\\" width=\\\"43\\\" height=\\\"31\\\" \\/><\\/div>\\r\\n<div id=\\\"u28401-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 43px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 122; min-height: 46px; font-size: 36px; background-color: transparent; width: 257px; left: -425px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28401-4_content\\\">\\r\\n<p id=\\\"u28401-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Google Cloud<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28496-8\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 66px 0px 0px 240.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 128; width: 401px; min-height: 238px; left: -480.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu28408\\\" data-content-guid=\\\"u28496-8_content\\\">\\r\\n<p id=\\\"u28496-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\"><span id=\\\"u28496\\\">Using AI and Machine Learning to analyze and compare thousands of images per second is not a job for your cell phone.<\\/span><\\/p>\\r\\n<p id=\\\"u28496-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28496-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #44484f; line-height: 25px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We have built our service into the google cloud servers.\\u00a0 Guaranteeing service uptime and the processing power of massive worldwide servers.\\u00a0 This is what allows our application to quickly give you the data you need to make the decision to succeed.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28386\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 121; background-position: center center; background-size: cover; height: 405px; background-image: url(\'..\\/images\\/whatsapp%20image%202018-12-03%20at%20182227.jpg?crc=370154897\'); position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28386_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28567\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 93; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28567_content\\\">\\r\\n<div id=\\\"u28567\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 93; background-position: center center; background-size: cover; width: 480px; height: 405px; background-image: url(\'..\\/images\\/p80601-113530-u28567-fr.jpg?crc=4286959756\'); position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28567_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28522\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 1px -10000px 0px 0px; padding: 80px 0px 77.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #696f7c; z-index: 94; position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28529-7\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 95; color: #ffffff; font-style: italic; width: 446px; min-height: 172px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28529-7_content\\\">\\r\\n<p id=\\\"u28529-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">12th December 2018<\\/p>\\r\\n<p id=\\\"u28529-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28529-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">This is a complete revolution in the waste industry, those who use it will be the only ones on top.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28545\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 106; width: 192.016px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28545\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/author%20pic.jpg?crc=3792668274\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 106; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28545_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28538-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 18px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; width: 88px; position: relative; min-height: 20px; z-index: 102; font-family: open-sans, sans-serif; color: #ffffff; left: 86.4062px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28538-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Noel Roblar<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28631-12\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 107; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28631-12_content\\\">\\r\\n<div id=\\\"u28631-12\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 31px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 107; position: relative; background-color: transparent; width: 454px; min-height: 260px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28631-12_content\\\">\\r\\n<p id=\\\"u28631-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #232323; line-height: 36px; font-size: 24px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Can you tell which has a higher scrap value? ViewPas<span id=\\\"u28631-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 15.84px; line-height: 0px;\\\">TM<\\/span>\\u00a0can!<\\/p>\\r\\n<p id=\\\"u28631-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 25px; color: #83969f; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">With more and more new computer components and circuit boards coming into the waste stream every year, how can anyone identify what\'s actually trash and what is really treasure?<\\/p>\\r\\n<p id=\\\"u28631-8\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-10\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Everyday, e-waste collectors make the mistake of misidentifying lower grade materials as higher grade.\\u00a0 Paying out thousands more for scrap that isn\'t worth the fiberglass its printed on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28638\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/2015-11-11-ts3_thumbs-9fa-small.jpg?crc=4269291268\') right center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; z-index: 119; width: 480px; height: 321px; position: relative; left: 0px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28638_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28653-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 72; min-height: 480px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 480px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28653-bw_content1\\\">\\r\\n<div id=\\\"u28653\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: transparent; opacity: 1; z-index: 72; background-position: center center; background-size: cover; min-height: 480px; background-image: url(\'..\\/images\\/20170730_160511.jpg?crc=190475290\'); border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28653_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: relative; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28761\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 39px 0px 78.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #001b3c; z-index: 73; position: relative; width: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28776-11\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 360px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 74; color: #ffffff; font-style: italic; width: 446px; min-height: 287px; left: -179px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28776-11_content\\\">\\r\\n<p id=\\\"u28776-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are a certified Waste Recycling Facility and the number one case study.<\\/p>\\r\\n<p id=\\\"u28776-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28776-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">When using ViewPas<span id=\\\"u28776-5\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0in our recycling facility we saw a 23% increase in revenue month one. ViewPas<span id=\\\"u28776-7\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0enabled our company to increase profitability month after month from then on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28787\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 190.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 92; width: 339.609px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28787\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/20046417_10155141753767713_2737196600415894914_n(7).jpg?crc=3849330254\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 92; left: -179.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28787_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28798-7\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 19px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 20px; z-index: 85; font-family: open-sans, sans-serif; color: #ffffff; width: 211px; left: -107.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28798-7_content\\\">\\r\\n<p id=\\\"u28798-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 0px; border: 0px solid transparent;\\\"><span id=\\\"u28798-3\\\" style=\\\"line-height: 17px;\\\">Dale Scott Marion<br \\/><\\/span><span id=\\\"u28798-4\\\" style=\\\"line-height: 10px; font-size: 8px;\\\">President \\/ Pfane Scientific SRL<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31662-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #2b303b; background-color: transparent; text-align: center; position: relative; z-index: 259; width: 960px; min-height: 74px; left: -480px; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u31662-6_content\\\">\\r\\n<p id=\\\"u31662-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Assayed Categories<\\/p>\\r\\n<p id=\\\"u31662-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are constantly adding new materials to each category, whose metal values meet the original threshold of the category created.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pppu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 7px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu31476-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 436.891px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 185; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31476-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 185; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31476-4_content\\\">\\r\\n<p id=\\\"u31476-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">01 Material Acquisition<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31477-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 189; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31477-4_content\\\">\\r\\n<p id=\\\"u31477-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">02 Material Scope<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"ppu31480-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 28px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31480-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 201; width: 274.844px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu31480-4_content\\\">\\r\\n<div id=\\\"u31480-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; font-size: 13px; position: relative; color: #44484f; z-index: 201; line-height: 20px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31480-4_content\\\">\\r\\n<p id=\\\"u31480-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Every material we categorize required that we have a sample size large enough to extrapolate hundreds of images of different types of material for each category, so it is essential that we purchase large enough quantities of mixed material. Each material acquired, for the purpose of itemization, then goes through an inspection process.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31478-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 193; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31478-4_content\\\">\\r\\n<p id=\\\"u31478-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">03 Categorization<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31481-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; line-height: 20px; font-size: 13px; position: relative; z-index: 205; color: #44484f; width: 229px; min-height: 144px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31480-4\\\" data-content-guid=\\\"u31481-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">For Each material we categorize we must first sample dozens of pieces of the target material, inspect the material for defects, clean the material and find specimens of the best quality. Each are photographed, labeled with distinguishing information, then ground into dust.\\u00a0 The dust is gravity swparated into metalic and non metalic fractions then labeled and scanned with an XRF scanner.\\u00a0 This process will set our high and low metal and nonmetallic values for our categorization step.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31482-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 21px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 209; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31482-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; font-size: 13px; line-height: 20px; z-index: 209; color: #44484f; position: relative; width: 229px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31482-4\\\" data-content-guid=\\\"u31482-4_content\\\">\\r\\n<p id=\\\"u31482-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">A value threshold is set for various categories of the material group. For instance if we have a low end reading 35 grams of gold per ton and a high end reading of 560 grams of gold per ton, we start by separating the initial specimens into four or 5 categories based on a metal value threshold no higher than the lower threshold of the next more valuable material.\\u00a0 We correlate these with a distinguishing characteristic of the group and name each new category of waste accordingly.\\u00a0 The category names are chosen due to age of material, distinguishing traits held by the material or simply by the assay data threshold being of low, medium or high value.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31479-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 3px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 197; width: 274.844px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31479-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; background-color: transparent; z-index: 197; position: relative; min-height: 25px; font-size: 18px; color: #232323; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31479-4_content\\\">\\r\\n<p id=\\\"u31479-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">04 Processing Assay<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31483-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 213; position: relative; color: #44484f; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31483-4_content\\\">\\r\\n<p id=\\\"u31483-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Each material category will then have one ton of material collected, and images are photographed of hundreds \\/ thousands of pieces of material belonging to each category created. Processing of the material will take place in the traditional sense. In-house fire assays are performed on samples of processed materials, the remaining processed materials are then refined for their base and precious metals. Results for each category are weighed and valued based on market value of the metal acquired.\\u00a0 Each category is updated with current average assay values and saved in our database.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31677-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 15px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 217; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31677-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">05 Computer Learning \\/ AI<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31678-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #232323; z-index: 221; position: relative; background-color: transparent; font-size: 13px; line-height: 20px; width: 472px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31678-4_content\\\">\\r\\n<p id=\\\"u31678-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With the thousands of images of material placed in each distinct category. Visual Data is fed to a computer vision database which allows a server to cross reference images placed in each category, categories are labeled and when all categories are complete within a Dataset, the Vision Profile is saved and the machine learning engine is allowed to learn the images against test sets of images and between the hundreds \\/ thousands of images contained in each category.\\u00a0 The results are noted, false positives are filtered out and the system is trained thousands of times until it\\u2019s accuracy reaches above 90%<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31714\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 732.094px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 225; width: 564.047px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31714\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 225; width: 470px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31714_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/whatsapp%20image%202019-02-07%20at%20084231(11).jpg?crc=3768136332\\\" alt=\\\"\\\" width=\\\"470\\\" height=\\\"478\\\" \\/><\\/div>\\r\\n<div id=\\\"u31750\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 83px 0px 0px 1.23438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 227; width: 468px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31750_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/cells.jpg?crc=3864049304\\\" alt=\\\"\\\" width=\\\"468\\\" height=\\\"367\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31768-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 20px 0px 0px 313.188px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; text-align: center; position: relative; line-height: 12px; font-size: 10px; z-index: 68; font-family: abel, sans-serif; min-height: 25px; width: 828px; color: #000000; border: 0px solid transparent;\\\" data-content-guid=\\\"u31768-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Assay values are only available for registered full service recyclers and refiners with over 250mt \\/ mo. some exceptions may apply due to region or socio ecenomic stature. Ask your local representative for details.<\\/p>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-18 08:55:25\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 08:57:30\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 08:57:18\",\"publish_up\":\"2019-04-18 08:55:25\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/on-the-line.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(95, 32, 1, '', '2019-04-18 09:02:48', 237, 75850, '25784b7749112a78ec4bd02fbb20951985c5d1b4', '{\"id\":32,\"asset_id\":\"733\",\"title\":\"Product Overview\",\"alias\":\"product-overview\",\"introtext\":\"<p>Project ViewPas\\u2122 is Pfanes revolutionary, disruptive solution to stabilise the e-waste market, creating a fair playing field for buyers and sellers. ViewPas\\u2122 allows collectors, recyclers, consolidators and refiners to insure profitability from the collection, sale, processing and recycling of e-waste and the raw materials produced.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<div id=\\\"pu27185\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 336; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884-bw\\\" class=\\\"browser_width grpelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 354; min-height: 659.8px; height: 660px; border: 0px solid transparent;\\\" data-content-guid=\\\"u26884-bw_content\\\">\\r\\n<div id=\\\"u26884\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/pile3.jpg?crc=3912905689\') center center \\/ cover no-repeat transparent; position: absolute; left: 0px; right: 0px; z-index: 354; opacity: 1; min-height: 659.8px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 224px 0px 203px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26962-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; text-align: center; position: relative; color: #ffffff; z-index: 355; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 153px; line-height: 72px; font-size: 60px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26962-4_content\\\">\\r\\n<h1 id=\\\"u26962-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 60px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">Know what\'s in it, before you buy.<\\/h1>\\r\\n<\\/div>\\r\\n<div id=\\\"u26969-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 21px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 27px; text-align: center; position: relative; color: #ffffff; font-size: 18px; z-index: 359; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 59px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26969-6_content\\\">\\r\\n<h4 id=\\\"u26969-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">The fastest. most accurate way to price, sort and verify e-waste.<br \\/>*Now With Hazardous Material Alerts<\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u30787\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 365; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30787_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30869\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 367; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30869_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30896\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 369; width: 658px; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30896_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30600-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 371; min-height: 79px; height: 108px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600\\\" style=\\\"margin: 0px; padding: 0px 0px 14px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 371; min-height: 79px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30582\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 372; width: 354.094px; left: 152.484px; border: 0px solid transparent;\\\"><img id=\\\"u30582_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 147.625px; padding-bottom: 3.59375px; width: 206.469px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/logo.png?crc=3999205104\\\" alt=\\\"\\\" data-heightwidthratio=\\\"0.38372093023255816\\\" data-image-width=\\\"172\\\" data-image-height=\\\"66\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">STANDARD FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 13000 recognizable electronic products.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through sorting to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">ENHANCED FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pbuttonu29114\\\" class=\\\"Button clearfix grpelem shared_content\\\" style=\\\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fluidWidth\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"pbuttonu29114_content\\\">\\r\\n<div id=\\\"u29115-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\">\\r\\n<p id=\\\"u29115-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\\\">Request A Demo<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28440-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 120; min-height: 405px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 405px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28440-bw_content\\\">\\r\\n<div id=\\\"u28440\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #e9eef1; z-index: 120; min-height: 405px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28440_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu28408\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 46px -10000px 0px 479.516px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 481.234px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28408\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px 0px 0px 53.4062px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 126; width: 374.438px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28408\\\" class=\\\"clip_frame grpelem shared_content\\\" style=\\\"margin: 4px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; z-index: 126; width: 43px; position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28408_content\\\"><img id=\\\"u28408_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon_download.png?crc=217403417\\\" alt=\\\"\\\" width=\\\"43\\\" height=\\\"31\\\" \\/><\\/div>\\r\\n<div id=\\\"u28401-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 43px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 122; min-height: 46px; font-size: 36px; background-color: transparent; width: 257px; left: -425px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28401-4_content\\\">\\r\\n<p id=\\\"u28401-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Google Cloud<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28496-8\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 66px 0px 0px 240.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 128; width: 401px; min-height: 238px; left: -480.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu28408\\\" data-content-guid=\\\"u28496-8_content\\\">\\r\\n<p id=\\\"u28496-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\"><span id=\\\"u28496\\\">Using AI and Machine Learning to analyze and compare thousands of images per second is not a job for your cell phone.<\\/span><\\/p>\\r\\n<p id=\\\"u28496-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28496-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #44484f; line-height: 25px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We have built our service into the google cloud servers.\\u00a0 Guaranteeing service uptime and the processing power of massive worldwide servers.\\u00a0 This is what allows our application to quickly give you the data you need to make the decision to succeed.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28386\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 121; background-position: center center; background-size: cover; height: 405px; background-image: url(\'..\\/images\\/whatsapp%20image%202018-12-03%20at%20182227.jpg?crc=370154897\'); position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28386_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28567\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 93; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28567_content\\\">\\r\\n<div id=\\\"u28567\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 93; background-position: center center; background-size: cover; width: 480px; height: 405px; background-image: url(\'..\\/images\\/p80601-113530-u28567-fr.jpg?crc=4286959756\'); position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28567_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28522\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 1px -10000px 0px 0px; padding: 80px 0px 77.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #696f7c; z-index: 94; position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28529-7\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 95; color: #ffffff; font-style: italic; width: 446px; min-height: 172px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28529-7_content\\\">\\r\\n<p id=\\\"u28529-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">12th December 2018<\\/p>\\r\\n<p id=\\\"u28529-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28529-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">This is a complete revolution in the waste industry, those who use it will be the only ones on top.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28545\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 106; width: 192.016px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28545\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/author%20pic.jpg?crc=3792668274\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 106; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28545_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28538-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 18px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; width: 88px; position: relative; min-height: 20px; z-index: 102; font-family: open-sans, sans-serif; color: #ffffff; left: 86.4062px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28538-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Noel Roblar<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28631-12\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 107; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28631-12_content\\\">\\r\\n<div id=\\\"u28631-12\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 31px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 107; position: relative; background-color: transparent; width: 454px; min-height: 260px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28631-12_content\\\">\\r\\n<p id=\\\"u28631-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #232323; line-height: 36px; font-size: 24px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Can you tell which has a higher scrap value? ViewPas<span id=\\\"u28631-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 15.84px; line-height: 0px;\\\">TM<\\/span>\\u00a0can!<\\/p>\\r\\n<p id=\\\"u28631-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 25px; color: #83969f; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">With more and more new computer components and circuit boards coming into the waste stream every year, how can anyone identify what\'s actually trash and what is really treasure?<\\/p>\\r\\n<p id=\\\"u28631-8\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-10\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Everyday, e-waste collectors make the mistake of misidentifying lower grade materials as higher grade.\\u00a0 Paying out thousands more for scrap that isn\'t worth the fiberglass its printed on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28638\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/2015-11-11-ts3_thumbs-9fa-small.jpg?crc=4269291268\') right center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; z-index: 119; width: 480px; height: 321px; position: relative; left: 0px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28638_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28653-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 72; min-height: 480px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 480px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28653-bw_content1\\\">\\r\\n<div id=\\\"u28653\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: transparent; opacity: 1; z-index: 72; background-position: center center; background-size: cover; min-height: 480px; background-image: url(\'..\\/images\\/20170730_160511.jpg?crc=190475290\'); border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28653_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: relative; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28761\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 39px 0px 78.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #001b3c; z-index: 73; position: relative; width: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28776-11\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 360px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 74; color: #ffffff; font-style: italic; width: 446px; min-height: 287px; left: -179px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28776-11_content\\\">\\r\\n<p id=\\\"u28776-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are a certified Waste Recycling Facility and the number one case study.<\\/p>\\r\\n<p id=\\\"u28776-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28776-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">When using ViewPas<span id=\\\"u28776-5\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0in our recycling facility we saw a 23% increase in revenue month one. ViewPas<span id=\\\"u28776-7\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0enabled our company to increase profitability month after month from then on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28787\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 190.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 92; width: 339.609px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28787\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/20046417_10155141753767713_2737196600415894914_n(7).jpg?crc=3849330254\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 92; left: -179.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28787_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28798-7\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 19px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 20px; z-index: 85; font-family: open-sans, sans-serif; color: #ffffff; width: 211px; left: -107.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28798-7_content\\\">\\r\\n<p id=\\\"u28798-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 0px; border: 0px solid transparent;\\\"><span id=\\\"u28798-3\\\" style=\\\"line-height: 17px;\\\">Dale Scott Marion<br \\/><\\/span><span id=\\\"u28798-4\\\" style=\\\"line-height: 10px; font-size: 8px;\\\">President \\/ Pfane Scientific SRL<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31662-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #2b303b; background-color: transparent; text-align: center; position: relative; z-index: 259; width: 960px; min-height: 74px; left: -480px; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u31662-6_content\\\">\\r\\n<p id=\\\"u31662-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Assayed Categories<\\/p>\\r\\n<p id=\\\"u31662-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are constantly adding new materials to each category, whose metal values meet the original threshold of the category created.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pppu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 7px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu31476-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 436.891px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 185; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31476-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 185; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31476-4_content\\\">\\r\\n<p id=\\\"u31476-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">01 Material Acquisition<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31477-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 189; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31477-4_content\\\">\\r\\n<p id=\\\"u31477-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">02 Material Scope<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"ppu31480-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 28px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31480-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 201; width: 274.844px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu31480-4_content\\\">\\r\\n<div id=\\\"u31480-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; font-size: 13px; position: relative; color: #44484f; z-index: 201; line-height: 20px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31480-4_content\\\">\\r\\n<p id=\\\"u31480-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Every material we categorize required that we have a sample size large enough to extrapolate hundreds of images of different types of material for each category, so it is essential that we purchase large enough quantities of mixed material. Each material acquired, for the purpose of itemization, then goes through an inspection process.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31478-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 193; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31478-4_content\\\">\\r\\n<p id=\\\"u31478-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">03 Categorization<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31481-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; line-height: 20px; font-size: 13px; position: relative; z-index: 205; color: #44484f; width: 229px; min-height: 144px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31480-4\\\" data-content-guid=\\\"u31481-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">For Each material we categorize we must first sample dozens of pieces of the target material, inspect the material for defects, clean the material and find specimens of the best quality. Each are photographed, labeled with distinguishing information, then ground into dust.\\u00a0 The dust is gravity swparated into metalic and non metalic fractions then labeled and scanned with an XRF scanner.\\u00a0 This process will set our high and low metal and nonmetallic values for our categorization step.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31482-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 21px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 209; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31482-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; font-size: 13px; line-height: 20px; z-index: 209; color: #44484f; position: relative; width: 229px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31482-4\\\" data-content-guid=\\\"u31482-4_content\\\">\\r\\n<p id=\\\"u31482-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">A value threshold is set for various categories of the material group. For instance if we have a low end reading 35 grams of gold per ton and a high end reading of 560 grams of gold per ton, we start by separating the initial specimens into four or 5 categories based on a metal value threshold no higher than the lower threshold of the next more valuable material.\\u00a0 We correlate these with a distinguishing characteristic of the group and name each new category of waste accordingly.\\u00a0 The category names are chosen due to age of material, distinguishing traits held by the material or simply by the assay data threshold being of low, medium or high value.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31479-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 3px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 197; width: 274.844px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31479-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; background-color: transparent; z-index: 197; position: relative; min-height: 25px; font-size: 18px; color: #232323; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31479-4_content\\\">\\r\\n<p id=\\\"u31479-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">04 Processing Assay<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31483-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 213; position: relative; color: #44484f; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31483-4_content\\\">\\r\\n<p id=\\\"u31483-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Each material category will then have one ton of material collected, and images are photographed of hundreds \\/ thousands of pieces of material belonging to each category created. Processing of the material will take place in the traditional sense. In-house fire assays are performed on samples of processed materials, the remaining processed materials are then refined for their base and precious metals. Results for each category are weighed and valued based on market value of the metal acquired.\\u00a0 Each category is updated with current average assay values and saved in our database.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31677-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 15px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 217; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31677-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">05 Computer Learning \\/ AI<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31678-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #232323; z-index: 221; position: relative; background-color: transparent; font-size: 13px; line-height: 20px; width: 472px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31678-4_content\\\">\\r\\n<p id=\\\"u31678-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With the thousands of images of material placed in each distinct category. Visual Data is fed to a computer vision database which allows a server to cross reference images placed in each category, categories are labeled and when all categories are complete within a Dataset, the Vision Profile is saved and the machine learning engine is allowed to learn the images against test sets of images and between the hundreds \\/ thousands of images contained in each category.\\u00a0 The results are noted, false positives are filtered out and the system is trained thousands of times until it\\u2019s accuracy reaches above 90%<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31714\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 732.094px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 225; width: 564.047px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31714\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 225; width: 470px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31714_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/whatsapp%20image%202019-02-07%20at%20084231(11).jpg?crc=3768136332\\\" alt=\\\"\\\" width=\\\"470\\\" height=\\\"478\\\" \\/><\\/div>\\r\\n<div id=\\\"u31750\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 83px 0px 0px 1.23438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 227; width: 468px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31750_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/cells.jpg?crc=3864049304\\\" alt=\\\"\\\" width=\\\"468\\\" height=\\\"367\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31768-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 20px 0px 0px 313.188px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; text-align: center; position: relative; line-height: 12px; font-size: 10px; z-index: 68; font-family: abel, sans-serif; min-height: 25px; width: 828px; color: #000000; border: 0px solid transparent;\\\" data-content-guid=\\\"u31768-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Assay values are only available for registered full service recyclers and refiners with over 250mt \\/ mo. some exceptions may apply due to region or socio ecenomic stature. Ask your local representative for details.<\\/p>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-18 08:55:25\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 09:02:48\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 08:57:50\",\"publish_up\":\"2019-04-18 08:55:25\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/on-the-line.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(96, 32, 1, '', '2019-04-18 09:04:04', 237, 75852, '4becca3bb4c57c3386a55c92b18d14e9052380ea', '{\"id\":32,\"asset_id\":\"733\",\"title\":\"Product Overview\",\"alias\":\"product-overview\",\"introtext\":\"<p>Project ViewPas\\u2122 is Pfanes revolutionary, disruptive solution to stabilise the e-waste market, creating a fair playing field for buyers and sellers. ViewPas\\u2122 allows collectors, recyclers, consolidators and refiners to insure profitability from the collection, sale, processing and recycling of e-waste and the raw materials produced.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<div id=\\\"pu27185\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 336; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884-bw\\\" class=\\\"browser_width grpelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 354; min-height: 659.8px; height: 660px; border: 0px solid transparent;\\\" data-content-guid=\\\"u26884-bw_content\\\">\\r\\n<div id=\\\"u26884\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/pile3.jpg?crc=3912905689\') center center \\/ cover no-repeat transparent; position: absolute; left: 0px; right: 0px; z-index: 354; opacity: 1; min-height: 659.8px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 224px 0px 203px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26962-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; text-align: center; position: relative; color: #ffffff; z-index: 355; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 153px; line-height: 72px; font-size: 60px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26962-4_content\\\">\\r\\n<h1 id=\\\"u26962-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 60px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">Know what\'s in it, before you buy.<\\/h1>\\r\\n<\\/div>\\r\\n<div id=\\\"u26969-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 21px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 27px; text-align: center; position: relative; color: #ffffff; font-size: 18px; z-index: 359; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 59px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26969-6_content\\\">\\r\\n<h4 id=\\\"u26969-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">The fastest. most accurate way to price, sort and verify e-waste.<br \\/>*Now With Hazardous Material Alerts<\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u30787\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 365; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30787_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30869\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 367; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30869_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30896\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 369; width: 658px; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30896_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30600-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 371; min-height: 79px; height: 108px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600\\\" style=\\\"margin: 0px; padding: 0px 0px 14px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 371; min-height: 79px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30582\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 372; width: 354.094px; left: 152.484px; border: 0px solid transparent;\\\"><img id=\\\"u30582_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 147.625px; padding-bottom: 3.59375px; width: 206.469px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/logo.png?crc=3999205104\\\" alt=\\\"\\\" data-heightwidthratio=\\\"0.38372093023255816\\\" data-image-width=\\\"172\\\" data-image-height=\\\"66\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">STANDARD FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 13000 recognizable electronic products.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through sorting to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">ENHANCED FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pbuttonu29114\\\" class=\\\"Button clearfix grpelem shared_content\\\" style=\\\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fluidWidth\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"pbuttonu29114_content\\\">\\r\\n<div id=\\\"u29115-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\">\\r\\n<p id=\\\"u29115-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\\\">Request A Demo<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28440-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 120; min-height: 405px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 405px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28440-bw_content\\\">\\r\\n<div id=\\\"u28440\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #e9eef1; z-index: 120; min-height: 405px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28440_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu28408\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 46px -10000px 0px 479.516px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 481.234px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28408\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px 0px 0px 53.4062px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 126; width: 374.438px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28408\\\" class=\\\"clip_frame grpelem shared_content\\\" style=\\\"margin: 4px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; z-index: 126; width: 43px; position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28408_content\\\"><img id=\\\"u28408_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon_download.png?crc=217403417\\\" alt=\\\"\\\" width=\\\"43\\\" height=\\\"31\\\" \\/><\\/div>\\r\\n<div id=\\\"u28401-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 43px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 122; min-height: 46px; font-size: 36px; background-color: transparent; width: 257px; left: -425px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28401-4_content\\\">\\r\\n<p id=\\\"u28401-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Google Cloud<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28496-8\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 66px 0px 0px 240.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 128; width: 401px; min-height: 238px; left: -480.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu28408\\\" data-content-guid=\\\"u28496-8_content\\\">\\r\\n<p id=\\\"u28496-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\"><span id=\\\"u28496\\\">Using AI and Machine Learning to analyze and compare thousands of images per second is not a job for your cell phone.<\\/span><\\/p>\\r\\n<p id=\\\"u28496-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28496-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #44484f; line-height: 25px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We have built our service into the google cloud servers.\\u00a0 Guaranteeing service uptime and the processing power of massive worldwide servers.\\u00a0 This is what allows our application to quickly give you the data you need to make the decision to succeed.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28386\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 121; background-position: center center; background-size: cover; height: 405px; background-image: url(\'..\\/images\\/whatsapp%20image%202018-12-03%20at%20182227.jpg?crc=370154897\'); position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28386_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28567\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 93; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28567_content\\\">\\r\\n<div id=\\\"u28567\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 93; background-position: center center; background-size: cover; width: 480px; height: 405px; background-image: url(\'..\\/images\\/p80601-113530-u28567-fr.jpg?crc=4286959756\'); position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28567_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28522\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 1px -10000px 0px 0px; padding: 80px 0px 77.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #696f7c; z-index: 94; position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28529-7\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 95; color: #ffffff; font-style: italic; width: 446px; min-height: 172px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28529-7_content\\\">\\r\\n<p id=\\\"u28529-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">12th December 2018<\\/p>\\r\\n<p id=\\\"u28529-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28529-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">This is a complete revolution in the waste industry, those who use it will be the only ones on top.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28545\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 106; width: 192.016px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28545\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/author%20pic.jpg?crc=3792668274\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 106; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28545_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28538-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 18px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; width: 88px; position: relative; min-height: 20px; z-index: 102; font-family: open-sans, sans-serif; color: #ffffff; left: 86.4062px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28538-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Noel Roblar<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28631-12\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 107; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28631-12_content\\\">\\r\\n<div id=\\\"u28631-12\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 31px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 107; position: relative; background-color: transparent; width: 454px; min-height: 260px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28631-12_content\\\">\\r\\n<p id=\\\"u28631-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #232323; line-height: 36px; font-size: 24px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Can you tell which has a higher scrap value? ViewPas<span id=\\\"u28631-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 15.84px; line-height: 0px;\\\">TM<\\/span>\\u00a0can!<\\/p>\\r\\n<p id=\\\"u28631-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 25px; color: #83969f; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">With more and more new computer components and circuit boards coming into the waste stream every year, how can anyone identify what\'s actually trash and what is really treasure?<\\/p>\\r\\n<p id=\\\"u28631-8\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-10\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Everyday, e-waste collectors make the mistake of misidentifying lower grade materials as higher grade.\\u00a0 Paying out thousands more for scrap that isn\'t worth the fiberglass its printed on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28638\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/2015-11-11-ts3_thumbs-9fa-small.jpg?crc=4269291268\') right center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; z-index: 119; width: 480px; height: 321px; position: relative; left: 0px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28638_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28653-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 72; min-height: 480px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 480px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28653-bw_content1\\\">\\r\\n<div id=\\\"u28653\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: transparent; opacity: 1; z-index: 72; background-position: center center; background-size: cover; min-height: 480px; background-image: url(\'..\\/images\\/20170730_160511.jpg?crc=190475290\'); border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28653_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: relative; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28761\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 39px 0px 78.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #001b3c; z-index: 73; position: relative; width: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28776-11\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 360px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 74; color: #ffffff; font-style: italic; width: 446px; min-height: 287px; left: -179px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28776-11_content\\\">\\r\\n<p id=\\\"u28776-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are a certified Waste Recycling Facility and the number one case study.<\\/p>\\r\\n<p id=\\\"u28776-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28776-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">When using ViewPas<span id=\\\"u28776-5\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0in our recycling facility we saw a 23% increase in revenue month one. ViewPas<span id=\\\"u28776-7\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0enabled our company to increase profitability month after month from then on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28787\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 190.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 92; width: 339.609px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28787\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/20046417_10155141753767713_2737196600415894914_n(7).jpg?crc=3849330254\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 92; left: -179.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28787_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28798-7\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 19px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 20px; z-index: 85; font-family: open-sans, sans-serif; color: #ffffff; width: 211px; left: -107.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28798-7_content\\\">\\r\\n<p id=\\\"u28798-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 0px; border: 0px solid transparent;\\\"><span id=\\\"u28798-3\\\" style=\\\"line-height: 17px;\\\">Dale Scott Marion<br \\/><\\/span><span id=\\\"u28798-4\\\" style=\\\"line-height: 10px; font-size: 8px;\\\">President \\/ Pfane Scientific SRL<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31662-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #2b303b; background-color: transparent; text-align: center; position: relative; z-index: 259; width: 960px; min-height: 74px; left: -480px; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u31662-6_content\\\">\\r\\n<p id=\\\"u31662-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Assayed Categories<\\/p>\\r\\n<p id=\\\"u31662-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are constantly adding new materials to each category, whose metal values meet the original threshold of the category created.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pppu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 7px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu31476-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 436.891px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 185; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31476-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 185; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31476-4_content\\\">\\r\\n<p id=\\\"u31476-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">01 Material Acquisition<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31477-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 189; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31477-4_content\\\">\\r\\n<p id=\\\"u31477-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">02 Material Scope<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"ppu31480-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 28px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31480-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 201; width: 274.844px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu31480-4_content\\\">\\r\\n<div id=\\\"u31480-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; font-size: 13px; position: relative; color: #44484f; z-index: 201; line-height: 20px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31480-4_content\\\">\\r\\n<p id=\\\"u31480-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Every material we categorize required that we have a sample size large enough to extrapolate hundreds of images of different types of material for each category, so it is essential that we purchase large enough quantities of mixed material. Each material acquired, for the purpose of itemization, then goes through an inspection process.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31478-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 193; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31478-4_content\\\">\\r\\n<p id=\\\"u31478-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">03 Categorization<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31481-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; line-height: 20px; font-size: 13px; position: relative; z-index: 205; color: #44484f; width: 229px; min-height: 144px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31480-4\\\" data-content-guid=\\\"u31481-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">For Each material we categorize we must first sample dozens of pieces of the target material, inspect the material for defects, clean the material and find specimens of the best quality. Each are photographed, labeled with distinguishing information, then ground into dust.\\u00a0 The dust is gravity swparated into metalic and non metalic fractions then labeled and scanned with an XRF scanner.\\u00a0 This process will set our high and low metal and nonmetallic values for our categorization step.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31482-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 21px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 209; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31482-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; font-size: 13px; line-height: 20px; z-index: 209; color: #44484f; position: relative; width: 229px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31482-4\\\" data-content-guid=\\\"u31482-4_content\\\">\\r\\n<p id=\\\"u31482-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">A value threshold is set for various categories of the material group. For instance if we have a low end reading 35 grams of gold per ton and a high end reading of 560 grams of gold per ton, we start by separating the initial specimens into four or 5 categories based on a metal value threshold no higher than the lower threshold of the next more valuable material.\\u00a0 We correlate these with a distinguishing characteristic of the group and name each new category of waste accordingly.\\u00a0 The category names are chosen due to age of material, distinguishing traits held by the material or simply by the assay data threshold being of low, medium or high value.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31479-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 3px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 197; width: 274.844px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31479-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; background-color: transparent; z-index: 197; position: relative; min-height: 25px; font-size: 18px; color: #232323; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31479-4_content\\\">\\r\\n<p id=\\\"u31479-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">04 Processing Assay<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31483-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 213; position: relative; color: #44484f; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31483-4_content\\\">\\r\\n<p id=\\\"u31483-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Each material category will then have one ton of material collected, and images are photographed of hundreds \\/ thousands of pieces of material belonging to each category created. Processing of the material will take place in the traditional sense. In-house fire assays are performed on samples of processed materials, the remaining processed materials are then refined for their base and precious metals. Results for each category are weighed and valued based on market value of the metal acquired.\\u00a0 Each category is updated with current average assay values and saved in our database.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31677-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 15px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 217; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31677-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">05 Computer Learning \\/ AI<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31678-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #232323; z-index: 221; position: relative; background-color: transparent; font-size: 13px; line-height: 20px; width: 472px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31678-4_content\\\">\\r\\n<p id=\\\"u31678-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With the thousands of images of material placed in each distinct category. Visual Data is fed to a computer vision database which allows a server to cross reference images placed in each category, categories are labeled and when all categories are complete within a Dataset, the Vision Profile is saved and the machine learning engine is allowed to learn the images against test sets of images and between the hundreds \\/ thousands of images contained in each category.\\u00a0 The results are noted, false positives are filtered out and the system is trained thousands of times until it\\u2019s accuracy reaches above 90%<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31714\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 732.094px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 225; width: 564.047px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31714\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 225; width: 470px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31714_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/whatsapp%20image%202019-02-07%20at%20084231(11).jpg?crc=3768136332\\\" alt=\\\"\\\" width=\\\"470\\\" height=\\\"478\\\" \\/><\\/div>\\r\\n<div id=\\\"u31750\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 83px 0px 0px 1.23438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 227; width: 468px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31750_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/cells.jpg?crc=3864049304\\\" alt=\\\"\\\" width=\\\"468\\\" height=\\\"367\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31768-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 20px 0px 0px 313.188px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; text-align: center; position: relative; line-height: 12px; font-size: 10px; z-index: 68; font-family: abel, sans-serif; min-height: 25px; width: 828px; color: #000000; border: 0px solid transparent;\\\" data-content-guid=\\\"u31768-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Assay values are only available for registered full service recyclers and refiners with over 250mt \\/ mo. some exceptions may apply due to region or socio ecenomic stature. Ask your local representative for details.<\\/p>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-18 08:55:25\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 09:04:04\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 09:02:48\",\"publish_up\":\"2019-04-18 08:55:25\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/on-the-line.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(98, 11, 6, '', '2019-04-18 09:42:20', 237, 594, '79cb62ee269f1b99632884312ad987ba7ac9bcf9', '{\"id\":11,\"asset_id\":\"77\",\"parent_id\":\"1\",\"lft\":\"17\",\"rgt\":\"18\",\"level\":\"1\",\"path\":\"rockettheme\",\"extension\":\"com_contact\",\"title\":\"Get In Touch\",\"alias\":\"rockettheme\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 09:42:05\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"237\",\"created_time\":\"2019-04-10 19:38:36\",\"modified_user_id\":\"237\",\"modified_time\":\"2019-04-18 09:42:20\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}', 0),
(99, 1, 2, '', '2019-04-18 09:43:54', 237, 1643, '7b2dd98b4b6177742fc6f85d45c29e6a3ff836c5', '{\"id\":1,\"name\":\"Denali\",\"alias\":\"denali\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 09:42:33\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 09:43:54\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":22,\"hits\":\"564\"}', 0),
(100, 1, 2, '', '2019-04-18 11:29:36', 237, 1775, '7ed28e342c1e99f6f6811cb933760fd652e624bc', '{\"id\":1,\"name\":\"Pfane Canada\",\"alias\":\"denali\",\"con_position\":\"Headquarters\",\"address\":\"3950 14th Avenue\\r\\nThird Floor\",\"suburb\":\"Markham\",\"state\":\"Ontario\",\"country\":\"Canada\",\"postcode\":\"L3R 0A9\",\"telephone\":\"+1.416.788.0487\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/Canada.jpg\",\"email_to\":\"nk@pfane.ca\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 09:49:43\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"1\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"0\\\",\\\"show_webpage\\\":\\\"0\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"1\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 11:29:36\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":23,\"hits\":\"565\"}', 0),
(101, 2, 2, '', '2019-04-18 11:39:38', 237, 1761, '8e35959259e7821f0e84251c9ae46b518b842fb6', '{\"id\":2,\"name\":\"Pfane UK\",\"alias\":\"pfane-uk\",\"con_position\":\"Sales\\/Procurement Office\",\"address\":\"98 Evesham Road\",\"suburb\":\"Cheltenham\",\"state\":\"Gloucestershire\",\"country\":\"United Kingdom\",\"postcode\":\"GL52 2AL\",\"telephone\":\"+44.20.812.34094\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/UK.jpg\",\"email_to\":\"sale@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":2,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:39:38\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 11:39:38\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}', 0),
(102, 2, 2, '', '2019-04-18 11:40:37', 237, 1782, '277fc25407d2cfc6a7e076395767bd0ba4b6c257', '{\"id\":2,\"name\":\"Pfane UK\",\"alias\":\"pfane-uk\",\"con_position\":\"Sales\\/Procurement Office\",\"address\":\"98 Evesham Road\",\"suburb\":\"Cheltenham\",\"state\":\"Gloucestershire\",\"country\":\"United Kingdom\",\"postcode\":\"GL52 2AL\",\"telephone\":\"+44.20.812.34094\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/UK.jpg\",\"email_to\":\"sale@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 11:40:23\",\"ordering\":\"2\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:39:38\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 11:40:37\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":2,\"hits\":\"0\"}', 0),
(103, 3, 2, '', '2019-04-18 11:47:57', 237, 1765, '9781026873e19d508d720a981308a6dabdf7024a', '{\"id\":3,\"name\":\"Pfane USA\",\"alias\":\"pfane-usa\",\"con_position\":\"Sale \\/ Tech Support\",\"address\":\"8174 Las Vegas Blvd S\",\"suburb\":\"Las Vegas\",\"state\":\"Nevada\",\"country\":\"United States of America\",\"postcode\":\"89123\",\"telephone\":\"+1.775.341.4838\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/USA.jpg\",\"email_to\":\"support@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":3,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:47:57\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 11:47:57\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}', 0),
(104, 4, 2, '', '2019-04-18 11:51:47', 237, 1766, 'e705c75634414ea5d9db1db4a7e5c63f2c68b33d', '{\"id\":4,\"name\":\"Pfane Scientific SRL\",\"alias\":\"pfane-scientific-srl\",\"con_position\":\"e-Waste Recycling\",\"address\":\"Number 1, Pfane Rd,\",\"suburb\":\"Nusfalau\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"457632\",\"telephone\":\"-40.7665.059.22\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/ROM.jpg\",\"email_to\":\"recycling@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":4,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:51:47\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 11:51:47\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}', 0),
(105, 5, 2, '', '2019-04-18 11:54:03', 237, 1774, '56b05fc4753695164565be151d2fb0274d58029e', '{\"id\":5,\"name\":\"Pfane Environmental Association\",\"alias\":\"pfane-environmental-association\",\"con_position\":\"Head Office\",\"address\":\"43 Strada Principal\",\"suburb\":\"Iaz\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"457272\",\"telephone\":\"+40.76.690.3531\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/PEA.jpg\",\"email_to\":\"donate@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":5,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:54:03\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 11:54:03\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}', 0),
(106, 33, 1, '', '2019-04-18 16:52:26', 237, 1754, 'b16b69f139798eda93e82136ff210717c4c1dd47', '{\"id\":33,\"asset_id\":736,\"title\":\"Help Us. \",\"alias\":\"help-us\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-18 16:52:26\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 16:52:26\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2019-04-18 16:52:26\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(107, 27, 1, '', '2019-04-18 17:40:16', 237, 3821, '36c157c908666984fe5c1b4ab4450731f5e089b0', '{\"id\":27,\"asset_id\":\"726\",\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fibre is the remaining fraction separated from circuit boards obtained, in most part, from the pulverisation of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through in-house testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fibre-glass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\\r\\n<h4>\\u00a0<\\/h4>\\r\\n<h1>Your Help Secures An Amazing Gift<\\/h1>\\r\\n<p>Choose one of the gifts below for your donation to the ReClaim project of $100,000 or more. Pfane will send you a custom created gift made exclusively from FR4 Refactored Fibre, non toxic, coloured, cold mould epoxy resin, copper, gold and silver powders, all 100% obtained from the recycling of circuitry. You can show the world your truly involved in helping to solve the e-waste problem.<\\/p>\\r\\n<p><a class=\\\"button button-4\\\" href=\\\"https:\\/\\/www.pfane.com\\\">Donate Now!<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 17:40:16\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 17:39:32\",\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/maxresdefault.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/maxresdefault.jpg\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":11,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"22\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(108, 27, 1, '', '2019-04-18 19:26:02', 237, 3862, '06f12cac6bbf93b0574cc65252f46235a7a4a082', '{\"id\":27,\"asset_id\":\"726\",\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fibre is the remaining fraction separated from circuit boards obtained, in most part, from the pulverisation of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through in-house testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fibre-glass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\\r\\n<h4>\\u00a0<\\/h4>\\r\\n<h1>Your Help Secures An Amazing Gift<\\/h1>\\r\\n<p>Choose one of the gifts below for your donation to the ReClaim project of $100,000 or more. Pfane will send you a custom created gift made exclusively from FR4 Refactored Fibre, non toxic, coloured, cold mould epoxy resin, copper, gold and silver powders, all 100% obtained from the recycling of circuitry. You can show the world your truly involved in helping to solve the e-waste problem.<\\/p>\\r\\n<p><a class=\\\"button button-4\\\" href=\\\"https:\\/\\/www.pfane.com\\\">Donate Now!<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 19:26:02\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 19:25:44\",\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/maxresdefault.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/22124-Face-in-Granite-II-Black-Granite-50x25x23-60000-.jpg\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":13,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"25\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(109, 27, 1, '', '2019-04-18 19:26:33', 237, 3839, '5443c8383c7405325d9838f256d17e0ba41ebd6b', '{\"id\":27,\"asset_id\":\"726\",\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fibre is the remaining fraction separated from circuit boards obtained, in most part, from the pulverisation of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through in-house testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fibre-glass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\\r\\n<h4>\\u00a0<\\/h4>\\r\\n<h1>Your Help Secures An Amazing Gift<\\/h1>\\r\\n<p>Choose one of the gifts below for your donation to the ReClaim project of $100,000 or more. Pfane will send you a custom created gift made exclusively from FR4 Refactored Fibre, non toxic, coloured, cold mould epoxy resin, copper, gold and silver powders, all 100% obtained from the recycling of circuitry. You can show the world your truly involved in helping to solve the e-waste problem.<\\/p>\\r\\n<p><a class=\\\"button button-4\\\" href=\\\"https:\\/\\/www.pfane.com\\\">Donate Now!<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 19:26:33\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 19:26:02\",\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/maxresdefault.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/cce7c5838e03813b39869d0a04d12c51.jpg\\\",\\\"float_fulltext\\\":\\\"none\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":14,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"26\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(110, 27, 1, '', '2019-04-18 19:26:47', 237, 3840, '3ac1db621378baa785d606448f51e3456893bbb3', '{\"id\":27,\"asset_id\":\"726\",\"title\":\"ReFactor FR4\",\"alias\":\"refactor-fr4\",\"introtext\":\"<p>FR4 non-metallic fibre is the remaining fraction separated from circuit boards obtained, in most part, from the pulverisation of computer circuit boards for the recovery of base and precious metals. These fractions account for an average of 70% of the total amount of material processed when reclaiming metals from circuit board waste.\\u00a0 Although the number is discounted when applied to the overall WEEE breakdown, the percentage of non-metallic fractions currently being sent to landfill would still account for over 15% of most small appliance recycling.<\\/p>\\r\\n<p>Looking at one computer, by weight or one cellphone by weight, these numbers drastically increase with no current viable, or large scale solution to produce any product from these fractions that has the ability to compete in the overall market.<\\/p>\\r\\n<p>Our goal is to look at current potential solutions, through in-house testing, to obtain new and useful products from these fractions.\\u00a0 Mainly in the area of filler material and insulative material as well as industrial binders and insulation barriers as the fibre-glass content of over 50% makes these materials very attractive insulators.<\\/p>\\r\\n<p>Our challenges for this material are the proper separation and segregation between new circuit boards being processed that contain no bromine from\\u00a0older NMF which are high in toxic bromine.<\\/p>\\r\\n<h4>\\u00a0<\\/h4>\\r\\n<h1>Your Help Secures An Amazing Gift<\\/h1>\\r\\n<p>Choose one of the gifts below for your donation to the ReClaim project of $100,000 or more. Pfane will send you a custom created gift made exclusively from FR4 Refactored Fibre, non toxic, coloured, cold mould epoxy resin, copper, gold and silver powders, all 100% obtained from the recycling of circuitry. You can show the world your truly involved in helping to solve the e-waste problem.<\\/p>\\r\\n<p><a class=\\\"button button-4\\\" href=\\\"https:\\/\\/www.pfane.com\\\">Donate Now!<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"14\",\"created\":\"2019-04-15 17:43:39\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-18 19:26:47\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-18 19:26:33\",\"publish_up\":\"2019-04-15 17:43:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/maxresdefault.jpg\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/fr4\\\\\\/cce7c5838e03813b39869d0a04d12c51.jpg\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":15,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"27\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(111, 32, 1, '', '2019-04-21 12:36:15', 237, 75830, '200c840bd40f67cbe5decb13786d40f5039cede5', '{\"id\":32,\"asset_id\":\"733\",\"title\":\"Product Overview\",\"alias\":\"product-overview\",\"introtext\":\"<p>Project ViewPas\\u2122 is Pfanes revolutionary, disruptive solution to stabilise the e-waste market, creating a fair playing field for buyers and sellers. ViewPas\\u2122 allows collectors, recyclers, consolidators and refiners to insure profitability from the collection, sale, processing and recycling of e-waste and the raw materials produced.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<div id=\\\"pu27185\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 336; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884-bw\\\" class=\\\"browser_width grpelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 354; min-height: 659.8px; height: 660px; border: 0px solid transparent;\\\" data-content-guid=\\\"u26884-bw_content\\\">\\r\\n<div id=\\\"u26884\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/pile3.jpg?crc=3912905689\') center center \\/ cover no-repeat transparent; position: absolute; left: 0px; right: 0px; z-index: 354; opacity: 1; min-height: 659.8px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26884_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 224px 0px 203px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u26962-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; text-align: center; position: relative; color: #ffffff; z-index: 355; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 153px; line-height: 72px; font-size: 60px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26962-4_content\\\">\\r\\n<h1 id=\\\"u26962-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 60px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">Know what\'s in it, before you buy.<\\/h1>\\r\\n<\\/div>\\r\\n<div id=\\\"u26969-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 21px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 27px; text-align: center; position: relative; color: #ffffff; font-size: 18px; z-index: 359; font-family: open-sans, sans-serif; background-color: transparent; width: 557px; min-height: 59px; left: -278px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u26969-6_content\\\">\\r\\n<h4 id=\\\"u26969-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">The fastest. most accurate way to price, sort and verify e-waste.<\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u30787\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 365; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30787_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30869\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; z-index: 367; width: 658px; background-color: transparent; position: relative; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30869_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30896\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 584px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 369; width: 658px; left: -58px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\"><img id=\\\"u30896_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-left: 128px; padding-right: 128px; margin-left: auto; margin-right: auto;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/phone_hand_png232.png?crc=53793026\\\" alt=\\\"\\\" width=\\\"402\\\" height=\\\"601\\\" \\/><\\/div>\\r\\n<div id=\\\"u30600-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 371; min-height: 79px; height: 108px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600\\\" style=\\\"margin: 0px; padding: 0px 0px 14px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 371; min-height: 79px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30600_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30582\\\" class=\\\"clip_frame grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; position: relative; z-index: 372; width: 354.094px; left: 152.484px; border: 0px solid transparent;\\\"><img id=\\\"u30582_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 147.625px; padding-bottom: 3.59375px; width: 206.469px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/logo.png?crc=3999205104\\\" alt=\\\"\\\" data-heightwidthratio=\\\"0.38372093023255816\\\" data-image-width=\\\"172\\\" data-image-height=\\\"66\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">STANDARD FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 13000 recognizable electronic products.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through sorting to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">ENHANCED FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pbuttonu29114\\\" class=\\\"Button clearfix grpelem shared_content\\\" style=\\\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fluidWidth\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"pbuttonu29114_content\\\">\\r\\n<div id=\\\"u29115-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\">\\r\\n<p id=\\\"u29115-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\\\">Request A Demo<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28440-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 120; min-height: 405px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 405px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28440-bw_content\\\">\\r\\n<div id=\\\"u28440\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #e9eef1; z-index: 120; min-height: 405px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28440_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu28408\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 46px -10000px 0px 479.516px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 481.234px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28408\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px 0px 0px 53.4062px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 126; width: 374.438px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28408\\\" class=\\\"clip_frame grpelem shared_content\\\" style=\\\"margin: 4px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; overflow: hidden; display: inline; float: left; background-color: transparent; z-index: 126; width: 43px; position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28408_content\\\"><img id=\\\"u28408_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon_download.png?crc=217403417\\\" alt=\\\"\\\" width=\\\"43\\\" height=\\\"31\\\" \\/><\\/div>\\r\\n<div id=\\\"u28401-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 187.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 43px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 122; min-height: 46px; font-size: 36px; background-color: transparent; width: 257px; left: -425px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28408\\\" data-content-guid=\\\"u28401-4_content\\\">\\r\\n<p id=\\\"u28401-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Google Cloud<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28496-8\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 66px 0px 0px 240.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 128; width: 401px; min-height: 238px; left: -480.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu28408\\\" data-content-guid=\\\"u28496-8_content\\\">\\r\\n<p id=\\\"u28496-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\"><span id=\\\"u28496\\\">Using AI and Machine Learning to analyze and compare thousands of images per second is not a job for your cell phone.<\\/span><\\/p>\\r\\n<p id=\\\"u28496-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #696f7c; line-height: 27px; font-size: 18px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28496-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #44484f; line-height: 25px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We have built our service into the google cloud servers.\\u00a0 Guaranteeing service uptime and the processing power of massive worldwide servers.\\u00a0 This is what allows our application to quickly give you the data you need to make the decision to succeed.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28386\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 121; background-position: center center; background-size: cover; height: 405px; background-image: url(\'..\\/images\\/whatsapp%20image%202018-12-03%20at%20182227.jpg?crc=370154897\'); position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28386_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28567\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 93; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28567_content\\\">\\r\\n<div id=\\\"u28567\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; opacity: 1; background-color: transparent; z-index: 93; background-position: center center; background-size: cover; width: 480px; height: 405px; background-image: url(\'..\\/images\\/p80601-113530-u28567-fr.jpg?crc=4286959756\'); position: relative; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28567_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28522\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 1px -10000px 0px 0px; padding: 80px 0px 77.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #696f7c; z-index: 94; position: relative; width: 720px; left: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28529-7\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 95; color: #ffffff; font-style: italic; width: 446px; min-height: 172px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28529-7_content\\\">\\r\\n<p id=\\\"u28529-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">12th December 2018<\\/p>\\r\\n<p id=\\\"u28529-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28529-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">This is a complete revolution in the waste industry, those who use it will be the only ones on top.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28545\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 40.8125px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 106; width: 192.016px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28545\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/author%20pic.jpg?crc=3792668274\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 106; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28545_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28538-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 18px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; width: 88px; position: relative; min-height: 20px; z-index: 102; font-family: open-sans, sans-serif; color: #ffffff; left: 86.4062px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\" data-content-guid=\\\"u28538-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Noel Roblar<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28631-12\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: -1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 107; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu28631-12_content\\\">\\r\\n<div id=\\\"u28631-12\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 31px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 107; position: relative; background-color: transparent; width: 454px; min-height: 260px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28631-12_content\\\">\\r\\n<p id=\\\"u28631-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #232323; line-height: 36px; font-size: 24px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Can you tell which has a higher scrap value? ViewPas<span id=\\\"u28631-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 15.84px; line-height: 0px;\\\">TM<\\/span>\\u00a0can!<\\/p>\\r\\n<p id=\\\"u28631-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 25px; color: #83969f; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">With more and more new computer components and circuit boards coming into the waste stream every year, how can anyone identify what\'s actually trash and what is really treasure?<\\/p>\\r\\n<p id=\\\"u28631-8\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28631-10\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #83969f; line-height: 23px; font-size: 13px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Everyday, e-waste collectors make the mistake of misidentifying lower grade materials as higher grade.\\u00a0 Paying out thousands more for scrap that isn\'t worth the fiberglass its printed on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28638\\\" class=\\\"museBGSize grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/2015-11-11-ts3_thumbs-9fa-small.jpg?crc=4269291268\') right center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; z-index: 119; width: 480px; height: 321px; position: relative; left: 0px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28638_content\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28653-bw\\\" class=\\\"browser_width colelem shared_content\\\" style=\\\"margin: 1px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 72; min-height: 480px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 480px; border: 0px solid transparent;\\\" data-content-guid=\\\"u28653-bw_content1\\\">\\r\\n<div id=\\\"u28653\\\" class=\\\"museBGSize\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: transparent; opacity: 1; z-index: 72; background-position: center center; background-size: cover; min-height: 480px; background-image: url(\'..\\/images\\/20170730_160511.jpg?crc=190475290\'); border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28653_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: relative; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28761\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 0px; padding: 39px 0px 78.1px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: #001b3c; z-index: 73; position: relative; width: 720px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28776-11\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 360px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; position: relative; background-color: transparent; z-index: 74; color: #ffffff; font-style: italic; width: 446px; min-height: 287px; left: -179px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u28776-11_content\\\">\\r\\n<p id=\\\"u28776-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are a certified Waste Recycling Facility and the number one case study.<\\/p>\\r\\n<p id=\\\"u28776-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 18px; font-size: 12px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u28776-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; font-family: open-sans, sans-serif; font-size: 28px; line-height: 42px; border: 0px solid transparent;\\\">When using ViewPas<span id=\\\"u28776-5\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0in our recycling facility we saw a 23% increase in revenue month one. ViewPas<span id=\\\"u28776-7\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 18.48px; line-height: 0px;\\\">TM<\\/span>\\u00a0enabled our company to increase profitability month after month from then on.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28787\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 17px 0px 0px 190.219px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 92; width: 339.609px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28787\\\" class=\\\"museBGSize rounded-corners grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background: url(\'..\\/images\\/20046417_10155141753767713_2737196600415894914_n(7).jpg?crc=3849330254\') center center \\/ cover no-repeat transparent; display: inline; float: left; opacity: 1; height: 58px; width: 58px; position: relative; border-radius: 50%; z-index: 92; left: -179.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28787_content\\\">\\u00a0<\\/div>\\r\\n<div id=\\\"u28798-7\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 19px -10000px 0px 169.797px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 20px; z-index: 85; font-family: open-sans, sans-serif; color: #ffffff; width: 211px; left: -107.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28787\\\" data-content-guid=\\\"u28798-7_content\\\">\\r\\n<p id=\\\"u28798-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 0px; border: 0px solid transparent;\\\"><span id=\\\"u28798-3\\\" style=\\\"line-height: 17px;\\\">Dale Scott Marion<br \\/><\\/span><span id=\\\"u28798-4\\\" style=\\\"line-height: 10px; font-size: 8px;\\\">President \\/ Pfane Scientific SRL<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31662-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #2b303b; background-color: transparent; text-align: center; position: relative; z-index: 259; width: 960px; min-height: 74px; left: -480px; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u31662-6_content\\\">\\r\\n<p id=\\\"u31662-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">Assayed Categories<\\/p>\\r\\n<p id=\\\"u31662-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">We are constantly adding new materials to each category, whose metal values meet the original threshold of the category created.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pppu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 7px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"ppu31476-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 436.891px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31476-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 185; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31476-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 185; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31476-4_content\\\">\\r\\n<p id=\\\"u31476-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">01 Material Acquisition<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31477-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 189; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31476-4\\\" data-content-guid=\\\"u31477-4_content\\\">\\r\\n<p id=\\\"u31477-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">02 Material Scope<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"ppu31480-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 28px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 0; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu31480-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 201; width: 274.844px; border: 0px solid transparent;\\\" data-content-guid=\\\"pu31480-4_content\\\">\\r\\n<div id=\\\"u31480-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; font-size: 13px; position: relative; color: #44484f; z-index: 201; line-height: 20px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31480-4_content\\\">\\r\\n<p id=\\\"u31480-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Every material we categorize required that we have a sample size large enough to extrapolate hundreds of images of different types of material for each category, so it is essential that we purchase large enough quantities of mixed material. Each material acquired, for the purpose of itemization, then goes through an inspection process.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31478-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 193; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31480-4\\\" data-content-guid=\\\"u31478-4_content\\\">\\r\\n<p id=\\\"u31478-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">03 Categorization<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31481-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; line-height: 20px; font-size: 13px; position: relative; z-index: 205; color: #44484f; width: 229px; min-height: 144px; left: -236px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31480-4\\\" data-content-guid=\\\"u31481-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">For Each material we categorize we must first sample dozens of pieces of the target material, inspect the material for defects, clean the material and find specimens of the best quality. Each are photographed, labeled with distinguishing information, then ground into dust.\\u00a0 The dust is gravity swparated into metalic and non metalic fractions then labeled and scanned with an XRF scanner.\\u00a0 This process will set our high and low metal and nonmetallic values for our categorization step.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31482-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 21px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 209; width: 566.484px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31482-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; font-size: 13px; line-height: 20px; z-index: 209; color: #44484f; position: relative; width: 229px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31482-4\\\" data-content-guid=\\\"u31482-4_content\\\">\\r\\n<p id=\\\"u31482-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">A value threshold is set for various categories of the material group. For instance if we have a low end reading 35 grams of gold per ton and a high end reading of 560 grams of gold per ton, we start by separating the initial specimens into four or 5 categories based on a metal value threshold no higher than the lower threshold of the next more valuable material.\\u00a0 We correlate these with a distinguishing characteristic of the group and name each new category of waste accordingly.\\u00a0 The category names are chosen due to age of material, distinguishing traits held by the material or simply by the assay data threshold being of low, medium or high value.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31479-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 3px -10000px 0px 145.859px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 197; width: 274.844px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31479-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; background-color: transparent; z-index: 197; position: relative; min-height: 25px; font-size: 18px; color: #232323; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31479-4_content\\\">\\r\\n<p id=\\\"u31479-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">04 Processing Assay<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31483-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.422px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 213; position: relative; color: #44484f; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu31479-4\\\" data-content-guid=\\\"u31483-4_content\\\">\\r\\n<p id=\\\"u31483-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Each material category will then have one ton of material collected, and images are photographed of hundreds \\/ thousands of pieces of material belonging to each category created. Processing of the material will take place in the traditional sense. In-house fire assays are performed on samples of processed materials, the remaining processed materials are then refined for their base and precious metals. Results for each category are weighed and valued based on market value of the metal acquired.\\u00a0 Each category is updated with current average assay values and saved in our database.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31677-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 15px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #232323; z-index: 217; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31677-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">05 Computer Learning \\/ AI<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u31678-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 14px 0px 0px 283.234px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; color: #232323; z-index: 221; position: relative; background-color: transparent; font-size: 13px; line-height: 20px; width: 472px; min-height: 144px; left: -479px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"ppu31476-4\\\" data-content-guid=\\\"u31678-4_content\\\">\\r\\n<p id=\\\"u31678-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With the thousands of images of material placed in each distinct category. Visual Data is fed to a computer vision database which allows a server to cross reference images placed in each category, categories are labeled and when all categories are complete within a Dataset, the Vision Profile is saved and the machine learning engine is allowed to learn the images against test sets of images and between the hundreds \\/ thousands of images contained in each category.\\u00a0 The results are noted, false positives are filtered out and the system is trained thousands of times until it\\u2019s accuracy reaches above 90%<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu31714\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 0px -10000px 0px 732.094px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 225; width: 564.047px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u31714\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 225; width: 470px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31714_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/whatsapp%20image%202019-02-07%20at%20084231(11).jpg?crc=3768136332\\\" alt=\\\"\\\" width=\\\"470\\\" height=\\\"478\\\" \\/><\\/div>\\r\\n<div id=\\\"u31750\\\" class=\\\"clip_frame colelem\\\" style=\\\"margin: 83px 0px 0px 1.23438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 227; width: 468px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\"><img id=\\\"u31750_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/cells.jpg?crc=3864049304\\\" alt=\\\"\\\" width=\\\"468\\\" height=\\\"367\\\" \\/><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u31768-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 20px 0px 0px 313.188px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; text-align: center; position: relative; line-height: 12px; font-size: 10px; z-index: 68; font-family: abel, sans-serif; min-height: 25px; width: 828px; color: #000000; border: 0px solid transparent;\\\" data-content-guid=\\\"u31768-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Assay values are only available for registered full service recyclers and refiners with over 250mt \\/ mo. some exceptions may apply due to region or socio ecenomic stature. Ask your local representative for details.<\\/p>\\r\\n<\\/div>\",\"state\":0,\"catid\":\"10\",\"created\":\"2019-04-18 08:55:25\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-21 12:36:15\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-21 12:32:56\",\"publish_up\":\"2019-04-18 08:55:25\",\"publish_down\":\"\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/on-the-line.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(112, 31, 1, '', '2019-04-27 06:36:15', 237, 2447, 'f971601ddccacb317365a1960a482715100671b7', '{\"id\":31,\"asset_id\":\"732\",\"title\":\"Pfane Scientific SRL\",\"alias\":\"ewaste-recycling\",\"introtext\":\"<h2><img class=\\\"pull-right\\\" src=\\\"images\\/Viewpas\\/e-waste-recycling-equipment.jpg\\\" alt=\\\"\\\" \\/>Registered and Authorized, Full Service Recycling Facility<\\/h2>\\r\\n<p>Pfane Scientific SRL is a Pfane Environmental Sister company, it provides vital services to Pfane Environmental through the use of it\'s assay laboratory and processing equipment.\\u00a0 Also providing valuable research data and tools to continue our work with end of life electronics and education of the process of recycling.<\\/p>\\r\\n<p><a class=\\\"button button-4\\\" title=\\\"button\\\" href=\\\"https:\\/\\/www.pfane.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Visit Site<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-17 19:42:14\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-04-27 06:36:15\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-04-27 06:34:07\",\"publish_up\":\"2019-04-17 19:42:14\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":12,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"41\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(113, 15, 1, '', '2019-05-26 19:12:42', 237, 35772, '8e6478557443923411af54027f5c2c52c6bc72aa', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"ImageAssay\\u2122\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<table cellpadding=\\\"80\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #111111; text-align: center;\\\">\\r\\n<td>\\r\\n<h2><img class=\\\"pull-right\\\" title=\\\"ImageAssay\\\" src=\\\"images\\/Viewpas\\/phone_hand_png232.png\\\" alt=\\\"Standard ViewPas \\\" width=\\\"235\\\" height=\\\"351\\\" \\/>An E-Waste Verification System In Your Pocket<\\/h2>\\r\\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas\\u2122 ImageAssay\\u2122 do the rest.<br \\/>{loadmoduleid 649}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">STANDARD FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 13000 recognizable electronic products.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through sorting to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">ENHANCED FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pbuttonu29114\\\" class=\\\"Button clearfix grpelem shared_content\\\" style=\\\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fluidWidth\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"pbuttonu29114_content\\\">\\r\\n<div id=\\\"u29115-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\">\\r\\n<p id=\\\"u29115-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\\\">Request A Demo<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-26 19:12:42\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-26 19:06:53\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":42,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"58\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(114, 15, 1, '', '2019-05-26 19:14:34', 237, 35774, 'c7546f7592d3864c7bd16b54c262d3a5eaa2a70b', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"ImageAssay\\u2122\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<table cellpadding=\\\"80\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #111111; text-align: center;\\\">\\r\\n<td>\\r\\n<h2><img class=\\\"pull-right\\\" title=\\\"ImageAssay\\\" src=\\\"images\\/Viewpas\\/phone_hand_png232.png\\\" alt=\\\"Standard ViewPas \\\" width=\\\"235\\\" height=\\\"351\\\" \\/>An E-Waste Verification System In Your Pocket<\\/h2>\\r\\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas\\u2122 ImageAssay\\u2122 do the rest.<br \\/>{loadmoduleid 649}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">STANDARD FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 13000 recognizable electronic products.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through sorting to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">ENHANCED FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pbuttonu29114\\\" class=\\\"Button clearfix grpelem shared_content\\\" style=\\\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fluidWidth\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"pbuttonu29114_content\\\">\\r\\n<div id=\\\"u29115-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\">\\r\\n<p id=\\\"u29115-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\\\">Request A Demo<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-26 19:14:34\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-26 19:12:42\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":43,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"59\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(115, 15, 1, '', '2019-05-26 19:17:40', 237, 35775, 'a5f4dffb76b3e56007aa4d2c056538fbf29a1b6c', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"ImageAssay\\u2122\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<table cellpadding=\\\"80\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #111111; text-align: center;\\\">\\r\\n<td>\\r\\n<h2><img class=\\\"pull-right\\\" title=\\\"ImageAssay\\\" src=\\\"images\\/Viewpas\\/phone_hand_png232.png\\\" alt=\\\"Standard ViewPas \\\" width=\\\"235\\\" height=\\\"351\\\" \\/>An E-Waste Verification System In Your Pocket<\\/h2>\\r\\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas\\u2122 ImageAssay\\u2122 do the rest.<br \\/>{loadmoduleid 649}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">STANDARD FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap, RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 13000 recognizable electronic products.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through sorting to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">ENHANCED FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pbuttonu29114\\\" class=\\\"Button clearfix grpelem shared_content\\\" style=\\\"margin: 554px -10000px 0px 592.844px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 252; width: 325.234px; min-width: 325.235px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fluidWidth\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"pbuttonu29114_content\\\">\\r\\n<div id=\\\"u29115-4\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 11px -10000px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; transition: inherit; display: inline; float: left; background-color: transparent; min-height: 25px; text-align: center; letter-spacing: 1px; line-height: 24px; z-index: 253; font-size: 20px; font-family: open-sans, sans-serif; color: #ffffff; width: 180px; position: relative; left: 14.0156px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fluidx\\\">\\r\\n<p id=\\\"u29115-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; transition: inherit; border: 0px solid transparent;\\\">Request A Demo<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-26 19:17:40\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-26 19:16:04\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"0\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":45,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"62\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(116, 15, 1, '', '2019-05-28 06:47:26', 237, 36277, '9d4b4d99a2a9c5d6c059e591890d51366f0c456c', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"Enhanced Features\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<table cellpadding=\\\"80\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #111111; text-align: center;\\\">\\r\\n<td>\\r\\n<h2><img class=\\\"pull-right\\\" title=\\\"ImageAssay\\\" src=\\\"images\\/Viewpas\\/phone_hand_png232.png\\\" alt=\\\"Standard ViewPas \\\" width=\\\"235\\\" height=\\\"351\\\" \\/>An E-Waste Verification System In Your Pocket<\\/h2>\\r\\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas\\u2122 ImageAssay\\u2122 do the rest.<\\/p>\\r\\n<p>ViewPas<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">COLLECTOR \\/ TRADER\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap,<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones, Printer Boards, Manufacturing CutOffs, Gold Plated Blanks,\\u00a0 and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 40,000 recognizable electronic components.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing Association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through separation to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">RECYCLING\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Consumable Reordering.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Customized Contract Types (Purchasing \\/ Processing)<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Inventory Manager Login.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Simple QRcode Material \\/ Load Tagging<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Pricing Based on your personal Business Dynamics<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Supplier Retention System<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-28 06:47:26\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-28 06:26:35\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"0\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":46,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"65\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(117, 15, 1, '', '2019-05-28 06:54:30', 237, 36916, 'f11bce7180a8b8b1e493d182d76e82d6f2463829', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"Enhanced Features\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<table cellpadding=\\\"80\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #111111; text-align: center;\\\">\\r\\n<td>\\r\\n<h2><img class=\\\"pull-right\\\" title=\\\"ImageAssay\\\" src=\\\"images\\/Viewpas\\/phone_hand_png232.png\\\" alt=\\\"Standard ViewPas \\\" width=\\\"235\\\" height=\\\"351\\\" \\/>An E-Waste Verification System In Your Pocket<\\/h2>\\r\\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas\\u2122 ImageAssay\\u2122 do the rest.<\\/p>\\r\\n<p>One of the most unique and sought after features in our e-waste management system is the Image Assay\\u2122 feature.\\u00a0 It allows for the accurate pricing and metal estimation\\u00a0 using Artificial Intelligence, Machine Learning and Computer Vision.\\u00a0 On Average you can see savings on high end and mid range materials of 22%. In some cases having the information hat a simple ImageAssay\\u2122 offers can even double your profits.\\u00a0\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">COLLECTOR \\/ TRADER\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap,<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhones, Printer Boards, Manufacturing CutOffs, Gold Plated Blanks,\\u00a0 and much more.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 40,000 recognizable electronic components.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing Association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through separation to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">RECYCLING\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Consumable Reordering.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Customized Contract Types (Purchasing \\/ Processing)<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Inventory Manager Login.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Simple QRcode Material \\/ Load Tagging<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Pricing Based on your personal Business Dynamics<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Supplier Retention System<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\"><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-28 06:54:30\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-28 06:47:26\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"0\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":47,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"66\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(118, 15, 1, '', '2019-05-28 07:01:51', 237, 37485, 'd3c037598bd4a8ab845cc4a36e53bd0914aadf42', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"Enhanced Features\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<table cellpadding=\\\"80\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #111111; text-align: center;\\\">\\r\\n<td>\\r\\n<h2><img class=\\\"pull-right\\\" title=\\\"ImageAssay\\\" src=\\\"images\\/Viewpas\\/phone_hand_png232.png\\\" alt=\\\"Standard ViewPas \\\" width=\\\"235\\\" height=\\\"351\\\" \\/>An E-Waste Verification System In Your Pocket<\\/h2>\\r\\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas\\u2122 ImageAssay\\u2122 do the rest.<\\/p>\\r\\n<p>One of the most unique and sought after features in our e-waste management system is the Image Assay\\u2122 feature.\\u00a0 It allows for the accurate pricing and metal estimation\\u00a0 using Artificial Intelligence, Machine Learning and Computer Vision.\\u00a0 On Average you can see savings on high end and mid range materials of 22%. In some cases having the information that a simple ImageAssay\\u2122 offers, can even double your profits.\\u00a0\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">COLLECTOR \\/ TRADER\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap,<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhone Boards, Printer Boards, Manufacturing CutOffs, Gold Plated Blanks, Processors, Laptop Motherboards\\u00a0 with\\u00a0more to come.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 40,000 recognizable electronic components.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing Association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through separation to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Extremely User Friendly, Login, Set pricing, Create Image Assays, Email Quotes and keep track of your offers.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">RECYCLING\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Consumable Reordering.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Customized Contract Types (Purchasing \\/ Processing)<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Inventory Manager Login.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Simple QRcode Material \\/ Load Tagging<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Pricing Based on your personal Business Dynamics<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Supplier Retention System<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\"><\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\"><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-28 07:01:51\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-28 06:54:30\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"0\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":48,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"67\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(119, 15, 1, '', '2019-05-28 07:05:04', 237, 37481, '2dcf9fc9cc633f891955f8632af8df2ebce0505e', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"Enhanced Features\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<table cellpadding=\\\"80\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #111111; text-align: center;\\\">\\r\\n<td>\\r\\n<h2><img class=\\\"pull-right\\\" title=\\\"ImageAssay\\\" src=\\\"images\\/Viewpas\\/phone_hand_png232.png\\\" alt=\\\"Standard ViewPas \\\" width=\\\"235\\\" height=\\\"351\\\" \\/>An E-Waste Verification System In Your Pocket<\\/h2>\\r\\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas\\u2122 ImageAssay\\u2122 do the rest.<\\/p>\\r\\n<p>One of the most unique and sought after features in our e-waste management system is the Image Assay\\u2122 feature.\\u00a0 It allows for accurate pricing and metal estimation\\u00a0 using Artificial Intelligence, Machine Learning and Computer Vision.\\u00a0 On Average you can see savings on high end and mid range materials of 22%. In some cases having the information that a simple ImageAssay\\u2122 offers, can even double your profits.\\u00a0\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">COLLECTOR \\/ TRADER\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap,<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhone Boards, Printer Boards, Manufacturing CutOffs, Gold Plated Blanks, Processors, Laptop Motherboards\\u00a0 with\\u00a0more to come.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 40,000 recognizable electronic components.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing Association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through separation to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Extremely User Friendly, Login, Set pricing, Create Image Assays, Email Quotes and keep track of your offers.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">RECYCLING\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Consumable Reordering.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Customized Contract Types (Purchasing \\/ Processing)<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Inventory Manager Login.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Simple QRcode Material \\/ Load Tagging<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Pricing Based on your personal Business Dynamics<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Supplier Retention System<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\"><\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\"><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-28 07:05:04\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-28 07:04:35\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"0\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":49,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"68\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(120, 15, 1, '', '2019-05-28 17:42:00', 237, 37481, '8d61f71bedca1ab4cad1a8086f4ad0c36f397e7d', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"Enhanced Features\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<table cellpadding=\\\"80\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #111111; text-align: center;\\\">\\r\\n<td>\\r\\n<h2><img class=\\\"pull-right\\\" title=\\\"ImageAssay\\\" src=\\\"images\\/Viewpas\\/phone_hand_png232.png\\\" alt=\\\"Standard ViewPas \\\" width=\\\"235\\\" height=\\\"351\\\" \\/>An E-Waste Verification System In Your Pocket<\\/h2>\\r\\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas\\u2122 ImageAssay\\u2122 do the rest.<\\/p>\\r\\n<p>One of the most unique and sought after features in our e-waste management system is the Image Assay\\u2122 feature.\\u00a0 It allows for accurate pricing and metal estimation\\u00a0 using Artificial Intelligence, Machine Learning and Computer Vision.\\u00a0 On Average you can see savings on high end and mid range materials of 22%. In some cases having the information that a simple ImageAssay\\u2122 offers, can even double your profits.\\u00a0\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">COLLECTOR \\/ TRADER\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap,<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhone Boards, Printer Boards, Manufacturing CutOffs, Gold Plated Blanks, Processors, Laptop Motherboards\\u00a0 with\\u00a0more to come.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 40,000 recognizable electronic components.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing Association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through separation to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Extremely User Friendly, Login, Set pricing, Create Image Assays, Email Quotes and keep track of your offers.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">RECYCLING\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Consumable Reordering.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Customized Contract Types (Purchasing \\/ Processing)<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Inventory Manager Login.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Simple QRcode Material \\/ Load Tagging<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Pricing Based on your personal Business Dynamics<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Supplier Retention System<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\"><\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\"><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-28 17:42:00\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-28 17:40:13\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"0\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":50,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"69\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(121, 15, 1, '', '2019-05-28 17:47:44', 237, 37483, '225b4853b3d362ee13e2c397b726a8c3f0159e31', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"Enhanced Features\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<table cellpadding=\\\"80\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #111111; text-align: center;\\\">\\r\\n<td>\\r\\n<h2><img class=\\\"pull-right\\\" title=\\\"ImageAssay\\\" src=\\\"images\\/Viewpas\\/phone_hand_png232.png\\\" alt=\\\"Standard ViewPas \\\" width=\\\"235\\\" height=\\\"351\\\" \\/>An E-Waste Verification System In Your Pocket<\\/h2>\\r\\n<p>Setup Your Quality Based Pricing, Upload A Photo Of E-Waste, and let ViewPas\\u2122 ImageAssay\\u2122 do the rest.<\\/p>\\r\\n<p>One of the most unique and sought after features in our e-waste management system is the Image Assay\\u2122 feature.\\u00a0 It allows for accurate pricing and metal estimation\\u00a0 using Artificial Intelligence, Machine Learning and Computer Vision.\\u00a0 On Average you can see savings on high end and mid range materials of 22%. In some cases having the information that a simple ImageAssay\\u2122 offers, can even double your profits.\\u00a0\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<div id=\\\"pu27337-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 67px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 265; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27337-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 265; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27337-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">How It Works<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27671-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 269; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27671-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">96.74% Accuracy<\\/h2>\\r\\n<\\/div>\\r\\n<div id=\\\"u27741-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 31px; font-family: open-sans, sans-serif; position: relative; color: #2b303b; z-index: 273; min-height: 38px; font-size: 26px; background-color: transparent; width: 294px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27741-4_content\\\">\\r\\n<h2 style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; font-size: 26px; font-weight: inherit; max-height: 1e+06px; border: 0px solid transparent;\\\">No More Mistakes<\\/h2>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27344-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 277; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27344-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 277; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27344-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest in Machine Learning, Artificial Intelligence and Computer Vision<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27660-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 281; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27660-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With over 7000 items categorized by type, class and age.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27730-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 24px; font-family: open-sans, sans-serif; position: relative; color: #696f7c; z-index: 285; font-size: 16px; background-color: transparent; width: 294px; min-height: 50px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27730-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your bottom Line depends on being able to accurately price e-waste<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27351-4\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 22px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 289; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27351-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 1px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 289; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27351-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Your company can have the power to accurately identify dozens of categories of e-waste, estimate values on mixed materials, and save hundreds of thousands a year on human error.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27612-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 293; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: -147px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27612-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Our system can scan and identify any image of ewaste no matter if its categorized or mixed.\\u00a0 with a database of over 7000 items and growing daily, you can be sure that even new ewaste will be identified.<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u27682-4\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; line-height: 18px; font-family: open-sans, sans-serif; position: relative; color: #44484f; z-index: 297; font-size: 12px; background-color: transparent; width: 294px; min-height: 76px; left: 187px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27682-4_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">One mistake made by human error, or misrepresentation of quality can cost your business thousands if not hundreds of thousands a year in lost revenue.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu27780\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 47px 0px 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 229; width: 1440px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780-bw\\\" class=\\\"browser_width grpelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 229; min-height: 659px; height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #232323; z-index: 229; min-height: 659px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27780_position_content\\\" class=\\\"position_content\\\" style=\\\"margin: -3px 0px 0px; padding: 0px 0px 158px; transform-origin: left top; background-repeat: no-repeat; float: left; width: 1440px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u27812\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; left: -46px; position: relative; z-index: 230; width: 92px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27812_content\\\"><img id=\\\"u27812_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/shape.png?crc=4157779089\\\" alt=\\\"\\\" width=\\\"92\\\" height=\\\"28\\\" \\/><\\/div>\\r\\n<div id=\\\"u27928-19\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; z-index: 232; position: relative; width: 960px; min-height: 237px; left: -480px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u27928-19_content\\\">\\r\\n<p id=\\\"u27928-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 43px; color: #ffffff; text-align: center; font-size: 36px; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">ViewPas<span id=\\\"u27928-2\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 23.76px; line-height: 0px;\\\">TM<\\/span>\\u00a0Features<\\/p>\\r\\n<p id=\\\"u27928-6\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">Visual Information E-Waste Product Analysis, Sorting, Tracking and Management.<\\/p>\\r\\n<p id=\\\"u27928-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; text-align: center; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">VIEWPAS<span id=\\\"u27928-9\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0by Pfane Scientific is a remarkable, new and patent pending system that allows waste traders, collectors and recyclers to solve one of the most pressing problems in the waste industry, incorrectly valued materials.\\u00a0 We\'ve all had the surprise of seeing hundreds of images of e-waste, components, cables, connectors, ram, CPU\'s from sellers, only to find out after the final assay that the material wasn\'t worth as much as it should have been.\\u00a0 With VIEWPAS<span id=\\\"u27928-11\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>\\u00a0\\u00a0 our system can compare images of e-waste with Pfane\'s visual Information database of over 13000 images, categorized into various qualities, based on the age and metal content of the items identified through AI\\/ML.\\u00a0 Your organization has full control over the pricing it offers for each subset of materials, and can generate quotations and offers from the data received from VIEWPAS<span id=\\\"u27928-13\\\" class=\\\"superscript\\\" style=\\\"vertical-align: super; font-size: 9.24px; line-height: 0px;\\\">TM<\\/span>.<\\/p>\\r\\n<p id=\\\"u27928-16\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<p id=\\\"u27928-17\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 21px; color: #9da5b0; font-family: open-sans, sans-serif; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u30776\\\" class=\\\"clearfix colelem\\\" style=\\\"margin: 25px 0px 0px 720px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; position: relative; z-index: 301; width: 922px; left: -461px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u30670-16\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 2px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; min-height: 152px; z-index: 302; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: -461px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30670-16_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">COLLECTOR \\/ TRADER\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30670-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30670-14\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30670-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Accurately value scrap,<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">RAM, Motherboards, PCI\'s, Server Boards, Telecom boards, CellPhone Boards, Printer Boards, Manufacturing CutOffs, Gold Plated Blanks, Processors, Laptop Motherboards\\u00a0 with\\u00a0more to come.<\\/li>\\r\\n<li id=\\\"u30670-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Over 40,000 recognizable electronic components.<\\/li>\\r\\n<li id=\\\"u30670-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">User Controlled Pricing Association.<\\/li>\\r\\n<li id=\\\"u30670-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Material tracking from delivery, through separation to resale.<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Extremely User Friendly, Login, Set pricing, Create Image Assays, Email Quotes and keep track of your offers.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div id=\\\"u30692-18\\\" class=\\\"clearfix grpelem shared_content\\\" style=\\\"margin: 0px -10000px 0px 461px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; background-color: transparent; position: relative; z-index: 318; min-height: 152px; font-family: open-sans, sans-serif; color: #ffffff; width: 434px; left: 27px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-content-guid=\\\"u30692-18_content\\\">\\r\\n<p style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">RECYCLING\\u00a0FEATURES<\\/p>\\r\\n<p id=\\\"u30692-3\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; line-height: 22px; border: 0px solid transparent;\\\">\\u00a0<\\/p>\\r\\n<ul id=\\\"u30692-16\\\" class=\\\"list0 nls-None\\\" style=\\\"margin: 0px; padding: 0px 0px 0px 34px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">\\r\\n<li id=\\\"u30692-5\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Recycling and Processing Management<\\/li>\\r\\n<li id=\\\"u30692-7\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Manage Suppliers, Buyers, Processes, Materials, Pricing.<\\/li>\\r\\n<li id=\\\"u30692-9\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Apply Assay driven Precious and Base Metal Pricing<\\/li>\\r\\n<li id=\\\"u30692-11\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Real Time Precious and Base Metal Market Status<\\/li>\\r\\n<li id=\\\"u30692-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Track Raw Materials through Process Flow<\\/li>\\r\\n<li id=\\\"u30692-15\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Build full reports on throughput and inventory.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Consumable Reordering.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Customized Contract Types (Purchasing \\/ Processing)<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Inventory Manager Login.<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Simple QRcode Material \\/ Load Tagging<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Pricing Based on your personal Business Dynamics<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Automated Supplier Retention System<\\/li>\\r\\n<li id=\\\"u30670-13\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\">Branded and Bespoke Solution<\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\"><\\/li>\\r\\n<li style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; list-style: none; position: relative; line-height: 22px; border: 0px solid transparent;\\\"><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"u28034-bw\\\" class=\\\"browser_width colelem\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; z-index: 136; min-height: 382px; color: #000000; font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 14px; height: 475px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034\\\" style=\\\"margin: 0px; padding: 0px 0px 93px; transform-origin: left top; background-repeat: no-repeat; position: absolute; left: 0px; right: 0px; background-color: #001b3c; z-index: 136; min-height: 382px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28034_align_to_page\\\" class=\\\"clearfix\\\" style=\\\"margin: 0px auto; padding: 0px; transform-origin: left top; background-repeat: no-repeat; width: 1440px; position: relative; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"pu28076\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 137; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28076\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 137; width: 46px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28076_content\\\"><img id=\\\"u28076_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon1.png?crc=28679356\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"46\\\" \\/><\\/div>\\r\\n<div id=\\\"u28094-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 145; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28094-6_content\\\">\\r\\n<p id=\\\"u28094-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28094\\\" style=\\\"color: #3a4d60;\\\">01<\\/span>\\u00a0<span id=\\\"u28094-3\\\">Thorough<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28101-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 169; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -479.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28076\\\" data-content-guid=\\\"u28101-4_content\\\">\\r\\n<p id=\\\"u28101-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using Machine Learning we have taught ViewPas to recognize thousands of individual types of scrap, especially e-waste.\\u00a0 ViewPas can scan a 4Mp photo in seconds, with 96% precision and give the client back, accurate results.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28212\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 139; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28212\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 139; width: 44px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28212_content\\\"><img id=\\\"u28212_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon2.png?crc=89454292\\\" alt=\\\"\\\" width=\\\"44\\\" height=\\\"44\\\" \\/><\\/div>\\r\\n<div id=\\\"u28201-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 30px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 151; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28201-6_content\\\">\\r\\n<p id=\\\"u28201-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28201\\\" style=\\\"color: #3a4d60;\\\">02<\\/span>\\u00a0<span id=\\\"u28201-3\\\">Process Mapping<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28186-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 173; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: -236.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28212\\\" data-content-guid=\\\"u28186-4_content\\\">\\r\\n<p id=\\\"u28186-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">With every truck of materials you receive, there is always something to do.\\u00a0 Weather your team sorts, shreds, mills, extracts components or simply loads a container.\\u00a0 ViewPas can direct your employees as to exactly what needs to be done and track results through to the sale of the final product.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28238\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 141; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28238\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 141; width: 46px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28238_content\\\"><img id=\\\"u28238_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon3.png?crc=521941071\\\" alt=\\\"\\\" width=\\\"46\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28265-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 157; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28265-6_content\\\">\\r\\n<p id=\\\"u28265-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28265\\\" style=\\\"color: #3a4d60;\\\">03<\\/span>\\u00a0<span id=\\\"u28265-3\\\">Bespoke<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28276-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 177; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 7.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28238\\\" data-content-guid=\\\"u28276-4_content\\\">\\r\\n<p id=\\\"u28276-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Whatever your needs, Pfane Scientific offers you the ability to fully customize features within your suite of tools.\\u00a0 From building custom visual recognition blocks for specific types of materials or building process automation trails for employees to follow.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div id=\\\"pu28324\\\" class=\\\"clearfix grpelem\\\" style=\\\"margin: 94px -10000px 0px 582.609px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; z-index: 143; width: 274.891px; border: 0px solid transparent;\\\">\\r\\n<div id=\\\"u28324\\\" class=\\\"clip_frame colelem shared_content\\\" style=\\\"margin: 0px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; overflow: hidden; background-color: transparent; position: relative; z-index: 143; width: 46px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28324_content\\\"><img id=\\\"u28324_img\\\" class=\\\"block\\\" style=\\\"border: 0px solid; transform-origin: left top; display: block; padding-right: 8px; padding-bottom: 8px;\\\" src=\\\"https:\\/\\/pfane.com\\/viewpas\\/images\\/icon4.png?crc=334806323\\\" alt=\\\"\\\" width=\\\"38\\\" height=\\\"38\\\" \\/><\\/div>\\r\\n<div id=\\\"u28313-6\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; line-height: 22px; font-family: open-sans, sans-serif; position: relative; color: #ffffff; z-index: 163; min-height: 25px; font-size: 18px; background-color: transparent; width: 229px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28313-6_content\\\">\\r\\n<p id=\\\"u28313-4\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\"><span id=\\\"u28313\\\" style=\\\"color: #3a4d60;\\\">04<\\/span>\\u00a0<span id=\\\"u28313-3\\\">Intelligent<\\/span><\\/p>\\r\\n<\\/div>\\r\\n<div id=\\\"u28298-4\\\" class=\\\"clearfix colelem shared_content\\\" style=\\\"margin: 28px 0px 0px 137.438px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; display: inline; float: left; clear: both; background-color: transparent; line-height: 20px; z-index: 181; position: relative; color: #9da5b0; font-size: 13px; width: 229px; min-height: 144px; left: 250.5px; border: 0px solid transparent;\\\" data-sizepolicy=\\\"fixed\\\" data-pintopage=\\\"page_fixedCenter\\\" data-leftadjustmentdoneby=\\\"pu28324\\\" data-content-guid=\\\"u28298-4_content\\\">\\r\\n<p id=\\\"u28298-2\\\" style=\\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; border: 0px solid transparent;\\\">Using the latest AI means that our solution is continually being improved.\\u00a0 We constantly service ViewPas and it\'s data bases to improve it\'s features, it\'s speed and it\'s usability.\\u00a0 It will be the only software you need to manage the processes in your e-waste facility.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-28 17:47:44\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-28 17:42:48\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"0\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":52,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"71\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(122, 15, 1, '', '2019-05-28 17:56:03', 237, 2038, '7dc52a85adae0f43e2fccb3b519e3b47720feeed', '{\"id\":15,\"asset_id\":\"72\",\"title\":\"Enhanced Features\",\"alias\":\"responsive-template\",\"introtext\":\"<p>Know the value of your material before you buy or sell.\\u00a0 ViewPas\\u2122 offers the unique ability to quantify material quality and value using it\'s ImageAssay\\u2122 feature.\\u00a0\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-05-28 17:56:03\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-05-28 17:54:56\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Viewpas\\\\\\/checkingvalue.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"0\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":53,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"76\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(123, 29, 1, '', '2019-08-10 11:30:02', 237, 3421, 'c61d1af46d813a33a2ecd53ba83f5eb51f27870b', '{\"id\":29,\"asset_id\":\"728\",\"title\":\"Mission Statement\",\"alias\":\"mission-statement\",\"introtext\":\"<p>The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.<\\/p>\\r\\n<p>Our initiatives close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy with ewaste.\\u00a0 We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.<\\/p>\\r\\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.<\\/p>\\r\\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.<\\/p>\\r\\n<p>We are using past research, and are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.\\u00a0 With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 18:03:42\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-08-10 11:30:02\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-10 11:25:12\",\"publish_up\":\"2019-04-15 18:03:42\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/shutterstock_2178988182.jpg\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"65\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(124, 29, 1, '', '2019-08-10 11:30:15', 237, 3375, 'b93c15fe2a2f664132deeaa4c550d61bb38285da', '{\"id\":29,\"asset_id\":\"728\",\"title\":\"Mission Statement\",\"alias\":\"mission-statement\",\"introtext\":\"<p>The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.<\\/p>\\r\\n<p>Our initiatives close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy with ewaste.\\u00a0 We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.<\\/p>\\r\\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.<\\/p>\\r\\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.<\\/p>\\r\\n<p>We are using past research, and are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.\\u00a0 With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 18:03:42\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-08-10 11:30:15\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-10 11:30:02\",\"publish_up\":\"2019-04-15 18:03:42\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"67\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(125, 29, 1, '', '2019-08-10 11:38:06', 237, 3522, 'f15f7d59357a98c22a99aeb1827d6aab73861227', '{\"id\":29,\"asset_id\":\"728\",\"title\":\"Mission Statement\",\"alias\":\"mission-statement\",\"introtext\":\"<p><img class=\\\"pull-right\\\" src=\\\"images\\/pfane\\/canola_flower_the_little_girl_wallpapers_hd_1280x720.jpg\\\" alt=\\\"\\\" width=\\\"354\\\" height=\\\"199\\\" \\/>The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.<\\/p>\\r\\n<p>Our initiatives close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy with ewaste.\\u00a0 We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.<\\/p>\\r\\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.<\\/p>\\r\\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.<\\/p>\\r\\n<p>We are using past research, and are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.\\u00a0 With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 18:03:42\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-08-10 11:38:06\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-10 11:30:15\",\"publish_up\":\"2019-04-15 18:03:42\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"68\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(126, 29, 1, '', '2019-08-10 11:38:24', 237, 3522, '96c0d1a68d649d3333db40612b60f4cceb8757c7', '{\"id\":29,\"asset_id\":\"728\",\"title\":\"Mission Statement\",\"alias\":\"mission-statement\",\"introtext\":\"<p><img class=\\\"pull-right\\\" src=\\\"images\\/pfane\\/canola_flower_the_little_girl_wallpapers_hd_1280x720.jpg\\\" alt=\\\"\\\" width=\\\"447\\\" height=\\\"251\\\" \\/>The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.<\\/p>\\r\\n<p>Our initiatives close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy with ewaste.\\u00a0 We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.<\\/p>\\r\\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.<\\/p>\\r\\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.<\\/p>\\r\\n<p>We are using past research, and are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.\\u00a0 With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 18:03:42\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-08-10 11:38:24\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-10 11:38:06\",\"publish_up\":\"2019-04-15 18:03:42\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"69\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(127, 29, 1, '', '2019-08-10 11:38:38', 237, 3522, '98d7fe374101d1096b01ab217b9e0dfe2e0e424e', '{\"id\":29,\"asset_id\":\"728\",\"title\":\"Mission Statement\",\"alias\":\"mission-statement\",\"introtext\":\"<p><img class=\\\"pull-right\\\" src=\\\"images\\/pfane\\/canola_flower_the_little_girl_wallpapers_hd_1280x720.jpg\\\" alt=\\\"\\\" width=\\\"565\\\" height=\\\"317\\\" \\/>The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.<\\/p>\\r\\n<p>Our initiatives close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy with ewaste.\\u00a0 We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.<\\/p>\\r\\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.<\\/p>\\r\\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.<\\/p>\\r\\n<p>We are using past research, and are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.\\u00a0 With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 18:03:42\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-08-10 11:38:38\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-10 11:38:24\",\"publish_up\":\"2019-04-15 18:03:42\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":8,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"70\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(128, 29, 1, '', '2019-08-10 11:38:58', 237, 3522, '036c9f6183ba6e265160a4ca3a628f3962ae5ff7', '{\"id\":29,\"asset_id\":\"728\",\"title\":\"Mission Statement\",\"alias\":\"mission-statement\",\"introtext\":\"<p><img class=\\\"pull-right\\\" src=\\\"images\\/pfane\\/canola_flower_the_little_girl_wallpapers_hd_1280x720.jpg\\\" alt=\\\"\\\" width=\\\"638\\\" height=\\\"358\\\" \\/>The vision behind Pfane Environmental is to create massive change throughout the e-waste recycling industries through the research and development of better management solutions with a driving, urgent focus on cleaning up the e-waste poisoning the air, land, rivers, lakes and communities around the globe.<\\/p>\\r\\n<p>Our initiatives close the loop on numerous gaps currently posing problems to the markets ability to realize a circular economy with ewaste.\\u00a0 We will tenaciously be pushing for manufacturers and recyclers to take a more conscious approach to the mountains of electronics left within countries around the world, becoming poisonous to the population due to inappropriate treatment.<\\/p>\\r\\n<p>There are numerous challenges that must be addressed and although we have already begun addressing some of these challenges, we require funding and support from the industry at large and from the EU in general to continue pursuing these goals which will only benefit mankind.<\\/p>\\r\\n<p>It\'s our goal to work with Universities, Environmental Protection Agencies, The general public and the waste and recycling industry to bridge the gap in numerous areas where a circular economy can not be realized without new solutions.<\\/p>\\r\\n<p>We are using past research, and are building new manufacturing techniques and products that will find uses for waste currently being sent to landfill.\\u00a0 With numerous secondary raw materials that are left unused we plan to complete the loop through product development, education, technology implementation and consultation.<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2019-04-15 18:03:42\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-08-10 11:38:58\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-10 11:38:38\",\"publish_up\":\"2019-04-15 18:03:42\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":9,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"71\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(129, 23, 1, '', '2019-08-23 09:12:16', 237, 2416, '8ffb3be9aa8a3a530efcc60c4af810249e9dcc37', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"ImageAssay\\u2122\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<figure class=\\\"pull-right\\\"><img title=\\\"ImageAssay Results\\\" src=\\\"images\\/adminresults2.png\\\" alt=\\\"ViewPas ImageAssay Results\\\" width=\\\"319\\\" height=\\\"423\\\" \\/>Pfane Environmentals patent pending, computer vision system uses machine learning and artificial intelligence to dissect images of ewaste down to recognizable components.\\u00a0 Then cross references our database of over 180,000 assayed images and categorizes your ewaste with 96.4% accuracy, with material categories giving accuracy as high as 99.8%\\u00a0<\\/figure>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-08-23 09:12:16\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-23 08:59:58\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"38\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(130, 23, 1, '', '2019-08-23 10:10:55', 237, 2988, 'bfd7f82d9651f2c592304a7475dbad0f27b74774', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"ImageAssay\\u2122\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<figure class=\\\"pull-right\\\"><img style=\\\"float: right;\\\" title=\\\"ImageAssay Results\\\" src=\\\"images\\/adminresults2.png\\\" alt=\\\"ViewPas ImageAssay Results\\\" width=\\\"319\\\" height=\\\"423\\\" \\/>Pfane Environmentals\' patent pending, computer vision system uses machine learning and artificial intelligence to dissect images of ewaste down to recognizable components.&nbsp; Then cross references our Big Data database of over 180,000 assayed images and categorizes the materials it scans with over 96.4% accuracy, (with accuracy as high as 99.8% )<br \\/><br \\/>Pricing is calculated in real time using up to the minute market data for Copper, Zinc, Nickel, Iron, Gold, Silver, Platinum and Palladium.&nbsp;&nbsp;<br \\/><br \\/>You control your offers using the most sophisticated data in the industry.&nbsp; The Artificial Intelligence will even signal you when it recognizes missing components or mismatched materials inside a bag or a truck.<br \\/><br \\/>&nbsp;<br \\/><\\/figure>\\r\\n<p>Pricing is dynamically calculated from up to the minute market pricing on Gold, Silver, Platinum, Palladiam and Copper<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>&nbsp;<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-08-23 10:10:55\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-23 09:58:29\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":9,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"40\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(131, 23, 1, '', '2019-08-23 10:16:15', 237, 2965, 'f437321a9b73168c0a08107ee1bffe8ed972101d', '{\"id\":23,\"asset_id\":\"692\",\"title\":\"ImageAssay\\u2122\",\"alias\":\"icon-picker-for-icons\",\"introtext\":\"<figure class=\\\"pull-right\\\"><img style=\\\"float: right;\\\" title=\\\"ImageAssay Results\\\" src=\\\"images\\/adminresults2.png\\\" alt=\\\"ViewPas ImageAssay Results\\\" width=\\\"319\\\" height=\\\"423\\\" \\/>Pfane Environmentals\' patent pending, computer vision system uses machine learning and artificial intelligence to dissect images of ewaste down to recognizable components.&nbsp; Then cross references our Big Data database of over 180,000 assayed images and categorizes the materials it scans with over 96.4% accuracy, (with accuracy as high as 99.8% )<br \\/><br \\/>Pricing is calculated in real time using up to the minute market data for Copper, Zinc, Nickel, Iron, Gold, Silver, Platinum and Palladium.&nbsp;&nbsp;<br \\/><br \\/>You control your offers using the most sophisticated data in the industry.&nbsp; The Artificial Intelligence will even signal you when it recognizes missing components or mismatched materials inside a bag or a truck.<br \\/><br \\/>&nbsp;<img src=\\\"images\\/pfane\\/Capture.PNG\\\" alt=\\\"Capture\\\" width=\\\"512\\\" height=\\\"180\\\" \\/><br \\/><\\/figure>\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>&nbsp;<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-08-23 10:16:15\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-23 10:10:55\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/pfane\\\\\\/e-sort.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":10,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"41\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(132, 24, 1, '', '2019-08-23 13:50:45', 237, 1936, 'cbba623de828e3d9012fcab67f16cbdd756f46f7', '{\"id\":24,\"asset_id\":\"702\",\"title\":\"Process Flow\",\"alias\":\"configure-site-layout\",\"introtext\":\"<p>Full process management flow system allows your workers to easily identify and sort sub products.&nbsp;<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>&nbsp;<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"RocketTheme\",\"modified\":\"2019-08-23 13:50:45\",\"modified_by\":\"237\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-23 13:49:34\",\"publish_up\":\"2019-04-10 19:38:36\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"41\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(133, 3, 2, '', '2019-08-29 11:45:09', 237, 1773, '605ef49bc1c10958b1a93acca5bbbb183adb6fa0', '{\"id\":3,\"name\":\"Pfane USA\",\"alias\":\"pfane-usa\",\"con_position\":\"Sale \\/ Tech Support\",\"address\":\"USA Call Line\",\"suburb\":\"Las Vegas\",\"state\":\"Nevada\",\"country\":\"United States of America\",\"postcode\":\"\",\"telephone\":\"+1.775.341.4838\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/USA.jpg\",\"email_to\":\"support@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-08-29 11:44:34\",\"ordering\":\"3\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:47:57\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-08-29 11:45:09\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":2,\"hits\":\"24\"}', 0),
(134, 6, 2, '', '2019-10-09 15:49:12', 237, 1758, '3181e1dfb40fa9474c96dbda6c1b3a7687a5995a', '{\"id\":6,\"name\":\"Pfane WorldWide\",\"alias\":\"pfane-worldwide\",\"con_position\":\"\",\"address\":\"First Floor - Nr 1. Piata Avrem Ionescu, \",\"suburb\":\"Simleu Silvaniei\",\"state\":\"Salaj\",\"country\":\"Romania.\",\"postcode\":\"458000\",\"telephone\":\"+40766903531\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/image.jpeg\",\"email_to\":\"info@pfane.org\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":6,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-10-09 15:49:12\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-10-09 15:49:12\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}', 0),
(135, 1, 2, '', '2019-12-22 07:57:18', 237, 1777, '9b4c8fd607f9b5e21089f56a2098ab339e5010fc', '{\"id\":1,\"name\":\"Pfane Canada\",\"alias\":\"denali\",\"con_position\":\"Headquarters\",\"address\":\"3950 14th Avenue\\r\\nThird Floor\",\"suburb\":\"Markham\",\"state\":\"Ontario\",\"country\":\"Canada\",\"postcode\":\"L3R 0A9\",\"telephone\":\"+1.416.788.0487\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/Canada.jpg\",\"email_to\":\"nk@pfane.ca\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-12-22 07:56:27\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"1\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"0\\\",\\\"show_webpage\\\":\\\"0\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"1\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"0\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-10 19:38:36\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-12-22 07:57:18\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":25,\"hits\":\"742\"}', 0),
(136, 5, 2, '', '2019-12-22 07:57:43', 237, 1797, 'b1fea32a54274565f78c065b9578766cdc5fbae3', '{\"id\":5,\"name\":\"Pfane Environmental Association\",\"alias\":\"pfane-environmental-association\",\"con_position\":\"Head Office\",\"address\":\"43 Strada Principal\",\"suburb\":\"Iaz\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"457272\",\"telephone\":\"+40.76.690.3531\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/PEA.jpg\",\"email_to\":\"donate@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-12-22 07:57:33\",\"ordering\":\"5\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:54:03\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-12-22 07:57:43\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":2,\"hits\":\"731\"}', 0),
(137, 4, 2, '', '2019-12-22 07:57:57', 237, 1789, '7c391d7cf616b9b1eacbf7206334b61db9ae7b57', '{\"id\":4,\"name\":\"Pfane Scientific SRL\",\"alias\":\"pfane-scientific-srl\",\"con_position\":\"e-Waste Recycling\",\"address\":\"Number 1, Pfane Rd,\",\"suburb\":\"Nusfalau\",\"state\":\"Salaj\",\"country\":\"Romania\",\"postcode\":\"457632\",\"telephone\":\"-40.7665.059.22\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/ROM.jpg\",\"email_to\":\"recycling@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-12-22 07:57:47\",\"ordering\":\"4\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:51:47\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-12-22 07:57:57\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":2,\"hits\":\"106\"}', 0),
(138, 2, 2, '', '2019-12-22 07:58:14', 237, 1784, '73877d01999af9d9ec5e88d44eed3ae5d3dd2fbb', '{\"id\":2,\"name\":\"Pfane UK\",\"alias\":\"pfane-uk\",\"con_position\":\"Sales\\/Procurement Office\",\"address\":\"98 Evesham Road\",\"suburb\":\"Cheltenham\",\"state\":\"Gloucestershire\",\"country\":\"United Kingdom\",\"postcode\":\"GL52 2AL\",\"telephone\":\"+44.20.812.34094\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/UK.jpg\",\"email_to\":\"sale@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-12-22 07:58:00\",\"ordering\":\"2\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:39:38\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-12-22 07:58:14\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":3,\"hits\":\"85\"}', 0);
INSERT INTO `fwzm6_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(139, 3, 2, '', '2019-12-22 07:58:27', 237, 1775, '5cb3407b8c1e766247455bbe745d42aae1d43ed9', '{\"id\":3,\"name\":\"Pfane USA\",\"alias\":\"pfane-usa\",\"con_position\":\"Sale \\/ Tech Support\",\"address\":\"USA Call Line\",\"suburb\":\"Las Vegas\",\"state\":\"Nevada\",\"country\":\"United States of America\",\"postcode\":\"\",\"telephone\":\"+1.775.341.4838\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/pfane\\/USA.jpg\",\"email_to\":\"support@pfane.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-12-22 07:58:18\",\"ordering\":\"3\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-04-18 11:47:57\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-12-22 07:58:27\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":4,\"hits\":\"101\"}', 0),
(140, 6, 2, '', '2019-12-22 07:58:41', 237, 1780, 'ef3990180b31a4dedba1ee955be9e73231930c89', '{\"id\":6,\"name\":\"Pfane WorldWide\",\"alias\":\"pfane-worldwide\",\"con_position\":\"\",\"address\":\"First Floor - Nr 1. Piata Avrem Ionescu, \",\"suburb\":\"Simleu Silvaniei\",\"state\":\"Salaj\",\"country\":\"Romania.\",\"postcode\":\"458000\",\"telephone\":\"+40766903531\",\"fax\":\"\",\"misc\":\"\",\"image\":\"images\\/image.jpeg\",\"email_to\":\"info@pfane.org\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"237\",\"checked_out_time\":\"2019-12-22 07:58:30\",\"ordering\":\"6\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"11\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2019-10-09 15:49:12\",\"created_by\":\"237\",\"created_by_alias\":\"\",\"modified\":\"2019-12-22 07:58:41\",\"modified_by\":\"237\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"1\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":3,\"hits\":\"87\"}', 0);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_updates`
--

CREATE TABLE `fwzm6_updates` (
  `update_id` int(11) NOT NULL,
  `update_site_id` int(11) DEFAULT 0,
  `extension_id` int(11) DEFAULT 0,
  `name` varchar(100) DEFAULT '',
  `description` text NOT NULL,
  `element` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `folder` varchar(20) DEFAULT '',
  `client_id` tinyint(3) DEFAULT 0,
  `version` varchar(32) DEFAULT '',
  `data` text NOT NULL,
  `detailsurl` text NOT NULL,
  `infourl` text NOT NULL,
  `extra_query` varchar(1000) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';

--
-- Dumping data for table `fwzm6_updates`
--

INSERT INTO `fwzm6_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(1659, 3, 0, 'Armenian', '', 'pkg_hy-AM', 'package', '', 0, '3.4.4.1', '', 'https://update.joomla.org/language/details3/hy-AM_details.xml', '', ''),
(1660, 3, 0, 'Malay', '', 'pkg_ms-MY', 'package', '', 0, '3.4.1.2', '', 'https://update.joomla.org/language/details3/ms-MY_details.xml', '', ''),
(1661, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1662, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1663, 3, 0, 'Chinese Traditional', '', 'pkg_zh-TW', 'package', '', 0, '3.8.0.1', '', 'https://update.joomla.org/language/details3/zh-TW_details.xml', '', ''),
(1664, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1665, 3, 0, 'Galician', '', 'pkg_gl-ES', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/gl-ES_details.xml', '', ''),
(1666, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1667, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1668, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1669, 3, 0, 'Hebrew', '', 'pkg_he-IL', 'package', '', 0, '3.1.1.2', '', 'https://update.joomla.org/language/details3/he-IL_details.xml', '', ''),
(1670, 3, 0, 'Bengali', '', 'pkg_bn-BD', 'package', '', 0, '3.8.10.1', '', 'https://update.joomla.org/language/details3/bn-BD_details.xml', '', ''),
(1671, 3, 0, 'Hungarian', '', 'pkg_hu-HU', 'package', '', 0, '3.9.19.1', '', 'https://update.joomla.org/language/details3/hu-HU_details.xml', '', ''),
(1672, 3, 0, 'Afrikaans', '', 'pkg_af-ZA', 'package', '', 0, '3.9.16.1', '', 'https://update.joomla.org/language/details3/af-ZA_details.xml', '', ''),
(1673, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1674, 3, 0, 'Belarusian', '', 'pkg_be-BY', 'package', '', 0, '3.2.1.2', '', 'https://update.joomla.org/language/details3/be-BY_details.xml', '', ''),
(1675, 3, 0, 'Bulgarian', '', 'pkg_bg-BG', 'package', '', 0, '3.6.5.2', '', 'https://update.joomla.org/language/details3/bg-BG_details.xml', '', ''),
(1676, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1677, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1678, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1679, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.21.2', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1680, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1681, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1682, 3, 0, 'Esperanto', '', 'pkg_eo-XX', 'package', '', 0, '3.8.11.1', '', 'https://update.joomla.org/language/details3/eo-XX_details.xml', '', ''),
(1683, 3, 0, 'Estonian', '', 'pkg_et-EE', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/et-EE_details.xml', '', ''),
(1684, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1685, 3, 0, 'Khmer', '', 'pkg_km-KH', 'package', '', 0, '3.4.5.1', '', 'https://update.joomla.org/language/details3/km-KH_details.xml', '', ''),
(1686, 3, 0, 'Korean', '', 'pkg_ko-KR', 'package', '', 0, '3.8.9.1', '', 'https://update.joomla.org/language/details3/ko-KR_details.xml', '', ''),
(1687, 3, 0, 'Latvian', '', 'pkg_lv-LV', 'package', '', 0, '3.7.3.1', '', 'https://update.joomla.org/language/details3/lv-LV_details.xml', '', ''),
(1688, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.16.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1689, 3, 0, 'Macedonian', '', 'pkg_mk-MK', 'package', '', 0, '3.6.5.1', '', 'https://update.joomla.org/language/details3/mk-MK_details.xml', '', ''),
(1690, 3, 0, 'Norwegian Bokmal', '', 'pkg_nb-NO', 'package', '', 0, '3.8.11.1', '', 'https://update.joomla.org/language/details3/nb-NO_details.xml', '', ''),
(1691, 3, 0, 'Norwegian Nynorsk', '', 'pkg_nn-NO', 'package', '', 0, '3.4.2.1', '', 'https://update.joomla.org/language/details3/nn-NO_details.xml', '', ''),
(1692, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1693, 3, 0, 'Polish', '', 'pkg_pl-PL', 'package', '', 0, '3.9.13.1', '', 'https://update.joomla.org/language/details3/pl-PL_details.xml', '', ''),
(1694, 3, 0, 'Portuguese', '', 'pkg_pt-PT', 'package', '', 0, '3.9.15.1', '', 'https://update.joomla.org/language/details3/pt-PT_details.xml', '', ''),
(1695, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.21.2', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1696, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.20.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1697, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1698, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.20.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1699, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1700, 3, 0, 'Syriac', '', 'pkg_sy-IQ', 'package', '', 0, '3.4.5.1', '', 'https://update.joomla.org/language/details3/sy-IQ_details.xml', '', ''),
(1701, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1702, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1703, 3, 0, 'Turkish', '', 'pkg_tr-TR', 'package', '', 0, '3.9.4.1', '', 'https://update.joomla.org/language/details3/tr-TR_details.xml', '', ''),
(1704, 3, 0, 'Ukrainian', '', 'pkg_uk-UA', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/uk-UA_details.xml', '', ''),
(1705, 3, 0, 'Uyghur', '', 'pkg_ug-CN', 'package', '', 0, '3.7.5.2', '', 'https://update.joomla.org/language/details3/ug-CN_details.xml', '', ''),
(1706, 3, 0, 'Albanian', '', 'pkg_sq-AL', 'package', '', 0, '3.1.1.2', '', 'https://update.joomla.org/language/details3/sq-AL_details.xml', '', ''),
(1707, 3, 0, 'Basque', '', 'pkg_eu-ES', 'package', '', 0, '3.7.5.1', '', 'https://update.joomla.org/language/details3/eu-ES_details.xml', '', ''),
(1708, 3, 0, 'Hindi', '', 'pkg_hi-IN', 'package', '', 0, '3.3.6.2', '', 'https://update.joomla.org/language/details3/hi-IN_details.xml', '', ''),
(1709, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1710, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1711, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1712, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.18.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1713, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.20.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1714, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1715, 3, 0, 'Vietnamese', '', 'pkg_vi-VN', 'package', '', 0, '3.2.1.2', '', 'https://update.joomla.org/language/details3/vi-VN_details.xml', '', ''),
(1716, 3, 0, 'Bahasa Indonesia', '', 'pkg_id-ID', 'package', '', 0, '3.6.2.1', '', 'https://update.joomla.org/language/details3/id-ID_details.xml', '', ''),
(1717, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.16.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1718, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1719, 3, 0, 'Montenegrin', '', 'pkg_srp-ME', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/srp-ME_details.xml', '', ''),
(1720, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.20.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1721, 3, 0, 'French CA', '', 'pkg_fr-CA', 'package', '', 0, '3.6.5.1', '', 'https://update.joomla.org/language/details3/fr-CA_details.xml', '', ''),
(1722, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1723, 3, 0, 'Sinhala', '', 'pkg_si-LK', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/si-LK_details.xml', '', ''),
(1724, 3, 0, 'Dari Persian', '', 'pkg_prs-AF', 'package', '', 0, '3.4.4.3', '', 'https://update.joomla.org/language/details3/prs-AF_details.xml', '', ''),
(1725, 3, 0, 'Turkmen', '', 'pkg_tk-TM', 'package', '', 0, '3.5.0.2', '', 'https://update.joomla.org/language/details3/tk-TM_details.xml', '', ''),
(1726, 3, 0, 'Irish', '', 'pkg_ga-IE', 'package', '', 0, '3.8.13.1', '', 'https://update.joomla.org/language/details3/ga-IE_details.xml', '', ''),
(1727, 3, 0, 'Dzongkha', '', 'pkg_dz-BT', 'package', '', 0, '3.6.2.1', '', 'https://update.joomla.org/language/details3/dz-BT_details.xml', '', ''),
(1728, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1729, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.15.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1730, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1731, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1732, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1733, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1734, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.20.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1735, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1736, 5, 0, 'RokSprocket Module', '', 'mod_roksprocket', 'module', '', 0, '2.1.28', '0802', 'http://updates.rockettheme.com/joomla/138/b61e70db', '', ''),
(1737, 5, 0, 'RokCommon Plugin', '', '', 'plugin', '', 0, '3.2.9', '0802', 'http://updates.rockettheme.com/joomla/138/2084920890', '', ''),
(1738, 5, 0, 'RokGallery Extension', '', 'mod_rokgallery', 'module', '', 0, '2.46', '0802', 'http://updates.rockettheme.com/joomla/286/21ffe006', '', ''),
(1739, 5, 0, 'RokCommon Plugin', '', '', 'plugin', '', 0, '3.2.9', '0802', 'http://updates.rockettheme.com/joomla/286/326466299', '', ''),
(1740, 5, 0, 'RokWeather Module', '', 'mod_rokweather', 'module', '', 0, '2.0.4', '0802', 'http://updates.rockettheme.com/joomla/292/a0cbba72', '', ''),
(1741, 5, 0, 'RokStock Module', '', 'mod_rokstock', 'module', '', 0, '2.0.3', '0802', 'http://updates.rockettheme.com/joomla/295/87c1121c', '', ''),
(1742, 5, 0, 'RokMiniEvents3 Module', '', 'mod_rokminievents3', 'module', '', 0, '3.0.3', '0802', 'http://updates.rockettheme.com/joomla/297/1686051690', '', ''),
(1743, 5, 0, 'RokQuickCart Extension', '', 'com_rokquickcart', 'component', '', 1, '2.1.5', '0802', 'http://updates.rockettheme.com/joomla/298/ddfa10eb', '', ''),
(1744, 5, 0, 'RokNavMenu Module', '', 'mod_roknavmenu', 'module', '', 0, '2.0.9', '0802', 'http://updates.rockettheme.com/joomla/300/5a9aa468', '', ''),
(1745, 5, 0, 'RokBox Plugin', '', 'rokbox', 'plugin', 'system', 0, '2.0.15', '0802', 'http://updates.rockettheme.com/joomla/301/dfc993d8', '', ''),
(1746, 5, 0, 'RokCandy Extension', '', 'rokcandy', 'plugin', 'system', 0, '2.0.4', '0802', 'http://updates.rockettheme.com/joomla/302/2df8a4e2', '', ''),
(1747, 5, 0, 'RokComments Plugin', '', 'rokcomments', 'plugin', 'content', 0, '2.0.3', '0802', 'http://updates.rockettheme.com/joomla/303/d1fd7b76', '', ''),
(1748, 5, 0, 'RokStories Module', '', 'mod_rokstories', 'module', '', 0, '1.15', '0802', 'http://updates.rockettheme.com/joomla/313/1724592219', '', ''),
(1749, 5, 0, 'RokFeatureTable Module', '', 'mod_rokfeaturetable', 'module', '', 0, '1.7', '0802', 'http://updates.rockettheme.com/joomla/313/1929450724', '', ''),
(1750, 5, 0, 'RokTabs Module', '', 'mod_roktabs', 'module', '', 0, '1.14', '0802', 'http://updates.rockettheme.com/joomla/313/1338024578', '', ''),
(1751, 5, 0, 'RokNewsPager Module', '', 'mod_roknewspager', 'module', '', 0, '2.0.2', '0802', 'http://updates.rockettheme.com/joomla/313/632659459', '', ''),
(1752, 5, 0, 'RokNewsFlash Module', '', 'mod_roknewsflash', 'module', '', 0, '2.0.1', '0802', 'http://updates.rockettheme.com/joomla/313/902599661', '', ''),
(1753, 5, 0, 'RokContentRotator Module', '', 'mod_rokcontentrotator', 'module', '', 0, '2.0.2', '0802', 'http://updates.rockettheme.com/joomla/313/483184226', '', ''),
(1754, 5, 0, 'RokIntroScroller Module', '', 'mod_rokintroscroller', 'module', '', 0, '1.1', '0802', 'http://updates.rockettheme.com/joomla/313/1559131823', '', ''),
(1755, 5, 0, 'RokStock', '', '', 'module', '', 0, '2.0.3', '0802', 'http://updates.rockettheme.com/joomla/313/983093075', '', ''),
(1756, 5, 0, 'RokWeather', '', '', 'module', '', 0, '2.0.4', '0802', 'http://updates.rockettheme.com/joomla/313/1307741342', '', ''),
(1757, 5, 0, 'RokQuickCart', '', '', 'component', '', 0, '2.1.5', '0802', 'http://updates.rockettheme.com/joomla/313/1089655497', '', ''),
(1758, 5, 0, 'RokMiniEvents', '', '', 'module', '', 0, '3.0.3', '0802', 'http://updates.rockettheme.com/joomla/313/1301311221', '', ''),
(1759, 5, 0, 'RokComments', '', '', 'plugin', '', 0, '2.0.3', '0802', 'http://updates.rockettheme.com/joomla/313/2049982768', '', ''),
(1760, 5, 0, 'RokCheck (Template Version Check)', '', '', 'module', '', 1, '1.0.0', '0802', 'http://updates.rockettheme.com/joomla/381/791616223', '', ''),
(1761, 5, 0, 'RokCommon Plugin', '', '', 'plugin', '', 0, '3.2.9', '0802', 'http://updates.rockettheme.com/joomla/381/337128173', '', ''),
(1762, 5, 0, 'RokSocialButtons Plugin', '', 'roksocialbuttons', 'plugin', 'content', 0, '1.5.3', '0802', 'http://updates.rockettheme.com/joomla/381/269989291', '', ''),
(1763, 5, 0, 'RokCommon', '', 'pkg_rokcommon', 'package', '', 0, '3.2.9', '0802', 'http://updates.rockettheme.com/joomla/559/1033ef39', '', ''),
(1765, 11, 0, 'Hydrogen', 'Hydrogen Template', 'g5_hydrogen', 'template', '', 0, '5.4.35', '', 'http://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml', '', ''),
(1766, 11, 0, 'Helium', 'Helium Template', 'g5_helium', 'template', '', 0, '5.4.35', '', 'http://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_update_sites`
--

CREATE TABLE `fwzm6_update_sites` (
  `update_site_id` int(11) NOT NULL,
  `name` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `location` text NOT NULL,
  `enabled` int(11) DEFAULT 0,
  `last_check_timestamp` bigint(20) DEFAULT 0,
  `extra_query` varchar(1000) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';

--
-- Dumping data for table `fwzm6_update_sites`
--

INSERT INTO `fwzm6_update_sites` (`update_site_id`, `name`, `type`, `location`, `enabled`, `last_check_timestamp`, `extra_query`) VALUES
(1, 'Joomla! Core', 'collection', 'https://update.joomla.org/core/list.xml', 1, 1600815769, ''),
(3, 'Accredited Joomla! Translations', 'collection', 'https://update.joomla.org/language/translationlist_3.xml', 1, 1600669740, ''),
(4, 'Joomla! Update Component Update Site', 'extension', 'https://update.joomla.org/core/extensions/com_joomlaupdate.xml', 1, 1600669848, ''),
(5, 'RocketTheme Update Directory', 'collection', 'http://updates.rockettheme.com/joomla/updates.xml', 1, 1600669740, ''),
(10, 'Gantry 5', 'extension', 'http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml', 1, 1600669740, ''),
(11, 'Gantry 5', 'collection', 'http://updates.gantry.org/5.0/joomla/list.xml', 1, 1600669740, ''),
(12, 'sysbreezingforms', 'extension', 'https://crosstec.org/updates/breezingforms/sysbreezingforms_update.xml', 1, 1600669741, ''),
(18, 'BreezingForms Lite', 'extension', 'https://crosstec.org/updates/breezingforms/breezingformslite_update.xml', 1, 1600669741, ''),
(19, 'JCE Editor Package', 'extension', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 1, 1600669742, '');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_update_sites_extensions`
--

CREATE TABLE `fwzm6_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT 0,
  `extension_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';

--
-- Dumping data for table `fwzm6_update_sites_extensions`
--

INSERT INTO `fwzm6_update_sites_extensions` (`update_site_id`, `extension_id`) VALUES
(1, 700),
(3, 802),
(4, 28),
(5, 10029),
(5, 10031),
(5, 10033),
(10, 10049),
(11, 10049),
(12, 10196),
(18, 10195),
(19, 10208);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_usergroups`
--

CREATE TABLE `fwzm6_usergroups` (
  `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `title` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_usergroups`
--

INSERT INTO `fwzm6_usergroups` (`id`, `parent_id`, `lft`, `rgt`, `title`) VALUES
(1, 0, 1, 18, 'Public'),
(2, 1, 8, 15, 'Registered'),
(3, 2, 9, 14, 'Author'),
(4, 3, 10, 13, 'Editor'),
(5, 4, 11, 12, 'Publisher'),
(6, 1, 4, 7, 'Manager'),
(7, 6, 5, 6, 'Administrator'),
(8, 1, 16, 17, 'Super Users'),
(9, 1, 2, 3, 'Guest');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_users`
--

CREATE TABLE `fwzm6_users` (
  `id` int(11) NOT NULL,
  `name` varchar(400) NOT NULL DEFAULT '',
  `username` varchar(150) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(100) NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT 0,
  `sendEmail` tinyint(4) DEFAULT 0,
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL DEFAULT 0 COMMENT 'Count of password resets since lastResetTime',
  `otpKey` varchar(1000) NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
  `otep` varchar(1000) NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
  `requireReset` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'Require user to reset password on next login'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_users`
--

INSERT INTO `fwzm6_users` (`id`, `name`, `username`, `email`, `password`, `block`, `sendEmail`, `registerDate`, `lastvisitDate`, `activation`, `params`, `lastResetTime`, `resetCount`, `otpKey`, `otep`, `requireReset`) VALUES
(237, 'Super User', 'administrator', 'dale@pfane.com', '$2y$10$CtonLckRbuLCYBEYsbiQg.CFuZPPELbvihwf3MBRpF0ov7Q8MlQTe', 0, 1, '2019-04-10 19:38:38', '2020-09-21 06:28:52', '0', '{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\"}', '0000-00-00 00:00:00', 0, 'totp:{\"code\":\"RFMWQYY52G63XAVJ\"}', 'l0mnCOwhzBaXo2Res3uL70LaqRWYpcul13dp5QCmBb+EeWumkKAgO/Spxwd+po+qykJplvnRzymkB1n4+RJmRej/4gMfCWQZtU352g3g8POxayYCzdxyfxBwnpjXhlR7ongpzMNm10eVmNQbVYiUfvOZVOTXOImsVT6H1uzd5Bb71cbeiSmChxB6zslUfWhoAVX3O/yq/FtqciBUJtqHn1OfldR3MczVi9SC1w5HH+bPbCkvRabaySfMqkpk/GuYVlNozR5wJh4RLZVuvnAjcw==', 0);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_user_keys`
--

CREATE TABLE `fwzm6_user_keys` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` varchar(150) NOT NULL,
  `token` varchar(255) NOT NULL,
  `series` varchar(191) NOT NULL,
  `invalid` tinyint(4) NOT NULL,
  `time` varchar(200) NOT NULL,
  `uastring` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_user_notes`
--

CREATE TABLE `fwzm6_user_notes` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `catid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `subject` varchar(100) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) UNSIGNED NOT NULL,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_user_profiles`
--

CREATE TABLE `fwzm6_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) NOT NULL,
  `profile_value` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_user_usergroup_map`
--

CREATE TABLE `fwzm6_user_usergroup_map` (
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Foreign Key to #__usergroups.id'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_user_usergroup_map`
--

INSERT INTO `fwzm6_user_usergroup_map` (`user_id`, `group_id`) VALUES
(237, 8);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_utf8_conversion`
--

CREATE TABLE `fwzm6_utf8_conversion` (
  `converted` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_utf8_conversion`
--

INSERT INTO `fwzm6_utf8_conversion` (`converted`) VALUES
(5);

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_viewlevels`
--

CREATE TABLE `fwzm6_viewlevels` (
  `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
  `title` varchar(100) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `fwzm6_viewlevels`
--

INSERT INTO `fwzm6_viewlevels` (`id`, `title`, `ordering`, `rules`) VALUES
(1, 'Public', 0, '[1]'),
(2, 'Registered', 2, '[6,2,8]'),
(3, 'Special', 3, '[6,3,8]'),
(5, 'Guest', 1, '[9]'),
(6, 'Super Users', 4, '[8]');

-- --------------------------------------------------------

--
-- Table structure for table `fwzm6_wf_profiles`
--

CREATE TABLE `fwzm6_wf_profiles` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `users` text NOT NULL,
  `types` text NOT NULL,
  `components` text NOT NULL,
  `area` tinyint(3) NOT NULL,
  `device` varchar(255) NOT NULL,
  `rows` text NOT NULL,
  `plugins` text NOT NULL,
  `published` tinyint(3) NOT NULL,
  `ordering` int(11) NOT NULL,
  `checked_out` int(11) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  `params` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `fwzm6_wf_profiles`
--

INSERT INTO `fwzm6_wf_profiles` (`id`, `name`, `description`, `users`, `types`, `components`, `area`, `device`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Default', 'Default Profile for all users', '', '3,4,5,6,8,7', '', 0, 'desktop,tablet,phone', 'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,fontcolor,spacer,clipboard,indent,outdent,lists,sub,sup,textcase,charmap,hr;directionality,fullscreen,print,searchreplace,spacer,table,style,xhtmlxtras;visualaid,visualchars,visualblocks,nonbreaking,anchor,unlink,link,imgmanager,spellchecker,article', 'formatselect,styleselect,cleanup,fontselect,fontsizeselect,fontcolor,clipboard,lists,textcase,charmap,hr,directionality,fullscreen,print,searchreplace,table,style,xhtmlxtras,visualchars,visualblocks,nonbreaking,anchor,link,imgmanager,spellchecker,article,spellchecker,article,browser,contextmenu,inlinepopups,media,preview,source', 1, 1, 0, '0000-00-00 00:00:00', '{\"editor\":{\"toolbar_theme\":\"default\"}}'),
(2, 'Front End', 'Sample Front-end Profile', '', '3,4,5', '', 1, 'desktop,tablet,phone', 'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;clipboard,searchreplace,indent,outdent,lists,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars,visualblocks;fullscreen,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article', 'charmap,contextmenu,inlinepopups,help,clipboard,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists,formatselect,styleselect,hr', 0, 2, 0, '0000-00-00 00:00:00', '{\"editor\":{\"toolbar_theme\":\"default\"}}'),
(3, 'Blogger', 'Simple Blogging Profile', '', '3,4,5,6,8,7', '', 0, 'desktop,tablet,phone', 'bold,italic,strikethrough,lists,blockquote,spacer,justifyleft,justifycenter,justifyright,spacer,link,unlink,imgmanager,article,spellchecker,fullscreen,kitchensink;formatselect,styleselect,underline,justifyfull,clipboard,removeformat,charmap,indent,outdent,undo,redo,help', 'link,imgmanager,article,spellchecker,fullscreen,kitchensink,clipboard,contextmenu,inlinepopups,lists,formatselect,styleselect,textpattern', 0, 3, 0, '0000-00-00 00:00:00', '{\"editor\":{\"toolbar_theme\":\"default\"}}'),
(4, 'Mobile', 'Sample Mobile Profile', '', '3,4,5,6,8,7', '', 0, 'tablet,phone', 'undo,redo,spacer,bold,italic,underline,formatselect,spacer,justifyleft,justifycenter,justifyfull,justifyright,spacer,fullscreen,kitchensink;styleselect,lists,spellchecker,article,link,unlink', 'fullscreen,kitchensink,spellchecker,article,link,inlinepopups,lists,formatselect,styleselect,textpattern', 0, 4, 0, '0000-00-00 00:00:00', '{\"editor\":{\"toolbar_theme\":\"default.touch\"}}'),
(5, 'Markdown', 'Sample Markdown Profile', '', '6,7,3,4,5,8', '', 0, 'desktop,tablet,phone', 'fullscreen,justifyleft,justifycenter,justifyfull,justifyright,link,unlink,imgmanager,styleselect', 'fullscreen,link,imgmanager,styleselect,inlinepopups,media,textpattern', 0, 5, 0, '0000-00-00 00:00:00', '{\"editor\":{\"toolbar_theme\":\"default\"}}');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `fwzm6_action_logs`
--
ALTER TABLE `fwzm6_action_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`),
  ADD KEY `idx_user_id_logdate` (`user_id`,`log_date`),
  ADD KEY `idx_user_id_extension` (`user_id`,`extension`),
  ADD KEY `idx_extension_item_id` (`extension`,`item_id`);

--
-- Indexes for table `fwzm6_action_logs_extensions`
--
ALTER TABLE `fwzm6_action_logs_extensions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_action_logs_users`
--
ALTER TABLE `fwzm6_action_logs_users`
  ADD PRIMARY KEY (`user_id`),
  ADD KEY `idx_notify` (`notify`);

--
-- Indexes for table `fwzm6_action_log_config`
--
ALTER TABLE `fwzm6_action_log_config`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_assets`
--
ALTER TABLE `fwzm6_assets`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_asset_name` (`name`),
  ADD KEY `idx_lft_rgt` (`lft`,`rgt`),
  ADD KEY `idx_parent_id` (`parent_id`);

--
-- Indexes for table `fwzm6_associations`
--
ALTER TABLE `fwzm6_associations`
  ADD PRIMARY KEY (`context`,`id`),
  ADD KEY `idx_key` (`key`);

--
-- Indexes for table `fwzm6_banners`
--
ALTER TABLE `fwzm6_banners`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_own_prefix` (`own_prefix`),
  ADD KEY `idx_banner_catid` (`catid`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_metakey_prefix` (`metakey_prefix`(100));

--
-- Indexes for table `fwzm6_banner_clients`
--
ALTER TABLE `fwzm6_banner_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_own_prefix` (`own_prefix`),
  ADD KEY `idx_metakey_prefix` (`metakey_prefix`(100));

--
-- Indexes for table `fwzm6_banner_tracks`
--
ALTER TABLE `fwzm6_banner_tracks`
  ADD PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  ADD KEY `idx_track_date` (`track_date`),
  ADD KEY `idx_track_type` (`track_type`),
  ADD KEY `idx_banner_id` (`banner_id`);

--
-- Indexes for table `fwzm6_categories`
--
ALTER TABLE `fwzm6_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cat_idx` (`extension`,`published`,`access`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_alias` (`alias`(100));

--
-- Indexes for table `fwzm6_contact_details`
--
ALTER TABLE `fwzm6_contact_details`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`published`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_featured_catid` (`featured`,`catid`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`);

--
-- Indexes for table `fwzm6_content`
--
ALTER TABLE `fwzm6_content`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_featured_catid` (`featured`,`catid`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`),
  ADD KEY `idx_alias` (`alias`(191));

--
-- Indexes for table `fwzm6_contentitem_tag_map`
--
ALTER TABLE `fwzm6_contentitem_tag_map`
  ADD UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  ADD KEY `idx_tag_type` (`tag_id`,`type_id`),
  ADD KEY `idx_date_id` (`tag_date`,`tag_id`),
  ADD KEY `idx_core_content_id` (`core_content_id`);

--
-- Indexes for table `fwzm6_content_frontpage`
--
ALTER TABLE `fwzm6_content_frontpage`
  ADD PRIMARY KEY (`content_id`);

--
-- Indexes for table `fwzm6_content_rating`
--
ALTER TABLE `fwzm6_content_rating`
  ADD PRIMARY KEY (`content_id`);

--
-- Indexes for table `fwzm6_content_types`
--
ALTER TABLE `fwzm6_content_types`
  ADD PRIMARY KEY (`type_id`),
  ADD KEY `idx_alias` (`type_alias`(100));

--
-- Indexes for table `fwzm6_extensions`
--
ALTER TABLE `fwzm6_extensions`
  ADD PRIMARY KEY (`extension_id`),
  ADD KEY `element_clientid` (`element`,`client_id`),
  ADD KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  ADD KEY `extension` (`type`,`element`,`folder`,`client_id`);

--
-- Indexes for table `fwzm6_facileforms_compmenus`
--
ALTER TABLE `fwzm6_facileforms_compmenus`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_config`
--
ALTER TABLE `fwzm6_facileforms_config`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_elements`
--
ALTER TABLE `fwzm6_facileforms_elements`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_forms`
--
ALTER TABLE `fwzm6_facileforms_forms`
  ADD PRIMARY KEY (`id`),
  ADD KEY `double_opt` (`double_opt`),
  ADD KEY `opt_mail` (`opt_mail`);

--
-- Indexes for table `fwzm6_facileforms_integrator_criteria_fixed`
--
ALTER TABLE `fwzm6_facileforms_integrator_criteria_fixed`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_integrator_criteria_form`
--
ALTER TABLE `fwzm6_facileforms_integrator_criteria_form`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_integrator_criteria_joomla`
--
ALTER TABLE `fwzm6_facileforms_integrator_criteria_joomla`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_integrator_items`
--
ALTER TABLE `fwzm6_facileforms_integrator_items`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_integrator_rules`
--
ALTER TABLE `fwzm6_facileforms_integrator_rules`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_packages`
--
ALTER TABLE `fwzm6_facileforms_packages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_pieces`
--
ALTER TABLE `fwzm6_facileforms_pieces`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_records`
--
ALTER TABLE `fwzm6_facileforms_records`
  ADD PRIMARY KEY (`id`),
  ADD KEY `opted` (`opted`),
  ADD KEY `opt_ip` (`opt_ip`),
  ADD KEY `opt_date` (`opt_date`),
  ADD KEY `opt_token` (`opt_token`);

--
-- Indexes for table `fwzm6_facileforms_scripts`
--
ALTER TABLE `fwzm6_facileforms_scripts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_facileforms_subrecords`
--
ALTER TABLE `fwzm6_facileforms_subrecords`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_fields`
--
ALTER TABLE `fwzm6_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_created_user_id` (`created_user_id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_context` (`context`(191));

--
-- Indexes for table `fwzm6_fields_categories`
--
ALTER TABLE `fwzm6_fields_categories`
  ADD PRIMARY KEY (`field_id`,`category_id`);

--
-- Indexes for table `fwzm6_fields_groups`
--
ALTER TABLE `fwzm6_fields_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_created_by` (`created_by`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_context` (`context`(191));

--
-- Indexes for table `fwzm6_fields_values`
--
ALTER TABLE `fwzm6_fields_values`
  ADD KEY `idx_field_id` (`field_id`),
  ADD KEY `idx_item_id` (`item_id`(191));

--
-- Indexes for table `fwzm6_finder_filters`
--
ALTER TABLE `fwzm6_finder_filters`
  ADD PRIMARY KEY (`filter_id`);

--
-- Indexes for table `fwzm6_finder_links`
--
ALTER TABLE `fwzm6_finder_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `idx_type` (`type_id`),
  ADD KEY `idx_md5` (`md5sum`),
  ADD KEY `idx_url` (`url`(75)),
  ADD KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  ADD KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`),
  ADD KEY `idx_title` (`title`(100));

--
-- Indexes for table `fwzm6_finder_links_terms0`
--
ALTER TABLE `fwzm6_finder_links_terms0`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_terms1`
--
ALTER TABLE `fwzm6_finder_links_terms1`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_terms2`
--
ALTER TABLE `fwzm6_finder_links_terms2`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_terms3`
--
ALTER TABLE `fwzm6_finder_links_terms3`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_terms4`
--
ALTER TABLE `fwzm6_finder_links_terms4`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_terms5`
--
ALTER TABLE `fwzm6_finder_links_terms5`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_terms6`
--
ALTER TABLE `fwzm6_finder_links_terms6`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_terms7`
--
ALTER TABLE `fwzm6_finder_links_terms7`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_terms8`
--
ALTER TABLE `fwzm6_finder_links_terms8`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_terms9`
--
ALTER TABLE `fwzm6_finder_links_terms9`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_termsa`
--
ALTER TABLE `fwzm6_finder_links_termsa`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_termsb`
--
ALTER TABLE `fwzm6_finder_links_termsb`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_termsc`
--
ALTER TABLE `fwzm6_finder_links_termsc`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_termsd`
--
ALTER TABLE `fwzm6_finder_links_termsd`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_termse`
--
ALTER TABLE `fwzm6_finder_links_termse`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_links_termsf`
--
ALTER TABLE `fwzm6_finder_links_termsf`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `fwzm6_finder_taxonomy`
--
ALTER TABLE `fwzm6_finder_taxonomy`
  ADD PRIMARY KEY (`id`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `state` (`state`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `access` (`access`),
  ADD KEY `idx_parent_published` (`parent_id`,`state`,`access`);

--
-- Indexes for table `fwzm6_finder_taxonomy_map`
--
ALTER TABLE `fwzm6_finder_taxonomy_map`
  ADD PRIMARY KEY (`link_id`,`node_id`),
  ADD KEY `link_id` (`link_id`),
  ADD KEY `node_id` (`node_id`);

--
-- Indexes for table `fwzm6_finder_terms`
--
ALTER TABLE `fwzm6_finder_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD UNIQUE KEY `idx_term` (`term`),
  ADD KEY `idx_term_phrase` (`term`,`phrase`),
  ADD KEY `idx_stem_phrase` (`stem`,`phrase`),
  ADD KEY `idx_soundex_phrase` (`soundex`,`phrase`);

--
-- Indexes for table `fwzm6_finder_terms_common`
--
ALTER TABLE `fwzm6_finder_terms_common`
  ADD KEY `idx_word_lang` (`term`,`language`),
  ADD KEY `idx_lang` (`language`);

--
-- Indexes for table `fwzm6_finder_tokens`
--
ALTER TABLE `fwzm6_finder_tokens`
  ADD KEY `idx_word` (`term`),
  ADD KEY `idx_context` (`context`);

--
-- Indexes for table `fwzm6_finder_tokens_aggregate`
--
ALTER TABLE `fwzm6_finder_tokens_aggregate`
  ADD KEY `token` (`term`),
  ADD KEY `keyword_id` (`term_id`);

--
-- Indexes for table `fwzm6_finder_types`
--
ALTER TABLE `fwzm6_finder_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `title` (`title`);

--
-- Indexes for table `fwzm6_languages`
--
ALTER TABLE `fwzm6_languages`
  ADD PRIMARY KEY (`lang_id`),
  ADD UNIQUE KEY `idx_sef` (`sef`),
  ADD UNIQUE KEY `idx_langcode` (`lang_code`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_ordering` (`ordering`);

--
-- Indexes for table `fwzm6_menu`
--
ALTER TABLE `fwzm6_menu`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  ADD KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  ADD KEY `idx_menutype` (`menutype`),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_alias` (`alias`(100)),
  ADD KEY `idx_path` (`path`(100));

--
-- Indexes for table `fwzm6_menu_types`
--
ALTER TABLE `fwzm6_menu_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_menutype` (`menutype`);

--
-- Indexes for table `fwzm6_messages`
--
ALTER TABLE `fwzm6_messages`
  ADD PRIMARY KEY (`message_id`),
  ADD KEY `useridto_state` (`user_id_to`,`state`);

--
-- Indexes for table `fwzm6_messages_cfg`
--
ALTER TABLE `fwzm6_messages_cfg`
  ADD UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`);

--
-- Indexes for table `fwzm6_modules`
--
ALTER TABLE `fwzm6_modules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `published` (`published`,`access`),
  ADD KEY `newsfeeds` (`module`,`published`),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `fwzm6_modules_menu`
--
ALTER TABLE `fwzm6_modules_menu`
  ADD PRIMARY KEY (`moduleid`,`menuid`);

--
-- Indexes for table `fwzm6_newsfeeds`
--
ALTER TABLE `fwzm6_newsfeeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`published`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`);

--
-- Indexes for table `fwzm6_overrider`
--
ALTER TABLE `fwzm6_overrider`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_postinstall_messages`
--
ALTER TABLE `fwzm6_postinstall_messages`
  ADD PRIMARY KEY (`postinstall_message_id`);

--
-- Indexes for table `fwzm6_privacy_consents`
--
ALTER TABLE `fwzm6_privacy_consents`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`);

--
-- Indexes for table `fwzm6_privacy_requests`
--
ALTER TABLE `fwzm6_privacy_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fwzm6_redirect_links`
--
ALTER TABLE `fwzm6_redirect_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_link_modifed` (`modified_date`),
  ADD KEY `idx_old_url` (`old_url`(100));

--
-- Indexes for table `fwzm6_schemas`
--
ALTER TABLE `fwzm6_schemas`
  ADD PRIMARY KEY (`extension_id`,`version_id`);

--
-- Indexes for table `fwzm6_session`
--
ALTER TABLE `fwzm6_session`
  ADD PRIMARY KEY (`session_id`),
  ADD KEY `userid` (`userid`),
  ADD KEY `time` (`time`),
  ADD KEY `client_id_guest` (`client_id`,`guest`);

--
-- Indexes for table `fwzm6_tags`
--
ALTER TABLE `fwzm6_tags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `tag_idx` (`published`,`access`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_alias` (`alias`(100));

--
-- Indexes for table `fwzm6_template_styles`
--
ALTER TABLE `fwzm6_template_styles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_template` (`template`),
  ADD KEY `idx_client_id` (`client_id`),
  ADD KEY `idx_client_id_home` (`client_id`,`home`);

--
-- Indexes for table `fwzm6_ucm_base`
--
ALTER TABLE `fwzm6_ucm_base`
  ADD PRIMARY KEY (`ucm_id`),
  ADD KEY `idx_ucm_item_id` (`ucm_item_id`),
  ADD KEY `idx_ucm_type_id` (`ucm_type_id`),
  ADD KEY `idx_ucm_language_id` (`ucm_language_id`);

--
-- Indexes for table `fwzm6_ucm_content`
--
ALTER TABLE `fwzm6_ucm_content`
  ADD PRIMARY KEY (`core_content_id`),
  ADD KEY `tag_idx` (`core_state`,`core_access`),
  ADD KEY `idx_access` (`core_access`),
  ADD KEY `idx_language` (`core_language`),
  ADD KEY `idx_modified_time` (`core_modified_time`),
  ADD KEY `idx_created_time` (`core_created_time`),
  ADD KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  ADD KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  ADD KEY `idx_core_created_user_id` (`core_created_user_id`),
  ADD KEY `idx_core_type_id` (`core_type_id`),
  ADD KEY `idx_alias` (`core_alias`(100)),
  ADD KEY `idx_title` (`core_title`(100)),
  ADD KEY `idx_content_type` (`core_type_alias`(100));

--
-- Indexes for table `fwzm6_ucm_history`
--
ALTER TABLE `fwzm6_ucm_history`
  ADD PRIMARY KEY (`version_id`),
  ADD KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
  ADD KEY `idx_save_date` (`save_date`);

--
-- Indexes for table `fwzm6_updates`
--
ALTER TABLE `fwzm6_updates`
  ADD PRIMARY KEY (`update_id`);

--
-- Indexes for table `fwzm6_update_sites`
--
ALTER TABLE `fwzm6_update_sites`
  ADD PRIMARY KEY (`update_site_id`);

--
-- Indexes for table `fwzm6_update_sites_extensions`
--
ALTER TABLE `fwzm6_update_sites_extensions`
  ADD PRIMARY KEY (`update_site_id`,`extension_id`);

--
-- Indexes for table `fwzm6_usergroups`
--
ALTER TABLE `fwzm6_usergroups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  ADD KEY `idx_usergroup_title_lookup` (`title`),
  ADD KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  ADD KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE;

--
-- Indexes for table `fwzm6_users`
--
ALTER TABLE `fwzm6_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_username` (`username`),
  ADD KEY `idx_block` (`block`),
  ADD KEY `email` (`email`),
  ADD KEY `idx_name` (`name`(100));

--
-- Indexes for table `fwzm6_user_keys`
--
ALTER TABLE `fwzm6_user_keys`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `series` (`series`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `fwzm6_user_notes`
--
ALTER TABLE `fwzm6_user_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`),
  ADD KEY `idx_category_id` (`catid`);

--
-- Indexes for table `fwzm6_user_profiles`
--
ALTER TABLE `fwzm6_user_profiles`
  ADD UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`);

--
-- Indexes for table `fwzm6_user_usergroup_map`
--
ALTER TABLE `fwzm6_user_usergroup_map`
  ADD PRIMARY KEY (`user_id`,`group_id`);

--
-- Indexes for table `fwzm6_viewlevels`
--
ALTER TABLE `fwzm6_viewlevels`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_assetgroup_title_lookup` (`title`);

--
-- Indexes for table `fwzm6_wf_profiles`
--
ALTER TABLE `fwzm6_wf_profiles`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `fwzm6_action_logs`
--
ALTER TABLE `fwzm6_action_logs`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_action_logs_extensions`
--
ALTER TABLE `fwzm6_action_logs_extensions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `fwzm6_action_log_config`
--
ALTER TABLE `fwzm6_action_log_config`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `fwzm6_assets`
--
ALTER TABLE `fwzm6_assets`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=742;

--
-- AUTO_INCREMENT for table `fwzm6_banners`
--
ALTER TABLE `fwzm6_banners`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_banner_clients`
--
ALTER TABLE `fwzm6_banner_clients`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_categories`
--
ALTER TABLE `fwzm6_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `fwzm6_contact_details`
--
ALTER TABLE `fwzm6_contact_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `fwzm6_content`
--
ALTER TABLE `fwzm6_content`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `fwzm6_content_types`
--
ALTER TABLE `fwzm6_content_types`
  MODIFY `type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `fwzm6_extensions`
--
ALTER TABLE `fwzm6_extensions`
  MODIFY `extension_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10213;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_compmenus`
--
ALTER TABLE `fwzm6_facileforms_compmenus`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_elements`
--
ALTER TABLE `fwzm6_facileforms_elements`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_forms`
--
ALTER TABLE `fwzm6_facileforms_forms`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_integrator_criteria_fixed`
--
ALTER TABLE `fwzm6_facileforms_integrator_criteria_fixed`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_integrator_criteria_form`
--
ALTER TABLE `fwzm6_facileforms_integrator_criteria_form`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_integrator_criteria_joomla`
--
ALTER TABLE `fwzm6_facileforms_integrator_criteria_joomla`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_integrator_items`
--
ALTER TABLE `fwzm6_facileforms_integrator_items`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_integrator_rules`
--
ALTER TABLE `fwzm6_facileforms_integrator_rules`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_pieces`
--
ALTER TABLE `fwzm6_facileforms_pieces`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_records`
--
ALTER TABLE `fwzm6_facileforms_records`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_scripts`
--
ALTER TABLE `fwzm6_facileforms_scripts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;

--
-- AUTO_INCREMENT for table `fwzm6_facileforms_subrecords`
--
ALTER TABLE `fwzm6_facileforms_subrecords`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;

--
-- AUTO_INCREMENT for table `fwzm6_fields`
--
ALTER TABLE `fwzm6_fields`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `fwzm6_fields_groups`
--
ALTER TABLE `fwzm6_fields_groups`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `fwzm6_finder_filters`
--
ALTER TABLE `fwzm6_finder_filters`
  MODIFY `filter_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_finder_links`
--
ALTER TABLE `fwzm6_finder_links`
  MODIFY `link_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_finder_taxonomy`
--
ALTER TABLE `fwzm6_finder_taxonomy`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `fwzm6_finder_terms`
--
ALTER TABLE `fwzm6_finder_terms`
  MODIFY `term_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_finder_types`
--
ALTER TABLE `fwzm6_finder_types`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_languages`
--
ALTER TABLE `fwzm6_languages`
  MODIFY `lang_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `fwzm6_menu`
--
ALTER TABLE `fwzm6_menu`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=333;

--
-- AUTO_INCREMENT for table `fwzm6_menu_types`
--
ALTER TABLE `fwzm6_menu_types`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `fwzm6_messages`
--
ALTER TABLE `fwzm6_messages`
  MODIFY `message_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_modules`
--
ALTER TABLE `fwzm6_modules`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=654;

--
-- AUTO_INCREMENT for table `fwzm6_newsfeeds`
--
ALTER TABLE `fwzm6_newsfeeds`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_overrider`
--
ALTER TABLE `fwzm6_overrider`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key';

--
-- AUTO_INCREMENT for table `fwzm6_postinstall_messages`
--
ALTER TABLE `fwzm6_postinstall_messages`
  MODIFY `postinstall_message_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `fwzm6_privacy_consents`
--
ALTER TABLE `fwzm6_privacy_consents`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_privacy_requests`
--
ALTER TABLE `fwzm6_privacy_requests`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_redirect_links`
--
ALTER TABLE `fwzm6_redirect_links`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_tags`
--
ALTER TABLE `fwzm6_tags`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `fwzm6_template_styles`
--
ALTER TABLE `fwzm6_template_styles`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=243;

--
-- AUTO_INCREMENT for table `fwzm6_ucm_content`
--
ALTER TABLE `fwzm6_ucm_content`
  MODIFY `core_content_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_ucm_history`
--
ALTER TABLE `fwzm6_ucm_history`
  MODIFY `version_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=141;

--
-- AUTO_INCREMENT for table `fwzm6_updates`
--
ALTER TABLE `fwzm6_updates`
  MODIFY `update_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1767;

--
-- AUTO_INCREMENT for table `fwzm6_update_sites`
--
ALTER TABLE `fwzm6_update_sites`
  MODIFY `update_site_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `fwzm6_usergroups`
--
ALTER TABLE `fwzm6_usergroups`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `fwzm6_users`
--
ALTER TABLE `fwzm6_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=238;

--
-- AUTO_INCREMENT for table `fwzm6_user_keys`
--
ALTER TABLE `fwzm6_user_keys`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_user_notes`
--
ALTER TABLE `fwzm6_user_notes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fwzm6_viewlevels`
--
ALTER TABLE `fwzm6_viewlevels`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `fwzm6_wf_profiles`
--
ALTER TABLE `fwzm6_wf_profiles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
COMMIT;

/*!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 */;
